.main-section {
  width: 100%;
  height: 800px;
  background: url("../images/about.webp") no-repeat center / cover;
  display: flex;
  justify-content: center;
  margin: 0;
}
.main-section > div {
  width: 385px;
  height: 150px;
  position: relative;
  top: 15%;
}
.partner {
    margin-top: 100px;

  width: 100%;
  height: 300px;
  display: flex;
  align-items: center;
  overflow-x: hidden;
      display: flex;
    flex-direction: column;
    justify-content: space-around;
}
.partner h1{
 background: linear-gradient(to bottom, #AAECFF 0%, #127F9E 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;font-size: 36px;
font-weight:600 ;
}
.partner p{
    color: #717171;
font-size: 16px;
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: 90%;
  margin: 50px auto;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-wrap: wrap;
  background-color: #fff;
  min-height: fit-content !important;
}


.analysis {
width: 90% !important;
    margin: 50px auto !important;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-wrap: wrap;
      background-color: #fff;
    border-radius: 15px;

    box-shadow: 0 0 10px #e5e5e5;
}
.analysis > div {
  width: 230px;
  height: 130px;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
  margin: 20px;
}
.analysis > div:not(.analysis > div:last-child) {
    border-right: 1px solid #1696bb3d;
}
.analysis span:first-child {
 background: linear-gradient(to bottom, #AAECFF 0%, #127F9E 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 32px;
  font-weight: 700;
}
.analysis span:first-child::before {
  content: "+  ";
  font-size: 32px;
  font-weight: 700;
}
.analysis span:last-child {
  font-size: 18px;
  font-weight: 400;
  color: #b0b0b0;
}

.our-mission {
  width: 100%;
  min-height: 1000px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  padding: 0 5%;
}
.our-mission > div {
  min-width: 500px;
  max-width: 650px;
  min-height: 350px;
  background: url(../images/our.webp) no-repeat center / 115% 120%;;
  padding: 0 35px;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  border-radius: 25px;
  box-shadow: 0 0 10px #e5e5e5;
  margin: 20px 0;
}
.our-mission > div > div {
  width: 90%;
  height: 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.our-mission h1 {
  font-size: clamp(15px, 7vw, 32px);
  font-weight: 600;
 background: linear-gradient(to bottom, #AAECFF 0%, #127F9E 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
    
}
.our-mission h1> span ,.our-mission p> span {
 background: linear-gradient(to bottom, #AAECFF 0%, #127F9E 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;}
.our-mission p {
  font-size: clamp(14px, 3vw, 20px);
  font-weight: 400;
  color: #797979;
}
.our-mission  span ,.value-boxes h4{
 background: linear-gradient(to bottom, #5BDAFF 0%, #09617B 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
        font-weight: 800;
}
.our-mission > div:nth-child(2) {
  align-self: flex-end;
}
.our-values {
  width: 100%;
  min-height: 900px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
}
.our-values h1 {
  font-size: 32px;
  font-weight: 500;
  color: #1696BB;
  height: 100px;
  
}
.value-boxes {
  width: 100%;
  min-height: 700px;
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
}
.value-boxes > div {
  width: 400px;
  min-height: 325px;
  background-color: #fff;
  margin: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  padding: 0 20px;
  border-radius: 20px;
    box-shadow: 0 0 10px #e5e5e5;

}
.value-boxes>div>div{
    height: 80px;
    display: flex;
    align-items: center;
}
.value-boxes span {
  width: 80px;
  height: 80px;
  margin-right: 20px;
}

.value-boxes p {
    color: #797979;
  font-size: clamp(14px, 3vw, 20px);
  font-weight: 400;
}

.value-boxes h4 {
  font-size: clamp(15px, 7vw, 30px);
  font-weight: 500;
}


.talk {
  width: 100%;
  min-height: 400px;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
      padding: 0 3%;

}
.talk>div:first-child{
  width: 100% ;
  height: 180px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.contact-image{
  width: 100% ;
  height: 80%;
  
}
.talk h1 {
  font-size: clamp(16px, 3vw, 32px);
color:#1696BB;
  font-weight: 800;
}
.talk button {
  font-size: 18px;
  font-weight: 500;
  width: 30vw;
  height: 55px;
  background-color: #1696BB;
  color: #fff;
  border-radius: 12px;
  border: none;
  cursor: pointer;
}
@keyframes scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
@media (max-width: 600px) {

  .our-mission > div {
    width: 90%;
    min-width: 90%;
  }
  .our-mission > div > div {
    width: 100%;
  }
.our-mission > div:nth-child(2) {
    align-self: center;
  }
  .our-mission {
    padding: 0;
    align-items: center;
  }
  .our-mission span {
    width: 30%;
  }
}

@media (max-width: 750px) {

.partner p,.case-study p{
        text-align: center;
    width: 90vw;
}

.main-section {
background: url("../images/Frame 558.webp") no-repeat center / cover;
}
.talk {
        min-height: 530px;
}
.talk button{
        font-size: 14px;
}
.analysis > div:not(.analysis > div:last-child){
    border-right: none;
}

}
