* {
    font-family: "Rubik", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
}

body {
    /* cursor: none; */
    overflow-x: hidden ;
}

a {
    transition: all 0.2s ease;
}

.button-link:hover {
    filter: drop-shadow(2px 4px 0 rgba(0, 0, 0, 1));
    border: 3px solid #000;
    transform: translate(-20px, -10px);
}

.quiosque-contact-us {
    background-color: #F14F24;
    border-radius: 32px;
    padding: 20px 0; 
    max-width: 358px; 
    font-weight: 800; 
    letter-spacing: 2px; 
    border: 3px solid transparent;
}

@media (min-width: 1400px) {
    .container {
        max-width: 1640px;
    }

    .container-fluid {
        max-width: 1920px;
    }
}

.header-background {
    background-color: #F8B53D;
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
}

header .nav-link {
    padding: 8px 20px;
}

header .nav-link:hover {
    filter: brightness(0) !important;
}

.rubik-medium {
    font-family: "Rubik", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: medium;
}

.rubik-bold {
    font-family: "Rubik", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: bold;
}

.hero-bg {
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 40px;
    height: calc(100vh - 208px);
    justify-content: end;
}

.hero-fs {
    max-width: 595px;
    font-size: 80px;
    line-height: 76px;
    padding-bottom: 78px;
    align-self: flex-end;
}

.squares-title {
    font-size: 56px;
    font-weight: bold;
    line-height: 60px;
}

.square-slick-img {
    width: 100%;
    height: 100%;
    height: 440px;
    margin-right: 20px;
    border-radius: 20px;
}

.square-slick {
    padding-top: 110px;
}

.square-slick .slick-list{
    padding:0 20% 0 0 !important;
    overflow: visible !important;
    clip-path: inset(-100vw -100vw -100vw 0);
}

.square-prev {
    display: inline-block;
    background-image: url("../img/yellow-prev.svg");
    width: 44px;
    height: 44px;
    background-size: contain;
    background-repeat: no-repeat;
}

.square-next {
    display: inline-block;
    background-image: url("../img/yellow-next.svg");
    width: 44px;
    height: 44px;
    background-size: contain;
    background-repeat: no-repeat;
}

.product-prev {
    display: inline-block;
    background-image: url("../img/orange-prev.svg");
    width: 44px;
    height: 44px;
    background-size: contain;
    background-repeat: no-repeat;
}

.product-next {
    display: inline-block;
    background-image: url("../img/orange-next.svg");
    width: 44px;
    height: 44px;
    background-size: contain;
    background-repeat: no-repeat;
}

/* .square-prev[aria-disabled="true"] {
    background-image: url("../img/arrow-left-disabled.svg");
} */

.square-next[aria-disabled="true"] {
    background-image: url("../img/arrow-right-disabled.svg");
}

.yellow-square {
    background-color: #FDB53C;
    height: 700px; 
    max-width: 935px; 
    padding: 0 160px;
}

.yellow-square p:first-child {
    padding-top: 140px;
}

.orange-square {
    background-color: #F14F24; 
    height: 700px; 
    max-width: 935px; 
    padding-left:160px;
}

.square-slick-arrows {
    padding-top: 20px;
}

#explore {
    padding-top: 168px;
}

#products-carousel {
    padding-top: 140px;
    min-height: 880px;
    overflow: hidden;
}

.products-slick .slick-list {
    overflow: visible !important;
}

.product-slick-wrapper {
    margin: 0 20px;
    border-radius: 40px;
    overflow: hidden;
    background-color: #FFDBD1;
    transition: transform 0.3s ease, background-color 0.3s ease;
    position: relative;
}

.product-slick-img {
    width: 100%;
    height: 275px;
    transition: transform 0.3s ease, height 0.3s ease;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.product-slick-title {
    font-size: 32px;
    line-height: 46px;
    font-weight: bold;
    color: #2B2928;
}

.product-slick-text {
    font-size: 14px;
    line-height: 24px;
    color: #2B2928;
}

.product-slick-wrapper.slick-current {
    background-color: #F14F24;
    transform: translateY(-10%);
    z-index: 1;
}

.product-slick-wrapper.slick-current .product-slick-img {
    width: 100%;
    height: 378px;
}

.product-slick-wrapper.slick-current .product-slick-title {
    color: #fff;
    font-size: 56px;
    line-height: 46px;
}

.product-slick-wrapper.slick-current .product-slick-text {
    color: #fff;
    font-size: 24px;
    line-height: 36px;
}

.marquee-container {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    background: #F14F24;
    padding: 24px 0;
    box-sizing: border-box;
    position: relative;
}

.marquee-content {
    display: flex;
    width: 200%;
    animation: marquee 20s linear infinite;
}

.marquee-content span {
    display: inline-block;
    padding-right: 2rem;
}


@keyframes marquee {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

.experience-bg {
    margin: 0 auto; 
    max-width: 1636px; 
    background-image: url('../../public/img/exp-bg.png'); 
    background-size: contain; 
    background-position: center; 
    background-repeat: no-repeat;
}

.experience-bg-bird {
    position: absolute;
    top: -25%;
    right: 5%;
}

#manawara-experience {
    padding-top: 175px;
}

.mail-icon:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    margin-right: 20px;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url("../img/mail.svg");
    top: 0;
    left: 0;
}

.insta-icon:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    margin-right: 20px;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url("../img/insta.svg");
    top: 0;
    left: 0;
}

.phone-icon:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 24px;
    height: 30px;
    margin-right: 20px;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url("../img/phone.svg");
    top: 0;
    left: 0;
}

.navbar-whatsapp-icon {
    display: block;
    background-image: url("../img/whats.svg");
    width: 39px;
    height: 39px;
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 32px;
}

.quiosque-yellow {
    max-width: 65%;
}

.hero-mobile {
    display: none;
}

.whats-app {
    position: fixed;
    width: 56px;
    height: 56px;
    bottom: 60px;
    right: 60px;
    z-index: 9999999;
}

.separador:before {
    content: "";
    display: block;
    background-image: url('../img/separador.png');
    background-size: contain;
    background-repeat: no-repeat;
    width: 7px;
    height: 494px;
    position: absolute;
    left: -5%;
    top: 5%;
}

/* Container for the custom cursor */
.cursor {
    width: 30px;
    height: 30px;
    position: absolute;
    pointer-events: none;
    z-index: 9999999;
}

/* Outer border element */
.cursor .border {
    width: 30px;
    height: 30px;
    border: 1px solid #F14F24 !important;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    /* Center the border around the cursor */
    transform: translate(-50%, -50%);
    transition: transform 0.1s ease-out; /* Quick transition for smooth stagger effect */
}

/* Inner bullet element */
.cursor .bullet {
    width: 6px;
    height: 6px;
    background-color: #F14F24;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    opacity: .8;
    transform: translate(-50%, -50%); /* Center bullet inside cursor */
    transition: width .3s ease-out, height .3s ease-out; /* Smooth transition for hover effect */
}

/* Increase size when hovering over links */
/* Increase size when hovering over links */
body.enlarge .cursor .bullet {
    width: 60%;
    height: 60%;
}

.amazon-flavors:after {
    content: "";
    display: block;
    width: 1200px;
    height: 2px;
    background: no-repeat url('../img/amazon-flavors.png');
    position: absolute;
    bottom: 0;
    left: -148%;
}



@media (max-width: 1366px) {
    .header-logo {
        max-width: 150px;
    }
}


@media (max-width: 991px) {
    button:focus:not(:focus-visible) {
        outline: none;
    }

    .navbar-toggler:focus {
        box-shadow: none;
    }

    .nav-link:hover {
        filter: brightness(1) !important;
    }

    .hero-bg {
        height: calc(100vh - 180px);
        background-position: center;
        justify-content: center;
    }

    .hero-fs {
        max-width: 320px;
        font-size: 42px;
        line-height: 48px;
        padding-bottom: 0;
        padding-left: 0;
        align-self: auto;
        padding-top: 100px;
        text-align: center;
    }

    .squares-title {
        font-size: 40px;
        line-height: 46px;
    }

    .yellow-square {
        height: auto;
        width: 100%;
        padding: 0 40px;
    }

    .yellow-square p:first-child {
        padding-top: 80px;
    }

    .yellow-square p:last-child {
        padding-bottom: 80px;
    }

    .yellow-square-pellets {
        left: 50% !important;
        top: 50% !important;

    }

    .yellow-square-pellets img {
        width: 50%;
    }

    .orange-square {
        height: auto;
        width: 100%;
        padding: 0 40px;
        margin-bottom: 40px;
    }

    .square-slick {
        padding-top: 120px;
    }

    .square-slick .slick-list {
        padding: 0 !important;
        clip-path: none;
        overflow: hidden !important;
    }

    .square-slick-arrows {
        padding: 20px 0 80px;
        display: flex;
        justify-content: center;
    }

    .footer-border-bottom {
        border-bottom: 1px solid #F14F24;
    }

    .square-slick-img {
        height: auto;
        border-radius: 0;
        margin-right: 0;
    }

    .product-slick-wrapper {
        margin: 0 10px;
    }

    .product-slick-wrapper span {
        padding: 40px 20px !important;
    }

    .product-prev {
        bottom: 55px !important;
        left: 38% !important;
        top: auto !important;
    }

    .product-next {
        bottom: 55px !important;
        right: 38% !important;
        top: auto !important;
    }

    .quiosque-contact-us {
        filter: drop-shadow(2px 4px 0 rgba(0, 0, 0, 1));
        border: 3px solid #000;
        margin-bottom: 50px;
    }

    .button-link:hover {
        transform: none;
    }

    .quiosque-yellow {
        max-width: 90%;
        padding-top: 100px;
    }

    .banner-4 {
        height: 420px;
        margin-top: 14px;
    }

    .banner-3 {
        height: 420px;
        margin-top: 14px;
    }

    .quiosque-pellets {
        top: -60px !important;
        right: 0 !important;
        left: auto !important;
        transform: none !important;
    }

    .quiosque-pellets img {
        width: 25%;
    }

    .reset-background-color {
        background-color: transparent !important;
    }

    .process-top {
        padding-top: 20px !important;
    }

    #explore {
        padding-top: 20px;
    }

    #manawara-experience p {
        font-size: 32px !important;
        line-height: 38px !important;
    }

    #manawara-experience p:first-child {
        padding-top: 120px !important;
    }

    .experience-bg {
        height: 440px !important;
        max-width: 90% !important;
        border-radius: 40px !important;
        background-size: cover;
    }

    .experience-bg-bird {
        position: absolute;
        top: -20%;
        right: 25%;
        width: 160px;
    }

    .link-fs {
        font-size: 36px !important;
    }

    #manawara-experience {
        padding-top: 120px;
    }

    #manawara-graph {
        display: none;
    }

    .scroll-img {
        display: none;
        left: 33% !important;
    }
    
    .hero-mobile {
        display: block;
    }

    #manawara-footer .hero-fs {
        text-align: left;
    }

    #manawara-socials {
        padding-top: 80px !important;
    }
}

@media (max-width: 320px) {
    .link-fs {
        font-size: 20px !important;
    }
    .link-fs-footer {
        font-size: 14px !important;
    }
    .yellow-square-pellets {
        display: none;
    }
    .product-slick-wrapper {
        margin: 0 10px;
    }
    .product-slick-wrapper span {
        padding: 20px 10px !important;
    }
    .product-next {
        right: 34% !important;
    }
    .product-prev {
        left: 34% !important;
    }
    .yellow-square {
        padding: 0 20px;
    }
}

@media only screen and (min-width: 1025.1px) {
    :root {
        --scrollbar:7.5px;
        --w-100vw: calc(100vw - var(--scrollbar));
    }

    ::-webkit-scrollbar {
        width: var(--scrollbar);
    }

    ::-webkit-scrollbar-track {
        background: #fff;
    }

    ::-webkit-scrollbar-thumb {
        background: #FDC929;
        border-radius: 1rem
    }

    .wrapper {
        width: var(--w-100vw)
    }
}

@media only screen and (max-width: 1025px) {
    :root {
        --scrollbar:0;
        --w-100vw: 100%
    }
}