.main-section {
  width: 100%;
  height: 900px;
  background: url("../images/about.webp") no-repeat center / cover;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
  margin: 0;
}
.main-section > div:first-child {
  max-width: 550px;
  width: 80%;
  height: 430px;

}

.partner {
  width: 100%;
  height: 120px;
  display: flex;
  align-items: center;
  overflow-x: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.partner h1 {
  color: #133455;
  font-size: 18px;
  font-weight: 400;
}
.scroller {
  display: inline-block;
  white-space: nowrap;
  animation: scroll-left 20s linear infinite;
}
.wrap {
  display: inline-block;
}
.wrap > div {
  width: 200px;
  height: 32px;
  display: inline-block;
}
.analysis {
  width: 100%;
  margin: 50px auto;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-wrap: wrap;
  background-color: transparent !important;
      min-height: 200px !important;
}
.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;
}
.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;
}
.our-miss{
  width: 100%;
  min-height: 1800px;
  background: url("../images/our.webp") no-repeat center / cover;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
}
.our-miss>div{
  width: 80%;
  background-color: #437FAF;
  min-height: 215px;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  border-radius: 15px;
  margin: 10px;

}
.our-image{
  width: 20%;
  background-color: #1B6CA4;
  min-width: 100px;
      border-radius: 15px 0 0 15px;
}
.our-miss>div:first-child .our-image {
 height: 218px;
}
.our-miss>div:first-child .our-image img{
  transform: translateY(-45px);
}
.our-content{
  width: 78%;
  display: flex;
  flex-direction: column;
  margin-left: 10px;
}
.our-content h2{
  font-size: clamp(20px, 3vw, 30px);
font-weight: 500;
color: #fff;
margin: 15px 0;
}
.our-content p{
  font-size: clamp(5px, 3vw, 18px);
  font-weight: 400;
  color:#fff ;
}
.our-content ul{
  font-size: clamp(5px, 2vw, 18px);
  font-weight: 400;
  color:#fff ;
  line-height: 35px;
      padding-left: 11px;

}
.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;
}

.mind{
  width: 100%;
  min-height: 550px;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-wrap: wrap-reverse;
}
.mind-image{
width: 60%;
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 ;
}
.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;
}
.services-list details {
  width: 90%;
  background: #fff;
  min-height: 100px;
  padding: 20px;
  display: flex;
  align-items: center;
  border-radius: 10px;
  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;
}
@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%;
  }
}

@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) {
 
  .who-info,
  .who-image,
  .more a,
  .mind-content ,.every .services-list {
    width: 100%;
    min-width: 100%;
  }
  .mind-image{
    width: 90vw;
    min-width: 90vw;
  }
  
}
@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  ,.our-work > div:first-child{
      background-color: #ffffff2e;
}
.who h1 , .who p ,.more span:last-child ,.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;
        margin: 50px 0;
}
.mind-content p{
    text-align: center;
        margin: 20px 0;
}
.con-sec-form > div{
    display: none !important;
}
.our-miss{
        min-height: 1000px;
    background: #1B4269;
}
.our-miss>div{
        width: 95%;
            max-height: 125px;
                    min-height: 95px;
}
.our-content h2{
        font-size:11px;

}
.our-content ul , .our-content p{
    font-size: 5.5px;
    line-height: 13px;
        margin-bottom: 11px;
}
.our-miss>div:first-child .our-image{
                height: 95px;

}
.mind-content-image{
    
    margin: 30px 0;
}
.our-miss>div:first-child .our-image img {
    transform: translateY(-20px);
}
}
