@font-face {
    font-family: 'Proxima Nova';
    src: url('assets/fonts/ProximaNova/ProximaNova-400.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Proxima Nova';
    src: url('assets/fonts/ProximaNova/ProximaNova-600.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Proxima Nova';
    src: url('assets/fonts/ProximaNova/ProximaNova-700.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Proxima Nova';
    src: url('assets/fonts/ProximaNova/ProximaNova-800.woff2') format('woff2');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

body {
    font-family: "Proxima Nova", sans-serif !important;
    scroll-behavior: smooth;
    margin: 0;
    background: #ffffff;
    letter-spacing: -0.03em;
    color: white;
    font-size: 14px;
    line-height: 140%;
}

.desktop {
    display: block;
}

.mobile {
    display: none;
}

/* Background classes */
.bg-blue {
    background:
        linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 60%),
        linear-gradient(180deg, #7790f2 70%, #b2a2fb 100%, #CDABFF 20%),
        url("assets/images/clouds_bg.png") no-repeat center center;
    background-blend-mode: hard-light;

}

.bg-ftlb {
    background: url("assets/images/sparklomat_bg.png") no-repeat center center / cover;
    height: 1350px;
    border-radius: 22px;
    color: white;
    position: relative;
    overflow: hidden;
}

.mobile-bottle-img {
    max-width: 107%;
    height: auto;
    margin-top: -22%;
    padding: 0px;
    margin-left: 4%;
}

.bg-minit-black {
    background: #1D1D1D;
    padding: 30px 40px;
    border-radius: 24px;
    box-shadow:
        inset 2.38px 2.38px 9.13px 0px #4861B39C,
        inset -5.56px -3.18px 10.24px 0px #FFFFFF40;

}

.mobile-sparklomat-img {
    display: none;
}

.mint-disabled {
    height: 506px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.bg-minit-blue {
    background: #ADADFF;
    box-shadow:
        inset 3px 3px 11.5px 0px #4861B39C,
        inset -7px -4px 12.9px 0px #FFFFFF40;
    padding: 30px;
    border-radius: 20px;
}

.bg-purple {
    background:
        linear-gradient(0deg, #ffffff 0%, rgba(255, 255, 255, 0) 80%),
        linear-gradient(180deg, #b2a2fb 5%, #CDABFF 20%);
    background-blend-mode: normal;
}

.bg-sparklomat {
    background:
        url("assets/images/spar_bottle_bg.png") no-repeat bottom center,
        linear-gradient(104.31deg, #9293F7 39.84%, #7577E0 98.67%);
    background-size: 100%, cover;
    border-radius: 22.24px;
    box-shadow:
        inset 44px 40px 49px 0px #FFFFFF40,
        inset -19px -20px 22.4px 0px #00000040;
    padding: 40px;
}

/* Button styles */
.btn-blue {
    background: linear-gradient(90deg, #4bcfff, #4aafff);
}

.btn-gradient {
    background: linear-gradient(90deg, #7790F2 32.4%, #FFBF4A 62.63%, #F24BFF 100%);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    color: black;
    border-radius: 15px;
    border: none;
    font-size: 16px;
    font-weight: 700;
    padding: 15px;
}

.btn-gradient:hover {
    color: black;
}

.btn-glass {
    background: url("assets/images/Mint_Your_NFT_btn.png") no-repeat center center / cover;
    color: white;
    border-radius: 15px;
    border: 1px solid #ffffff21;
    box-shadow:
        inset 0px -6px 14.6px 0px #ffffffad,
        0px -5px 17.6px 0px #ffffff40;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.btn-glass.btn-minit {
    width: 239px;
    height: 68px;
    font-size: 21px;
}

.btn-glass.btn-discord {
    width: 144px;
    height: 46px;
    font-size: 14px;
}

.btn-glass.social-btn {
    height: 64px;
    font-size: 16px;
    padding: 1px;
}

.btn-glass.btn-curator {
    width: 155px;
    height: 50px;
    align-content: center;
}

.btn-purple {
    background: linear-gradient(90deg, #b86ef9, #a55af4);
}

.btn-social {
    padding: 14px 1px;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 17px;
    border-radius: 22px;
    color: white;
    letter-spacing: -0.06em;
}

.btn-yellow {
    background: linear-gradient(90deg, #ffe07d, #ffd24a);
}

.btn:hover,
.btn:active,
.btn.active {
    filter: brightness(1.1);
    box-shadow: none;
}

.scroll-indicator {
    margin-top: 36px;
    font-size: 20px;
    gap: 20px;
}

.scroll-indicator-mobile {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 14px;
    color: white;
    z-index: 10;
}

.scroll-text {
    text-transform: uppercase;
    font-weight: 900;
    line-height: 18px;
}

.scroll-arrow {
    height: 14px;
    width: auto;
}

/* Carousel styles */
.carousel-arrow {
    background-color: #94AAF5;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    background-image: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.carousel-arrow-icon {
    width: 15px;
    height: 30px;
}

.carousel-item {
    display: block;
    z-index: 0;
    transform: scale(0.98);
    transition: transform 0.1s ease;
}

.carousel-item .photo-frame {
    transform: rotate(-5.66deg);
    opacity: 1;
}

.carousel-item.active .photo-frame {
    transform: rotate(4.78deg);
    opacity: 1;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
    display: block;
    z-index: 1;
    opacity: 1;
    transform: scale(1);
}

.carousel-control-prev,
.carousel-control-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    opacity: 1;
    z-index: 10;
}

.carousel-control-prev {
    left: 8%;
}

.carousel-control-next {
    right: 8%;
}

/* Circle styles */
.circle-outer {
    background:
        url("assets/images/ellipse.png") no-repeat center center / cover;
    min-height: 115vh;
    color: white;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.circle-text {
    font-size: 17.39px;
    line-height: 23px;
    text-align: center;
    color: #5F4C79;
    opacity: 0.5;
    max-width: 481px;
}

.circle-text-wrapper {
    max-width: 481px;
    margin: 0 auto;
}

/* Counter styles */
.counter-box {
    background: rgba(21, 21, 23, 1);
    border: 0.97px solid rgba(46, 46, 46, 1);
    border-radius: 15px;
    padding: 15px;
}

.counter-circle {
    background: rgba(21, 21, 23, 1);
    border: 0.65px solid rgba(122, 122, 122, 1);
    width: 34px;
    height: 34px;
    justify-content: center;
    align-items: center;
    font-size: 22px;
    line-height: 140%;
}

.counter-max {
    background: rgba(21, 21, 23, 1);
    border: 0.65px solid rgba(122, 122, 122, 1);
    border-width: 0.65px;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
    font-size: 12px;
    height: 34px;
    color: white;
}

.counter-max:hover,
.counter-circle:hover {
    border: 0.65px solid rgb(255, 255, 255);
    color: white;
}

/* Убирает стрелки в Chrome, Safari, Edge */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Убирает стрелки в Firefox */
input[type=number] {
    -moz-appearance: textfield;
}


/* Font weight helpers */
.fw-300 {
    font-weight: 300;
}

.fw-400 {
    font-weight: 400;
}

.fw-700 {
    font-weight: 700;
}

.fw-800 {
    font-weight: 800;
}

.fw-900 {
    font-weight: 900;
}

/* Footer styles */
.footer-main-text {
    font-weight: 800;
    font-size: 54px;
    line-height: 46px;
    text-transform: uppercase;
    letter-spacing: -0.06em;
}

.footer-middle {
    background: linear-gradient(132deg, #b066ef 0%, #926dfd 54%, #57C4FF 100%);
    border-radius: 22px;
}

.footer-sparklomat {
    background:
        url("assets/images/cloud.png") no-repeat bottom center,
        linear-gradient(132deg, #f7d489 0%, #c27cf0 50%, #4c85ff 100%);
    background-size: 100%, cover;
    background-blend-mode: hard-light;
    border-radius: 22px;
    padding: 10px 35px;
    position: relative;
    z-index: 1;
}

.footer-top {
    background: linear-gradient(132deg, #f7d489 0%, #c27cf0 50%, #4c85ff 100%);
    border-radius: 22px;
    padding: 15px 35px;
}

/* Form styles */
.form-control:focus {
    border: none !important;
    box-shadow: none !important;
}

/* FTLB block styles */
.ftlb-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: fit-content;
    margin: 0 auto;
}

.ftlb-heading {
    font-size: 249px;
    line-height: 180px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: -0.04em;
    text-align: center;
}

.ftlb-spacing {
    padding-top: 250px;
    padding-bottom: 350px;
}

.ftlb-sub {
    font-size: 52px;
    line-height: 48px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: -0.04em;
    color: #7790F2;
    text-align: center;
    width: 100%;
}

/* Founder styles */
.founder-box {
    background: white;
    border-radius: 0 0 30px 30px;
    padding: 20px;
    text-align: start;
    color: #1D1D1D;
}

.founder-text {
    font-weight: 700;
    font-size: 30px;
    line-height: 30px;
    text-transform: uppercase;
}

.founder-text-disc {
    text-transform: uppercase;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
}

/* Image styles */
.automat-img {
    position: absolute;
    height: 600px;
    z-index: 2;
    pointer-events: none;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -49%);
}

.automat-img-mobile {
    position: relative;
    left: 50%;
    transform: translate(-50%, 10%);
    height: 320px;
    z-index: 2;
    pointer-events: none;
}

.overlay-bottle-img {
    position: absolute;
    top: 957px;
    right: 0;
    width: 680px;
    height: auto;
    z-index: 10;
    pointer-events: none;
}

.overlay--green-coin-img {
    position: absolute;
    top: -16px;
    left: 13em;
    z-index: 10;
    pointer-events: none;
}

.overlay--yellow-coin-img {
    position: absolute;
    top: 10em;
    right: 0em;
    z-index: 10;
    pointer-events: none;
}

.overlay--yellow-coin-full-img {
    position: absolute;
    top: 10em;
    z-index: 10;
    pointer-events: none;
    display: none;
}

.overlay--purple-coin-img {
    position: absolute;
    top: 18em;
    left: 0em;
    z-index: 10;
    pointer-events: none;
    display: none;
}

.coins-flex {
    left: 20%;
    position: relative;
    top: 70%;
}

.overlay-coin-img {
    position: absolute;
    top: 413%;
    right: 10%;
    z-index: 10;
    pointer-events: none;
}

/* Layout helpers */
.benefits-spacing {
    padding-top: 80px;
}

.section-spacing {
    padding-top: 100px;
    padding-bottom: 100px;
}

/* Main text styles */
.built-text {
    font-weight: 800;
    font-size: 70px;
    line-height: 65px;
    letter-spacing: -0.06em;
    text-align: center;
    text-transform: uppercase;
}

.circle-colorful-text {
    letter-spacing: -0.06em;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 60.85px;
    line-height: 69.72px;
}

.colorful-text {
    font-size: 53px;
    line-height: 49px;
    letter-spacing: -0.06em;
    text-transform: uppercase;
}

.gradient-text {
    font-weight: 800;
    color: transparent;
    background: linear-gradient(90deg, #597BFF 13.34%, #A179FF 28.67%, #FFBF4A 49.35%, #F24BFF 100%);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.lead-text {
    font-weight: 400;
    font-size: 24px;
    line-height: 29px;
    text-align: center;
    text-wrap: balance;
    width: 70%;
}

.main-text {
    font-weight: 300;
    font-size: 75px;
    line-height: 70px;
    letter-spacing: -0.06em;
    text-align: center;
    text-transform: uppercase;
}

.minit-text {
    font-weight: 800;
    font-size: 48px;
    line-height: 45px;
    letter-spacing: -0.06em;
    text-align: center;
    text-transform: uppercase;
}

.put-your-bottles {
    font-weight: 800;
    font-size: 57px;
    line-height: 54px;
    text-transform: uppercase;
    color: #F0F0F0;
    text-shadow:
        1.12px 1.12px 0.67px rgba(0, 0, 0, 0.25),
        -1px -1px 0.5px rgba(255, 255, 255, 0.5);
}

.recycling-text {
    color: #cee1ff;
    font-weight: 800;
    font-size: 28px;
    line-height: 30px;
    letter-spacing: -0.06em;
    text-transform: uppercase;
}

.text-grey {
    color: rgba(0, 0, 0, 0.3);
    font-weight: 400;
    font-size: 18px;
}

.white-text {
    font-weight: 400;
    font-size: 20px;
}

/* Navigation styles */
.nav-team {
    padding: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background-color: white;
    text-align: center;
    gap: 10px;
    text-transform: uppercase;
    line-height: 100%;
}

.nav-text {
    color: white;
    font-weight: 800;
    font-size: 15px;
    text-transform: uppercase;
}

/* NFT styles */
.sparklomat-nft-bg {
    border-radius: 0 0 22px 22px;
    position: relative;
    overflow: hidden;
}

.your-nft-number {
    font-weight: 900;
    font-size: 34px;
    color: white;
}

.your-nft-text {
    font-weight: 800;
    font-size: 55px;
    line-height: 62px;
    letter-spacing: -0.06em;
    text-transform: uppercase;
    color: #8952DA;
}

.your-nft-text span {
    color: white;
    letter-spacing: -0.03em;
}

.your-nft-text h5 {
    font-size: 24px;
    line-height: 23px;
    color: white;
    letter-spacing: -0.03em;
}

.your-nft-text p {
    color: white;
    font-size: 16px;
    line-height: 21px;
    text-transform: none;
    font-weight: 400;
    letter-spacing: -0.03em;
}

/* Photo styles */
.photo-bg {
    background: url("/assets/images/list_bg.png") no-repeat center center / cover;
    display: flex;
    align-items: center;
    justify-content: center;
}

.photo-frame {
    padding: 20px;
    background: white;
    border-radius: 16px;
    border: 1px solid #44528659;
    box-shadow: 0px 4px 22.4px 0px #00000040;
    width: 430px;

    margin: 0 auto;
    transition: 0.3s ease;
}

.photo-frame img {
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    height: 530px;
}

/* Progress bar */
.progress-bar-gradient {
    background-color: #333;
    border-radius: 20px;
    overflow: hidden;
}

.progress-bar-gradient .progress-bar {
    background: linear-gradient(90deg, #7790F2, #FFBF4A, #F24BFF);
    border-radius: 20px;
}

/* Team card styles */
.custom-card {
    border-radius: 30px;
    width: 255px;
    background: white;
    display: flex;
    flex-direction: column;
}

/* Vertical divider */
.vertical-divider {
    min-width: 7px;
    background: linear-gradient(0deg, #7790F2, #FFBF4A, #F24BFF);
    border-radius: 20px;
    height: 100%;
}

/* Position helpers */
#join {
    position: relative;
    z-index: 0;
}

.btn-wallet-connect {
    background: linear-gradient(99.79deg, #7790F2 27.02%, #FFBF4A 66.15%, #F24BFF 95.64%);
    color: white !important;
    border: 0;
    border-radius: 12px;
    padding: 14px 18px;
    font-family: "Proxima Nova", sans-serif !important;
    font-size: 15px;
    line-height: 120%;
}

.btn-wallet-connect:hover,
.btn-wallet-connect:active,
.btn-wallet-connect.active {
    box-shadow: none;
    background: linear-gradient(99.79deg, rgba(119, 144, 242, 0.8) 27.02%, rgba(255, 191, 74, 0.8) 66.15%, rgba(242, 75, 255, 0.8) 95.64%);
}

.btn-wallet-connected {
    background: white;
    color: black !important;
    border: 0;
    border-radius: 12px;
    padding: 16px 12px 16px 15px;
    font-family: "Proxima Nova", sans-serif !important;
    font-size: 15px;
    line-height: 120%;
}

.btn-wallet-connected:hover,
.btn-wallet-connected:active,
.btn-wallet-connected.active {
    box-shadow: none;
    background: rgba(255, 255, 255, 0.5);
}

.hidden {
    display: none !important;
}

/* navbar */
.custom-offcanvas {
    background:
        url("assets/images/sidebar_bg.png") no-repeat center center,
        linear-gradient(132deg, #ecdb78 9%, #9577f2 60%, #74affd 100%);
    background-size: 100%, cover;
    color: white;
    width: 100%;
    max-width: 100%;
    border-left: none;
    border-radius: 0;
    overflow: hidden;
    padding: 35px;
}

.custom-close {
    font-size: 40px;
    font-weight: 300;
    background: none;
    border: none;
    color: white;
}

.menu-nav .menu-link {
    display: block;
    font-size: 18px;
    font-weight: 800;
    padding: 12px 0;
    text-decoration: none;
    color: white;
    text-transform: uppercase;
}

.menu-nav .menu-link.highlight {
    background: white;
    border-radius: 14px;
    padding: 5px 13px;
    width: 146px;
    line-height: 100%;
}

.btn-glass:hover,
.btn-glass:active,
.btn-glass.active {
    box-shadow: none;
}

.text-block {
    max-width: 430px;
}

.pointer {
    cursor: pointer;
}

.minit-disabled-text {
    font-size: 54px;
    line-height: 52px;
    letter-spacing: -0.06em;
}

.minit-disabled-white-text {
    font-size: 24px;
}

.logo-footer {
    width: 150px;
}

.sparklomat-img {
    max-width: 100%;
    height: auto;
    margin-top: -33%;
}

.terms-of-use-link:hover {
    color: white !important;
    opacity: 1 !important;
}

.stat-card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    min-height: 136px;
    background: #94AAF5;
    color: #d5ddff;
    border-radius: 20px;
    padding: 20px 25px;
    text-align: start;
}

.stat-card-header {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 13px;
    line-height: 14px;
}

.stat-card-body-text {
    text-transform: uppercase;
    font-weight: 800;
    font-size: 3em;
    line-height: 100%;
}

.stat-card-footer {
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
}

.right-block {
    max-width: 530px;
}

.logo-header {
    min-width: 163px;
}

.pledge-text {
    font-size: 18px;
    margin-top: 36px;
}

.nav-gradient {
    padding: 5px 14px;
    display: inline-flex;
    border-radius: 14px;
    background-color: white;
    text-align: start;
    text-transform: uppercase;
    width: 140px;
    line-height: 100%;
}

/* Responsive styles */
@media (max-width: 1100px) {
    .desktop {
        display: none !important;
    }

    .mobile {
        display: block !important;
    }
}

/* Мобильный фон и размер */
@media (max-width: 576px) {
    .bg-ftlb {
        background: url("/assets/images/sparklomat_bg_mobile.png") no-repeat center bottom / cover;
        height: 887px;
    }

    .photo-bg {
        background: url("/assets/images/photo_bg_mobile.png") no-repeat top center / cover !important;
        background-size: 100%, cover !important;
    }

    .overlay--yellow-coin-img {
        display: none !important;
    }

    .overlay--green-coin-img {
        right: 0;
        left: 3em;
        width: 156px !important;
    }

    .overlay--purple-coin-img {
        display: block !important;
    }

    .text-block {
        max-width: none !important;
        padding-right: 20px;
        padding-left: 20px;
    }

    .put-your-bottles {
        font-size: 30px !important;
        line-height: 28px !important;
    }

    .bg-minit-blue {
        padding: 9px 9px !important;
    }

    .bg-sparklomat {
        padding: 9px 20px !important;
        background:
                linear-gradient(104.31deg, #9293F7 39.84%, #7577E0 98.67%) !important;
    }

    .bg-minit-black {
        padding: 16px 16px !important;
    }

    .white-text {
        font-size: 15px !important;
    }

    .mobile-sparklomat-img {
        max-width: 100%;
        height: auto;
        margin-top: 20px;
        display: block !important;
    }

    .sparklomat-img {
        display: none !important;
    }

    .circle-outer {
        background:
                url("assets/images/ellipse_mobile.png") no-repeat center center / cover !important;
        min-height: 101vh !important;
    }

    .bg-blue {
        background:
                linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 60%),
                linear-gradient(180deg, #7790f2 80%, #b2a2fb 100%, #CDABFF 20%),
                url("assets/images/cloud_bg_mobile.png") no-repeat center top;
        background-size: 100%, cover;
        background-blend-mode: hard-light;
        background-position:
                center top,
                center top,
                center 20%;
    }

    .minit-disabled-text {
        font-size: 36px !important;
        line-height: 30px !important;
    }

    .footer-top {
        padding: 10px 25px !important;
    }

    .btn-discord {
        width: 145px !important;
        height: 60px !important;
    }

    .logo-footer {
        width: 80px !important;
    }

    .footer-sparklomat {
        background:
                url("assets/images/cloud_footer_bg.png") no-repeat top center,
                linear-gradient(132deg, #f7d489 0%, #c27cf0 50%, #4c85ff 100%) !important;
        background-size: 100%, cover !important;
    }
}

@media (max-width: 991px) {
    .bg-sparklomat {
        padding: 9px 20px !important;
        background:
                linear-gradient(104.31deg, #9293F7 39.84%, #7577E0 98.67%) !important;
    }

    .stat-card {
        padding: 13px;
    }
}

@media (min-width: 1441px) {
    .bg-blue {
        background:
                linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 60%),
                linear-gradient(180deg, #7790f2 60%, #b2a2fb 100%, #CDABFF 20%),
                url("assets/images/clouds_big_bg.png") no-repeat center center;
        background-blend-mode: hard-light;
    }

    .photo-bg {
        background: url("/assets/images/list_big_bg.png") no-repeat !important;
        min-height: 1206px !important;
        background-position: calc(50% + 40px) 112% !important;
        background-size: auto;
        padding-top: 0;
    }

    .overlay-bottle-img {
        display: none !important;
    }

    .overlay--yellow-coin-full-img {
        display: block !important;
        right: -10em;
    }

    .overlay--yellow-coin-img {
        display: none;
    }

    .circle-outer {
        min-height: 1206px !important;
    }
}

@media (min-width: 577px) and (max-width: 853px) {
    .bg-ftlb {
        background: url("/assets/images/sparklomat_bg.png") no-repeat center center / cover;
        height: 100vw;
    }

    .overlay--green-coin-img {
        right: 0;
        left: 12em;
    }
}

@media (min-width: 853px) and (max-width: 1153px) {
    .bg-ftlb {
        background: url("/assets/images/sparklomat_bg.png") no-repeat center center / cover;
        height: 100vw;
    }
}

@media (max-width: 998px) {
    .circle-outer {
        min-height: 100vh;
    }
}

@media (max-width: 853px) {

    .circle-colorful-text,
    .colorful-text {
        font-size: 42px;
        line-height: 43px;
    }

    .recycling-text {
        font-size: 20px;
        line-height: 22px;
    }

    .footer-main-text {
        font-size: 40px;
        line-height: 34px;
    }

    .main-text {
        font-size: 42.63px;
        line-height: 43.48px;
    }

    .lead-text {
        font-size: 15px;
        line-height: 20px;
        text-wrap: balance;
    }

    .minit-text {
        font-size: 32px;
        line-height: 30px;
    }

    .minit-text {
        font-size: 32px;
        line-height: 30px;
    }

    .your-nft-text {
        font-size: 36px;
        line-height: 34px;
    }

    .ftlb-heading {
        font-size: 149px;
        line-height: 110px;
    }

    .ftlb-sub {
        font-size: 31.5px;
    }

    .section-spacing {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .ftlb-spacing {
        padding-top: 50px;
        padding-bottom: 150px;
    }

    .benefits-spacing {
        padding-top: 50px;
    }

    .overlay-bottle-img,
    .overlay-coin-img {
        display: none;
    }

    .overlay--green-coin-img,
    .overlay--yellow-coin-img {
        width: 190px;
    }

    .bg-minit-blue {
        padding: 25px 25px;
    }

    .coins-flex {
        max-width: 141px;
        margin-top: -53px;
    }

    .btn-glass.btn-minit {
        color: white;
        width: 179px;
        height: 59px;
        font-size: 16px;
    }

    .btn-wallet-connect {
        padding: 12px !important;
        font-size: 12px !important;
        background: #7790F2 !important;
    }

    .text-block {
        max-width: none !important;
    }

    .photo-frame {
        width: 280px;
    }

    .photo-frame img {
        height: 310px;
    }

    .carousel-arrow {
        width: 45px;
        height: 45px;
    }

    .carousel-arrow-icon {
        width: 11px;
        height: 22px;
    }

    .built-text {
        font-size: 42px;
        line-height: 46px;
    }

    .founder-text {
        font-size: 20px;
        line-height: 21px;
    }

    .automat-img {
        height: 400px;
        top: 36%;
        transform: translate(-50%, -9%);
    }

    .stat-card {
        padding: 13px;
        min-height: 91px;
    }

    .stat-card-header {
        font-size: 10px;
        line-height: 100%;
    }

    .stat-card-body-text {
        font-size: 28px;
        line-height: 100%;
    }

    .stat-card-footer {
        font-size: 10px;
        line-height: 12px;
    }
}

@media (max-width: 1200px) and (min-width: 853px) {
    .automat-img {
        height: 400px;
        top: 36%;
        transform: translate(-50%, -9%);
    }

    .photo-frame {
        width: 350px;
    }

    .photo-frame img {
        height: 410px;
    }

    .overlay-bottle-img {
        top: 1043px;
        width: 478px;
    }
}

@media (max-width: 1294px) {
    .logo-header {
        min-width: min-content;
    }
}

@media (min-width: 1990px) {
    .benefits-spacing {
        padding-top: 100px;
    }
}

@media (max-width: 320px) {
    .automat-img-mobile {
        height: 180px !important;
    }
}

@media (min-width: 321px) and (max-width: 450px) {
    .automat-img-mobile {
        height: 250px !important;
    }
}

@media (max-width: 1200px) {
    .stat-card-body-text {
        font-size: 2em;
    }
}