* {
  margin: 0px;
  padding: 0px;
  outline: none;
  box-sizing: border-box;
}
a,
a:hover,
button:focus {
  text-decoration: none;
  cursor: pointer;
  outline: none;
}
button {
  font-size: 16px !important;
}
button:active,
button:focus,
button,
a:active,
a:focus {
  outline: none !important;
}

p,
label {
  margin: 0px;
}

p {
  color:#252525;
  font-size: 14px;
  font-family: "Open Sans", serif;
  line-height: 30px;
}

img {
  max-width: 100%;
}
html{
  overflow: auto;
  scroll-behavior: smooth;
}
body {
  font-family: "Alata", serif;
  font-weight: 400;
  font-style: normal;
  overflow-x: hidden;
}

input {
  outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin: 0px;
}
header{
  padding: 10px 0px;
  background: none;
  position: absolute;
  z-index: 4;
  width: 100%;
}
header nav{
  background-color: none;
}
.logo img{
  height:130px;
}
.navbar-expand-lg .navbar-collapse{
  justify-content: end;
}
.logo{
  font-weight: bold;
  color:#1A2D59;
  font-size:20px;
}
.navbar-nav{
  position: relative;
}
.navbar-nav li{
  margin: 0px 10px;
  position: static;
}
.navbar-nav li a{
  color:#20292F;
  padding:6px 15px 6px 25px!important;
  display: inline-block;
  font-size: 17px;
  text-transform: uppercase;
  border:1px solid transparent;
  font-weight:normal;
  border-radius:20px;
  -webkit-border-radius:20px;
  position: relative;
}
.navbar-nav > li > a.active:after, .navbar-nav > li > a:hover:after{
  content: '';
  position: absolute;
  left: 9px;
  top: 14px;
  width: 8px;
  height: 8px;
  background: #1DA644;
  border-radius:20px;
  -webkit-border-radius:20px;
}
.navbar-nav > li > a:hover, .navbar-nav > li > a.active{
  border:1px solid #1DA644;
}

.banner {
  position: relative;
  width: 100%;
  /* height:calc(100vh + 56px); */
  height:680px;
  overflow: hidden;
}

.banner-overlay:after{
  background: rgba(29, 166, 68, .2);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  content: '';
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  left:0px;
  top:0px;
}
.banner video {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height:100%;
  object-fit: cover;
}
.navbar-nav{
  background: #ffffff;
  box-shadow: 0px 0px 10px #aaaaaa;
  padding:8px 0px;
  border-radius: 30px;
}
.banner-content{
  width: 540px;
  max-width: 100%;
  display: inline-block;
  text-align: left;
  position: absolute;
  z-index:3!important;
  top:calc(50% - 186px);
}
.banner-content label{
  font-size:14px;
  /* letter-spacing:2px; */
  color:#ffffff;
  text-transform: uppercase;
  font-family: "Open Sans", serif;
  /* font-weight: bold; */
  display: inline-block;
  margin-bottom: 20px;
  text-align: center;
  margin-top: -10px;
  font-weight: 500;
}
.banner-content label strong{
  font-weight: normal;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  margin-top:0px;
  display: inline-block;
  font-weight: 500;
}
.banner-content .title, .banner-content div{
  color: #333333;
  font-size: 87px;
  display: block;
  line-height: 75px;
  margin-bottom: 18px;
  width: 100%;
}
.banner-content a{
  margin-top: 20px;
}
.theme-btn{
  font-size: 16px;
  font-family: "Open Sans", serif;
  font-weight: 600;
  color:#000000;
  display: inline-flex;
  align-items: center;
  margin-left: 0px;
  display: inline-flex;
  position: relative;
  z-index: 1;
}
.theme-btn:hover{
  color:#1DA644;
}
.theme-btn span{
  background: url('../images/btn-bg.png');
  background-repeat: no-repeat;
  background-position: center;
  width: 53px;
  height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all .5s;
}
.theme-btn:hover span{
  background: url('../images/btn-bg-hover.png');
  color:#1DA644;
  transition: all .5s;
}
.theme-btn span i{
  position: absolute;
  animation: moveLeftRight 1s ease-in-out infinite;
}
.rounded-left-top{
  border-radius: 100px 0px 0px 0px;
  -webkit-border-radius: 100px 0px 0px 0px;
  transition:all 0.5s ease;
}
.rounded-left-top:hover{
  border-radius: 0px 100px 0px 0px;
  -webkit-border-radius: 0px 100px 0px 0px;
}
.rounded-left-bottom{
  border-radius: 0px 0px 0px 100px;
  -webkit-border-radius: 0px 0px 0px 100px;
  transition:0.5s ease;
}
.rounded-left-bottom:hover{
  border-radius: 0px 100px 0px 0px;
  -webkit-border-radius: 0px 100px 0px 0px;
}
.rounded-right-top{
  border-radius: 0px 100px 0px 0px;
  -webkit-border-radius: 0px 100px 0px 0px;
  transition:0.5s ease;
}
.rounded-right-top:hover{
  border-radius: 0px 0px 0px 100px;
  -webkit-border-radius: 0px 0px 0px 100px;
}
.rounded-right-bottom{
  border-radius: 0px 0px 100px 0px;
  -webkit-border-radius: 0px 0px 100px 0px;
  transition:0.5s ease;
}
.rounded-right-bottom:hover{
  border-radius: 100px 0px 0px 0px;
  -webkit-border-radius: 100px 0px 0px 0px;
}
.about-grid{
  margin-top:-294px;
  position: relative;
  z-index:2;
  /* background-image: url('../images/about-bg.jpg'); */
  background-position: center bottom;
  background-size: 100% auto;
  background-repeat: no-repeat;
  padding-bottom:200px;
}
.about-grid .border{
  border:1px solid #000000!important;
}
.about-grid .row img, .about-grid .row video{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.experience{
  width:167px;
  height: 167px;
  position: absolute;
  right: -50px;
  bottom: -76px;
  display: flex;
  align-items: center;
  justify-content: center;
  color:#1D3557;
  font-size: 58px;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  box-shadow: 0px 0px 70px #dddddd;
  -webkit-box-shadow: 0px 0px 70px #dddddd;
}
.experience img{
  position: absolute;
}
.experience span{
  position: relative;
  z-index: 1;
  font-size: 44px;
}
.home-about img, .home-about video{
  border-radius: 0px 100px 0px 100px;
  -webkit-border-radius: 0px 100px 0px 100px;
  object-fit: cover;
  height: 100%;
  transition:0.5s ease;
}
.home-about img:hover, .home-about video:hover{
  border-radius:100px 0px 100px 0px;
  -webkit-border-radius:100px 0px 100px 0px;
}
.title{
  font-size:45px;
  color:#333333;
  margin-bottom: 20px;
}

.home-about p{
  color:#666666;
  font-size: 14px;
}
.popular-products{
  background-color: #182844;
  background-image: url('../images/home-product-bg.png');
  background-repeat: no-repeat;
  background-position: right 10%;
  padding:50px 0px;
}
.popular-products .title{
  color:#ffffff;
  display: block;
  margin-bottom: 20px;
}
.product-list-row{
  display: flex;
  gap:30px;
}
.product-item{
  min-width:285px;
  height:314px;
  background: #ffffff;
  border-radius: 120px 10px 120px 10px;
  -webkit-border-radius: 120px 10px 120px 10px;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 20px 20px;
}
.product-item img{
  height:182px;
  margin-bottom: 20px;
  border-radius: 50px;
  -webkit-border-radius: 50px;
}
.product-item span{
  color:#2B343B;
  font-size: 20px;
  margin-bottom: 10px;
}
.product-item p{
    text-align: left;
    color:#666666;
    font-size: 14px;
    line-height: 21px;
}
.feature-outer{
  border-top:1px solid rgba(255, 255, 255, 0.3);
  padding-top: 50px;
  padding-bottom: 50px;
  background: #f5f5f5;
}
.features span{
  font-size:24px;
  color:#000000;
}
.features img{
  margin-right: 10px;
  height: 75px;
}
.brand-product{
  width: 100%;
  height: 100vh;
  background-image: url('../images/brand-product.png');
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  padding:20px 20px;
}
.brand-product-block{
  background: #F4F0E8;
  border-radius: 100px 0px 100px 0px;
  -webkit-border-radius: 100px 0px 100px 0px;
  margin: auto;
  padding:50px 0px;
  width: 800px;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.play-btn{
  height: 100px;
}


@keyframes moveLeftRight {
  0% {
      transform: translateX(0); /* Starting position */
  }
  50% {
      transform: translateX(10px); /* Move to the right */
  }
  100% {
      transform: translateX(0); /* Return to start */
  }
}

.videos{
  position: relative;
}
.videos img{
  width: 100%;
  height: 288px;
  display: flex;
  object-fit: cover;
  object-position: center;
  position: relative;
  border-radius: 35px;
  -webkit-border-radius: 35px;
  cursor: pointer;
} 
.videos::after{
  content:'';
  position: absolute;
  right: -2px;
  top:-2px;
  width:100px;
  height: 111px;
  background-image: url('../images/video-cap.png');
  background-size: cover;
  transition: width .5s, height .5s;
  cursor: pointer;
}
.videos:hover::after{
  width:150px;
  height:150px;
}
.export-market-section{
  position: relative;
}
.export-market-section img{
  height: 240px;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.experience-export{
  border:2px solid #1DA644;
  background: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  height: 240px;
}
.experience-export span{
  font-size: 40px;
  color:#1DA644;
  font-weight: bold;
  transition: transform 0.3s ease-in-out;
}
.experience-export p{
  font-size: 14px;
  color:#182844;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: bold;
}
.experience-export:hover span{
  transform: scale(1.2);
}
.serve-food{
  background: #182844;
  padding: 20px;
  color:#ffffff;
  width: 100%;
}
.serve-food h3{
  font-size: 26px;
  color:#ffffff;
  display: block;
  margin-bottom: 15px;
}
.serve-food p{
  font-size: 13px;
  color:#ffffff;
  line-height: 24px;
  margin-bottom: 15px;
}
.serve-food a{
  font-weight: 16px;
  font-weight: 500;
  display: inline-block;
  color:#ffffff;
}
.features-kerela{
  background-image: url('../images/bg-stripe.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size:100% 675px;
  padding: 20px 0px;
}
.what-we-offer{
  display: flex;
}
.feature-img{
  background-image: url('../images/img-bg.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  max-width: 375px;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.feature-img span{
  position: absolute;
  bottom: 117px;
  color: #fff;
  font-size:17px;
  font-weight: normal;
  background: #222;
  display: inline-block;
  padding: 8px 30px;
  text-transform: uppercase;
  border-radius: 13px 0px 13px 0px;
  -webkit-border-radius: 13px 0px 13px 0px;
  letter-spacing: 3px;
}
.features-content{
  flex:1;
}
.features-content{
  background: #ffffff;
  padding:30px 50px;
}
.feature-grid img{
  height:50px;
  margin-bottom: 10px;
}
.feature-grid h4{
  display: block;
  margin-bottom: 10px;
}
.feature-grid p{
  line-height: 24px;
  font-size: 14px;
  color:#676767;
}
.contact-bg{
  width: 100%;
  min-height: 300px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-image: url('../images/footer-contact.png');
  background-repeat: no-repeat;
  background-position: right center;
  background-size: cover;
}

footer{
  background-image: url('../images/footer-bg.png');
  background-position: right bottom;
  background-repeat: no-repeat;
}
.footer-block{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 250px;
  padding: 10px 20px;
}
.footer-block span{
  display: block;
  color:#2B343B;
  font-size: 15px;
  letter-spacing: 4px;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-weight: bold;
}
.footer-block p{
  color:#666666;
  font-size: 16px;
  line-height: 24px;
}
.phone-block{
  background: #EEDDC6;
}
.email-block{
  background:#182844;
  color:#ffffff;
}
.email-block span, .email-block p{
  color:#ffffff;
}
.follow-block{
  border:2px solid #182844;
}
.social a{
  color:#000000;
  font-size:24px;
  display: inline-block;
  padding: 0px 10px;
}
.footer-form{
  padding: 20px 0px 0px 40px;
}
.footer-form input, .footer-form textarea{
  padding: 12px 0px;
  display: block;
  border:none;
  border-bottom:2px solid #182844;
  color:#757575;
  font-size: 12px;
  font-weight: 500;
  width: 100%;
  margin-bottom: 25px;
  letter-spacing: 2px;
}
.footer-form textarea{
  height: 120px;
  resize:none;
}
.footer-form input::placeholder{
  color:#757575;
}
.submit{
  background: #182844;
  border:none;
  color:#ffffff;
  font-size: 12px!important;
  font-weight: 500;
  text-transform: uppercase;
  padding:15px 30px;
  letter-spacing: 2px;
}
.copyright{
  background-color: #000000;
  padding: 10px 0px;
  margin-top: 50px;
}
.copyright p{
  color:#ffffff;
  font-weight: normal;
}
.copyright a{
  font-size: 16px;
  color:#ffffff;
  font-weight: normal;
  padding: 0px 10px;
}

.inner-banner{
  height:360px;
}
.inner-banner .banner-content{
  top:47%
}
.inner-banner h1{
  font-size: 70px;
  margin-bottom: 0px;
  color:#ffffff;
}

.about-grid.inner-about-grid {
  margin-top: -258px;
}
.about-export .experience-export{
  height: 210px;
}
.about-export .experience-export p{
  line-height: 25px;
}
.bar-code{
  border:2px solid #000000;
  background: #ffffff;
  padding: 30px;
  margin-top:0px;
  border-radius: 100px;
}
.bar-code img{
  height:250px;
}
.nav-tabs{
  border:none;
}
.nav-tabs button.nav-link{
  border:1px solid #dddddd!important;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  font-size: 14px !important;
  margin: 0px 4px;
  color:#000000;
}


/************************* products **************************/



.tabs {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom:30px;
}

.tab-button {
  background-color: #007bff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.tab-button.active {
  background-color: #1DA644;
}

.tab-button:hover {
  background-color: #1DA644;
}

.category-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  min-width:250px;
  max-width: 250px;
  padding-right: 17px;
}

.category-item {
  /* background-color: #007bff; */
  border:1px solid #dddddd;
  color:#000000!important;
  color: #fff;
  padding: 10px;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s ease, transform 0.3s ease;
  width: 100%;
  font-size: 15px;
}

.category-item:hover {
  background-color: #1DA644;
  transform: translateY(-5px);
  color:#ffffff!important;
}



.item-list {
  display: none;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}

.item-list.active {
  display: flex;
}

.item {
  /* background-color: #f8f9fa; */
  padding: 15px;
  border-radius: 8px;
  /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); */
  text-align: center;
  width: 200px;
  cursor: pointer;
  transition: transform 0.3s ease;
  border:1px solid #dddddd;
}

.item:hover {
  transform: translateY(-5px);
}

.item img {
  width: 100%;
  height: 150px;
  object-fit: contain;
  border-radius: 8px;
  margin-bottom: 10px;
}

.item h3 {
  margin: 10px 0;
  font-size: 18px;
  color: #333;
}

.item p {
  margin: 5px 0;
  font-size: 14px;
  color: #777;
}

/* Modal Styles */
.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  justify-content: center;
  align-items: center;
}

.modal-content {
  background-color: #fff;
  padding: 20px;
  border-radius: 8px;
  text-align: center;
  max-width: 500px;
  width: 90%;
}

.modal-image {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 15px;
}

.close-button {
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 24px;
  cursor: pointer;
  color: #333;
}

.close-button:hover {
  color: #000;
}



/************************* products **************************/
/*********************** text-effect *************************/

.char {
  display: inline-block;
  opacity: 0;
  transform: translateY(100px);
  transition: transform 0.5s ease, opacity 0.5s ease;
}

.char.visible {
  opacity: 1;
  transform: translateY(0);
}

.char.space {
  width: 0.2em; /* Consistent width for spaces */
}
/*********************** text-effect *************************/

.rotating-image {
  width: 200px;
  height: 200px;
  border-radius: 50%; /* Optional for circular images */
  animation: rotate 5s linear infinite;
}

@keyframes rotate {
  from {
      transform: rotate(0deg);
  }
  to {
      transform: rotate(360deg);
  }
}


.moving-object {
  width: 100px;
  height: 100px;
  border-radius: 10px;
  animation: upDown 5s ease-in-out infinite;
}

@keyframes upDown {
  0%, 100% {
      transform: translateY(0);
  }
  50% {
      transform: translateY(-50px);
  }
}

.about-leaf{
  position: absolute;
  right:0px;
  top:500px;
  height:250px;
  width: auto;
  z-index: 0;
}
.bg-line{
  position: absolute;
  right:0px;
  top:500px;
  height:auto;
  width: 100%;
  z-index: -1;
  animation: upDown 4s ease-in-out infinite;
}
.popular-products .bg-line{
  z-index: 0;
  width: 50%;
  left: 0px;
}

@keyframes upDown {
  0%, 100% {
      transform: translateY(0);
  }
  50% {
      transform: translateY(-80px);
  }
}


.img-rotate {
  width: 50px;
  height: 50px;
  animation: rotateScale 5s infinite ease-in-out;
  position: absolute;
  top:400px;
  left:40px
}

@keyframes rotateScale {
  0% {
      transform: rotate(0deg) scale(1);
  }
  25% {
      transform: rotate(45deg) scale(1.3); /* Clockwise and bigger */
  }
  50% {
      transform: rotate(-45deg) scale(1); /* Counterclockwise and normal size */
  }
  75% {
      transform: rotate(30deg) scale(1.3); /* Clockwise and bigger */
  }
  100% {
      transform: rotate(0deg) scale(1); /* Back to start position */
  }
}


.object1{
  left:5%;
  right: initial;
  top:300px;
  position: absolute;
}
.object2{
  height: auto;
}
.tea-kettle{
  position: absolute;
  top: 278px;
  height: 308px;
  left: -17px;
  width: auto;
}
.tea-cup{
  position: absolute;
  top:500px;
  left: 60px;
}
.idali-plate{
  position: absolute;
  right: 10px;
  left: initial;
  bottom:200px;
  width: 200px;
  height: auto;
}
.idali-plate {
  width: 200px; /* Adjust size as needed */
  height: auto;
  display: block;
  margin: 0 auto;
  transition: transform 0.2s ease-out; /* Smooth rotation */
}



.product-list-outer {
  height:730px;
  /* overflow-y: scroll; */
  padding: 10px;
  scrollbar-width: thin;
  scrollbar-color: color-mix(in srgb, #ffffff 20%, transparent) transparent;
  overflow: hidden;
  position: relative;
  width: 100%;
  cursor: grab;
}

.product-row {
  display: flex;
  gap: 20px;
  transition: transform 0.1s ease; /* Smooth drag */
  display: flex;
  width: max-content;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
#row1 {
  animation: scrollLeftRight 30s linear infinite;
}

#row2 {
  animation: scrollRightLeft 30s linear infinite;
}

.product-item {
  flex: 0 0 auto;
  text-align: center;
}

.product-list-outer.dragging {
  cursor: grabbing;
}



/* Animation for Row 1: Left to Right */
@keyframes scrollLeftRight {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(100%);
  }
}

/* Animation for Row 2: Right to Left */
@keyframes scrollRightLeft {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}

.row-container {
  margin-bottom: 20px;
  position: relative;
  overflow: hidden; /* Hide overflowing items */
}


/********************** vide0-section-zoom ********************/

.scroll-container {
  width: 100%;
  /* height: 200vh; */
}

.image-section {
  position: sticky;
  top: 0;
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  /* background-color: #f4f4f4; */
}

.scaling-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease, opacity 0.5s ease;
}

.revealed-section {
  opacity: 0;
  transition: opacity 1s ease;
}

.revealed-section.visible {
  opacity: 1;
}


.animate-swipe-right.swipe {
  animation: swipeRight 2s;
  opacity: 1;
}
.animate-swipe-left.swipe {
  animation: swipeLeft 2s;
  opacity: 1;
}
.animate-swipe-up.swipe {
  animation: swipeDown 2s;
  opacity: 1;
}
.animate-swipe-down.swipe {
  animation: swipeUp 2s;
  opacity: 1;
}

@keyframes swipeRight {
  0% {
    transform: translate(30px, 0px);
    opacity: 0;
  }
  100% {
    transform: translate(0px, 0px);
    opacity: 1;
  }
}
@keyframes swipeLeft {
  0% {
    transform: translate(-30px, 0px);
    opacity: 0;
  }
  100% {
    transform: translate(0px, 0px);
    opacity: 1;
  }
}
@keyframes swipeDown {
  0% {
    transform: translate(0px, -30px);
    opacity: 0;
  }
  100% {
    transform: translate(0px, 0px);
    opacity: 1;
  }
}
@keyframes swipeUp {
  0% {
    transform: translate(0px, 30px);
    opacity: 0;
  }
  100% {
    transform: translate(0px, 0px);
    opacity: 1;
  }
}








.slider-container {
  width: 100%;
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
/* Edge Gradient Overlays for Seamless Look */
/* .slider-container::before,
.slider-container::after {
  content: '';
  position: absolute;
  top: 0;
  width: 100px;
  height: 100%;
  z-index: 2;
  pointer-events: none;
}
.slider-container::before {
  left: 0;
  background: linear-gradient(to right, #f4f4f4, transparent);
}
.slider-container::after {
  right: 0;
  background: linear-gradient(to left, #f4f4f4, transparent);
} */
/* ---------- Slider Styles ---------- */
.slider {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding: 10px 0;
}
.slide-track {
  display: flex;
  gap: 20px;
  animation: scrollLoop 20s linear infinite;
}
/* Reverse the animation for even-numbered sliders */
.slider:nth-child(even) .slide-track {
  animation: scrollLoopReverse 20s linear infinite;
}
.slide-item {
  width: 200px;
  height: 250px;
  flex-shrink: 0;
  margin-right: 20px;
  perspective: 1000px;
  cursor: pointer;
  /* Appearance animation */
  animation: itemAppear 1s ease-out;
}
@keyframes itemAppear {
  from { opacity: 0; transform: scale(0.95); }
  to { opacity: 1; transform: scale(1); }
}
.flip-card {
  width: 100%;
  height: 100%;
  position: relative;
  transform-style: preserve-3d;
  transition: transform 0.6s, box-shadow 0.6s;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.slide-item:hover .flip-card {
  transform: rotateY(180deg) scale(1.05);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}
.flip-card-front, .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  background: #ffffff;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: start;
  border-radius: 50px 0px 50px 0px;
}
.flip-card-back {
  transform: rotateY(180deg);
  background: #1DA644;
}
.flip-card-back *{
  color:#ffffff;
}
.product-img {
  width: auto;
  height:150px;
  object-fit: cover;
  margin-bottom: 10px;
  margin-top: 25px;
}
.flip-card p{
  line-height: 22px;
}

/* Animation Keyframes for Slider Loop */
@keyframes scrollLoop {
  0% { transform: translateX(0); }
  100% { transform: translateX(-33.3333%); }
}
@keyframes scrollLoopReverse {
  0% { transform: translateX(-33.3333%); }
  100% { transform: translateX(0); }
}
/* ---------- Modal Styles ---------- */
.modal {
  display: none;
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
  justify-content: center;
  align-items: center;
  overflow: auto;
  animation: fadeIn 0.3s;
}
.modal.show {
  display: flex;
}
@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}
.modal-content {
  background: #fff;
  border-radius: 10px;
  padding: 20px;
  position: relative;
  width: 90%;
  max-width: 600px;
  transform: scale(0.8);
  animation: zoomIn 0.3s forwards;
}
@keyframes zoomIn {
  from { transform: scale(0.8); opacity: 0; }
  to { transform: scale(1); opacity: 1; }
}
@keyframes zoomOut {
  from { transform: scale(1); opacity: 1; }
  to { transform: scale(0.8); opacity: 0; }
}
.close-button {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 28px;
  font-weight: bold;
  color: #333;
  cursor: pointer;
}
.modal-body {
  text-align: center;
  margin-top: 20px;
}
.modal-body img {
  width: 200px;
  height: 200px;
  object-fit: contain;
  margin-bottom: 10px;
}
.modal-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 26px;
  color: #333;
  cursor: pointer;
  user-select: none;
  padding: 0px;
  z-index: 1;
  border: 1px solid #000000;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  width: 40px;
  height: 40px;
}
.modal-nav:hover {
  background-color: #1DA644;
  color:#ffffff;
  border-color:#1DA644;
}
.left-arrow {
  left: 10px;
}
.right-arrow {
  right: 10px;
}


.slider-popup .modal-body img{
  height: 300px;
  width: auto;
}

.banner-text {
  margin-top: -88px;
  margin-left: -19px;
  width: 90%;
  max-width: 500px;
  text-align: left;
  max-width: 600px;
}


.padding-small {
  padding: 1rem;
}

.padding-global {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.padding-section-small {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.text-align-center {
  text-align: center;
}

.button {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #fda06c;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 1rem 4rem;
  font-size: 1rem;
  font-weight: 600;
  transition: border-radius 0.2s cubic-bezier(0.215, 0.61, 0.355, 1),
      background-color 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  display: inline-block;
  text-decoration: none;
}

.button:hover {
  background-color: #d8885a;
}

.text-size-medium {
  font-size: 1.25rem;
  font-weight: 500;
}

.section_main-grid {
  position: relative;
  overflow: hidden;
}

.section_grid {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  display: grid;
}

.section {
  position: relative;
  overflow: visible;
}

.section-content-headline {
  padding-right: 4%;
}

.section-headline-text {
  font-size: 3.5rem;
  font-weight: bold;
  text-transform: uppercase;
}

.section-data-container {
  grid-column-gap: 7.5rem;
  grid-row-gap: 7.5rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-data-item {
  text-align: center;
}

.section-data {
  font-weight: bold;
  font-size: 5rem;
  line-height: 1;
}

.ornament {
  z-index:10;
  width: 6rem;
  height: 6rem;
  background-color: #1DA644;
  border: 0.5rem solid #fff;
  border-radius: 100%;
  position: absolute;
  top: -10%;
  bottom: auto;
  left: auto;
  right: -11%;
}

.ornament_text {
  z-index: 3;
  height: 100%;
  color: #fff;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  display: flex;
  position: relative;
  top: -2px;
  transition: all .5s ease-in-out;
  cursor: pointer;
}
.ornament:hover .ornament_text{
  font-size: 4rem;
}

.hero-text_container {
  position: absolute;
  top: 7%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.hero-text_text {
  z-index: 5;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-size: 84px;
  font-weight: 700;
  line-height: 1;
  display: block;
  position: relative;
  letter-spacing: 6rem;
  color: rgba(255, 255, 255, .5);
  left: 0rem;
  letter-spacing: 0vw;
}

.button-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  top: auto;
  bottom: 4rem;
  left: 0%;
  right: 0%;
}

.marquee_wrapper {
  width: 100%;
  height: 14rem;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
  top: 25%;
  overflow: hidden;
}

.marquee {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  justify-content: center;
  display: flex;
}

.marquee_text {
  font-weight: 400;
  display: inline-block;
  font-size: 3rem;
  color: #212529;
  /* -webkit-text-fill-color: white;
  -webkit-text-stroke: 1px black; */
}

.section-mask_container {
  z-index: 2;
  width: 24rem;
  height: 28rem;
  background-color: #fff;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.section-image_container {
  z-index: -1;
  max-width: 80rem;
  justify-content: flex-start;
  align-items: stretch;
  margin: auto;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.section-image_container.is-right {
  justify-content: flex-end;
}

.section-image_container.is-center {
  justify-content: center;
  align-items: stretch;
}

.section-image_fixed {
  display: block;
}

.image-ratio_container {
  width: 25rem;
  object-fit: fill;
  position: relative;
}

.image-ratio_container > img{
  height: 100vh;
  object-fit: cover;
}

.image-ratio_asset {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.marquee {
  position: absolute;
  white-space: nowrap;
  will-change: transform;
  animation: marquee-horizontal-alt 40s linear infinite;
}

@keyframes marquee-horizontal-alt {
  from {
      transform: translateX(-50%);
  }

  to {
      transform: translateX(0%);
  }
}

.section-mask_container {
  clip-path: inset(0% 5% 0% 5% round 10px);
}

.section-mask_container.is-2 {
  clip-path: inset(0% 5% 0% 5% round 100px 10px 10px 10px);
}

.section-mask_container.is-3 {
  clip-path: inset(0% 5% 0% 5% round 150px 10px 150px 10px);
}




/* Subscribe button styles */
.subscribe-btn {
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 999;
}

/* SVG inside subscribe button */
.subscribe-btn svg {
  height: 60px;
  width: 60px;
}

/* Floating YouTube Button Styling */
.youtube-button, .whatsapp-button {
  position: fixed;
  bottom: 20px;
  /* Distance from the bottom */
  right: 20px;
  /* Distance from the right */
  background-color: #ff0000;
  /* YouTube red color */
  color: white;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
  z-index: 999;
}
.whatsapp-button{
  background-color: #1DA644;
  bottom: 80px;
}
/* Icon Styling */
.youtube-button i, .whatsapp-button i {
  font-size: 24px;
}

/* Hover Effect */
.youtube-button:hover, .whatsapp-button:hover {
  background-color: #e60000;
  /* Darker shade of red */
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
  transform: translateY(-2px);
  /* Slight upward movement */
}
.whatsapp-button:hover{
  background-color: #15963a;
}
.hero-text_container h2{
  text-align: center;
  position: absolute;
  z-index: 1;
  color: rgba(255, 255, 255, .5);
  width: 100%;
  z-index: 10;
  font-size: 69px;
  letter-spacing: 4px;
  left: 0px;
}

#transitionArea {
  height: 200vh;
  width: 100%;
  /* overflow: hidden; */
  position: relative;
}

#transitionArea > .container {
  overflow: hidden;
  width: 100vw;
  height: 100vh;
  position: relative;
  max-width: 100%;
}

#transitionArea .background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: url('../images/video-bg.jpg') no-repeat center center;
  background-size: cover;
  overflow: hidden;
  z-index: 1;
}

#transitionArea .background2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  /* background: url('https://images.unsplash.com/photo-1507525428034-b723cf961d3e?fm=jpg&w=3000&auto=format&fit=crop&q=60&ixlib=rb-4.0.3') no-repeat center center; */
  background-size: cover;
  overflow: hidden;
  z-index: 2;
  visibility: hidden;
  background-color: #ffffff;
}

#transitionArea h1 {
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  font-stretch: condensed;
  font-size: 20vw;
  text-transform: uppercase;
  color: #ffffff;
  transform-origin: center;
  -webkit-background-clip: text;
    background-clip: text;
}



#transitionArea .background-text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  /* background: url('https://images.unsplash.com/photo-1507525428034-b723cf961d3e?fm=jpg&w=3000&auto=format&fit=crop&q=60&ixlib=rb-4.0.3') no-repeat center center; */
  background-size: cover;
  -webkit-background-clip: text;
  background-clip: text;
  z-index:1;
  display: flex;
  overflow: hidden;
  justify-content: center;
  align-items: center;
}


/* Layout */

.section.is-1 {
  grid-area: 1 / 1 / 2 / 4;
  justify-self: center;
}

.section.is-3 {
  grid-area: 3 / 1 / 4 / 2;
}

.section-content-headline {
  grid-area: 2 / 1 / 3 / 3;
  align-self: start;
  justify-self: start;
}
.section-content-headline img{
  border-radius: 100px 0px 100px 0px;
  width: auto;
  margin-bottom: 43px;
  height: 450px;
  object-fit: cover;
}
.section-content-headline .section-headline-text{
  font-size: 1.25rem;
    font-weight: normal;
    text-transform: capitalize;
}

.section-data-container {
  grid-area: 3 / 2 / 4 / 4;
}

.section.is-2 {
  grid-area: 2 / 3 / 3 / 4;
  align-self: stretch;
}


.features {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding:0px 0px;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border-radius: 10px;
  position: relative;
  z-index: 1;
}

.features img {
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.features span {
  display: block;
  margin-top: 10px;
  font-size: 1.2rem;
  transition: color 0.3s ease, transform 0.3s ease;
}

/* Hover Effects */
.features:hover {
  transform: scale(1.1);
}

.features:hover img {
  transform: scale(1.2);
  opacity: 0.9;
}

.features:hover span {
  transform: translateY(-5px);
}


.no-scroll {
  overflow: hidden;
}
.hamburger {
  display: none;
  position: fixed;
  top: 15px;
  right: 15px;
  background: #1DA644;
  color: white;
  border: none;
  padding: 10px 17px;
  cursor: pointer;
  font-size: 20px;
  z-index: 1002;
  transition: transform 0.3s ease-in-out;
  font-size: 22px;
  border-radius: 10px 0px 10px 0px;
  -webkit-border-radius: 10px 0px 10px 0px;
  transition: 0.5s ease;
}
.hamburger:hover {
  border-radius: 0px 10px 0px 10px;
  -webkit-border-radius: 0px 10px 0px 10px;
}
.sidebar {
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100vh;
  background: rgba(34, 34, 34, 0.95);
  color: white;
  transition: right 0.5s ease-in-out;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 100;
}
.sidebar a {
  display: block;
  color: white;
  padding: 15px;
  text-decoration: none;
  font-size: 20px;
  position: relative;
  transition: transform 0.3s ease, background 0.3s ease;
}
.sidebar a::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 5px;
  width: 0;
  height: 2px;
  background: white;
  transition: width 0.3s ease, left 0.3s ease;
}
.sidebar a:hover::after {
  width: 100%;
  left: 0;
}
.show-sidebar {
  right: 0;
}
.logo-track {
  display: flex;
  width: max-content;
}



section.about {
  height: 100vh;
  width: 100%;
  font-family: sans-serif;
  text-align: left;
  color: #f3f3f3;
  position: relative;
  padding:50px 50px 50px 0px;
  border-bottom:1px solid #1DA644;
}
section.about h1 {
  position: absolute;
  top: 40%;
  left: 5%;
  color: #111;
  text-transform: uppercase;
}
section.about .fixed-head {
  position: fixed;
  top: 8px;
  left: 8px;
  width: 50%;
  padding: 13px 20px;
  text-transform: uppercase;
  background: #111;
  z-index: 20;
}
section.about .btn-down {
  position: fixed;
  bottom: 0;
  cursor: pointer;
  left: 8px;
  width: 10%;
  padding: 10px 0;
  background: #111;
  z-index: 20;
}
.about-products img{
  width:60%;
  height: 100%;
  object-fit: cover;
  border-radius:100px 0px 100px 0px;
}
.slide_count {
  line-height: 50px;
  position: fixed;
  right: calc(50% - 480px);
  top: 40%;
  font-weight: 900;
  display: flex;
  align-items: flex-start;
  z-index: 30;
}
.slide_count span {
  display: inline-block;
  text-align: right;
  color: #222 !important;
  font-size: 20px;
}
.slide_count ul {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
}
.slide_count ul li {
  opacity: 0;
  font-size: 100px;
  top: 20px;
  right: 50px;
  position: absolute;
  color: #1DA644;
  transition: opacity 0.5s ease;
  height: 250px;
  width: 250px;
}
.slide_count ul li img{
  height: 250px;
  width: 250px;
  object-fit: cover;
  border-radius: 20px;
  -webkit-border-radius: 20px;
}
.slide_count ul li.active {
  opacity: 1;
}
.content .bg-line{
  top:1000px;
}
.authorizations img{
  height:150px;
  display:flex;
  margin: auto;
}
.authorizations span{
  width: 100%;
  text-align: center;
  display: block;
}
.authorizations .card{
  height: 100%;
  padding: 10px 0px 20px;
}
.product-outer{
  display: flex;
  align-items: start;
}
.contact-title{
  font-size:70px;
  margin-top: 50px;
}
.contact-outer{
  border: 2px solid #000000;
  padding:50px;
  margin-bottom: 30px;
  right: 0px;
  position: relative;
}
.contact-outer input, .contact-outer textarea{
  height: 50px;
  border:none;
  border-bottom:2px solid #000000;
  width: 100%;
  margin-bottom: 10px;
}
.contact-outer textarea{
  height: 100px;
  resize: none;
}
.contact-outer label{
  font-size: 20px;
  font-weight:400;
  display: block;
  margin-bottom: 0px;
  font-family: "Open Sans", serif;
  color:#000000;
}
.contact-outer p{
  font-size:16px;
  display: block;
  font-family: "Open Sans", serif;
}
.contact-social a{
  border:1px solid #000000;
  display: inline-flex;
  width:40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}
.contact-social i{
  font-size:20px;
  color:#000000;
  display: inline-block;
}
.contact-social a:hover{
  border-color:#1DA644;
}
.contact-social a:hover i{
  color:#1DA644;
}
.contact-bottom{
  display: block;
  position: relative;
  padding: 50px 0px;
}
.contact-bottom-bg{
  background: rgb(161, 245, 177);
  width: 30vw;
  height: 100%;
  display: inline-block;
  position: absolute;
  top:0px;
  bottom:0px;
}
.contact-bottom .row{
  position: relative;
  z-index: 1;
}
.contact-bottom img{
  height: 400px;
  object-fit: cover;
}
header .navbar{
  padding-top: 0px;
}

/* Dropdown Menu: Initially Hidden */
.nav-item .dropdown-menu {
  position: absolute;
  left: 30px;
  right: 30px;
  top: calc(100% - 8px);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: opacity 0.4s ease, transform 0.4s ease, visibility 0.4s;
  display: block; /* Prevents flickering when transitioning */
  pointer-events: none; /* Avoids accidental hovers */
}
.nav-item .dropdown-menu .row{
  gap:2;
}

/* Show Dropdown with Animation */
.navbar-nav li.nav-item.dropdown:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}

/* Individual Items: Fade & Scale */
.navbar-nav .dropdown-item {
  opacity: 0;
  transform: scale(0.95);
  transition: opacity 0.3s ease, transform 0.3s ease;
  display: flex!important;
  flex-direction: column;
  text-align: center;
  font-size:14px!important;
  padding: 12px 12px 6px 12px!important;
  border:1px solid #dddddd;
  border-radius: 10px;
  -webkit-border-radius: 10px;
}
.dropdown-item img{
  margin-bottom: 10px;
}

/* Delay Each Item for Staggered Effect */
.navbar-nav li.nav-item.dropdown:hover .dropdown-item {
  opacity: 1;
  transform: scale(1);
}
.dropdown-item:hover{
  background-color: rgba(29, 166, 68, 0.2);
}
.dropdown-item:focus, .dropdown-item:active{
  background-color: #1DA644;
  color:#ffffff;
}
/* .navbar-nav li.nav-item.dropdown:hover .row > div:nth-child(1) {
  transition-delay: .1s;
}
.navbar-nav li.nav-item.dropdown:hover .row > div:nth-child(2) {
  transition-delay: .2s;
}
.navbar-nav li.nav-item.dropdown:hover .row > div:nth-child(3) {
  transition-delay: .3s;
} */

/* Optional: Add a Soft Shadow */
.nav-item .dropdown-menu {
  border-radius: 8px;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.15);
  background: white;
}

.kerela-spices{
  object-fit: contain!important;
  background: #000000;
}
/* .fade-img {
  transition: opacity .2s ease-in-out;
} */
.banner-content .theme-btn{
  color:#ffffff;
}
.banner-content .theme-btn span{
  background-image: url('../images/btn-bg-white.png');
  color:#ffffff;
}
.video-popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 1000;
}

.video-popup-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /* background: white;
  padding: 20px; */
  width: 100%;
  max-width: 825px;
  border-radius: 10px;
  box-shadow: 0px 0px 20px rgba(255, 255, 255, 0.2);
  height: 66vh;
}
.video-popup-content iframe{
  height: 100%;
  width: 100%;
}

.video-popup-content .close-popup {
  position: absolute;
  top: -36px;
  right: -39px;
  font-size: 40px;
  cursor: pointer;
  width: 39px;
  height: 40px;
  /* background: #fff; */
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.dropdown-menu .dropdown-item img {
  margin-bottom: 10px;
  height: 150px;
  object-fit: cover;
}


.video-popup {
  display: none;
  position: fixed;
  z-index: 2000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.9);
  justify-content: center;
  align-items: center;
}

.video-popup .video-container {
  position: relative;
  width: 80%;
  max-width: 900px;
  aspect-ratio: 16/9;
}

.video-popup iframe {
  width: 100%;
  height: 100%;
}

.video-popup .close-btn {
  position: absolute;
  top: -28px;
  right: -25px;
  font-size: 40px;
  color: white;
  cursor: pointer;
  z-index: 1001;
  height: 28px;
  display: flex;
  align-items: center;
}


.feature-img {
  position: relative;
  width: 442px;
  height: 800px;
  overflow: hidden;
}

.feature-img img {
  position: absolute;
  top: 0;
  left:5%;
  width: 90%;
  height: 100%;
  object-fit: contain;
  opacity: 0;
  transition: opacity 1s ease-in-out;
  z-index: 0;
}

.feature-img img.active {
  opacity: 1;
  z-index: 1;
}

.beware-img{
  border-radius: 20px;
  -webkit-border-radius: 20px;
}
.quality-policy{
  background: #efeeea;
  margin-bottom: 80px;
}
/* .section-headline-text{
  position: relative;
}
.section-headline-text span{
  position: absolute;
} */

.quality-policy-row p{
  background: #f5f5f5;
  display: block;
  margin-bottom: 10px;
  border-radius: 15px 0px 15px 0px;
  -webkit-border-radius: 15px 0px 15px 0px;
  overflow: hidden;
}
.quality-policy-row strong{
  background: #d1f3d1;
  padding: 8px;
  display: inline-block;
  margin-right: 10px;
}
.category-item.active {
  background-color: #f0f0f0;
  border-left: 4px solid #1DA644;
  padding-left: 10px;
}
.certificate-field{
  display: block;
  height: 100%;
  margin-bottom:22px;
  min-height:50px;
  border-bottom:1px solid #dddddd;
  position: relative;
}
.certificate-field:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  background: #1DA644;
  height: 2px;
  width: 0;
  transition: width 0.3s ease;
}
.certificate-field:hover:after {
  width: 100%;
}
.certificate-field .certificate-label{
  display: block;
  color: #777777;
}
.certificate-field span{
  font-size:18px;
  display: block;
}
.certificate-field:hover span{
  color:#1DA644;
}
.view-certificate{
  position: relative;
}
.view-certificate a{
  position: absolute;
  bottom:15px;
  min-width:100px;
  left:50%;
  margin-left: -50px;
  background: #1DA644;
  color: white;
  border: none;
  padding: 10px 17px;
  cursor: pointer;
  z-index: 1002;
  transition: transform 0.3s ease-in-out;
  font-size:18px;
  border-radius: 10px 0px 10px 0px;
  -webkit-border-radius: 10px 0px 10px 0px;
  transition: 0.5s ease;
}

.bubble-img1{
  position: absolute;
  left:5vw;
  bottom:20px;
  width: 10vw;
  max-width:150px;
  height:auto;
  z-index: 0;
  animation: upDown 12s ease-in-out infinite;
}
.bubble-img2{
  position: absolute;
  left:25vw;
  bottom:20px;
  width: 8vw;
  max-width:120px;
  height:auto;
  z-index: 0;
  animation: upDownslow 8s ease-in-out infinite;
}
.bubble-img3{
  position: absolute;
  left:40vw;
  bottom:20px;
  width: 6vw;
  max-width:100px;
  height:auto;
  z-index: 0;
  animation: upDown 10s ease-in-out infinite;
}
.bubble-img4{
  position: absolute;
  left:60vw;
  bottom:20px;
  width: 10vw;
  max-width:150px;
  height:auto;
  z-index: 0;
  animation: upDownslow 9s ease-in-out infinite;
}
.bubble-img5{
  position: absolute;
  left:75vw;
  bottom:50px;
  width:8vw;
  max-width:120px;
  height:auto;
  z-index: -1;
  animation: upDown 7s ease-in-out infinite;
}
.bubble-img6{
  position: absolute;
  left:89vw;
  bottom:50px;
  height:auto;
  width: 10vw;
  max-width:150px;
  z-index: -1;
  animation: upDownslow 11s ease-in-out infinite;
}

.small-moving-object {
  width: 100px;
  height: 100px;
  border-radius: 10px;
  animation: upDown 10s ease-in-out infinite;
}

@keyframes upDownslow {
  0%, 100% {
      transform: translateY(0);
  }
  50% {
      transform: translateY(-30px);
  }
}
.about-leaf{
  position: absolute;
  right:0px;
  top:500px;
  height:250px;
  width: auto;
  z-index: 0;
}





@media (min-width: 1400px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
      max-width: 1140px;
  }
}

@media (min-width: 1200px) {
  .fade-img {
    min-height: 264px;
  }
}
@media (min-width:600px) and (max-width: 1025px){
  .about-grid .col-md-6 img{
    min-height: 216px;
  }
}
@media (max-width: 1025px) {
  .inner-banner {
    height: 360px;
  }
  .slide_count ul li{
    font-size: 70px;
  }
  .content .img-rotate{
    top: 329px;
  }
  .content .about-leaf{
    top:600px
  }
  .contact-outer{
    right: 0px;
  }
  .certificate-leaf{
    display: none;
  }
}
@media (max-width:991px) {
  .item {
      width: 45%;
  }
  .banner{
    height:600px;
  }
  .banner-content .title, .banner-content div{
    margin-bottom: 20px;
    font-size: 70px;
    line-height: 56px;
  }
  .about-grid {
    margin-top: -176px;
  }
  .banner video{
    object-fit: cover;
    transform: translate(-50%, -60%);
  }
  .about-leaf{
    height: 142px;
  }
  .product-list-outer {
    height: 700px;
  }
  .features img {
    height: 46px;
  }
  .brand-product{
    height: 500px;
  }
  .export-market-section{
    margin-top: 20px;
  }
  .tea-kettle, .tea-cup{
    display: none;
  }
  .export-market-section img, .experience-export{
    height: 315px;
  }
  .serve-food p {
    font-size: 18px;
  }
  .idali-plate {
    right: inherit;
    left: 0px;
    bottom:228px;
  }
  .footer-form{
    padding: 20px;
  }
  footer{
    background: none;
  }
  .copyright{
    padding: 20px 15px;
  }
  .copyright, .copyright .text-end{
    text-align: center!important;
  }
  .copyright p{
    margin-bottom: 10px;
  }
  .navbar-toggler{
    background: #ffffff;
  }
  .navbar-nav li {
    margin: 15px 15px;
  }
  .navbar-nav li a{
    display: block;
  }
  .experience{
    right: 13px;
  }
  .banner-content{
    top:calc(50% - 152px);
  }
  .hamburger{
    display: block!important;
    top: 41px;
      right: 14px;
  }
  .navbar-toggler{
    display: none;
  }
  .inner-banner {
    height: 300px;
  }
  .experience-export{
    border-radius: 10px;
    -webkit-border-radius: 10px;
  }
  .slide_count ul li{
    right: 150px;
  }
  .view-certificate {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 59px;
  }
}

@media (max-width:575px) {

  .about-grid .row.g-4{
    display: none;
  }
  .banner-content .title, .banner-content div{
    font-size: 54px;
    margin-bottom: 0px;
  }
  .about-grid {
    margin-top: -237px;
    padding-bottom: 157px;
  }
  .features{
    margin:10px 0px;
  }
  .title {
    font-size: 32px;
  }
  .feature-img{
    display: none;
  }
  .features-content{
    padding: 0px 10px;
  }
  .idali-plate{
    display: none;
  }
  .partner-logos .col{
    padding: 0px;
  }
  .partner-logos img{
    height: auto;
    width: 100%;
  }

  .rounded-left-top, .rounded-left-bottom, .rounded-right-top, .rounded-right-bottom{
    border-radius: 0px;
    -webkit-border-radius:0px;
  }
  .about-grid .rounded-right-top{
    border-radius: 50px 50px 0px 0px;
    -webkit-border-radius: 50px 50px 0px 0px;
  }
  .banner{
    height:800px;
  }
  .banner .title .char{
    opacity:1;
    transform: translateY(0px);
  }
  .banner-content {
    top: calc(50% - 202px);
  }
  .banner-text {
    width: 95%;
  }
  .ornament{
    top:3rem!important;
  }
  .slide-track {
    animation: scrollLoop 10s linear infinite; /* Faster on mobile */
  }
  .slider:nth-child(even) .slide-track {
    animation: scrollLoopReverse 10s linear infinite; /* Faster for reversed sliders */
  }
  @keyframes scrollLoop {
    0% { transform: translateX(0); }
    100% { transform: translateX(-100.3333%); }
  }
  @keyframes scrollLoopReverse {
    0% { transform: translateX(-100.3333%); }
    100% { transform: translateX(0); }
  }
  .product-outer{
    flex-direction: column;
  }
  .category-item{
    width: auto;
  }
  .category-list{
    max-width: 100%;
    min-width: 100%;
  }
  .inner-banner {
    height: 300px;
  }
  .about-products img{
    width: 100%;
  }
  section.about{
    padding: 50px 0px 50px 0px;
  }
  .slide_count ul li {
    right: 300px;
  }
  .contact-bottom-bg{
    display: none;
  }
  .contact-outer{
    padding: 20px;
  }
  .section-content-headline img{
    object-position: right;
  }
  .plant1, .plant2{
    display: none;
  }
}











@media screen and (min-width: 1440px) {
  .hero-text_container {
      margin-left: auto;
      margin-right: auto;
      position: absolute;
      top: 11%;
  }

  .button-wrapper {
      bottom: 10vh;
  }

  .marquee_wrapper {
      justify-content: space-between;
  }

  .marquee {
      justify-content: center;
  }
}

@media screen and (min-width: 1920px) {
  .section_grid {
      padding-top: 4rem;
  }

  .hero-text_container {
      top: 13%;
  }
}

@media screen and (max-width: 991px) {
  .section_grid {
      grid-template-columns: 1fr 1fr 1.75fr;
  }

  .section {
      margin-top: 2rem;
  }

  .section-headline-text {
      font-size: 2.7rem;
  }

  .section-data-container {
      grid-column-gap: 2.5rem;
      grid-row-gap: 2.5rem;
  }

  .section-data {
      font-size: 2.5rem;
  }

  .ornament {
      z-index: 8;
  }

  .button-wrapper {
      z-index: 5;
      top: 61%;
      bottom: auto;
  }

  .image-ratio_container {
      width: 28rem;
  }
}

@media screen and (max-width: 767px) {
  h1 {
      font-size: 2.5rem;
  }

  .padding-global {
      padding-left: 1.25rem;
      padding-right: 1.25rem;
  }

  .padding-section-small {
      padding-top: 2rem;
      padding-bottom: 2rem;
  }

  .section_grid {
      grid-column-gap: 1rem;
      grid-row-gap: 4rem;
      grid-template-rows: auto auto auto auto;
  }

  .section-data-container {
      grid-column-gap: 4rem;
      grid-row-gap: 4rem;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      display: flex;
  }

  .section-data-item {
      margin-left: auto;
      margin-right: auto;
  }
  .banner-content label{
    margin-top: -50px;
  }
  .video-popup-content{
    height: 50vh;
  }
}

@media screen and (max-width: 479px) {
  .section_grid {
      grid-column-gap: 0rem;
      flex-direction: column;
      grid-template-columns: 1fr;
      display: flex;
  }

  .section-headline-text {
      text-align: center;
  }

  .ornament {
      margin-left: auto;
      margin-right: auto;
      position: relative;
      top: -2rem;
      bottom: auto;
      left: auto;
      right: auto;
  }

  .hero-text_container {
      position: relative;
      left: 0%;
  }
 

  .button-wrapper {
      top: auto;
      bottom: 6rem;
  }

  .section-mask_container,
  .image-ratio_container {
      width: 100%;
  }
}




@media screen and (min-width: 1440px) {
  .section.is-1 {
      align-self: auto;
      justify-self: center;
  }

  .section.is-2 {
      grid-area: 2 / 3 / 3 / 4;
  }
}

@media screen and (max-width: 991px) {
  .section.is-1 {
      grid-area: 1 / 1 / 2 / 4;
      align-self: center;
      justify-self: center;
  }

  .section.is-3 {
      grid-area: 3 / 1 / 4 / 3;
  }

  .section-data-container {
      justify-self: end;
  }

  .section.is-2 {
      justify-self: stretch;
  }
}

@media screen and (max-width: 767px) {
  .section.is-3 {
      grid-area: 3 / 1 / 4 / 3;
      justify-self: start;
  }

  .section-content-headline {
      justify-self: start;
  }

  .section-data-container {
      grid-area: 4 / 1 / 5 / 4;
      justify-self: end;
  }
}

@media screen and (max-width: 479px) {
  .section.is-1 {
      grid-area: span 1 / span 3 / span 1 / span 3;
  }

  .section.is-3,
  .section-content-headline {
      grid-area: span 1 / span 2 / span 1 / span 2;
  }

  .section-data-container {
      grid-area: span 1 / span 3 / span 1 / span 3;
  }

  .section.is-2 {
      grid-area: span 1 / span 1 / span 1 / span 1;
  }
  .section.is-1 {
    width: 100%;
  }
}



