body {
  height: 100vh;
}
/*------------- header start -----------*/

/*------------- header end -----------*/

/*------------- about hero start -----------*/
.about-hero {
  width: 100%;
  margin-top: 80px;
  background-image: url("/image/bg-about\ us.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 5% 7%;
  height: 320px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.about-hero .about__hero__text {
  color: #ffffff;
  text-align: center;
}
.about-hero .about__hero__text h2 {
  font-size: 36px;
}
.about-hero .about__hero__text p {
  font-size: 14px;
}
.about-hero .about__hero__btn {
  padding: 15px;
  font-size: 13px;
  background-color: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(5px);
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
}
.about-hero .about__hero__btn a {
  color: #ffffff;
  position: relative;
  padding: 10px;
  font-weight: bold;
}
.about-hero .about__hero__btn .about__home__btn {
  font-weight: 400;
  font-size: 15px;
}
.about-hero .about__hero__btn .about__home__btn::after {
  content: "";
  position: absolute;
  height: 3px;
  width: 30%;
  left: 55px;
  bottom: 18px;
  transform: rotate(90deg);
  background-color: #ffffff;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}
/*------------- about hero end -----------*/

/*------------- overview start -----------*/
.overview-container {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5% 2%;
}
.overview-container .overview__text {
  margin-right: 20px;
}
.overview-container .overview__text h1 {
  font-size: 45px;
  color: #222222;
  margin: 30px 0;
}
.overview-container .overview__text .overview__btn {
  padding: 15px 7px;
  display: inline-block;
  font-size: 14px;
  background-color: rgba(25, 114, 120, 10%);
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
.overview-container .overview__text a {
  background-color: rgba(25, 114, 120, 20%);
  font-size: 15px;
  color: #197278;
  padding: 10px 5px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
.overview-container .overview__text p {
  font-size: 14px;
}
.overview-container .overview__img {
  margin-left: 20px;
}
.overview-container .overview__img img {
  display: block;
  margin-left: auto;
}
/*------------- overview end -----------*/

/*------------- Team Member Start -----------*/
.tema-container {
  background-color: #f1f1f1;
  padding: 4% 4% 7% 4%;
  text-align: center;
}
.team__text .team__text__para {
  background-color: rgba(25, 114, 120, 10%);
  display: inline-block;
  padding: 6px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}
.team__text .team__text__para p {
  background-color: rgba(25, 114, 120, 20%);
  font-size: 13px;
  padding: 5px;
}
.team__text h1 {
  padding: 5px;
  margin-bottom: 2rem;
}
.tema-container .team__members {
  display: flex;
  justify-content: center;
  align-items: center;
}
.team__member__main {
  position: relative;
}
.team__member__main .team__img img {
  width: 90%;
  height: auto;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
.team__member__main:hover .team__img__text {
  transform: translateY(15px);
  -webkit-transform: translateY(15px);
  -moz-transform: translateY(15px);
  -ms-transform: translateY(15px);
  -o-transform: translateY(15px);
}
.team__img__text {
  min-width: 175px;
  min-height: 110px;
  position: absolute;
  background-color: #ffffff;
  bottom: -36px;
  left: 51px;
  padding: 10px 7px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px,
    rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
  transition: 0.5s;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}

.team__img__text p {
  font-size: 10px;
}

.team__img__text a i {
  font-size: 13px;
  margin: 10px 3px 5px 3px;
  padding: 4px;
  border: 1px solid #197278;
  color: #197278;
  border-radius: 50%;
  transition: 0.3s;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.team__img__text a i:hover {
  color: #ffffff;
  background-color: #197278;
  transform: scale(1.4);
  -webkit-transform: scale(1.4);
  -moz-transform: scale(1.4);
  -ms-transform: scale(1.4);
  -o-transform: scale(1.4);
}
/*------------- Team Member end -----------*/

/*------------- About section review start -----------*/
.about-review {
  background-color: #ffffff;
}
/*------------- About section review end -----------*/

/*------------- Responsiv start -----------*/

@media screen and (max-width: 3840px) {
  .overview-container .overview__text {
    padding: 20px 5%;
  }
}
@media screen and (max-width: 2500px) {
  .overview-container .overview__text {
    padding: 20px;
  }
  .overview-container .overview__text {
    width: 50%;
  }
  .overview-container .overview__img {
    width: 50%;
  }
}

@media screen and (max-width: 1300px) {
  .overview-container .overview__text h1 {
    font-size: 35px;
  }
}

@media screen and (max-width: 1115px) {
  .overview-container .overview__text {
    padding: 10px 0;
  }
  .overview-container .overview__text {
    width: auto;
  }
  .overview-container .overview__img {
    width: auto;
  }

  /* team member */
  .tema-container {
    background-color: #f1f1f1;
    padding: 2% 2% 7% 2%;
    text-align: center;
  }
}

@media screen and (max-width: 1080px) {
  .overview-container .overview__img img {
    width: 30rem;
  }

  /* team member */
  .team__img__text {
    bottom: -36px;
    left: 45px;
  }
}

@media screen and (max-width: 1040px) {
  .overview-container .overview__text h1 {
    font-size: 30px;
  }

  /* team member */
  .team__img__text {
    bottom: -36px;
    left: 35px;
  }
}

@media screen and (max-width: 980px) {
  /* team member */
  .team__img__text {
    bottom: -36px;
    left: 30px;
  }
}

@media screen and (max-width: 980px) {
  /* team member */
  .team__img__text {
    bottom: -36px;
    left: 25px;
  }
}

@media screen and (max-width: 910px) {
  /* overview */
  .overview-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 5% 3%;
  }
  .overview-container .overview__img img {
    width: auto;
  }

  /* team member */
  .tema-container {
    background-color: #f1f1f1;
    padding: 4% 2% 15% 2%;
    text-align: center;
  }
  .tema-container .team__members {
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-content: center;
    align-items: center;
  }
  .team__member__main .team__img img {
    position: relative;
    width: 65%;
    margin-bottom: 0rem;
    height: auto;
  }
  .team__bottom__img img {
    margin-top: 5rem;
  }
  .team__img__text {
    bottom: -36px;
    left: 125px;
    padding: 10px 7px;
  }
  .team__member__main:hover .team__img__text {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
  }
}

@media screen and (max-width: 750px) {
  .team__img__text {
    bottom: -36px;
    left: 90px;
    padding: 10px 7px;
  }
}

@media screen and (max-width: 715px) {
  .team__img__text {
    bottom: -36px;
    left: 85px;
    padding: 10px 7px;
  }
}

@media screen and (max-width: 670px) {
  .tema-container {
    background-color: #f1f1f1;
    padding: 4% 0% 15% 0%;
    text-align: center;
  }
  .team__img__text {
    bottom: -36px;
    left: 75px;
    padding: 10px 7px;
  }
}

@media screen and (max-width: 630px) {
  .overview-container .overview__img img {
    width: 30rem;
    height: auto;
  }

  .tema-container .team__members {
    display: grid;
    grid-template-columns: 1fr;
    justify-content: center;
    align-items: center;
  }
  .team__member__main .team__img img {
    position: relative;
    width: 50%;
    margin-bottom: 0rem;
    height: auto;
  }
  .team__bottom__img img {
    margin-top: 5rem;
  }

  .team__img__text {
    bottom: -36px;
    left: 230px;
    padding: 10px 7px;
  }
}

@media screen and (max-width: 575px) {
  .overview-container .overview__img img {
    width: 25rem;
    height: auto;
  }

  .team__img__text {
    bottom: -36px;
    left: 200px;
    padding: 10px 7px;
  }
}

@media screen and (max-width: 525px) {
  .team__img__text {
    bottom: -36px;
    left: 170px;
    padding: 10px 7px;
  }
}

@media screen and (max-width: 490px) {
  .team__member__main .team__img img {
    position: relative;
    width: 65%;
    margin-bottom: 0rem;
    height: auto;
  }
  .team__img__text {
    bottom: -36px;
    left: 155px;
    padding: 10px 7px;
  }
}

@media screen and (max-width: 430px) {
  .about-hero {
    height: 200px;
    padding: 3%;
  }

  .overview-container {
    text-align: center;
    color: #fff;
    background: linear-gradient(
        135deg,
        rgba(41, 48, 55, 0.7),
        rgba(51, 60, 68, 0.7)
      ),
      url(/image/overview.png) no-repeat center center / cover;
  }
  .overview-container h1 {
    margin-bottom: 10px;
    text-align: start;
  }
  .overview-container .overview__text h1 {
    font-size: 1.3rem;
    color: #fff;
  }
  .overview-container p {
    text-align: start;
  }
  .overview-container .overview__img img {
    display: none;
  }

  /* team member */
  .team__text h1 {
    font-size: 1.5rem;
  }
  .team__img__text {
    bottom: -36px;
    left: 120px;
    padding: 10px 7px;
  }
}

@media screen and (max-width: 400px) {
  .about-hero {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .about__hero__text {
    margin-bottom: 20px;
  }
  about__hero__btn {
    margin-top: 20px;
  }

  .about-hero .about__hero__text h2 {
    font-size: 1.2rem;
  }
  .team__img__text {
    left: 110px;
  }
}

@media screen and (max-width: 375px) {
  .team__member__main .team__img img {
    position: relative;
    width: 80%;
    height: auto;
  }
  .team__img__text {
    left: 100px;
  }
}

@media screen and (max-width: 330px) {
  .about-hero .about__hero__text h2 {
    font-size: 1.3rem;
  }
  .about-hero .about__hero__text h6 {
    font-size: 0.9rem;
  }

  .team__text h1 {
    font-size: 1.3rem;
  }
  .team__img__text {
    left: 80px;
  }

  .review__heading h1 {
    font-size: 1.4rem;
  }
}

/*------------- Responsiv end -----------*/
