  @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');
@import url(https://use.fontawesome.com/releases/v6.6.0/css/all.css);
  :root {
 
--clr-white:#ffffff;
--clr-black:#000;
--clr-green: #182f16;
--clr-orange:#f26b38;	
--clr-red:#cc0000;
--clr-pink:#8b088e;
--clr-grey:#888585;
--clr-yellow:#f7f1e3;
--clr-grey2:#e7e9ed;


}
  body {
     font-family: "Poppins", sans-serif;
     margin: 0px;
     padding: 0px;
  }
  
  .navbar-brand img {
    width: 36%;
  }
  .navbar {
    background-color: rgba(255,255,255,0.8);
  }
  
  .hero {
    height: 100vh;
    overflow: hidden;
  }
  .hero video {
    object-fit: cover;
  }
  .hero-overlay {
    z-index: 2;
    background-image: url(../images/video_overlay.png);;
    background-repeat: repeat;
    height: 100vh;
    width: 100%;
    position: absolute;
    top: 0;
  }
  #muteBtn {
    z-index: 3;
    bottom: 70px!important;
  }
  .navbar-brand {
    width: 25%;
  }
  .nav-item a {
    font-size: 15px;
    font-weight: 500;
    color:var(--clr-green)
  }
  .nav-item a:hover {
     color:var(--clr-orange)
  }
  .lastbtn {
    border-radius: 20px;
    border:solid 1px;
    border-color:var(--clr-green);
    margin: 0px 15px;
    padding: 0px 8px;
  }
  .socialmedia img {
    width:20px;
    height:20px;
  }
  .socialmedia a {
    padding: 0px 3px;
  }
.floating-text {
	position: absolute;
	top: 50%;
	right: 0;
	white-space: nowrap;
	font-size: 3rem;
z-index: 4;
	animation: floatLeft 15s linear infinite;
}
.scrolltext {
  z-index: 10;
}
@keyframes floatLeft {
	from {
		transform: translateX(-100%);
	}
	to {
	transform: translateX(100vw);
	}
}
  @media (max-width: 991px) {
  .lastbtn {

    margin: 5px 0px;

  }
    .navbar-brand img {
    width: 100%;
  }
  }
  .fluidimg img {
    width: 100%;
    height: auto;
  }
  .essence_text {
    padding: 6%;
  }
  .essence_text span{
   color: #0033a0;
  }
  .essence_text h2 {
        font-family: 'aeonik_trialregular';
        font-size: 40px;
  }
  .ingredients  {
    display: flex;
  }
  .ingredients div {
    padding: 5px;
  }
  .ingredients img {
    width: 80%;
  }
  .ourexpertise {
    background: url(../images/bg_expertise.jpg);
    background-attachment: fixed;
    background-size: cover;
  }
  .ourexpertise h2 {
    text-align: center;
    color: var(--clr-white);
         font-family: 'aeonik_trialregular';
        font-size: 40px;
  
  }


  

/*#news-slider {
  margin-top: 80px;
}*/
.post-slide {
  background: #fff;
  margin: 20px 15px 20px;
  border-radius: 15px;
  padding-top: 0px;
 
}
.post-slide .post-img {
  position: relative;
  overflow: hidden;
  border-radius: 10px ;

}
.post-slide .post-img img {
  width: 100%;
  height: auto;
  transform: scale(1, 1);
  transition: transform 0.2s linear;
}
.post-slide:hover .post-img img {
  transform: scale(1.1, 1.1);
}
.post-slide .over-layer {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  background-color:rgba(157,0,0,0.7);
  transition: all 0.5s linear;
}
.post-slide:hover .over-layer {
  opacity: 1;
  text-decoration: none;
    text-align: center;
}
.post-slide .over-layer div {
  position: relative;
  top: 35%;
  text-align: center;
border-radius: 50px;
  color: #fff;
  font-size: 20px;
  text-decoration: none;
  padding-right: 5px;
  background-color: var(--clr-white);
  display: inline-block;
  justify-content: center;
  padding: 5px 10px;

}
.post-slide .over-layer i {
    position: relative;
  top: 35%;
  text-align: center;
border-radius: 20px;
  color: #000;
  font-size: 20px;
  text-decoration: none;
  padding-right: 5px;

}
.post-slide .over-layer span {
  position: relative;
  top: 35%;
  left: .5%;
  text-align: center;
  text-decoration: none;
  color: #000;
  font-size: 20px;
}
.post-slide .over-layer h4 {
  position: relative;
  top: 35%;
  display: block;
  text-align: center;
  text-decoration: none;
  color: #fff;
  font-size: 20px;
}
.post-slide .post-content {
   background-color:rgba(157,0,0,0.7);
  padding: 20px 20px 10px;
  border-radius: 0px 0px 10px 10px;
  position: absolute;
  width:97.4%;
  bottom: 20px;

}
.post-slide .post-content h4{
color: var(--clr-white);
font-size: 20px;
}
.post {
  display: flex;
  justify-content: space-between;
}
.post-slide .post-title a {
  font-size: 15px;
  font-weight: bold;
  color: #333;
  display: inline-block;
  text-transform: normal;
  transition: all 0.3s ease 0s;
}
.post-slide .post-title a:hover {
  text-decoration: none;
  color: var(--clr-blue);
}
.post-slide .post-description {
  line-height: 24px;
  color: #808080;
  margin-bottom: 25px;
}
.post-slide .post-date {
  color: #a9a9a9;
  font-size: 14px;
}
.post-slide .post-date i {
  font-size: 20px;
  margin-right: 8px;
  color: #cfdace;
}
.post-slide .read-more {
  padding: 7px 25px 10px 25px;
  float: right;
  font-size: 16px;

  color: var(--clr-white);

  border-radius: 25px;
  border:solid 1px;
  text-decoration: none;
  white-space: nowrap;
  height: 40px;
}
.post-slide .read-more:hover {
  background:var(--clr-white);
  text-decoration: none;
  color: var(--clr-black);
  text-decoration: none;
}
.post-slide .read-more  i {
  padding-right: 10px;
}
.owl-controls .owl-buttons {
  text-align: center;
  margin-top: 20px;
}
.owl-controls .owl-buttons .owl-prev {

  position: absolute;
  top: -13%;
  right: 50px;
  padding: 0 18px 0 15px;
  border-radius: 50px;

  transition: background 0.5s ease 0s;
}
.owl-controls .owl-buttons .owl-next {

  position: absolute;
  top: -13%;
  right: 15px;
  padding: 0 15px 0 18px;
  border-radius: 50px;

  transition: background 0.5s ease 0s;
}
.owl-controls .owl-buttons .owl-prev:after,
.owl-controls .owl-buttons .owl-next:after {
  content: "\f104";
  font-family: FontAwesome;
  color: #ffffff;
  font-size: 30px;
}
.owl-controls .owl-buttons .owl-next:after {
  content: "\f105";
}


  .owl-nav {
    display: none;
  }

  .owl-pagination {
    text-align: right;
}
.owl-page {
	 display: inline-block;
}
 .owl-page span {
      position: relative;
      height: 12px;
      width: 12px;
      border-radius: 50%;
      display: flex;
      background: #fff;
      border: 2px solid ;
	 border-color: var(--clr-orange);
      margin: 0 5px;
    }
 .owl-page .active span {
      box-shadow: none;
 }
.owl-page.active span {
        background: var(--clr-orange)!important;
        box-shadow: none;
        height: 12px;
        width: 12px;
        margin-bottom: -1px;
           border: 2px solid ;
	 border-color: var(--clr-white);
      }
      .btn-orange {
        background-color: var(--clr-orange);
        color: var(--clr-white);
        font-size: 22px;
              padding: 8px 25px;
        border-radius: 50px;
        text-decoration: none;
        border:none;
      }
            .btn-orange:hover{
        background-color: var(--clr-white);
        color: var(--clr-orange);
        font-size: 22px;
        padding: 8px 25px;
        border-radius: 50px;
        text-decoration: none;
          border:none;
      }
@media only screen and (max-width: 1280px) {
  .post-slide .post-content {
    padding: 5px 15px 5px 15px;
  }
}

.Sustainability {
  background-image: url(../images/sustainbilty.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
  .Sustainability h2 {
    text-align: center;
    color: var(--clr-white);
    font-size: 40px;
        font-family: 'aeonik_trialregular';
  }
  .Sustainability p {
    text-align: center;
    color: var(--clr-white);
    font-size: 18px;
  }
  .Sustainicon {
    width: 130px;
    height: 130px;
    background: var(--clr-white);
    margin: 0px auto;
    padding:30px;
    border-radius: 100%;
  }
  .Sustain h4 {
     text-align: center;
    color: var(--clr-white);
    font-size: 22px;
  }
    .Sustain p {
     text-align: center;
    color: var(--clr-white);
    font-size: 16px;
  }
  .Sustain img {
    width: 100%;
    height: 100%;
  }
.FeaturedProducts {
  background-image: url(../images/fe_products.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.FeaturedProducts h2 {
      font-size: 40px;
      font-family: 'aeonik_trialregular';
}

.product01 img {
  width: 100%;
   border-radius: 50px;
   height: auto;
   max-height: 500px;
   object-fit: cover;
   object-position: center;
}
.product01 {
  min-height: 500px;
  max-height: 500px;
  border-radius: 50px;
}
.product_overlay {
  background-color: rgba(213, 8, 8, 1);
  position: relative;
  z-index: 10000;
}


.card {
    position: relative;
    min-height: 450px;
     max-height: 450px;
    
    border-radius: 15px;
    cursor: pointer;
    margin: 0px 20px;
}

.card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.5s ease;
      min-height: 450px;
     max-height: 450px;
      border-radius: 15px;
      object-fit: cover;
      object-position: center;
}

.card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0,0,0,0.4), rgba(0,0,0,0.8));
    z-index: 1;
    opacity: 1;
    transition: opacity 0.3s ease;
      border-radius: 15px;
}

.card-content {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    text-align: center;
    z-index: 2;
    transition: all 0.4s ease;
}

.card:hover .card-content {
    top: 50%;
    bottom: auto;
    transform: translate(-50%, -50%);
}

.card button {
    margin-top: 10px;
    padding: 8px 15px;
    border: none;
    background: ffffff;
    color: black;
    border-radius: 5px;
    cursor: pointer;
    font-weight: bold;
    transition: background 0.3s ease;
}

.card button:hover {
    background: #ddd;
}

#Featured-Products .owl-controls .owl-buttons .owl-next::after {
  font-family: FontAwesome;
  color: #000;
  font-size: 30px;
}
#Featured-Products .owl-controls .owl-buttons .owl-prev::after {
    color: #000;
}

#Featured-Products .owl-prev {
  position: absolute;
  top: 40%;
  left: -50px;
  padding: 0 18px 0 15px;
  border-radius: 50px;
  transition: background 0.5s ease 0s;
  right:auto;
    background: #b7aead;
  padding:8px 10px;
  border-radius: 5px;
}

#Featured-Products .owl-next {
  position: absolute;
  top: 40%;

  padding: 0 18px 0 15px;
  border-radius: 50px;
  transition: background 0.5s ease 0s;
  right: -50px;
  background: #b7aead;
  padding:8px 10px;
  border-radius: 5px;
}

.contact-section {
        background: url('../images/contact_bg.jpg') center/cover no-repeat;
        padding: 60px 0;
        position: relative;
    }
    .contact-section::before {
        content: "";
        position: absolute;
        top: 0; left: 0; right: 0; bottom: 0;
        background: rgba(0,0,0,0.4);
        z-index: 1;
    }
    .contact-section .container {
        position: relative;
        z-index: 2;
    }
    .contact-section h2 {
        color: white;
        margin-bottom: 40px;

           font-size: 40px;
      font-family: 'aeonik_trialregular';
    }
    .contact-form .form-control {
        background: transparent;
        border: 1px solid white;
        border-radius: 10px;
        color: white;
    }
    .contact-form .form-control::placeholder {
        color: white;
        opacity: 0.8;
    }
    .contact-form .form-control:focus {
        background: rgba(255,255,255,0.1);
        border-color: #f15a29;
        box-shadow: none;
        color: white;
    }
    .contact-form .btn-submit {
        background-color: #f15a29;
        color: white;
        border-radius:15px;
        padding: 8px 30px;
        border: none;
    }
    .contact-form .btn-submit:hover {
        background-color: #d94f22;
    }
.txt_w {
   color: white;
}
 .footer {
      background-color: #1a1a1a;
      color: #b7aead;
      padding: 40px 0 20px;
      font-size: 15px;
    }
    .footer a {
      color: #b7aead;
      text-decoration: none;
 
    }
    .footer a:hover {
      color: #ff6f3c;
    }
    .footer hr {
      border-color: rgba(255, 255, 255, 0.9);
    }
    .footer i {
        color: #ff6f3c;
    }
    .pl-5 {
      padding-left: 25px;
    }
    .footer .subscribe-input {
      background: #333;
      border: 1px solid #999;
      color: #b7aead;
      padding: 10px;
      border-radius: 8px;
    }
    .footer .btn-subscribe {
      background-color: #f15a29;
      color: #fff;
      border-radius: 6px;
      padding: 8px 18px;
    }
    .footer .btn-subscribe:hover {
      background-color: #d94f22;
    }
    .social-icons a {
      font-size: 18px;
      margin-right: 10px;
      color: #fff;
    }
    .social-icons a:hover {
      color: #ff6f3c;
    }
    .footer-bottom {
      font-size: 14px;
      margin-top: 15px;
      color: #ccc;
    }
    .footer-bottom span {
      color: #f15a29;
    }

      @media (max-width: 991px) {
#Featured-Products .owl-prev {
  position: absolute;
  top: 40%;
  left: -5px;
  padding: 0 18px 0 15px;
  border-radius: 50px;
  transition: background 0.5s ease 0s;
  right:auto;
    background: #b7aead;
  padding:8px 10px;
  border-radius: 5px;
}

#Featured-Products .owl-next {
  position: absolute;
  top: 40%;

  padding: 0 18px 0 15px;
  border-radius: 50px;
  transition: background 0.5s ease 0s;
  right: -5px;
  background: #b7aead;
  padding:8px 10px;
  border-radius: 5px;
}
      }


       .about-section {
      position: relative;
      background: url("../images/About-us.jpg") center/cover no-repeat;
      height:400px;
      display: flex;
      justify-content: center;
      align-items: center;
      color: white;
      text-align: center;
      overflow: hidden;
      margin-top: 110px;
    }

    /* Dark overlay */
    .about-section::before {
      content: "";
      position: absolute;
      inset: 0;
      background: rgba(0, 0, 0, 0.5);
      z-index: 1;
    }

    

    .about-text {
      position: relative;
      z-index: 3;
      font-size: 36px;
 
        font-family: 'aeonik_trialbold';
    }
    .abtbg {
      background-color: #fff9dd;
    }
    .abttxt h3 {
      color: #207746;
       font-family: 'aeonik_trialbold';
    }
    .abttxt {text-align: justify;}
    .aboutcontent h3 {
      color: #f26b38;
       font-family: 'aeonik_trialbold';
    }
    .aboutcontent span {
      color: #207746;
    }
    .text-justify {
      text-align: justify;
    }
    .fluidimage img {
      width: 100%;
      height: auto;
    }
    .borderimg img{
      border-radius: 20px;
    }


        .aboutcontent ul   {
      padding:0px 8px 0px 12px;

       margin:5px;
    }
      .aboutcontent ul li {
        padding-right:6px;

      
      }
      .aboutcontent ul li::marker {
        font-size: 20px;
                color: #c46441;
      }


      
.WhySunyeild {
  background-image: url(../images/contact_bg.jpg);
  background-size: cover;
  background-repeat:no-repeat;
}
  .WhySunyeild h2 {
    text-align: center;
    color: var(--clr-white);
    font-size: 45px;
        font-family: 'aeonik_trialregular';
  }
  .WhySunyeild p {
    text-align: center;
    color: var(--clr-white);
    font-size: 18px;
  }
  .WhySunyeildicon {
    width: 130px;
    height: 130px;
    background: #fcb126;
    margin: 0px auto;
    padding:30px;
    border-radius: 100%;
  }
  .WhySunyeild h4 {
     text-align: center;
    color: var(--clr-white);
    font-size: 22px;
  }
    .WhySunyeild p {
     text-align: center;
    color: var(--clr-white);
    font-size: 16px;
  }
  .WhySunyeild img {
    width: 100%;
    height: 100%;
  }
  .WhySunyeildicons {
    display: flex;
    gap: 30px;
    justify-content: space-between;
  }

   @media (max-width: 991px) {
  .WhySunyeildicons {
    display: flex;
    gap: 30px;
  flex-direction: column;
  }
   }

        .Flavour_Ingredients {
      position: relative;
      background: url("../images/Ingredients.jpg") center/cover no-repeat;
      height:400px;
      display: flex;
      justify-content: center;
      align-items: center;
      color: white;
      text-align: center;
      overflow: hidden;
      margin-top: 110px;
    }

    /* Dark overlay */
    .Flavour_Ingredients::before {
      content: "";
      position: absolute;
      inset: 0;
      background: rgba(0, 0, 0, 0.5);
      z-index: 1;
    }
    .txt_green {
      color: #207746!important;
    }

    .cardingredients {
      position: relative;
      background: #fff;
      border-radius: 40px;
      padding: 60px 30px 30px 30px; /* extra padding top for circle */
   
      text-align: center;
      box-shadow: 0 4px 15px rgba(0,0,0,0.2);
      width: 25%;
    }

    .icon-circle {
      position: absolute;
      top: -50px;
      left: 50%;
      transform: translateX(-50%);
      width: 100px;
      height: 100px;
      background: #f7931e;
      border-radius: 50%;
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .icon-circle img {
      width: 70px;
      height: 70px;
    }

    .cardingredients h3 {
      margin: 10px 0 8px;
      font-size: 20px;
      color: #137c42; /* green heading */
     
    }

    .cardingredients p {
      margin: 0;
      font-size: 14px;
      color:#000
    }
.flavorbox {

  display:flex;
  gap: 20px;

  flex-direction: row;

}

.flavorboximg img {
  width: 100%;
  border-radius:20px;
  height:auto;
  margin-bottom: 10px;
}
.KeyFlavour h2 {
  color: #f26b38;
 font-family: 'aeonik_trialregular';
 font-size: 40px;
}
.flavortxt h4 {
font-size: 20px;
 color: #137c42;
}

.KeyFlavour h4 a  {
font-size: 20px;
 color: #137c42;
}
.KeyFlavour h4 a:hover  {
font-size: 20px;
 color: #f26b38;
}

.KeyFlavourmain {
  background-image: url(../images/KeyFlavourmain.png);
  background-size: cover;
  background-repeat:no-repeat;
}
  .KeyFlavourmain h2 {
    text-align: center;
    color: var(--clr-white);
    font-size: 45px;
        font-family: 'aeonik_trialregular';
  }

  .FoodIngredients {
  background-image: url(../images/FoodIngredients2.png);
  background-size: cover;
  background-repeat:no-repeat;
}
  .FoodIngredients h2 {
    text-align: center;
    color: var(--clr-white);
    font-size: 45px;
        font-family: 'aeonik_trialregular';
  }
   @media (max-width: 991px) {
 .cardingredients {
      position: relative;
      background: #fff;
      border-radius: 40px;
      padding: 60px 30px 30px 30px; /* extra padding top for circle */
   
      text-align: center;
      box-shadow: 0 4px 15px rgba(0,0,0,0.2);
      width: 100%;
      margin-top: 50px;
    }

   }


  .FragranceOils {
  background-image: url(../images/FragranceOils_bg.png);
  background-size: cover;
  background-repeat:no-repeat;
}
  .FragranceOils h2 {
    text-align: center;
    color: var(--clr-white);
    font-size: 45px;
        font-family: 'aeonik_trialregular';
  }

  
       .Sustainabilty {
      position: relative;
      background: url("../images/Sustainabilty.jpg") center/cover no-repeat;
      height:400px;
      display: flex;
      justify-content: center;
      align-items: center;
      color: white;
      text-align: center;
      overflow: hidden;
      margin-top: 110px;
    }

    /* Dark overlay */
    .Sustainabilty::before {
      content: "";
      position: absolute;
      inset: 0;
      background: rgba(0, 0, 0, 0.5);
      z-index: 1;
    }
    .text-right {
      text-align: right;
    }
    .Our_sustainability h3 {
        color: #f26b38;
 font-family: 'aeonik_trialregular';
    }

      .Our_sustainability ul {
     padding: 0px 15px ;
    }
      .Our_sustainability ul li {
     padding: 3px 1px ;
    }



    
@media screen and (min-width: 992px) {
  .navbar {
    padding: 0;
  
    .dropdown-menu {
      line-height: initial;
    }
  }  
  
  .dropdown {
    .dropdown-menu {
      display: none;
    }
  }
  .dropdown,
  .dropend {
    &:hover {
      & > .dropdown-menu {
        display: block;
      }
    }
  }
  .dropdown {
    &:hover {
      & > .dropdown-menu {
        margin-top: -.5rem;
      }
    }
  }
  .dropend {
    &:hover {
      & > .dropdown-menu {
        position: absolute;
        top: -.5rem;
        left: 100%;
        margin-left: 0;
      }
    }
  }
}