header {
  position: sticky;
  display: flex;
  justify-content: center;
  top: 5%;
  z-index: 1000;
}

.header-logo {
  transition: height 0.3s ease, opacity 0.3s ease;
  display: none !important;
  overflow: hidden;
  will-change: transform;
}

nav.navbar {
  position: absolute;
}

a.navbar-brand {
  display: block;
}

.nav-cls {
  width: 85%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: .5rem 2rem;
  background-color: rgb(255, 255, 255, 0.3);
  backdrop-filter: blur(8px);
  border-radius: 45px;
}

.main-video {
  position: relative;
}

.hero{
  min-height: 100vh;
}

footer {
  background-color: #50065D;
  position: relative;
  bottom: 0;
}

body{
  background-color: #D0B3D5;
}

h1,h2,h3,h4,h5,h6,p,a{
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  word-break: break-word;
  overflow-wrap: break-word;
  white-space: normal;
}

section{
  height: auto;
  width: 100%;
  overflow: hidden;
}

.header-content p{
  font-family: "Fredoka", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #571057;
  background: #fff;
  border-radius: 120px;
  padding: 1rem;
  text-align: center;
}

.header-content p.active {
  border: 4px solid #c45cd6;
}

.mobile-view {
  display: none;
}

.footer-content p {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #fff;
  text-align: center;
}

.footer-line {
  width: 80%;
  height: 1px;
  background-color: #fff;
  opacity: 0.3;
}

.juicy-video-container {
  background: #50065D;
  max-height: 704px;
  height: auto;
  padding: 75px 0;
}

.juicy-berries {
  position: relative;
  bottom: -20px;
  left: 25%;
  z-index: 4;
}

.main-video {
  position: relative;
}

.main-video:before {
  content: '';
  position: absolute;
  left: -60px;
  top: -50px;
  width: 175px;
  height: 160px;
  background: url(/own-your-taste/support/assets/juicy-video-left.svg);
  background-size: cover;
  background-position: center;
  z-index: 2;
}

.main-video:after {
  content: '';
  position: absolute;
  right: -50px;
  top: 50px;
  width: 5%;
  height: 300px;
  background: url(/own-your-taste/support/assets/juicy-video-right.svg);
  background-size: cover;
  background-position: center;
}

.video-container {
  position: relative;
  height: 545px;
  overflow: hidden;
  max-width: 100%;
  border-radius: 64px;
}

.video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  background: rgba(0, 0, 0, 0.3);
  /* optional dark overlay */
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border-radius: 64px;
}

/* .custom-play-button {
  width: 100px;
  height: 100px;
  background-color: rgb(255, 255, 255, 0.3);
  backdrop-filter: blur(8px);
  border-radius: 50%;
  position: relative;
}

.custom-play-button::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 25px;
  height: 25px;
  align-self: center;
  justify-self: center;
  border-left: 24px solid #fff;
  border-top: 14px solid transparent;
  border-bottom: 14px solid transparent;
} */

.custom-play-button {
  width: 100px;
  height: 100px;
  background-color: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  /* for Safari */
  border-radius: 50%;
  position: relative;
}

/* Triangle centered */
.custom-play-button::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-40%, -50%);
  /* slightly offset to center triangle visually */
  width: 0;
  height: 0;
  border-left: 24px solid #fff;
  border-top: 14px solid transparent;
  border-bottom: 14px solid transparent;
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 64px;
  z-index: 1;
}

.juicy-mascot {
  position: relative;
  bottom: -85px;
  right: 100%;
  z-index: 4;
}

.juicy-mascot img {
  max-width: 300px;
  max-height: 300px;
  height: 250px;
  animation: tilt 4s infinite cubic-bezier(0.9, 0.05, 0.1, 0.95);
  transform-origin: center center;
}

.meet-ribbey {
  max-height: 760px;
  height: auto;
  background: linear-gradient(to bottom, #F9B2CF, #FBB2D1);
}

.meet-heading {
  color: #571057;
  font-family: 'Fredoka', sans-serif;
  font-weight: 600;
  font-size: 47px;
  line-height: 100%;
  letter-spacing: 4%;
  text-align: center;
  padding: 3.5rem 0 0 0;
}

.ribena-mascot {
  position: relative;
  left: 20%;
  top: 30px;
  z-index: 1;
}

.ribena-mascot:before {
  content: '';
  position: absolute;
  left: 0%;
  top: -20%;
  height: 90%;
  background: url(/own-your-taste/support/assets/ribbey-mascot-left.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 25%;
}

.ribena-mascot:after {
  content: '';
  position: absolute;
  right: 13%;
  top: 15%;
  height: 20%;
  background: url(/own-your-taste/support/assets/ribbey-mascot-right.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 10%;
}

.ribena-bubble {
  position: relative;
  right: -5%;
  top: 130px;
  z-index: 2;
}

.ribena-bubble:after {
  content: '';
  position: absolute;
  left: 50%;
  top: -25px;
  height: 115%;
  background: url(/own-your-taste/support/assets/ribbey-bubble-right.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 80%;
}

.ribena-bottle {
  position: relative;
}

.ribena-bottle:before{
  content: '';
  position: absolute;
  left: -65%;
  height: 90%;
  background: url(/own-your-taste/support/assets/ribbey-btl-effect-left.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 90%;
}

.ribena-bottle:after {
  content: '';
  position: absolute;
  right: -55%;
  height: 95%;
  background: url(/own-your-taste/support/assets/ribbey-btl-effect-right.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 50%;
}

.meet-text-container {
  background: #fafafa;
  border-radius: 24px;
  padding: 40px;
  display: flex;
  flex-direction: column;
  gap: 40px;
  justify-content: center;
  align-items: start;
  position: relative;
}

.meet-text-container:before {
  content: '';
  position: absolute;
  right: -10%;
  height: 50%;
  top: -22%;
  background: url(/own-your-taste/support/assets/meet-ribbey-content-before.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 20%;
}

.meet-text-container:after {
  content: '';
  position: absolute;
  height: 50%;
  bottom: -40%;
  background: url(/own-your-taste/support/assets/meet-ribbey-content-after.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 25%;
}

.content-text {
  gap: 40px; /*12px;*/
}

.meet-text-container h3 {
  color: #571057;
  font-family: 'Fredoka', sans-serif;
  font-weight: 600;
  font-size: 32px;
  line-height: 100%;
  letter-spacing: 4%;
}

.meet-text-container p {
  color: #571057;
  font-family: 'Unbounded', sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 110%;
  opacity: 50% !important;
  letter-spacing: 0%;
}

.meet-berries-img {
  position: absolute;
  right: -5%;
  bottom: 15%;
  width: 25%;
}

.btn-white,
.btn-purple{
  position: relative;
  width: 160px;
  height: 50px;
  font-family: 'Fredoka', sans-serif;
  border-radius: 90px;
  font-weight: 600;
  font-size: 18px;
  line-height: 100%;
  align-items: center;
  display: flex;
  justify-content: center;
  transition: all .3s ease-in-out;
}

.btn-white {
  background: #fff;
  color: #571057;
}

.btn-purple:hover {
  background: #c45cd6;
  color: #fff;
  transition: all .3s ease-in-out;
}

.btn-white:hover {
  background: #571057;
  color: #fff;
  transition: all .3s ease-in-out;
}

.btn-purple {
  background: #571057;
  color: #fff;
}

.bg-promotions {
  background: url(/own-your-taste/support/assets/promotions.webp) no-repeat right center;
  position: relative;
  height: 560px;
  background-size: contain;
      background-color: #c8f1e3;
}

.promotions-container {
  background: #370040;
  border-top-right-radius: 40px;
  padding: 80px 65px;
  width: 100%; 
  /* 55%; */
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
}

.promotions-inner-content h3 {
  font-family: 'Fredoka', sans-serif;
    font-weight: 600;
    font-size: 47px;
    line-height: 100%;
    letter-spacing: 4%;
    color: #fff;
}

.promotions-inner-content p {
  font-family: 'Unbounded', sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 120%;
    letter-spacing: 0%;
    color: #fff;
}

.card-promotions-container{
  background: linear-gradient(45deg, #D4AFD2 20%, #F9B2CF 50%);
  /* #F9B2CF; */
  max-height: 6500px;
  height: auto;
  padding: 80px 0;
}

.left-berry {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 115px;
}

.card-content {
  display: flex;
  flex-direction: column;
  gap: 40px;
  border-radius: 64px;
  background: #fff;
}

.card-content img {
  /* max-height: 540px; */
  height: auto; /* 540px; */
  border-radius: 64px;
  object-fit: cover;
  object-position: top;
}

.card-period-contents {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 20px 80px 80px;
}

.card-period-contents:before {
  content: '';
  position: absolute;
  z-index: 5;
  height: 10%;
  bottom: -8%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 20%;
  background: url(/own-your-taste/support/assets/card-period-contents-left.svg) no-repeat;
  left: 4%;
}

.card-period-contents:after {
  content: '';
  position: absolute;
  z-index: 5;
  height: -webkit-fill-available;
  top: -1%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 5%;
  background: url(/own-your-taste/support/assets/card-period-contents-right.svg) no-repeat;
  right: 10%;
}

.card-period-contents h3 {
  font-family: 'Fredoka', sans-serif;
  font-weight: 600;
  font-size: 47px;
  line-height: 120%;
  letter-spacing: 4%;
  color: #571057;
}

.title {
  font-family: 'Fredoka',sans-serif;
  font-weight: 600;
  font-size: 28px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  color: #fff;
}

.date {
  font-family: 'Unbounded', sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  color: #fff;
}

.promo-period, .terms, .roadshow {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 40px;
  align-items: center;
  border-radius: 40px;
  justify-content: center;
}

.promo-period {
  background: #571057;
  margin-top: 40px;
}

.terms {
  background: #F2D0F8;
}

.roadshow {
  padding: 40px 0 !important;
}

.roadshow img {
  overflow: hidden;
  max-height: 1500px;
  width: 100%;
  object-fit: cover;
}

.how-to-participate {
  border-radius: 40px;
  background: #F2D0F8;
  justify-content: center;
  display: flex;
  flex-direction: column;
  padding: 40px;
  gap: 24px
}

.step-txt, .step-desc-txt, .step-inner-desc {
  color: #571057;
  font-family: 'Unbounded', sans-serif;
  font-size: 22px;
  line-height: 100%;
  letter-spacing: 0%;
}

.step-txt {
  font-weight: 700;
}

.step-desc-txt {
  font-weight: 500;
}

.step-inner-desc {
  font-weight: 400;
  line-height: 140% !important;
}

.step-inner-desc-list {
  list-style-type: disc;
  color: #571057;
}

.step-line {
  width: 100%;
  height: 1px;
  margin: 5px 0;
  background: linear-gradient(to right, transparent 10%, #571057 );
}

.right-mascot {
  display: flex;
  justify-content: center;
  align-items: end;
  position: absolute;
  right: 130px;
  bottom: -85px;
  height: fit-content;
}

.right-mascot img {
  animation: tilt 4s infinite cubic-bezier(0.9, 0.05, 0.1, 0.95);
  transform-origin: center center;
  max-width: 300px;
  max-height: 300px;
}

.shop-now-container {
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding: 80px 0;
  max-height: 395px;
  height: auto;
  background: #50065D;
  justify-content: center;
  align-items: center;
  
}

.shop-now-container h3 {
  font-family: 'Fredoka', sans-serif;
  font-weight: 600;
  font-size: 47px;
  line-height: 100%;
  letter-spacing: 4%;
  text-align: center;
  color: #fff;
}
/* .shop-now-container p {
  font-family: 'Unbounded', sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  color: #fff;
} */
.shop-img-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 40px;
  padding: 30px;
  border-radius: 30px;
  background: #fff;
  max-height: 140px;
  height: auto;
  max-width: 80%;
  width: fit-content;
}

.shop-img-container img {
  width: 90%; /* 250px; */
  /* height: 72px; */
  display: flex;
  align-self: center;
  justify-self: center;
  transition: all .3s ease-in-out;
}

.shop-img-container img:hover {
  background-color: rgba(128, 128, 128, 0.201);
  transition: all .3s ease-in-out;
  padding: 20px;
  border-radius: 20px;
}

@keyframes tilt {
  0% {transform: rotate(0deg);}
  25% {transform: rotate(-15deg);}
  50% {transform: rotate(0deg);}
  75% {transform: rotate(-15deg);}
  100% {transform: rotate(0deg);}
}

/* Base styles */
.hero {
  position: relative;
  width: 100%;
  height: 999px;
  overflow: hidden;
}

.hero-container {
  position: relative;
  width: 100%;
  height: 100%;
  max-width: 1920px; /* Cap for ultra-wide screens */
  margin: 0 auto;
}

.hero-elements-top {
  position: relative;
  width: 100%;
  height: 100%;
}

/* Hero content (center text) */
.hero-content {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.center-text {
  max-height: 600px;
  position: relative;
  top: 0;
  left: -10%;
  z-index: 2;
}

/* Pseudo-elements for hero-content */
.hero-content::before {
  content: '';
  position: absolute;
  top: 20%;
  left: 15%;
  width: 15%;
  max-width: 200px;
  aspect-ratio: 1/1;
  background: url(/own-your-taste/support/assets/EFFECT2.svg) no-repeat;
  background-size: contain;
  z-index: 1;
  opacity: 0;
  animation: fadeIn 0s 1.5s forwards;
}

.hero-content::after {
  content: '';
  position: absolute;
  top: 70%;
  left: 10%;
  width: 15%;
  max-width: 200px;
  aspect-ratio: 1/1;
  background: url(/own-your-taste/support/assets/EFFECT1.png) no-repeat;
  background-size: contain;
  z-index: 1;
  opacity: 0;
  animation: fadeIn 0s 1.5s forwards;
}

/* Left berries */
.left-berries {
  position: absolute;
  width: 100%;
  height: 100%;
}

.left-item-1 img {
  position: absolute;
  top: 30%;
  left: 5%;
  width: 5%;
  max-width: 72px;
  z-index: 2;
}

.left-item-1::after {
  content: '';
  position: absolute;
  top: 27%;
  left: 5%;
  width: 5%;
  max-width: 75px;
  aspect-ratio: 1/1;
  background: url(/own-your-taste/support/assets/EFFECT10.png) no-repeat;
  background-size: contain;
  z-index: 1;
  opacity: 0;
  animation: fadeIn 0s 1.5s forwards;
}

.left-item-2 img {
  position: absolute;
  top: 15%;
  left: 18%;
  width: 3%;
  max-width: 45px;
  z-index: 2;
}

.left-item-3 img {
  position: absolute;
  top: 13%;
  left: 42%;
  width: 5%;
  max-width: 75px;
  z-index: 2;
}

.left-item-4 img {
  position: absolute;
  top: 30%;
  left: 5%;
  width: 18%;
  max-width: 300px;
  z-index: 2;
}

.left-item-4::after {
  content: '';
  position: absolute;
  top: 55%;
  left: 8%;
  width: 4%;
  max-width: 60px;
  aspect-ratio: 1/1;
  background: url(/own-your-taste/support/assets/Vector8Stroke.png) no-repeat;
  background-size: contain;
  z-index: 1;
  opacity: 0;
  animation: fadeIn 0s 1.5s forwards;
}

/* Right berries */
/* .right-berries {
  position: absolute;
  width: 100%;
  height: 100%;
} */

.right-item-1 img {
  position: absolute;
  top: 30%;
  right: 5%;
  width: 7%;
  max-width: 100px;
  z-index: 2;
}

.right-item-1::after {
  content: '';
  position: absolute;
  top: 27%;
  right: 3%;
  width: 7%;
  max-width: 100px;
  aspect-ratio: 1/1;
  background: url(/own-your-taste/support/assets/EFFECT10.png) no-repeat;
  background-size: contain;
  z-index: 1;
  opacity: 0;
  animation: fadeIn 0s 1.5s forwards;
  transform: rotate(40deg);
}

.right-item-2 img {
  position: absolute;
  top: 80%;
  right: 34%;
  width: 4%;
  max-width: 60px;
  z-index: 2;
}

.right-item-2::after {
  content: '';
  position: absolute;
  top: 80%;
  right: 34%;
  width: 5%;
  max-width: 80px;
  aspect-ratio: 1/1;
  background: url(/own-your-taste/support/assets/EFFECT10.png) no-repeat;
  background-size: contain;
  z-index: 1;
  opacity: 0;
  animation: fadeIn 0s 1.5s forwards;
  transform: rotate(213deg);
}

/* Hero bottle */
.hero-bottle img {
  position: absolute;
  top: 25%;
  right: 0;
  /* width: 20%; */
  /* max-width: 300px; */
  z-index: 3;
}

.hero-bottle::after {
  content: '';
  position: absolute;
  top: 35%;
  right: 12%;
  width: 5%;
  max-width: 80px;
  aspect-ratio: 1/1;
  background: url(/own-your-taste/support/assets/EFFECT4.png) no-repeat;
  background-size: contain;
  z-index: 1;
  opacity: 0;
  animation: fadeIn 0s 1.5s forwards;
}

.hero-bottle::before {
  content: '';
  position: absolute;
  top: 60%;
  right: 15%;
  width: 20%;
  max-width: 300px;
  aspect-ratio: 1/1;
  background: url(/own-your-taste/support/assets/EFFECT3.png) no-repeat;
  background-size: contain;
  z-index: 1;
  opacity: 0;
  animation: fadeIn 0s 1.5s forwards;
}

/* Splash bottle */
.splash-bottle img {
    position: absolute;
    right: 0;
    bottom: 48%;
    z-index: 1;
    transform: translateX(-120px) !important;
}

/* Animations */
@keyframes fadeIn {
  to {
    opacity: 1;
  }
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: scale(1);
  }
  40% {
    transform: scale(1.2);
  }
  60% {
    transform: scale(0.9);
  }
}

[data-aos="zoom-in-bounce"] {
  transform: scale(0.1);
  transition-property: transform, opacity;
}

[data-aos="zoom-in-bounce"].aos-animate {
  transform: scale(1);
  animation: bounce 0.8s ease-in-out;
}

.content-container {
  overflow: hidden;
  max-height: 7000px;
  width: 90%;
  padding: 5%;
  display: flex;
  flex-direction: column;
  margin: 80px auto;
  background: #fff;
  border-radius: 40px;
  gap: 40px;
}

.content-container h3 {
  font-family: 'Fredoka', sans-serif;
  font-weight: 600;
  font-size: 47px;
  line-height: 120%;
  letter-spacing: 4%;
  color: #571057;
  text-align: center;
}

.sub-head, .sub-title {
  opacity: 1 !important;
  margin-bottom: 1em;
}

.sub-title {
  opacity: 0.7 !important;
}
.content-container img {
  /* max-width: 500px; */
  width: 80%;
  /* max-height: 500px; */
  height: auto;
  justify-self: center;
  align-self: center;
  display: flex;
}
 

.content-container p {
  font-family: 'Unbounded', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0%;
  color: #000;
  opacity: 0.7;
}

.content-container ul {
  list-style-type: disc;
  /* padding-left: 20px; */
  margin: 0;
  color: #000;
}

.content-container ul li {
  font-family: 'Unbounded', sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 150%;
  letter-spacing: 0%;
  margin-bottom: 10px;
  /* opacity: 0.8; */
}

/* Media Queries for Desktop Breakpoints */
@media screen and (max-width: 1440px) {

}

@media screen and (max-width: 1024px) {
  .center-text {
    width: 55%;
    max-width: 400px;
  }
  .hero-content::before {
    top: 15%;
    left: 10%;
    width: 10%;
    max-width: 120px;
  }
  .hero-content::after {
    top: 65%;
    left: 8%;
    width: 10%;
    max-width: 120px;
  }
  .left-item-1 img,
  .left-item-1::after {
    top: 25%;
    left: 3%;
    width: 3.5%;
    max-width: 50px;
  }
  .left-item-2 img {
    top: 10%;
    left: 15%;
    width: 2%;
    max-width: 35px;
  }
  .left-item-3 img {
    top: 10%;
    left: 40%;
    width: 3.5%;
    max-width: 50px;
  }
  .left-item-4 img {
    top: 30%;
    left: 3%;
    width: 15%;
    max-width: 200px;
  }
  .left-item-4::after {
    top: 50%;
    left: 6%;
    width: 3%;
    max-width: 40px;
  }
  .right-item-1 img,
  .right-item-1::after {
    top: 25%;
    right: 3%;
    width: 5%;
    max-width: 70px;
  }
  .right-item-2 img,
  .right-item-2::after {
    top: 75%;
    right: 30%;
    width: 3%;
    max-width: 40px;
  }
  .hero-bottle img {
    top: 20%;
    width: 15%;
    max-width: 200px;
  }
  .hero-bottle::after {
    top: 30%;
    right: 10%;
    width: 3.5%;
    max-width: 60px;
  }
  .hero-bottle::before {
    top: 55%;
    right: 12%;
    width: 15%;
    max-width: 200px;
  }
  .splash-bottle img {
    right: 5%;
    bottom: 8%;
    width: 10%;
    max-width: 150px;
  }
}
@media screen and (min-width:768px){
  .mobile-bottle img {
    display: none;
  }
  .mobile-view {
    display: none;
  }
}
.bg-purple {
  background: #370040;
  border-radius: 0px 40px 0px 0px;
}
section.bg-light-pink {
  /* background: #eae1ff; */
  background: #cf9ac5;
}