@import url("https://fonts.googleapis.com/css2?family=Anton&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "anton", sans-serif;
  overflow-x: hidden;
  background-color: #fff;
  scroll-behavior: smooth;
}

.navbar {
  width: 100%;
  background-color: transparent;
  padding: 5px 60px;
  position: fixed;
  top: 0;
  z-index: 1000;
}

.navbar:hover {
  background-color: white;
}

.navbar:hover .nav-links li a {
  color: rgb(96, 28, 128);
}

/* .navbar:hover .logo img {
  height: 65px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-left: -55px;
  margin-right: 111px;
} */

.navbar .nav-links li a:hover {
  color: black;
}

.navbar-container {
  max-width: 1400px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  letter-spacing: 1.3px;
}

.logo img {
  height: 55px;
  margin-left: 80px;
}

.nav-links {
  display: flex;
  gap: 40px;
  list-style: none;
}

.nav-links a {
  text-decoration: none;
  color: white;
  font-size: 30px;
  transition: color 0.3s;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-decoration: none;
}

.mega-menu .product-item a {
  text-decoration: none !important;
  color: white !important;
}

.product-item a {
  text-decoration: none;
  color: white;
}

.nav-links a:hover {
  color: #e6004c;
}

.cta-button {
  display: flex;
  gap: 20px;
  justify-content: center;
  align-items: center;
}

.cta-button a {
  background-color: #f70245;
  color: white;
  padding: 8px 30px;
  border-radius: 30px;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 22px;
}

.cta-button a span i {
  font-size: 30px;
}

.language a {
  background-color: white;
}

.language span {
  color: black;
}

.language img {
  width: 30px;
  height: 30px;
  transition: transform 0.3s ease;
  border-radius: 50%;
}

.language a img:hover {
  transform: scale(1.2);
}

.has-dropdown {
  display: none;
}

.mega-menu {
  position: absolute;
  top: 100%;
  left: 0;
  height: 350px;
  width: 100%;
  background: #5a0ca4;
  padding: 70px 40px;
  display: flex;
  justify-content: center;
  gap: 120px;
  z-index: 999;
  transition: all 0.3s ease;
}

.menu-arrow-svg {
  position: absolute;
  top: -13px;
  left: 40%;
  transform: translateX(-50%);
  width: 120px;
  height: 25px;
  background-size: contain;
  z-index: 1000;
}

.mega-menu {
  position: absolute;
  left: 0;
  top: 100%;
  background: linear-gradient(to bottom, #5a0ca4 0%, #5a0ca4 100%);
  display: flex;
  gap: 30px;
  padding: 70px 60px 30px;
  width: 100%;
  border-radius: 0 0 30px 30px;
  box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.25);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-40px);
  transition: all 0.5s ease;
  z-index: 999;
}

.has-mega-menu:hover .mega-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.has-mega-menu:hover .mega-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/* Product Items */
.product-item {
  text-align: center;
  color: white;
  transition: transform 0.3s ease;
  width: 200px;
}

.product-item img {
  width: 100%;
  height: 200px;
  border-radius: 20px;
  margin-top: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
  object-fit: cover;
}

.product-item:hover {
  transform: translateY(-10px);
}

.product-item h4 {
  font-size: 25px;
  font-weight: 100;
  margin: 0 -35px;
  text-align: center;
  width: 270px;
}

#slider-txt {
  transform: translateY(-170%);
  color: white;
  padding: 20px;
  max-width: 50%;
  text-align: left;
  font-size: 85px;
  line-height: 100px;
  font-family: "Anton", sans-serif;
}


.slider-wrapper {
 position: relative;
  height: 100vh;
  z-index: 1;
}

.hero-slider {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  z-index: 1;
  pointer-events: none;
}

.swiper {
  width: 100%;
  height: 100vh;
}

.swiper-slide {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.swiper-slide video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
   pointer-events: none;
}

.slide-content {
  position: absolute;
    z-index: 1001;
  pointer-events: auto;
  color: white;
  left: 2%;
  top: 50%;
  transform: translateY(-50%);
  padding: 30px;
  border-radius: 8px;
}

.slide-content h1 {
      font-size: 85px;
    font-weight: 400;
  margin-bottom: 30px;
  text-transform: uppercase;
  text-align: left;
  max-width: 50%;
 line-height: 100px;
  margin-top: -30px;
}

.slide-content p {
  font-size: 1.2rem;
}

.custom-slide {
  display: flex;
  align-items: center;
  height: 100vh;
  background-color: #4b2b82;
  /* Purple background */
  color: white;
}

.slide-container {
  display: flex;
  width: 100%;
  height: 100%;
}


.image-content {
  width: 80%;
  height: 100%;
}

.image-content img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.magic-button {
  position: absolute;
  display: flex;
  /* bottom: 150px; */
  left: 12%;
  transform: translateX(-50%);
  z-index: 10;
  align-items: center;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 50px;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.5s ease;
  width: 300px;
  height: 50px;
}

.video-thumb {
  position: relative;
  width: 130px;
  height: 60px;
  border-radius: 50px;
  overflow: hidden;
  flex-shrink: 0;
  transition: all 0.5s ease;
}

.video-thumb video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 22px;
  color: white;
  pointer-events: none;
  opacity: 1;
  transition: opacity 0.3s ease;
}

.text-part {
  margin-left: 12px;
  color: white;
  font-size: 20px;
  font-weight: bolder;
  white-space: nowrap;
  font-family: sans-serif;
  padding: 0 10px;
  font-weight: 100;
}


.magic-button:hover .video-thumb {
  width: 100%;
  max-width: 100%;
  border-radius: 50px;
  object-fit: cover;
}


.bullet.active .progress {
  stroke-dasharray: 100;
  animation: rotateLoader 7s linear forwards;
}

@keyframes rotateLoader {
  0% {
    stroke-dashoffset: 100;
  }
  100% {
    stroke-dashoffset: 0;
  }
}



.slide-bullets {
  position: absolute;
  left: 40px;
  bottom: 20px;
  z-index: 10;
}

.slide-bullets ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.slide-bullets ul li a{
  text-decoration: none;
  color: white;
  cursor: pointer;
}

.bullet {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 5px;
  font-family: system-ui, "Segoe UI", sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
  color: #fff;
}

.circle-loader {
  position: relative;
  width: 20px;
  height: 20px;
  cursor: pointer;
}

.circle-loader svg {
  width: 100%;
  height: 100%;
  transform: rotate(-90deg);
}

.track {
  fill: none;
  stroke: rgba(255, 255, 255, 0.2);
  stroke-width: 3;
}

.progress {
  fill: none;
  stroke: #fff;
  stroke-width: 3;
  stroke-dasharray: 100;
  stroke-dashoffset: 100;
  animation: none;
}

@keyframes rotateLoader {
  to {
    stroke-dashoffset: 0;
  }
}

.bullet .progress {
  stroke-dasharray: 100;
  stroke-dashoffset: 100;
}

.circle-loader .dot {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 6px;
  height: 6px;
  background: white;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.scroll-section {
  position: relative;
  z-index: 2;
  background-color: #cbcbcb;
   display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0px 20px;
  height: 160vh;
}



.image-container {
  position: sticky;
  top: 25%;
  z-index: 3;
  width: 550px;
  height: 500px;
  transition: transform 0.3s ease-out;
  pointer-events: none;
  margin-right: 5vw;
}

.image-container img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  margin-top: -230px;
  transform-origin: center;
  transition: transform 0.3s ease;
}

.scroll-h2 {
  position: sticky;
  top: 10%;
  z-index: 2;
  margin-left: 5vw;
  max-width: 35%;
}

.scroll-h2 h2 {
  font-family: "Anton", sans-serif;
  font-size: 60px;
  line-height: 64px;
  color: #161617;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-weight: 400;
  z-index: 3;
}

.scroll-h2 ul {
  list-style: none;
  padding: 0;
  margin-top: 20px;
}

.scroll-h2 li {
  opacity: 0;
  transform: translateY(120px);
  transition: opacity 2s ease, transform 1s cubic-bezier(0.23, 1, 0.32, 1);
  font-size: 60px;
  font-family: "Anton", sans-serif;
  color: rgba(118, 28, 197, 0.3);
  will-change: transform, opacity;
}

.scroll-h2 li.visible {
  opacity: 1;
  transform: translateY(0);
  color: #000;
}

.cutter-img {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 2;
}

.cutter-img img {
  width: 100%;
  height: 120px;
  object-fit: cover;
  display: block;
  margin-top: -10px;
}


.video-hero {
  width: 100%;
  height: 110vh;
  position: relative;
  overflow: hidden;
}

.bg-video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); 
  width: 100%;
  height: 100%;
  object-fit: fill; 
  z-index: -1;
  filter: brightness(1.1) saturate(0.89) contrast(1.34) sepia(0.11) blur(0.3px) invert(0);
}

.bg-video source{
   object-fit: contain;  
}

.video-hero video{
      vertical-align: baseline;
    display: inline-block;
        overflow: clip;
}



.hero-content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 5%;
  color: white;
  margin-left: 748px;
  margin-top: 150px;
}

.left-text h1 {
  font-size: 150px;
  line-height: 160px;
  font-weight: bold;
  font-family: "Anton", sans-serif;
  text-align: right;
  width: 700px;
  padding-right: 80px;

}

.right-text {
  padding-left: 200px;
}

.right-text p {
  max-width: 900px;
  font-size: 18px;
  line-height: 1.4;
  font-family: system-ui, sans-serif;
  font-weight: 500;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 280px;
}

.panda h1 {
  font-size: 150px;
  line-height: 150px;
  font-family: "Anton", sans-serif;
  color: white;
  letter-spacing: 12px;
}

.panda #choco {
  margin: 0 -140px;
}

#pandap p {
  max-width: 550px;
  margin-top: 50px;
  margin-left: -320px;
}

.Berry {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  padding: 50px 140px;
  z-index: 1000;
  position: absolute;
  gap: 40px;
  margin: 150px 0px;
  color: white;
   
}


/* .Berry .left-text {
  flex: 0 0 auto;
  margin-right: 40px;
} */

.right-text {
  flex: 1;
  margin-left: 0;
  color: white;
}

.right-text p {
  max-width: 450px;
  font-size: 18px;
  line-height: 1.4;
  margin: 0 -170px;
  font-family: system-ui, sans-serif;
  font-weight: 500;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.Berry #berry {
  margin: -5px -150px;
}

#choc {
  margin: 0 -300px;
}

.Berry p {
  max-width: 550px;
}

.taste {
  height: 100vh;
  width: 100%;
  background-color: #601cbd !important;
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
   position: relative;
  z-index: 10;
}

.taste-head h1 {
  max-width: 1000px;
  font-size: 85px;
  padding-top: 30px;
  letter-spacing: 2.5px;
  font-family: "Anton", sans-serif;
  text-transform: uppercase;
  text-align: center;
  line-height: 1.1;
  font-weight: 100;
  opacity: 0;
  /* transform: translateY(10px); */
   position: relative;
  z-index: 10;
  margin-top: -80px;
}

/* .taste-head h1.revealed {
  animation: fadeInUp 1s ease forwards;
} */


.reveal-text {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.8s ease, transform 0.8s ease;
  will-change: transform, opacity;
}

.reveal-text.revealed {
  opacity: 1;
  transform: translateY(0);
}


/* KEYFRAME ANIMATION
@keyframes fadeInUp {
  0% {
    transform: translateY(30px);
    opacity: 0;
  }
  100% {
    transform: translateY(-120px);
    opacity: 1;
   
  }
} */


.creation-card {
  display: flex;
  gap: 40px;
  margin-top: 250px;
}

.cards-hover {
  position: relative;
  width: 180px;
  height: 280px;
  margin: auto;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}

.cards-hover img {
  position: absolute;
  transition: transform 0.5s ease, opacity 0.5s ease;
  pointer-events: none;
}

.cards-hover .img1 {
  z-index: 2;
  width: 220px;
  height: 280px;
  object-fit: contain;
  transition: transform 0.3s ease;
}

.cards-hover:hover .img1 {
  transform: translateY(-80px) scale(1.05) skewX(2deg);
}

.img1:hover {
  transform: scale(1.8);
}

.cards-hover .img2 {
  width: 160px;
  height: 250px;
  opacity: 0;
  transform: scale(1.5);
  z-index: 1;
}

.cards-hover .img3,
.cards-hover .img4 {
  width: 40px;
  height: 40px;
  opacity: 0;
  transform: scale(1.5);
  z-index: 1;
}

.cards-hover .img3 {
  width: 55px;
  height: 55px;
}

.cards-hover .img2 {
  top: -200px;
  left: 35px;
}

.cards-hover .img4 {
  bottom: 59px;
  z-index: 5;
  left: 170px;
}

.cards-hover:hover .img2,
.cards-hover:hover .img4 {
  opacity: 1;
  transform: scale(1.8);
}

.cards-hover .img3 {
  position: absolute;
  top: -120px;
  right: 180px;
  opacity: 0;
  transform: scale(1.5) rotate(0deg);
  z-index: 1;
  transition: opacity 0.3s ease;
}

.cards-hover:hover .img3 {
  opacity: 1;
  animation: tiltLeftRight 0.8s ease-in-out 1;
}

@keyframes tiltLeftRight {
  0% {
    transform: scale(1.5) rotate(0deg);
  }

  25% {
    transform: scale(1.5) rotate(-10deg);
  }

  50% {
    transform: scale(1.5) rotate(10deg);
  }

  75% {
    transform: scale(1.5) rotate(-6deg);
  }

  100% {
    transform: scale(1.5) rotate(0deg);
  }
}

.cards-hover:hover .hover-text {
  opacity: 1;
  border-radius: 35px;
}

.cards-hover .hover-text {
  position: absolute;
  bottom: -170px;
  left: -50px;
  right: 10px;
  background: chocolate;
  color: white;
  padding: 10px;
  font-size: 18px;
  text-align: center;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.4s ease, transform 0.4s ease;
  z-index: 1;
  font-family: system-ui;
  border-radius: 20px;
  width: 296px;
  transform: scale(1.1) rotate(5deg) translateY(20px);
}

#princess .img2 {
  top: 118px;
  left: -2px;
  z-index: 1000;
  height: 203px;
  width: 115px;
}

#princess .img4 {
  top: -80px;
  left: 130px;
  width: 60px;
  height: 70px;
  z-index: 1;
  position: absolute;
}

#chocolate .img2 {
  top: auto;
  z-index: 1000;
  height: auto;
  width: 140px;
}

.hover-text h3 {
  text-transform: uppercase;
  font-size: 25px;
}

#waffer .img2 {
  height: 138px;
  width: 186px;
  top: -48px;
  left: -12px;
}

#lollipop .img4 {
  height: 170px;
  width: 133px;
  top: 114px;
  left: auto;
}

#lollipop .img2 {
  top: -64px;
  height: 153px;
  width: auto;
  left: -20px;
}

#flavour .img2 {
  top: 99px;
  left: auto;
  height: 222px;
  width: 154px;
  z-index: 1000;
}

#flavour .img4 {
  height: 148px;
  width: 103px;
  left: -68px;
  top: auto;
}

.cards-hover .hover-text h3 {
  font-family: "anton";
  letter-spacing: 1.1px;
  font-size: 37px;
  font-weight: 100;
  max-width: 247px;
  text-transform: uppercase;
  text-align: center;
}

.cards-hover:hover .hover-text {
  opacity: 1;
  transform: scale(1.1) rotate(2deg) translateY(-20px);
  border-radius: 20px;
}

#zigzag {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
  position: relative;
  bottom: 0;
  transition: opacity 0.5s ease-out;
  margin: -75px 0;
  background-color: #601cbd;
}

#circle-text {
  max-width: 882px;
}

#circle-text h1 {
  letter-spacing: 2px;
}

.category-section {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  padding: 50px 20px;
  flex-wrap: wrap;
  margin-bottom: 80px;
}

.circle {
  position: relative;
  width: 189px;
  height: 189px;
  border-radius: 50%;
  overflow: hidden;
  cursor: pointer;
  transition: transform 0.3s ease;
}

.circle img,
.circle video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  transition: opacity 0.3s ease;
}

.circle video {
  opacity: 0;
  pointer-events: none;
}

.circle span {
  position: absolute;
  /* bottom: 70px; */
  top: 78px;
  left: 50%;
  transform: translateX(-50%);
  color: white;
  font-weight: bolder;
  font-size: 23px;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  pointer-events: none;
  z-index: 2;
  font-family: sans-serif;
}

.circle:hover span {
  opacity: 0;
  transition: opacity 0.3s ease;
}

.legacy-section {
  /* padding: 60px 20px; */
  background: #fff;
  text-align: center;
}

.legacy-text {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 0 151px;
  text-align: justify;
}

.legacy-text h1 {
  font-family: "Anton", sans-serif;
  font-size: 65px;
  font-weight: 100;
  color: #111;
  line-height: 1.2;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.legacy-text p {
  font-size: 21.5px;
  color: #333;
  font-family: system-ui, sans-serif;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 40px;
}

.legacy-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  max-width: 1298px;
  margin: auto;
  padding: 0 20px;
}

.legacy-grid img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  border-radius: 20px;
}

.choc-solution {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  margin-top: 150px;
}

.choc-solution img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.choc-text {
  position: absolute;
  top: 50%;
  left: 5%;
  transform: translateY(-50%);
  color: white;
  max-width: 600px;
  padding: 0 30px;
}

.choc-text h1 {
  font-size: 60px;
  letter-spacing: 2px;
  line-height: 1.1;
  text-transform: uppercase;
  font-family: "anton";
  font-weight: 100;
}

.choc-text button,
.shout-out button {
  margin-top: 20px;
  padding: 14px 28px;
  background-color: rgba(255, 255, 255, 0.5);
  color: #fff;
  border: none;
  font-size: 19px;
  border-radius: 25px;
  cursor: pointer;
}

.choc-text button:hover,
.shout-out button:hover {
  background-color: white;
  color: black;
}

.livinda-main-slider {
  width: 100%;
  height: 100%;
}

.swiper-wrapper {
  display: flex;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  /* Show only one slide at a time */
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: white;
}

/* .swiper-slide:nth-of-type(3) {
  
} */

/* .swiper-slide:nth-of-type(1),
.swiper-slide:nth-of-type(2) {
  color: black;
} */

.livinda-slider-wrap {
  padding: 0;
  /* Remove any gap */
}

.livinda-main-slider {
  width: 100%;
}

.livinda-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

.livinda-slider-wrap,
.livinda-main-slider,
.swiper-cor,
.swiper-slide,
.livinda-slide {
  width: 100%;
  min-height: 100vh;
  margin: 0;
  padding: 0;
}

.livinda-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
  flex-wrap: wrap;
  width: 100%;
  margin: 80px auto;
  padding: 40px;
  /* Optional: Only inner spacing */
  box-sizing: border-box;
}

.livinda-text {
  flex: 1;
  min-width: 500px;
}

.livinda-text h1 {
  font-size: 50px;
  color: #601cbd;
  line-height: 1.1;
  margin-bottom: 20px;
  text-transform: uppercase;
  max-width: 500px;
  letter-spacing: 2px;
  font-weight: 100;
}

.livinda-btn {
  background: #640000;
  color: white;
  padding: 12px 28px;
  border: none;
  border-radius: 20px;
  font-size: 16px;
  cursor: pointer;
}

.livinda-image img {
  width: 700px;
  height: 500px;
  border-radius: 20px;
}

.livinda-image {
  position: relative;
  /* To position buttons inside */
}

.livinda-image-nav {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  padding: 0 10px;
  z-index: 2;
}

.livinda-slider-wrap {
  background-color: #ffffff;
  /* default is white */
  transition: background-color 1s ease;
}

/* 
.livinda-text h1 {
  transition: color 1s ease;
} */

.custom-nav {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.swiper-button-prev::after,
.swiper-button-next::after {
  font-size: 10px;
  color: white;
}

.product-section {
  display: flex;
  gap: 128px;
  align-items: center;
  justify-content: center;
  padding: 20px;
  margin: 20px auto;
  max-width: 1200px;
}

.product-list {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 1000px;
  max-width: 100%;
  position: relative;
}

.product-list li {
  font-size: 38px;
  padding: 12px 10px;
  margin: 0;
  cursor: pointer;
  line-height: 1.1;
  border-radius: 40px;
  position: relative;
  overflow: hidden;
  background-color: white;
  color: black;
  text-transform: uppercase;
}

.product-list li:hover {
  background-color: #601cbd;
  color: white;
}

.right-side {
  position: relative;
  width: 100%;
  min-height: 900px;
}

#product-image {
  width: 650px;
  height: 900px;
  display: block;
  border-radius: 20px;
}

/* Marquee container positioned absolutely inside right-side */
#marquee-container {
  position: absolute;
  left: 0;
  width: 100%;
  height: 120px;
  /* overflow: hidden; */
  pointer-events: none;
  margin-top: -50px;
  display: none;
  z-index: 2;
  /* 👈 Important: To bring above image */
}

.marquee-text {
  white-space: nowrap;
  display: inline-block;
  animation: scroll-left 5s linear infinite;
  font-size: 48px;
  padding-left: 10px;
  margin-top: -50px;
  color: white;
}

@keyframes scroll-left {
  0% {
    transform: translateX(500px);
  }

  100% {
    transform: translateX(-100%);
  }
}

.shout {
  height: 80vh;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #601cbd;
  margin: 140px 0;
  padding: 0 40px;
  gap: 20px;
  flex-wrap: wrap;
  position: relative;
  overflow: visible;
}

.shout-out {
  margin: 0 50px;
  font-weight: 100;
}

.shout-out h1 {
  font-size: 90px;
  color: white;
  letter-spacing: 2px;
  margin: -30px 0;
  font-weight: 100;
}

.shout-out h3 {
  font-size: 55px;
  font-weight: 100;
  color: black;
  letter-spacing: 2px;
}

.shout-image {
  z-index: 500;
    transform-origin: 100%;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    height: 150%;
    display: flex;
    position: absolute;
    top: auto;
    bottom: auto;
    left: 0%;
    right: 0%;
    overflow: hidden;
}

.shout-image img {
  width: 100%;
  height: 100%; 
  max-width: 550px;        
  object-fit:contain;         
  transition: transform 0.2s linear;
  will-change: transform;
  margin-right: 0;
  z-index: 1000;
}


.shout span {
  margin: auto -54px;
}

#speak {
  height: 50px;
  width: 200px;
  transform: translateY(-160px);
}

.country-section {
  background: #f8f8f8;
  padding: 60px 20px;
  clip-path: ellipse(120% 80% at 50% 0%);
  font-family: sans-serif;
  width: 100%;
}

.country-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px 60px;
  max-width: 100%;
  text-align: center;
  font-size: 16px;
  padding: 0 40px;
}

.country-list div {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 160px;
  justify-content: center;
}

.country-list img {
  width: 25px;
  vertical-align: middle;
}

.footer {
  background: #000;
  color: white;
  padding: 20px 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}

.footer-content {
  max-width: 800px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
}

.social-icons i {
  font-size: 20px;
  margin: 0 8px;
  cursor: pointer;
}

.social-icons i:hover {
  color: rgb(97, 97, 209);
}

/* ---------------------------------------------------------------------------------------- */
/* MEDIA QUERIES */
/* ----------------------------------------------------------------------------------------- */

/* Medium Devices: max-width 768px */
@media (max-width: 768px) {
  .navbar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    width: 100%;
    padding: 10px 20px;
    background-color: white;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  }

  .logo img {
    position: absolute;
    height: 40px;
    left: -70px;
    top: 12px;
  }

  .nav-links {
    position: fixed;
    top: 60px;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: #fbfbfc;
    z-index: 9999;
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px 0;
    color: #601cbd;
    text-align: center;

    /* Animation setup */
    opacity: 0;
    transform: translateY(-20px);
    pointer-events: none;
    transition: opacity 0.5s ease, transform 0.5s ease;
  }

  /* When menu is open */
  .nav-links.active {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
  }

  .nav-links li a {
    font-size: 14px;
    color: #601cbd;
  }

  .nav-links.active {
    display: flex;
    color: #f4f1f1;
  }

  .has-mega-menu {
    display: none;
  }

  .cta-button {
    display: block;
    margin-left: 50px;
  }

  .cta-button a {
    font-size: 12px;
    width: 140px;
    height: 40px;
    padding: 0 17px;
  }

  .cta-button a span i {
    font-size: 17px;
  }

  .language a {
    display: none;
  }

  .has-dropdown {
    position: relative;
    display: block;
  }

  .dropdown-content {
    position: relative;
    width: 100%;
    max-height: 100%;
    overflow-y: auto;
    display: none;
    flex-direction: column;
    padding: 20px 15px;
    z-index: 99;
    border-radius: 0 0 20px 20px;
    justify-content: center;
    align-items: center;
  }

  .dropdown-content.active {
    display: flex;
  }

  .product-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }

  .product-item img {
    width: 60px;
    height: 60px;
    border-radius: 10px;
    object-fit: cover;
  }

  .product-item span {
    color: #4b2b82;
    font-size: 12px;
    text-align: justify;
  }

  .toggle-button {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 30px;
    height: 20px;
    cursor: pointer;
    margin-top: 10px;
  }

  .toggle-button .bar1,
  .toggle-button .bar2,
  .toggle-button .bar3 {
    width: 100%;
    height: 3px;
    background-color: #5a0ca4;
    transition: all 0.3s ease;
  }

  .toggle-button.active .bar1 {
    transform: rotate(-45deg) translate(-5px, 6px);
  }

  .toggle-button.active .bar2 {
    opacity: 0;
  }

  .toggle-button.active .bar3 {
    transform: rotate(45deg) translate(-5px, -6px);
  }

  .magic-button {
    width: 300px;
    padding: 0;
    margin: 0 110px;
    font-size: 8px;
    object-fit: cover;
  }

  .swiper-slide {
    height: 300px;
    object-fit: cover;
  }

  .slide-content h1 {
    font-size: 3rem;
    text-align: left;
    max-width: 900px;
    margin-bottom: 70px;
    margin-top: -128px;
    line-height: 1.5;
  }

  #slider-txt {
    font-size: 3rem;
    text-align: left;
    display: flex;
    align-items: center;
    /* justify-content: center;
    margin: 11px 50px; */
    height: auto;
    max-width: 100%;
    line-height: 1.5;
    /* margin-bottom: 20px; */
    width: 100vw;
  }

  .sl2 {
    margin-top: -160px;
  }

  .scroll-section {
    min-height: 150vh;
    justify-content: center;
    align-items: center;
    top: -40px;
      position: relative;
    margin-bottom: -50px;
  }

  .scroll-h2 {
    display: none;
  }

  .cutter-img img {
    object-fit: contain;
    transform: translateY(7px);
  }

  /* #productImage {
    position: relative !important;
  }

  .scroll-h2 .image-container img {
    height: auto;
    width: 120px;
  } */

  .image-container{
         position: absolute;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 69vh;
        top: 34%;
    }
  

  .hero-content {
    margin-left: 10px;
    margin-top: 50px;
  }

  .right-text p {
    font-size: 14px;
  }

  .video-hero{
    height: 60vh;
    object-fit: fill;
    width: 100%;
  }

  .hero-content {
    margin-left: 0;
    margin-top: 60px;
    padding: 0 20px;
    align-items: flex-start;
    text-align: center;
  }

  .left-text {
    text-align: center;
    padding: 0 50px;
  }

  .left-text h1 {
    font-size: 52px;
    line-height: 48px;
    display: contents;
    width: 100%;
    text-align: center;
    font-weight: 100;
    line-height: 1.2;
  }

  .right-text {
    padding-left: 0px;
    padding-top: 20px;
  }

  .right-text p {
    font-size: 14px;
    -webkit-line-clamp: 5;
    margin: auto;
    display: flex;
    justify-content: center;
    text-align: center;
  }

  .panda h1 {
    font-size: 60px;
    line-height: 1;
    letter-spacing: 1px;
  }

  #pandap p {
    /* text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0px 17px;
    max-width: 100%; */
    display: none;
  }

  .panda #crunch {
    margin-left: 116px;
  }

  .Berry {
    padding: 20px;
    gap: 20px;
    margin: 15px 0;  }

  .Berry p,
  .right-text p {
    /* margin: 0;
    max-width: 100%;
    font-size: 16px;
    -webkit-line-clamp: 5; */
    display: none;
  }

  .right-text {
    margin-left: 0;
  }

  .taste {
    display: none;
  }

  .taste-head h1 {
    font-size: 46px;
  }

  .creation-card {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    gap: 0;
    margin-top: 100px;
  }

  .cards-hover {
    flex: 0 0 100vw;
    scroll-snap-align: start;
    transform: scale(1.05);
    /* simulate hover */
    height: 500px;
  }

  .cards-hover .img1 {
    height: 160px;
    width: 160px;
  }

  .cards-hover .img2,
  .cards-hover .img3,
  .cards-hover .img4 {
    height: 80px;
    width: 80px;
  }

  .cards-hover .hover-text {
    font-size: 12px;
    margin: 215px auto;
    width: 218px;
  }

  .cards-hover .hover-text h3 {
    font-size: 17px;
  }

  .cards-hover .img2,
  .cards-hover .img3,
  .cards-hover .img4,
  .cards-hover .hover-text {
    opacity: 1 !important;
    transform: scale(1.2) !important;
  }

  .cards-hover .img3 {
    animation: tiltLeftRight 0.8s ease-in-out infinite;
  }

  .legacy-section {
    width: 100vw;
    max-width: 100vw;
    overflow-x: hidden;
    margin-top: 70px;
    padding: 20px;
  }

  .legacy-text {
    padding: 0 20px;
    align-items: center;
    text-align: center;
  }

  .legacy-text h1 {
    font-size: 32px;
    line-height: 1.3;
    max-width: 400px;
    font-weight: 100;
  }

  #circle-text p {
    font-weight: 100;
  }

  .legacy-text p {
    font-size: 14px;
    line-height: 1;
    font-weight: normal;
    font-family: sans-serif;
    max-width: fit-content;
  }

  .legacy-grid {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    gap: 30px;
    padding: 20px;
    -webkit-overflow-scrolling: touch;
  }

  .legacy-grid::-webkit-scrollbar {
    display: none;
  }

  .legacy-grid > * {
    scroll-snap-align: start;
    flex: 0 0 auto;
    min-width: 80%;
  }

  .category-section {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    justify-items: center;
  }

  .circle {
    width: 140px;
    height: 140px;
  }

  .circle span {
    font-size: 18px;
    top: 60px;
  }

  .choc-solution {
    margin-top: 40px;
  }

  .choc-solution img {
    object-fit: cover;
  }

  .choc-text h1 {
    font-size: 18px;
    max-width: 199px;
  }

  .choc-text button {
    padding: 10px 20px;
    font-size: 14px;
  }

  .shout-out h1 {
    font-size: 46px;
    margin: auto;
    letter-spacing: 0px;
  }

  .shout-out h3 {
    font-size: 33px;
    margin: -11px;
  }

  .livinda-content {
    /* display: flex;
    flex-direction: column-reverse;
    align-items: center !important;
    justify-content: center !important;
    width: 100%;
    padding: 0 !important;
    margin: 50px auto;
    text-align: center; */

    flex-direction: column;
    min-height: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding: 10vw 24px 4vw;
  }

  .livinda-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .livinda-btn {
    width: 50vw;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 80px;
  }

  .livinda-image {
    order: -1;
    width: 100%;
    height: 55vw;
    padding-top: 0%;
  }

  .livinda-content img {
    object-fit: cover;
    border-radius: 25px;
    width: 100%;
    min-width: auto;
    max-width: none;
    height: 100%;
    margin-left: -79px;
    margin-right: 0;
    position: absolute;
    inset: 0%;
  }

  .livinda-image-nav {
    height: 30px;
    margin: auto -75px;
  }

  .livinda-content h1 {
    font-size: 25px;
    text-align: center;
    font-weight: 100;
    max-width: 328px;
  }

  /* Default styles for mobile and desktop */
  .product-section {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
  }

  .product-display {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
  }

  .product-display img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: opacity 0.4s ease;
  }

  .product-list {
    position: relative;
    z-index: 2;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    color: white;
    list-style: none;
    text-align: center;
  }

  .product-list li {
    cursor: pointer;
    padding: 10px 15px;
    font-size: 18px;
    border-radius: 10px;
    transition: background 0.3s;
    background-color: transparent;
    color: white;
  }

  #marquee-container {
    display: none;
  }

  .shout {
    flex-direction: column;
    align-items: center;
    max-width: 100%;
  }

  .shout-out {
    margin: 49px auto;
  }

  .shout-image {
    /* margin-top: 20px; */
    margin: auto 12px;
    overflow: hidden;
  }

  /* .shout-image:hover{
    transform: none !important;
    transition: none !important;
  } */

  .shout-out button {
    margin: auto;
  }

  #speak {
    display: none;
  }

  .shout-image img {
    max-width: 70%;
    margin-right: 0;
  }

  .country-list div {
    font-size: 12px;
  }

  .country-list {
    display: flex;
    flex-direction: column;
    text-align: justify;
    justify-content: center;
    align-items: center;
  }
}

/* Small Devices: max-width 480px */
/* @media (max-width: 480px) {
  .logo img {
    height: 30px;
  }

   .slide-content h1 {
    font-size: 1.5rem;
  } 

  .cards-hover {
    width: 100px;
    height: 150px;
  }

  .cards-hover .hover-text {
    font-size: 12px;
  }

  .choc-text h1,
  .legacy-text h1 {
    font-size: 22px;
  }

  .product-list li {
    font-size: 16px;
    padding: 8px 10px;
  }

  .marquee-text {
    font-size: 24px;
  }

  .shout-out h1 {
    font-size: 28px;
  }

  .shout-out h3 {
    font-size: 16px;
  }
} */

@keyframes autoSlideMobile {
  0%,
  16.66% {
    transform: translateX(0);
  }

  16.67%,
  33.33% {
    transform: translateX(-100vw);
  }

  33.34%,
  50% {
    transform: translateX(-200vw);
  }

  50.01%,
  66.66% {
    transform: translateX(-300vw);
  }

  66.67%,
  83.33% {
    transform: translateX(-400vw);
  }

  83.34%,
  100% {
    transform: translateX(-500vw);
  }
}

/* Media query for tablet screens (width between 768px and 1024px) */
@media (min-width: 768px) and (max-width: 1024px) {
  .navbar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    width: 100%;
    padding: 10px 20px;
    background-color: white;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  }

  .navbar:hover {
    margin: 0 !important;
    padding: 10px !important;
    transform: none !important;
    background-color: transparent !important;
    position: static !important;
    height: auto !important;
    max-width: 100%;
    width: 100%;
    color: white;
  }

  .navbar:hover .logo img {
    margin: 0 80px;
    height: 40px;
  }

  .logo img {
    position: absolute;
    height: 40px;
    left: -70px;
    top: 12px;
  }

  #slider-txt {
    transform: translateY(-400%);
    color: white;
    padding: 20px;
    max-width: 70%;
    text-align: left;
    font-size: 3.5rem;
    line-height: 1.2;
    font-family: "Anton", sans-serif;
  }

  .nav-links {
    position: fixed;
    top: 60px;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: #fbfbfc;
    z-index: 9999;
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px 0;
    color: #601cbd;
    text-align: center;

    /* Animation setup */
    opacity: 0;
    transform: translateY(-20px);
    pointer-events: none;
    transition: opacity 0.5s ease, transform 0.5s ease;
  }

  /* When menu is open */
  .nav-links.active {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
  }

  .nav-links li a {
    font-size: 22px;
    color: #601cbd;
  }

  .nav-links.active {
    display: flex;
    color: #f4f1f1;
  }

  .has-mega-menu {
    display: none;
  }

  .cta-button {
    display: block;
    margin-left: 50px;
  }

  .cta-button a {
    font-size: 12px;
    width: 140px;
    height: 40px;
    padding: 0 17px;
  }

  .cta-button a span i {
    font-size: 17px;
  }

  .language a {
    display: none;
  }

  .has-dropdown {
    position: relative;
    display: block;
  }

  .dropdown-content {
    position: relative;
    width: 100%;
    max-height: 100%;
    overflow-y: auto;
    display: none;
    flex-direction: column;
    padding: 20px 15px;
    z-index: 99;
    border-radius: 0 0 20px 20px;
    justify-content: center;
    align-items: center;
  }

  .dropdown-content.active {
    display: flex;
  }

  .product-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
    padding: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }

  .product-item img {
    width: 60px;
    height: 60px;
    border-radius: 10px;
    object-fit: cover;
  }

  .product-item span {
    color: #4b2b82;
    font-size: 22px;
    text-align: justify;
    width: 100%;
  }

  .navbar:hover .toggle-button {
    margin-right: 10px;
  }

  .toggle-button {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 30px;
    height: 20px;
    cursor: pointer;
    margin-top: 10px;
  }

  .toggle-button .bar1,
  .toggle-button .bar2,
  .toggle-button .bar3 {
    width: 100%;
    height: 3px;
    background-color: #5a0ca4;
    transition: all 0.3s ease;
  }

  .toggle-button.active .bar1 {
    transform: rotate(-45deg) translate(-5px, 6px);
  }

  .toggle-button.active .bar2 {
    opacity: 0;
  }

  .toggle-button.active .bar3 {
    transform: rotate(45deg) translate(-5px, -6px);
  }
 
  /* Hero Slider Adjustments */
  .swiper-slide {
    height: 400px;
  }

  .slide-content h1 {
    font-size: 2.5rem;
  }

 /* .video-hero {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
  }

  .bg-video {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
    left: 0;
    z-index: 1;
  } */


  .hero-content {
    margin-left: 20px;
    margin-top: 70px;
  }

  .right-text p {
    font-size: 16px;
  }

  .taste {
    height: 100vh;
    gap: 20px;
  }

  .creation-card {
    overflow-x: auto;
    height: 600px;
    margin: auto;
    flex-direction: row;
    width: 100%;
    gap: 291px;
  }

  /* Product Cards Adjustments */
  .cards-hover {
    width: 150px;
    height: 200px;
  }

  .cards-hover .hover-text {
    font-size: 16px;
  }

  .legacy-text {
    text-align: left;
  }

  /* Legacy Section Adjustments */
  .legacy-text h1 {
    font-size: 35px;
  }

  .legacy-text p {
    font-size: 16px;
  }

  .livinda-text {
    text-align: center;
    padding: auto;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .product-section {
    position: relative;
    display: flex;
    flex-direction: column;
    height: auto;
    overflow: hidden;
  }

  .right-side.product-display {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 0;
  }

  .right-side img,
  #marquee-container {
    display: none;
  }

  .product-list {
    position: relative;
    z-index: 1;
    padding: 30px 20px;
    background-color: transparent;
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .product-list li {
    font-size: 22px;
    font-weight: 100;
    color: white;
    cursor: pointer;
    background-color: transparent;
  }

  .product-list li:hover {
    width: 300px;
  }

  /* Chocolate Solution Section Adjustments */
  .choc-text h1 {
    font-size: 35px;
  }

  .choc-text button {
    padding: 12px 24px;
    font-size: 16px;
  }

  /* Shout Section Adjustments */
  .shout-out h1 {
    font-size: 50px;
  }

  .shout-out h3 {
    font-size: 24px;
  }

  /* Country Section Adjustments */
  .country-list div {
    font-size: 14px;
  }

  /* Product Section Adjustments */
  .product-section {
    flex-direction: column;
    align-items: center;
  }

  .product-list {
    width: 100%;
  }

  .product-list li {
    font-size: 22px;
    padding: 12px 20px;
  }

  .right-side {
    width: 100%;
  }

  #product-image {
    width: 100%;
    height: auto;
  }

  #marquee-container {
    display: block;
  }

  .marquee-text {
    font-size: 36px;
  }

  /* Shout Section Adjustments */
  .shout {
    align-items: center;
    margin: auto;
  }

  .shout h3 {
    font-size: 30px;
  }

  .shout h1 {
    margin-top: 2px;
    margin-bottom: 2px;
  }

  .shout-out {
    margin: 0;
  }

  .shout-image {
    margin-top: 20px;
  }

  .shout-image span {
    display: none;
  }

  .shout-image img {
    max-width: 100%;
    margin-right: 0;
  }

  .country-list {
    grid-template-columns: repeat(3, 1fr);
  }
}


@media (min-width: 1024px) {
  .scroll-section {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 0px 5vw;
    position: relative;
    height: 120vh; 
    
  }

  .image-container {
    position: sticky;
    top: 2vh; 
    right: 0;
    width: 500px;
    height: 500px;
    z-index: 3;
    pointer-events: none;
    margin: 0;
    transform-origin: top right;
    transition: transform 0.3s ease;
  }

  .image-container img {
    width: 100%;
    height: 100%;
    object-fit: contain;
     margin-top: -291px;

  }

  .scroll-h2 {
    max-width: 600px;
    margin: 0;
    position: relative;
    z-index: 2;
    margin-top: -98px;

  }
}



/* For ultra-wide desktops (e.g., 1440px and above) */
@media screen and (min-width: 1440px) {
  /* .video-hero {
    height: 140vh;
    width: 100%;
    max-width: 100%;
    object-fit:fill;
  }

.bg-video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  min-width: 100%;
  min-height: 100%;
  transform: translate(-50%, -50%);
  object-fit: cover;
  z-index: 1;
} */


}


@media (min-width: 1024px) {
  #slider-txt {
    transform: translateY(-170%);
    color: white;
    padding: 20px;
    max-width: 50%;
    text-align: left;
    font-size: 85px;
    line-height: 100px;
    font-family: "Anton", sans-serif;
  }

  .slider-wrapper {
    position: relative;
    height: 100vh;
    z-index: 1;
  }

  .hero-slider {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100%;
    z-index: 1;
    pointer-events: none;
  }

  .swiper {
    width: 100%;
    height: 100vh;
  }

  .swiper-slide {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
  }

  .swiper-slide video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
    pointer-events: none;
  }

  .slide-content {
    position: absolute;
    z-index: 1001;
    pointer-events: auto;
    color: white;
    left: 2%;
    top: 50%;
    transform: translateY(-50%);
    padding: 30px;
    border-radius: 8px;
  }

  .slide-content h1 {
    font-size: 85px;
    font-weight: 400;
    margin-bottom: 30px;
    text-transform: uppercase;
    text-align: left;
    max-width: 50%;
    line-height: 100px;
    margin-top: -30px;
  }

  .slide-content p {
    font-size: 1.2rem;
  }

  .custom-slide {
    display: flex;
    align-items: center;
    height: 100vh;
    background-color: #4b2b82;
    color: white;
  }

  .slide-container {
    display: flex;
    width: 100%;
    height: 100%;
  }

  .image-content {
    width: 80%;
    height: 100%;
  }

  .image-content img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .magic-button {
    position: absolute;
    display: flex;
    left: 12%;
    transform: translateX(-50%);
    z-index: 10;
    align-items: center;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 50px;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.5s ease;
    width: 300px;
    height: 50px;
  }

  .video-thumb {
    position: relative;
    width: 130px;
    height: 60px;
    border-radius: 50px;
    overflow: hidden;
    flex-shrink: 0;
    transition: all 0.5s ease;
  }

  .video-thumb video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  .play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 22px;
    color: white;
    pointer-events: none;
    opacity: 1;
    transition: opacity 0.3s ease;
  }

  .text-part {
    margin-left: 12px;
    color: white;
    font-size: 20px;
    font-weight: 100;
    white-space: nowrap;
    font-family: sans-serif;
    padding: 0 10px;
  }

  .magic-button:hover .video-thumb {
    width: 100%;
    max-width: 100%;
    border-radius: 50px;
    object-fit: cover;
  }

  .bullet.active .progress {
    stroke-dasharray: 100;
    animation: rotateLoader 7s linear forwards;
  }

  @keyframes rotateLoader {
    0% {
      stroke-dashoffset: 100;
    }
    100% {
      stroke-dashoffset: 0;
    }
  }

  .slide-bullets {
    position: absolute;
    left: 40px;
    bottom: 20px;
    z-index: 10;
  }

  .slide-bullets ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }

  .slide-bullets ul li a {
    text-decoration: none;
    color: white;
    cursor: pointer;
  }

  .bullet {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 5px;
    font-family: system-ui, "Segoe UI", sans-serif;
    font-size: 13px;
    font-weight: 500;
    line-height: 1;
    color: #fff;
  }

  .circle-loader {
    position: relative;
    width: 20px;
    height: 20px;
    cursor: pointer;
  }

  .circle-loader svg {
    width: 100%;
    height: 100%;
    transform: rotate(-90deg);
  }

  .track {
    fill: none;
    stroke: rgba(255, 255, 255, 0.2);
    stroke-width: 3;
  }

  .progress {
    fill: none;
    stroke: #fff;
    stroke-width: 3;
    stroke-dasharray: 100;
    stroke-dashoffset: 100;
    animation: none;
  }

  .bullet .progress {
    stroke-dasharray: 100;
    stroke-dashoffset: 100;
  }

  .circle-loader .dot {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 6px;
    height: 6px;
    background: white;
    border-radius: 50%;
    transform: translate(-50%, -50%);
  }

/* .video-hero {
  position: relative;
  width: 100%;
  height: 140vh; 
  overflow: hidden;
}

.bg-video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: 100%;
  min-width: 100%;
  min-height: 100%;
  transform: translate(-50%, -50%);
  object-fit: cover;
  z-index: 1;
} */

}





