@font-face {
    font-family: 'Commissioner';
    src: url('./assets/fonts/Commissioner-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'SemiBoldCommissioner';
    src: url('./assets/fonts/Commissioner-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Lato';
    src: url('./assets/fonts/Lato-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'BoldLato';
    src: url('./assets/fonts/Lato-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'ExtraBoldThunder';
    src: url('./assets/fonts/Thunder-ExtraBoldLC.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
    letter-spacing: 3px;
}
@font-face {
    font-family: 'BoldThunder';
    src: url('./assets/fonts/Thunder-ExtraBoldLC.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'SemiBoldThunder';
    src: url('./assets/fonts/Thunder-SemiBoldLC.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'ThinThunder';
    src: url('./assets/fonts/Thunder-LC.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

:root {
    --primary-red-color: #E50C0C;
    --primary-dark-red-color: #A40606;
    --primary-orange-color: #F3680C;
    --primary-light-orange-color: #f57f31;
    --primary-blue-color: #28BDB9;
    --primary-salad-color: #D4CB07;
    --primary-dark-color: #00000030;
    --primary-light-dark-color: #141414;
    --primary-gray-color: #292929;
    --primary-light-gray-color: #2D2C2C;
    --white-color: #FFFFFF;
    --secondary-gray-coloe:rgba(158, 158, 158, 1);
    --primary-gray:rgba(255, 255, 255, 0.73);

    --orange-road-texture: linear-gradient(rgba(243, 104, 12, 0.8), rgba(243, 104, 12, 0.8)),
                            url('./assets/second-road.jpg') repeat center;
    --gray-road-texture: linear-gradient(rgba(104, 104, 105, 0.6), rgba(104, 104, 105, 0.6)),
                            url('./assets/second-road.jpg') repeat center;
    --dark-gray-road-texture: linear-gradient(rgba(41, 41, 41, 0.9), rgba(41, 41, 41, 0.9)),
                                url('./assets/second-road.jpg') repeat center;
    --red-road-texture: linear-gradient(rgba(229, 12, 12, 0.8), rgba(229, 12, 12, 0.8)),
                            url('./assets/second-road.jpg') repeat center;
    --dark-red-road-texture: linear-gradient(rgba(164, 6, 6, 0.8), rgba(164, 6, 6, 0.8)),
                                url('./assets/second-road.jpg') repeat center;

    --primary-border-gradient: linear-gradient(#2D2C2C, #2D2C2C),
    linear-gradient(109.66deg, rgba(255, 255, 255, 0.4)  13.25%, rgba(255, 255, 255, 0.08) 67.13%);
}
html {
    scroll-behavior: smooth;
}

body {
    background-color: var(--primary-light-dark-color);
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.main-container {
    padding: 25px 241px 0;
    box-sizing: border-box;
    overflow: hidden;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.context-menu-btn {
    width: 100px;
    height: 100px;
    border-radius: 100%;
    border: 1px solid transparent;
    font-size: 80px;
    background-color: var(--primary-light-gray-color);
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    padding-left: 25px;
    padding-right: 25px;
    cursor: pointer;

    background-image: var(--primary-border-gradient);
    background-origin: border-box;
    background-clip: padding-box, border-box;
}

.context-menu-btn span {
    background-color: var(--white-color);
    width: 10px;
    height: 10px;
    border-radius: 100%;
}

.add-nft-btn {
    width: 149px;
    height: 149px;
    border-radius: 100%;
    border: 1px solid  transparent;
    color: var(--white-color);
    font-size: 67px;
    background-color: var(--primary-light-gray-color);
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    padding-left: 25px;
    padding-right: 25px;
    cursor: pointer;
    font-weight: bold;
    margin: 0 auto 34px;

    background-image: var(--primary-border-gradient);
    background-origin: border-box;
    background-clip: padding-box, border-box;
}

.primary-btn {
    padding: 8px 9px 8px 30px;
    font-size: 24px;
    font-weight: 900;
    color: var(--white-color);
    display: flex;
    align-items: center;
    border-radius: 99px;
    border: none;
    max-height: 84px;
    font-family: 'Commissioner', sans-serif;
    background: var(--red-road-texture);
    background-size: contain;
    transition: .3s;
    cursor: pointer;
    text-decoration: none;
}

.primary-btn:hover {
    background: var(--dark-red-road-texture);
    background-size: contain;
}

.primary-btn .arrow {
    background-color: var(--white-color);
    border-radius: 100%;
    justify-content: center;
    display: flex;
    align-items: center;
    min-width: 60px;
    min-height: 60px;
    margin-left: 30px;
}

.primary-btn .icon {
    margin-right: 8px;
    display: flex;
    align-items: center;
}

.primary-btn .icon img {
    width: 44px;
    height: 44px;
}

.primary-btn .arrow img {
    width: 24px;
    height: 24px;
}

@media (max-width: 768px) {
    .primary-btn {
        font-size: 18px;
    }

    .primary-btn .arrow {
        min-width: 48px;
        min-height: 48px;
        margin-left: 16px;
    }
}


/* header */
header {
    width: 100%;
    margin-bottom: 30px;
    border-radius: 30px;
    padding: 24px 56px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: var(--primary-dark-color);
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    position: relative;
}

header .header-logo {
    width: 140px;
    height: 50px;
    color: var(--white-color);
    font-family: 'ExtraBoldThunder', sans-serif;
    font-size: 54px;
    line-height: 62px;
    text-decoration: none;
    outline: none;
}

header .socials ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 256px;
    padding: 0 32px;
}

header .socials ul li {
    width: 33%;
}

header .socials ul li a img {
    width: 24px;
    height: 24px;
}

header .menu {
    color: var(--white-color);
    float: right;
    font-size: 24px;
    font-weight: 900;
    font-family: 'Commissioner', sans-serif;
    cursor: pointer;
}

header .menu-nav {
    position: absolute;
    padding: 24px 26px;
    border: 1px solid var(--white-color);
    background: var(--primary-dark-color);
    backdrop-filter: blur(80px);
    right: 240px;
    top: 130px;
    border-radius: 40px;
    display: none;
    z-index: 9999;
    position: fixed;
}

header .menu-nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: right;
}

header .menu-nav ul li {
    margin-bottom: 8px;
    font-family: 'Lato', sans-serif;
    font-weight: 900;
    font-size: 18px;
    line-height: 22px;
}

header .menu-nav ul li a {
    text-decoration: none;
    color: var(--white-color);
}

header .menu-nav ul li.socials {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 24px;
    margin-bottom: 0;
}

header .menu-nav ul li a img {
    width: 22px;
    height: 22px;
}

@media (max-width: 1540px) {
    .main-container {
        padding-left: 32px;
        padding-right: 32px;
    }
    header .menu-nav {
        right: 32px;
        top: 130px;
    }
}

@media (max-width: 768px) {
    header .menu-nav {
        right: 9px;
    }
    .main-container {
        padding-left: 9px;
        padding-right: 9px;
    }

    header {
        padding: 8px 24px;
    }

    header .header-logo {
        width: 110px;
        height: 39px;
        font-size: 43px;
        line-height: 49px;
    }

    header .socials {
        display: none;
        background: #00000030;
    }

    header .menu {
        font-size: 18px
    }

    header .menu-nav {
        top: 86px;
    }

}


/* bunner */
.formula-bunner {
    width: 100%;
    max-height: 530px;
    padding: 50px 0 70px;
    text-align: center;
    background-color: var(--primary-red-color);
    position: relative;
    border-radius: 100px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    min-height: 176px;
}

.formula-bunner img {
    position: absolute;
    bottom: -30%;
    left: 50%;
    transform: translateX(-50%);
    width: 1058px;
    height: 598px;
    object-fit: cover;
}

.bunner-subtitle {
    font-size: 54px;
    font-weight: 600;
    color: var(--white-color);
    font-family: 'SemiBoldThunder', sans-serif;
    color: #FFFFFF4D;
    line-height: 25px;
}

h1 {
    font-size: clamp(116px, 30vw, 459px);
    font-weight: 800;
    color: var(--white-color);
    margin: 0;
    font-family: 'ExtraBoldThunder', sans-serif;
    letter-spacing: 3px;
}

.formula-bunner h1 {
    font-size: clamp(116px, 30vw, 459px);
    font-weight: 800;
    color: var(--white-color);
    margin: 0;
    font-family: 'ExtraBoldThunder', sans-serif;
    letter-spacing: 3px;
}

.bunner-description {
    width: 100%;
    position: relative;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: end;
    padding-top: 77px;
}

.description-content {
    max-width: 496px;
    padding: 44px;
    color: var(--white-color);
    border-radius: 100px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background: var(--orange-road-texture);
    background-size: contain;
}

.description-content p {
    color: var(--white-color);
    font-size: 18px;
    font-weight: 900;
    font-family: 'Lato', sans-serif;
    line-height: 22px;
    margin-top: 0;
    margin-bottom: 0;
    text-align: center;
}

.description-content p:nth-child(2) {
    margin-bottom: 0;
}

@media (max-width: 1730px) {
    .formula-bunner h1 {
        font-size: clamp(116px, 25vw, 459px);
    }
}

@media (max-width: 1540px) {
    .formula-bunner h1 {
        font-size: clamp(116px, 30vw, 459px);
    }
}

@media (max-width: 1400px) {
    .formula-bunner img {
        bottom: -230px;
        width: 100%;
        height: auto;
    }

    .bunner-description {
        padding-top: 137px;
    }
}

@media (max-width: 1200px) {

}

@media (max-width: 1024px) {
    .formula-bunner img {
        bottom: -160px;
    }

    .bunner-description {
        padding-top: 90px;
    }
}

@media (max-width: 900px) {
    .bunner-description {
        flex-direction: column-reverse;
        justify-content: center;
        padding-top: 176px;
    }

    .bunner-description .description-content {
        margin: 0 auto 24px;
    }

    .bunner-description button {
        margin: 0 auto;
    }
}

@media (max-width: 768px) {
    .bunner-description {
        padding-top: 142px;
    }

    .bunner-description .description-content {
        width: 100%;
        max-width: 100%;
        border-radius: 40px;
        padding: 16px;
        margin-bottom: 47px;
    }

    .bunner-description .description-content p {
        font-size: 16px;
        line-height: 22px;
    }

    .main-bunner-container {
        padding-top: 0;
    }

    .formula-bunner {
        padding-left: 0px;
        padding-right: 0px;
        padding-bottom: 30px;
        border-radius: 40px;
        padding-top: 24px;
    }

    .bunner-subtitle {
        font-size: 24px;
        line-height: 13px;
    }

    .formula-bunner img {
        bottom: -57%;
    }
}

@media (max-width: 620px) {
    .formula-bunner img {
        bottom: -50%;
    }
}

@media (max-width: 420px) {
    .formula-bunner img {
        bottom: -40%;
    }

    .bunner-description {
        padding-top: 96px;
    }
}


/* early birds */
.early-birds-container {
    width: 100%;
    margin-bottom: 50px;
}

.early-birds-container h2 {
    letter-spacing: 3px;
    font-size: 160px;
    font-weight: 700;
    color: var(--white-color);
    text-align: center;
    font-family: 'BoldThunder', sans-serif;
    margin-bottom: 178px;
    line-height: 145px;
    letter-spacing: 3px;
    margin-top: 100px;
}

.early-birds-container h2 span {
    letter-spacing: 3px;
    background: var(--gray-road-texture);
    background-size: contain;
    -webkit-background-clip: text;
    color: transparent;
}

.early-birds-teams {
    width: 100%;
    height: 279px;
    position: relative;
    border-radius: 99px;
    background: var(--dark-gray-road-texture);
    background-size: contain;
    color: transparent;
}

.early-birds-teams .zoom-image {
    position: absolute;
    transition: transform 0.4s ease;
    scale: 0.9;
}

.early-birds-teams .zoom-image:nth-child(1) {
    left: 10%;
    bottom: 0;
    width: 334px;
}

.early-birds-teams .zoom-image:nth-child(2) {
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    width: 388px;
}

.early-birds-teams .zoom-image:nth-child(3) {
    right: 10%;
    bottom: 0;
    width: 347px;
}

@media (max-width: 1400px) {
    .early-birds-container h2 {
        margin-bottom: 100px;
    }

    .early-birds-teams .zoom-image:nth-child(1) {
        width: 300px;
    }

    .early-birds-teams .zoom-image:nth-child(2) {
        width: 340px;
    }

    .early-birds-teams .zoom-image:nth-child(3) {
        width: 310px;
    }
}

@media (max-width: 1200px) {
    .early-birds-container h2 {
        margin-bottom: 50px;
    }

    .early-birds-teams .zoom-image:nth-child(1) {
        width: 260px;
    }

    .early-birds-teams .zoom-image:nth-child(2) {
        width: 300px;
    }

    .early-birds-teams .zoom-image:nth-child(3) {
        width: 270px;
    }
}

@media (max-width: 1024px) {
    .early-birds-container h2 {
        margin-bottom: 100px;
        font-size: 88px;
        line-height: 88px;
    }

    .early-birds-teams {
        height: 209px;
    }

    .early-birds-teams .zoom-image:nth-child(1) {
        width: 220px;
    }

    .early-birds-teams .zoom-image:nth-child(2) {
        width: 260px;
    }

    .early-birds-teams .zoom-image:nth-child(3) {
        width: 230px;
    }
}

@media (max-width: 900px) {
    .early-birds-container h2 {
        margin-bottom: 46px;
    }

    .early-birds-teams .zoom-image:nth-child(1) {
        width: 180px;
    }

    .early-birds-teams .zoom-image:nth-child(2) {
        width: 220px;
    }

    .early-birds-teams .zoom-image:nth-child(3) {
        width: 190px;
    }
}

@media (max-width: 768px) {
    .early-birds-container {
        margin-bottom: 0px;
    }
    .early-birds-container h2 {
        margin-bottom: 70px;
        font-size: 50px;
        line-height: 44px;
        margin-top: 32px;
    }

    .early-birds-teams {
        height: 150px;
    }

    .early-birds-teams .zoom-image:nth-child(1) {
        width: 140px;
    }

    .early-birds-teams .zoom-image:nth-child(2) {
        width: 180px;
    }

    .early-birds-teams .zoom-image:nth-child(3) {
        width: 150px;
    }
}

@media (max-width: 620px) {
    .early-birds-container h2 {
        margin-bottom: 49px;
    }

    .early-birds-teams {
        height: 120px;
    }

    .early-birds-teams .zoom-image:nth-child(1) {
        width: 110px;
    }

    .early-birds-teams .zoom-image:nth-child(2) {
        width: 140px;
    }

    .early-birds-teams .zoom-image:nth-child(3) {
        width: 120px;
    }
}

@media (max-width: 497px) {
    .early-birds-teams {
        height: 80px;
    }

    .early-birds-teams .zoom-image:nth-child(1) {
        width: 80px;
    }

    .early-birds-teams .zoom-image:nth-child(2) {
        width: 110px;
    }

    .early-birds-teams .zoom-image:nth-child(3) {
        width: 90px;
    }
}

@media (max-width: 360px) {

    .early-birds-teams .zoom-image:nth-child(1) {
        width: 70px;
    }

    .early-birds-teams .zoom-image:nth-child(2) {
        width: 100px;
    }

    .early-birds-teams .zoom-image:nth-child(3) {
        width: 80px;
    }
}

/* furmula presale */
.furmula-presale-container {
    position: relative;
    overflow: hidden;
    text-align: right;
    margin-bottom: 32px;
    padding-top: 117px;
}

.furmula-presale-container .swiper-slide  {
    width: 100%!important;
}

.furmula-presale-container .presale-line {
    position: absolute;
    top: 44px;
    left: 0;
    z-index: -1;
    height: 62px;

    overflow: hidden;
    white-space: nowrap;
    width: 100%;
    display: flex;
    align-items: center;
    background-color: var(--white-color);
    rotate: -2deg;

}

.marquee-content {
    display: inline-flex;
    gap: 20px;
    font-family: 'BoldThunder', sans-serif;
    font-weight: 600;
    font-size: 54px;
    color: var(--primary-light-dark-color);
}

.furmula-presale-container h2 {
    font-family: 'BoldThunder', sans-serif;
    letter-spacing: 3px;
    font-weight: 700;
    font-size: 160px;
    color: var(--white-color);
    line-height: 145px;
    margin-bottom: 0;
    margin-top: 60px;
    text-shadow: -4px -4px 33.7px #1E1E1E;
}

.seasones-nav .seasones {
    display: flex;
    align-items: center;
    justify-content: space-around;
    min-height: 239px;
    margin-bottom: 24px;
}

.seasone-nav-item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45%;
    transition: .3s;
}

.seasone-nav-item.active span {
    color: var(--white-color);
    font-family: 'ExtraBoldThunder', sans-serif;
    font-size: 160px;
    font-weight: 800;
    line-height: 145px;
    margin: 0 12px;
    padding: 62px 47px 32px 58px;
    border-radius: 200px;
    background: var(--orange-road-texture);
    background-size: contain;
}

.seasone-nav-item.active button {
    display: block;
}

.seasone-nav-item span {
    color: var(--white-color);
    font-family: 'RegularThunder', sans-serif;
    font-size: 48px;
    font-weight: 800;
    line-height: 44px;
    margin: 0 12px;
    transition: .05s;
}

.seasone-nav-item button {
    border: none;
    outline: none;
    background-color: var(--white-color);
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 60px;
    height: 60px;
    border-radius: 100%;
    cursor: pointer;
    display: none;
}

#percentage-bunner {
    width: 100%;
    padding: 28px;
    font-size: 63px;
    line-height: 57px;
    color: var(--white-color);
    position: relative;
    border: 1px solid white;
    border-radius: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #00000030;
    backdrop-filter: blur(14.100000381469727px);
    text-align: center;
    font-family: 'ExtraBoldThunder', sans-serif;
    font-weight: 800;
    line-height: 57px;
    height: 233px;
    box-sizing: border-box;
    margin-bottom: 24px;
}

/* #percentage-bunner .sign {
    border: 1px solid transparent;
    background-image: var(--primary-border-gradient);
    background-origin: border-box;
    background-clip: padding-box, border-box;
    height: 184px;
    width: 184px;
    background: #171717;
    font-family: 'ExtraBoldThunder', sans-serif;
    font-size: 150px;
    font-weight: 800;
    line-height: 138px;
    color: var(--white-color);
    justify-content: center;
    display: flex;
    align-items: center;
    border-radius: 100%;
    right: 28px;
    top: 28px;
    position: absolute;
} */

.seasones-nft {
    width: 100%;
    min-height: 965px;
    position: relative;
}

.seasones-nft .nft-box.orange.legendary {
    box-shadow: 0px 4px 60px -4px #FB6400D9;
}
.seasones-nft .nft-box.orange.elite {
    box-shadow: 0px 4px 42px 0px #F3680C3D;
}

.seasones-nft .nft-box.blue.legendary {
    box-shadow: 0px 4px 60px -4px #28BDB9D9;
}
.seasones-nft .nft-box.blue.elite {
    box-shadow: 0px 4px 42px 0px #28BDB93D;
}

.seasones-nft .nft-box.salad.legendary {
    box-shadow: 0px 4px 60px -4px #D4CB07D9;
}
.seasones-nft .nft-box.salad.elite {
    box-shadow: 0px 4px 42px 0px #D4CB073D;
}

.seasones-nft .nft-box img {
    width: 100%;
    height: 100%;
}

.seasones-nft .nft-box {
    border-radius: 84px;
    overflow: hidden;
}

.seasones-nft .nft-box:nth-child(1) {
    position: absolute;
    left: 0;
    z-index: -1;
    width: 30%;
    bottom: 0;
    border-radius: 56px;
}

.seasones-nft .nft-box:nth-child(2) {
    position: absolute;
    width: 48%;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;

}

.seasones-nft .nft-box:nth-child(3) {
    position: absolute;
    right: 0;
    z-index: -1;
    width: 30%;
    bottom: 0;
    border-radius: 56px;


}

.placeholders {
    width: 100%;
    display: flex;
    align-content: center;
    justify-content: center;
    margin: 24px 0 80px;
}

.placeholders .placeholder {
    width: 27%;
    margin-left: -3%;
    border: 1px solid white;
    height: 300px;
    background-color: #141414;
    border-radius: 53px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.placeholders .placeholder:nth-child(1){
    margin-left: 0;
}

.placeholders .placeholder img {
    object-fit: scale-down;
    height: 100%;
}

.progress-container {
    max-width: 1296px;
    display: flex;
    justify-content: space-between;
    margin:  0 auto;
    min-height: 73px;
}

.load-bar {
    position: relative;
    height: 40px;
    background-color: #fff;
    margin: 0 auto;
    width: 60%;
    border-radius: 60px;
}
.progress-bar {
    position: absolute;
    height: 40px;
    background-color: var(--primary-orange-color);
    width: 0;
    transition: width 4s ease-in-out;
    max-width: 1296px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    border-radius: 60px;
}

.load-bar {
    width: 70%;
}

.progress-circle {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(-50%, -50%);
    width: 100px;
    height: 100px;
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    transition: left 4s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--orange-road-texture);
    background-size: contain;
}

.progress-circle img {
    width: 33px;
    height: 33px;
}

.progress-label {
    position: absolute;
    width: 244px;
    height: 106px;
    border-radius: 42px;
    top: 125px;
    background: var(--orange-road-texture);
    background-size: contain;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'ExtraBoldThunder', sans-serif;
    font-size: 52px;
    font-weight: 800;
    letter-spacing: 0.03em;
    color: var(--white-color);
    padding-top: 11px;
    box-sizing: border-box;
}

.progress-label .progress-label-leg {
    position: absolute;
    top: 0;
    background: var(--orange-road-texture);
    background-size: contain;
    width: 50px;
    height: 50px;
    left: 50%;
    top: -18px;
    transform: translateX(-50%) rotate(45deg);
    border-radius: 20px;
    z-index: -1;
}

.progress-container .start {
    text-align: left;
    width: 15%;
    color: var(--white-color);
    font-family: 'ExtraBoldThunder', sans-serif;
    font-size: 63px;
    line-height: 57px;
    font-weight: 800;
}

.progress-container .end {
    text-align: right;
    color: var(--white-color);
    width: 15%;
    font-family: 'ExtraBoldThunder', sans-serif;
    font-size: 63px;
    line-height: 57px;
    font-weight: 800;
}

.smart-contract-container {
    width: 100%;
    height: 405px;
    padding: 36px;
    box-sizing: border-box;
    opacity: 1;
    background: var(--orange-road-texture);
    background-size: contain;
    position: relative;
    margin-bottom: 50px;
    border-radius: 46px;
    text-align: left;
    margin-bottom: 70px;
}

.smart-contract-container .copy-container {
    max-height: 142px;
}

.smart-contract-container .copy-container h2 {
    color: var(--white-color);
    font-size: 128px;
    font-family: 'ExtraBoldThunder', sans-serif;
    line-height: 128px;
    text-align: left;
    font-weight: 400;
    margin: 0;
    margin-bottom: 77px;
    text-shadow: none;
}

.smart-contract-container .copy-container label {
    color: var(--white-color);
    font-size: 32px;
    font-family: 'Lato', sans-serif;
    line-height: 32px;
    letter-spacing: -0.04em;
    text-align: left;
    font-weight: 900;
    box-sizing: border-box;

}

.smart-contract-container .copy-container .input-container {
    position: relative;
    width: 100%;
    margin-top: 16px;
}

.smart-contract-container .copy-container .input-container img {
    position: absolute;
    right: 33px;
    top: 16px;
    cursor: copy;
}

.smart-contract-container .copy-container .input-container input {
    min-width: 100%;
    background-color: #050505;
    outline: none;
    padding: 26px 82px 26px 36px;
    box-sizing: border-box;
    color: var(--white-color);
    font-family: 'RegularInter', sans-serif;
    font-size: 24px;
    line-height: 24px;
    font-weight: 400;
    border: none;
    border-radius: 4px;
}

.presale-footer {
    margin-top: 160px;
    margin-bottom: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.timer {
    text-align: center;
    position: relative;
    margin-bottom: 80px;
}

.timer h2 {
    font-family: 'ExtraBoldThunder', sans-serif;
    font-size: 128px;
    font-weight: 800;
    line-height: 128px;
    text-align: left;
    color: var(--white-color);
    margin-bottom: 0;
    padding-left: 32px;
}

.timer .time {
    display: flex;
    color: var(--white-color);
    font-family: 'RegularThunder', sans-serif;
    font-size: 200px;
    line-height: 200px;
    font-weight: 800;
    justify-content: center;
    text-shadow: -10px -10px 33.7px rgba(133,122,122,0.75);
}

.timer-content {
    box-shadow: -3px -2px 44px 0px rgba(133,122,122,0.75);
    -weblit-box-shadow: -3px -2px 44px 0px rgba(133,122,122,0.75);
    padding: 20px;
    box-sizing: border-box;
    border-radius: 100px;
}

.timer .time .count {
    text-align: center;
    width: 21%;
    font-family: 'RegularThunder', sans-serif;
    font-size: 48px;
    line-height: 48px;
    font-weight: 800;
}

.timer .time .count span {
    display: flex;
    justify-content: center;
    width: 100%;
    font-family: 'RegularThunder', sans-serif;
    font-size: 200px;
    line-height: 200px;
    font-weight: 800;
}

.join-presale-container {
    width: 100%;
    position: relative;
    padding: 52px 32px 32px;
    background: var(--orange-road-texture);
    background-size: contain;
    border-radius: 100px;
    overflow: visible;
    margin-bottom: 100px;
    box-sizing: border-box;
    margin-top: 120px;
}

.join-presale-container h2 {
    text-align: center;
    font-family: 'ExtraBoldThunder';
    font-size: 147px;
    font-weight: 800;
    line-height: 122px;
    letter-spacing: 0.03em;
    margin-top: 0;
    text-shadow: none;
    margin-bottom: 32px;
    z-index: 3;
    position: relative;
}

.join-presale-percentages {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 24px;
}

.join-presale-percentage {
    width: 49%;
    border-radius: 100px;
    padding: 48px 88px;
    display: flex;
    align-items: center;
    background: var(--dark-gray-road-texture);
    color: transparent;
    background-size: contain;
    z-index: 3;
}

.join-presale-percentage:first-child {
    margin-right: 24px;
    z-index: 2;
}

.join-presale-percentage img {
    width: 79px;
    height: 79px;
    margin-right: 70px;
    position: relative;
}
.join-presale-percentage p {
    color: var(--white-color);
    font-family: 'BoldLato', sans-serif;
    font-size: 36px;
    font-weight: 700;
    line-height: 36px;
    text-align: left;
    display: block;
}

.join-presale-percentage:first-child p:first-child {
    margin-bottom: 0;
}

.join-presale-percentage:first-child p:last-child {
    margin-top: 12px;
}

.join-presale-percentage:last-child img {
    margin-right: 70px;
}

.cap {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 24px;
}

.cap span {
    font-family: 'Lato', sans-serif;
    font-size: 36px;
    font-weight: 900;
    line-height: 36px;
    text-align: center;
    color: var(--white-color);
    padding: 26px;
    border-radius: 46px;
    background: var(--dark-gray-road-texture);
    background-size: contain;
}

.min-max {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 50px;
    text-align: center;
    z-index: 100;
}

.min-max .primary-btn {
    font-family: 'Lato', sans-serif;
    font-size: 36px;
    font-weight: 900;
    line-height: 36px;
    z-index: 100;
    padding: 10px 14px 10px 26px;
}

.min-max .primary-btn .arrow {
    margin-left: 12px;
}

.min-max .min {
    font-family: 'Lato', sans-serif;
    font-size: 36px;
    font-weight: 900;
    line-height: 36px;
    text-align: center;
    color: var(--white-color);
    padding: 26px;
    margin-right: 16px;
    display: flex;
    align-items: center;
    border-radius: 56px;
    background: var(--dark-gray-road-texture);
    background-size: contain;
    z-index: 3;
}

.min-max .max {
    font-family: 'Lato', sans-serif;
    font-size: 36px;
    font-weight: 900;
    line-height: 36px;
    text-align: center;
    color: var(--white-color);
    padding: 26px;
    display: flex;
    align-items: center;
    border-radius: 56px;
    background: var(--dark-gray-road-texture);
    background-size: contain;
    z-index: 3;
}

.min-max .min p,
.min-max .max p {
    margin: 0;
}

.min-max .min img,
.min-max .max img {
    width: 55px;
    height: 55px;
    margin-right: 16px;
    position: relative;
}

.address-input {
    width: 100%;
    text-align: left;
    position: relative;
    z-index: 3;
}

.address-input .input-container img {
    width: 50px;
    height: 50px;
    right: 30px;
    bottom: 32px;
    position: absolute;
    cursor: copy;
}

.address-input .input-container img {
    /* display: none; */
}

.address-input .input-container input {
    font-size: 16px;
    padding: 10px 86px 10px 16px;
    box-sizing: border-box;
    max-width: 100%;
    min-width: 100%;
    background: #141414;
    border-radius: 100px;
    text-align: center;
    color: var(--white-color);
    font-family: 'SemiBoldCommissioner', sans-serif;
    font-size: 32px;
    font-weight: 600;
    line-height: 48px;
    letter-spacing: -0.05em;
    margin-top: 24px;
    border: none;
    outline: none;
    height: 116px;
    letter-spacing: -0.05em;
}

.address-input .input-container input::placeholder {
    color: var(--white-color);
    text-align: center!important;
  }

.address-input label {
    color: var(--white-color);
    font-size: 36px;
    font-family: 'Lato', sans-serif;
    line-height: 36px;
    letter-spacing: -0.04em;
    text-align: left;
    font-weight: 900;
    box-sizing: border-box;
}

.left-coins.mobile,
.right-coins.mobile,
.left-top-race.mobile,
.right-middle-race.mobile,
.left-bottom-race.mobile {
    display: none;
}

.top-right-coin.desctop {
    width: 450px;
    right: -166px;
    top: -169px;
    position: absolute;
}

.top-middle-race.desctop {
    width: 328px;
    right: 36%;
    top: 0;
    position: absolute;
}

.left-bottom-race.desctop {
    width: 641px;
    left: 0;
    bottom: 0;
    position: absolute;
    z-index: 1;
}

.right-middle-race.desctop {
    width: 200px;
    right: 0;
    top: 34%;
    position: absolute;
}

.top-left-coin.desctop {
    width: 197px;
    left: 0;
    top: 14%;
    position: absolute;
    z-index: 3;
}

@media (max-width: 2200px) {
    .seasones-nft .nft-box:nth-child(2) {
        width: 38%;
    }

    .seasones-nft .nft-box:nth-child(1) {
        width: 25%;
        left: 11%;
    }

    .seasones-nft .nft-box:nth-child(3) {
        width: 25%;
        right: 11%;
    }

}

@media (max-width: 1920px) {
    .seasones-nft .nft-box:nth-child(2) {
        width: 46.5%;
    }

    .seasones-nft .nft-box:nth-child(1) {
        width: 30%;
        left: 0%;
    }

    .seasones-nft .nft-box:nth-child(3) {
        width: 30%;
        right: 0%;
    }
}

@media (max-width: 1800px) {
    .seasone-nav-item.active span {
        font-size: 132px;
    }
}

@media (max-width: 1700px) {
    .seasone-nav-item.active span {
        font-size: 118px;
        padding: 44px 38px 17px 38px
    }

    .join-presale-percentage:last-child img,
    .join-presale-percentage img {
        margin-right: 34px;
    }

}

@media (max-width: 1600px) {
    .seasone-nav-item span {
        font-size: 40px;
    }
}


@media (max-width: 1540px) {
    .seasones-nft {
        min-height: 1004px;
    }

    .left-bottom-race.desctop {
        width: 573px;
    }

    .join-presale-percentage:last-child img,
    .join-presale-percentage img {
        margin-right: 70px;
    }
}

@media (max-width: 1400px) {
    .seasone-nav-item.active span {
        font-size: 117px;
        padding: 30px 37px 5px 37px;
    }

    .timer .time .count span {
        font-size: 160px;
    }

    .timer .time .count {
        font-size: 42px;
    }

    .timer .time {
        font-size: 160px;
    }
}

@media (max-width: 1300px) {
    .seasones-nft {
        min-height: 864px;
    }

    .join-presale-percentage:last-child img,
    .join-presale-percentage img {
        margin-right: 30px;
    }
}

@media (max-width: 1200px) {

    .join-presale-percentage:last-child img,
    .join-presale-percentage img {
        margin-right: 42px;
    }

    .seasones-nft .nft-box {
        border-radius: 67px;
    }

    .placeholders .placeholder {
        height: 255px;
    }

    .seasones-nft {
        min-height: 782px;
    }

    .seasone-nav-item.active span {
        font-size: 82px;
        line-height: 107px;
        padding: 22px 37px 5px 37px;
    }

    .seasone-nav-item span {
        font-size: 36px;
    }

    .seasones-nav .seasones {
        min-height: 169px;
    }

    .seasones-nft .nft-box:nth-child(1) {
        border-radius: 32px;
    }

    .seasones-nft .nft-box:nth-child(3) {
        border-radius: 32px;
    }

    .timer .time .count span {
        font-size: 132px;
        margin-bottom: -48px;
    }

    .timer .time .count {
        font-size: 32px;
    }

    .timer .time {
        font-size: 132px;
    }

    .join-presale-percentage {
        padding: 40px;
    }
}

@media (max-width: 1100px) {
    .seasones-nft {
        min-height: 709px;
    }

    .address-input .input-container input {
        font-size: 24px;
    }

    .address-input .input-container img {
        bottom: 26px;
    }
}


@media (max-width: 1024px) {

    .join-presale-percentage:last-child img,
    .join-presale-percentage img {
        margin-right: 24px;
    }

    .seasones-nft .nft-box {
        border-radius: 59px;
    }

    .furmula-presale-container {
        margin-bottom: 0;
    }
    .furmula-presale-container h2 {
        font-size: 88px;
        line-height: 88px;
    }
    .load-bar {
        width: 62%;
    }

    .smart-contract-container {
        height: 368px;
    }

    .smart-contract-container .copy-container h2 {
        font-size: 92px;
        line-height: 92px;
        margin-bottom: 90px;
    }

    .timer .time .count span {
        font-size: 104px;
        margin-bottom: -61px;
    }

    .timer .time .count {
        font-size: 28px;
    }

    .timer .time {
        font-size: 104px;
    }

}

@media (max-width: 992px) {

    .join-presale-percentage:last-child img,
    .join-presale-percentage img {
        margin-right: 17%;
    }

    .seasones-nft .nft-box {
        border-radius: 48px;
    }

    .placeholders .placeholder {
        height: 213px;
    }

    .seasone-nav-item span {
        font-size: 28px;
    }

    .seasones-nft .nft-box:nth-child(1) {
        border-radius: 28px;
    }

    .seasones-nft .nft-box:nth-child(3) {
        border-radius: 28px;
    }

    .seasone-nav-item.active span {
        font-size: 64px;
        line-height: 80px;
        padding: 22px 37px 5px 37px;
    }
/*
    #percentage-bunner .sign {
        width: 70px;
        height: 70px;
        font-size: 52px;
        padding-top: 11px;
        box-sizing: border-box;
    } */

    #percentage-bunner {
        font-size: 24px;
        height: 126px;
    }

    .seasones-nft {
        min-height: 639px;
    }

    .seasones-nft {
        min-height: 709px;
    }

    .join-presale-percentage {
        padding: 16px;
    }

    .join-presale-percentage p {
        font-size: 20px;
        margin: 0;
    }

    .join-presale-percentage img {
        width: 45px;
        height: 45px;
    }

    .cap span {
        font-size: 20px;
    }

    .min-max .min {
        font-size: 20px;
    }

    .min-max .max {
        font-size: 20px;
    }

    .address-input .input-container input {
        margin-top: 12px;
        height: 100px;
    }

    .address-input label {
        font-size: 24px;
    }


    .furmula-presale-container h2 {
        font-size: 78px;
    }


    .top-right-coin.desctop {
        width: 353px;
        right: -129px;
        top: -120px;
    }

    .top-middle-race.desctop {
        width: 256px;
        right: 34%;
    }

    .left-bottom-race.desctop {
            width: 467px;
    }

    .right-middle-race.desctop {
        width: 148px;
        top: 23%;
    }

    .top-left-coin.desctop {
        width: 89px;
        top: 18%;
    }
}

@media (max-width: 890px) {

    .address-input .input-container input {
        font-size: 19px;
    }
}

@media (max-width: 800px) {
    .seasones-nft {
        min-height: 540px;
    }
}

@media (max-width: 768px) {

    .join-presale-percentage:first-child p {
        line-height: 26px;
    }

    .join-presale-percentage:last-child img,
    .join-presale-percentage img {
        margin-right: 32%;
    }

    .furmula-presale-container .marquee-container{
        height: 106px;
    }

    .furmula-presale-container {
        padding-top: 36px;
    }

    .presale-footer {
        margin-top: 0px;
        margin-bottom: 36px;
    }

    .seasones-nft .nft-box {
        border-radius: 42px;
    }

    .seasones-nft .nft-box:nth-child(1) {
        border-radius: 22px;
    }

    .seasones-nft .nft-box:nth-child(3) {
        border-radius: 22px;
    }

    .seasones-nav .seasones {
        justify-content: center!important;
        margin-bottom: 0;
    }

    .placeholders .placeholder {
        height: 78px;
        width: 78px;
        border-radius: 20px;
    }

    .seasone-nav-item {
        display: none;
    }

    .seasone-nav-item.active {
        margin: 0 auto!important;
        display: flex;
        width: 100%!important;
    }

    .seasone-nav-item.active span {
        width: 50%;
        text-align: center;
    }

    .placeholders {
        margin: 24px 0 32px;
    }

    .furmula-presale-container h2 {
        font-size: 62px;
        line-height: 55px;
        margin-top: 45px;
        margin-bottom: 10px;
    }

    .load-bar,
    .progress-bar {
        height: 10px;
    }

    .progress-circle {
        width: 20px;
        height: 20px;
    }

    .progress-circle img {
        width: 12px;
        height: 12px;
    }

    .progress-container .end,
    .progress-container .start {
        font-size: 24px;
        line-height: 17px;
        text-align: center;
    }

    .smart-contract-container .copy-container h2 {
        font-size: 72px;
        line-height: 72px;
        margin-bottom: 46px;
    }

    .smart-contract-container .copy-container label {
        font-size: 16px;
        line-height: 16px;
    }

    .smart-contract-container {
        width: 100%;
        padding: 12px;
        height: 212px;
        margin-bottom: 50px;
        border-radius: 22px;
    }

    .smart-contract-container .copy-container .input-container {
        margin-top: 2px;
    }

    .smart-contract-container .copy-container .input-container img {
        width: 24px;
        height: 24px;
        right: 16px;
        top: 10px;
    }

    .smart-contract-container .copy-container .input-container input {
        font-size: 16px;
        padding: 10px 42px 10px 16px;
        box-sizing: border-box;
        max-width: 100%;
    }

    .seasones-nft {
        min-height: 518px;
    }

    .progress-label {
        width: 115px;
        height: 37px;
        border-radius: 13px;
        top: 32px;
        font-size: 24px;
        padding-top: 8px;
    }

    .progress-label .progress-label-leg {
        width: 20px;
        height: 20px;
        top: -8px;
        border-radius: 6px;
    }

    .progress-container {
        margin-bottom: 14px;
    }

    .furmula-presale-container h2 {
        margin-bottom: -16px;
    }

    .timer {
        margin-bottom: 50px;
    }

    .timer .time .count span {
        font-size: 78px;
        margin-bottom: -92px;
    }

    .timer .time .count {
        font-size: 24px;
    }

    .timer .time {
        font-size: 78px;
    }

    .timer-content {
        margin-bottom: 24px;
        padding: 5px 20px;
        border-radius: 64px;
    }

    .join-presale-container h2 {
        margin-bottom: 70px;
        margin-top: 0;
        font-size: 56px;
    }

    .top-right-coin.desctop {
        width: 278px;
        right: -61px;
        top: -83px;
    }

    .join-presale-percentages {
        display: block;
    }

    .join-presale-percentage {
        width: 100%;
        box-sizing: border-box;
        justify-content: left;
    }

    .join-presale-percentage:first-child {
        margin-right: 0;
        margin-bottom: 8px;
        padding-right: 24px;
    }

    .cap span {
        width: 90%;
        margin:  0 auto;
    }

    .min-max .primary-btn {
        font-size: 26px;
    }

    .min-max .min {
        margin-right: 0;
        width: 80%;
        margin:  0 auto 8px;
        justify-content: center;
    }

    .min-max .max {
        width: 80%;
        margin:  0 auto;
        justify-content: center;
    }

    .address-input .input-container input {
        padding-left: 32px;
        text-align: left;
        padding-right: 62px;

    }

    .address-input .input-container img {
        bottom: 34px;
        width: 35px;
        height: 35px;
        right: 25px;

    }

    .join-presale-container {
        border-radius: 64px;
        margin-bottom: 32px;
        padding: 36px 16px 16px;
        margin-top: 0;
    }

    .cap {
        position: relative;
        z-index: 3;
    }

    .min-max .max {
        z-index: 3;
        position: relative;
    }

    .min-max {
        position: relative;
        z-index: 3;
    }

    .top-middle-race.desctop,
    .left-bottom-race.desctop,
    .right-middle-race.desctop,
    .top-right-coin.desctop,
    .top-left-coin.desctop {
        display: none;
    }

    .join-presale-percentages {
        z-index: 3;
        position: relative;
    }

    .left-coins.mobile {
        position: absolute;
        top: 38%;
        left: 0;
        display: block;
        width: 132px;
    }

    .right-coins.mobile {
        position: absolute;
        top: -94px;
        right: -9px;
        display: block;
        width: 173px;
    }

    .left-top-race.mobile {
        position: absolute;
        top: 0;
        left: 0;
        display: block;
    }
    .right-middle-race.mobile {
        position: absolute;
        top: 32%;
        right: 0;
        display: block;
    }

    .left-bottom-race.mobile {
        position: absolute;
        bottom: 0;
        left: 0;
        display: block;
    }
}

@media (max-width: 610px) {
    .address-input .input-container input {
        font-size: 14px;
        height: 82px;
    }

    .address-input .input-container img {
        bottom: 23px;
    }
}

@media (max-width: 600px) {
    .seasones-nft {
        min-height: 400px;
    }

    .seasones-nft .nft-box {
        border-radius: 36px;
    }

    .join-presale-percentage:last-child img,
    .join-presale-percentage img {
        margin-right: 28%;
    }

    .timer {
        margin-bottom: 28px;
    }

    .timer .time .count span {
        font-size: 58px;
        margin-bottom: -110px;
    }

    .timer .time {
        font-size: 58px;
    }

    .timer .time .count {
        font-size: 16px;
    }
}

@media (max-width: 500px) {
    .seasones-nft {
        min-height: 333px;
    }

    .seasones-nft .nft-box:nth-child(1) {
        border-radius: 19px;
    }

    .seasones-nft .nft-box:nth-child(3) {
        border-radius: 18px;
    }

    .seasones-nft .nft-box {
        border-radius: 28px;
    }

    .join-presale-percentage:last-child img,
    .join-presale-percentage img {
        margin-right: 24%;
    }
}

@media (max-width: 495px) {
    .address-input .input-container input {
        font-size: 11px;
        padding-left: 22px;
        padding-right: 50px;
    }

    .address-input .input-container img {
        bottom: 26px;
        width: 30px;
        height: 30px;
        right: 18px;
    }
}

@media (max-width: 450px) {
    .timer .time .count span {
        font-size: 48px;
        margin-bottom: -122px;
    }

    .furmula-presale-container .marquee-container {
        height: 69px;
    }

    .timer .time {
        font-size: 48px;
    }

    .timer {
        margin-bottom: 8px;
    }

    .timer .time .count {
        font-size: 14px;
    }

    .right-coins.mobile {
        top: -82px;
        right: -14px;
        width: 153px;
    }

    .left-coins.mobile {
        top: 43%;
    }

    .join-presale-percentage:last-child img,
    .join-presale-percentage img {
        margin-right: 19%;
    }
}

@media (max-width: 400px) {
    .seasones-nft {
        min-height: 264px;
    }

    .seasones-nft .nft-box {
        border-radius: 22px;
    }

    #percentage-bunner {
        padding: 22px;
        font-size: 22px;
        height: 96px;
    }
}


/* footer */
footer {
    width: 100%;
    background-color: var(--primary-dark-color);
    padding-top: 24px;
    padding-bottom: 88px!important;
    padding-top: 35px!important;
}

.footer-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
}

footer .footer-header .logo {
    width: 140px;
    height: 50px;
    color: var(--white-color);
    font-family: 'ExtraBoldThunder', sans-serif;
    font-size: 54px;
    line-height: 62px;
    text-decoration: none;
    outline: none;
}

footer .footer-nav {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

footer .footer-nav nav {
    display: flex;
}

footer .footer-nav ul{
    list-style: none;
    margin: 0;
    padding: 0;
}

footer .footer-nav ul:first-child{
   margin-right: 50px;
}

footer .footer-nav ul li{
    font-family: 'Lato', sans-serif;
    font-size: 24px;
    line-height: 24px;
    font-weight: 900;
    margin-bottom: 16px;
}

footer .footer-nav ul li a{
    text-decoration: none;
    color: #9E9E9E;
}

footer .footer-header .socials {
    width: 100%;
}

footer .footer-header .socials {
    width: 256px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 24px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

footer .footer-header .socials a img,
footer .footer-header .socials a svg {
    width: 26px;
    height: 26px;
}

.mobile-social-icon {
    display: none!important;
    width: 32px!important;
    height: 32px!important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-disclaimer {
    width: 100%;
}

.footer-disclaimer h3 {
    color: var(--white-color);
    font-family: 'ExtraBoldThunder', sans-serif;
    font-size: 32px;
    font-weight: 800;
    line-height: 57.96px;
    letter-spacing: 0.03em;
    margin-bottom: 0px;
}

.footer-disclaimer p {
    color: var(--primary-gray);
    font-family: 'Lato', sans-serif;
    font-size: 19px;
    font-weight: 900;
    line-height: 26px;
    text-align: left;
    max-width: 963px;
    margin: 0;
}

@media (max-width: 768px) {
    footer .footer-header {
        display: block;
    }

    footer .footer-nav nav {
        margin-bottom: 60px;
    }

    footer .footer-nav {
        display: block;
    }

    footer .footer-header .socials {
        width: 156px;
        padding: 28px 0 16px;
    }

    footer .footer-header .socials a img {
        width: 22px;
        height: 22px;
    }

    footer .footer-header .socials a {
        width: 32px;
        height: 32px;
        background-color: rgba(2, 2, 2, 0);
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 100%;
    }

    .footer-disclaimer p {
        text-align: center;
    }

    .footer-disclaimer h3 {
        text-align: center;
    }
}

/* unlocking container */
.unlocking-container {
    padding-top: 0;
}
.unlocking-container .unlocking-content {
    width: 100%;
    padding: 60px;
    border-radius: 80px;
    box-sizing: border-box;
    position: relative;
    margin-bottom: 110px;
    background: var(--dark-gray-road-texture);
    color: transparent;
    background-size: contain;
}
.unlocking-container .unlocking-content h2 {
    font-family: 'BoldThunder', sans-serif;
    letter-spacing: 3px;
    font-weight: 700;
    font-size: 147px;
    color: var(--white-color);
    line-height: 122px;
    margin-bottom: 0;
    margin-top: 0;
    text-shadow: -4px -4px 33.7px #1E1E1E;
    z-index: 1;
    position: relative;
}

.unlocking-container .unlocking-content .mobile-vector {
    display: none;
}
.unlocking-container .unlocking-content .desctop-vector {
    display: block;
}

.unlocking-container .unlocking-content .marquee-container {
    position: absolute;
    top: 70px;
    left: 0;
    z-index: 0;
    height: 270px;
    width: 100%;
    overflow: hidden;
}

.unlocking-container .unlocking-content .unlocking-timers {
    display: flex;
    justify-content: space-between;
    margin-top: 70px;
}

.unlocking-container .unlocking-content .unlockint-timer-loadbar {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: radial-gradient(100% 100% at 142.5% 13.75%, #FFFFFF 0%, #F36C0C 100%);
    mask-image: conic-gradient(
        #000000 var(--progress, 0deg),
        transparent var(--progress, 0deg)
    );
    -webkit-mask-image: conic-gradient(
        #000000 var(--progress, 0deg),
        transparent var(--progress, 0deg)
    );
    display: flex;
    justify-content: center;
    align-items: center;
}

.unlocking-container .unlocking-content .unlockint-timer-loadbar::before {
    content: '';
    position: absolute;
    width: 85%;
    height: 85%;
    background-color: #1e1e1e;
    border-radius: 50%;
    z-index: 1;
}

.unlocking-container .unlocking-content .timer-container {
    position: relative;
    width: 232px;
    height: 294px;
    text-align: center;
}

.unlocking-container .unlocking-content .date {
    margin-bottom: 24px;
    font-family: 'Lato', sans-serif;
    font-size: 32px;
    font-weight: 700;
    line-height: 38.4px;
    letter-spacing: 0.03em;
    text-align: center;
    color: var(--white-color);
}

.unlocking-container .unlocking-content .circular-progress {
    position: relative;
    width: 232px;
    height: 232px;
    border-radius: 50%;
    background: conic-gradient(
      #ffb347 0deg,
      #ff5733 var(--progress, 0deg),
      #141414 var(--progress, 0deg) 360deg
    );
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
}

.unlocking-container .unlocking-content .circular-progress::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 20px;
    height: 20px;
    background: #ffb347;
    border-radius: 50%; /* Ensures the progress bar follows a rounded path */
    z-index: 0; /* Places it behind the content */
  }

.unlocking-container .unlocking-content .inner-circle {
    position: absolute;
    width: 85%;
    height: 85%;
    background-color: #1e1e1e;
    border-radius: 50%;
    z-index: 1;
    background: var(--dark-gray-road-texture);
    color: transparent;
    background-size: contain;
}

.unlocking-container .unlocking-content .inner-content {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    font-family: 'Lato', sans-serif;
    font-size: 32px;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: 2px;
    color: var(--white-color);
    display: flex;
    justify-content: center;
    align-items: center;
}

.unlocking-container .unlocking-content .inner-content .locked {
    margin-right: -7px;
    margin-bottom: -2px;
    width: 30px;
    height: 30px;
}

.unlocking-container .unlocking-content  #time-remaining {
    font-size: 1em;
  }

@media (max-width: 1200px) {
    .unlocking-container .unlocking-content .circular-progress {
        width: 200px;
        height: 200px;
    }

    .unlocking-container .unlocking-content .timer-container {
        width: 200px;
    }
}

@media (max-width: 1045px) {
    .unlocking-container .unlocking-content {
        padding: 32px;
        overflow: hidden;
    }

    .unlocking-container .unlocking-content .unlocking-timers {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(2, auto);
        gap: 16px;
        row-gap: 44px;
        justify-items: center;
        align-items: center;
        margin-top: 62px;
    }

    .unlocking-container .unlocking-content .circular-progress {
        width: 232px;
        height: 232px;
    }

    .unlocking-container .unlocking-content .timer-container {
        width: 232px;
    }

    .unlocking-container .unlocking-content .marquee-container {
        top: 34px;
        width: 200%;
        left: -55%;
    }

    .unlocking-container .unlocking-content h2 {
        font-size: 88px;
    }
}

@media (max-width: 756px) {
    .unlocking-container .unlocking-content h2 {
        font-size: 56px;
        line-height: 50px;
    }

    .unlocking-container .unlocking-content {
        margin-bottom: 10px;
    }


    .unlocking-container .unlocking-content .inner-content .locked {
        margin-right: -5px;
        margin-bottom: -2px;
        width: 22px;
        height: 22px;
    }

    .unlocking-container .unlocking-content .circular-progress::before {
        width: 11px;
        height: 11px;
    }

    .unlocking-container .unlocking-content .mobile-vector {
        display: block;
    }
    .unlocking-container .unlocking-content .desctop-vector {
        display: none;
    }

    .unlocking-container .unlocking-content .marquee-container {
        top: 54px;
        width: 100%;
        left: 17%;
        height: 192px;
    }

    .unlocking-container .unlocking-content .timer-container {
        height: 182px;
        width: 134px;
    }

    .unlocking-container .unlocking-content .circular-progress {
        width: 134px;
        height: 134px;
    }

    .unlocking-container .unlocking-content .date {
        font-size: 20px;
        line-height: 24px;
    }

    .unlocking-container .unlocking-content .inner-content {
        font-size: 16px;
        line-height: 22px;
    }

    .unlocking-container .unlocking-content {
        padding: 42px;
    }
}

@media (max-width: 407px) {
    .unlocking-container .unlocking-content .marquee-container {
        top: 87px;
        left: 0%;
    }

    .unlocking-container .unlocking-content {
        padding: 42px 28px;
        border-radius: 54px;
    }

    .unlocking-container .unlocking-content .unlocking-timers {
        row-gap: 28px;
        margin-top: 50px;
    }
}
/* unlocking container */

/* what is formula */

.what-is-furmula-container {
    position: relative;
    margin-bottom: 100px;
}

.what-is-furmula-bunner {
    width: 100%;
    border-radius: 200px;
    padding: 30px 30px 0;
    font-family: 'BoldThunder', sans-serif;
    text-align: center;
    font-size: 160px;
    font-weight: 700;
    color: var(--white-color);
    line-height: 145px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    margin-bottom: 0;
    background: var(--orange-road-texture);
    background-size: contain;
}

.what-is-furmula-background {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
    width: 100%;
}

.what-is-furmula-background-mobile {
    display: none;
}

.car-mob-1,.car-mob-2,.car-mob-3 {
    display: none;
}
.what-is-furmula-content {
    display: grid;
    grid-template-columns: 50% 50%;
    grid-template-rows: auto auto auto;
    position: relative;
}


.what-is-furmula-content .choose-item h3 {
    color: var(--white-color);
    letter-spacing: 3px;
    font-size: 147px;
    font-weight: 800;
    font-family: 'ExtraBoldThunder', sans-serif;
    line-height: 122px;
    margin: 0;
}

.what-is-furmula-content .choose-item:nth-child(5) {
    grid-row: 3;
    grid-column: 1;
}

.what-is-furmula-content .choose-item:nth-child(4) {
    grid-row: 2;
    grid-column: 2;
    margin-bottom: 150px;
}

.what-is-furmula-content .choose-item:nth-child(3) {
    grid-row: 1;
    grid-column: 1;
}

.what-is-furmula-content .choose-item h3 .orange-txt{
    letter-spacing: 3px;
    background: var(--orange-road-texture);
    background-size: contain;
    -webkit-background-clip: text;
    color: transparent;
}

.what-is-furmula-content .choose-item h3 .road-txt {
    color: #686869;
    letter-spacing: 3px;
    background: var(--gray-road-texture);
    background-size: contain;
    -webkit-background-clip: text;
    color: transparent;
}

.what-is-furmula-content .choose-item p {
    /* add light gray var */
    color: #9E9E9E;
    font-size: 18px;
    font-weight: 900;
    font-family: 'Lato', sans-serif;
    line-height: 22px;
    margin-bottom: 24px;
    max-width: 450px;
    margin-top: 0;
    text-shadow:
    1px 1px 0 #141414,
    -1px 1px 0 #141414,
    1px -1px 0 #141414,
    -1px -1px 0 #141414,
    1px 0 0 #141414,
    -1px 0 0 #141414,
    0 1px 0 #141414,
    0 -1px 0 #141414;
}

@media (max-width: 1200px) {
    .what-is-furmula-content .choose-item h3 {
        font-size: 88px;
        line-height: 88px;
    }

    .what-is-furmula-content .choose-item:nth-child(4),
    .what-is-furmula-content .choose-item:nth-child(3) {
        margin-bottom: 70px;
    }
}

@media (max-width: 1124px) {
    .what-is-furmula-background {
        height: 100%;
        width: auto;
        object-fit: cover;
    }
}

@media (max-width: 1024px) {
    .what-is-furmula-bunner {
        font-size: 88px;
        line-height: 88px;
        padding: 30px 16px 16px;
    }
}

@media (max-width: 768px) {
    .what-is-furmula-container {
        margin-bottom: 0;
    }
    .what-is-furmula-bunner {
        font-size: 62px;
        line-height: 55px;
        border-radius: 40px;
        margin-bottom: -68px;
    }

    .what-is-furmula-content {
        display: block;
    }

    .what-is-furmula-content .choose-item {
        margin-bottom: 30px;
    }

    .what-is-furmula-content .choose-item br {
        display: none;
    }

    .what-is-furmula-content .choose-item h3 {
        font-size: 56px;
        line-height: 50px;
    }

    .what-is-furmula-content .choose-item p {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 9px;
    }

    .footer-disclaimer {
        padding-right: 10px;
    }

    .footer-disclaimer h3 {
        margin-top: 46px;
    }
}

@media (max-width: 620px) {
    .what-is-furmula-content .choose-item p {
        max-width: 250px;
    }
    .what-is-furmula-background {
        display: none;
    }
    .car-1,.car-2,.car-3 {
        display: none;
    }
    .car-mob-1,.car-mob-2,.car-mob-3 {
        display: block;
        width: 70px;
    }
    .what-is-furmula-background-mobile {
        position: absolute;
        display: flex;
        width: 100%;
        z-index: -1;
        top: -32px;
    }
}


@media (max-width: 425px) {
    .car-mob-1,.car-mob-2,.car-mob-3 {
        width: 60px;
    }

    .what-is-furmula-content .choose-item:nth-child(3) {
        padding-top: 56px;
    }
}

/* nft's block */
.nft-cards-container {
    /* padding-left: 25px;
    padding-right: 25px; */
}
.nft-cards-container h2 {
    font-size: clamp(116px, 30vw, 439px);
    font-weight: 800;
    color: var(--white-color);
    margin: 0;
    font-family: 'ExtraBoldThunder', sans-serif;
    letter-spacing: 3px;
    text-align: center;
    line-height: 364px;
}
.nft-items {
    display: block;
}

.nft-items .nft-item {
    margin-bottom: 70px;
}

.nft-header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
    align-items: center;
}

.nft-footer {
    align-items: center;
    justify-content: center;
    text-align: center;
    display: none;
}

.nft-header .nft-bunner {
    border-radius: 200px;
    padding: 56px 47px 32px;
    text-align: center;
    font-family: 'BoldThunder', sans-serif;
    font-weight: 700;
    font-size: 160px;
    color: var(--white-color);
    width: 678px;
    box-sizing: border-box;
    margin-right: 12px;

    background: var(--orange-road-texture);
    background-size: contain;
}

.desctop-cards {
    display: flex;
    justify-content: space-between;
}

.nft-card {
    max-width: 445px;
    width: 445px;
    height: auto;
    border-radius: 52px;
    position: relative;
    background-color: var(--primary-gray-color);
    box-sizing: border-box;
    overflow: hidden;
    margin: 12px;
}

.nft-card:nth-child(3) {
    margin-right: 0;
}

.swiper-slide .nft-card {
    width: 100%;
    max-width: 100%;
    border-radius: 52px;
}


.nft-card.orange.legendary {
    box-shadow: 0px 4px 60px -4px #FB6400D9;
}
.nft-card.orange.elite {
    box-shadow: 0px 4px 42px 0px #F3680C3D;
}

.nft-card.blue.legendary {
    box-shadow: 0px 4px 60px -4px #28BDB9D9;
}
.nft-card.blue.elite {
    box-shadow: 0px 4px 42px 0px #28BDB93D;
}

.nft-card.salad.legendary {
    box-shadow: 0px 4px 60px -4px #D4CB07D9;
}
.nft-card.salad.elite {
    box-shadow: 0px 4px 42px 0px #D4CB073D;
}

.players-slider,
.teams-slider,
.bolides-slider,
.managers-slider {
    display: none;
}

@media (max-width: 1464px) {
    .nft-cards-container h2 {
        font-size: clamp(116px, 28vw, 439px);
    }
}

@media (max-width: 1200px) {
    .nft-card {
        border-radius: 39px;

    }
}

@media (max-width: 992px) {
    .nft-cards-container h2 {
        line-height: 242px;
    }

    .nft-header .nft-bunner {
        font-size: 122px;
    }

    .nft-card {
        border-radius: 32px;
    }
}

@media (max-width: 768px) {
    .nft-cards-container h2 {
        line-height: 212px;
    }

    .nft-items .nft-item {
        margin-bottom: 50px;
    }

    .nft-items .nft-item:last-child {
        margin-bottom: 26px;
    }

    .nft-header {
        margin-bottom: 12px;
    }
    .nft-header .nft-bunner {
        font-size: 62px;
        line-height: 55px;
        padding: 46px 47px 32px 47px;
        border-radius: 200px;
        margin: 0 auto;
    }

    .nft-header .primary-btn {
        display: none;
    }

    .nft-footer {
        display: flex;
    }

    .nft-card {
        border-radius: 26px;
    }

}

@media (max-width: 612px) {
    .nft-cards-container h2 {
        line-height: 150px;
    }

    .players-slider,
    .teams-slider,
    .bolides-slider,
    .managers-slider {
        display: block;
    }

    .desctop-cards {
        display: none;
    }
}


@media (max-width: 512px) {
    .swiper-slide .nft-card {
        border-radius: 44px;
    }
}

@media (max-width: 432px) {
    .swiper-slide .nft-card {
        border-radius: 38px;
    }

    .nft-cards-container h2 {
        line-height: 114px;
        font-size: 104px;
    }
}


/* comming soon */
.comming-soon-container {
    margin-bottom: 80px;
}
.comming-soon-bunner {
    border-radius: 200px;
    padding: 56px 47px 32px;
    text-align: center;
    font-family: 'BoldThunder', sans-serif;
    font-weight: 700;
    font-size: 160px;
    color: var(--white-color);
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 24px;

    background: var(--orange-road-texture);
    background-size: contain;
}

.comming-soon-content {
    position: relative;
    width: 100%;
    overflow: hidden;
    border-radius: 200px;
}

.comming-soon-content .comming-soon-bcgr {
    position: absolute;
    object-fit: cover;
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1;
    height: 100%;
}
.comming-soon-content .thunder-bcgr {
    position: absolute;
    left: 50.5%;
    transform: translateX(-50%);
    bottom: 0;
    z-index: -1;
}
.comming-soon-content .white-thunder-bcgr {
    position: absolute;
    left: 48.5%;
    transform: translateX(-50%);
    bottom: 77px;
}

.comming-soon-content .comming-soon-content-header {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 46px 56px 24px;
    box-sizing: border-box;
}

.comming-soon-content .comming-soon-content-header .player-one,
.comming-soon-content .comming-soon-content-header .player-two {
    color: var(--white-color);
    font-family: 'BoldThunder', sans-serif;
    font-weight: 800;
    font-size: 80px;
    padding: 36px 14px 25px;
    width: 40%;
    text-align: center;
    box-sizing: border-box;
    border-radius: 200px;

    background: var(--orange-road-texture);
    background-size: contain;
}

.comming-soon-content .comming-soon-content-header .versus {
    border: 8px solid var(--primary-orange-color);
    background-color: #171717;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 148px;
    height: 148px;
    color: var(--white-color);
    font-size: 80px;
    font-family: 'BoldThunder', sans-serif;
    font-weight: 800;
    padding-top: 16px;
    box-sizing: border-box;
    margin: 0 12px;
}

.comming-soon-content .comming-soon-content-tabs {
    width: 100%;
    text-align: center;
}

.comming-soon-content .comming-soon-content-tabs .tab-items {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 56px 0;
    box-sizing: border-box;
    margin-bottom: 100px;
}

.comming-soon-content .comming-soon-content-tabs .bet {
    color: var(--white-color);
    font-family: 'Lato', sans-serif;
    font-size: 40px;
    font-weight: 900;
    text-align: center;
    border-radius: 40px;
    border: 1px solid var(--primary-orange-color);
    width: 174px;
    padding: 10px;
    box-sizing: border-box;
    backdrop-filter: blur(60px);
    margin: 0 auto 24px;

    background: var(--orange-road-texture);
    background-size: contain;
    position: relative;
    z-index: 10;
}

.comming-soon-content .comming-soon-content-tabs .tab-items .comming-soon-tab {
    color: #9E9E9E;
    cursor: pointer;
    font-family: 'Lato', sans-serif;
    font-size: 40px;
    font-weight: 900;
    text-align: center;
    border-radius: 40px;
    border: 1px solid #FFFFFF33;
    padding: 10px;
    box-sizing: border-box;
    backdrop-filter: blur(60px);
    background-color: var(--primary-dark-color);
    transition: .2s;
    width: 13%;
    margin-right: 12px;
    position: relative;
    z-index: 10;
}

.comming-soon-content .comming-soon-content-tabs .tab-items .comming-soon-tab.highlighted {
    color: var(--white-color);
    min-width: 208px;
    border: 1px solid transparent;
    background: var(--orange-road-texture);
    background-size: contain;
}

.comming-soon-content-players {
    width: 100%;
    display: flex;
}

.comming-soon-content-players .player-one,
.comming-soon-content-players .player-two {
    width: 50%;
    text-align: center;
    min-height: 678px;
    position: relative;
}

.comming-soon-content-players .player-one .player-one-header,
.comming-soon-content-players .player-two .player-one-header {
    font-family: 'BoldThunder', sans-serif;
    font-weight: 800;
    font-size: 80px;
    color: var(--white-color);
    width: 100%;
    text-align: center;
    -webkit-text-stroke: 1px black;
}

.comming-soon-content-players .player-one img {
    width: 409px;
    height: 678px;
    position: absolute;
    bottom: -31px;
    left: 50%;
    transform: translateX(-50%);
    object-fit: contain;
}

.comming-soon-content-players .player-two img {
    width: 466px;
    height: 765px;
    position: absolute;
    bottom: -98px;
    left: 47%;
    transform: translateX(-50%);
    object-fit: contain;
}

@media (max-width: 992px) {
    .comming-soon-content .comming-soon-content-tabs .tab-items .comming-soon-tab,
    .comming-soon-content .comming-soon-content-tabs .bet {
        font-size: 24px;
    }

    .comming-soon-content .comming-soon-content-header .player-one,
    .comming-soon-content .comming-soon-content-header .player-two {
        font-size: 62px;
    }

    .comming-soon-content .comming-soon-content-header .versus {
        font-size: 62px;
        min-width: 127px;
        height: 127px;
    }

    .comming-soon-content {
        border-radius: 100px;
    }

    .comming-soon-content .thunder-bcgr {
        bottom: -156px;
        width: 296px;
    }

    .comming-soon-content-players .player-one, .comming-soon-content-players .player-two {
        min-height: 394px;
    }

    .comming-soon-content-players .player-one img {
        width: 252px;
        height: 417px;
    }

    .comming-soon-content-players .player-two img {
        width: 278px;
        height: 529px;
    }

    .comming-soon-content .white-thunder-bcgr {
        width: 345px;
        bottom: -21px;
    }

    .comming-soon-content .comming-soon-content-tabs .tab-items .comming-soon-tab.highlighted {
        min-width: 120px;
    }

    .comming-soon-content .comming-soon-content-tabs .bet {
        width: 144px;
    }

    .comming-soon-content-players .player-one .player-one-header, .comming-soon-content-players .player-two .player-one-header {
        margin-top: -18px;
    }
}

@media (max-width: 768px) {
    .comming-soon-content-players .player-one, .comming-soon-content-players .player-two {
        min-height: 173px;
    }

    .comming-soon-content-players .player-one img {
        width: 144px;
        height: 232px;
        bottom: -9px;
    }

    .comming-soon-content-players .player-two img {
        width: 160px;
        height: 370px;
        bottom: -86px;
    }

    .comming-soon-content-players .player-one .player-one-header, .comming-soon-content-players .player-two .player-one-header {
        font-size: 37px;
    }

    .comming-soon-content .comming-soon-content-header .player-one, .comming-soon-content .comming-soon-content-header .player-two {
        font-size: 37px;
    }

    .comming-soon-content .comming-soon-content-header .player-one, .comming-soon-content .comming-soon-content-header .player-two {
        padding: 21px 14px 13px;
    }

    .comming-soon-content .thunder-bcgr {
        bottom: -57px;
        width: 175px;
    }

    .comming-soon-content .white-thunder-bcgr {
        width: 240px;
        bottom: 6px;
    }

    .comming-soon-content .comming-soon-content-header .versus {
        font-size: 46px;
        min-width: 90px;
        height: 90px;
        padding-bottom: 6px;

    }

    .comming-soon-content .comming-soon-content-tabs .bet {
        width: 101px;
        font-size: 18px;
    }

    .comming-soon-content .comming-soon-content-header {
        padding-bottom: 7px;
        padding-left: 12px;
        padding-right: 12px;
        padding-top: 30px;
    }

    .comming-soon-content .comming-soon-content-tabs .tab-items {
        padding: 0;
        padding-left: 12px;
    }

    .comming-soon-content .comming-soon-content-tabs .tab-items .comming-soon-tab, .comming-soon-content .comming-soon-content-tabs .bet {
        font-size: 18px;
    }

    .comming-soon-content .comming-soon-content-tabs .tab-items .comming-soon-tab.highlighted {
        min-width: 69px;
    }

    .comming-soon-content-players .player-one .player-one-header, .comming-soon-content-players .player-two .player-one-header {
        margin-top: -70px;
    }

    .comming-soon-container {
        margin-bottom: 16px;
    }

    .comming-soon-bunner {
        font-size: 56px;
        line-height: 60px;
        padding: 45px 47px 32px;
    }
}

@media (max-width: 500px) {

    .comming-soon-content .comming-soon-content-tabs .tab-items .comming-soon-tab, .comming-soon-content .comming-soon-content-tabs .bet {
        font-size: 14px;
    }

    .comming-soon-content .comming-soon-content-header .player-one, .comming-soon-content .comming-soon-content-header .player-two {
        font-size: 28px;
    }

    .comming-soon-content .comming-soon-content-header .versus {
        font-size: 36px;
        min-width: 70px;
        height: 70px;
    }

    .comming-soon-content .comming-soon-content-tabs .bet {
        margin-bottom: 12px;
        padding: 4px 10px;
        width: 67px;
    }

    .comming-soon-content .thunder-bcgr {
        bottom: -38px;
        width: 150px;
    }

    .comming-soon-content .comming-soon-content-tabs .tab-items .comming-soon-tab {
        padding: 4px 7px;
        width: 79px;
        margin-right: 8px;
    }

    .comming-soon-content-players .player-one, .comming-soon-content-players .player-two {
        min-height: 107px;
    }

    .comming-soon-content-players .player-one img {
        width: 102px;
        height: 170px;
    }

    .comming-soon-content-players .player-two img {
        width: 115px;
        height: 308px;
    }

    .comming-soon-content .thunder-bcgr {
        bottom: -21px;
        width: 108px;
    }

    .comming-soon-content .white-thunder-bcgr {
        width: 151px;
        bottom: 18px;
    }

}

/* staking */
.staking-container {
    margin-bottom: 0px;
}

.staking-container h2  {
    color: var(--white-color);
    width: 100%;
    text-align: center;
    font-size: clamp(116px, 30vw, 459px);
    font-weight: 800;
    color: var(--white-color);
    margin: 0;
    font-family: 'ExtraBoldThunder', sans-serif;
    line-height: 378px;
    margin-top: 20px;
    margin-bottom: -26px;
}

.staking-content.one {
    margin-bottom: 70px;
}

.staking-content.two {
    margin-bottom: 24px;
}

.staking-content.two a {
    text-decoration: none;
}

.staking-content .staking-content-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 24px;
}

.staking-content .staking-content-header .staking-content-bunner {
    border-radius: 200px;
    background-color: var(--primary-orange-color);
    padding: 56px 47px 32px;
    text-align: center;
    font-family: 'BoldThunder', sans-serif;
    font-weight: 700;
    font-size: 160px;
    color: var(--white-color);
    box-sizing: border-box;
    margin-right: 24px;
    background: var(--orange-road-texture);
    background-size: contain;
}

.staking-content .staking-content-header .staking-content-description {
    border-radius: 200px;
    background-color: var(--primary-orange-color);
    padding: 47px 147px;
    text-align: left;
    font-family: 'Lato', sans-serif;
    font-weight: 900;
    font-size: 27px;
    line-height: 36px;
    color: var(--white-color);
    box-sizing: border-box;
    border: 1px solid;
    border: 1px solid #FFFFFF33;
    backdrop-filter: blur(14.100000381469727px);
    background: var(--primary-dark-color);
    min-height: 233px;
    display: flex;
    align-items: center;
}


.staking-content .staking-content-card {
    display: flex;
    margin-bottom: 32px;
    align-items: top;
}

.staking-content-card-img,
.staking-content-card-description {
    width: 50%;
}

.staking-content-card-img {
    border: 6px solid var(--primary-orange-color);
    border-radius: 100px;
    box-sizing: border-box;
    margin-right: 24px;
    overflow: hidden;
    position: relative;
}

.staking-content-card-img.tokens-card {
    border: 6px solid var(--primary-orange-color);
}

.staking-content-card-img.cards-card {
    border: 6px solid var(--primary-blue-color);
    box-sizing: border-box;
    padding: 24px;
    background: #292929;
    height: 100%;
}

.staking-content-card-img.cards-card img {
    height: auto;
    width: 100%;
}

.staking-content-card-img.tokens-card img {
    height: 100%;
    margin-bottom: -4px;
}

.staking-content-card-img button {
    position: absolute;
    right: 42px;
    top: 42px;
}

.staking-content-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.staking-content-card-description .card-description-item {
    border-radius: 200px;
    padding: 47px;
    border: 1px solid transparent;
    color: var(--white-color);
    text-align: center;
    background-color: var(--primary-dark-color);
    backdrop-filter: blur(14.100000381469727px);
    margin-bottom: 8px;
    box-sizing: border-box;

    backdrop-filter: blur(12px);
    border: 1px solid #FFFFFF33;
}

.staking-content-card-description .card-description-item:nth-child(3) {
    margin-bottom: 32px;
}

.staking-content-card-description .card-description-item h4 {
    font-family: 'Commissioner', sans-serif;
    font-size: 32px;
    font-weight: 900;
    margin-bottom: 8px;
    margin-top: 0;
}

.staking-content-card-description .card-description-item .desc-badge {
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Lato', sans-serif;
    font-size: 27px;
    font-weight: 900;
}

.staking-content-card-description .card-description-item .desc-badge span {
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Lato', sans-serif;
    font-size: 27px;
    font-weight: 400;
}

.staking-content-card-description .card-description-item .desc-badge img {
    width: 36px;
    height: 36px;
    margin-right: 8px;
}

.staking-content-card-description .card-description-add-nft {
    background-color: var(--primary-gray-color);
    border-radius: 100px;
    width: 100%;
    padding: 43px;
    text-align: center;
    min-height: 364px;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
}

.staking-content-card-description .card-description-add-nft a {
    text-decoration: none;
}

.add-nft-subtitle {
    font-family: 'Commissioner', sans-serif;
    font-size: 36px;
    font-weight: 900;
    line-height: 39px;
    color: #E3E3E3;
    position: relative;
}

.card-description-add-nft .censore {
    position: absolute;
    width: 105%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary-orange-color);
    font-size: clamp(60px, 30vw, 130px);
    font-family: 'BoldThunder', sans-serif;
    line-height: 120px;
    z-index: 100;
    top: 50%;
    left: 0;
    transform: rotate(-19deg) translateY(-50%);

    background: var(--orange-road-texture);
    background-size: contain;
    -webkit-background-clip: text;
    color: transparent;
}

.card-description-add-nft .censore::before,
.card-description-add-nft .censore::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 13px;
    left: 0;
    background: var(--orange-road-texture);
    background-size: contain;
}

.card-description-add-nft .censore::before {
    top: -31px;
}

.card-description-add-nft .censore::after {
  bottom: 0;
}

.staking-content button {
    margin: 0 auto;
}

@media (max-width: 1200px) {
    .card-description-add-nft .censore {
        font-size: clamp(60px, 30vw, 100px);
        line-height: 100px;
    }

    .card-description-add-nft .censore::before {
        top: -26px;
    }

}

@media (max-width: 992px) {
    .staking-content .staking-content-header .staking-content-description {
        border-radius: 64px;
        padding: 47px;
    }
    .staking-content .staking-content-card {
        display: block;
    }
    .staking-content-card-img, .staking-content-card-description {
        width: 80%;
        margin: 24px auto;
    }

    .staking-container {
        margin-bottom: 0;
    }
}

@media (max-width: 768px) {
    .staking-content:last-child {
        margin-bottom: 0;
    }
    .staking-container {
        margin-bottom: -50px;
    }
    .staking-content .staking-content-header .staking-content-description {
        border-radius: 64px;
        padding: 47px;
        font-size: 20px;
        line-height: 24px;
    }
    .staking-content .staking-content-header {
        display: block;
    }

    .staking-content .staking-content-header .staking-content-bunner {
        margin-bottom: 24px;
        width: 100%;
        font-size: 62px;
        line-height: 55px;
        padding: 44px 47px 32px;
    }

    .staking-container h2 {
        line-height: 230px;
    }

    .staking-content-card-img, .staking-content-card-description {
        width: 100%;
        margin: 24px auto;
    }

    .staking-content-card-description .card-description-item h4 {
        font-size: 20px;
        line-height: 21px;
    }

    .staking-content-card-description .card-description-item .desc-badge {
        font-size: 20px;
        line-height: 24px;
    }

    .add-nft-subtitle {
        font-size: 24px;
        line-height: 25px;
    }

    .add-nft-btn {
        width: 90px;
        height: 90px;
    }

    .staking-content-card-description .card-description-add-nft {
        min-height: 266px;
    }

    .staking-content-card-img.cards-card {
        border-radius: 64px;
    }

    .staking-content-card-img.tokens-card {
        border-radius: 116px;
    }
}

@media (max-width: 500px) {
    .card-description-add-nft .censore {
        font-size: clamp(60px, 30vw, 85px);
        line-height: 84px;
    }

    .card-description-add-nft .censore::before {
        top: -23px;
    }

    .card-description-add-nft .censore::before, .card-description-add-nft .censore::after {
        height: 11px;
    }
}

@media (max-width: 450px) {
    .staking-container h2 {
        line-height: 170px;
    }

    .staking-content-card-img.tokens-card {
        border-radius: 64px;
    }
}

@media (max-width: 400px) {
    .card-description-add-nft .censore {
        font-size: clamp(60px, 30vw, 74px);
        line-height: 70px;
    }

    .card-description-add-nft .censore::before {
        top: -20px;
    }

    .card-description-add-nft .censore::before, .card-description-add-nft .censore::after {
        height: 9px;
    }
}

/* utility */
.token-utility-container {
    position: relative;
    margin-bottom: 100px;
    padding-top: 108px;
}

.marquee-container {
    position: absolute;
    top: 44px;
    left: 0;
    z-index: -1;
    height: 270px;
    width: 100%;
    overflow: hidden;
}

.marquee-container img {
    height: 100%;
    width: 100%;
}

.marquee {
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
    position: relative;
}

.marquee-content {
    display: inline-flex;
    gap: 20px;
    font-family: 'BoldThunder', sans-serif;
    font-weight: 600;
    font-size: 54px;
    color: var(--primary-light-dark-color);
}

.utility-header {
    margin-top: 60px;
    display: flex;
    justify-content: space-between;
    align-items: end;
    margin-bottom: 30px;
}

.utility-header h2 {
    font-family: 'BoldThunder', sans-serif;
    letter-spacing: 3px;
    font-weight: 700;
    font-size: 160px;
    color: var(--white-color);
    line-height: 145px;
    margin-bottom: 0;
    margin-top: 0;
    text-shadow: -4px -4px 33.7px #1E1E1E;
    text-align: right;
}

.utility-header .utility-bunner {
    max-width: 549px;
    padding: 44px;
    color: var(--white-color);
    border-radius: 100px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    margin-bottom: 33px;
    background: var(--orange-road-texture);
    background-size: contain;
}

.utility-header .utility-bunner p {
    color: var(--white-color);
    font-size: 18px;
    font-weight: 900;
    font-family: 'Lato', sans-serif;
    line-height: 22px;
    margin: 0;
}

.utility-items {
    display: grid;
    grid-template-columns: 50% 50%;
    grid-template-rows: auto auto auto;
    row-gap: 30px;
    column-gap: 30px;
}

.utility-item {
    border-radius: 100px;
    padding: 35px;
    max-height: 167px;
    color: var(--white-color);
    display: flex;
    justify-content: space-between;
    position: relative;
    background: var(--dark-gray-road-texture);
    color: transparent;
    background-size: contain;
}

.utility-item .subtitle {
    font-family: 'Lato', sans-serif;
    font-weight: 900;
    font-size: 24px;
    line-height: 24px;
    margin-top: 0;
    margin-bottom: 10px;
    color: #FFFFFFBA;
}

.utility-item h3 {
    font-family: 'ExtraBoldThunder', sans-serif;
    letter-spacing: 3px;
    font-weight: 800;
    font-size: 80px;
    line-height: 60px;
    margin: 0;
    color: var(--white-color);
}

.utility-item .utility-item-description {
    z-index: 1;
}

.utility-item img {
    position: absolute;
    right: 30px;
    bottom: 0;
}

@media (max-width: 1400px) {
    .utility-item img {
        width: 50%;
    }
}

@media (max-width: 1024px) {

    .utility-bunner {
        width: 45%;
    }
    .utility-header h2 {
        font-size: 88px;
        line-height: 88px;
        width: 45%;
        padding-right: 30px;
    }
    .utility-items {
        display: block;
    }

    .utility-item {
        margin-bottom: 30px;
    }
    .utility-item img {
        width: auto;
    }
}

@media (max-width: 900px) {
    .utility-header {
        flex-direction: column-reverse;
    }

    .utility-bunner {
        width: 100%;
        margin: 0 auto;
    }
    .utility-header h2 {
        width: 100%;
        margin-top: 0;
    }
}

@media (max-width: 768px) {
    .token-utility-container .marquee-container {
        height: 166px;
    }
    .token-utility-container {
        margin-bottom: 32px;
    }

    .marquee-container {
        height: 98px;
    }

    .burn-line-container .marquee-container{
        top: 22px;
        height: 107px;
    }

    .marquee-content {
        font-size: 24px;
    }

    .marquee-content img {
        width: 24px;
        height: 24px;
    }

    .token-utility-container .utility-line {
        height: 62px;
    }
    .utility-header .utility-bunner {
        border-radius: 40px;
        padding: 16px;
    }
    .utility-header .utility-bunner p {
        font-size: 16px;
        line-height: 22px;
    }
    .utility-header {
        margin-top: 22px;
        margin-bottom: 0;
    }
    .utility-header h2 {
        font-size: 62px;
        line-height: 55px;
        margin-bottom: 22px;
        margin-top: 0;
        padding-right: 0;
    }

    .utility-item {
        padding: 15px 20px;
        margin-bottom: 12px;
    }

    .utility-item .subtitle {
        font-size: 12px;
        line-height: 14px;
        margin-bottom: 6px;
    }

    .utility-item h3 {
        font-size: 39px;
        line-height: 30px;
    }

    .utility-item img {
        width: 164px;
        margin-right: -30px;
    }
}

@media (max-width: 450px) {
    .burn-line-container .marquee-container {
        top: 12px;
        height: 107px;
    }
}

/* strategy */
.strategy-header {
    display: flex;
    justify-content: space-between;
    align-items: end;
    margin-bottom: 50px;
}

.strategy-header h2 {
    font-family: 'BoldThunder', sans-serif;
    letter-spacing: 3px;
    font-weight: 700;
    font-size: clamp(62px, 8vw, 160px);
    color: var(--white-color);
    line-height: 145px;
    margin: 0;
    text-align: right;
    border-radius: 200px;
    padding: 56px 47px 32px;
    max-height: 233px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    margin-right: 24px;
    background: var(--orange-road-texture);
    background-size: contain;
}

.strategy-header .strategy-bunner {
    padding: 47px 75px;
    background-color: var(--primary-dark-color);
    color: var(--white-color);
    border-radius: 200px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: 1px solid white;
    width: 61%;
}

.strategy-header .strategy-bunner p {
    color: var(--white-color);
    font-size: 27px;
    font-weight: 900;
    font-family: 'Lato', sans-serif;
    line-height: 36px;
    margin: 0;
}

.strategy-items {
    display: block;
}

.strategy-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: var(--white-color);
    margin-bottom: 30px;
}

.strategy-item:nth-child(4) {
    margin-bottom: 0;
}

.strategy-item .strategy-item-badge {
    min-width: 205px;
    min-height: 205px;
    border-radius: 100%;
    font-family: 'ExtraBoldThunder', sans-serif;
    font-size: 100px;
    background-color: var(--primary-red-color);
    font-weight: 800;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 24px;
    background: var(--red-road-texture);
    background-size: contain;
}

.strategy-item-description {
    height: 205px;
    width: 83%;
    text-align: center;
    border-radius: 100px;
    background-color: var(--primary-red-color);
    padding: 55px 22px 33px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background: var(--red-road-texture);
    background-size: contain;
}

.strategy-item-description h3 {
    font-family: 'ExtraBoldThunder', sans-serif;
    letter-spacing: 3px;
    font-size: 92px;
    text-align: center;
    line-height: 92px;
    font-weight: 800;
    margin: 0;
}

.strategy-item-description .subtitle {
    border-radius: 100px;
    font-family: 'Lato', sans-serif;
    font-size: 24px;
    text-align: center;
    line-height: 24px;
    font-weight: 900;
    margin: 0;
    color: #FFFFFFBA;
}

@media (max-width: 1540px) {
    .strategy-header h2 {
        text-align: center;
        font-size: clamp(62px, 10vw, 160px);
    }
}

@media (max-width: 1400px) {

}

@media (max-width: 900px) {
    .strategy-header {
        display: block;
    }

    .strategy-header h2 {
        margin: 0 auto 24px;
    }
    .strategy-item .strategy-item-badge {
        font-size: 62px;
        line-height: 62px;
    }
    .strategy-header .strategy-bunner {
        margin: 0 auto;
        max-height: 500px;
        width: 70%;
    }

    .strategy-item-description h3 {
        font-size: 62px;
        line-height: 62px;
    }
}

@media (max-width: 768px) {
    .strategy-container {
        margin-bottom: 0;
    }
    .strategy-header {
        margin-bottom: 30px;
    }
    .strategy-header h2 {
        border-radius: 40px;
        width: 100%;
        padding: 24px 8px 16px;
        line-height: 55px;
        margin-bottom: 18px;
    }
    .strategy-header .strategy-bunner {
        width: 100%;
        border-radius: 40px;
        padding: 16px;
    }

    .strategy-header .strategy-bunner p {
        font-size: 16px;
        line-height: 22px;
    }

    .strategy-item-description {
        height: auto;
    }

    .strategy-item {
        padding: 0 5px 7px;
        margin-bottom: 0;
        align-items: normal;
    }

    .strategy-item:nth-child(4) {
        padding-bottom: 0;
    }

    .strategy-item .strategy-item-badge {
        min-width: 50px;
        min-height: 72px;
        border-radius: 23px;
        font-size: 32px;
        line-height: 29px;
        margin-right: 3px;
    }

    .strategy-item-description {
        padding: 10px 22px;
        border-radius: 24px;
        width: 95%;
    }

    .strategy-item-description h3 {
        font-size: 32px;
        line-height: 29px;
    }

    .strategy-item-description .subtitle {
        font-size: 16px;
        line-height: 22px;
    }
}

/* task-racer */

.task-racer-container{
    position: relative;
    margin-top: 100px;
    margin-bottom: 100px;

}
.task-racer-container button{
    margin:0 auto;
}
.task-racer-container h1 {
    text-align: center;
    margin-bottom: 0px;
    letter-spacing: 3px;
}
.task-racer-content-description {
    border-radius: 200px;
    background-color: var(--primary-orange-color);
    padding: 47px 147px;
    box-sizing: border-box;
    border: 1px solid;
    border: 1px solid #FFFFFF33;
    backdrop-filter: blur(14.100000381469727px);
    background: var(--primary-dark-color);
    min-height: 233px;
    display: flex;
    align-items: center;
}
.task-racer-text {
    text-align: left;
    font-family: 'Lato', sans-serif;
    font-weight: 900;
    font-size: 27px;
    line-height: 36px;
    color: var(--white-color);
}
.task-racer-content-description .orange-text {
    color: #f97316;
}
.task-racer-main {
    width: 100%;
    display: flex;
    justify-content: space-between;
    gap: 2rem;
    margin-top: 20px;
    margin-bottom: 20px;
}
.task-racer-main-left-image{
    align-items: center;
    width: 100%;
    height: 100%;
    border-radius: 1rem;
    transition: transform 0.3s ease;
}
.task-racer-main-left {
    width: 50%;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}
.task-racer-main-right {
    width: 50%;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.task-racer-main-right .card-description-item {
    border-radius: 200px;
    padding: 30px 30px 0px 30px;
    border: 1px solid transparent;
    color: var(--white-color);
    text-align: center;
    background-color: var(--primary-dark-color);
    backdrop-filter: blur(14.100000381469727px);
    margin-bottom: 8px;
    box-sizing: border-box;
    backdrop-filter: blur(12px);
    border: 1px solid #FFFFFF33;
    position: relative;
    overflow: hidden;
}

.task-racer-main-right .card-description-item:nth-child(3) {
}

.task-racer-main-right .card-description-item h4 {
    text-transform: uppercase;
    font-family: 'Commissioner', sans-serif;
    font-size: 32px;
    font-weight: 900;
    align-items: center;
    margin-bottom: 8px;
    margin-top: 0;
}

.task-racer-main-right .card-description-item .desc-badge img {
    transform: translateY(5px);
}

.task-racer-main-right .card-description-item h4 {
    padding: 0 18px;
}

.task-racer-container .primary-btn {
    max-width: 600px;
    justify-content: center;
    margin:  0 auto;
}
@media (max-width: 1242px) {
   
    .task-racer-main-right .card-description-item{
        border-radius: 100px;

    }
    .task-racer-main-right .card-description-item h4 {
        font-size: 20px;

    }
}
@media (max-width: 1050px) {
    .task-racer-main-right .card-description-item .desc-badge img {
        width: 90%;
    }

    .task-racer-main-right .card-description-item:first-child .desc-badge img {
        width: 50%;
        transform: translateY(5px);
    }
}
@media (max-width: 768px) {
    .task-racer-main{
        flex-direction: column;

    }
    .task-racer-main-left {
        width: 100%;

    }
    .task-racer-main-right {
        width: 100%;

    }
    .task-racer-main-right .card-description-item{
        padding: 30px 30px 0px 30px;
    }
    .task-racer-main-right .card-description-item h4 {
        font-size: 20px;

    }
    .task-racer-main-right .card-description-item .desc-badge img {
        width: 100%;
    }

    .task-racer-container {
        margin-bottom: 0;
    }

    .task-racer-container .primary-btn {
        width: 100%;
        justify-content: center;
        max-width: 100%;
        min-width: 100%;
        box-sizing: border-box;
    }

    .task-racer-main-right {
        gap: 6px;
    }

    .task-racer-content-description {
        width: 100%;
        border-radius: 64px;
        padding: 63px;
        font-size: 20px;
        line-height: 24px;
    }

    .task-racer-content-description p {
        margin: 0;
    }
}
/* roadmap */


.roadmap-contaiter {
    position: relative;
    padding-top: 100px;
}
.roadmap-contaiter h1 {
    text-align: center;
    margin-bottom: 0px;
    letter-spacing: 3px;
}

.roadmap-background {
    position: absolute;
    top: -800px;
    left: 0;
    z-index: -1;
    left: 50%;
    transform: translateX(-50%);
}

.roadmap-background-mobile {
    display: none;
}

.season-container {
    margin-bottom: 70px;
}

.season-bunner {
    border-radius: 200px;
    font-size: 100px;
    font-size: clamp(56px, 10vw, 100px);
    color: var(--white-color);
    padding: 40px 47px 16px;
    font-family: 'ExtraBoldThunder', sans-serif;
    font-weight: 800;
    max-width: 300px;
    text-align: center;
    margin: 0 auto 30px;
    background: var(--orange-road-texture);
    background-size: contain;
}

.seasone-item {
    display: flex;
    justify-content: space-between;
    align-items: start;
    color: var(--white-color);
    font-family: 'Lato', sans-serif;
    font-size: 27px;
    line-height: 36px;
    margin-bottom: 24px;
}

.seasone-badge {
    min-width: 124px;
    min-height: 124px;
    margin-right: 24px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid white;
    backdrop-filter: blur(80px);
    background-color: var(--primary-dark-color);
}

.seasone-description {
    text-align: left;
    width: 83%;
    border-radius: 80px;
    border: 1px solid white;
    backdrop-filter: blur(80px);
    background-color: var(--primary-dark-color);
    padding: 44px;
}

@media (max-width: 768px) {
    .roadmap-contaiter {
        padding-top: 70px;
    }
    .roadmap-contaiter h1 {
        margin-bottom: 14px;
    }
    .seasone-item {
        margin-bottom: 9px;
    }
    .seasone-badge {
        min-width: 48px;
        min-height: 48px;
        font-size: 20px;
        line-height: 24px;
        margin-right: 9px;
        background: linear-gradient(220.93deg, rgba(216, 223, 233, 0) 2.54%, rgba(121, 125, 131, 0.3) 96.37%);
        backdrop-filter: blur(12px);
        border: 1px solid #FFFFFF33;
    }

    .seasone-description {
        font-size: 16px;
        line-height: 22px;
        padding: 12px 16px;
        border-radius: 40px;
        background: linear-gradient(220.93deg, rgba(216, 223, 233, 0) 2.54%, rgba(121, 125, 131, 0.3) 96.37%);
        backdrop-filter: blur(12px);
        border: 1px solid #FFFFFF33;
    }

    .season-bunner {
        margin-bottom: 24px;
        padding: 24px 16px 10px;
        line-height: 50px;
    }

    .season-container {
        margin-bottom: 24px;
    }
}

@media (max-width: 620px) {
    .season-bunner {
        max-width: 167px;
    }
}

@media (max-width: 425px) {
    .roadmap-background {
        display: none;
    }

    .roadmap-background-mobile {
        display: flex;
        position: absolute;
        top: -300px;
        left: 0;
        z-index: -1;
        left: 50%;
        transform: translateX(-50%);
    }
}
/*WHY FORMULE */
.why-formula-container{
    width: 100%;
    box-sizing: border-box;
    position: relative;
    margin-bottom: 70px;
}

.why-formula-block-container {
    width: 100%;
    height: auto;
    display: grid;
    grid-template-columns: 65% 35%; /* перший блок займає 60%, другий — 40% */
    grid-gap: 10px;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 50px;
}

.block-left{
    max-width: 852px;
    min-height: 238px;
    padding: 56px 47px 32px 47px;
    color: var(--white-color);
    border-radius: 200px;
    box-sizing: border-box;
    backdrop-filter: blur(14px);
    background: var(--orange-road-texture);
    background-size: contain;
}

.block-left p {
    font-family: 'BoldThunder', sans-serif;
    font-size: 160px;
    font-weight: 700;
    line-height: 145px;
    letter-spacing: 0.03em;
    text-align: center;
    margin: 0;
    padding: 0;
}

.block-right {
    max-width: 508px;
    padding: 47px;
    min-height: 238px;
    background: var(--primary-dark-color);
    border: 1px solid;
    color: var(--white-color);
    border-radius: 200px;
    box-sizing: border-box;
    backdrop-filter: blur(14px);
    border: 1px solid gray;
}

.block-right p {
    font-family: 'Lato', sans-serif;
    font-size: 24px;
    font-weight: 900;
    line-height: 36px;
    margin: 0;
}

.why-formula-container h2 {
    font-family: 'ExtraBoldThunder', sans-serif;
    font-size: 147px;
    font-weight: 800;
    line-height: 122px;
    letter-spacing: 0.03em;
    text-align: center;
    color: #fff;
    margin: 60px 0;
}

.block-description {
    max-width: 713px;
    margin: 0 auto;
}

.why-formula-container .block-description p {
    font-family: Lato, sans-serif;
    font-size: 18px;
    font-weight: 900;
    line-height: 22px;
    color: var(--secondary-gray-coloe);
    margin: 10px 0;
    text-align: center;

}

.why-formula-btn--container{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top:60px ;

}

.why-formula-btn--container a {
    outline: none;
    text-decoration: none;
}

.why-formula-btn {
    padding: 12px 12px 12px 32px;
    background-color: var(--primary-red-color);
    font-size: 24px;
    font-weight: 900;
    color: var(--white-color);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 99px;
    transition: .3s;
    border: none;
    max-height: 84px;
    font-family: 'Commissioner', sans-serif;
    cursor: pointer;
}

.why-formula-btn:hover {
    background: var(--dark-red-road-texture);
    background-size: contain;
}

.why-formula-btn .why-formula-arrow {
    background-color: var(--white-color);
    border-radius: 100%;
    justify-content: center;
    display: flex;
    align-items: center;
    min-width: 60px;
    min-height: 60px;
    margin-left: 30px;
}

.why-formula-btn .why-formula-arrow img {
    width: 24px;
    height: 24px;
}
@media (min-width: 1024px) and (max-width: 1390px) {
    .block-right p {
        font-size: 20px;
    }
    .block-left p {
        font-size: 110px;
    }
}
@media (max-width: 1024px) {
    .block-right  {
        padding: 36px;
        border-radius: 100px;

    }
    .block-right p {
        font-size: 16px;
    }
    .block-left p {
        font-size: 80px;
    }
}

@media (max-width: 768px) {
    .why-formula-container{
        margin-bottom: 70px;
    }
    .why-formula-block-container {
        grid-template-columns: 1fr !important;
        display: grid !important;
    }

    .block-left  {
        padding: 16px;
        min-height: 87px;
        border-radius: 40px;

    }
    .block-left p {
        font-size: 62px;
        line-height: 52px;
        padding-top: 12px;
    }
    .block-right  {
        max-width: 100%;
        padding: 16px;
        min-height: 98px;
        border-radius: 40px;
    }
    .block-right p {
        font-size: 20px;
        line-height: 30px;

    }
    .why-formula-container h2 {
        font-size: 56px;
        line-height: 50px;
    }
    .block-description {
        min-width: 320px;
    }
    .why-formula-container .block-description p {
        font-size: 18px;
        line-height: 22px;
    }
}

/*WHY FORMULE */

/* BURN */
.burn-line-container{
    width: 100%;
    position: relative;
    top: -61px;
}
.burn-header {
    display: flex;
    justify-content: space-between;
    align-items: end;
    margin-top: 50px;
}

.burn-header h2 {
    font-family: 'BoldThunder', sans-serif;
    letter-spacing: 3px;
    font-weight: 700;
    font-size: 160px;
    color: var(--white-color);
    line-height: 145px;
    margin-bottom: 0;
    margin-top: 60px;
    padding-right: 87px;
    text-shadow: -4px -4px 33.7px #1E1E1E;
    text-align: right;
}

.burn-header .burn-bunner {
    max-width: 549px;
    padding: 44px;
    color: var(--white-color);
    border-radius: 100px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background: var(--orange-road-texture);
    background-size: contain;
}

.burn-header .burn-bunner p {
    color: var(--white-color);
    font-size: 18px;
    font-weight: 900;
    font-family: 'Lato', sans-serif;
    line-height: 22px;
    margin: 0;
}

@media (max-width: 1024px) {

    .burn-bunner {
        width: 45%;
    }
    .burn-header h2 {
        font-size: 88px;
        line-height: 88px;
        width: 45%;
        padding-right: 30px;
    }
}

@media (max-width: 900px) {
    .burn-header {
        flex-direction: column-reverse;
        margin-top: 5px;
    }

    .burn-bunner {
        width: 100%;
        margin: 0 auto;
    }
    .burn-header h2 {
        width: 100%;
        margin-top: 0;
    }
}

@media (max-width: 768px) {
    .burn-header h2  {
        padding-right: 0;
    }
    .burn-wrapper {
        flex-direction: column-reverse;
        align-items: flex-end;
    }

    .burn-title {
        width: 50%;
        display: flex;
        justify-content: flex-end;
    }

    .burn-title h2 {
        font-size: 62px;
        line-height: 55px;
        text-align: right;
        margin-bottom: 20px;
    }
    .burn-content {
        padding: 16px;
        border-radius: 40px;
    }

    .burn-content p {
        font-size: 16px;
        line-height: 22px;
    }
    .burn-line-container{
        top: -44px;
    }

    .burn-header .burn-bunner {
        border-radius: 40px;
        padding: 16px;
    }
    .burn-header .burn-bunner p {
        font-size: 16px;
        line-height: 22px;
    }
}

.burn-description-container{
    width: 100%;
    min-height: 298px;
    position: relative;
}

.burn-description {
    position: absolute;
    width: 100%;
    font-family: 'Lato', sans-serif;
    font-size: 53px;
    font-weight: 900;
    line-height: 63.6px;
    text-align: center;
    color: var(--secondary-gray-coloe);
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 5;
}

.burn-container {
    position: relative;
    width: 100%;
    min-height: 550px;
    overflow: hidden;
}

.burn-primary-btn {
    padding: 8px 9px 8px 30px;
    background-color: var(--primary-red-color);
    font-size: 24px;
    font-weight: 900;
    color: var(--white-color);
    display: flex;
    align-items: center;
    border-radius: 99px;
    transition: .3s;
    border: none;
    z-index: 3;
    max-height: 84px;
    font-family: 'Commissioner', sans-serif;
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    top:40%;
    background: var(--red-road-texture);
    background-size: contain;
    cursor: pointer;
}

.burn-primary-btn:hover {
    background: var(--dark-red-road-texture);
    background-size: contain;
}

.burn-primary-btn .burn-arrow {
    background-color: var(--white-color);
    border-radius: 100%;
    justify-content: center;
    display: flex;
    align-items: center;
    min-width: 60px;
    min-height: 60px;
    margin-left: 30px;
}

.burn-primary-btn .burn-arrow img {
    width: 24px;
    height: 24px;
}

.fire-back {
    position: absolute;
    width: 100%;
    max-width: 1642px;
    height: 440px;
    left: 50%;
    opacity: 0.87;
    transform: translateX(-50%);
    z-index: 1;
}

.fire-front {
    position: absolute;
    width: 100%;
    max-width: 883.87px;
    height: 309px;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}
.fire-back, .fire-front {
    filter: blur(1px) saturate(1); /* Легке розмиття та насиченість */
}

@media (max-width: 1024px) {

    .fire-back {
        top:0

    }
    .fire-front {
        top: 50%;
        height: 179px;
        max-width: 683.87px;

    }

    .burn-primary-btn{
        top:28%
    }

    .burn-description-container{
        min-height: 230px;
    }

    .burn-description {
        font-size: 36px;
        font-weight: 900;
        top: 64%;
        left: 51%;
        line-height: 43.6px;


    }
}

@media (max-width: 768px) {
    .burn-container {
        min-height: 178px;
    }
    .fire-back {
        height: 179px;
        max-width: 600px;
        top: 5%;

    }
    .fire-front {
        top: 45%;
        max-width: 459.87px;
        height: 125px;

    }
    .burn-primary-btn{
        top: 43%;

    }
    .burn-description {
        font-size: 16px;
        font-weight: 900;
        line-height: 22px;
        top: 34%;
        left: 51%;

    }
    .burn-description-container{
        min-height: 130px;
    }
}

.cards-container {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    margin-bottom: 70px;
    box-sizing: border-box;

}

.card {
    width: 100%;
    min-height: 640px;
    max-height: 614px;
    padding: 30px;
    border-radius: 80px;
    opacity: 1;
    word-wrap: break-word;
    box-sizing: border-box;
    background: var(--dark-gray-road-texture);
    color: transparent;
    background-size: contain;
}

.swiper {
    width: 100%;
    height: 300px;
}

.card-title {
    font-family: 'ExtraBoldThunder', sans-serif;
    font-size: 63px;
    font-weight: 800;
    line-height: 57.96px;
    letter-spacing: 0.03em;
    color: var(--white-color);
    text-align: left;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
}

.card-description {
    font-family: 'Lato', sans-serif;
    font-size: 27px;
    font-weight: 900;
    line-height: 36px;
    text-align: left;
    color: var(--primary-gray);
}

@media (max-width: 1540px) {
    .card {
        padding: 40px;
    }

}

@media (max-width: 1374px) {
    .cards-container {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }
    .card {
        padding: 24px;
        border-radius: 40px;
        width: 100%;
        min-height: 334px;
    }

}

@media (max-width: 768px) {
    .cards-container {
        display: grid;
        grid-template-columns: 1fr !important;
        gap: 20px;
        margin-bottom: 36px;

    }

    .card {
        padding: 24px;
        border-radius: 40px;
        width: 100%;
        min-height: 234px;
        max-height: 234px;
    }
    .card-title {
        font-size: 39px;
        line-height: 30px;
    }
    .card-description {
        font-size: 16px;
        font-weight: 900;
        line-height: 22px;
    }
}

/* BURN */

/* FAQ */
.faq-title {
    font-family: 'BoldThunder', sans-serif;
    text-align: center;
    font-size: 160px;
    line-height: 145px;
    margin-bottom: 24px;
    color: var(--white-color);
}


.faq-container {
    width: 100%;
    margin-bottom: 70px;
}

.faq-item {
    border-radius: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
    padding: 47px 97px 35px 97px;
    margin-bottom: 11px;
    box-sizing: border-box;
    min-height: 140px;
    background: var(--dark-gray-road-texture);
    color: transparent;
    background-size: contain;
}

.faq-question {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.question-text {
    font-family: 'ExtraBoldThunder', sans-serif;
    font-size: 63px;
    font-weight: 800;
    color: var(--white-color);
    text-align: center;
    line-height: 57.96px;
    letter-spacing: 0.03em;
    flex: 1;
}

.symbol {
    font-size: 63px;
    font-weight: 800;
    color: var(--white-color);
    text-align: center;
    position: relative;
    top: -6px;
    left: 50px;
}

.faq-answer {
    padding: 47px 47px 35px 47px;
    margin-bottom: 11px;
    background-color: var(--primary-light-dark-color);
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.answer {
    font-family: 'Lato', sans-serif;
    font-size: 27px;
    font-weight: 900;
    color: var(--white-color);
    text-align: center;
}

.faq-item.active {
    background: var(--red-road-texture);
    background-size: contain;
}

@media (max-width: 768px) {
    .faq-container {
        margin-bottom: 50px;
    }
    .faq-item {
        padding: 16px 46px 16px 16px;
        min-height: 62px;
        border-radius: 40px;
    }

    .faq-title{
        font-size: 116px;
        line-height: 116px;
        margin-bottom: 16px;

    }

    .question-text {
        font-size: 24px;
        line-height: 30px;
    }

    .symbol {
        font-size: 24px;
        left: 30px;
        top: 0;
    }
    .faq-answer {
        padding: 16px 53px 16px 53px;
    }
    .answer {
        font-size: 16px;
        line-height: 30px;
        text-align: left;
    }
}

/* FAQ */
