.main-section {
  width: 100%;
  min-height: 900px;
  padding: 190px 0.5% 0 0.5%;
  background: url("../images/hero-sec.webp") no-repeat center / cover;
  margin: 0;
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
}
.main-section > video {
  width: 40%;
  height: 350px;
  object-fit: fill;
  border-radius: 24px;
}
.main-section > div:first-child {
  width: 40%;
  min-width: 400px;
  min-height: 330px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 10px 0;
}
.main-section h1 {
  font-size: 36px;
  font-weight: 600;
  color: #efefef;
      max-width: 350px;
}
.main-section p {
  font-size: 20px;
  font-weight: 500;
  color: #dedede;
  max-width: 475px;
  margin: 10px 0;
}
.main-section .btns {
  height: 58px;
  width: 300px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.main-section .btns a {
  width: 100%;
  height: 100%;
}
.main-section .btns a button {
  width: 100%;
  height: 100%;
  background-color: #fff;
  color: #1696bb;
  border: none;
  border-radius: 12px;
  font-size: 18px;
  font-weight: 500;
  cursor: pointer;
}
.analysis {
  width: 100%;
  margin: 50px auto;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-wrap: wrap;
}
.analysis > div {
  width: 250px;
  height: 130px;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  background-color: #fff;
  border-radius: 15px;
  margin: 20px;
}
.analysis > div > div:first-child {
  width: 100px;
  height: 130px;
  background-color: #cae9ff;
  border-radius: 15px 0 0 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.analysis img {
  width: 60px;
  height: 60px;
}
.analysis > div > div:last-child {
  width: 150px;
  height: 130px;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
}
.analysis span:first-child {
  font-size: 32px;
  font-weight: 700;
  color: #105d9b;
}
.analysis span:first-child::before {
  content: "+  ";
  font-size: 32px;
  font-weight: 700;
}
.analysis span:last-child {
  font-size: 18px;
  font-weight: 400;
  color: #b0b0b0;
}
.who {
  width: 100%;
  height: fit-content;
  min-height: 650px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 0 40px;
  margin-top: 50px;
}
.who-info {
  width: 60%;
  min-width: 600px;
  min-height: 650px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.our-services-content a {
  width: 90%;
  height: 55px;

}
.our-services-content button {
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 10px;
  font-size: clamp(12px, 3vw, 16px);
  font-weight: 500;
  color: #105D9B;
  border: none;
}
.who-box {
  width: 100%;
  min-height: 400px;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  border-radius: 24px;
  padding: 0 20px;
  background-color: #fff;
}
.who h1 {
  font-size: clamp(30px, 5vw, 40px);
  color: #105d9b;
  font-weight: 600;
}

.who p {
  color: #105d9b;
  font-size: clamp(10px, 1.5vw, 20px);
  font-weight: 600;
  line-height: 30px;
}
.who-image {
  width: 370px;
  height: 420px;
  margin: 10px;
}
.more {
  width: 100%;
  min-height: 210px;
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
}
.more > div {
  display: flex;
  width: 234px;
  height: 50px;
  align-items: center;
  background-color: #fff;
  border-radius: 14px;
  padding: 0 5px;
  margin: 10px;
}
.more span:first-child {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
.more span:last-child {
  font-size: 11px;
  font-weight: 500;
  color: #133455;
}
.more a {
  width: 60%;
  min-width: 300px;
  margin: 10px;
  height: 50px;
}
.more button {
  background-color: #133455;
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  border: none;
  border-radius: 12px;
}
.partner {
  width: 100%;
  height: 200px;
  display: flex;
  align-items: center;
  overflow-x: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
      margin: 100px 0;
}
.partner h1 {
  color: #fff;
  font-size: 36px;
  font-weight: 600;
}
.scroller {
  display: inline-block;
  white-space: nowrap;
  animation: scroll-left 20s linear infinite;
}
.wrap {
  display: inline-block;
}
.wrap > div {
  width: 200px;
  height: 50px;
  display: inline-block;
}

.our-services {
  width: 100%;
  min-height: 1200px;
  display: flex;
  justify-content: space-between;
  padding: 0 20px;
  align-items: center;
  flex-wrap: wrap;
}
.our-services > div:first-child {
  width: 100%;
  min-width: none;
  min-height: 125px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 125px;
}
.our-services h1 {
  font-size: clamp(30px, 5vw, 40px);
  font-weight: 700;
  color: #fff;
}
.our-services > div:first-child p {
  font-size: clamp(12px, 3vw, 15px);
  font-weight: 700;
  text-align: center;
  color: #fff;
}
.our-services > div {
  width: 47%;
  min-width: 465px;
  margin: 0 10px;
  min-height: 1000px;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
}
.services-list details {
  width: 90%;
  background: #fff;
  min-height: 100px;
  padding: 20px;
  display: flex;
  align-items: center;
  border-radius: 27px;
  font-size: clamp(15px, 4vw, 20px);
  flex-wrap: wrap;
  font-weight: 800;
}
.services-list summary {
  width: 100%;
  list-style: none;
  cursor: pointer;
  position: relative;
  padding-right: 50px;
}
summary::-webkit-details-marker {
  display: none;
}
details p {
  margin-top: 35px;
}
summary::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 50px;
  height: 100%;
  background: url("../images/Button\ \(3\).webp") no-repeat center center;
  background-size: contain;
  transform: translateY(-50%);
  transition: transform 0.3s ease;
}
details[open] summary::after {
  background: url("../images/sum.webp") no-repeat center center;
  background-size: contain;
}
.our-services-content {
  display: none;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-height: 1000px;
}
.our-services-content.active {
  display: flex;
}
.our-services-content h1 {
  text-align: center;
  font-size: clamp(20px, 4vw, 30px);
}
.our-services-content p {
  text-align: center;
  width: 90%;
  font-size: clamp(12px, 3vw, 18px);
  font-weight: 700;
  color: #fff;
}
.our-services-content div {
  width: 100%;
  background-color: #fff;
  border-radius: 68px;
  font-size: clamp(12px, 3vw, 18px);
  font-weight: 400;
  color: #133455;
  padding: 12px 25px;
}
.our-services-content .content-image {
  background-color: transparent;
  height: 540px;
  padding: 0;
}
.our-work {
  width: 100%;
  min-height: 1050px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.our-work > div:first-child {
  width: 93%;
  height: 185px;
  background-color: #fff;
  border-radius: 15px;
  flex-direction: column;
  display: flex;
  justify-content: space-evenly;
  padding: 0 20px;
}
.our-work > div:first-child div {
  width: 100%;
  height: 60px;
  display: flex;
  justify-content: space-between;
}
.our-work > div:first-child h1 {
  font-size: clamp(30px, 5vw, 40px);
  font-weight: 600;
  color: #1d92b2;
}
.our-work > div:first-child a {
  width: 150px;
  height: 100%;
}
.our-work > div:first-child button {
  width: 100%;
  height: 100%;
  background-color: #1d92b2;
  font-size: 15px;
  font-weight: 500;
  border: none;
  border-radius: 15px;
  color: #fff;
}
.our-work > div:first-child p {
  font-size: 15px;
  font-weight: 500;
  color: #868686;
  max-width: 480px;
}
.works {
  width: 97%;
  min-height: 780px;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-wrap: wrap;
}
.works > div {
  width: 350px;
  height: 350px;
  background: url("../images/Card.png") no-repeat center / cover;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 0 15px;
  margin: 10px;
  border-radius: 29px;
}
.works h3 {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
}
.works p {
  margin: 20px 0;
  font-size: 13px;
  font-weight: 400;
  color: #fff;
}
.mind{
  width: 100%;
  min-height: 550px;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-wrap: wrap;
}
.mind-image{
width: 50%;
min-width: 500px;
margin: 10px;
height: 95%;
}
.mind-content{
  width: 38%;
  min-width: 400px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  padding: 0 10px;
}
.mind-content h1{
  font-size: clamp(20px, 3vw, 30px);
  font-weight: 700;
  color:#fff ;
}
.mind-content p{
  font-size: clamp(12px, 3vw, 18px);
  font-weight: 400;
  color:#fff ;
      margin: 20px 0;
}
.mind-content a{
width: 180px;
  height: 50px;

}
.mind-content button{
width: 100%;
  height: 100%;
  background-color: #135387;
  font-size: 15px;
  font-weight: 500;
  border: none;
  border-radius: 6px;
  color: #fff;
}
.mind-content-image{
  width: 100%;
  height: 295px;
}

.every{
  width: 100%;
  height: 620px;
  background: url("../images/Everything.webp") no-repeat left top / cover;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.every .services-list details {
  font-size: clamp(12px, 4vw, 15px);
}
.every .services-list{
      width: 47%;
    min-width: 465px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
}
.every .services-list details{
  min-height: 65px;
}
.feedback {
  width: 100%;
  height: fit-content;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}
.feedback-title {
  width: 100%;
  height: 75px;
  display: flex;
  justify-content: space-between;
  padding: 0 30px;
  margin-bottom: 100px;
  flex-wrap: wrap;
}
.feedback-title > div:first-child {
  width: 480px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.feedback-title h1 {
  font-size: clamp(20px, 3vw, 30px);
  font-weight: 700;
  color: #23b2da;
}
.feedback-title p {
  font-size: clamp(10px, 3vw, 20px);
  font-weight: 400;
  color: #919191;
}
.feedback-title > div:last-child {
  width: 220px;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.feedback-title > div:last-child > button {
  width: 100px;
  height: 33px;
  background-color: #fff;
  font-size: 15px;
  font-weight: 600;
  border: 1px solid gray;
  border-radius: 10px;
  color: #133240;
  cursor: pointer;
}
.feedback-boxes {
  width: 100%;
  height: 300px;
  overflow-x: hidden;
}
#feed-wrap {
  width: fit-content;
  height: 100%;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
#feed-wrap > div {
  width: 380px;
  height: 280px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  border: 1px solid gray;
  border-radius: 20px;
  box-shadow: 0 0 10px #b2b2b2;
  padding: 0 20px;
  margin: 0 35px;
}
.feed-image {
  width: 55px;
  height: 55px;
  border-radius: 12px;
}
#feed-wrap > div h4 {
  font-size: 20px;
  font-weight: 600;
  color: #133240;
}
.feedback-boxes p {
  font-size: 15px;
  font-weight: 400;
  height: 125px;
  color: #919191;
  line-height: 30px;
}


@keyframes scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
@media (max-width: 550px) {
  #feed-wrap > div {
    width: 100vw;
    margin: 0 1%;
    height: 100%;
  }
  .main-section h1{
      text-align: center;
    font-size: 30px;
  }
  .main-section p{
          text-align: center;
    font-size: 17px;
  }
  .main-section .btns{
         margin: 50px 0; 
  }
  .partner{
               margin: 100px 0; 
  }
  .main-section{
      border-radius: 0 0 87px 87px;
  }
  .who-box,.more > div ,.services-list details ,.our-work > div:first-child{
      background-color: #ffffff2e;
}
.who h1 , .who p ,.more span:last-child ,details p ,.services-list summary ,.our-work > div:first-child h1,.our-work > div:first-child p{
        color: #fff;

}
.our-work > div:first-child button{
          background-color: #fff;
          color:#3084D8;

}
.works {
        margin-top: 100px;
}
.our-services-content div {
    background-color: #104B79;
    color: #fff;
}
body {
    background-color: #529EDF !important;
}
.more > div{
        width: 160px;
}
.more span:last-child {
    font-size: 7px;
    
}
.more a{
    width: 160px  !important;
    min-width: 160px  !important;
    margin: 10px  !important;
    height: 50px !important;
}
.every{
        background: transparent;
}
.mind-content{
        align-items: center;
}
.mind-content p{
    text-align: center;
}
.con-sec-form > div{
    display: none !important;
}
}


@media (max-width: 760px) {
  .feedback-title > div:last-child {
    width: 100%;
  }
  .who {
    padding: 0 10px;
  }
  .more a {
    margin: 0;
  }
  .more {
    justify-content: space-evenly;
  }
}

@media (max-width: 1000px) {
  .main-section video {
    width: 90vw;
    height: 60vh;
  }
  .who-info,
  .who-image,
  .more a,
  .our-services > div ,.mind-content ,.every .services-list {
    width: 100%;
    min-width: 100%;
    margin:0;
  }
  .main-section > div:first-child,.mind-image ,
  .main-section .btns {
    width: 90vw;
    min-width: 90vw;
  }
  .main-section {
    padding: 130px 0.5% 0 0.5%;
  }
}


#fill-con{
  transform: translateY(-3px);
}