/* FONT IMPORT */

/* Google Font */
/* @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"); */
/* Local Font */
 @font-face {
  font-family: "generalsans";
  src: url("/cdn/shop/files/generalSans.otf");
} 

@font-face {
  font-family: "superbubble";
  src: url("/cdn/shop/files/superbubble_1360de88-ea09-4157-9522-9de6302b753a.ttf");
} 

/* @font-face {
      font-family: "superbubble";
    src: url('{{ '/cdn/shop/files/SuperBubble.woff2' | asset_url }}') format('woff2'),
         url('{{ '/cdn/shop/files/SuperBubble.woff' | asset_url }}') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'generalsans'; 
    src: url('{{ '/cdn/shop/files/GeneralSans-Bold.woff2' | asset_url }}') format('woff2'),
         url('{{ '/cdn/shop/files/GeneralSans-Bold.woff' | asset_url }}') format('woff');
    font-weight: normal;
    font-style: normal;
} */


:root {
  --white: #fff;
  --black: #000;
  --primary: #fff097;
  --secondary: #3b2a1a;
}

/* html {
  scroll-behavior: smooth;
  height: 100%;
  overflow-x: hidden;
} */

body {
  position: relative;
  overflow-x: hidden; 
  height: 100%;
  /* font-family: "Poppins", sans-serif; */
  /* background: url(/cdn/shop/files/bg.webp) center/cover fixed !important; */
  background: #ffffd6!important;
}
.container {
    overflow-x: hidden;
}

section {
  position: relative;
  padding: 6rem 0;
}

p {
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
  color: #828282;
  margin: 0;
}

h4 {
  margin: 0;
  color: var(--black);
   font-family: 'superbubble'; 
}

h1,
h2,
h3,
h5,
h6 {
  color: #000;
  margin: 0;
   font-family: 'generalsans'; 
}

.img-auto {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

.img {
  perspective: none;
  overflow: hidden;
  transform-style: preserve-3d;
}
.img img {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  will-change: transform, box-shadow;
  display: block;
}

a,
button {
  text-decoration: none !important;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

a:hover,
button:hover {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

figure {
  margin: 0;
}

/* Cursor Start */

.mouse-cursor {
  position: fixed;
  left: 0;
  top: 0;
  pointer-events: none;
  border-radius: 50%;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  visibility: hidden;
}

.cursor-inner {
  margin-left: 2px;
  margin-top: 2px;
  width: 7px;
  height: 7px;
  z-index: 10000001;
  background-color: var(--primary);
  -webkit-transition: width 0.3s ease-in-out, height 0.3s ease-in-out,
    margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
  -o-transition: width 0.3s ease-in-out, height 0.3s ease-in-out,
    margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
  transition: width 0.3s ease-in-out, height 0.3s ease-in-out,
    margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

.cursor-inner.cursor-hover {
  margin-left: -10px;
  margin-top: -10px;
  width: 30px;
  height: 30px;
  background-color: var(--primary);
  opacity: 0.3;
}

/* Cursor End */

/* PRELOADER */

body.loading {
  overflow: hidden;
  height: 100vh;
}

.preLoader {
  width: 100%;
  height: 100%;
  z-index: 1111;
  display: flex;
  flex-direction: column;
  align-items: end;
  justify-content: start;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 11113;
}

.preLoader .counter {
  color: var(--white);
  font-size: 256px;
  font-family: var(--font-heading);
  font-weight: 700;
  position: absolute;
  bottom: 0rem;
  right: 5rem;
}

.preLoader .bar {
  height: 20%;
  width: 100vw;
  background-color: var(--secondary);
}

/* PRELOADER */

/* GLOBAL CSS */

.themeBtn {
  background-color: var(--primary);
  font-size: 20px;
  color: #3b2a1a;
  text-transform: capitalize;
  font-weight: 400;
  display: inline-block;
  padding: 1rem 3.125rem;
  line-height: normal;
  border-radius: 50px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.themeBtn.borderBtn {
  background: transparent;
  border: 1px solid #fff;
  padding: 1.04em 2em;
}

/* NAV HEADER CSS */

header {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 111;
  top: 0;
  width: 100%;
  padding: 0.75rem 6.25rem;
  transition: 0.3s ease-in-out;
}

.navbar-brand {
  padding: 0;
  margin: 0;
}

.navbar-nav {
  align-items: center;
  gap: 2.5rem;
}

.navbar-nav .nav-item .nav-link {
  font-size: 22px;
  color: #2a1d11;
  text-transform: capitalize;
  font-weight: 400;
  padding: 0 0;
  display: inline-block;
}
.top-social {
  display: flex;
  align-items: center;
  gap: 1.875rem;
}

.top-social.for_mobile {
  display: none;
}

.top-social li a i {
  color: var(--secondary);
  font-weight: 400;
  font-size: 22px;
  transition: 0.6s ease;
}

.top-social li a {
  position: relative;
}

.top-social li a span {
  position: absolute;
  right: -12px;
  top: -8px;
  background-color: var(--secondary);
  color: var(--white);
  display: grid;
  place-items: center;
  border-radius: 30px;
  padding: 1px 6px;
  font-size: 11px;
  font-weight: bold;
}

.form-inline {
  margin: 0 0 0 140px;
}
/* !NAV HEADER CSS */

/* MAIN HERO SLIDER CSS */

.main-slider {
  height: 840px;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.maintop {
  position: absolute;
  top: 0;
  z-index: 0;
}
.homeSlider.swiper-container {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  overflow: hidden;
}

.homeSlider.swiper-container .swiper-slide {
  overflow: hidden;
}

.homeSlider .swiper-pagination {
  bottom: 8rem;
  width: fit-content;
  left: 18rem;
}

.homeSlider .swiper-button-prev,
.homeSlider .swiper-button-next {
  width: 4.35rem;
  height: 4.35rem;
  font-size: 1rem;
  color: #fff;
  display: inline-grid;
  place-items: center;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.28);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  transition: 0.3s ease-in-out;
  cursor: pointer;
}

.homeSlider .swiper-button-next {
  right: 1rem;
}

.homeSlider .swiper-button-prev {
  left: 1rem;
}

.homeSlider .swiper-button-next:hover,
.homeSlider .swiper-button-prev:hover {
  background: var(--white);
  color: var(--black);
}

.homeSlider .swiper-pagination-bullet {
  height: 12px;
  width: 12px;
  display: inline-block;
  margin: 0 0.5rem !important;
  opacity: 1;
  border: 1px solid var(--white);
  background: transparent;
}

.homeSlider .swiper-pagination-bullet-active {
  background: var(--white);
  position: relative;
}

.homeSlider .slide-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background-size: cover;
  background-position: center;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: end;
  align-items: center;
  padding-bottom: 5rem;
}

.main-slider h1 {
  margin: 0;
  color: var(--white);
  font-size: 5rem;
  line-height: 1;
  font-weight: bold;
  text-transform: uppercase;
}

.main-slider p {
  color: var(--white);
  font-weight: 500;
  line-height: 1.2;
  margin: 0.625rem 0;
  font-size: 1.5625rem;
}

/* !MAIN HERO SLIDER CSS */

/* Marquee Sec Css Start */
/* Section styling */
.marquee-sec {
  padding: clamp(40px, 8vw, 90px) 0; /* responsive padding */
  background-color: var(--secondary);
  overflow: hidden; /* This is key to hide the content outside the view */
}

/* Marquee container */
.marquee {
  display: flex;
  align-items: center;
  overflow: hidden;
  position: relative;
  width: 100%;
}

/* Track for movement */
.track {
  display: inline-block; /* Essential for content to sit on one line */
  white-space: nowrap; /* Prevents wrapping, crucial for marquee */
  will-change: transform;
  /* Use position: absolute; only if the track length is precisely managed by JS or a known width */
  /* For pure CSS Marquee, inline-block + white-space: nowrap is usually enough */
  animation: marquee 60s linear infinite; /* Animation speed set here */
}

/* The Marquee Animation */
@keyframes marquee {
  from {
    transform: translateX(0);
  }
  /*
    -100% means it scrolls the ENTIRE width of the .track element.
    This works best when you have 2 sets of content side-by-side inside .track.
  */
  to {
    transform: translateX(-100%);
  }
}

/* Marquee content styling */
.content ul {
  display: flex;
  align-items: center;
  gap: clamp(2rem, 6vw, 6rem); /* responsive gap */
  margin: 0;
  padding: 0;
  list-style: none;
}

.content ul li a {
  font-size: clamp(2rem, 8vw, 6rem); /* responsive font-size */
  font-weight: 500;
  -webkit-text-stroke: 1.5px white;
  -webkit-text-fill-color: transparent;
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  white-space: nowrap;
  transition: all 0.3s ease;
}

/* Highlighted text */
.content ul li a span {
  -webkit-text-fill-color: #fff;
}

/* Hover effect */
.content ul li a:hover span {
  -webkit-text-fill-color: #fff;
}

/* ✅ Mobile optimization */
@media (max-width: 768px) {
  .track {
    animation-duration: 45s; /* faster scroll on smaller screens */
  }

  .content ul li a {
    -webkit-text-stroke: 1px white;
  }
}

/* ✅ Very small screens */
@media (max-width: 480px) {
  .track {
    animation-duration: 35s;
  }

  .content ul li a {
    font-size: clamp(1.5rem, 10vw, 3rem);
  }
}

/* Marquee Sec Css End  */

/* Product Sec Css Start */

.mainHead {
  font-size: 4.375rem;
  font-weight: 500;
  color: #3b2a1a;
  line-height: 1.3;
}

.product-img {
  height: 540px;
  width: 525px;
  display: grid;
  place-items: center;
  background-color: #fffed5;
  border-radius: 30px;
  box-shadow: 0 4px 54px 0 rgb(0 0 0 / 20%);
  align-items: end;
}

.product-wrapp {
  text-align: center;
}

.product-sec .mainHead {
  text-align: center;
  margin: 0 0 2.5rem 0;
}

.product-content h2 {
  font-size: 32px;
  font-weight: 500;
  text-transform: capitalize;
  color: var(--secondary);
  line-height: 1.2;
  margin: 1.5rem 0 3px 0;
}

.product-content p {
  font-size: 1.25rem;
  font-weight: 400;
  text-transform: capitalize;
  color: #5e4832;
}

.product-sec {
  padding: 6rem 100px;
}

/* Product Sec Css End  */

/* Bubble Sec Css Start */

.bubble-content h4 {
  font-size: 38px;
  font-weight: 400;
  text-transform: uppercase;
  color: #3b2a1a;
  line-height: 1.4;
  font-weight:800;
}

.bubble-content h4 + h4 {
  margin: 5.1875rem 0 2.5rem;
}

.bubble-sec {
  padding: 7rem 0 2rem;
}

/* Bubble Sec Css End  */

/* Brand Sec Css Start */

.brand-wrapp {
  background-color: #fffed5;
  padding: 3.25rem 4.6875rem 3.25rem 3.75rem;
  border-radius: 30px;
  backdrop-filter: blur(60px);
  height: 100%;
  box-shadow: 11px 24px 67px 0 rgb(59 42 26 / 20%);
  transition: 0.6s ease;
}
.brand-wrapp:hover {
  transform: scale(1.03);
}

.brand-content h3 {
  font-size: 28px;
  font-weight: 500;
  text-transform: capitalize;
  color: #3b2a1a;
  line-height: 1.2;
  margin: 19px 0 13px;
}

.brand-content p {
  font-size: 20px;
  color: #5e4832;
  line-height: 1.5;
}
.brand-sec .row + .row {
  padding: 2rem 0 0 0;
}
/* Brand Sec Css End  */

/* Honey Sec Css Start */

.honey-sec {
  background-color: var(--secondary);
  padding: 60px 0 0 0;
}

.honey-content .mainHead {
  font-size: 84px;
  color: var(--white);
}

.honey-content p {
  color: var(--white);
  line-height: 1.5;
  font-size: 20px;
  width: 91%;
  margin: 0 0 2.1875rem 0;
}

.honey-content .themeBtn {
  padding: 13px 79px 13px 5rem;
}

.honey-main {
  position: relative;
  text-align: center;
}

.honey-imag {
  width: fit-content;
  margin: auto;
}

.honey-main p {
  font-size: 1.625rem;
  text-transform: capitalize;
  color: var(--white);
  line-height: 1.3;
  width: 70%;
  margin: 6px auto 0;
}

.honey-position {
  text-align: center;
  width: fit-content;
  position: absolute;
  right: 4%;
  bottom: 29%;
}

.honeysub {
  width: fit-content;
  margin: auto;
}

.honey-content {
  margin: 0 0 0 220px;
}

.honey-box {
  width: fit-content;
  position: absolute;
  top: 0px;
  left: 0%;
}

/* Honey Sec Css End  */
/* Saying-Sec Start */

.saying-sec .mainHead {
  text-align: center;
  font-size: 72px;
  font-weight: 500;
  margin-bottom: 3.1875rem;
}

.saying-main {
  margin: 0 0 2.5rem 0;
}

.saying-content {
  background: #fff299;
  border-radius: 1.875rem;
  padding: 4rem 4.3125rem 4.5625rem 3.125rem;
}

ul.sayinglist {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  margin: 15px 0 0.9375rem;
}

.saying-content h3 {
  color: #3b2a1a;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.2;
}

ul.sayinglist li a i {
  color: #f2ac00;
}

.saying-content p {
  color: #523d21;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
}

/* Footer STart */

footer {
  background: #3b2a1a;
  padding: 10px 0 0;
  position: relative;
  z-index: 1;
}

ul.quicklist li {
  display: flex;
  margin: 0.625rem 0;
}

ul.quicklist li + li {
  display: flex;
  align-items: center;
}

ul.quicklist li a {
  color: var(--white);
  font-size: 20px
  font-weight: 400;
  position: relative;
}

ul.quicklist li a span {
  display: block;
  margin: 0.625rem 0 0.75rem;
}

form.footerform .form-group .form-control {
  border: none;
  height: 4.25rem;
  border-radius: 3.125rem;
  background: rgb(255 255 255 / 3%);
  padding: 1.375rem 1.3125rem;
  margin: 1.4375rem 0 0;
  box-shadow: none;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  font-family: "Poppins";
}
form.footerform .form-group .form-control::placeholder {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  font-family: "Poppins";
}

form.footerform .form-group .themeBtn {
  position: absolute;
  top: 0;
  right: 0;
  background: #fff;
  border-radius: 50px;
  box-shadow: unset;
  border: none;
  padding: 0.6875rem 2.8125rem;
  color: #000;
  text-transform: capitalize;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
  bottom: 0;
  margin: auto;
  height: fit-content;
  width: fit-content;
}

.top-head {
  position: relative;
}

footer h4 {
  position: absolute;
  font-size: 480px;
  color: rgb(255 255 255 / 3%);
  font-family: "generalsans";
  font-weight: 500;
  top: -10rem;
  text-align: center;
  left: 0;
  right: 0;
  bottom: unset;
  line-height: 1;
  z-index: -1;
}

footer p {
  text-align: center;
  color: #fff;
  margin: 0px 0 24px;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
}

.copy-right {
  border-top: 1px solid rgb(172 172 172 / 80%);
  margin: 0;
}

.copy-right p {
  margin: 20px 0;
  color: #fff;
  font-weight: 400;
  font-size: 1.125rem;
}
form.footerform .form-group {
  position: relative;
}
footer h3 {
  font-size: 1.125rem;
  font-weight: 400;
  text-transform: capitalize;
  color: var(--white);
  line-height: 1.5;
  width: 80%;
  margin: 1rem 0 0;
}

.footer-info li a {
  font-size: 1.125rem;
  font-weight: 400;
  color: var(--white);
  text-decoration: underline !important;
}

.footer-info li + li {
  margin: 0.925rem 0 0;
}

ul.quicklist li a::before {
  position: absolute;
  content: "";
  height: 1px;
  width: 0;
  background-color: #fff;
  bottom: 0;
  transition: 0.5s ease;
}

ul.quicklist li a:hover::before {
  width: 100%;
}
footer .row + .row {
  padding: 100px 0 0 0;
}

/* Footer End */

/* Buzzy Sec Css Start */

.buzzy-content {
  text-align: center;
}

.buzzy-content .themeBtn {
  margin: 5.5625rem 0 0 0;
  padding: 14px 5rem;
}

.buzzy-sec {
  padding: 6rem 0 2rem;
}

/* Buzzy Sec Css End   */

.img-box {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.img-box img {
  transition: transform 0.8s ease, filter 0.5s ease;
}

.img-box:hover img {
  transform: scale(1.1);
  filter: brightness(1.2);
}

.shine {
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: linear-gradient(
    120deg,
    #907e7e0a,
    rgba(255, 255, 255, 0.5),
    transparent
  );
  transform: skewX(-25deg);
  transition: 0.6s ease;
}

.img-box:hover .shine {
  animation: shineMove 0.9s ease forwards;
  transition: 0.9s ease;
}

@keyframes shineMove {
  0% {
    left: -75%;
  }
  100% {
    left: 125%;
  }
}

/* Imag Shine Css End  */

/* Hover Effect Css Start */

.themeBtn::before {
  position: absolute;
  content: "";
  background-color: var(--secondary);
  z-index: -2;
  right: 0;
  height: 100%;
  width: 0;
  transition: 0.6s ease;
  top: 0;
}

.themeBtn:hover::before {
  width: 100%;
}

.themeBtn:hover {
  color: var(--white);
}

.navbar-nav .nav-item .nav-link:hover {
  color: var(--white);
}

.top-social li a:hover i {
  transform: scale(1.2);
}
.honey-content .themeBtn::before {
  background-color: var(--white);
}

.honey-content .themeBtn:hover {
  color: var(--black);
}

form.footerform .form-group .themeBtn::before {
  background-color: var(--primary);
}

/* Hover Effect Css End  */
/* Honey Layer */
.honey-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 5;
}

/* Top honey image */
.honey-image {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  z-index: 6;
}

/* Honey drops (using layer6.png) */
/* .honey-drop {
  position: absolute;
  top: 100px;
  width: 80px;
  height: 220px;
  background: url("../images/layer6.png") no-repeat center;
  background-size: contain;
  animation: dropFall 9s cubic-bezier(0.45, 0, 0.55, 1) forwards;
  opacity: 0.95;
  z-index: 8;
  transform-origin: top center; */

/* Smooth honey curve top */
/* clip-path: polygon(
    0 15%,
    20% 7%,
    40% 2%,
    50% 0%,
    60% 2%,
    80% 7%,
    100% 15%,
    100% 100%,
    0 100%
  ); */

/* Subtle glow for realism */
/* filter: drop-shadow(0 5px 10px rgba(255, 180, 0, 0.25)); */

/* Smooth honey drop animation */
@keyframes dropFall {
  0% {
    transform: translateY(0) scaleY(1);
    opacity: 1;
  }
  30% {
    transform: translateY(400px) scaleY(1.05);
  }
  60% {
    transform: translateY(900px) scaleY(1.1);
  }
  90% {
    transform: translateY(1900px) scaleY(0.9);
    opacity: 0.85;
  }
  100% {
    transform: translateY(2100px) scaleY(0.8);
    opacity: 0;
  }
}
