
.main-section {
  width: 100%;
  min-height: 900px;
  padding: 0 0.5%;
  position: relative;
  border-radius: 0px 0px 57px 57px;
  background: url("../images/contact.webp") no-repeat center / cover;
  margin: 0;
padding: 130px 0.5%;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
}
.main-section > video {
  width: 70%;
  height: 70%;
  object-fit: fill;
  border-radius: 24px;
      margin: 50px 0;
}
.main-section > div {
  width: 100%;
  min-height: 200px;

  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
}
.main-section h1 {
  font-size: 36px;
  font-weight: 600;
  color: #efefef;
}
.main-section p {
  font-size: 20px;
  font-weight: 500;
  color: #dedede;
      width: 55%;
    text-align: center;
    margin:20px 0;
}

.main-section .btns {
  height: 58px;
width: 300px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.main-section .btns a button {
  width: 300px;
  height: 56px;
  background-color: #fff;
  color: #1696BB;
  border: none;
  border-radius: 12px;
  font-size: 18px;
  font-weight: 500;
  cursor: pointer;
}

.analysis {
  width: 90%;
  margin: 50px auto;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-wrap: wrap;
      background-color: #fff;
    border-radius: 15px;
        transform: translateY(-125px);

    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;
}
.who {
  width: 100%;
  height: fit-content;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-wrap: wrap-reverse;
  padding: 0 40px;
  margin-top: 50px;
}
.who-box {
  width: 50%;
  min-width: 300px;
  height: 420px;
  background: url(../images/our.webp) no-repeat center / 115% 120%;
;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  border-radius: 24px;
  padding: 0 20px;
  margin: 15px;
  box-shadow: 0 0 10px #e5e5e5;
}
.who h1 {
  font-size: 30px;
  font-weight: 800;
}
.who span {
 background: linear-gradient(to bottom, #AAECFF 0%, #127F9E 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;  font-weight: 600;
}
.who p {
  color: #878787;
  font-size: clamp(10px, 1.5vw, 20px);
  font-weight: 400;
  line-height: 30px;
}
.who-image{
  width: 370px;
  height: 420px;
}

.partner {
  width: 100%;
  height: 300px;
  display: flex;
  align-items: center;
  overflow-x: hidden;
      display: flex;
    flex-direction: column;
    justify-content: space-around;
    margin:0;
}
.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 ;
margin-bottom: 100px;
}
.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;
}
.cen-vid {
  width: 100%;
  height: 1100px;

  display: flex;
  justify-content: center;
  align-items: center;
}
.cen-vid > div {
  width: 90%;
  height: 90%;
}
.cen-vid video {
  width: 100%;
  height: 100%;
  border-radius: 50px;
  object-fit: fill;
}

.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);
  font-weight: 500;
 background: linear-gradient(to bottom, #AAECFF 0%, #127F9E 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
    
}
.talk button {
  font-size: 18px;
  font-weight: 500;
  width: 30vw;
  height: 55px;
  background-color: #1696BB;
  color: #fff;
  border-radius: 12px;
  border: none;
  cursor: pointer;
}
.our-service {
  width: 100%;
  height: fit-content;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
  background: url("../images/service.webp")no-repeat center / cover;
  border-radius: 50px;
  padding: 50px 0;
}
.our-service h1 {
  font-size: 32px;
  font-weight: 500;
  color: #fff;
  height: 70px;
}
.read{
    width: 87%;
    text-align: center;
    background: #fff;
    border-radius: 38px;
    height: 50px;
    color: #1696BB;
        display: flex;
    justify-content: center;
    align-items: center;
}
.read>span{
        width: 22px;
    height: 22px;
    background: #1696BB;
    color: #fff;
    border-radius: 7px;
    text-align: center;
    margin-left: 7px;
    line-height: 24px;
}
.our-service p {
  font-size: 20px;
  font-weight: 400;
  color: #ffffffe5;
  width: 75%;
  text-align: center;
  height: fit-content;
  margin-bottom: 50px;
}
.our-service > div {
  width: 100%;
  height: 70%;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-wrap: wrap;
}
.our-service > div > a {
  width: 390px;
  height: 350px;
  border: 1px solid rgb(209, 207, 207);
  border-radius: 40px;
  margin: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  padding: 20px 0;
      background: rgb(255 255 255 / 15%);
    backdrop-filter: blur(20px);

}
.our-service h3 {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  text-align: center;
}
.service-image {
  width:90%;
  height: 78%;
}
.our-service button {
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  border-radius: 8px;
  border: none;
  background-color: #1696BB;
  width: 163px;
  height: 56px;
  margin-top: 30px;
  cursor: pointer;
}
.case-study {
  width: 100%;
  height: fit-content;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
}
.case-study h1 {
  font-size: clamp(20px, 3vw, 32px);
  font-weight: 500;
  color: #23b2da;
  height: 75px;
  text-align: center;
}
.case-study p {
margin-bottom: 35px;
}
.case-study > div {
  width: 100%;
  height: fit-content;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-wrap: wrap;
}
.case-study > div > a {
  width: 370px;
  margin: 0 10px 30px 0;
  height: 360px;
  border-radius: 14px;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  box-shadow: 0 0 10px #b2b2b2;
}
.case-study > div h3 {
  font-size: 18px;
  font-weight: 500;
  padding: 0 0 0 10px;
  width: 80%;
}
.case-study > div p {
  font-size: 14px;
  font-weight: 400;
  color: #797979;
  padding: 0 0 10px 10px;
}
.case-image {
  width: 100%;
  height: 240px;
}
.case-image > img {
  border-radius: 14px 14px 0 0;
}
.case-study button {
  width: 163px;
  height: 56px;
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  background-color: #1696BB;
  border-radius: 8px;
  border: none;
  cursor: pointer;
}
.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;
}

@media (max-width: 750px) {

.main-section h1 ,.main-section p,.partner p,.case-study p{
        text-align: center;
    width: 90vw;
}
.analysis{
    transform: translateY(0);
}
.who-box{
     width: 100%;
    
}
.who{
    padding: 0 5px;
}
.who-image{
        width: 75vw;
}
.cen-vid {
    margin: 0;
    height: 700px;
}
.talk {
        min-height: 530px;

}
.our-service p{
        width: 90vw;
    font-size: 10px;
}
.talk button{
        font-size: 14px;
}
.our-service h3 {
    font-size: 18px;
}
.analysis > div:not(.analysis > div:last-child){
    border-right: none;
}

}

@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%;
  }
}

@media (max-width: 1000px) {
.main-section video{
      width: 90vw;
    height: 60vh;
}
}