@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

@font-face {
  font-family: 'MetropolisRegular';
  src: url(../fonts/metropolis/Metropolis-Regular.otf);

}


:root {
  --primary-color: #90c73f;
  --secondary-color: #eef4ec;
}

.main {
  display: flex;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../res/images/about/about_main.png");
  background-image: linear-gradient(180deg, rgba(168, 168, 168, 0.09) 43%, rgba(53, 53, 53, 1) 100%), url(../res/images/about/aboutbannernew.jpg);
  width: 100%;
  /* height: 52vh; */
  height: 465px;
  justify-content: center;
}

/* .layout-blur {
  background: linear-gradient(180deg, rgba(168, 168, 168, 0.09) 0%, #353535 100%);
} */

.h-banner1 {
  display: flex;
  flex-direction: column;
  text-align: left;
  margin: 212px 0px 95px 0px;
  max-width: 1162px;
  min-width: 1162px;
  width: 1162px;
}

.h-banner1 h2 {
  font-family: "Poppins", serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 70px;
  letter-spacing: -0.05em;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #FFFFFF;
  margin-bottom: 43px;

}

.h-banner1 h1 {
  font-family: "Poppins", serif;
  font-size: 43px;
  font-weight: 700;
  line-height: 53px;
  letter-spacing: -0.05em;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #FFFFFF;

}

.h-banner1 h1 span {
  font-family: "Poppins", serif;
  font-size: 43px;
  font-weight: 700;
  line-height: 53px;
  letter-spacing: -0.05em;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #90C73F;
}

.h-banner1 .greenl1 img {
  margin-top: -11%;
  margin-left: 61%;
}

/* about us */
.aboutus-at-aboutpg {
  display: flex;
  flex-direction: row;
  /* margin-left: 170px;
  margin-right: 170px; */
  justify-content: space-between;
  margin-bottom: 130px;
  margin-top: 100px;
  max-width: 1162px;
  min-width: 1162px;
  width: 1162px;
}

.about-wrap {
  display: flex;
  gap: 84px;

}

.about-wrap .abt-left {
  display: flex;
  flex-direction: column;
}

.about-wrap .abt-left .images-abt-top {
  display: flex;
  gap: 7px;
  margin-bottom: 7px;
}

.about-wrap .abt-left .images-abt-bottom {
  display: flex;
  gap: 7px;
}

.about-wrap .abt-left .images-abt-top .img1 {
  width: 351px;
  height: 285px;
  gap: 0px;
  border-radius: 23px 0px 0px 0px;
  opacity: 0px;
  overflow: hidden;
}

.about-wrap .abt-left .images-abt-top .img1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 23px 0px 0px 0px;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  overflow: hidden;

}

.about-wrap .abt-left .images-abt-top .img1 img:hover {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}

.about-wrap .abt-left .images-abt-top .img2 {
  width: 222px;
  height: 285px;
  gap: 0px;
  border-radius: 0px 23px 0px 0px;
  opacity: 0px;
  overflow: hidden;

}

.about-wrap .abt-left .images-abt-top .img2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0px 23px 0px 0px;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  overflow: hidden;

}

.about-wrap .abt-left .images-abt-top .img2 img:hover {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}

.about-wrap .abt-left .images-abt-bottom .img3 {
  width: 222px;
  height: 285px;
  gap: 0px;
  border-radius: 0px 0px 0px 23px;
  opacity: 0px;
  overflow: hidden;


}

.about-wrap .abt-left .images-abt-bottom .img3 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0px 0px 0px 23px;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  overflow: hidden;

}

.about-wrap .abt-left .images-abt-bottom .img3 img:hover {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}

.about-wrap .abt-left .images-abt-bottom .img4 {
  width: 351.46px;
  height: 285px;
  gap: 0px;
  border-radius: 0px 0px 23px 0px;
  opacity: 0px;
  overflow: hidden;

}

.about-wrap .abt-left .images-abt-bottom .img4 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0px 0px 23px 0px;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  overflow: hidden;

}

.about-wrap .abt-left .images-abt-bottom .img4 img:hover {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}

.about-wrap .abt-right .btn2 {
  margin-top: 20px;
}

.about-wrap .abt-right .btn2 a {
  font-family: "Poppins", serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
  letter-spacing: -0.05em;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #FFFFFF;


}

.about-wrap .abt-right .btn2 a .btn02 {
  width: 220px;
  height: 51px;
  gap: 0px;
  border-radius: 30px;
  opacity: 0px;
  font-family: "Poppins", serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
  letter-spacing: -0.05em;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #FFFFFF;
  border: 1px solid #90C73F;
  background: #90C73F;
  transition: 0.4s;

}
.about-wrap .abt-right .btn2 a .btn02:hover{
  color: #90c73f;
  background-color:white;
  border: 1px solid #90c73f;
  cursor: pointer;
  
}
.about-wrap .abt-right p {
  font-family: "Poppins", serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.05em;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #818181;
  margin-bottom: 20px;

}

.about-wrap .abt-right .abt-title1 {
  display: flex;
  margin-bottom: 25px;

}

.about-wrap .abt-right .abt-title1 img {
  width: 108px;
  height: 90px;
  opacity: 0px;
  position: relative;
  top: -40px;


}

.about-wrap .abt-right .abt-title1 h1 {
  font-family: "Poppins", serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 70px;
  letter-spacing: -0.05em;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #000000;

}

.about-wrap .abt-right .abt-title1 h1 span {
  border-bottom: 5px solid #90C73F
}

/* ourstory */
.st-outer-wrap {
  display: flex;
  justify-content: center;

}

.st-outer-wrap .left-st {
  /* background: url(../res/images/about/abtbk2.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 555px;
  height: 822px;
  gap: 0px;
  opacity: 0px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 175px; */
  background: url(../res/images/about/abtbk2.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 371px;
  height: 822px;
  gap: 0px;
  opacity: 0px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 194px;

}

.st-outer-wrap .left-st .ttl-st h1 {
  font-family: "Poppins", serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 33px;
  letter-spacing: -0.02em;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #FFFFFF;


}

.st-outer-wrap .left-st p {
  font-family: "Poppins", serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: -0.02em;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #FFFFFF;
  width: 330px;


}

.st-outer-wrap .left-st .ttl-st {
  display: flex;
}

.st-outer-wrap .left-st .ttl-st img {

  width: 117px;
  height: 120px;
  opacity: 0px;
  z-index: 0;
  position: relative;
  left: -41px;
  top: -59px;

}

.right-st .story-boxes {
  display: flex;

}

.right-st .story-boxes .st-box1 {
  width: 490px;
  height: 410px;
  gap: 0px;
  opacity: 0px;

}

.right-st .story-boxes .st-box1 .st-img1 {
  width: 295px;
  height: 230px;
  gap: 0px;
  border-radius: 0px 0px 23px 0px;
  opacity: 0px;
  overflow: hidden;

}

.right-st .story-boxes .st-box1 .st-img1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0px 0px 23px 0px;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  overflow: hidden;
}

.right-st .story-boxes .st-box1 .st-img1 img:hover {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}

.right-st .story-boxes .st-box1 h1 {
  font-family: 'MetropolisRegular';
  font-size: 20px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: -0.02em;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  padding-left: 40px;
  padding-top: 35px;
  margin-bottom: 11px;

}
.gal-wrap{
  display: flex;
  align-items: center;
  justify-content: center;
}
.right-st .story-boxes .st-box1 p {
  font-family: "Poppins", serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: -0.02em;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #686868;
  padding-left: 40px;

}

#stbox1 {
  background: #EEF4EC;
}

/* 
team */
.team-members {
  display: flex;
  flex-direction: column;
  /* margin-left: 170px;
  margin-right: 170px; */
  margin-bottom: 130px;
  margin-top: 100px;
}

.teams {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

}

.teams h1 {
  font-family: "Poppins", serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 50px;
  letter-spacing: -0.02em;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #151515;

}

.teams .icon1-team {
  display: flex;
  height: 68px;
}

.teams .icon1-team img {
  width: 124px;
  height: 137px;
  gap: 0px;
  opacity: 0px;
  position: relative;
  top: -58px;
  left: -17px;

}

.teams h1 span {
  border-bottom: 5px solid #90C73F;

}

.teams p {
  font-family: "Poppins", serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.05em;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #818181;
  /* margin-top: 10px; */

}

.gallery {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 1162px;

}

.img-box {
  width: 116px;
  height: 276px;

  margin: 10px;
  border-radius: 50px;
  background: url(../res/images/about/team6.png);
  background-size: cover;
  background-position: center;
  position: relative;
  transition: width 0.5s;
}

.img-box:nth-child(2) {
  background: url(../res/images/about/team5.png);
  background-size: cover;
  background-position: center;
  margin-top: 62px;
}

.img-box:nth-child(3) {
  background: url(../res/images/about/team1.png);
  background-size: cover;
  background-position: center;
}

.img-box:nth-child(4) {
  background: url(../res/images/about/team2.png);
  background-size: cover;
  background-position: center;
  margin-top: 62px;
}

.img-box:nth-child(5) {
  background: url(../res/images/about/team3.png);
  background-size: cover;
  background-position: center;
}

.img-box:nth-child(6) {
  background: url(../res/images/about/team4.png);
  background-size: cover;
  background-position: center;
  margin-top: 62px;
}

.img-box h3 {
  color: #FFFFFF;
  position: absolute;
  bottom: 0;
  left: 30px;
  opacity: 0;
  transition: bottom 0.5s, opacity 0.5s;

}

.img-box:hover {
  /* width: 300px; */
  cursor: pointer;
}

.img-box:hover h3 {
  opacity: 1;
  bottom: 25px;
}

.video-abt {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: linear-gradient(175.02deg, #c3d4b7 -17.5%, rgba(144, 199, 63, 0) 128.7%);

 height: 400px;
  gap: 0px;
  opacity: 0px;
  margin-bottom: 80px;
  background: url(../res/videos/video1.mp4);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;


}
.about-video1{
  width: 100%;
    height: 100%;
    object-fit: cover;

}

@media (max-width:1500px) {
  .st-outer-wrap .left-st {
    width: 40%;
    padding-left: 153px;
  }

  .right-st .story-boxes .st-box1 {
    width: 373px;

  }

}

@media (max-width:1291px) {
  .st-outer-wrap .left-st {

    padding-left: 62px;
  }
}

@media (max-width:1165px) {

  .h-banner1 {
    max-width: 890px;
    min-width: 890px;
    width: 890px;
  }

  .about-wrap {

    gap: 40px;
  }

  .h-banner1 .greenl1 img {
    margin-top: -22%;
    position: relative;
    margin-left: 45%;
    top: -55px;
  }

  .aboutus-at-aboutpg {

    max-width: 890px;
    min-width: 890px;
    width: 890px;
  }

  .about-wrap .abt-left .images-abt-top .img1 {
    width: 302px;
  }

  .about-wrap .abt-left .images-abt-top .img2 {
    width: 198px;
  }

  .about-wrap .abt-left .images-abt-bottom .img3 {
    width: 198px;
  }

  .about-wrap .abt-left .images-abt-bottom .img4 {
    width: 302px;
  }

  .main {

    height: 525px;

  }

  .gallery {

    width: 890px;
  }

  .st-outer-wrap .left-st p {

    width: 190px;
  }

  .right-st .story-boxes .st-box1 p br {
    display: none;
  }

  .right-st .story-boxes .st-box1 p {

    padding-left: 25px;
    padding-right: 25px;
  }

  .right-st .story-boxes .st-box1 h1 {

    padding-left: 25px;

  }

  .right-st .story-boxes .st-box1 {
    width: 335px;
  }

  .right-st .story-boxes .st-box1 .st-img1 {
    width: 244px;

  }

  .st-outer-wrap .left-st {
    padding-left: 117px;
  }

  .video-abt {

    height: 553px;

  }
}

@media (max-width:1085px) {
  .st-outer-wrap .left-st {
    padding-left: 84px;
  }
}

@media(max-width:932px) {
  .st-outer-wrap .left-st {
    padding-left: 63px;
  }

  .right-st .story-boxes .st-box1 {
    width: 309px;
  }

  .right-st .story-boxes .st-box1 .st-img1 {
    width: 229px;
  }
}

@media (max-width:895px) {
  .h-banner1 {
    max-width: 740px;
    min-width: 740px;
    width: 740px;
  }

  .aboutus-at-aboutpg {
    max-width: 740px;
    min-width: 740px;
    width: 740px;
  }

  .about-wrap {

    flex-direction: column-reverse;

  }

  .st-outer-wrap {

    flex-direction: column;
  }

  .st-outer-wrap .left-st {
    padding-left: 0px;
    align-items: center;
    height: 350px;
    width: 100%;
  }

  .st-outer-wrap .left-st p {
    width: 320px;
  }

  .right-st .story-boxes .st-box1 {
    width: auto;
  }

  .gallery {
    width: 740px;
  }

  .video-abt {
    height: 350px;
  }

  .aboutus-at-aboutpg {

    margin-bottom: 60px;
    margin-top: 60px;

  }

  .video-abt {

    margin-bottom: 60px;
  }

  .team-members {

    margin-bottom: 60px;

  }
}

@media (max-width:740px) {
  .h-banner1 .greenl1 img {

    margin-left: 47%;
    top: 0px;
  }

  .h-banner1 {
    max-width: 540px;
    min-width: 540px;
    width: 540px;
  }

  .aboutus-at-aboutpg {
    max-width: 540px;
    min-width: 540px;
    width: 540px;
  }

  .main {
    height: 587px;
  }

  .gallery {
    width: 540px;
  }

  .about-wrap .abt-left .images-abt-top .img1 {
    width: auto;
  }

  .about-wrap .abt-left .images-abt-top .img2 {
    width: auto;
  }

  .about-wrap .abt-left .images-abt-bottom .img3 {
    width: auto;
  }

  .about-wrap .abt-left .images-abt-bottom .img4 {
    width: auto;
  }
}

@media (max-width:542px) {
  .h-banner1 {
    max-width: 90%;
    min-width: 90%;
    width: 90%;
    margin-left: 5%;
  }

  .aboutus-at-aboutpg {
    max-width: 90%;
    min-width: 90%;
    width: 90%;
  }

  .main {
    height: 808px;
  }



  .h-banner1 .greenl1 img {
    margin-left: 28%;
    top: 0px;
  }

  .right-st .story-boxes {
   
    flex-direction: column;
  }
  .gallery {
    width: 90%;
    flex-wrap: wrap;
}
.team-members {

  width: 90%;
}
.teams .icon1-team img {
  width: 64px;
  height: 78px;
  top: -37px;
  left: -17px;
}
.teams p {
  text-align: center;
}
.right-st .story-boxes .st-box1 .st-img1 {
  width: 295px;
}

}