@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap");


/* HERO SECTION  */

.hero {

  position: relative;
  background-image: url(../img/image11.png);
  background-repeat: no-repeat;
  background-position: left;
  background-size: cover;
}

.overlay {
  height: 100%;
  width: 100%;
  position: absolute;
  background: linear-gradient(
    0deg,
    rgba(61, 138, 51, 1) 0%,
    rgba(16, 150, 127, 1) 100%
  );
  opacity: 0.95;
  z-index: 1; /* Set overlay behind the nav */
}

nav {
  position: absolute;
  z-index: 3; /* Set nav on top of the overlay */
}

.download {
  border-radius: 30px;
  font-family: "Manrope";
  color: #11c068;
  font-weight: 600;
  background-color: white;
  border: 0;
}

.download:hover {
  background-color:#ffffff;
  color: #11c068; 
  box-shadow: 5px 14px 10px #0979686e;
}

 


 

.selectPage {
  /* font-family: "kalpurush"; */
  font-size: 1.2rem;
  margin: 0px 30px;
  cursor: pointer;
  color: #5dffae;
}

.menuBar {
  color: white;
}

.menuOptions {
  color: white;
  transition: 300ms;
}

.menuOptions:hover {
  cursor: pointer;
  color: #5dffae;
}

.emphasis {
  color: #11c068;
}

.z-100 {
  z-index: -100;
}
.z2 {
  z-index: 3;
}

.heroMain {
  z-index: 2;
  position: relative;
  width: 100%;
  height: inherit;
  flex-direction: row;
}

.mainText {
  color: white;
  /* font-family: "kalpurush"; */
}

.details {
  font-size: 20px;
  width: 75%;
  line-height: 32px;
  font-weight: 300;
}
.headline {
  font-weight: bolder;
  font-size: 4rem;
}
.pointer {
  cursor: pointer;
}
.heroMainRight {
  padding: 80px 5px;
  position: relative;
  height: 100%;
  width: 50%;
}
.heroMainRightInfo {
  position: relative;
}
.phoneBackground {
  background-color: #a9e9a2;
  border-radius: 30px;
  height: 50%;
  bottom: 0;
  position: absolute;
  rotate: -8deg;
}
.phoneImg {
  position: relative;
  width: 95%;
}
.heroMainLeftInfo {
  width: 90%;
}
.cadmium_green{
  background-color: #097969;
}
.active{
  color: #5dffae;
}
.nav-item{
  /* font-family: "kalpurush"; */
  font-size: 16px;
}
.nav-item:hover{
  color: #5dffae;
}

/* INFOPAGE SECTION  */
.infoPage {

  /* padding: 100px 100px; */
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: white;
}

.infoHr {
  width: 120px;
  position: absolute;
  z-index: 1;
  height: 20px;
  border-width: 3px;
  border-radius: 1px;
}
.buttonContainer{
  display: block;
}
.buttonContainer2{
  display: none;
}
.infoHrSmall {
  width: 60px;
  height: 20px;
  position: relative;
  color: #12c069;
  z-index: 3;
  border-width: 3px;
  opacity: 1;
}

.subtitleText {
  color: #757575;
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
}

.infoPageCards {
  height: 50%;
  padding: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 40px;
}
.servicesPageCards{
  height: 50%;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 40px;
}

.servicesBox{
  width: 190px;
  height: 156px;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 10px;
}

.cards {
  width: 262px;
  height: 156px;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.cards img {
  margin-bottom: 10px;
}

.cards, .services h4 {
  font-size: 20px;
  /* font-family: "kalpurush"; */
}

.one {
  background-color: #e0fae9;
}

.two {
  background-color: #ffe4e4;
}

.three {
  background-color: #deeeff;
}

.four {
  background-color: #ffe4e4;
}

.five {
  background-color: #ffedd5;
}

.six {
  background-color: #e0fae9;
}

.seven {
  background-color: #ffedd5;
}

/* howTo Section */

.howTo {
 
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: white;
  background-image: url("../img/Group1000004748.svg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  
  /* padding: 100px 100px; */
}

.howToTitle {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: 48px 0px;
}

.titleText{
  font-weight: bold;
}
.subtitleText{
  font-size: 16px;
}
.toBottomRight{
display: flex;
flex-direction: column;
align-items: center;
justify-content: end;
gap: 40px;
padding-bottom: 20px;
width: 50%;
}
.toBottomLeft{
  width: 50%;
  justify-content: end;
  align-items: end;
}

.toBottomLeftImg{
  bottom: 0;
  position:relative;
  /* height: 95%; */
  /* width: 300px; */
}

.toBottom{
  display: flex;
  flex-direction: row;
  position: relative;
  padding: 48px 0px 0px;
}

.rightBoxes{
  display: flex;
  flex-direction: row;
  gap: 20px;
}

.rightBoxText{
  /* width: 60%; */
}

.boxTitle{
  font-size: 25px;
}
.navbar-nav{
  gap:20px;
}
nav{
  position: absolute;
}
.heroMainLeft{
  width: 50%;
  justify-content: start;
  align-items: center;
}
.boxSubtitle{
  font-weight: 300;
  color: #757575;
}

.downloadApp{
  background-color: #FFF7F2 ;
}
.downloadAppBody{
  flex-direction: row;
  justify-content: center;
  align-items: center;

}
.bodyLeft{
  width: 50%;
  padding: 20px;
}
.bodyRight{
  width: 50%;
  display: flex;
  justify-content: center;
}
.galleryTitle{
  margin-top: 50px;
  margin-bottom: 50px;
}
.galleryCollage{
  margin-top: 40px;
}

.row, .col img{
  cursor:pointer;
}

footer{
  position: absolute;
  background-image: url(../img/image11.png);
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;

}
.footerMain{
  z-index: 3;
  position: relative;
  gap: 48px;
}
.footerLeft{
  gap: 20px;
  width: 30%;
}
.footerText{
  font-size: 24px;
  font-weight: 500;
}
.footerSubText{
  font-size: 12px;
  font-weight: 300;
  line-height:20px;
  color: white !important;
}
.footerImpLinks, .footerLegal{
  width: 30%;
  color: white;
  flex-direction: column;
}
.footerContact{
  width: 40%;
  color: white;
  flex-direction: column;
}

.footerLogos{
  width: 30%;
}
.fw-200{
  font-weight: 200;
}
.fw-500{
  font-weight: 500;
}
.footerRight{
  width: 70%;
  gap: 20px;
  display: flex;
}
.footer-item{
  font-size: 16px;
  color: white;
  line-height: 25px;
  text-decoration: none;
}
.footer-item:hover{
  color: #5dffae;
}


/* gallery css */
 
.galleryFirstRow{
  height: 140px;
}
.gallerySecondRow{
  height: 350px;
}

.gallerySecFirst{
  height: 160px !important;
}

.pyGallery{
  padding: calc(var(--bs-gutter-x)* .5) !important; 
}
.galleryBody img{
  border: 1px solid white;
}

.column {
  position: relative;
  float: left;
  min-height: 1px;
  width: 25%;
  padding-left: 4px;
  padding-right: 4px;
  
  /* Space between tiles */
  margin-top: 8px;
}

.col-span {
  width: 50%;
}

.my-sizer-element {
  width: 8.33333%;
}

/* default styles so shuffle doesn't have to set them (it will if they're missing) */
.my-shuffle {
  position: relative;
  overflow: hidden;
}

/* Ensure images take up the same space when they load */
/* https://vestride.github.io/Shuffle/images */
.aspect {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  overflow: hidden;
}

.aspect__inner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.aspect--16x9 {
  padding-bottom: 56.25%;
}

.aspect--9x80 {
  padding-bottom: calc(112.5% + 8px);
}

.aspect--32x9 {
  padding-bottom: calc(28.125% - 3px);
}

.gallerySection img {
  display: block;
  width: 100%; 
  max-width: none;
  height: 100%;
  object-fit: cover;
  cursor: pointer;
}

/* Small reset */
*,
::before,
::after {
  box-sizing: border-box;
}

 figure {
  margin: 0;
  padding: 0;
}




@media (max-width: 1400px) {
  .gallerySecondRow {
    height: 280px;
  }
}




@media (max-width: 991px) {
  
  /* gallery css */

  .galleryFirstRow{
    height: 100px !important;
  
  }

  .gallerySecondRow{
    height: 210px !important;
    
  }

  .gallerySecFirst{
    height: 120px !important;
  }

  /* gallery css */




  .buttonContainer{
    display: none;
  }
  .buttonContainer2{
    display: flex;
    justify-content: center;
    height: 100px;
    align-items: end;
  }
  .download{
    height: 50px;
  }
  .navbar-nav{
    gap:0px;
  }
  .nav-item{
    text-align: center;
    font-size: 22px;
  }
  .heroMain{
    flex-direction: column-reverse;
  }
  .heroMainRight{
    width: 100%;
    padding: 40px 5px;
  }
  .heroMainRightInfo{
    width: 40%;
    
  }
  .heroMainLeft{
    width: 100%;
    justify-content: center;
    align-items: center;
  }
  .heroMainLeftInfo{
    width: 100%;
    margin-bottom: 100px;
  }
  .heroMainLeftInfo h1{
    width: 100%;
    text-align: center;
  }
  .details{
    width: 100%;
  }
  .mainText{
    width: 100%;
    text-align: center;
  }
  .storeInfo{
    display: flex;
    /* justify-content: center; */
    align-items: center;
    /* padding: 0px 10px; */
    gap: 5px;
  }
  .storeLogos{
    width: 130px;
  }
  .mainLogo{
    width: 40px;
  }
  .toBottom{
    flex-direction: column-reverse;
    justify-content: center;
  }
  .toBottomRight{
    width: 100%;
    margin-bottom: 20px;
    gap: 20px;
  }
  .rightBoxes{
    width: 80%;
   display: flex;
   flex-direction: column;
   justify-content: center;
   align-items: center;
   text-align: center;
   gap: 5px;
   
  }
  .toBottomLeft{
    width: 100%;
    justify-content: center;
  }
  .boxTitle{
    font-size: 20px;
  }

  .howToTitle{
    margin: 24px 4px ;
  }
  .toBottom{
    padding: 24px 0px 0px;
  }
  .downloadAppBody{
    flex-direction: column;
  }
  .bodyLeft{
    width: 100%;
  }
  .bodyRight{
    width: 100%;
  }

  .bodyRight img{
    width: 80%;
  }
  .dAText{
    text-align: center;
  }
  .footer-item{
    font-size: 14px;
  } 

  .footerContact .textFooter{
    font-size: 12px;
  }
  .footerRight{
    width: 100%;
    justify-content: space-between;
  }
}

@media (max-width: 767px) {


  /* gallery css */ 

 .gallerySecondRow {
    height: auto !important; 
  }
   .gallerySecFirst{
    height: auto !important ; 
  }
  
  /* gallery css */


  .heroMainRightInfo{
    width: 60%;
  }
  .headline{
    font-size: 40px;
  }
  .toBottomLeftImg{
    width: 280px;
  }
  .footerMain{
    flex-direction: column;
    padding: 24px 20px;
    flex-wrap: wrap;
    gap: 10px;
  }
  .footerLeft{
    width: 100%;
  }
  .footerContact, .footerImpLinks, .footerLegal{
    width:fit-content;
    text-align: left;

  } 
  .footerRight{
    flex-wrap: wrap;
  }
  .footerContact{
    display: flex;
    width: fit-content;
  }
  .footerLogos{
    width: 120px;
  }
  .footerLeft .storeInfo{
    justify-content: start;
  }

  .column {
    width: 100%;
  }

}

