/*
Theme Name: Divi Child
Theme URI: http://www.elegantthemes.com/gallery/divi/
Description: Child theme for Divi theme
Author: Your Name
Author URI: http://www.yourwebsite.com
Template: Divi
Version: 1.0.0
*/

@font-face {
    font-family: 'Gotham';
    src: url('fonts/7416Gotham.woff2') format('woff2'), url('fonts/7416Gotham.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

html,
body {
    max-width: 100%;
    overflow-x: hidden;
}

.age-gate__challenge {
    padding-bottom: 20px !important;
}

.age-gate__submit.age-gate__submit--yes {
    background-color: #ee243e !important;
    border-radius: 100px !important;
    padding-left: 30px !important;
    padding-right: 30px !important;
}

.age-gate__submit.age-gate__submit--no {
    border-radius: 100px !important;
    padding-left: 34px !important;
    padding-right: 34px !important;
}

.marquee {
    position: relative;

    display: flex;

    animation: moveLeft 14s linear infinite !important;
}

.track {
    font-size: 16px;

    white-space: nowrap;

    min-width: 100%;

    text-align: center;

    padding-top: 0.5vh;

    line-height: 0.9em;

    letter-spacing: 0.8px;

    color: #090238;

    font-family: poppins !important;
}

.track a {
    color: #090238;

    text-decoration: none;

    animation: text 10s infinite linear;

    position: relative;

    letter-spacing: 1.2px;

    font-size: 18px;

    font-style: bold;
}

@keyframes text {
    0% {
        left: 0%;
    }

    25% {
        left: -10%;
    }

    50% {
        left: -20%;
    }

    75% {
        left: -30%;
    }

    100% {
        left: -40%;
    }
}

body {
    overflow-x: hidden;
}

#page-container {
    overflow: hidden;
}

.header-h1 h1 {
    font-family: 'gotham', Georgia, 'Times New Roman', serif !important;
    font-size: 180px !important;
    color: #ffffff !important;
}

@media only screen and (max-width: 980px) {
    .header-h1 h1 {
        font-size: 12vh !important;
    }
}

@media only screen and (max-width: 767px) {
    .header-h1 h1 {
        font-size: 9vh !important;
    }
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
}

.rls-toggle-button {
    margin-left: 22px;
    position: relative;
    top: -7px;
    padding: 0;
}

/* Flavors List Module Styles */
.et_pb_flavors_list .flavor-item-image {
    /* overflow: hidden; */
}

.et_pb_flavors_list .flavor-item-image img {
    transition: transform 0.3s ease;
}

.et_pb_flavors_list .flavor-item:hover .flavor-item-image img {
    transform: scaleX(1.2) scaleY(1.2) rotateX(0deg) rotateY(0deg) rotateZ(6deg);
}

/* Language-conditional visibility helpers */
.show-on--de-de,
.show-on--de-be,
.show-on--en-us,
.show-on--en-gb,
.show-on--fr-fr,
.show-on--fr-be,
.show-on--nl-nl,
.show-on--nl-be {
    display: none !important;
}

html:lang(de-DE) .show-on--de-de,
html:lang(de-BE) .show-on--de-be,
html:lang(en-US) .show-on--en-us,
html:lang(en-GB) .show-on--en-gb,
html:lang(fr-FR) .show-on--fr-fr,
html:lang(fr-BE) .show-on--fr-be,
html:lang(nl-NL) .show-on--nl-nl,
html:lang(nl-BE) .show-on--nl-be {
    display: revert !important;
}

html:lang(de-DE) .hide-on--de-de,
html:lang(de-BE) .hide-on--de-be,
html:lang(en-US) .hide-on--en-us,
html:lang(en-GB) .hide-on--en-gb,
html:lang(fr-FR) .hide-on--fr-fr,
html:lang(fr-BE) .hide-on--fr-be,
html:lang(nl-NL) .hide-on--nl-nl,
html:lang(nl-BE) .hide-on--nl-be {
    display: none !important;
}
