
.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;
}
.case-study {
  width: 100%;
  height: fit-content;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
}
.case-study > div {
  width: 100%;
  height: fit-content;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 3%;
}
.case-study > div > a {
  width: 500px;
  margin: 0 10px 30px 0;
  height: 218px;
  border-radius: 14px;
  background-color: #ffffff;
  display: flex;
  justify-content: space-between;
  box-shadow: 0 0 10px #b2b2b2;
}
.case-study > div > a >div:last-child{
  display: flex;
  flex-direction:column ;
  justify-content: space-evenly;
    width: 48%;
  height: 100%;

}

.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: 50%;
  height: 100%;
}
.case-image > img {
  border-radius: 14px 14px 0 0;
      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: 800;
color:#1696BB;
    
}
.talk button {
  font-size: 18px;
  font-weight: 500;
  width: 30vw;
  height: 55px;
  background-color: #1696BB;
  color: #fff;
  border-radius: 12px;
  border: none;
  cursor: pointer;
}
@media (max-width: 1000px) {
.main-section video{
      width: 90vw;
    height: 60vh;
}
}

@media (max-width: 750px) {

.main-section h1 ,.main-section p,.partner p,.case-study p{
        text-align: center;
    width: 90vw;
}
  height: 700px;
}
.talk {
        min-height: 530px;

}

.talk button{
        font-size: 14px;
}


}
