@font-face {
    font-family: 'Freestyle';
    font-style: normal;
    font-weight: 400;
    src: local('Freestyle'), url('../fonts/freestyle-script-w01-regular/freestyle-script-w01-regular.woff') format('woff');
}

@font-face {
    font-family: 'Brandon';
    font-style: bold;
    font-weight: 500;
    src: local('Brandon'), url('../fonts/brandon_grot_w01_black/brandon_grot_w01_black.woff') format('woff');
}




@font-face {
    font-family: "Memphis LT W01 Bold";
    src: url("https://db.onlinewebfonts.com/t/2dd3dea5ae3efeee566da054c4c2f99d.eot");
    src: url("https://db.onlinewebfonts.com/t/2dd3dea5ae3efeee566da054c4c2f99d.eot?#iefix")format("embedded-opentype"),
    /* url("https://db.onlinewebfonts.com/t/2dd3dea5ae3efeee566da054c4c2f99d.woff")format("woff"), */
    /* url("https://db.onlinewebfonts.com/t/2dd3dea5ae3efeee566da054c4c2f99d.woff2")format("woff2"), */
    url("https://db.onlinewebfonts.com/t/2dd3dea5ae3efeee566da054c4c2f99d.ttf")format("truetype");
    /* url("https://db.onlinewebfonts.com/t/2dd3dea5ae3efeee566da054c4c2f99d.svg#Memphis LT W01 Bold")format("svg"); */
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}



@font-face {
    font-family: "Brandon Grot W01 Black";
    src: url("https://db.onlinewebfonts.com/t/a9101e16f31ac6d5c8e8fd3eea927b89.eot");
    src: url("https://db.onlinewebfonts.com/t/a9101e16f31ac6d5c8e8fd3eea927b89.eot?#iefix")format("embedded-opentype"),
    /* url("https://db.onlinewebfonts.com/t/a9101e16f31ac6d5c8e8fd3eea927b89.woff")format("woff"), */
    /* url("https://db.onlinewebfonts.com/t/a9101e16f31ac6d5c8e8fd3eea927b89.woff2")format("woff2"), */
    url("https://db.onlinewebfonts.com/t/a9101e16f31ac6d5c8e8fd3eea927b89.ttf")format("truetype");
    /* url("https://db.onlinewebfonts.com/t/a9101e16f31ac6d5c8e8fd3eea927b89.svg#Brandon Grot W01 Black")format("svg"); */
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}



@font-face {
    font-family: "Futura LT W01 Medium Condensed";
    src: url("https://db.onlinewebfonts.com/t/9a9d57f01e2d52cd17f1ab911eab1611.eot");
    src: url("https://db.onlinewebfonts.com/t/9a9d57f01e2d52cd17f1ab911eab1611.eot?#iefix")format("embedded-opentype"),
    /* url("https://db.onlinewebfonts.com/t/9a9d57f01e2d52cd17f1ab911eab1611.woff")format("woff"), */
    /* url("https://db.onlinewebfonts.com/t/9a9d57f01e2d52cd17f1ab911eab1611.woff2")format("woff2"), */
    url("https://db.onlinewebfonts.com/t/9a9d57f01e2d52cd17f1ab911eab1611.ttf")format("truetype");
    /* url("https://db.onlinewebfonts.com/t/9a9d57f01e2d52cd17f1ab911eab1611.svg#Futura LT W01 Medium Condensed")format("svg"); */
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: "Freestyle Script W01 Regular";
    src: url("https://db.onlinewebfonts.com/t/c71d24192ced560b4ba39bfd38506a48.eot");
    src: url("https://db.onlinewebfonts.com/t/c71d24192ced560b4ba39bfd38506a48.eot?#iefix")format("embedded-opentype"),
    /* url("https://db.onlinewebfonts.com/t/c71d24192ced560b4ba39bfd38506a48.woff")format("woff"), */
    /* url("https://db.onlinewebfonts.com/t/c71d24192ced560b4ba39bfd38506a48.woff2")format("woff2"), */
    url("https://db.onlinewebfonts.com/t/c71d24192ced560b4ba39bfd38506a48.ttf")format("truetype");
    /* url("https://db.onlinewebfonts.com/t/c71d24192ced560b4ba39bfd38506a48.svg#Freestyle Script W01 Regular")format("svg"); */
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}



/* Global Styles */
body {
    font-family: 'Helvetica', sans-serif;
    line-height: 1.6;
}

/* Navbar Customization */
.navbar-brand {
    font-size: 1.5rem;
    font-weight: bold;
    color: #FF6600;
}

.navbar-light .navbar-nav .nav-link {
    color: #333;
    font-weight: 500;
    padding: 10px;
}

    .navbar-light .navbar-nav .nav-link:hover {
        color: #FF6600;
        text-decoration: underline;
    }

/* Hero Section */
header {
    background: url('https://via.placeholder.com/1200x400') no-repeat center center/cover;
    color: white;
    height: 60vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.blue-header {
    background-color: #080658;
}

header h1 {
    font-size: 3rem;
    font-weight: bold;
}

header p {
    font-size: 1.25rem;
}

/* About Section */
#about {
    background-color: #f9f9f9;
    padding: 40px 20px;
}

    #about h2 {
        color: #FF6600;
        font-weight: bold;
    }

/* Products Section */
#products .card {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.2s ease-in-out;
}

    #products .card:hover {
        transform: translateY(-10px);
    }

#products .card-title {
    color: #333;
    font-weight: bold;
}

/* Contact Section */
#contact label {
    font-weight: bold;
    color: #333;
}

/* Footer */
footer {
    background-color: #080658;
    color: white;
    margin: 0 auto;
    padding: 60px 0;
    min-height: 120px;
    background: #080658;
}

.social-icons a {
    text-decoration: none;
}

    .social-icons a i {
        display: inline-block;
        font-size: 1.5rem;
        /* line-height: 3.5rem; */
        color: rgba(255, 255, 255, 0.5);
        margin-right: 8px;
        text-decoration: none;
        background-color: rgba(255, 255, 255, 0.2);
        padding: 0.8rem;
        border-radius: 50%;
        height: 50px;
        width: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        text-decoration: none;
        transition: all 0.3s ease-in-out;
    }

footer p {
    margin: 0;
}

footer ul li {
    list-style-type: none;
    font-size: 16px;
    margin: 0 16px;
    color: white;
}

body {
    background-image: url('/images/SBFE_Orangina/sky-lower.jpg');
    background-position: center top !important;
    background-size: cover !important;
}

body, p, a, li {
    font-family: Helvetica, sans-serif;
    font-weight: 400;
    font-style: normal;
    /* font-size: 1.4rem;
    line-height: 2.2rem; */
}

.hamburger-menu i {
    color: white;
    font-size: 46px;
}

h1, h2, h3, h4, h5 {
    font-family: "Brandon";
}

footer ul li a {
    color: white;
    display: flex;
    /* flex-direction: column; */
    align-items: center;
    justify-content: center;
    text-transform: none;
    text-decoration: none;
}

.box {
    background-color: #080658;
    margin-top: -40px;
    padding: 20px 20px 20px;
    color: #ffffff;
    height: 100%;
    min-height: 180px;
}

.box-new {
    background-color: #080658;
    margin-top: -40px;
    padding: 20px 20px 20px;
    color: #ffffff;
    height: 100%;
    min-height: 210px;
    text-align: center;
}

    .box-new:hover {
        background-color: #fff;
        color: #080658;
    }

        .box-new:hover h2 {
            color: #ff4905 !important;
        }

        .box-new:hover p {
            color: #ababab !important;
        }

.ors-orange-rule {
    background: #ffaf00;
    max-width: 200px;
    margin: 5px auto 10px;
    height: 1px;
}

.banner {
    position: relative;
    margin-bottom: 16px;
}

.icon {
    width: 60px;
    height: 60px;
    background-color: #080658;
    border-radius: 50%;
    margin-top: -30px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    text-align: center;
    position: relative;
    top: -20px;
}

    .icon img {
        padding: 5px;
    }

.bg-white .content h2 {
    color: #ff4905;
}

.content {
    text-align: center;
}

    .content h2 {
        font-size: 22px;
        color: #fff;
    }

    .content p {
        font-size: 12px;
        color: #fff;
    }

.bg-white .content p {
    font-family: Helvetica, sans-serif;
    font-weight: 400;
    font-style: normal;
    /* font-size: 1.4rem; */
    color: #080658;
    /* #ababab; */
}

.bg-white:hover {
    background-color: #080658 !important;
}

    .bg-white:hover .content h2 {
        color: #fff !important;
    }

    .bg-white:hover .content p {
        color: #fff !important;
    }

.icon.bg-white {
    background-color: white !important;
}

.text-wrapper {
    position: absolute;
    bottom: 0;
    margin: 0 auto;
    width: 98.2%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 0 75px;
}

.link-text {
    font-size: 12px;
    color: white;
}

.cookie-policy .small-title {
    display: flex;
    margin-left: auto;
    justify-content: flex-end;
    width: 50%;
    /* font-size: 12px; */
}

.cookie input {
    width: fit-content;
    margin-left: 8px;
}

.cookie-policy .small-title p {
    font-size: 10px;
}

.footer-info {
    padding: 24px 0;
    font-size: 12px;
}


footer ul li a i {
    display: flex;
    font-size: 22px !important;
    margin-right: 16px;
    font-size: 2rem;
    color: #272979 !important;
    margin: 0 10px;
    border-radius: 28px;
    padding: 10px;
    background: rgba(255, 255, 255, 0.8);
    /* height: 50px;
    width: 50px; */
    align-items: center;
    transition: all 0.3s ease-in;
}

    footer ul li a i:hover {
        background: #EB572A;
        transition: all 0.3s ease-in;
    }

footer ul li a :hover {
    text-decoration: none;
}

footer ul {
    display: flex;
    align-items: center;
    justify-content: center;
}



/*  */

/* ----- v CAN BE DELETED v ----- */
/* body {
    background-color: #78909C;
} */

.navbar-brand img {
    width: 120px;
    transition: all 0.3s ease-in-out;
}

.demo {
    padding-top: 60px;
    padding-bottom: 110px;
}

.btn-demo {
    margin: 15px;
    padding: 10px 15px;
    border-radius: 0;
    font-size: 16px;
    background-color: #FFFFFF;
}

    .btn-demo:focus {
        outline: 0;
    }

.demo-footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    padding: 15px;
    background-color: #212121;
    text-align: center;
}

    .demo-footer > a {
        text-decoration: none;
        font-weight: bold;
        font-size: 16px;
        color: #fff;
    }






.modal-header i {
    font-size: 36px;
    color: white;
    cursor: pointer;
}

.modal.left .modal-dialog,
.modal.right .modal-dialog {
    position: fixed;
    margin: auto;
    width: 720px;
    height: 100%;
    -webkit-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
}

.modal.left .modal-content,
.modal.right .modal-content {
    height: 100%;
    overflow-y: auto;
}

.modal.left .modal-body,
.modal.right .modal-body {
    padding: 15px 15px 80px;
}




/*Right*/
.modal.right.fade .modal-dialog {
    right: -320px;
    -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
    -o-transition: opacity 0.3s linear, right 0.3s ease-out;
    transition: opacity 0.3s linear, right 0.3s ease-out;
}

.modal.right.fade.in .modal-dialog {
    right: 0;
}

/* ----- MODAL STYLE ----- */
.modal-content {
    border-radius: 0;
    border: none;
    background-color: rgba(8, 6, 88, 0.97);
}

.modal-body ul li a {
    font-size: 2rem;
    line-height: 4rem;
    width: 100%;
    display: block;
    font-family: 'Futura LT W01 Medium Condensed', helvetica;
    color: #fff;
    padding-left: 8%;
    text-decoration: none;
    position: relative;
    transition: none;
    -webkit-transition: none;
    text-transform: uppercase;
}

.modal-body ul li {
    list-style-type: none;
}

.sticky-top {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10;
    transition: all 0.3s ease-in-out;
}

    .sticky-top .navbar-brand img {
        width: 60px;
        transition: all 0.3s ease-in-out;
    }

    .sticky-top .social-icons a i {
        height: 30px;
        width: 30px;
        font-size: 1.1em;
        transition: all 0.3s ease-in-out;
    }

.navbar {
    /* position: relative; */
    transition: all 0.3s ease-in-out;
}

.modal-body ul li a {
    /* text-decoration: none;
    color:white; */
}

.modal-header {
    border-bottom-color: #EEEEEE;
    background-color: rgba(8, 6, 88, 0.97);
    display: flex;
    align-items: center;
    justify-content: flex-end;
    border-bottom: none;
}

.hamburger-menu {
    cursor: pointer;
}

.modal {
    z-index: 999999;
}

/* ----- v CAN BE DELETED v ----- */
body {
    background-color: #78909C;
}

.demo {
    padding-top: 60px;
    padding-bottom: 110px;
}

.btn-demo {
    margin: 15px;
    padding: 10px 15px;
    border-radius: 0;
    font-size: 16px;
    background-color: #FFFFFF;
}

    .btn-demo:focus {
        outline: 0;
    }

.demo-footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    padding: 15px;
    background-color: #212121;
    text-align: center;
}

    .demo-footer > a {
        text-decoration: none;
        font-weight: bold;
        font-size: 16px;
        color: #fff;
    }

.fade:not(.show) {
    opacity: 1;
}

.small-border {
    border-bottom: 1px solid #ff4905;
    /* margin: 10px 10px 10px 20px; */
    width: 100px;
    display: block;
    height: 2px;
}

.box-layout {
    /* min-width: 300px;
    max-width: 300px; */
    height: auto;
    position: relative;
    background: #fff;
    float: left;
    margin: 5px 5px 5px 5px;
    transition: all .3s;
    -webkit-transition: all .3s;
    border-radius: 5px;
}

.list-section .img-container {
    /* max-height: 300px !important;
    min-height: 170px; */
}

    .list-section .img-container img {
        width: 100%;
        background-position: center center;
    }

.box-content {
    padding: 10px 20px;
    height: 280px;
}

    .box-content h6 {
        /* line-height: 2rem; */
        color: #ababab;
        font-size: 13px;
        padding: 10px 10px 0px 0;
        font-family: "Brandon", !important;
        text-transform: uppercase;
        margin-bottom: 0;
    }

    .box-content h5 {
        /* line-height: 2rem; */
        color: #080658;
        font-size: 15px;
        padding: 10px 10px 0px 0px;
        font-family: "Brandon";
        text-transform: uppercase;
    }

    .box-content p {
        font-size: 13px;
        /* line-height: 2rem !important; */
        color: #ababab;
        padding: 20px 0;
        margin-bottom: 0;
    }

.box-layout :hover {
    color: #fff;
    text-decoration: none;
    background: #080658;
    border-radius: 4px;
}

.scroll-to-top {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    bottom: 50px;
    right: 50px;
    width: 50px;
    height: 50px;
    color: black;
    background-color: #080658;
    border: none;
    border-radius: 50px;
    cursor: pointer;
}

    .scroll-to-top i {
        color: white;
        font-size: 30px;
    }

.box-layout :hover h6 {
    color: #ffaf00;
    /* text-decoration: none;
    background: #080658; */
}

.box-layout :hover h5 {
    color: white;
}

.box-layout {
    border-radius: 4px;
}

.desktop-img {
    display: block;
    width: 100%;
}

.mobile-img {
    display: none;
}

.cookie {
    border-bottom: 2px solid rgba(49, 49, 49, 0.8);
    margin: 24px 16px;
    width: 44%;
}

    .cookie a {
        color: #080658;
        text-decoration: none;
    }

#formErrorSummary, #formwarningSummary {
    display: none;
    margin-bottom: 15px;
}

.error {
    color: red;
    font-size: 0.9em;
}

label.required::after {
    content: " *";
    color: red;
}

/* terms */

.text-center {
    text-align: center;
}

.bg-section {
    background-image: url('/images/SBFE_Orangina/sky-lower.jpg');
    background-repeat: no-repeat;
    background-position: center;
    /* padding: 0 320px 100px 320px; */
    background-size: cover;

}


    .bg-section img {
        max-width: 60%;
        padding-top: 10%;
    }

    .bg-section a {
        color: #080658;
        text-decoration: none;
        overflow-wrap: break-word;
    }

/* a:hover {
    text-decoration: underline;
} */

.thanks-container h2 {
    font-family: 'Freestyle', sans-serif;
    font-size: 2rem;
    font-weight: 400;
    padding: 30px 0;
    color: #000;
    margin: 0;
}

.bg-section h2 {
    font-family: 'Freestyle', sans-serif;
    font-size: 4.5rem;
    font-weight: 400;
    padding: 30px 0;
    color: #fff;
    margin: 0;
}

.text-class {
    font-family: Helvetica, sans-serif;
    text-align: left;
    p

{
    font-size: .9rem;
    line-height: 1.3rem;
    font-weight: 400;
    text-align: left;
}

.para-title {
    font-weight: 600;
    text-align: left;
    margin: 0;
}

.privacy-title {
    font-family: 'Brandon', sans-serif;
    font-size: 1rem;
    text-transform: uppercase;
}

}

.fade-in-move {
    opacity: 0;
    /* Initially invisible */
    transform: translateX(-150px);
    /* Start 50px to the left */
    animation: fadeInMove .4s ease-in forwards;
    /* Apply animation on page load */
}

@keyframes fadeInMove {
    from {
        opacity: 0;
        /* Start invisible */
        transform: translateX(-150px);
        /* Start 50px to the left */
    }

    to {
        opacity: 1;
        /* Fully visible */
        transform: translateX(0);
        /* Move to the original position */
    }
}

.tag-container {
    font-size: .9rem;
    line-height: 2rem;
}

.enquiries {
    font-family: 'Brandon', sans-serif;
    font-weight: 600;
    font-size: 1.2rem !important;
    color: white;
    text-transform: uppercase;
}

.help-call {
    color: #fff;
    margin: 0;
    padding: 0;
}

@media (min-width: 410px)and (max-width: 720px) {
    .bg-section {
        padding: 0 20px;
    }


    .img-class {
        align-items: center !important;
        padding-bottom: 30px;
    }

    .article-details-container .article-wrapper {
        padding: 0;
    }

    .article-details {
        padding: 0 16px;
    }

    .detail-video-container iframe {
        height: 320px !important;
    }
}

/* contact-forms */
.error-container {
    background-color: #F8E2E6 !important;
    border: 1px dotted #C49DA4 !important;
    background-image: none;
    padding: 10px;
}

.err-txt {
    color: #78253E !important;
    font-size: 16px;
    margin: 0;
}

input,
select {
    width: 100%;
    padding: 10px;
    border: 1px solid #d32f2f;
    border-radius: 4px;
}

@media (max-width: 992px) {
    .box-content {
        padding: 10px 20px;
        min-height: 280px;
        height: 100%;
    }
}


.form-control.is-invalid, .was-validated .form-control:invalid {
    background-color: #F8E2E6 !important;
}

.white-box {
    box-shadow: 0 0 8px rgba(8, 6, 88, 0.25);
    border-radius: 5px;
    margin-bottom: 15px;
    padding: 10px;
    width: 100%;
    background-color: #fff;
}

.col-title h2 {
    font-family: "Freestyle Script";
    color: #fff;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.01em;
    font-size: 4rem;
    line-height: 6rem;
}

.white-box label {
    font-weight: bold;
}

.white-box .form-check {
    margin-right: 16px;
    display: flex;
    align-items: center;
}

    .white-box .form-check label {
        margin-left: 8px;
    }

    .white-box .form-check input[type="checkbox"] {
        position: relative;
        top: -3px;
    }

.form-container {
    padding-bottom: 80px;
}

.product-details {
    display: none;
}

.btn {
    /* content: '';
    position: absolute; */
    border: 3px solid #EB572A;
    /* top: -6px;
    right: -6px; */
    border-radius: 35px;
    padding: 3px;
    width: 212px;
    height: 100%;
    display: block;
    text-align: center;
}

    .btn button {
        background-color: #EB572A;
        color: white;
        width: 200px;
    }

.btn-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 32px;
}


.filter-section {
    width: 100%;
    background: #EB572A;
}

.blue-bg {
    background: #080658;
}

.tags-wrapper .tags-content .tags {
    color: white;
    font-size: 11px;
    border: 1px solid #6c679b;
    padding: 4px 10px;
    border-radius: 50px;
    margin-right: 16px;
}

.tags-wrapper .tags-content {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 16px 0;
}

.tab-pane {
    margin-top: 32px;
}

.filter-section .nav-link {
    border-bottom: none;
    color: #ffff;
    font-weight: 700;
    text-transform: uppercase;
    padding: 10px 24px;
    letter-spacing: 2px;
}

    .filter-section .nav-link.active {
        background-color: white;
        color: #080658;
    }

.filter-section .nav {
    padding: 0;
}





.grid {
    /* display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px; */
}

.flip-container {
    perspective: 1000px;
}

.flip-card {
    width: 280px;
    height: 250px;
    position: relative;
    transform-style: preserve-3d;
    transition: transform 1.5s;
    cursor: pointer;
    margin: 10px;
}

    .flip-card:hover {
        transform: rotateY(180deg);
    }

    .flip-card .front, .flip-card .back {
        position: absolute;
        width: 100%;
        height: 100%;
        backface-visibility: hidden;
        display: flex;
        justify-content: center;
        align-items: center;
        /* border-radius: 15px; */
        /* border: 2px solid rgba(255, 105, 180, 0.8); Bord rose transparent */
        box-shadow: 0 0 15px rgba(255, 105, 180, 0.8);
        /* Effet néon */
        background: rgba(255, 255, 255, 0.1);
        /* Fond semi-transparent */
        color: white;
    }

    .flip-card .front {
        -webkit-transform: rotateY(0deg);
        -ms-transform: rotateY(0deg);
        background: orange;
        z-index: 2;
        overflow: hidden;
    }

        .flip-card .front img {
            object-fit: cover;
            width: 280px;
            height: 250px;
        }

    .flip-card .back {
        background: orange;
        z-index: 2;
        overflow: hidden;
        transform: rotateY(180deg);
        position: absolute;
        bottom: 10px;
        left: 0;
        right: 0;
        text-align: center;
        padding: 5%;
        display: flex;
        flex-direction: column;
    }

/* our products */
.orange-angel {
    background-image: url(../assets/orange_angle.png);
    background-position: center bottom;
    background-size: cover;
    position: relative;
    height: 800px;
    width: 100%;
    margin: 0px auto;
}

.slider-container {
    position: relative;
    width: 80%;
    height: 300px;
    perspective: 1000px;
    overflow: hidden;
}

.slider {
    display: flex;
    transform-style: preserve-3d;
    transform: translateZ(-300px) rotateY(0deg);
    transition: transform 1s ease-in-out;
    width: 100%;
    height: 100%;
}

.slide {
    flex: 0 0 100%;
    backface-visibility: hidden;
    transform: rotateY(0deg);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2em;
    font-weight: bold;
    position: relative;
    transform: scale(1) translateZ(200px);
    height: 100%;
    text-align: center;
    border-radius: 10px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}




.banner-img {
    background-image: url(../assets/Design_05.jpg);
    height: 400px;
    background-position: center;
    cursor: pointer;
}

.slider-background-banner-img {
    background-image: url(../assets/orange_angle.png);
    height: 800px;
    background-position: center;
    cursor: pointer;
    background-repeat: no-repeat;
}

.banner-img h2 {
    font-size: 9rem;
    line-height: 9.5rem;
    color: #fff;
    text-align: center;
    text-shadow: 0 0 32px rgba(151, 150, 150, 0.50);
    transition: none;
    -webkit-transition: none;
    cursor: default;
    font-family: "Freestyle Script";
    color: #fff;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.01em;
    font-size: 5rem;
    line-height: 6rem;
    padding: 36px 0;
}

.message-online-shop {
    background-color: white;
    padding: 40px 0;
}

.social-media-wrapper {
    padding: 36px 0;
    text-align: center;
}

    .social-media-wrapper h2 {
        font-family: "Freestyle Script";
        color: #fff;
        font-weight: 400;
        font-style: normal;
        letter-spacing: 0.01em;
        font-size: 3rem;
        line-height: 6rem;
    }

    .social-media-wrapper a {
        text-decoration: none;
        margin: 0 16px;
    }

        .social-media-wrapper a i {
            font-size: 32px;
            background-color: rgba(255, 255, 255, 0.2);
            border-radius: 50%;
            padding: 8px;
            color: rgba(255, 255, 255, 0.5);
        }

.message-online-shop .content p {
    color: red;
    background: #fff;
    color: #eb572a;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.05em;
    line-height: 1.6rem;
    padding: 10px;
    text-decoration: none;
    font-family: "Brandon", sans-serif;
    max-width: 1030px;
    width: calc(100% - 500px);
    margin: auto;
}

.block-link {
    background: #EB572A;
    position: relative;
    border-radius: 35px;
    padding: 10px 20px;
    text-align: center;
    min-width: 175px;
    text-decoration: none;
    font-weight: 500;
    /* display: block; */
    /* max-width: 100%;
    height: 100%; */
    /* position: relative; */
}

.shop-amazone-button {
    margin: 36px auto 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.button-text {
    color: #fff;
    position: relative;
    z-index: 9;
    font-weight: 600;
}

.block-link::after {
    content: '';
    position: absolute;
    border: 3px solid #EB572A;
    top: -7px;
    right: -7px;
    border-radius: 35px;
    padding: 3px;
    min-width: 188px;
    height: 60px;
    display: block;
}

.error-btn.block-link::after {
    width: 211px;
}

.img-circle {
    display: flex;
    font-size: 22px !important;
    margin-right: 16px;
    font-size: 2rem;
    color: #272979 !important;
    margin: 0 10px;
    border-radius: 28px;
    padding: 10px;
    background: #ffffff80 !important;
    align-items: center;
    transition: all 0.3s ease-in;
}

    .img-circle img {
        width: 20px;
    }


.sitemap h2 {
    font-family: "Freestyle Script";
    color: #fff;
    font-weight: 400;
    font-size: 4rem;
}

.sitemap ul li {
    list-style-type: none;
}

    .sitemap ul li a {
        font-family: "Brandon";
        font-size: 1.2rem;
        color: white;
        padding-left: 25px;
        text-decoration: none;
    }

/* .tab-content .img-container img{
    width: 350px;
  } */





/* banner Style start */

.banner-wrap {
    height: auto;
    position: relative;
    overflow: hidden;
}

.shape {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

    .shape svg {
        width: 100%;
    }

.banner-slider {
    height: 100%;
}

    .banner-slider > .banner-slide {
        display: none;
    }

        .banner-slider > .banner-slide:first-child {
            display: block;
        }

.slick-initialized .banner-slide {
    position: relative;
    height: 800px;
    padding-bottom: 300px;
    display: -webkit-flex !important;
    display: flex !important;
    -webkit-align-items: center;
    align-items: center;
}

.banner-slider .slick-arrow {
    position: absolute;
    right: 25px;
    bottom: 50px;
    font-size: 0;
    background: #ffffff;
    border: 0;
    width: 50px;
    height: 50px;
    z-index: 12;
    cursor: pointer;
    border-radius: 100%;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.12);
}

    .banner-slider .slick-arrow:before {
        font-family: "boxicons";
        font-size: 30px;
        text-align: center;
        line-height: 50px;
        color: rgba(0, 33, 71, 1);
    }

    .banner-slider .slick-arrow.slick-prev {
        right: 95px;
    }

        .banner-slider .slick-arrow.slick-prev:before {
            content: "\ea9b";
        }

    .banner-slider .slick-arrow.slick-next {
        right: 25px;
    }

        .banner-slider .slick-arrow.slick-next:before {
            content: "\eb1c";
        }

.hero-image {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center center;
}

.banner-wrap .container {
    position: relative;
    z-index: 12;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-overlay {
    /* background: #081c2d; */
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: .5;
}

.hero-content {
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.wrapper.leftside {
    /* transform: translate3d(330px, -123px, 0px); */
    opacity: 1;
    position: absolute;
    top: 0px;
    /* left: -100px; */
    -webkit-transition: all 0.6s ease;
    margin-top: 124px;
    left: 450px;
    transition: all 0.6s ease;
    width: 300px;
    border: 10px solid rgba(8, 6, 88, 0.85);
    position: relative;
    height: 360px;
    width: 360px !important;
    max-height: 360px;
    border-radius: 50%;
    padding: 50px !important;
    margin-left: auto;
    margin-right: auto;
}

    .wrapper.leftside:before {
        background: rgba(8, 6, 88, 0.85);
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        width: 322px;
        height: 322px;
        z-index: -1;
        content: '';
        border-radius: 50%;
    }

    .wrapper.leftside:after {
        border: 3px solid rgba(8, 6, 88, 0.85);
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        width: 333px;
        height: 333px;
        z-index: -1;
        content: '';
        border-radius: 50%;
    }

.hero-content .image {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
    /* -webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    -o-filter: blur(0px);
    -ms-filter: blur(0px);
    filter: blur(0px); */
    width: 100%;
}

.hero-content .closets {
    opacity: 1;
    z-index: 5;
    position: absolute;
    display: inline-block;
    width: 600px;
    height: 600px;
    -webkit-transform: scale(1) translate3d(0px, 0px, 0px);
    transform: scale(1) translate3d(0px, 0px, 0px);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 1;
    opacity: 1;
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
    top: 50px;
}

    .hero-content .closets h1 {
        position: absolute;
        top: 150px;
        left: -45px;
    }

.wrapper.rightside {
    position: absolute;
    top: 180px;
    right: -360px;
    transition: all 0.6s ease;
    width: 300px;
    border: 8px solid orange;
    position: relative;
    width: 260px !important;
    height: 260px;
    border-radius: 50%;
    padding: 50px !important;
    margin-left: auto;
    margin-right: auto;
}

    .wrapper.rightside:before {
        background: orange;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        width: 225px;
        height: 225px;
        z-index: 1;
        content: '';
        border-radius: 50%;
    }

    .wrapper.rightside:after {
        border: 2px solid orange;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        width: 236px;
        height: 236px;
        z-index: 1;
        content: '';
        border-radius: 50%;
    }

.hero-content p {
    font-size: 20px;
    line-height: 32px;
    max-width: 600px;
    color: rgba(255, 255, 255, 0.9);
    letter-spacing: 0.010em;
}

.hero-content h3 {
    font-size: 16px;
    color: rgba(255, 255, 255, .6);
    text-transform: uppercase;
    letter-spacing: 3px;
    position: relative;
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 12px;
    margin-left: 6px;
}

.hero-content h1 {
    font-size: 80px;
    line-height: 85px;
    margin-bottom: 18px;
    color: #e6e8f6;
    font-weight: 400;
    max-width: 760px;
    font-family: 'Freestyle', sans-serif;
}



.slick-slide {
    outline: none !important;
}

.slick-slider {
    user-select: text;
}

.circle-content {
    position: relative;
    top: 30px;
}

    .circle-content h4 {
        font-size: 22px;
        text-align: center;
    }

    .circle-content img {
        width: 200px;
    }

.right-circle-content {
    z-index: 999;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

    .right-circle-content > * {
        z-index: 99;
    }

    .right-circle-content p {
        font-size: 14px;
        line-height: 18px;
        text-align: center;
    }

    .right-circle-content .block-link {
        background: #EB572A;
        position: relative;
        border-radius: 35px;
        padding: 3px 15px;
        outline: none;
        border: none;
        color: white;
    }

        .right-circle-content .block-link::after {
            height: 70px;
        }

.drag-text {
    position: absolute;
    top: 350px;
    left: 0px;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
    z-index: 10;
}


.first-prallax-section {
    background-image: url(../assets/orange_and_blue_backgroundsmaller.jpg);
    height: 1200px;
    background-position: center;
    cursor: pointer;
    background-repeat: no-repeat;
    text-align: center;
    padding: 80px;
    background-size: cover;
    position: relative;
}


.second-prallax-section {
    background-image: url(../assets/kansascolor.jpg);
    height: 1600px;
    background-position: unset;
    cursor: pointer;
    background-repeat: no-repeat;
    text-align: center;
    padding: 80px;
    background-size: cover;
}

.text-over-on-svg {
    position: relative;
}

.lni-double-quotes-end-1 {
    margin-top: -30px;
    -ms-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
    margin-bottom: 58px;
    font-size: 60px;
    color: white;
    border-radius: 50%;
    background: rgba(46, 46, 120, 0.38);
    padding: 20px;
    /* margin-left: 39%; */
    position: absolute;
    left: 35%;
    top: 10%;
    -ms-transform: rotate(-0deg);
    -webkit-transform: rotate(-0deg);
    transform: rotate(-0deg);
}



    .lni-double-quotes-end-1.resvers-icon {
        background: #ad4f47;
        position: absolute;
        right: 30%;
        left: auto;
        bottom: 0;
        top: auto;
    }

.first-prallax-section .content-text {
    position: absolute;
    top: 30%;
    bottom: 0;
    left: 0;
    right: 0;
}

    .first-prallax-section .content-text h2 {
        font-family: 'Freestyle', sans-serif;
        color: white;
        font-size: 76px;
    }


    .first-prallax-section .content-text p {
        font-family: "Brandon";
        color: white;
        font-size: 26px;
    }

.rotate-text {
    transform: rotate(-10deg);
}

.date-wrapper.blue {
    border-color: #0059ff;
    -webkit-box-shadow: 0 0 128px -4px #0059ff;
    -moz-box-shadow: 0 0 128px -4px #0059ff;
    box-shadow: 0 0 128px -4px #0059ff;
}

.date-wrapper.small {
    padding: 45px;
}

.date-wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    padding: 60px;
    width: 150px;
    opacity: 1;
    height: 150px;
    /* transform: scale(1) translate3d(0px, 0px, 0px) rotate(0deg); */
    z-index: 1;
    left: 44.4734%;
    top: 20%;
}

    .date-wrapper h2 {
        font-family: 'Freestyle', sans-serif;
        color: white;
        font-size: 76px;
        position: absolute;
        top: 20%;
        left: 0;
        right: 0;
        margin: 0 auto;
        display: flex;
        align-items: center;
        justify-content: center;
    }

.object-1 {
    position: relative;
    top: 30%;
}

.date-wrapper.blue:before {
    background: #0059ff;
    background: -moz-linear-gradient(45deg, #0059ff 14%, #2d77ff 68%, #2d77ff 82%, #0059ff 97%);
    background: -webkit-linear-gradient(45deg, #0059ff 14%, #2d77ff 68%, #2d77ff 82%, #0059ff 97%);
    background: linear-gradient(45deg, #0059ff 14%, #2d77ff 68%, #2d77ff 82%, #0059ff 97%);
}

.date-wrapper:before {
    -webkit-animation: pulse4 6s infinite;
    -moz-animation: pulse4 6s infinite;
    -ms-animation: pulse4 6s infinite;
    animation: pulse4 6s infinite;
    transform-origin: center center;
}

.date-wrapper:before {
    background: red;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 80%;
    height: 80%;
    z-index: -1;
    content: '';
    border-radius: 50%;
}

.date-wrapper.blue:after {
    border-color: #0059ff;
}

.date-wrapper:after {
    -webkit-animation: pulse5 8s infinite;
    -moz-animation: pulse5 8s infinite;
    -ms-animation: pulse5 8s infinite;
    animation: pulse5 8s infinite;
    transform-origin: center center;
}

.date-wrapper:after {
    border: 6px solid red;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 86%;
    height: 86%;
    z-index: -1;
    content: '';
    border-radius: 50%;
}

.circle-with-object {
    position: relative;
    top: 30%;
}

.cestshook-wrapper {
    position: absolute;
    width: 330px;
    height: 330px;
    border-radius: 50%;
    padding: 25px !important;
    background-image: url(../assets/bubble_blue_light.png);
    background-position: center center;
    background-repeat: no-repeat;
    right: 20%;
    z-index: 8899;
}

    .cestshook-wrapper .text {
        display: flex;
        transform: rotate(-21deg);
        position: relative;
        top: 25%;
    }

        .cestshook-wrapper .text p {
            color: white;
            font-size: 36px;
            font-family: 'Freestyle', sans-serif;
            line-height: 36px;
        }

    .cestshook-wrapper:after {
        position: absolute;
        font-family: 'Freestyle', sans-serif;
        content: "Ces't Shook";
        font-size: 80px;
        top: 13px;
        left: 0;
        transform: rotate(-15deg);
        color: #fff;
    }

.circle-with-object svg {
    width: 300px;
    position: absolute;
    right: 20%;
    bottom: -70px;
}

.sidetext-wrapper {
    z-index: -1;
    background-image: url(../assets/bubble_blue_dark.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 340px;
    height: 340px;
    position: absolute;
    left: 15%;
    top: 80%;
}

    .sidetext-wrapper h3 {
        font-family: 'Futura LT W01 Medium Condensed', helvetica;
        font-size: 22px;
        line-height: 30px;
        color: orange;
        text-align: center;
        transform: rotate(-18deg);
        border-radius: 50%;
        padding: 20% 10%;
        width: 320px;
        height: 320px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

        .sidetext-wrapper h3 span {
            font-size: 26px;
            font-family: "Memphis LT W01 Bold";
            margin-bottom: 15px;
        }

.object-2 .date-wrapper {
    width: 250px;
    height: 250px;
    position: absolute;
    top: -120px;
}

    .object-2 .date-wrapper:before {
        background: orange;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        width: 80%;
        height: 80%;
        z-index: -1;
        content: '';
        border-radius: 50%;
    }

.object-2 {
    position: absolute;
    top: -10%;
    left: 0;
    right: 0;
}

    .object-2 .date-wrapper:after {
        border: 6px solid orange;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        width: 95%;
        height: 95%;
        z-index: -1;
        content: '';
        border-radius: 50%;
    }

    .object-2 .date-wrapper h2 {
        top: 30%;
    }

.three-bottal-img-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 0;
    top: 75px;
}

    .three-bottal-img-wrapper img {
        transform: rotate(16deg);
    }

    .three-bottal-img-wrapper .second-child {
        position: relative;
        top: -50px;
    }

.second-container {
    position: relative;
}

    .second-container .cestshook-wrapper {
        right: auto;
        top: 450px;
    }

.oz-image {
    background-image: url(../assets/wizard-oz.svg);
    width: 600px;
    height: 300px;
    position: absolute;
    top: 270px;
}

.second-container .sidetext-wrapper {
    left: 70%;
    top: 670px;
}

.object-3 .date-wrapper {
    position: absolute;
    left: 50%;
    top: 450px;
}

    .object-3 .date-wrapper:before {
        width: 70%;
        height: 70%;
    }

    .object-3 .date-wrapper::after {
        width: 90%;
        height: 90%;
    }

    .object-3 .date-wrapper h2 {
        font-size: 60px;
    }

.object-4 .date-wrapper {
    position: absolute;
    left: 35%;
    top: 250px;
}

    .object-4 .date-wrapper:after {
        border: 6px solid orange;
        position: absolute;
        top: 650px;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        width: 95%;
        height: 95%;
        z-index: -1;
        content: '';
        border-radius: 50%;
        -webkit-box-shadow: 0 0 128px -4px rgba(255, 166, 0, 1);
        -moz-box-shadow: 0 0 128px -4px rgba(255, 166, 0, 1);
        box-shadow: 0 0 128px -4px rgba(255, 166, 0, 1);
    }

    .object-4 .date-wrapper h2 {
        top: 600px;
    }

.object-4 .date-wrapper {
    width: 250px;
    height: 250px;
    position: absolute;
    /* top: -120px; */
}

    .object-4 .date-wrapper:before {
        background: orange;
        position: absolute;
        top: 650px;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        width: 80%;
        height: 80%;
        z-index: -1;
        content: '';
        border-radius: 50%;
    }

.inline-objects {
    position: relative;
    top: 400px;
    /* width: 100%; */
}


.second-container .inline-objects .sidetext-wrapper {
    left: -5%;
}

.second-container .inline-objects .img-warp {
    position: absolute;
    right: 0;
    top: 650px;
}

    .second-container .inline-objects .img-warp img {
        width: 250px;
    }

.third-parallax-container {
    background-image: url(../assets/discofull.png);
    height: 1800px;
    background-position: unset;
    cursor: pointer;
    background-repeat: no-repeat;
    text-align: center;
    padding: 80px;
    background-size: cover;
    position: relative;
}

.fourth-parallax-container {
    background-image: url(../assets/sky.png);
    height: 1600px;
    background-position: unset;
    cursor: pointer;
    background-repeat: no-repeat;
    text-align: center;
    padding: 80px;
    background-size: cover;
    position: relative;
    top: -500px;
}


.fifth-parallax-container {
    background-image: url(../assets/removed-bottle.jpg);
    height: 1300px;
    background-position: center;
    cursor: pointer;
    background-repeat: no-repeat;
    text-align: center;
    padding: 80px;
    background-size: cover;
    position: relative;
}

.third-parallax-container .inline-objects .sidetext-wrapper {
    left: auto;
    right: 0%;
    position: absolute;
}

.third-parallax-container .inline-objects .img-wrap {
    left: 0%;
    right: auto;
    top: -200px;
    position: absolute;
}

.third-parallax-container .inline-objects {
    position: relative;
    top: 50px;
}

.third-parallax-container .second-inline-object {
    top: 450px;
}

    .third-parallax-container .second-inline-object .sidetext-wrapper {
        left: 0;
        right: auto;
        position: absolute;
    }

    .third-parallax-container .second-inline-object .img-wrap {
        left: auto;
        right: 0;
        top: auto;
        position: absolute;
    }

.third-parallax-container .object-4 .date-wrapper:after {
    top: 0;
}

.third-parallax-container .object-4 .date-wrapper:before {
    top: 0;
}

.third-parallax-container .object-4 .date-wrapper {
    top: 0;
    left: 550px;
}

    .third-parallax-container .object-4 .date-wrapper h2 {
        top: 70px;
    }

.youtube-border {
    text-align: center;
    width: 508px !important;
    opacity: 1;
    height: 450px;
    transform: scale(1) translate3d(0px, 0px, 0px) rotate(0deg);
    z-index: 0;
    left: 58.6027%;
    top: 0;
    position: absolute;
}

    .youtube-border iframe {
        width: 302px;
        height: 182.75px;
        position: relative;
        top: 135px;
        transform: rotate(-8deg);
    }

    .youtube-border::after {
        content: '';
        position: absolute;
        top: -61px;
        bottom: 0;
        right: 0;
        left: 63px;
        font-size: 45rem;
        color: #080658;
        z-index: -1;
        background-size: cover;
        opacity: .7;
        /*// background-image: url(../assets/tv.svg);*/
        background-image: url(/images/SBFE_Orangina/tv.svg);
    }

.object-5 .date-wrapper {
    top: auto;
    bottom: 25%;
    right: 40%;
    left: auto;
}

.third-parallax-container .cestshook-wrapper {
    right: auto;
    bottom: 10%;
}

.third-parallax-container .oz-image {
    top: auto;
    bottom: 25%;
    background-image: none;
    width: 600px;
    height: 300px;
    position: absolute;
    /* top: 270px; */
}

    .third-parallax-container .oz-image svg {
        position: absolute;
        left: -5%;
    }

.third-parallax-container .object-6 .date-wrapper {
    top: auto;
    bottom: 25%;
    right: 50%;
    left: auto;
    bottom: 100px;
}

.sidetext-wrapper.obj-6 {
    left: auto;
    right: 15%;
}

.fourth-parallax-container .sidetext-wrapper {
    left: auto;
    right: 15%;
}

.fourth-parallax-container .youtube-border {
    right: auto;
    left: 10%;
}

.fourth-parallax-container .object-4 .date-wrapper {
    top: auto;
    bottom: 250px;
    right: 40%;
    left: auto;
}

.fourth-parallax-container .cestshook-wrapper {
    top: auto;
    bottom: 10px;
}

.fourth-parallax-container .oz-image {
    background-image: none;
    top: auto;
    bottom: 300px;
    left: auto;
    right: 530px;
}

    .fourth-parallax-container .oz-image svg {
        position: absolute;
    }

.fourth-parallax-container .fourth-inline-objects {
    display: flex;
    top: auto;
    bottom: -50px;
    position: absolute;
    flex-direction: row;
    width: 80%;
}

.fourth-inline-objects .sidetext-wrapper {
    position: absolute;
    left: auto;
    right: 0;
    top: auto;
    bottom: -350px;
}

.fourth-inline-objects .img-wrap img {
    width: 300px;
    transform: rotate(-25deg);
}


.fourth-inline-objects .img-wrap {
    position: absolute;
    left: 15%;
}

.fifth-parallax-container .bottal-img {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

    .fifth-parallax-container .bottal-img img {
        width: 1000px;
    }

.fifth-parallax-container .inline-objects {
    top: 350px;
}

.fifth-parallax-container .object-4 .date-wrapper {
    top: -850px;
    left: 28%;
}

    .fifth-parallax-container .object-4 .date-wrapper:before {
        background: #0059ff;
    }

    .fifth-parallax-container .object-4 .date-wrapper::after {
        border: 6px solid #0059ff;
        box-shadow: 0 0 128px -4px #0059ff;
    }

.sticky-top {
    z-index: 999999999;
}

.history-year {
    position: fixed;
    left: auto;
    right: 20px;
    top: 40%;
    color: #fff !important;
    /* display: flex
; */
    position: fixed;
    right: -120px;
    text-decoration: none;
    z-index: 99999;
    bottom: -25px;
    border-radius: 16px;
    padding: 0 25px;
    /* align-items: center; */
    width: 250px;
    height: 250px;
}

    .history-year ul li {
        list-style-type: none;
        padding: 8px 0;
        /* border-bottom: 1px solid white; */
    }

        .history-year ul li a {
            color: white;
            font-size: 18px;
            text-decoration: none;
        }

a:visited {
    color: #080658;
    text-decoration: none;
}

a {
    text-decoration: none;
}

.img-wrap .img-container img {
    width: 350px;
}

@media (max-width: 599px) {
    .box-new {
        height: fit-content;
        min-height: 210px;
        margin-bottom: 16px;
        margin-top: 30px;
    }

    .article-wrapper {
        padding: 48px 10px !important;
    }

    .mobile-img {
        display: block;
        width: 100%;
    }

    .desktop-img {
        display: none;
    }

    .text-wrapper {
        position: relative;
        padding: 10px 0;
    }

    .social-icons {
        display: none !important;
    }

    footer ul {
        /* flex-direction: row; */
        padding-left: 0;
    }

        footer ul .link-text {
            display: none;
        }

        footer ul li {
            margin: 0 8px;
        }

    .box-layout {
        max-width: 100%;
    }

    .box .content p {
        display: none;
    }

    .box .icon {
        margin-top: 0;
        margin-left: 0;
        top: 0;
        margin-right: 0;
    }

    .box {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        padding: 10px;
        margin-top: 0;
    }



        .box .content {
            padding-left: 15px;
        }

    .ors-orange-rule {
        display: none;
    }

    .modal.left .modal-dialog, .modal.right .modal-dialog {
        width: 400px;
    }




    .date-wrapper:after {
        width: 90%;
        height: 90%;
    }

    .date-wrapper::before {
        width: 70%;
        height: 70%;
    }

    .date-wrapper h2 {
        font-size: 50px;
        top: 30%;
    }

    .first-prallax-section .date-wrapper {
        top: -260px;
        position: relative;
    }

    .first-prallax-section .circle-with-object {
        top: 50px;
        left: 45px;
    }

        .first-prallax-section .circle-with-object svg {
            display: none;
        }

    .three-bottal-img-wrapper {
        display: none;
    }

    .second-container .cestshook-wrapper {
        top: 550px;
        right: 45px;
    }

    .second-prallax-section .date-wrapper {
        position: relative;
        left: 65px;
        width: 170px;
        height: 170px;
    }

    .first-prallax-section .sidetext-wrapper {
        position: relative;
        top: 561px;
        left: -65px;
    }

    .object-2 .date-wrapper:after {
        width: 90%;
        height: 90%;
    }

    .object-2 .date-wrapper:before {
        width: 70%;
        height: 70%;
    }

    .object-2 .date-wrapper h2 {
        font-size: 50px;
    }

    .oz-image {
        display: none;
    }

    .object-3 .date-wrapper {
        left: auto;
        right: -50%;
        top: 415px;
    }

    .beton-circle {
        position: relative;
    }

        .beton-circle .sidetext-wrapper {
            position: absolute;
            left: -80px;
        }

    .second-prallax-section {
        height: 2100px;
    }

    .inline-objects .img-warp {
        display: none;
    }

    .second-container .inline-objects .sidetext-wrapper {
        top: 870px;
        left: -30%;
    }

    .third-parallax-container .inline-objects .img-wrap {
        display: none;
    }

    .third-parallax-container .object-4.villemot .date-wrapper {
        left: 0;
        top: -50px;
    }

    /* .second-prallax-section .sidetext-wrapper{
        top: 870px;
        left: 5px;
    } */


    .second-prallax-section .object-4 .date-wrapper {
        position: relative;
        left: 110px;
        width: 170px;
        height: 170px;
        top: 110px;
    }

    .cestshook-wrapper:after {
        font-size: 60px;
        top: 23px;
        left: 20px;
    }

    .cestshook-wrapper {
        width: 280px;
        height: 280px;
        right: 35%;
    }

        .cestshook-wrapper .text p {
            font-size: 30px;
        }

    .img-wrap .img-container {
        display: none;
    }
}



/* product details page style start */

.detail-video-container {
    background-color: #EB572A;
}

    .detail-video-container iframe, .detail-video-container img {
        width: 100%;
        border: none;
        display: block;
        height: 724px;
    }

.social-icon--facebook {
    position: relative;
}

    .social-icon--facebook::after {
        content: "\e6f7";
        position: absolute;
    }

.detail-navigator__wrapper {
    background-color: #fff;
    padding: 24px 0;
}

.details-navigator__title .details-navigator__subtitle {
    color: #EB572A;
    font-size: 1.3rem;
    line-height: 2rem;
    font-family: "Brandon";
    position: relative;
    padding-bottom: 14px;
    margin-bottom: 0;
}

    .details-navigator__title .details-navigator__subtitle::after {
        content: "";
        position: absolute;
        width: 75%;
        height: 2px;
        bottom: 0;
        left: 0;
        background: #EB572A;
    }

.details-navigator__title .details-navigator__main-title {
    font-family: "Brandon";
    text-transform: uppercase;
    color: #080658;
    font-size: 1.8rem;
    line-height: 3rem;
    padding: 8px 0;
    margin-bottom: 0;
}

.social-sharing__group {
    display: flex;
    align-items: center;
    height: 100%;
}

    .social-sharing__group .social-sharing__label {
        font-family: "Brandon";
        color: rgb(153, 153, 153);
        font-size: 15px;
        text-transform: uppercase;
        margin-bottom: 0;
    }

.social-sharing__icons i {
    font-size: 2.3rem;
    cursor: pointer;
}

.detail-navigator__menu {
    background: #3a377e;
    color: #fff;
}

i.icon-menu {
    position: relative;
    background: url("/images/SBFE_Orangina/view_all_icon.png") no-repeat;
    width: 85px;
    height: 60px;
    display: block;
    background-position: 0 0;
    background-size: contain;
    margin-left: auto;
}

.details-navigator__container a {
    color: inherit;
    align-content: center;
    text-decoration: none;
}

.details-navigator__menu-list {
    justify-content: space-between;
}

.details-navigator__container a span {
    font-family: "Brandon";
    text-transform: uppercase;
    font-size: 1.3rem;
    line-height: 2rem;
    display: flex;
    color: #fff;
}

.details-navigator__menu-list {
    display: flex;
}

.article-details-container {
    background: #77c0e9;
    padding: 40px 0;
}

.article-wrapper {
    background-color: #fff;
    padding: 48px 80px;
}

.article-details-container .article-details .article-title {
    padding: 20px 0 20px;
    font-family: Helvetica, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: .9rem;
    line-height: 1.2rem;
    margin-bottom: 0;
    position: relative;
}

.article-title a {
    color: #080658;
    text-decoration: none;
}

.article-details-container .article-details .article-title::after {
    content: "";
    position: absolute;
    height: 2px;
    width: 85%;
    left: 0;
    bottom: 0;
    background-color: #ddd;
}

.article-details-container .article-wrapper .article-content {
    font-family: "Brandon";
    color: #EB572A;
    font-size: 1.3rem;
    text-decoration: none;
    line-height: 2rem;
    padding: 20px 0;
}

    .article-details-container .article-wrapper .article-content a {
        font-size: inherit;
        font-family: inherit;
        text-decoration: none;
        color: inherit;
    }

.article-group__header {
    position: relative;
    display: flex;
    gap: 20px;
    align-items: center;
    padding-bottom: 6px;
}

    .article-group__header::after {
        content: "";
        height: 1px;
        width: 100%;
        background-color: #EB572A;
        position: absolute;
        left: 0;
        bottom: 0;
    }

.article-card {
    margin: 20px 0;
    border: 1px solid #efefef;
    position: relative;
    background: #fff;
    float: left;
    transition: all .3s;
    overflow: hidden;
    -webkit-transition: all .3s;
    border-radius: 5px;
    cursor: pointer;
}

    .article-card:hover .article-card__title,
    .article-card:hover .article-card__description {
        color: white !important;
    }

    .article-card:hover .article-card__btn {
        color: #b07200 I !important;
    }

    .article-card:hover .article-card__category,
    .article-card:hover .article-card__btn {
        color: #b07200 !important;
    }

    .article-card:hover .article-card__title::after {
        background-color: #b07200 !important;
    }

    .article-card:hover .article-img {
        opacity: 0.6;
    }

    .article-card:hover {
        background-color: #06043d;
    }

.article-group__header .article-group__icon {
    height: 56px;
    width: 56px;
}

.article-group__header .article-group__title {
    color: #080658;
    font-size: 20px;
    line-height: 20px;
    letter-spacing: 5px;
    font-family: "Brandon";
    margin-bottom: 0;
}

.article-card__group .article-card .article-img {
    width: 100%;
}

.article-card__content {
    padding: 20px;
}

.article-card__group .article-card__content .article-card__category {
    line-height: 2rem;
    color: #ababab;
    font-size: 12px;
    margin-bottom: 0;
    font-family: "Brandon";
    text-transform: uppercase;
}

.article-card__group .article-card__content .article-card__title {
    line-height: 2rem;
    color: #080658;
    font-size: 16px;
    margin-bottom: 0;
    padding: 0 0 16px;
    position: relative;
    font-family: "Brandon";
    text-transform: uppercase;
}

.article-group-container {
    padding: 0 14px;
}

.article-card__group .article-card__content .article-card__title::after {
    content: "";
    position: absolute;
    width: 50%;
    height: 2px;
    left: 0;
    bottom: 0;
    background: #EB572A;
}

.article-card__group .article-card__content .article-card__description {
    font-size: 12px;
    line-height: 20px;
    padding: 16px 0 80px;
    margin-bottom: 0;
    color: #ababab;
    font-family: Helvetica, sans-serif;
}

.article-card__group .article-card__content .article-card__btn {
    display: inline-block;
    color: #ff4905;
    border-radius: 15px;
    font-size: 12px;
    position: relative;
    border: 1px solid #ffb69b;
    text-transform: uppercase;
    padding: 3px 16px;
    font-weight: 600;
    text-decoration: none;
}

.details-navigator__menu-list span i.ri-arrow-right-s-line,
.details-navigator__menu-list span i.ri-arrow-left-s-line {
    font-size: 40px;
}
/* product details page style end */

.article-img-container {
    margin: 50px 0;
    width: 100%
}

    .article-img-container img {
        width: 100%;
        display: block;
        max-height: 420px;
        height: 420px;
        padding: 30px 0;
    }

@media (min-width: 992px) {
    .article-img-container {
        margin: 50px 0;
        width: 50% !important;
    }

        .article-img-container img {
            width: 100% !important;
            display: block;
            max-height: 420px;
            height: 420px;
            padding: 30px 0;
        }
}

.tbl-view {
    border-radius: 3px;
    box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.5), 0 1px 10px 0 rgba(0, 0, 0, 0.15);
    margin: 1px;
    padding: 5px 0;
    width: 100%;
}

    .tbl-view a {
        color: #EB572A !important;
        text-decoration: none;
    }

#prevButton_article,
#nextButton_article {
    visibility: hidden;
    /* Hide button but keep its space */
    pointer-events: none;
    /* Prevent clicking on the hidden button */
}

    #prevButton_article.show,
    #nextButton_article.show {
        visibility: visible;
        /* Show the button when it should be visible */
        pointer-events: auto;
        /* Enable clicking when visible */
    }

/*age gate START*/
.age-gate-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(6, 5, 66, 0.9);
    text-align: center;
    color: #fff;
    height: 100%;
    width: 100%;
    z-index: 5;
    padding-top: 50px;
}

.age-gate-inner-wrapper-inner {
    background: #080658;
    max-width: 600px;
    margin: auto;
    padding: 30px 30px 20px 30px;
    border-radius: 20px;
    border: 10px solid #393879;
}

.age-gate-wrapper .age-gate-enter-buttons,
.age-gate-wrapper .age-gate-entry-denied {
    display: block;
    margin: auto;
}

.age-gate-wrapper .age-gate-title h2 {
    font-family: "Brandon";
    font-size: 2rem;
    line-height: 2rem;
    text-transform: uppercase;
    color: #fff;
}

.age-gate-wrapper .age-gate-body1 h4 {
    font-size: 1.5rem;
    line-height: 2rem;
    color: orange;
    text-transform: uppercase !important;
    margin-top: 10px;
    margin-bottom: 30px;
}

.age-gate-wrapper .age-gate-body2 h5 {
    font-size: 1.5rem;
    line-height: 2rem;
    color: white;
    text-transform: uppercase !important;
    margin-top: 30px;
    margin-bottom: 10px;
}

.age-gate-enter-button,
.age-gate-leave-button,
.age-gate-entry-denied-button {
    padding: 5px 5px 5px 10px;
    background: #EB572A;
    margin: 20px;
    display: inline-block;
    width: 120px;
    color: #fff;
    border-radius: 30px;
    font-size: 1.5rem;
    position: relative;
}

    .age-gate-enter-button:before,
    .age-gate-leave-button:before,
    .age-gate-entry-denied-button:before {
        content: '';
        position: absolute;
        border: 3px solid #EB572A;
        top: 0px;
        right: 0px;
        border-radius: 35px;
        padding: 3px;
        width: 100%;
        height: 100%;
        display: block;
    }

    .age-gate-enter-button:hover,
    .age-gate-leave-button:hover,
    .age-gate-entry-denied-button:hover {
        background: orange;
    }

.age-gate-enter-button,
.age-gate-leave-button,
.age-gate-entry-denied-button {
    display: block;
    position: relative;
    top: 50%;
    left: 50%;
    margin-left: -60px;
}

.age-gate-inner-wrapper-inner {
    position: relative;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.age-gate-age-select-year,
.age-gate-age-select-month,
.age-gate-age-select-day {
    padding: 10px 5px 10px 15px;
    background: #080658;
    border: 2px solid #9c9cbc;
    margin: 3px;
    display: inline-block;
    width: 120px;
    color: #fff;
    border-radius: 30px;
    font-size: 1rem;
    position: relative;
    text-transform: uppercase;
}

.age-gate-age-select-day {
    width: 70px;
}

.age-gate-age-select-year {
    width: 70px;
}

    .age-gate-age-select-year:before,
    .age-gate-age-select-month:before,
    .age-gate-age-select-day:before {
        content: '';
        position: absolute;
        border: 3px solid #EB572A;
        top: -6px;
        right: -6px;
        border-radius: 35px;
        padding: 3px;
        width: 100%;
        height: 100%;
        display: block;
    }

    .age-gate-age-select:hover,
    .age-gate-age-select-month:hover,
    .age-gate-age-select-day:hover,
    .age-gate-age-select-year:hover {
        background: orange;
    }

.age-gate-wrapper .age-gate-entry-denied {
    display: none;
}

    .age-gate-wrapper .age-gate-entry-denied span {
        color: #EB572A;
        font-size: 1.5rem;
    }

/*age gate END*/

.bg-orange-class {
    background-color: #FA7415;
    padding: 40px 15px;
    height: auto;
    width: 100%;
}

.orange-txt-container {
    font-family: "Brandon";
}

    .orange-txt-container .title-txt {
        position: relative;
        font-size: 1.2rem;
        width: 100%;
        /* font-family: "Brandon", sans-serif; */
        text-transform: uppercase;
        color: white;
    }

        .orange-txt-container .title-txt::after {
            content: "";
            position: absolute;
            bottom: -5px;
            left: 0;
            right: 0;
            height: 2px;
            background-color: white;
        }

    .orange-txt-container .orange-inner-cls {
        padding: 10px 5px;
    }

        .orange-txt-container .orange-inner-cls p {
            font-size: 1.2rem;
            font-weight: bold;
            text-transform: uppercase;
            font-family: "Brandon";
            margin-bottom: 0;
            line-height: 50px;
        }

        .orange-txt-container .orange-inner-cls span {
            font-size: .9rem;
            font-weight: 400;
            font-family: "Helvetica", sans-serif;
            line-height: 1px;
        }

        .orange-txt-container .orange-inner-cls img {
            height: 45px;
            width: 45px;
            object-fit: contain;
        }

        .orange-txt-container .orange-inner-cls a {
            text-decoration: none;
            font-family: "Brandon";
            color: #080658;
        }

            .orange-txt-container .orange-inner-cls a:hover {
                text-decoration: underline;
            }

.collapsible {
    position: relative;
    background-color: white;
    padding: 12px;
    width: 100%;
    text-align: left;
    font-family: "Brandon";
    font-weight: 400;
    font-style: normal;
    font-size: 1.2rem;
    line-height: 2rem;
    text-transform: uppercase;
    border: 5px solid #55555517;
}

    .collapsible::after {
        position: absolute;
        content: "";
        background-image: url(../assets/accordion-open.png);
        background-size: contain;
        background-repeat: no-repeat;
        width: 12px;
        height: 12px;
        top: 50%;
        right: 10px;
        transform: translateY(-50%);
    }

    .active,
    .collapsible:hover {
        background-color: #55555517;
    }

.content-text-box {
    text-align: left;
    padding: 0 18px;
    display: none;
    overflow: hidden;
    background-color: #ffffff;
    border: 5px solid #55555517;
}

    .content-text-box p {
        color: #000000;
        font-size: .9rem;
    }

    .content-text-box a {
        text-decoration: none;
    }

        .content-text-box a:hover {
            text-decoration: underline;
        }

/* .common-btn-bg {
    color: #ff4905 !important;
    border: 1px solid #ffaf00;
    border-radius: 15px;
    background-color: transparent;
    text-transform: uppercase;
    font-size: .8rem;
    font-family: "Helvetica", sans-serif;
    padding: 4px 10px;
    font-weight: 600;
    text-decoration: none;
    margin-bottom: 10px;
} */


.common-btn-bg {
    color: #ff4905 !important;
    border: 1px solid #ffaf00;
    border-radius: 15px;
    background-color: transparent;
    text-transform: uppercase;
    font-size: .8rem;
    font-family: "Helvetica", sans-serif;
    padding: 4px 10px;
    font-weight: 600;
    text-decoration: none;
    margin-bottom: 10px;
}

.content-stream-cta-btn {
    display: flex;
    width: fit-content;
    color: #ff4905 !important;
    border-radius: 15px;
    font-size: 0.8rem;
    position: relative;
    border: 1px solid #ffb69b;
    text-transform: uppercase;
    padding-left: 10px;
    font-weight: 600;
    padding-top: 2px;
    align-items: center;
    justify-content: center;
}

    .content-stream-cta-btn:after {
        font-family: 'Lineicons';
        content: "\ea7d";
        margin: -5px 6px 0px 0px;
        color: #ff4905;
        font-size: 1rem;
        transform: rotate(179deg);
        display: inline-block;
    }


    .content-stream-cta-btn:hover {
        border-radius: 16px;
        color: #fff !important;
    }


.faq-container {
    background-color: #fff;
    height: 100%;
    padding-bottom: 80px;
}

.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 #C49DA4;
}


#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(/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-top: 7%; */
    margin: 0 auto;
}

    .image-container img {
        width: 100%;
        height: auto;
        display: block;
        margin: 0 auto;
        padding: 10% 0;
    }

/* Close Button */
.close-btn {
    position: absolute;
    top: 12%;
    right: 25px;
    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;
}



/* 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;
    }

    .cookie-popup button {
        padding: 5px 20px;
        cursor: pointer;
        font-size: 14px;
    }

.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: #ff4905 !important;
    }

    .popup-btn-container .custom-btn {
        margin: 0 16px 16px 16px;
    }

        .popup-btn-container .custom-btn:first-child {
            margin-left: 0;
        }

label.right-required-feild::before {
    content: " *";
    color: red;
}

.thanks__container {
    display: none;
}
/*sri 14072025 footer hover */
footer .img-circle {
    background: #ffffff !important;
}

footer .base-nav-contact:hover > .img-circle {
    background: #ff4905 !important;
}

span.icon-flip-header img {
    width: 20px;
    height: 20px;
}
 /*150825 @sri table format*/
 
 
 @media screen and (max-width: 480px) {
    .container {
        padding: 10px;
    }
 
    th, td {
        padding: 8px;
        font-size: 14px;
    }
}
 
.container-table {
    max-width: 100%;
    margin: 0 auto;
    padding: 20px;
    box-sizing: border-box;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}
 
table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
}
 
td {
    padding: 10px;
    border: 1px solid #ddd;
    vertical-align: top;
    text-align: left;
}
 
.vertical-scroll{
    width: 100%;
    overflow-x: scroll;
}
/*Added rte table 15082025*/

.RTE-table thead tr {
    BACKGROUND: #eaeaea !important;
}
.RTE-table th,
.RTE-table td {
    border: 1px solid #ccc !important;
    padding: 12px;
    text-align: left;
    background-color: transparent !important;
}