.main-section {
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin: 0;
}
.main-section > video {
      width: 100vw;
    height: 100vh;
  object-fit: fill;
}

.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;
}

.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(15px, 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;
}
.features {
  width: 100%;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-wrap: wrap;
}
.features > div {
  width: 360px;
  height: 150px;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
  margin: 0 15px 30px 15px;
}
.features-image{
    width:70px;
    height: 70px;
}
.features h4{
    font-size: 20px;
    font-weight: 400;
    color: #1696BB;
}
.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: #1696BB;
  height: 70px;
  text-align: center;
}

.case-study>p {
  height: 100px;
  font-size: 20px;
  font-weight: 400;
  color: #878787;
  text-align: center;
}
.case-study > div {
  width: 100%;
  height: fit-content;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-wrap: wrap;
}
.case-study > div > div {
  width: 370px;
  margin: 0 10px 30px 0;
  height: 360px;
  border-radius: 14px;
  background-color: #ffffff;
  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;
  cursor: pointer;
  border: none;
}
@media (max-width: 750px) {

.case-study p{
        text-align: center;
    width: 90vw;
}
.main-section > video{
    border-radius: 0 0 90px 90px;
}
.our-service{
        border-radius: 0 ;

}
.talk {
        min-height: 530px;

}
.our-service p{
        width: 90vw;
    font-size: 10px;
}
.talk button{
        font-size: 14px;
}
.our-service h3 {
    font-size: 18px;
}
.case-study>p {
    font-size: 13px;
}

}
