.about {
  padding: 3vw 1.5vw;
}
h1 {
  font-size: 6.3vw;
  font-family: lufga;
  font-weight: 600;
  text-transform: capitalize;
  background: -webkit-linear-gradient(0deg, #2ed0d5, #b667fe);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  width: fit-content;
  margin: auto;
}
.about p {
  font-size: 20px;
  margin: auto;
  width: fit-content;
  color: rgba(0, 0, 0, 0.5);
  margin-top: 1.5vw;
}

.our-mission {
  padding: 1.5vw;
}
.our-mission .wrapper {
  padding: 2vw 6vw;
  display: flex;
  align-items: center;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 1.6vw;
}
.our-mission .text {
  width: 50%;
  padding-right: 5vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 1.5vw;
}
.our-mission .img {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.our-mission img {
  width: 80%;
}
h5 {
  font-size: 18px;
  font-weight: 900;
  text-transform: uppercase;
  background: -webkit-linear-gradient(180deg, #2ed0d5, #b667fe);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  width: fit-content;
}
h2 {
  font-size: 3.4vw;
  font-family: lufga;
  font-weight: 600;
  text-transform: capitalize;
  line-height: 3.6vw;
}
h2 span {
  background: -webkit-linear-gradient(0deg, #2ed0d5, #b667fe);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  width: fit-content;
}
.our-mission .text p {
  color: rgba(0, 0, 0, 0.6);
  font-size: 30px;
  line-height: 1.5;
}

.our-vision {
  padding: 10vw 1.5vw 2vw;
}
.our-vision .wrapper {
  padding: 2vw 6vw;
  display: flex;
  align-items: center;
  border-radius: 1.6vw;
  background-color: #fcfcfc;
}
.our-vision .text {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 1.5vw;
}
.our-vision .img {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.our-vision img {
  width: 80%;
}
.our-vision .text p {
  color: rgba(0, 0, 0, 0.6);
  font-size: 30px;
  line-height: 1.7;
}

.whyChoose_section {
  padding: 7vw 1vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.whyChoose_section .head2 {
  text-align: center;
}
.whyChoose_section h5 {
  margin-bottom: 2vw;
}
.whyChoose_section .btn_main {
  margin-top: 5vw;
}

.feature_card_area {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1.4vw;
  margin: 0 auto;
  margin-top: 6vw;
  max-width: 1180px;
}

.feature_card_wrapper {
  max-width: 18vw;
  width: 100%;
}

.feature_card {
  width: 100%;
  border: 1px solid #00000015 !important;
  padding: 1.5vw;
  border-radius: 1vw;
  transition: 0.5s ease;
}

.feature_card:hover {
  box-shadow: 0 0 15px #00000017;
}

.feature_card > img {
  width: 5vw;
}

.feature_card > h2 {
  color: #000;
  font-size: 1.3vw;
  font-weight: 600;
  line-height: 1.4;
  margin-top: 2vw;
}

.feature_card > p {
  color: #00000080;
  font-size: 1vw;
  margin-top: 1.5vw;
  line-height: 1.5;
}

@media (max-width: 1400px) {
  .feature_card_area {
    max-width: 60vw;
  }
  .our-mission .text p {
    font-size: 25px;
  }
  .our-vision .text p {
    font-size: 25px;

  }
}

@media (max-width: 991px) {
  .whyChoose_section {
    padding: 4rem 1rem;
  }

  .feature_card_wrapper {
    max-width: 220px;
  }

  .feature_card {
    border-radius: 12px;
    padding: 1.5rem;
  }

  .feature_card > img {
    width: 50px;
  }

  .feature_card > h2 {
    font-size: 18px;
    margin-top: 12px;
  }

  .feature_card > p {
    font-size: 12px;
    margin-top: 12px;
  }

  .feature_card_area {
    max-width: 900px;
  }
}

@media (max-width: 500px) {
  .feature_card_wrapper {
    max-width: 100%;
  }

  .feature_card {
    width: 100%;
  }

  .feature_card_area {
    margin-top: 3rem;
    gap: 12px;
  }
}

.meet-the-team h5 {
  margin: auto;
  width: fit-content;
  margin-bottom: 2vw;
}
.meet-the-team h2 {
  margin: auto;
  width: fit-content;
  text-align: center;
}

.team {
  padding: 3vw 2vw 10vw;
  display: flex;
  gap: 0.8vw;
  justify-content: center;
}
.team-card {
  position: relative;
  width: fit-content;
}
.team-card img {
  width: 21.4vw;
}
.team .info {
  position: absolute;
  bottom: 1.5vw;
  left: 1.5vw;
  width: calc(100% - 3vw);
  color: white;
}
.team .info b {
  font-size: 1.1vw;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 0.8vw;
  display: inline-block;
}
.team .info p {
  font-size: 1vw;
  line-height: 1.5;
}

@media (max-width: 1200px) {
  h1 {
    font-size: 8vw;
  }
  .about p {
    font-size: 1.3vw;
  }
  h2 {
    line-height: 4.4vw;
  }
  .our-mission .text p {
    font-size: 1.5vw;
  }
  h5 {
    font-size: 1.3vw;
  }
}

@media (max-width: 1000px) {
  h1 {
    font-size: 9vw;
  }
  .about p {
    font-size: 1.5vw;
  }
  h2 {
    line-height: 4.4vw;
    font-size: 3.8vw;
  }
  .our-mission .text p {
    font-size: 18px;
  }
  h5 {
    font-size: 1.4vw;
  }
  .team .info b {
    font-size: 1.3vw;
  }
  .team .info p {
    font-size: 1.3vw;
  }
  .team-card img {
    width: 23vw;
  }
      .our-vision .text p {
        font-size: 18px;
      }
      .our-vision .text h2 br{
        display: none;
      }
}
@media (max-width: 750px) {
  .our-mission .wrapper {
    flex-direction: column-reverse;
  }
  .our-mission .text {
    align-items: center;
    text-align: center;
    margin-top: 4vw;
  }
  .our-mission .img {
    justify-content: center;
    width: 100%;
  }
  .our-mission img {
    width: 80%;
  }
  h5 {
    font-size: 14px;
  }
  .our-mission .text {
    width: 100%;
  }
  h2 {
    font-size: 40px;
    line-height: 1.2;
  }
  .our-mission .text p {
    line-height: 1.5;
    width: 90%;
    font-size: 16px;
  }
  h1 {
    font-size: 70px;
  }
  .about p {
    font-size: 14px;
  }

  .our-vision .wrapper {
    flex-direction: column;
  }
  .our-vision .text {
    align-items: center;
    text-align: center;
    margin-top: 4vw;
  }
  .our-vision .img {
    justify-content: center;
    width: 100%;
  }
  .our-vision img {
    width: 80%;
  }
  .our-vision .text {
    width: 100%;
  }
  .our-vision .text p {
    line-height: 1.5;
    width: 90%;
    font-size: 16px;
  }
  .team-card img {
    width: 200px;
  }
  .team .info b {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .team .info p {
    font-size: 12px;
    line-height: 1.2;
  }
  .team {
    flex-wrap: wrap;
    gap: 10px;
  }
  .team .info {
    left: 10px;
    bottom: 15px;
  }
}
@media (max-width: 550px) {
  .about,.our-mission,.team,.meet-the-team {
    padding: 2rem 1rem;
}
.our-vision .wrapper {
    padding: 20px 16px;
  }
  h1 {
    font-size: 50px;
  }
  .about p {
    font-size: 14px;
    text-align: center;
    margin-top: 12px;
    line-height: 1.5;
  }
  .our-mission img {
    width: 100%;
  }
  h5 {
    font-size: 12px;
  }
  h2 {
    font-size: 30px;
  }
  .our-mission .text p {
    font-size: 14px;
  }
  .our-vision .text p {
    font-size: 14px;
  }
   .our-vision img {
    width: 100%;
  }
  .our-mission .wrapper{
    border-radius: 15px;
  }
  .our-mission .wrapper {
        padding: 20px 16px;
  }
}
@media (max-width: 440px){
    .meet-the-team h2 br{
        display: none;
    }
}
@media (max-width: 430px){
    .team-card img {
        width: 100%;
    }
    .our-vision h2 br{
        display: none;
    }
    .whyChoose_section h2 br{ 
      display: none;
    }
}
