* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
::-webkit-scrollbar {
  width: 7px;
}

::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey; 
  border-radius: 10px;
}
 
::-webkit-scrollbar-thumb {
  background: #5dcff0; 
  border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
  background: #1c5261; 
}

html {
  font-family: "Montserrat", sans-serif;
  font-size: 100%;
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
}

#two {
    scroll-margin-top: 7rem;
}

/* Header */

.menu {
  position: sticky;
  top: 0;
  left: 0;
  width: 100vw;
  overflow: hidden;
  z-index: 9999;
}

.navbar {
  padding-top: 1.5rem;
}

a.navbar-brand {
  position: relative;
  z-index: 999999;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.logoimg {
  width: 175px;
}

header {
  /* border-bottom: 5px solid #cff3f7; */
  background: #b4e8f3;
  box-shadow: 0px 8px 84px -5px #76b4c185;
  border-bottom: 5px solid #cff3f700;
  position: relative;
  /* padding: 15px 0 15px; */
}

.scrolled {
  border-bottom: 5px solid #cff3f7;
  position: relative;
}

header.sticky.is-fixed {
  padding: 1px 0;
}

header.sticky.is-fixed .navbar {
  padding: 9px 0px;
}

.main-nav ul.navbar-nav.ml-auto {
  /* margin-right: 40px; */
}

.navbar-expand-lg .navbar-nav .nav-item {
  padding: 0 20px;
}

.navbar-light .navbar-nav .nav-link {
  /* color: #494949; */
  color: #827777;
  padding: 0;
  /* text-transform: uppercase; */
  font-weight: 700;
  font-size: 1.2rem;
  padding-top: 5px;
}

a.nav-link.btn-call {
  color: white !important;
  background-color: #e31e24;
  padding: 6px 25px !important;
  /* position: absolute; */
  box-shadow: 0px -1px 6px 3px #d4cfcf;
  border-radius: 15px;
  /* border: 1px solid #ffffff; */
  transition: 0.6s;
}

/* a.nav-link.btn-call:hover {
    background: #425eba;
    transition: .6s;
    color: #fff !important;
  } */

/* header.sticky.is-fixed a.nav-link.btn-call { top: 1em; } */

/* .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: rgb(183 23 110);
  } */

nav ul li a,
nav ul li a:after,
nav ul li a:before {
  transition: all 0.5s;
}

/* stroke */
nav.stroke ul li a {
  position: relative;
}

nav.stroke ul li.underline a:after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 0%;
  content: ".";
  color: transparent;
  background: #e6b820;
  height: 2px;
}

nav.stroke ul li.active a:after {
  width: 100%;
}

nav.stroke ul li.underline a:hover:after {
  width: 100%;
}

/* Sticky navigation */
.sticky {
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

/* .sticky.is-fixed {
    position: fixed;
    z-index: 100;
    -webkit-animation-name: stickySlideDown;
    animation-name: stickySlideDown;
    padding: 0;
    -webkit-transition: none;
    transition: none;
    width: 100%;
  } */
/*   
  @-webkit-keyframes stickySlideDown {
    0% {
      opacity: 0.7;
      -webkit-transform: translateY(-100%);
      transform: translateY(-100%);
    }
  
    100% {
      opacity: 1;
      -webkit-transform: translateY(0);
      transform: translateY(0);
    }
  }
  
  @keyframes stickySlideDown {
    0% {
      opacity: 0.7;
      -webkit-transform: translateY(-100%);
      transform: translateY(-100%);
    }
  
    100% {
      opacity: 1;
      -webkit-transform: translateY(0);
      transform: translateY(0);
    }
  } */

/*.panels {*/
/*        overflow-y: scroll;*/
/*        overflow-x: hidden;*/
/*        height: 100vh;*/
/*        width: 100%;*/
/*        scroll-snap-type: y mandatory;*/
/*    }*/

/*    .panel {*/
/*        box-shadow: 40px red;*/
/*        scroll-snap-align: start;*/
/*        width: 100%;*/
/*        height: 100vh;*/
/*        overflow: hidden;*/
/*    }*/

/*    .clip {*/
/*        position: sticky;*/
/*        height: 0;*/
/*        width: 100%;*/
/*        top: 0;*/
/*        margin-bottom: 0;*/
/*    }*/


section {
  overflow-x: unset;
}

.home-section {
  height: 100vh;
  padding-right: 0px;
  padding-left: 0px;
  background-color: #b4e8f3;
  overflow: hidden;
  /* padding-top: 100px; */
  position: relative;
}

.home-section .item {
  height: 580px;
  min-width: 100%;
  overflow: hidden;
}

.main {
  /* height: 85vh; */
  position: relative;
  /* bottom: -160px; */
}

.home-section .content {
  /* height: 100%; */
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  margin: 4rem 0rem;
  z-index: 11;
  position: absolute;
}

.home-section .content h4 {
  color: #54aec0;
  font-size: 1.7rem;
  font-weight: 400;
  letter-spacing: 1px;
}

.home-section .slide1 .content h2,
.home-section .slide1 .content p {
  color: #fd256e;
}

.home-section .slide1 .content p {
  font-weight: 500;
  font-size: 17px;
}

/* .home-section .content h2,p{
    color: #fd256e;
  } */

.home-section .content h2 {
  font-weight: 700;
  font-size: 3rem;
}

.gs-btn {
  position: relative;
  height: 230px;
}

.second-slide-btn {
  position: relative;
  top: 300px;
  left: 0;
}

.home-section .hero-btn {
  position: relative;
  background-color: #54afc0;
  border-radius: 29px;
  filter: drop-shadow(7.388px 9.456px 4px #f6cd5e);
  top: 16rem;
  left: 0;
  font-weight: 500;
  border: 2px solid #ffffff;
  padding: 10px 15px;
  z-index: 999;
}

.home-section .hero-btn-1 {
  background-color: #54afc0;
  border-radius: 29px;
  filter: drop-shadow(7.388px 9.456px 4px #f6cd5e);
  font-weight: 500;
  border: 2px solid #ffffff;
  padding: 10px 15px;
  z-index: 999;
  color: #fff;
}

.home-section .hero-btn-2 {
  position: relative;
  background-color: #54afc0;
  border-radius: 29px;
  filter: drop-shadow(7.388px 9.456px 4px #f6cd5e);
  top: 18rem;
  left: 0;
  font-weight: 500;
  border: 2px solid #ffffff;
  padding: 10px 15px;
  z-index: 999;
  color: #fff;
}


.home-section .hero-btn span {
  color: #b4e9f3;
  letter-spacing: 2px;
}

.home-section .hero-btn:hover {
  border: 2px solid #f4e049;
}

.home-section .hero-btn:hover span {
  color: #f4e049;
}

.home-section .slide2 h2,
p {
  color: #2f7dbf;
  font-weight: 500;
}

.home-section .slide2 p {
  font-size: 17px;
}

.home-section .slide3 .content {
  margin-top: 275px;
  margin-bottom: 0;
  z-index: 11;
}

.home-section .slide3 .content h2 {
  color: #fd256e;
  font-weight: 700;
  font-size: 35px;
}

.home-section .slide3 .content p {
  font-size: 17px;
  color: #2f7dbf;
  font-weight: 500;
}

.home-section .slide3 .gs-btn {
  position: static !important;
}

.home-section .slide3 .hero-btn {
  position: static;
  background-color: #54afc0;
  border-radius: 29px;
  filter: drop-shadow(8.388px 8.456px 4px #f6cd5e);
  top: 1.5rem;
  font-weight: 500;
  /* border: 2px solid #f3f8b3; */
  border: 2px solid #ffffff;
  top: 0;
  padding: 5px 16px;
  /* box-shadow: 6px 7px 3px 0px #e8b7c6; */
}

.home-section .slide3 .cloud-1 {
  bottom: 2px !important;
}

.mountain {
  position: relative;
}

.mountain-bg {
  position: absolute;
  bottom: 16px;
  width: 100%;
  left: 0;
  z-index: 1;
}

.girl_img {
  bottom: 0;
}

/* .bottom-20 {
  bottom: -10px !important;
} */
/* .top-20 {
  top: -800px !important;
} */
.home-section .trees {
  /* animation: trees 2s ease-in-out infinite alternate-reverse both; */
  z-index: 9;
}

@keyframes trees {
  0% {
    transform: translateX(10px);
  }

  100% {
    transform: translateX(-10px);
  }
}

.clouds {
  position: relative;
}

.clouds .cloud-1 {
  position: absolute;
  bottom: 83px;
  left: -184px;
  width: 100% !important;
  animation: cloud-1 4s ease-in-out infinite alternate-reverse both;
}

@keyframes cloud-1 {
  0% {
    transform: translateX(-25px);
  }

  100% {
    transform: translateX(25px);
  }
}

.clouds .cloud-2 {
  position: absolute;
  bottom: 0px;
  left: 31px;
  z-index: 0;
  width: 100% !important;
  animation: cloud-2 4s ease-in-out infinite alternate-reverse both;
}

@keyframes cloud-2 {
  0% {
    transform: translateX(20px);
  }

  100% {
    transform: translateX(-20px);
  }
}

.clouds .cloud-3 {
  position: absolute;
  width: 100% !important;
  top: -580px;
  z-index: 10;
  animation: cloud-3 6s ease-in-out infinite alternate-reverse both;
}

@keyframes cloud-3 {
  0% {
    transform: translateX(50px);
  }

  100% {
    transform: translateX(-50px);
  }
}

/* .leaf-1 {
  position: absolute;
  width: 80px !important;
  top: -470px;
  right: 265px;
  z-index: 10;
  animation: leaf-1 3s linear infinite alternate-reverse both;
} */

@keyframes leaf-1 {
  0% {
    transform-origin: top left;
    transform: rotate(20deg);
  }

  100% {
    transform-origin: top left;
    transform: rotate(0deg);
  }
}

.leaf-2 {
  position: absolute;
  width: 80px !important;
  top: -453px;
  left: 405px;
  z-index: 10;
  animation: leaf-2 3s linear infinite alternate-reverse both;
}

@keyframes leaf-2 {
  0% {
    transform-origin: 100% 50%;
    transform: rotate(-20deg);
  }

  100% {
    transform-origin: 100% 50%;
    transform: rotate(0deg);
  }
}

.BeTheGenC {
  position: absolute;
  bottom: -51px;
  height: 133px;
  right: 133px;
  z-index: 999;
}

.calc-section {
  background-color: #fff3f5;
  z-index: 100;
  position: relative;
}

.for-indiv,
.for-events {
  text-align: center;
  position: relative;
}

.for-indiv h4,
.for-events h4 {
  color: #94435c;
  font-size: 1.7rem;
  font-weight: 700;
}

.for-indiv p,
.for-events p {
  color: #be6e89;
  font-weight: 500;
}

.bg-pink {
  background-color: #f3d2dd;
  height: 200px;
  position: absolute;
  bottom: -60px;
  left: 0px;
  width: 100%;
}

.cal-btn,
.cal-img {
  z-index: 5;
  position: relative;
}

.cal-img {
  height: 22rem;
}

.calc-section .cal-btn {
  color: #af3d65;
  /* background-color: #eff7f7; */
  background: linear-gradient(to right,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 1) 50%,
      rgba(255, 255, 255, 0) 100%);
  border-radius: 2rem;
  top: 1.5rem;
  font-weight: 500;
  box-shadow: 6px 7px 3px 0px #e8b7c6;
  border: 2px solid #ffffff;
}

.calc-section .cal-btn:hover {
  border: 1px solid #ffffff;
  color: #ffffff;
  background: #c47f97;
  /* background: linear-gradient(to left, #f6c90a, #54c6ea); */
}

.offset-now-btn {
  color: #378fa0;
  font-size: 16px;
  margin: 1rem 0;
}

.offset-now-btn:hover {
  text-decoration: none;
} 

/* .cal-btn:hover{
  box-shadow: 3px 5px 1px 1px #c47f97;
  transform: translateY(-2px);
  transition: .2s ease-in;
} */

/* ---------- Tips Section ---------- */
.tips-section {
  background-color: #b4e8f3;
  position: relative;
}

.tip-sec {
  margin-top: 0;
}

.tips-section .py-7 {
  padding: 7rem 0 7rem;
}

.tips-section .section-heading {
  color: #127f96;
  font-size: 1.7rem;
  font-weight: 700;
}

.tips-section .section-para {
  color: #d17f13;
  font-weight: 500;
}

.tips-section .cards p {
  color: #1b8794;
  font-weight: 700;
  text-transform: uppercase;
  /* position: relative; */
}

.tips-section .img-bee2 {
  /* max-width: 100%; */
  height: 2.4rem;
  animation: bee-2 5s ease-in-out infinite alternate-reverse both;

  /* position: absolute;
  bottom: -3px;
  right: 264px; */
}

.tips-section .img-bee1 {
  position: absolute;
  left: 40px;
  top: 134px;
  height: 9%;
  z-index: 3;
  /* animation: bee-1 0.5s ease-in-out infinite alternate-reverse both; */
  width: 5%;
  height: auto;
  animation: bee_animation 4s infinite linear;
}

@keyframes bee_animation {
  0% {
    transform: translate(0px, 0px);
  }

  25% {
    transform: translate(40px, 0px);
  }

  50% {
    transform: translate(10px, 15px);
  }

  75% {
    transform: translate(-15px, -10px);
  }

  100% {
    transform: translate(0px, 0px);
  }
}

@keyframes bee-1 {
  0% {
    transform: translateY(10px);
  }

  100% {
    transform: translateY(-10px);
  }
}

@keyframes bee-2 {
  0% {
    transform: translate(0px, 0px);
  }

  25% {
    transform: translate(40px, 0px);
  }

  50% {
    transform: translate(10px, 15px);
  }

  75% {
    transform: translate(15px, 10px);
  }

  100% {
    transform: translate(10px, 10px);
  }
}

.tips-section .cards {
  gap: 1rem;
  justify-content: center;
  /* flex-wrap: wrap; */
}

.tip-card {
  margin: 0rem 1.9rem;
  max-width: 15%;
  border: 2px solid #ffffff;
  border-bottom: 0px !important;
  text-align: center;
  border-radius: 13px 10px 0px 0px;
  background-color: #e7fdff;
  cursor: pointer;
}

.tips-section .bee-img img {
  position: absolute;
  max-width: 4%;
  left: 20rem;
  z-index: 2;
  top: 7rem;
}

.tip-card img {
  height: 11rem;
  width: 11rem;
}
.tip-card:hover img {
  transform: scale(105%);
  transition: 0.7s all;
}

.tip-card:hover {
  border: 2px solid #009665;
  transition: 0.7s all;
}

.tip-card:hover p {
  transform: translateY(-5px);
  transition: 0.7s all;
}

.tips-section .bg-green {
  background-image: url(../imgs/bg-green.png);
  height: 65px;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  left: 0;
  position: absolute;
}

.modal-header {
  border-bottom: 0 !important;
}

.modal-header .close {
  color: #fff;
  opacity: 1;
}

.modal-header .close:focus {
  outline: 0 !important;
}

.modal-body img {
  border-radius: 10px;
}

.slide-3 {}

/* .demo-slide-1 {
  background-image: url(../imgs/home-2.webp);
} */
.slider-1 h4 {
  font-size: 35px;
  color: #54afc0;
  font-weight: 600;
}

.slider-1 h1 {
  font-size: 55px;
  color: #ff2670;
  font-weight: bold;
}

.slider-1 p {
  color: #ff2670;
  font-size: 18px;
  font-weight: 400;
}

.slider-2 h1 {
  font-size: 55px;
  color: #2f7dbf;
  font-weight: bold;
}

.slider-2 p {
  font-size: 24px;
  font-weight: 400;
}

.slider-3 h1 {
  font-size: 38px;
  color: #ff2670;
  font-weight: bold;
}

.slider-3 p {
  font-size: 24px;
  font-weight: 400;
}

.main-img {
  /* min-width: 1920px; */
  width: 100%;
  /* height:850px; */
}

.cloud {
  width: 230px;
  position: absolute;
  top: 125px;
  left: 84px;
  animation: cloud-1 4s ease-in-out infinite alternate-reverse both;
}

.calc1-section{
  background: #b4e8f3  url(../imgs/home-1.webp) center center/100%;
  height: 50rem;
  background-size: 100% 100%;
}

.calc1-section .cal- .for-indiv{
  position: relative;
}

.calc1-section .cal-cols .for-indiv h2{
  color: #94435c !important;
  font-size: 2.7rem !important;
  font-weight: 700 !important;
}

.calc1-section .cal-cols .for-events h4 {
  color: #94435c;
  font-size: 1.7rem;
  font-weight: 700;
}

.calc1-section .cal-cols .for-indiv img {
  width: 125px;
  position: absolute;
  top: 50px;
  left: 84px;
  animation: cloud-1 4s ease-in-out infinite alternate-reverse both;
}

.calc1-section .cal-cols .for-indiv .table thead th{
  background: #5dcff0 !important;
}

.calc1-section .cal-cols .for-indiv .table tbody td{
  background: #acedff !important;
}

.cloud-2 {
  position: absolute;
  top: 125px;
  right: 20px;
  animation: cloud-2 4s ease-in-out infinite alternate-reverse both;
}

.new-cloud-2 {
  width: 230px;
  position: absolute;
  top: 125px;
  right: 20px;
  animation: cloud-2 4s ease-in-out infinite alternate-reverse both;
}

.cloud-3 {
  position: absolute;
  top: 410px;
  right: 290px;
  animation: cloud-3 4s ease-in-out infinite alternate-reverse both;
}

.cloud-4 {
  position: absolute;
  bottom: 250px;
  left: -50px;
  animation: cloud-1 4s ease-in-out infinite alternate-reverse both;
  width: 450px;
}

.cloud-5 {
  position: absolute;
  bottom: 100px;
  left: -50px;
  animation: cloud-1 4s ease-in-out infinite alternate-reverse both;
  width: 450px;
}

.tree-1 {
  position: absolute;
  bottom: 68px;
  left: -12px;
  width: 200px;
}

.leaf-1 {
  position: absolute;
  bottom: 150px;
  left: 80px;
  width: 180px;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  top: 18%;
  left: 15%;
  z-index: 10;
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
}

.carousel-caption-1 {
  position: absolute;
  right: 15%;
  top: 65%;
  left: 15%;
  z-index: 10;
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
}
.cal-cols {
  margin-top: 0;
}
/* .panel {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9999;
  width: 100%;
} */

.carousel-control-prev-icon {
  background-image: url("../imgs/left-arrow.png") !important;
}

.carousel-control-next-icon {
  background-image: url("../imgs/right-arrow.png") !important;
}

.moving-broder{
  display:flex;
  align-items: center;
  justify-content: center;
}

.moving-broder a:hover {
  text-decoration: none;
}

.upsale-button {
    position: relative;
    z-index: 0;
    height: 40px;
    overflow: hidden;
    border: none !important;
    padding: 0 !important;
    background: #878787 !important;
    color: #656565;
    background: white;
    border-radius: 20px;
    width: 150px;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    box-shadow: 0 4px 50px 0 rgb(0 0 0 / 7%);
    transition: .2s all linear;
    text-decoration: initial;
}
.upsale-button:hover {
  transform: translateY(-5px);
  box-shadow: 1px 1px 5px #f6c90a;
}
.upsale-button span{
    position: relative;
    z-index: 1;
    height: calc( 100% - 4px );
    width: calc( 100% - 4px );
    top: 2px;
    left: 2px;
    align-items: center;
    display: flex;
    justify-content: center;
    border-radius: 20px;
    color: white;
    background: #54afc0;
}

.upsale-button:after{
   content: "";
    position: absolute;
    z-index: -2;
    left: -50%;
    top: -50%;
    width: 200%;
    height: 200%;
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: 50% 50%, 50% 50%;
    background-position: 0 0, 100% 0, 100% 100%, 0 100%;
    background-image: linear-gradient(90deg, rgba(255,255,255,0)    0%, rgba(255,255,255,1) 50%, rgba(255,255,255,0) 100%);
    -webkit-animation: rotate 2s linear infinite;
    animation: rotate 2s linear infinite;
}


@-webkit-keyframes rotate {
    100% {
        transform: rotate(360deg);
    }
}

@keyframes rotate {
    100% {
        transform: rotate(360deg);
    }
}

.upsale-button-1 {
  top: 17rem;
  left: 1rem;
}

.upsale-button-2 {
    top: 19rem;
    left: 1.5rem;
}

.carousel-control-next, .carousel-control-prev {
  bottom: 100px !important;
}


@media ((min-width: 481px) and (max-width: 768px)) {
  .tip-card {
    max-width: 25% !important;
  }
}

@media (max-width: 1028px) {
  .tips-section .bee-img img {
    max-width: 100%;
    left: 15rem;
  }
}
@media (max-width: 481px) {
  .tip-card {
    max-width: 40% !important;
  }

  .tips-section .bee-img img {
    max-width: 100%;
    left: 4rem;
  }
  .video iframe {
        height:auto;
    }
}

/* ---------- Our Projects ---------- */

.carousel-section {
  overflow: hidden;
  position: relative;
}

.carousel-section .main {
  position: relative;
}

.carousel-section .pt-6{
  padding: 11rem 0 0;
}
.carousel-section h2 {
  color: #94435c;
  font-size: 1.7rem;
  font-weight: 700;
}

.carousel-section p {
  color: #be6e89;
  font-weight: 500;
}

.carousel-text {
  background-image: linear-gradient(126deg,
      #ffffff 0%,
      #e9e9e9 45%,
      #cccccc 100%,
      #cccccc 100%);
  padding: 0.7rem;
}

.carousel-section .carousel-text .carou-text-head {
  color: #378fa0;
  font-size: 19px;
  font-weight: 800;
}

.carousel-section .carousel-text p {
  color: #378fa0;
  font-size: 0.8rem;
  text-align: justify;
}

.carousel-section .carousel-text .color-red {
  color: #ff2670;
  font-size: 17px;
  margin-bottom: 0;
}

.swiper {
  width: 100%;
  padding-top: 2rem !important;
  padding-bottom: 5rem !important;
}

.swiper-slide {
  background-position: center;
  background-size: cover;
  width: 317px !important;
}

.swiper-slide img {
  display: block;
  width: 100%;
  /* width: 311px;
    height: 220px; */
}

.swiper-slide-visible {
  opacity: 1 !important;
}

.swiper-wrapper {
  position: relative;
  width: 100% !important;
  height: 89%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-slide-shadow-left,
.swiper-slide-shadow-right {
  background-image: none !important;
  /* opacity: 0.6 !important; */
}

.swiper-wrapper .carousel-text {
  display: none;
}

.swiper-wrapper .swiper-slide-active .carousel-text {
  display: block;
}

.swiper-slide-visible:nth-of-type(1) {
  /* padding:40px !important; */
}

.swiper-slide-duplicate {
  /* padding: 10px; */
}

.swiper-slide {
  padding: 65px !important;
  opacity: 0.6;
}

.swiper-slide-active {
  padding: 0px !important;
}

.swiper-slide-prev {
  padding: 46px 60px 30px 30px !important;
  opacity: 0.6;
}

.swiper-slide-next {
  padding: 46px 30px 30px 60px !important;
  opacity: 0.6;
}

.swiper-slide {
  opacity: 0.6 !important;
}

.swiper-slide-active {
  opacity: 1 !important;
  border: 10px solid #ffffff;
  transition-duration: 0ms;
  transform: translate3d(0px, 23px, 0px) rotateX(0deg) rotateY(0deg) scale(1) !important;
  z-index: 1 !important;
}

.swiper-slide img {
  height: 5rem;
  opacity: 0.5;
}

.swiper-slide-visible img {
  height: 7rem;
}

.swiper-slide-prev img,
.swiper-slide-next img {
  height: 10rem;
}

.swiper-slide-active img {
  height: 13rem;
  opacity: 1;
}

.swiper-slide {
  /* transition-duration: 0ms !important;
    transform: translate3d(0px, 0px, -371px) rotateX(0deg) rotateY(0deg) scale(1);
    z-index: -1 !important; */
}

.hand-imgs {
  /* position: relative; */
}

.hand-imgs .bulp {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.hand-imgs .mill {
  position: absolute;
  right: 0;
  top: 0;
}

.recycle {
  position: absolute;
  top: 14rem;
  right: 0;
  width: 90%;
}

.proj-cloud-1 {
  position: absolute;
  top: 1rem;
  animation: cloud-1 4s ease-in-out infinite alternate-reverse both;
}

/* @keyframes cloud-1{
  0%{
    transform: translateX(-25px);
  }

  100%{
    transform: translateX(25px);
  }
} */

.hand-imgs .cloud-2 {
  position: absolute;
  top: 0;
  animation: cloud-2 4s ease-in-out infinite alternate-reverse both;
}

/* @keyframes cloud-2{
  0%{
    transform: translateX(20px);
  }

  100%{
    transform: translateX(-20px);
  }
} */

.hand-imgs .cloud-3 {
  top: 1rem;
  right: 2rem;
  position: absolute;
  animation: cloud-3 4s ease-in-out infinite alternate-reverse both;
}

.emissions-section {
  overflow: hidden;
  position: relative;
}

.emissions-section .pt-9 {
  padding: 9rem 0 0;
}
.emissions-section .row {
  /* margin-right: 0!; */
  /* margin-left: 0!; */
}

.emissions-section .cards {
  margin: 0px 6rem !important;
}

.emission-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 15px;
}

.emission-card:hover img {
  transform: scale(1.1);
  transition: 0.5s ease-in-out;
}

.emission-card:hover .card-img {
  /* background: #fe2470; */
}

.emission-card:hover .card-name {
  color: #fe2470;
}

.card-img {
  border-radius: 50%;
  width: 13rem;
  height: 13rem;
  position: relative;
  background: #eef3f6;
  align-items: center;
  text-align: center;
  justify-content: center;
  display: flex;
}

.card-img img {
  position: absolute;
  width: auto;
  height: 54%;
  object-fit: cover;
}

.emissions-section h2 {
  color: #616161;
  font-size: 1.7rem;
  font-weight: 700;
}

.emissions-section p {
  color: #a5a5a5;
  font-weight: 500;
  font-size: 1.3rem;
  padding: 0 13rem;
}

.emissions-section .emission-card p {
  color: #655e5e;
  font-weight: 500;
  font-size: 1.5rem;
  margin-bottom: 0 !important;
  padding: 0 1rem;
}

@media (max-width: 768px) {
  .emissions-section p {
    padding: 0 3rem;
  }

  .home-section {
    height: 75vh;
    position: relative;
  }

  .cloud {
    position: absolute;
    top: 20px;
    left: 84px;
    animation: cloud-1 4s ease-in-out infinite alternate-reverse both;
    width: 130px;
  }

  .cloud-2 {
    position: absolute;
    top: 10px;
    right: 20px;
    animation: cloud-2 4s ease-in-out infinite alternate-reverse both;
    width: 130px;
  }

  .cloud-4 {
    position: absolute;
    bottom: 127px;
    left: -25px;
    animation: cloud-1 4s ease-in-out infinite alternate-reverse both;
    width: 130px;
  }

  .cloud-5 {
    position: absolute;
    bottom: 100px;
    left: -50px;
    animation: cloud-1 4s ease-in-out infinite alternate-reverse both;
    width: 150px;

  }

  .leaf-1 {
    position: absolute;
    bottom: 120px;
    left: 20px;
    width: 70px;
  }

  .tree-1 {
    width: 70px;
  }

  .carousel-caption {
    top: 10%;
  }

  .carousel-caption-1 {
    top: 62%;
  }

  .slider-1 h1 {
    font-size: 40px;
  }

  .slider-1 h4 {
    font-size: 25px;
  }

  .slider-1 p {
    font-size: 14px;
  }

  .slider-2 h1 {
    font-size: 34px;
    color: #2f7dbf;
    font-weight: bold;
  }

  .slider-2 p {
    font-size: 20px;
    font-weight: 400;
  }

  .slider-3 h1 {
    font-size: 23px;
    color: #ff2670;
    font-weight: bold;
  }

  .slider-3 p {
    font-size: 20px;
    font-weight: 400;
  }
}

/* ------ Carbon Calculator API ------ */

.c-calculator-api {
  background-color: #fef2f6;
  position: relative;
  overflow-y: hidden;
}

.c-calculator-api .section-heading {
  color: #94445e;
  font-size: 2.3rem;
  font-weight: 700;
}

.c-calculator-api .head-div {
  padding-left: 13rem;
}

.c-calculator-api .para {
  padding-left: 14rem;
}

.c-calculator-api .para {
  padding-top: 1rem;
  padding-bottom: 3rem;
}

.c-calculator-api .para p {
  color: #be6582;
  font-weight: 500;
  font-size: 1.6rem;
}

.calculator-img img {
  width: 100%;
  position: absolute;
  bottom: -60px;
}

.c-api-btn {
  color: #c47f97;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0) 100%);
  ;
  /* background-color: #ffffff; */
  border-radius: 2rem;
  top: 1.5rem;
  font-weight: 500;
  /* border: 1px solid #c47f97; */
  box-shadow: 6px 7px 3px 0px #f2d3dd;
  font-size: 1.6rem;
  padding: 0.5rem 1.8rem;
  border: 2px solid #ffcbdd;
}

.c-api-btn:hover {
  border: 1px solid #ffffff;
  color: #ffffff;
  background: #c47f97;
  /* background: linear-gradient(to left, #f6c90a, #54c6ea); */
}

/* .c-api-btn:hover {
  background-color: #c47f97;
} */
.c-api-btn:hover .btn-text {
  color: #ffffff;
}

.c-calculator-api .btn-text {
  text-transform: uppercase;
  color: #be6582;
}

.background-image img {
  position: absolute;
  width: 100%;
}

.c-calculator-api .bg-green img {
  position: absolute;
  /* background-image: url(../imgs/bg-green.png); */
  height: 25px;
  width: 100%;
  bottom: 0rem;
  z-index: 0;
}

.c-calculator-api .row {
  z-index: 1;
  position: relative;
}

.c-calculator-api .background-image .bg-2 {
  bottom: 0;
  right: 4px;
  animation: cloud-2 4s ease-in-out infinite alternate-reverse both;
}

.c-calculator-api .background-image .bg-1 {
  top: 0;
}

@media (max-width: 1025px) {
  .calculator-img {
    align-items: center;
    justify-content: center;
    display: flex;
    margin-top: 2rem;
  }

  .calculator-img img {
    width: 70%;
  }
}

@media (max-width: 1028px) {
  .c-calculator-api .para {
    padding-left: 5rem;
  }

  .c-calculator-api .head-div {
    padding-left: 4rem;
  }
}

.footer-section {
  background: #ecf9fc;
  overflow-x: hidden;
  position: relative;
  height: 70vh;
}

.footer-section .container {
  position: relative;
  z-index: 10;
}

.footer-section h3 {
  padding-left: 1rem;
  font-size: 2.5rem;
  color: #54afc0;
  font-weight: 500;
}

.footer-section .genc-logo img {
  width: 15rem;
}

.footer-section .pptc {
  display: flex;
  gap: 1rem;
  padding-bottom: 4rem;
}

.footer-section .pptc a,
.pipe {
  color: #54afc0;
  font-weight: 500;
}

.footer-section .footer-text p {
  color: #507cbb;
  font-weight: 500;
  font-size: 1.3rem;
}

.footer-section .footer-text p .text-red {
  color: #f95759;
  font-weight: 500;
  font-size: 1.3rem;
}

.footer-section .contact-details p {
  color: #54afc0;
}

.footer-section .contact-details span {
  background-color: #2f7dbf;
  width: 2rem;
  height: 2rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #c1c4c8;
  border-radius: 50%;
  text-align: center;
  transition: 0.5s;
  margin-right: 10px;
  cursor: pointer;
}

.footer-section .contact-details i {
  color: #ffffff;
}

.footer-img {
  /* position: relative; */
}

.footer-img .img-robo {
  position: absolute;
  /* bottom: -100px; */
  width: 100%;
}

.footer-img .bg-blue {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* animation: trees 2s ease-in-out infinite alternate-reverse both; */
}

.footer-img .trees {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 1;
  /* animation: trees 2s ease-in-out infinite alternate-reverse both; */
}

.footer-img .img-door {
  z-index: 0;
}

.footer-img .img-robo {
  z-index: 1;
  position: absolute;
  bottom: 68px;
  width: 23%;
  right: 45px;
}

/* .btn-shine {
  padding: 1rem;
  color: #fff;
  background: linear-gradient(to right, #fff 0, #4d4d4d 10%, #fff 20%);
  background-position: 0;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: shine 4s infinite linear;
  -webkit-text-size-adjust: none;
  font-weight: 600;
  font-size: 16px;
  text-decoration: none;
  white-space: nowrap;
}

.btn-shine1 {
  padding: 1rem;
  color: #ffffff;
  background: linear-gradient(to right, #be6582 0, #5e5e5e 10%, #be6582 20%);
  background-position: 0;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: shine 4s infinite linear;
  -webkit-text-size-adjust: none;
  font-weight: 600;
  font-size: 16px;
  text-decoration: none;
  white-space: nowrap;
} */

@-moz-keyframes shine {
  0% {
    background-position: 0;
  }

  60% {
    background-position: 150px;
  }

  100% {
    background-position: 0;
  }
}

@-webkit-keyframes shine {
  0% {
    background-position: 0;
  }

  60% {
    background-position: 150px;
  }

  100% {
    background-position: 0;
  }
}

@-o-keyframes shine {
  0% {
    background-position: 0;
  }

  60% {
    background-position: 150px;
  }

  100% {
    background-position: 0;
  }
}

@keyframes shine {
  0% {
    background-position: 0;
  }

  60% {
    background-position: 150px;
  }

  100% {
    background-position: 0;
  }
}

.panel .is-active {
  position: relative;
  top: 100px;
  left: 0;
}

@media (max-width: 1201px) {
  /* .home-section .hero-btn {
    top: 28.5rem;
  } */
}

@media (max-width: 1028px) {
  .mountain-bg {
    bottom: 100px;
  }

  .clouds .cloud-1 {
    bottom: 143px;
    left: -136px;
  }
}

@media (max-width: 768px) {
  .BeTheGenC {
    height: 94px;
    right: 41px;
  }

  .clouds .cloud-1 {
    left: -56px;
  }

  .clouds .cloud-3 {
    top: -495px;
    z-index: 0;
  }

  .clouds .cloud-2 {
    bottom: 296px;
  }
}

@media (max-width: 468px) {
  html {
    font-size: 75%;
  }

  .home-section {
    height: 75vh !important;
  }
  .carousel-section {
    height: 90vh !important;
  }
  .hand-imgs {
    display: none;
  }
  .footer-section {
    height: 70vh !important;
  }
  .cloud {
    position: absolute;
    top: 20px;
    left: 45px;
    animation: cloud-1 4s ease-in-out infinite alternate-reverse both;
    width: 65px;
  }

  .cloud-2 {
    position: absolute;
    top: 10px;
    right: 20px;
    animation: cloud-2 4s ease-in-out infinite alternate-reverse both;
    width: 50px;
  }

  .cloud-4 {
    position: absolute;
    bottom: 65px;
    left: 25px;
    animation: cloud-1 4s ease-in-out infinite alternate-reverse both;
    width: 60px;
  }

  .cloud-5 {
    position: absolute;
    bottom: 100px;
    left: 25px;
    animation: cloud-1 4s ease-in-out infinite alternate-reverse both;
    width: 60px;
  }

  .leaf-1 {
    position: absolute;
    bottom: 107px;
    left: 21px;
    width: 33px;
  }

  .tree-1 {
    width: 34px;
    bottom: 35px;
    left: 6px;
  }

  .carousel-caption {
    top: 10%;
  }

  .carousel-caption-1 {
    top: 70%;
  }

  .slider-1 h1 {
    font-size: 24px;
  }

  .slider-1 h4 {
    font-size: 14px;
  }

  .slider-1 p {
    font-size: 8px;
  }

  .slider-2 h1 {
    font-size: 19px;
    color: #2f7dbf;
    font-weight: bold;
  }

  .slider-2 p {
    font-size: 12px;
    font-weight: 400;
  }

  .slider-3 h1 {
    font-size: 13px;
    color: #ff2670;
    font-weight: bold;
  }

  .slider-3 p {
    font-size: 12px;
    font-weight: 400;
  }

  .home-section .item {
    height: 75vh;
  }

  .clouds .cloud-1 {
    bottom: 123px;
    left: -46px;
  }

  .clouds .cloud-2 {
    bottom: 41px;
    left: -26px;
  }

  .clouds .cloud-3 {
    top: -439px;
  }

  .home-section .hero-btn-2 {
    top: 7rem;
  }

  .home-section .content {
    /* height: 100%; */
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 11rem 0rem;
    z-index: 3;
  }

  .BeTheGenC {
    bottom: 150px;
    height: 72px;
    right: 20px;
  }
  .slide {
    top:130px;
  }
  .carousel-inner {
    overflow: unset;
  }
  .new-cloud-2 {
    width: 50px;
    top: 0;
  }
  .mob-mr {
    margin-top: 60px;
  }
  /* .cal-cols {
    margin-top: -11rem;
  } */
  .panel {
    height: 160vh;
    overflow: hidden;
  }
  /* .two {
    overflow: unset;
  } */
  .upsale-button-1 {
    top: 7rem;
    left: 1rem;
  }
  .upsale-button-2 {
    top: 8rem;
    left: 1rem;
  }
  .for-indiv h4, .for-events h4 {
    margin-top: 40px;
  }
}

@media (max-width: 1200px) {
  .home-section .content {
    margin: 9rem 0rem;
  }

  .home-section .hero-btn {
    top: 7.5rem;
  }

  .home-section .slide3 .mountain-bg {
    bottom: 126px;
  }

  .carousel-section .recycle {
    top: 123rem;
  }

  .carousel-section .proj-cloud-1 {
    top: 116rem;
  }

  .c-calculator-api .background-image .bg-2 {
    bottom: 9rem;
  }

  .footer-img .img-robo {
    bottom: 46px;
  }
}

@media ((max-width: 1025px)) {
  .c-calculator-api .row {
    gap: 21rem;
  }

  .c-calculator-api .background-image .bg-2 {
    bottom: 33rem;
  }

  .footer-img .img-robo {
    bottom: 31px;
    width: 45%;
    right: -24px;
  }
}

@media (max-width: 980px) {
  .navbar-nav {
    text-align: center;
  }
}

@media (max-width: 900px) {
  .home-section .hero-btn {
    top: 8.5rem;
  }

  .home-section .slide3 .mountain-bg {
    bottom: 222px;
  }

  .home-section .slide3 .content {
    margin: 19.5rem 0rem;
  }

  .carousel-section .recycle {
    top: 131rem;
  }

  .carousel-section .proj-cloud-1 {
    top: 125rem;
  }
}

@media (max-width: 768px) {
  .home-section .hero-btn {
    top: 9.5rem;
  }

  .home-section .slide3 .mountain-bg {
    bottom: 265px;
  }

  .c-calculator-api .row {
    gap: 14rem;
  }

  .footer-img .img-robo {
    bottom: 23px;
    width: 44%;
    right: -40px;
  }
}

@media (max-width: 480px) {
  .home-section .hero-btn {
    top: 5.5rem;
  }

  .home-section .hero-btn span {
    font-size: 12px;
  }

  .calc-section .bg-pink {
    height: 90px;
  }

  .carousel-section .recycle {
    top: 206rem;
  }

  .carousel-section .proj-cloud-1 {
    top: 202rem;
  }

  .calculator-img img {
    bottom: -47px;
  }

  .footer-img .img-robo {
    bottom: 16px;
  }

  .cloud-3 {
    position: absolute;
    top: 175px;
    right: 49px;
    animation: cloud-3 4s ease-in-out infinite alternate-reverse both;
    width: 40px;
  }
}

@media ((min-width: 320px) and (max-width: 400px)) {
  .home-section .hero-btn {
    top: 8.5rem;
  }

  .home-section .hero-btn span {
    font-size: 65% !important;
    padding: 0px 5px !important;
  }

  .carousel-section .recycle {
    top: 214rem;
  }

  .carousel-section .proj-cloud-1 {
    top: 211.5rem;
  }

  .footer-img .img-robo {
    bottom: 10px;
    width: 39%;
  }
}

/* @media screen and (max-width: 1434px), screen and (max-height: 656px) {
  .home-section .slide3 .content {
    margin-top: 19.5rem;
    margin-bottom: 0;
  }

  .home-section .content {
    margin: 4.7rem 0rem;
  }

  .home-section .slide1 .hero-btn {
    top: 7.5rem;
  }

  .home-section .slide2 .content {
    margin: 2.7rem 0rem !important;
  }

  .clouds .cloud-3 {
    top: -658px;
  }

  .home-section .hero-btn {
    top: 10.5rem;
  }
} */


/* @media screen and (max-width: 1366px), screen and (max-height: 600px){
  .home-section .slide2 .content {
    margin: 0.7rem 0rem !important;
  }

  .home-section .slide2 .hero-btn{
    top: 12.5rem;
  }

  .home-section .slide3 .content {
    margin-top: 17rem;
  }
}

@media screen and (max-width: 1366px), screen and (max-height: 768px){
  .home-section .content {
    margin: 9.7rem 0rem;
  }

  .home-section .slide2 .content {
    margin: 7.7rem 0rem !important;
  }

  .home-section .slide3 .content {
    margin-top: 28rem;
  }
} */






    #key-projects{
    background: #b4e8f3  url(../imgs/key-projects.png) center center/100%;
    height: 40rem;
    background-repeat: no-repeat;
        margin-top: 3rem;
    padding-top: 3rem;
    position:relative;
background-position: bottom;

}

#key-projects .cloud{
        width: 8rem;
    z-index: 9;
    top: 3%;
}

#key-projects .cloud-2{
width: 8rem !important;
    z-index: 9;
    bottom: 30%;
    right: 5%;
    top: auto;
    left: auto;
}

.key-pro-card{
max-width: 90% !important;
    border-radius: 25px !important;
    filter: drop-shadow(1.388px 4.456px 4px #f3dfe6) !important;
    background-color: #d6f8ff !important;
    border: 2px solid #ffe2ec !important;
    height: 100%;
    margin: auto;
    cursor: default;
    
}

.key-pro-card p{
    color: #378fa0;
        font-size: 16px;
}

.key-pro-card p span{
    font-weight:700;
}

.key-pro-card img{
    height:auto;
    width:auto;
}

.key-pro-card:hover p {
     transform: none; 
    font-size: auto;
} 

    @media(max-width:991px){
        
            #key-projects{
        height: 90vh !important;
                background-size:100%;
            }
            
            .row-gap{
                row-gap: 16px;
            }
            
            #key-projects .cloud{
                width:5.5rem;
                top:9%;
            }
            
            #key-projects .cloud-2{
                bottom:10%;
            }
    }
    
    /*.key-pro-card:hover img{*/
    /*    transform:none !important;*/
    /*}*/