@import "tailwindcss";
@custom-variant hover (&:hover);
@custom-variant focus (&:focus);
@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-family: "Poppins", sans-serif;
}
/* NAVBAR */
#navbar a.active {
  color: #A8D146;   /* Highlight color */
  font-weight:bold;
  
}
.get-button{
    background: linear-gradient(to right, #90B636, #5A7714);
}

/* BANNER-BULLETS */
.swiper-pagination-bullet {
  background-color: black !important;
  opacity: 0.5;
}

.swiper-pagination-bullet-active {
  background-color: #82A431!important;
  opacity: 1;
}

 .swiper-pagination-progressbar {
    position: relative !important;
    width: 100%;
    height: 2px;
    background: #e5e5e5;
    border-radius: 4px;
    margin-top: 20px;
  }
  


  .swiper-pagination-progressbar-fill {
  background: #90B636 !important; /* Green */
  transition: all;
  
}

.swiper-button-next,.swiper-button-prev{
  color: green !important;
}
.hundred{
  color:linear-gradient(to right, #90B636, #5A7714) !important;
}

 
 @media (min-width:1920px) and (max-width:2560px) {
 .banner-margin {
    margin-top:10vh;
   
}
 }


.recaptcha-container {
  transform: scale(var(--recaptcha-scale, 1));
  transform-origin: 0 0;
}

@media (max-width: 320px) {
  .g-recaptcha {
    transform: scale(0.75);
    transform-origin: top left;
  }

  .recaptcha-container {
    height: 55px;
  }
}


@media (max-width: 400px) {
    .recaptcha-wrapper {
        transform: scale(0.88);
        height: 68px;
    }
}

/* Very small screens (320px) */
@media (max-width: 360px) {
    .recaptcha-wrapper {
        transform: scale(0.78);
        height: 60px;
    }
}
@media (max-width: 768px) {
  .g-recaptcha{
    transform: scale(0.75);
    transform-origin: top left;
  }

  .recaptcha-container {
    height: 55px;
  }
}
  @media (min-width:769px) and (max-width: 1024px) {
  .section-padding{
   padding-left: 54px;
   padding-right: 54px;
  }
 }
 
  .green-color{
   color: #263417;
  }
 
/* CSS FOR FONTS */

.text-eighty{
  font-size: 80px;
}
