.poppins-thin {
    font-family: "Poppins", sans-serif;
    font-weight: 100;
    font-style: normal;
}

.poppins-extralight {
    font-family: "Poppins", sans-serif;
    font-weight: 200;
    font-style: normal;
}

.poppins-light {
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-style: normal;
}

.poppins-regular {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.poppins-medium {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: normal;
}

.poppins-semibold {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: normal;
}

.poppins-bold {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: normal;
}

.poppins-extrabold {
    font-family: "Poppins", sans-serif;
    font-weight: 800;
    font-style: normal;
}

.poppins-black {
    font-family: "Poppins", sans-serif;
    font-weight: 900;
    font-style: normal;
}

.poppins-thin-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 100;
    font-style: italic;
}

.poppins-extralight-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 200;
    font-style: italic;
}

.poppins-light-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-style: italic;
}

.poppins-regular-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: italic;
}

.poppins-medium-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: italic;
}

.poppins-semibold-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: italic;
}

.poppins-bold-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: italic;
}

.poppins-extrabold-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 800;
    font-style: italic;
}

.poppins-black-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 900;
    font-style: italic;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
    font-size: 24px;
}

body {
    background: #fff;
    color: #3B3B3B;
}

.fw-extrabold {
    font-weight: 800;
}

.fcOrange {
    color: #FF9E00
}

.fcDarkOrange {
    color: #F15D25
}

.fcWhite {
    color: #FFF
}

.fcYellow {
    color: #F7E4BF;
}

.fs42 {
    font-size: 42px;
}

.relative {
    position: relative;
}

.btnOrange {
    background: #FF9100;
    color: white;
    padding: 12px 24px;
    border-radius: 6px;
    text-decoration: none;
    display: inline-block;
    margin-top: 20px;
    font-size: 1.2rem;
    font-weight: 800;
}

.header-bg-wrapper {
    background-image: url('/assets/img/main_bg.png');
    background-size: cover;
    background-position: bottom center;
    background-repeat: no-repeat;
}

@keyframes slideInUp {
    0% {
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }

    100% {
        transform: translate3d(0, 0, 0);
        visibility: visible;
    }
}

.ribbon {
    position: absolute;
    top: 100px;
}

.slick-dots {
    bottom: 15px;
}

.slick-dotted.slick-slider {
    margin-bottom: 0px;
}

.slick-dots li button:before,
.slick-dots li.slick-active button:before {
    color: #fff;
    font-size: 12px;
}

.slick-dots li button:before {
    opacity: 0.7;
}

.slick-dots li.slick-active button:before {
    opacity: 0.9;
}

.main-logo {
    padding: 69px 0px 38px
}

.vendingSection {

    position: sticky;
    top: 0;
    z-index: -1;
}

.vending_machine {
    animation: none;
    visibility: hidden;
}

.food_menu {
    position: absolute;
    top: 25%;
    left: 0;
    animation: none;
    visibility: hidden;
}

.vending_machine.animate,
.food_menu.animate {
    animation-name: slideInUp;
    animation-duration: 1.25s;
    visibility: visible;
}

.about-section {
    /* background-image: url('../img/bg_about.png'); */
    background-position: top center;
    background-size: cover;
    padding: 90px 0px;
}

.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 10px;
    /* change width */
    height: 10px;
    /* change height */
    padding: 0;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity .6s ease;
    border-radius: 100%;
    /* add border-radius */
}

.machine-section {
    background-color: #FF9100;
    padding-bottom: 250px;
    margin-top: -100px;
    padding-top: 200px;
}


.wrapper {
    /* background: linear-gradient(60deg, #420285, #08BDBD); */
    min-height: 800px;
    width: 100%;
    display: flex;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.machine_wrapper {
    position: relative;
    width: 100%;
    max-width: 800px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.machine_model {
    display: flex;
    align-items: center;
    position: absolute;
    width: 100%;
    opacity: 1;
    will-change: transform, opacity;
    /* -webkit-animation: carousel-animate-vertical 9s linear infinite;
    animation: carousel-animate-vertical 9s linear infinite; */
    color: #363636;
    transition:
        transform 0.5s ease,
        opacity 0.5s ease,
        z-index 0.5s ease;
}

.machine_model.a {
    z-index: 100;
}

.machine_model.b {
    display: flex;
    align-items: center;
    position: absolute;
    width: 100%;
    opacity: 0.4;
    will-change: transform, opacity;
    /* -webkit-animation: carousel-animate-vertical 9s linear infinite;
    animation: carousel-animate-vertical 9s linear infinite; */
    color: #363636;
    transform: translateX(50%) scale(0.7);
}

.machine_model.c {
    display: flex;
    align-items: center;
    position: absolute;
    width: 100%;
    opacity: 0.4;
    will-change: transform, opacity;
    /* -webkit-animation: carousel-animate-vertical 9s linear infinite;
    animation: carousel-animate-vertical 9s linear infinite; */
    color: #363636;
    transform: translateX(-50%) scale(0.7);
}

.machine_model .model {
    font-size: 1.5rem;
}

.machine_model.animate:nth-child(1) {
    -webkit-animation: carousel 3s ease-in-out forwards;
    animation: carousel 3s ease-in-out forwards;
    -webkit-animation-delay: calc(3s * -1);
    animation-delay: calc(3s * -1);
}

.machine_model.animate:nth-child(2) {
    -webkit-animation: carousel 3s ease-in-out forwards;
    animation: carousel 3s ease-in-out forwards;
    -webkit-animation-delay: calc(3s * 0);
    animation-delay: calc(3s * 0);
}

.machine_model.animate:last-child {
    -webkit-animation: carousel 3s ease-in-out forwards;
    animation: carousel 3s ease-in-out forwards;
    -webkit-animation-delay: calc(-3s * 2);
    animation-delay: calc(-3s * 2);
}

.machine_model-body {
    width: 100%;
}

.machine-btn {
    position: absolute;
}

.machine-btn-left {
    left: 8%;
    top: 35%;
    z-index: 999;
}

.machine-btn-right {
    right: 8%;
    top: 35%;
    z-index: 999;
}

.title {
    text-transform: uppercase;
    font-size: 20px;
    margin-top: 10px;
}

@keyframes carousel-animate-vertical {
    0% {
        transform: translateX(50%) scale(0.5);
        opacity: 0;
        visibility: hidden;
        z-index: 1;
    }

    1%,
    33.3333333333% {
        transform: translateX(50%) scale(0.7);
        opacity: 0.4;
        visibility: visible;
        z-index: 1;
    }

    34.3333333333%,
    66.6666666667% {
        transform: translateX(0) scale(1);
        opacity: 1;
        visibility: visible;
        z-index: 100;
    }

    67.6666666667% {
        transform: translateX(-50%) scale(0.7);
        opacity: 0.4;
        visibility: visible;
        z-index: 1;
    }

    100% {
        transform: translateX(-50%) scale(0.7);
        opacity: 0.4;
        visibility: visible;
        z-index: 1;
    }
}

.features,
.recipes {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px;
    margin-top: 30px;
}


.recipeWrapper {
    background-image: url('../img/bg_recipe.png');
    background-size: cover;
    background-position: top;
    margin-top: -250px;
}

.background-scroll {
    position: relative;
    width: 100%;
    height: 617px;
    overflow: hidden;
    display: flex;
}

.recipeInner {
    flex: none;
    width: 1000%;
    height: 100%;
    background-image: url('../img/recipe_menu.png');
    /* MUST be seamless horizontally */
    background-repeat: repeat-x;
    background-size: contain;
    animation: scrollBackground 20s linear infinite;

}

.recipeInner+.recipeInner2 {
    margin-left: -100%;
}

.recipe_inner {
    z-index: 100;
}

/* .recipeInner {
    background-image: url('../img/recipe_menu.png');
    background-size: cover;
    background-position: center;
    height: 617px;
    width: 100%;
    background-repeat: repeat-x;
    animation: scrollBackground 2s linear infinite;
} */

@keyframes scrollBackground {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}


.recipeRibbon {
    position: absolute;
    bottom: 70px;
}

.recipeFloat {
    position: relative;
    /* background-image: url('../img/recipe_float.png'); */
    background-size: auto;
    background-position: center;
    height: 312px;
    /* or desired height */
    width: 100%;
}

.recipeMessage {
    position: absolute;
    bottom: 0px;
    background-color: #FF9100;
    width: 100%;
    text-align: center;
    padding: 10px;
    font-weight: 600;
    font-size: 1.5rem;
}

.feature,
.recipe {
    max-width: 200px;
    text-align: center;
}

.footer {
    background: #3B3B3B;
    padding: 130px 0px 0px;
}

.footer a {
    text-decoration: none;
}

.footer .copyright {
    background-color: #FF8500;
    font-size: 0.8rem;
    font-weight: 500;
    text-align: center;
    padding: 30px 0px;
}

.social-icons {
    margin-top: 10px;
}

.btnSubmit {
    background-color: #797979;
    color: white;
    font-weight: 600;
    font-size: 24px;
}

.btnSubmit:hover {
    background-color: #F15D25;
    color: white;
    font-weight: 600;
    font-size: 24px;
}

@media screen and (max-width: 768px) {
    * {
        font-size: 18px;
    }

    .recipeWrapper {
        background-size: cover;
    }

    .recipeFloat {
        background-size: cover;
        background-position: top;
        background-repeat: no-repeat;
        height: 185px;
    }

    .background-scroll {
        height: 417px;
    }

    .slick-slide img {
        width: 100vw;
        max-width: 100%;
    }

    .wrapper {
        min-height: 650px;
    }

    .social-icons img {
        width: 50px;
    }

    .ribbon {
        top: 20px;
    }

    .recipeRibbon {
        bottom: 100px;
    }

    .about-section {
        padding: 50px 0px
    }
}

@media screen and (max-width: 767px) {
    .wrapper {
        min-height: 450px;
    }

    .main-logo {
        padding: 34px 0px 19px
    }
}