@font-face {
    font-family: "Luco";
    src: url('../fonts/Luco-Bold.woff2') format('woff2');
    font-weight: bold;
    font-style: normal;
}

body {
    margin: 0;
    font-family: "Poppins", serif !important;
    overflow-x: hidden;
}

.slick-prev, .slick-next {
    font-size: 0;
}

.sticky-header {
    position: sticky;
    top: 0;
    z-index: 1020;
    background-color: #fff;
    /* border-bottom: 1px solid #ddd; */
}

/* .content {
    height: 2000px;
} */


.progress-container {
    position: fixed;
    top: 74px;
    width: 100%;
    height: 4px;
    background: #e6e6e6;
    z-index: 1020;
}

.progress-bar {
    height: 4px;
    background: #ef6c00;
    width: 0%;
}

a.navbar-brand img {
    width: 100%;
    height: 49px;
}

ul.navbar-nav {
    gap: 20px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
}

ul.navbar-nav li a {
    color: #333;
    font-weight: 500;
    font-size: 0.9em;
}

ul.navbar-nav li a:hover {
    text-decoration: underline;
    color: #ef6c00;
}

.top-bar {
    padding: 10px;
    background: #ffdd04;
    text-align: center;

}

.yellow-part p {
    margin-bottom: 0px;
}

.yellow-part p a {
    font-size: 13px;
    letter-spacing: 1px;
    color: #ef6c00;
    text-transform: uppercase;
    font-weight: 600;
    text-decoration: none;
}

.content .slick-slider {
    margin: 0px 0;
}

.content .slick-slide img, .content .slick-slide video {
    width: 100%;
    border-radius: 0px;
}

section.banner-slider {
    margin-top: 0px;
}

.content .slick-prev, .content .slick-next {
    z-index: 1000;
}

.content .slick-prev {
    left: 25px !important;
}

.content .slick-prev::before {
    content: "\f060";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 20px;
    color: #131534;
}

.content .slick-next::before {
    content: "\f061";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 20px;
    color: #131534;
}

.content .slick-next {
    right: 25px !important;
}

.content .slick-prev, .content .slick-next {
    box-shadow: 0 0 0px 5px #13153433;
    border-radius: 0px !important;
    background: #ffffff;
    padding: 20px;
}

.content .slick-prev:before, .content .slick-next:before {
    position: absolute;
    top: 10px;
    left: 0px;
    right: 0px;
}

.content .slick-prev:hover:before, .content .slick-prev:focus:before, .content .slick-next:hover:before, .content .slick-next:focus:before {
    opacity: 1;
    color: white;
}

.bg-orange {
    background: #f06c00;
}

marquee ul li {
    color: #fd0;
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 0px 5px;
}

marquee ul {
    display: flex;
    align-items: center;
    /* justify-content: center; */
    gap: 30px;
    padding: 30px 0px;
    margin-bottom: 0px;
    margin-top: 0px;
}


section.bg-orange {
    margin-top: -5px;
}

.bg-orange {
    overflow: hidden;
}

.marquee-row {
    width: 100%;
    overflow-x: hidden;
}

.marquee-block {
    position: relative;
    display: flex;
    width: 100%;
    animation-duration: 80s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    justify-content: space-between;
}

.marquee-item-list {
    display: flex;
    align-items: center;
    /* justify-content: center; */
    gap: 30px;
    padding: 60px 0px;
    margin-bottom: 0px;
    margin-top: 0px;
}

.marquee-item-list {
    display: inline-flex;
}

.marquee-item-list li {
    width: 100%;
    white-space: nowrap;
    margin-right: 50px;
    font-size: 3rem;
    font-weight: bold;
    color: #fd0;
    text-transform: uppercase;
    font-family: "Luco", sans-serif;
}

.marquee1 {
    animation-name: marquee1;
}

@keyframes marquee1 {
    100% {
        left: 0;
    }

    0% {
        left: -100%;
    }
}

.yellow-box {
    background: #ffdd04;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    min-height: 500px;
    position: relative;
}

.yellow-box .box-content {
    text-align: left;
    position: relative;
    z-index: 1;
}

.yellow-box .box-content i {
    text-align: left;
    font-size: 40px;
    color: white;
    margin-top: 20px;
}

.yellow-box .box-content h3 {
    font-size: 2.5rem;
    color: white;
    font-weight: 400;
}

.yellow-box::before {
    content: '';
    background: #ffdd04;
    width: 100%;
    height: 500px;
    position: absolute;
    right: 120px;
    top: 0;
}

.bottle-box {
    background: linear-gradient(45deg, black, transparent);
    padding: 30px;
    border-radius: 0px;
    text-align: center;
    min-height: 500px;
    max-height: 500px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

img.bottle-img {
    width: 90px;
    transform: rotate(90deg);
    transition: 0.4s ease;
    animation-delay: 0.3s;
}

.gradient-yellow {
    background: linear-gradient(147deg, #f06c00 -13.62%, #fd0 118%);
}

.text-reveal h3 {
    font-size: 2.8rem;
    font-weight: 600;
    font-family: 'Luco', sans-serif;
    color: white;
    text-transform: uppercase;
    opacity: 0.3;
    position: relative;
    top: 40px;
}

.text-reveal h2 {
    font-size: 5rem;
    font-weight: 600;
    font-family: 'Luco', sans-serif;
    color: white;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.text-reveal {
    position: absolute;
    left: 0;
    right: 0;
    top: 60px;
}

.footer-text {
    position: absolute;
    bottom: 0px;
    color: white;
    font-size: 12px;
}

a.bottle-box:hover>img.bottle-img {
    transform: rotate(75deg) scale(1.1);
    transition: 1s ease;
}

.gradient-blue {
    background: linear-gradient(147deg, #00afd6 -13.62%, #004352 118%);
}

.mar-top-30 {
    margin-top: 30px;
}

.gradient-red {
    background: linear-gradient(160deg, #71002C 23.86%, #E35616 60.55%, #FFB71C 99.01%) !important;
}

img.bottle-img.bootle-cherry {
    width: 340px;
}

.gradient-purple {
    background: linear-gradient(12.03deg, #2d193e -0.63%, #d43582 110.4%);
}

img.img-social {
    width: 40px;
    background: white;
    padding: 7px;
    border-radius: 30%;
    height: 40px;
}

.social-media-element a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
    text-decoration: none;
}

h3.content-social {
    margin-bottom: 0px;
    color: #333;
    font-size: 16px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 500;
}

a.social-media-link {
    margin: 15px 0px;
}


.form-grid-container input:not([type="checkbox"]),
.form-grid-container select {
    padding: 12px 14px;
    border: 2px solid rgb(217, 217, 217);
    width: 100%;
    border-radius: 0px;
    -webkit-appearance: none;
    appearance: none;
    -moz-appearance: none;
    position: relative;
    margin-bottom: 20px;
}


.contacts-form label,
.contacts-form p {
    display: block;
    font-family: "Poppins", serif !important;
    ;
    font-size: 14px;
    font-weight: 500;
}

.contacts-form {
    padding: 80px 0;
}

.contacts-form fieldset {
    padding-bottom: 40px;
}

.form-grid-container select {
    background: url('https://www.svgrepo.com/show/80156/down-arrow.svg') no-repeat;
    background-size: 10px;
    background-position: calc(100% - 20px);
    background-color: #fff;
    ;
}


.form-grid-container input:focus,
.form-grid-container select:focus {
    outline: 1px solid #f06c00;
}

.contacts-form textarea {
    height: 100%;
    width: 100%;
    border: 1px solid rgb(217, 217, 217);
    /* border-radius: 14px; */
}

.contacts-form h2 {
    font-size: 24px;
    /* color: rgb(118, 42, 131); */
    font-family: Bogue, sans-serif;
}

.contacts-form .submit-btn {
    border: 0;
    font-family: "Poppins", serif !important;
    ;
    text-transform: uppercase;
    padding: 9px 23px;
    border-radius: 3rem;
    font-weight: 700;
    text-transform: uppercase;
    background-color: #131534;
    color: #fff;
    /* box-shadow: rgb(255, 255, 255) 0px 0px 0px 0px, rgb(230, 55, 102) -3px 3px 0px 0px; */
}

label a {
    color: #000;
    font-size: 16px;
    text-decoration: none;
}

.form-grid-container input.error-input,
.form-grid-container .error-input,
.form-grid-container textarea.error-input,
.form-grid-container select.error-input {
    border: 1px solid red;
}

.form-grid-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 14px;
}

.form-control[type=file]:not(:disabled):not([readonly]) {
    position: relative;
    border-left: none;
    border-top-left-radius: 32px;
    border-bottom-left-radius: 32px;

}

input[type="file"]:before {
    content: "Choose file";
    background-color: #f06c00;
    padding: 12px 22px;
    border-radius: 30px;
    color: white;
    position: absolute;
    top: 0;
    left: -8px;
}

.message {
    background-color: #c84651;
    width: 100%;
    margin-bottom: 20px;
    display: none;
    padding: 20px;
    position: relative;
    color: #ffff;
    padding-left: 85px;
}

.form-grid-container input.error-input, .form-grid-container .error-input, .form-grid-container textarea.error-input, .form-grid-container select.error-input {
    border: 1px solid red;
}

.page-title {
    padding: 80px;
}

.faq-tab-section .tabs-wrapper {
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px 0
}

.faq-tab-section .tabs-wrapper ul li {
    padding: 0 24px;

}

.faq-tab-section .tabs-wrapper ul li .active {
    /* border-bottom-color:#f06c00; */
    border-bottom: 3px solid #f06c00;
    font-weight: 500;
}

.faq-tab-section .tabs-wrapper ul li button {
    font-family: "Poppins", serif !important;
    text-transform: uppercase;
    color: #6c6d7a;
    font-weight: 500;
}

.faq-tab-section .tab-pane {
    padding: 80px 0;
}

.faq-tab-section .accordion-item {
    margin-bottom: 26px;
}

.accordion-button:not(.collapsed) {
    background-color: transparent;
    box-shadow: none;
    color: #f06c00;
}

.warning {
    background-color: rgba(252, 145, 44, 0.98);
    border: 1px dotted #d49e48 !important;
    background-image: none;
    color: #fff;
    padding: 10px;
    font-size: 16px;
    display: none;
    position: relative;
    padding-left: 85px;
}

.message::before {
    mask-image: url(./../images/alert_mask_error.svg);
    content: "";
    display: inline-block;
    background: #fff;
    border-radius: 50% 50% 50% 0;
    margin: 0;
    position: absolute;
    width: 5rem;
    left: 0px;
    height: 5rem;
    bottom: -0.75rem;
    transform: translateX(-0.75rem);
    -webkit-mask-size: 100px 100px;
    mask-size: 100px 100px;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    /* clip-path: circle(0% at left);
    animation: 1500ms alert-icon-reveal 120ms cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards; */
}

.warning::before {
    mask-image: url(./../images/alert_mask_warning.svg);
    content: "";
    display: inline-block;
    background: #fff;
    border-radius: 50% 50% 50% 0;
    margin: 0;
    position: absolute;
    width: 5rem;
    left: 0px;
    height: 5rem;
    bottom: -0.75rem;
    transform: translateX(-0.75rem);
    -webkit-mask-size: 100px 100px;
    mask-size: 100px 100px;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    /* clip-path: circle(0% at left);
    animation: 1500ms alert-icon-reveal 120ms cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards; */
}

.form-grid-container label {
    margin-bottom: 8px;
    font-family: "Poppins", serif !important;
    ;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    display: flex;
    gap: 10px;
}

.faq {
    background-color: #f06c00;
}

.feedback-widgets {
    padding: 16px;
}

.heading {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 40px;
    text-align: center;
}

.heading h1 {
    color: #ffdd00;
    font-size: 52px;
    margin-bottom: 24px;
}

.heading p {
    color: white;
}


.feedback-widgets .thumbs-container {
    background-color: #131534;
    width: fit-content;
    display: flex;
    justify-content: space-between;
    border-radius: 50px;
    gap: 5px;
    align-items: center;
    padding-inline: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #fff;
    margin-bottom: 10px;
}

.feedback-widgets .thumbs-container .circle {
    background-color: #fff;
    padding: 5px;
    border-radius: 50%;
    display: flex;
    cursor: pointer;
}

.feedback-widgets .thumbs-container .circle.like:hover {
    background-color: green;
}

.feedback-widgets .thumbs-container .circle.not-like:hover {
    background-color: red;
}

.bg-orange-gradient {
    background-image: linear-gradient(147deg, #f06c00 -13.62%, #ffdd00 118%) !important;
    position: relative;
    padding: 80px;
    min-height: 600px;
}

.landing-bg-halftone-left {
    position: absolute;
    width: 25%;
    height: 100%;
    left: 0;
}

.landing-bg-halftone-left img, .landing-bg-halftone-right img {

    width: 100%;
}

.landing-bg-halftone-right {
    position: absolute;
    right: 167px;
    width: 38%;
    bottom: -3%;
    right: -18%;
}



.inline-text-img-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.circle-icon {
    background-color: #131534;
    border-radius: 50%;
    padding: 16px;
    margin: 0 32px 16px;
    height: 70px;
    width: 70px;
}

.circle-icon img {
    width: 100%;
}

.bg-white .content {
    margin-bottom: 60px;
    text-align: center;
}

section.bg-yellow {
    background: linear-gradient(147deg, #f06c00 -13.62%, #fd0 118%);
    padding: 60px 0px;
}

.card.white-box {
    padding: 50px;
    max-width: 65vw;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0px;
    box-shadow: none;
}

.btn-shop a {
    background: #131534;
    padding: 15px 30px;
    border-radius: 30px;
    color: white;
    text-decoration: none;
    font-weight: 400;
}

.text-block {
    margin-bottom: 40px;
}

.card-content {
    width: 65%;
}

.text-block p {
    color: #6c6d7a;
    font-size: 15px;
}

.text-block a {
    color: #333;
    text-decoration: none;
    font-weight: 500;
}

.bg-dot-back::before {
    content: '';
    width: 35%;
    height: 580px;
    position: absolute;
    background: url(../images/background_halftone_dots_01.png);
    background-size: contain;
    background-position: bottom;
    left: -20px;
}

.bg-dot-back::after {
    content: '';
    width: 35%;
    height: 580px;
    position: absolute;
    background: url(../images/bg_wing_right.png);
    background-size: contain;
    background-position: bottom;
    right: -80px;
}

.rel-lay-1 {
    position: relative;
    z-index: 1;
}

a.nav-link.active {
    color: #f06c00 !important;
}

.nav-dropdown.bg-dark {
    /*position: fixed;*/
    width: 82%;
    left: 10%;
    background: #131534 !important;
}

.range-block {
    color: white;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-left: 30px;

}

.range-block a {
    font-size: 2.2rem;
    font-weight: 400;
    color: white;
    text-decoration: none;
}

a.bg-energy-btn svg {
    width: 130px;
    height: auto;
    z-index: 10;
    position: relative;
}

a.bg-energy-btn svg path {
    fill: white;

}

a.bg-energy-btn {
    background: linear-gradient(89deg, #f69804, #fdc619);
    position: relative;
}

a.bg-energy-btn::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(../images/energy_menu_background.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
}

.pad-right-0 .col-4 {
    padding-right: 0px !important;
    margin-bottom: 12px;
}

.pad-right-0 .col-6 {
    padding-right: 0px !important;
}

a.bg-sport-btn svg, a.bg-zero-btn svg, a.bg-alert-btn svg {
    width: 130px;
    height: auto;
    z-index: 10;
    position: relative;
}

a.bg-sport-btn svg path, a.bg-zero-btn svg path, a.bg-alert-btn svg path {
    fill: white;

}

a.bg-sport-btn, a.bg-zero-btn, a.bg-alert-btn {
    background: linear-gradient(88deg, #00829f, #00596e);
    position: relative;
}

a.bg-alert-btn {
    background: linear-gradient(159.64deg, rgb(235 79 128) 23.86%, #fb98c5 60.55%, rgb(235 79 128) 99.01%);
    position: relative;
}


.test-shine svg {
    transition: 0.3s ease;
}

.test-shine:hover>svg {
    transform: scale(1.1);
    transition: 0.3s ease;
}

a.bg-sport-btn::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(../images/menu_sport_dots.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

a.bg-zero-btn::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(../images/zero_menu_background.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

a.bg-alert-btn::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(../images/new_cherry_background.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.nav-dropdown.bg-dark {
    /* position: fixed;*/
    width: 82%;
    left: 10%;
    background: #131534 !important;
    padding: 12px 22px 12px 12px;
}

.test-shine {
    overflow: hidden;
    display: inline-block;
    min-height: 200px;
}

.test-shine:after {
    content: "";
    position: absolute;
    top: -50%;
    left: -60%;
    width: 80%;
    height: 200%;
    opacity: 0;
    transform: rotate(30deg);

    background: rgba(255, 255, 255, 0.13);
    background: linear-gradient(to right,
            rgba(255, 255, 255, 0.13) 0%,
            rgba(255, 255, 255, 0.13) 77%,
            rgba(255, 255, 255, 0.5) 92%,
            rgba(255, 255, 255, 0.0) 100%);
}

/* Hover state - trigger effect */
.test-shine:hover:after {
    opacity: 1;
    left: 130%;
    transition-property: left, top, opacity;
    transition-duration: 0.7s, 0.7s, 0.15s;
    transition-timing-function: ease;
}

/* Active state */
.test-shine:active:after {
    opacity: 0;
}

.bg-alert-btn, .bg-zero-btn {
    min-height: 200px;
}

.test-shine-2 {
    overflow: hidden;
    display: inline-block;

}

.test-shine-2:after {
    content: "";
    position: absolute;
    top: -100%;
    left: -60%;
    width: 80%;
    height: 400%;
    opacity: 0;
    transform: rotate(30deg);

    background: rgba(255, 255, 255, 0.13);
    background: linear-gradient(to right,
            rgba(255, 255, 255, 0.13) 0%,
            rgba(255, 255, 255, 0.13) 77%,
            rgba(255, 255, 255, 0.5) 92%,
            rgba(255, 255, 255, 0.0) 100%);
}

/* Hover state - trigger effect */
.test-shine-2:hover:after {
    opacity: 1;
    left: 100%;
    transition-property: left, top, opacity;
    transition-duration: 0.7s, 0.7s, 0.15s;
    transition-timing-function: ease;
}

/* Active state */
.test-shine-2:active:after {
    opacity: 0;
}

.test-shine-2 svg {
    transition: 0.3s ease;
}

.test-shine-2:hover>svg {
    transform: scale(1.1);
    transition: 0.3s ease;
}

/* .sticky-header {
    position: relative;
  } */

.nav-dropdown {
    display: none;
    position: absolute;
    top: 100%;
    /* Position below the navbar */
    left: 0;
    width: 100%;
    background-color: #000;
    z-index: 1000;
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.3s ease;
}

.nav-dropdown.active {
    display: block;
    max-height: 500px;
    /* Adjust max height as needed */
}

.navbar-nav .nav-item {
    position: relative;
}

h3.big-text-transparent {
    font-size: 11rem;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Luco';
    text-align: center;
    color: white;
    opacity: 0.3;
    margin-bottom: -32px;
}

.back-dot::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(../images/background_halftone_dots_01.png);
    left: 0%;
    background-size: contain;
    background-repeat: no-repeat;
    top: 70%;
}

img.img-shop {
    position: relative;
}

footer {
    position: relative;
    z-index: 10;
}

.card.card-white {
    padding: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 40vh;
}

.card.card-white h3 {
    color: #fd0;
    text-align: center;
    font-size: 3.2em;
    text-transform: uppercase;
    font-family: 'Luco';
    margin-bottom: 30px;
}

.card.card-white p {
    font-size: 16px;
    text-align: center;
    font-weight: 600;
    color: #495057;
    padding: 0px 100px;
}

.card.card-white a {
    text-align: center;
    font-size: 18px;
    color: white;
    background: #f06c00;
    border-radius: 30px;
    width: 250px;
    text-transform: capitalize;
    text-decoration: none;
    padding: 10px 20px;
}

.margin-top--50 {
    margin-top: -30vh !important;
}

.card.orange-card.right-card {
    text-align: right;
    min-height: 400px;
    padding: 5%;
    padding-right: 20%;
    display: flex;
    align-items: end; /* center; */
    justify-content: center;
    border: none;
    border-radius: 0;
    position: relative;
    clip-path: inset(-10rem 0% 0rem); /* inset(0rem 0% 0rem); */
    margin-top: 40px;
}

.card.orange-card.left-card {
    text-align: left;
    min-height: 400px;
    padding: 5%;
    padding-left: 25%;
    display: flex;
    align-items: start; /* center; */
    justify-content: center;
    border: none;
    border-radius: 0;
    position: relative;
    clip-path: inset(-10rem 0% 0rem);
    margin-top: 80px;
}

.bottle-right img {
    width: 140px;
}

.bottle-left img {
    width: 140px;
}

.content-right-card h3 {
    font-family: 'Luco';
    font-size: 6em;
    color: white;

}

.content-right-card p {
    color: white;
    font-size: 1em;
    letter-spacing: 2px;
}

.content-left-card h3 {
    font-family: 'Luco';
    font-size: 6em;
    color: white;
}

.content-left-card p {
    color: white;
    font-size: 1em;
    letter-spacing: 2px;
}

a.btn-buy.btn-black {
    color: white;
    text-decoration: none;
    background: black;
    padding: 10px 24px;
    border-radius: 40px;

    text-transform: none;
}

.bottle-right {
    position: absolute;
    right: 20px;
    z-index: 1;
    top: 20px;
    overflow: visible;
    /*clip-path: inset(-1.3rem 0% 4rem);*/
}

.bottle-right img {
    transform: rotate(-20deg);
    transition: 0.3s ease;
}

.bottle-left {
    position: absolute;
    left: 20px;
    z-index: 1;
    top: 20px;
    overflow: visible;
    /*clip-path: inset(-1.3rem 0% 4rem);*/
}

.bottle-left img {
    transform: rotate(20deg);
    transition: 0.3s ease;
}

.card.orange-card.right-card:hover>.bottle-right img {
    transform: scale(1.1) rotate(-10deg);
    transition: 0.3s ease;
}

.content-right-card {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    flex-direction: column;
    gap: 10px;
    padding: 0 50px;
}

.card.orange-card.left-card:hover>.bottle-left img {
    transform: scale(1.1) rotate(10deg);
    transition: 0.3s ease;
}

.content-left-card {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    gap: 10px;
}

/* MEDIA QUERY START */
@media (max-width: 768px) {
    .contacts-form .form-grid-container {
        grid-template-columns: 1fr;
        position: relative;
        /* z-index: -1; */
    }

    .contacts-form h2,
    .contacts-form label,
    .contacts-form p,
    .contacts-form .submit-btn {
        position: relative;
        /* z-index: -1; */
    }

    .contacts-form .form-grid-container input:not([type="checkbox"]), .form-grid-container select,
    .contacts-form .form-grid-container label {
        margin-bottom: 6px;
    }

    /* .heading{
        padding: 0;
    } */
    .landing-bg-halftone-left, .landing-bg-halftone-right {
        display: none;
    }

    /* .inline-text-img-wrapper{
        flex-direction: column;
    } */
    .bg-orange-gradient {
        padding: 16px;
    }

    .bg-orange-gradient .bg-white {
        padding: 16px !important;
    }

    .d-GRID {
        justify-content: center;
        display: flex;
    }

    .second-footer {
        padding: 30px 0;
    }

    .yellow-box::before {
        right: 0;
        margin-bottom: 16px;
    }

    .bottle-box {
        margin-bottom: 16px;
    }

    #navbarNav {
        margin: 32px !important;
    }

    .slider-small-banner .slick-prev {
        left: 0%;
    }

    .slider-small-banner .slick-next {
        right: 0%
    }

    .slider-small-banner .text {
        font-size: 14px;
    }

    .slider-small-banner .slick-prev::before {

        font-size: 18px;
    }


    .slider-small-banner .slick-next::before {

        font-size: 18px;
    }

    .faq-tab-section .tabs-wrapper ul li {
        padding: 4px;
    }

    .page-title {
        padding: 20px
    }

    .attach-file {
        margin-top: 36px;
    }

    .bg-orange-gradient {
        display: flex;
        align-items: center;
    }

    .bottle-left img {
        transform: rotate(270deg);
        transition: 0.3s ease;
    }

    .bottle-left img {
        width: 120px;
    }

    .bottle-right img {
        transform: rotate(-270deg);
        transition: 0.3s ease;
    }

    .bottle-right img {
        width: 120px;
    }

    .bottle-left {
        position: absolute;
        left: 175px;
        z-index: 1;
        top: -190px;
        overflow: visible;
    }

    .bottle-right {
        position: absolute;
        right: 190px;
        z-index: 1;
        top: -145px;
        overflow: visible;
    }

    .card.orange-card.right-card {
        padding-top: 25%;
    }

    .card.orange-card.left-card {
        padding-top: 25%;
    }
    .card.white-box{
        max-width: 90vw;
        padding:50px 16px;
    }
    .card-content{
        width: 90%;
    }
    .img-shop{

    }
    .bg-dot-back::after{
        display: none;
    }

    a.navbar-brand img {
        max-width: 100%;
        /* width: 100%; */
        height: 49px;
        width: auto;
    }

    .card.card-white p{
        padding: 16px;
    }
    .content-right-card p{

        text-align: left;

    }
    .card.orange-card.right-card{
        min-height: 500px;
        padding-right: 5%;
    }
    .content-right-card{
        padding: 0;
        align-items: flex-start;
    }
    .card.orange-card.left-card{
        padding-left: 15%;
    }
    .range-block{
        margin-left: 0;
        position: relative;
        top:40px;
    }
}

.card.bk-orange {
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background: linear-gradient(147deg, #f06c00 -13.62%, #fd0 118%);
}

.card.bk-shade-orange {
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background: linear-gradient(33.56deg, rgb(238, 127, 4) -4.75%, rgb(248, 226, 1) 87.98%);
}

.card.bk-ice-blue {
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background: linear-gradient(204deg, rgb(0, 39, 107) 9.61%, rgb(1, 190, 235) 109.6%);
}

.card.bk-crimson-red {
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background: linear-gradient(33.56deg, rgb(199, 1, 12) -4.75%, rgb(248, 0, 0) 87.98%)
}

.card.bk-deep-orange {
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background: linear-gradient(33.56deg, rgb(238, 127, 4) -4.75%, rgb(248, 226, 1) 87.98%);
}

.card.bk-deep-red {
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background: linear-gradient(203.57deg, rgb(203, 1, 38) 11.09%, rgb(220, 77, 30) 126.28%);
}

.card.bk-deep-violet {
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background: linear-gradient(135.33deg, rgb(211, 75, 175) 9.61%, rgb(108, 25, 87) 109.6%);
}

.card.bk-deep-purple {
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background: linear-gradient(12.03deg, rgb(45, 25, 62) -0.63%, rgb(212, 53, 130) 110.4%);
}

.card.bk-fresh-green {
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background: linear-gradient(196.55deg, rgb(96, 190, 97) 2.53%, rgb(245, 215, 66) 102.52%);
}

.card.bk-fiery-red{
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background: linear-gradient(204deg, rgb(216, 58, 41) 11.09%, rgb(223, 93, 16) 126.28%);
}

.card.bk-bright-pink{
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background:linear-gradient(203.57deg, rgb(217, 58, 126) 11.09%, rgb(174, 35, 72) 126.28%);
}

.card.bk-golden-yellow{
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background:linear-gradient(33.56deg, rgb(231, 149, 30) -4.75%, rgb(248, 194, 58) 87.98%);
}
.card.bk-mustard-yellow{
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background: linear-gradient(135.33deg, rgb(202, 22, 18) 9.61%, rgb(251, 196, 56) 109.6%);
}

.card.bk-aqua-blue{
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background: linear-gradient(135.33deg, rgb(2, 7, 137) 9.61%, rgb(46, 152, 185) 109.6%);
}




.card.bk-red {
    background-size: 100% 100%;
    background-repeat: no-repeat;
    /* background: linear-gradient(147deg, #d02325 -13.62%, #d22824 118%); */
    background: linear-gradient(148.19deg, rgb(128, 5, 18) 9.31%, rgb(240, 45, 63) 101.84%);
}

.card.bk-apple {
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background: linear-gradient(147deg, #479b31 -13.62%, #a5d05b 118%);
}

.card.bk-cherry {
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background: linear-gradient(147deg, #d83a7c -13.62%, #c83069 118%);
}

.card.bk-caribeen {
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background: linear-gradient(147deg, #9d3181 -13.62%, #d34bae 118%);

}

.card.bk-blue {
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background: linear-gradient(147deg, #0ad2f3 -13.62%, #0d74ae 118%);
}

.card.bk-pink-lemon {
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background: linear-gradient(147deg, #bb3178 -13.62%, #361b42 118%);
}

.card.bk-tropical {
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background: linear-gradient(147deg, #64bf60 -13.62%, #e3d348 118%);
}

.small-title-font {
    font-size: 3.5rem !important;
    line-height: 3rem !important;
}

.font-small {
    font-weight: 300 !important;
}

.sitemap ul{
    list-style-type: none;
}

.sitemap a {
    text-decoration: none;
    color: #000;
    font-weight: 500;
}

.help-card {
    background-color: #fff;
    margin: 50px;
    padding: 50px;
}

.help-card img {
    background-color: #0D1133;
    padding: 15px;
    margin: 0 20px;
    border-radius: 40px;
}

.help_card__info a {
    text-decoration: none;
    color: #000;
}

.help_card__info a:hover {
    color:#f06c00 ;
}
     
     







#imageModal {



    position: fixed;

    z-index: 9999;

    left: 0;

    top: 0;

    width: 100%;

    height: 100%;

    background-color: rgba(0, 0, 0, 0.8);



    display: flex;

    justify-content: center;

    align-items: center;

    padding: 20px;

    display: none;



}



/* Scrollable Image Container */

.image-container {

    max-width: 65vw;

    max-height: 100vh;

    overflow-y: auto; /* Enables scrolling inside the modal */

    /* background-image: url(/orangina/assets/sky-lower.jpg);

    background-repeat: no-repeat;

    background-position: center; */

    /* padding: 0 320px 100px 320px; */

    background-size: cover;

    padding: 10px;

    border-radius: 10px;

    position: relative;

    margin:0 auto;

    /* margin-top: 7%; */

}



.image-container img {

    /* width: 100%; */

    /* height: auto; */

    display: block;

    margin:0 auto;

    /* padding: 10% 0; */

}



.product-details {

    display: none;

}



/* Close Button */

.close-btn {

    position: absolute;

    top:0;

    right: 10%;

    color: white;

    font-size: 30px;

    font-weight: bold;

    cursor: pointer;

    z-index: 10000;

}





 /* Disable body scroll when modal is open */

 body.modal-open {

    overflow: hidden;

}



.time-code{

    margin-top:40px;

}



#openPopup{

    color:rgb(240, 108, 0);

    text-decoration:none;

}





/* Full-screen loader - HIDDEN by default */

#full-screen-loader {

    display: none; /* This ensures it's hidden initially */

    position: fixed;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    background: rgba(0, 0, 0, 0.7); /* Semi-transparent black background */

    z-index: 9999; /* Ensure it stays on top */

    justify-content: center;

    align-items: center;

}



/* Spinning loader animation */

.loader {

    border: 6px solid #f3f3f3;

    border-top: 6px solid #3498db;

    border-radius: 50%;

    width: 50px;

    height: 50px;

    animation: spin 1s linear infinite;

}



@keyframes spin {

    0% { transform: rotate(0deg); }

    100% { transform: rotate(360deg); }

}



/* Full-screen overlay */

.cookie-overlay {

    position: fixed;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    background-color: #0000007a !important;

    display: none;

    z-index: 999999;

    /* Make sure it's on top */

}



/* Centered cookie popup */

.cookie-popup {

    position: fixed;

    top: 50%;

    left: 50%;

    transform: translate(-50%, -50%);

    background: #fff;

    color: #333;

    padding: 20px;

    text-align: center;

    border-radius: 10px;

    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);

    /* width: 350px; */

    z-index: 999999;

    /* Above overlay */

    max-width: 750px !important;

    width: 100% !important;

    box-shadow: 0px 4px 30px .09px #bbe0e5;

    border-radius: 5px;

    padding: 1.65rem 1.65rem 1.25rem 1.65rem !important;

    text-align: left;

}



.cookie-popup h5 {

    font-size: 16px;

    color: black;

    font-weight: 600;

    font-family: sans-serif;

}



.cookie-popup p {

    margin: 0 0 5px;

    font-size: 14px;

}



.cookie-popup li {

    /* margin: 0 0 5px; */

    font-size: 14px;

    color: #333;

}



.cookie-popup button {

    padding: 5px 20px;

    cursor: pointer;

    font-size: 14px;

}



button.common-btn-bg {

    background: #131534;

    border-radius: 25px;

    border-color: transparent;

    padding: 10px 20px;

}



.popup-btn-container {

    display: flex;

    align-items: flex-start;

    justify-content: flex-start;

    flex-direction: row;

    margin-top: 24px;

    gap: 12px;

}



.popup-btn-container a {

    color: #fff !important;

    text-decoration: none;

}



.popup-btn-container .custom-btn {

    margin: 0 16px 16px 16px;

}



.popup-btn-container .custom-btn:first-child {

    margin-left: 0;

}   