@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap');
@import url('https://fonts.cdnfonts.com/css/fake-serif');
body {
  margin: auto;
  font-family: -apple-system, BlinkMacSystemFont, sans-serif;
  overflow: auto;
  background: linear-gradient(315deg,  rgb(2, 10, 22) 2%, rgb(2, 8, 17) 30%);
  
  animation: gradient 20s ease infinite;
  background-size: 600% 600%;
  background-attachment: fixed;

}

@keyframes gradient {
  0% {
      background-position: 0% 0%;
  }
  50% {
      background-position: 100% 100%;
  }
  100% {
      background-position: 0% 0%;
  }
}

.wave {
  background: rgba(20, 59, 39, 0.384);
  border-radius: 1000% 1000% 0 0;
  position: fixed;
  width: 200%;
  height: 7em;
  animation: wave 10s -3s linear infinite;
  transform: translate3d(0, 0, 0);
  opacity: 0.8;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.wave:nth-of-type(2) {
  bottom: -1.25em;
  animation: wave 18s linear reverse infinite;
  opacity: 0.8;
}

.wave:nth-of-type(3) {
  bottom: -2.5em;
  animation: wave 20s -1s reverse infinite;
  opacity: 0.9;
}

@keyframes wave {
  2% {
      transform: translateX(1);
  }

  25% {
      transform: translateX(-25%);
  }

  50% {
      transform: translateX(-50%);
  }

  75% {
      transform: translateX(-25%);
  }

  100% {
      transform: translateX(1);
  }
}
.navbar {
  position: fixed !important; /* Add fixed positioning */

  width: 100%; /* Take up full width */
  padding: 10px 20px;
  background-color: #040a16;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 1000; /* Ensure it appears above other content */
}

@media (max-width: 1024px) {
    .navbar-nav {
        margin: 0 auto;
        justify-content: center;
    }

    .navbar-collapse {
        display: flex;
        justify-content: center;
    }

    .navbar-brand {
        margin-right: auto;
    }
}


.nav-link {
    padding-left: 30px !important;
    color: #ffffff !important;
    text-decoration: none;
    transition: color 0.3s;
    font-size: 18px;
    font-weight: 400 !important;
    font-family: "Poppins", sans-serif;
}

.nav-link:hover {
  color: #17a647 !important;
}

.nav-link.active {
    font-weight: 600;
    color: #17a647 !important;
}

.navbar-brand img {
    height: 50px;
    width: 50px;
}

.icons {
    display: flex;
    align-items: center;
    margin-top: 10px;
    margin-left: auto;
}

.icons .nav-item {
    margin-right: 10px;
}

.icons .nav-link svg {
    width: 20px;
    height: 20px;
    fill: #ffffff;
    transition: fill 0.3s;
}

.icons .nav-link:hover svg {
    fill: rgb(5, 124, 104)!important;
}

@media (min-width: 1025px) {
    .navbar-center {
        padding-left: 300px;
    }

    .navbar-nav {
        justify-content: center !important;
    }

    .navbar-brand {
        margin-right: auto;
        margin-left: auto;
    }

    .nav-item {
        margin-right: 30px; /* Adjust as needed */
    }
}

.navbar-toggler-icon {
    background-color: #0e2917 !important;
}


  footer { 
    background-color: #2a372e !important;
    color: #ffffff; 
    padding: 30px 0;
    
  } 
  
  .footer-links a { 
    color: #fff; 
    text-decoration: none; 
    margin-right: 15px; 
    transition: color 0.3s ease; 
    
  } 
  
  .footer-links a:hover { 
    color:  rgb(5, 124, 104); 
  } 
 
  .vision {
    background-size: cover; /* Ensure the image covers the entire section */
    padding-bottom: 250px;
    display: block;
    width: 100%;
    height: auto;
    mask-image: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    -webkit-mask-image: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);
  }
  
  
  .vision h3 {
    text-align: center;
    padding-top: 20px;
    font-size: 30px;
    margin-bottom: 20px;
    font-weight: bold;
    color: #ffffff;
    
  
  }
  
    
  .vision p {
    font-size: 16px;
    line-height: 1.6;
    color: #666;
    text-align: justify;
    padding-bottom: 0px;
  }

  .vision .about-image {
    display: flex;
    justify-content: center;
    align-items: center;
}

.vision .about-image img {
    width: 100%; /* Adjust the width as needed */
    max-width: 500px; /* Set a max-width to ensure it doesn't grow too large */
    height: auto; /* Maintain aspect ratio */
    object-fit: cover; /* Cover ensures the image fills its container */
}

.about h3{
   text-align: center !important; 
   padding-top: 150px;
   padding-bottom: 50px;
}

@media only screen and (max-width: 767px) {

  .about h3{
    text-align: center !important; 
    padding-top: 150px;
    padding-bottom: 30px;
 }


}

.custom-font{
    font-family: "Fake Serif", serif;
    font-weight:300 !important;
    font-size: 100px !important;
    color: #17a647 !important;
    
}

.main-about {
  padding-bottom: 50px;
  background-image: url("Images/Leaves.png");
  background-size: cover; /* Ensures the image covers the entire background */
  background-position: center; /* Centers the background image */
  background-repeat: no-repeat; /* Prevents the background image from repeating */
}

  
  @media only screen and (max-width: 767px) {

    .about-heading{
      padding-top: 50px !important;
      padding-bottom: 50px;
    }

  }
  
  .main-about h3 {
    text-align: left;
    padding-top: 20px;
    font-size: 25px;
    font-weight: bold;
    color: #ffffff;
  
  }

  .about {
    padding-bottom: 50px;
    background-image: url("Images/Leaves.png");
    background-size: cover; /* Ensures the image covers the entire background */
    background-position: center; /* Centers the background image */
    background-repeat: no-repeat; /* Prevents the background image from repeating */
  }
  
  
  .about-page-1 h3 {
    text-align: left;
    padding-top: 20px;
    font-size: 25px;
    margin-bottom: 20px;
    font-weight: bold;
    color: #ffffff;
  
  }
  .about-page-1 {
    padding-bottom: 50px;
  }

  .about-ceylon{

      font-family: "Fake Serif", serif;
      font-weight:300 !important;
      font-size: 100px !important;
      color: #dbdbdb !important;
      
  

}
  .about-page-2 h3 {
    text-align: left !important;
    padding-top: 20px;
    font-size: 25px;
    font-weight: bold;
    color: #ffffff;
  
  }

  .about-page-2 p {
    font-size: 16px;
    line-height: 1.6;
    color: #bebebe;
    text-align: justify;
  }

  .about-page-3  {
  
    padding-top: 50px;
  }

  .about-page-3 p {
    font-size: 16px;
    line-height: 1.6;
    color: #bebebe;
    text-align: justify;
    padding-bottom: 0px;
  }
  
  
  .main-about p {
    font-size: 16px;
    line-height: 1.6;
    color: #bebebe;
    text-align: justify;

  }
  
  .about-text {
    font-size: 16px;
    line-height: 1.6;
    color: #666;
    text-align: justify;
    padding-bottom: 0px;
  
    padding-bottom: 50px;
  }
  
  .about-image img {
    width: 90%;
    height: auto;
    border-radius: 10px;
  }

  @media only screen and (max-width: 767px) {

    .about-image img {
      margin-left: 15px;
      margin-top: 20px;
    }
  

  }
  
  .about-h1{
    text-align: left;
    font-size: 75px;
    color: #ffffff;
    font-family: "Fake serif", serif;
  }
  @media only screen and (max-width: 767px) {

    .about-h1{
      text-align: left;
      font-size: 50px;
      color: #ffffff;
      font-family: "Fake serif", serif;
    }
  }
  
  .choose{
    text-align: center;
    padding-top: 50px;
    padding-bottom: 50px;
    font-size: 30px;
    color: #ffffff;
    font-weight: bold;
  }

  @media only screen and (max-width: 767px) {
    .choose{
    
      font-size: 30px;
     
    }
  }
  .choose-us {
    padding: 20px;
    text-align: center;
    padding-bottom: 100px;

  }

  .choose-image {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px; /* Add spacing between rows */
  }
  
  .choose-image img {
    
    max-width: 100%; /* Ensure the image fits within the container */
    height: auto; /* Maintain aspect ratio */
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  }

  
/* Cards */
.cards {
  padding-top: 40px;
  padding-bottom: 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;

}

.custom-card {
  margin-left: 20px;
  margin-right: 20px;
  padding-top: 50px;
  flex-basis: calc(20% - 20px);
  border-radius: 5px;
  overflow: hidden;
  text-align: center; /* Center align text */
  position: relative; /* Needed for the pseudo-element positioning */
}

.custom-card::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 2px;
  background-color: #1c9649;
  bottom: 0; /* Adjust this to 'top: 0;' if you want the line above the card */
  transition: width 0.3s ease;
}

.custom-card:hover::before {
  width: 100%; /* Full width on hover */
}

.custom-card .icon {
  font-size: 48px;
  margin-top: 20px;
  color: #4C8741;
}

.custom-card .card-content {
  padding: 20px;
}

.custom-card .card-content h3 {
  font-size: 1.2em;
  margin-bottom: 10px;
  font-weight: 600;
  color: #fff;
}

.custom-card .card-content p {
  font-size: 1em;
  color: #fff;
}

/* Media Queries */
@media (max-width: 768px) {
  .custom-card {
    flex-basis: calc(50% - 20px);
  }
}

@media (max-width: 576px) {
  .custom-card {
    flex-basis: 100%;
  }
}



.choose {
  text-align: center;
  padding-top: 50px;
  padding-bottom: 50px;
  font-size: 30px;
  color: #ffffff;
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  .choose {
    font-size: 30px;
  }
}

.choose-us {
  padding: 20px;
  text-align: center;
  padding-bottom: 100px;
}

.flip-card {
  background-color: transparent;
  width: 300px;
  height: 200px; /* Increased height to accommodate text */
  perspective: 1000px; /* Remove this if you don't want the 3D effect */
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}

.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

.flip-card-front, .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden; /* Safari */
  backface-visibility: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Shadow effect */
  border-radius: 8px; /* Optional: to match the border radius of the images */
}

.flip-card-front {
  background-color: transparent;
  color: black;
}

.flip-card-back {
  background-color: transparent;
  color: white;
  transform: rotateY(180deg);
}

.flip-card img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}

/* New CSS to adjust the font size and alignment of h1 and p inside flip-card-back */
.flip-card-back h1 {
  font-size: 20px; /* Adjust the size as needed */
  margin: 10px 0; /* Add margin for spacing */
  text-align: center; /* Center align the text */
  font-weight: bold;
  color:#17a647 !important;
}

.flip-card-back p {
  font-size: 16px; /* Adjust the size as needed */
  margin: 0 10px; /* Add margin for spacing */
  text-align: center; /* Center align the text */
}

.product-range{
  font-weight: 500;
  font-size:30px;
  color: #fff;
}

  /* Header */
  header {
    position: relative;
    text-align: center;
    margin-bottom: 20px;
  }
  header img {
    width: 100%;
    height: auto;
    padding-top: 75px;
  }
  .overlay {
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;

  }
  @media only screen and (max-width: 767px) {

    .overlay h1 {
      margin-top: 150px;
      font-size: 30px !important;
      font-weight: bold;
    }
    .overlay h3 {
      font-size:10px !important;
    }

  }


  .overlay h1 {

    margin-bottom: 10px;
    font-size: 50px;
    font-weight: bold;
  }
  .overlay p {
    font-size:30px;
  }

.home-banner{

  display: block;
  width: 100%;
  height: auto;
  mask-image: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
  -webkit-mask-image: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
}



.contact-img{
  display: block;
  width: 100%;
  height: auto;
  mask-image: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
  -webkit-mask-image: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);

}

.contact{
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;

}
@media only screen and (max-width: 767px) {

  .contact h1 {
    margin-top: 100px;
    font-size: 40px !important;
  }
  .contact p {
    font-size:10px !important;
  }

}


.contact h1 {

  margin-bottom: 10px;
  font-size: 150px;
  font-family: "Fake serif";
}
.contact p {
  font-size:30px;
}

.map{

  text-align: center;
  padding-top: 50px;
  padding-bottom: 100px;
  font-size: 40px;
  font-weight: bold;
  color: #ffffff;
  width: 100%;
  position: relative;
}

.google-map{

  text-align: center;
  padding-top: 50px;
  font-size: 40px;
  font-weight: bold;
  color: #ffffff;
  width: 100%;
  position: relative;
}

.map-image{
  padding-bottom: 100px;
}

@media only screen and (max-width: 767px) {
.map{

  text-align: center;
  padding-top: 20px;
  font-size: 30px;

}
}

.background1{

background-color: #316d26;
}


.google-map iframe {
width: 100%;
height: 70vh; /* Adjust the height as needed */
border: 0;
}

.google-map h1 {
text-align: center;
padding-top: 40px;
padding-bottom: 50px;
font-size: 40px;
font-weight: bold;
color: #ffffff !important;
}

.green-text{
  color: #17a647;
}

.products {
  padding: 20px;
  text-align: center;
  padding-bottom: 100px;
}

.hover-card {
  position: relative;
  width: 300px;
  height: 300px; /* Adjusted height */
  margin: 0 auto;
  overflow: hidden;
  border-radius: 8px; /* Optional: to match the border radius of the images */
  box-shadow: 0 4px 8px rgba(45, 47, 45, 0.2); /* Shadow effect */
}

@media only screen and (max-width: 767px) {

  .hover-card {
    padding-top: 20px;
  }
  

}

.hover-card img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  transition: transform 0.3s ease;
}

.hover-card:hover img {
  transform: scale(1.1); /* Image zoom effect on hover */
}

.hover-card-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: rgba(27, 85, 44, 0.7);
  color: white;
  opacity: 0;
  transition: opacity 0.3s ease;
  padding: 20px;
  text-align: center;
}

.hover-card:hover .hover-card-content {
  opacity: 1;
}

.hover-card-content h3 {
  font-size: 20px; /* Adjust the size as needed */
  margin: 10px 0; /* Add margin for spacing */
  font-weight: bold;
  color: #ffffff !important; /* Adjust the color */
}

.hover-card-content p {
  font-size: 16px; /* Adjust the size as needed */
  margin: 0 10px; /* Add margin for spacing */
}

.products h1{
  text-align: center;
  padding-top: 50px;
  padding-bottom: 100px;
  font-size: 40px;
  font-weight: bold;
  color: #ffffff;
  width: 100%;
  position: relative;
}

.blacktea-container {
  padding-top: 50px;
  padding-bottom: 50px;
}

.blacktea-text h1 {
  text-align: left;
  padding-top: 20px;
  font-size: 40px;
  margin-bottom: 30px;
  font-weight: bold;
  color: #ffffff;
}

@media only screen and (max-width: 767px) {
  .blacktea-text h1 {
      font-size: 25px;
      padding-top: 50px;
  }
}

.blacktea-text p {
  font-size: 16px;
  line-height: 1.6;
  color: #7d7d7d;
  text-align: justify;
}

.brewtea-container{
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #4b87411c;

}

.brewtea-text h1 {
  text-align:lefet;
  padding-top: 20px;
  font-size: 40px;
  margin-bottom: 30px;
  font-weight: bold;
  color: #ffffff;
}


@media only screen and (max-width: 767px) {
  .brewtea-text h1 {
    font-size: 25px;
    padding-top: 50px;
  }
}

.brewtea-text p {
  font-size: 16px;
  line-height: 1.6;
  color: #666;
  text-align: justify;
  
}


.greentea-container{
  padding-top: 50px;
  padding-bottom: 50px;


}

.greentea-text h1 {
  text-align:lefet;
  padding-top: 20px;
  font-size: 40px;
  margin-bottom: 30px;
  font-weight: bold;
  color: #ffffff;
}

@media only screen and (max-width: 767px) {
  .greentea-text h1 {
    font-size: 25px;
    padding-top: 50px;
  }
}


.greentea-text p {
  font-size: 16px;
  line-height: 1.6;
  color: #666;
  text-align: justify;
}


.fruittea-container{
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #4b87411c;

}

.fruittea-text h1 {
  text-align:lefet;
  padding-top: 20px;
  font-size: 40px;
  margin-bottom: 30px;
  font-weight: bold;
  color: #ffffff;
}

@media only screen and (max-width: 767px) {
  .fruittea-text h1 {
    font-size: 25px;
    padding-top: 50px;
  }
}

.fruittea-text p {
  font-size: 16px;
  line-height: 1.6;
  color: #666;
  text-align: justify;
}



.product-banner{

  display: block;
  width: 100%;
  height: auto;
  mask-image: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
  -webkit-mask-image: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
}

.product-font{
  font-family: "Fake Serif", serif;
  font-weight:300 !important;
  font-size: 100px !important;
  color: #ffffff !important;
  
}
