@media (max-width: 320px) {
  .header-content {
      gap: .5rem !important;
    }
    .ribena-mascot {
      left: 52px !important;
      top: 18px !important;
    }
}

@media (min-width : 375px) and (max-width: 425px) {
  .ribena-mascot {
    left: 62px !important;
    top: 20px !important;
  }
}

@media (max-width: 630px) {

  .header-logo {
    display: flex !important;
  }

  .nav-cls {
    width: 95%;
    padding: .5rem 1rem;
    justify-content: center !important;
  }

  a.navbar-brand {
    display: none; 
  }

  .header-content {
    gap: 1rem;
  }

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

  .mobile-view {
    padding: 15px 0;
  }

  .juicy-video-container {
    max-height: 264px;
    padding: 40px 0; 
  }

  .video-container {
    height: 185px; 
  }

  .juicy-berries {
    bottom: -10px;
    left: 10px;
  }

  .juicy-berries img {
    width: 45px;
    height: 40px;
  }
  
  .main-video:before {
    left: -10px;
    top: -25px;
    width: 50px;
    height: 65px;
  }
  
  .main-video:after {
    right: -10px;
    top: 15px;
    width: 20px;
    height: 100px;
  }
  
  .video-container {
    height: 184px;
    border-radius: 8px;
  }
  
  .video-overlay {
    border-radius: 8px;
  }
  
  .custom-play-button {
    width: 80px;
    height: 80px;
  }
  
  .video-container iframe {
    border-radius: 8px;
  }

  .juicy-mascot {
    bottom: -35px;
    right: 65px;
  }
  
  .juicy-mascot img {
    max-width: 110px;
    max-height: 110px;
  }

  .meet-ribbey {
    max-height: 1012px;
    padding: 20px 24px 30px;
  }

  .meet-heading {
    font-size: 32px;
    padding: 1rem 0 0 0;
  }

  .ribena-mascot {
    left: 75px;
    top: 40px;
  }

  .ribena-bubble {
    top: 95px;
  }

  .ribena-bubble:after {
    top: -17px;
  }

  .ribena-bottle:before {
    left: -40%;
    height: 75%;
    width: 60%;
  }

  .ribena-bottle:after {
    right: -30%;
    height: 80%;
    width: 35%;
  }

  .meet-text-container {
    gap: 24px;
    bottom: 50px;
  }
  
  /* .meet-text-container:before {} */
  
  .meet-text-container:after {
    height: 100px;
    bottom: -35%;
    width: 50%;
    right: 0;
    left: 0;
    justify-self: center;
  }
  
  .content-text {
    gap : 16px;
  }

  .meet-text-container h3 {
    font-weight: 800;
    font-size: 20px;
  }
  
  .meet-text-container p {
    font-size: 16px;
    line-height: 120%;
  }

  .meet-berries-img {
    right: -10%;
    bottom: 0%;
    width: 35%;
  }

  .btn-white,
  .btn-purple{
    padding: 16px 24px;
    width: 155px;
    height: 45px;
    font-size: 16px;
  }

  .bg-promotions {
    height: 470px;
    background-position: top center;
  }

  .promotions-container {
    max-height: 260px;
    height: auto;
    padding: 40px;
    gap: 24px !important;
    width: 100%;
    top:0;
    bottom: 0;
    align-self: flex-end;
    border-top-right-radius: 24px;
  }

  .promotions-inner-content h3 {
      font-weight: 600;
      font-size: 20px;
  }

  .promotions-inner-content p {
      font-size: 16px;
  }

  .card-promotions-container {
    padding: 60px 0 60px;
  }

  .card-content {
    max-height: 3500px;
    height: auto;
    gap: 30px;
    border-radius: 40px;
  }
  
  .card-content img {
    /* max-height: 252px; */
    /* height: 250px; */
    border-radius: 40px;
  }
  
  .card-period-contents {
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding: 10px 24px 80px;
  }

  .card-period-contents:after, .card-period-contents:before {
    display: none;
  }  
  
  .card-period-contents h3 {
    font-size: 28px;
    line-height: 100%;
  }
  
  .title {
    font-size: 20px;
  }
  
  .date {
    font-size: 18px;
  }
  
  .promo-period, .terms {
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding: 40px;
    align-items: center;
    border-radius: 40px;
    justify-content: center;
  }

  .promo-period {
    margin-top: 10px;
  }
  
  .how-to-participate {
    border-radius: 40px;
    background: #F2D0F8;
    justify-content: center;
    display: flex;
    flex-direction: column;
    padding: 40px;
    gap: 24px
  }
  
  .step-desc-txt, .step-inner-desc {
    font-size: 18px;
  }
  
  .step-inner-desc {
    padding-bottom: 5px;
  }

  .shop-now-container {
    padding: 60px 24px 40px;
    max-height: fit-content;
    height: fit-content;
  }
  
  .long {
    width: 100%;
    text-align: center;
  }

  .shop-now-container h3 {
    font-size: 32px;
    width: 300px;
  }

  .shop-img-container {
    flex-direction: column;
    gap: 24px;
    border-radius: 30px;
    background: #fff;
    max-height: fit-content;
    height: fit-content;
    max-width: 100%;
    width: 100%;
  }
  
  .shop-img-container img {
    /* width: 250px;
    height: 72px; */
    width: 80%;
  }

  .content-container {
    margin: 40px 0;
    padding: 7%;
    gap: 24px;
  }

  .content-container h3 {
    font-size: 24px;
    line-height: 100%;
  }

  .content-container p {
    line-height: 120%;
  }

  .content-container ul li {
    line-height: 120%;
  }

}
@media (min-width: 320px) and (max-width: 1024px) {

  .bg-purple {
      border-radius: 0px 0px 0px 0px; }
  /* 768px */
  .hero {

    height: 654px !important;
}
.hero {
    min-height: 654px !important;
}
.center-text {
        width: 80%;
        max-width: 400px;
    }
    .center-text {
    max-height: 600px;
    position: relative;
    top: 0;
    left: 0%;
    right: 0;
        z-index: 2;
}
.hero-bottle img {
        z-index: 1;
        top: 6%;
        width: 50%;
        max-width: 300px;
        right: -39px;
         display: none;
    }
        .hero-bottle::before {
        top: 26%;
        right: 0%;
        width: 39%;
        max-width: 200px;
         display: none;
    }
    .hero-bottle::after {
        top: 10%;
        right: 5%;
        width: 11.5%;
        max-width: 60px;
         display: none;
    }
     .splash-bottle img {
        right: 0px;
        bottom: 83%;
        width: 50%;
        max-width: 300px;
        z-index: 0;
        transform: translateX(-23%) !important;
        display: none;
    }
    header {
      top: 1%;
    }
    .hero-content::before {
        top: 30%;
        left: 7%;
        width: 25%;
        max-width: 120px;
    }
    .hero-content::after {
        top: 65%;
        left: 1%;
        width: 18%;
        max-width: 120px;
    }
        .left-item-4 img {
        top: 37%;
        left: -3%;
        width: 33%;
        max-width: 200px;
        z-index: 10;
    }
        .left-item-4::after {
        top: 55%;
        left: 4%;
        width: 5%;
        max-width: 40px;
    }
        .left-item-1 img {
        top: 20%;
        left: 3%;
        width: 11.5%;
        max-width: 50px;
    }
    .left-item-1::after {
        top: 17%;
        left: 3%;
        width: 12.5%;
        max-width: 50px;
    }
    .left-item-2 img {
        top: 6%;
        left: 15%;
        width: 10%;
        max-width: 35px;
    }
    .left-item-3 img {
        top: 14%;
        left: 43%;
        width: 12.5%;
        max-width: 50px;
    }
        .right-item-2 img {
        top: 79%;
        right: 10%;
        width: 20%;
        max-width: 50px;
    }
      .right-item-2::after {
        top: 82%;
        right: 13%;
        width: 20%;
        max-width: 50px;
    }
    .mobile-bottle img {
    display: block;
    top: -80px;
    position: absolute;
    z-index: 1;
    right: 0px;
  }

}
@media (min-width:320px) and (max-width:350px){
     .header-content p {
        font-size: 12px;
        padding: 8px 16px;
    }
        .splash-bottle img {
        right: 0px;
        bottom: 85%;
        width: 50%;
        z-index: 0;
        transform: translateX(-17%) !important;
    }
        .hero-bottle::after {
        top: 8%;
        right: 2%;
        width: 11.5%;
        max-width: 60px;
    }
    .hero-bottle::before {
        top: 21%;
        right: 0%;
        width: 37%;
        max-width: 200px;
    }
    .left-item-4::after {
        top: 51%;
        left: 1%;
        width: 7%;
        max-width: 40px;
    }
}
@media (min-width:351px) and (max-width:380px){
     .header-content p {
        font-size: 12px;
        padding: 8px 16px;
    }
        .splash-bottle img {
        right: 0px;
        bottom: 85%;
        width: 50%;
        z-index: 0;
        transform: translateX(-20%) !important;
    }
        .hero-bottle::after {
        top: 8%;
        right: 2%;
        width: 11.5%;
        max-width: 60px;
    }
    .hero-bottle::before {
        top: 21%;
        right: 0%;
        width: 37%;
        max-width: 200px;
    }
    .left-item-4::after {
        top: 51%;
        left: 1%;
        width: 7%;
        max-width: 40px;
    }
}