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

/* HERO SECTION  */
@font-face {
  font-family: "Li Ador Noirrit A-V1 Bold";
  src: url("../../Li\ Ador\ Noirrit\ A-V1\ Bold.ttf") format("truetype");
}

@font-face {
  font-family: "Li Ador Noirrit A-V1 Regular";
  src: url("../../Li\ Ador\ Noirrit\ A-V1\ Regular.ttf") format("truetype");
}

.hero {
  position: relative;
  background-image: url(../img/banner_photo.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 90vh;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: end;
}

.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 */
}

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

.download:hover {
  background-color: #11c068;
  color: white;
}

.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;
}
.mainLogo {
  width: 70px;
}
.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;
}

/* .phoneImg {
  position: relative;
  width: 95%;
} */
.heroMainLeftInfo {
  /* width: 90%; */
  width: 50%;
  height: 100px;
}
.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;
}
.offcanvas-body {
  display: flex;
  flex-direction: row;
  justify-content: end;
  align-items: center;
  gap: 8px;
}
.logosContainer {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
}
.vl {
  border-left: 2px solid #414042;
  height: 60px;
}

.pcLogo {
  width: 90px;
}
.govLogo {
  width: 80px;
}

.buttonContainer {
  display: block;
}
.buttonContainer2 {
  display: none;
}
.infoHrSmall {
  width: 60px;
  height: 20px;
  position: relative;
  color: #12c069;
  z-index: 3;
  border-width: 3px;
  opacity: 1;
}
.infoHrMedium {
  width: 280px;
  height: 20px;
  position: relative;
  color: #faa22d;
  z-index: 3;
  border-width: 8px;
  opacity: 1;
}
.subtitleText {
  color: #757575;
  font-size: 20px !important;
  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: 20px;
}

.servicesBox {
  width: 190px;
  height: 156px;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 10px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}

.servicesBox:hover {
  background-color: #fce2e1;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}

.servicesBox img {
  width: 50px;
  height: 50px;
}

.cards {
  width: 120px;
  height: 100px;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}

.cards:hover {
  background-color: #fce2e1;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}

.cards img {
  margin-bottom: 10px;
}

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

.info-cards {
  background-color: #fce2e1;
}
.info-cards img {
  width: 30px;
  height: 30px;
}
.info-cards h4 {
  font-size: 16px;
}
/* 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; */
}

.video-holder {
  background-color: #fbdeda;
  width: 80%;
  margin: 40px auto;
  padding: 20px;
  text-align: center;
  border: 20px solid #ee5948;
}

.video-frame {
  height: 315px;
  width: 550px;
}
.howToTitle {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: 48px 0px;
}

.titleText {
  font-weight: bold;
  font-family: "Li Ador Noirrit A-V1 Bold" !important;
}

.text-redcolor {
  color: #f15b47;
}

.subtitleText {
  font-size: 16px;
  font-family: "Li Ador Noirrit A-V1 Regular" !important;
}
.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;
  width: 80%;
}

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

.boxTitle {
  font-size: 25px;
}
.navbar-nav {
  gap: 20px;
}
nav {
  position: absolute;
}
.heroMainLeft {
  width: 100%;
  justify-content: start;
  align-items: center;
}
.banner_text {
  width: 100%;
  text-align: center;
  color: white;
  font-size: 20px;
  font-weight: 300;
}
.boxSubtitle {
  font-weight: 300;
  color: #757575;
  font-family: "Li Ador Noirrit A-V1 Regular" !important;
}

.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 {
  background-color: #414042;
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  padding: 52px 24px;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  gap: 40px;
}
footer img {
  height: 60px;
}

.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) * 0.5) !important;
}
.galleryBody img {
  border: 1px solid white;
}

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

@media (max-width: 991px) {
  .infoPageCards .cards {
    width: 16% !important;
  }
  .infoHrMedium {
    display: none;
  }
  .pcLogo {
    width: 70px;
  }
  .govLogo {
    width: 50px;
  }
  .video-holder {
    width: 95%;
    padding: 20px 0px;
  }

  /* gallery css */

  .galleryFirstRow {
    height: 100px !important;
  }

  .gallerySecondRow {
    height: 210px !important;
  }

  .gallerySecFirst {
    height: 120px !important;
  }
  .titleText {
    text-align: center;
  }
  footer {
    flex-wrap: wrap;
  }
  footer img {
    height: 40px;
  }
  /* 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;
  }

  .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: 260px;
    border: 2px solid red;
  } */
  .mainLogo {
    width: 70px !important;
  }
  .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;
  }
  .navbar-expand-lg .offcanvas {
    visibility: visible !important;
  }
  .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) {
  .infoPageCards .cards {
    width: 22% !important;
  }
  .video-frame {
    width: 100%;
  }

  /* gallery css */

  .gallerySecondRow {
    height: auto !important;
  }
  .gallerySecFirst {
    height: auto !important ;
  }
  .video-holder {
    width: 100%;
    border: 0px;
    padding: 20px 20px;
  }

  /* 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;
  }
}
@media (max-width: 425px) {
  .infoPageCards .cards {
    width: 30% !important;
  }
}
/* Updated Style Start */
.toBottomRight {
  flex-direction: column;
  align-items: flex-start;
  gap: 30px;
  padding-bottom: 0;
}
.storeLogos {
  width: 260px;
  height: auto;
  margin-right: 10px;
}
.storeLogos:last-child {
  margin-right: 0;
}
.howTo .rightBoxIcon img {
  width: 60px;
  height: auto;
}

.boxSubtitle {
  font-weight: inherit;
  color: #444;
  margin: 0;
}
.rightBoxes {
  gap: 50px;
  /* width: 100%; */
}
.infoPageCards {
  height: auto;
  padding: 0;
  gap: 16px;
}
.infoPageCards .cards {
  width: 11%;
}
.servicesBox {
  border: 1px solid #444;
}
.servicesBox:hover {
  background-color: #fce2e1;
  border: 1px solid #aa625f;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0);
}
.cards,
.services h4 {
  font-size: 18px;
}
/* Updated Style End */
