@font-face {
    font-family: 'Benzin';
    src: url('./assets/font/Benzin-Regular.woff2') format('woff2'),
        url('./assets/font/Benzin-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Benzin';
    src: url('./assets/font/Benzin-Medium.woff2') format('woff2'),
        url('./assets/font/Benzin-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Benzin';
    src: url('./assets/font/Benzin-Semibold.woff2') format('woff2'),
        url('./assets/font/Benzin-Semibold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Benzin';
    src: url('./assets/font/Benzin-Bold.woff2') format('woff2'),
        url('./assets/font/Benzin-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Benzin';
    src: url('./assets/font/Benzin-ExtraBold.woff2') format('woff2'),
        url('./assets/font/Benzin-ExtraBold.woff') format('woff');
    font-weight: 800;
    font-style: normal;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html,
body {
    height: 100%;
    width: 100%;
    background-color: #000 !important;
    color: #fff !important;
    font-family: 'Benzin' !important;
}


.container {
    max-width: 1550px !important;
}

.navbar {
    z-index: 999;
}

.nav-link {
    color: #fff !important;
}

.navbar-toggler-icon {
    box-shadow: none !important;
}

.navbar-toggler-icon:focus {
    box-shadow: none !important;
    border: none !important;
    outline: 0 !important;
}

.navbar-toggler-icon::after {
    background-image: none !important;
}

.dropdown-item:hover {
    background-color: #0063DD !important;
}

.hero-section {
    /* min-height: 100vh; */
    width: 100%;
    position: relative;
    background: linear-gradient(0deg, rgba(0, 47, 105, 1) 0%, rgba(0, 0, 0, 1) 100%);
    overflow: hidden;
}

.hero-section::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: url('./assets/main-bg.png') no-repeat center top/cover;
}

.hero-section .container {
    position: relative;
    z-index: 10;
    padding-top: 8rem;
}

.hero-img {
    max-width: 992px;
    margin-bottom: -2rem;
}

.flash {
    position: absolute;
    bottom: -78%;
    left: 0;
    z-index: 10;
    width: 100%;
}

h1 {
    font-size: clamp(35px, 8vw, 55px) !important;
    line-height: 112% !important;
    letter-spacing: 2%;
    font-weight: 700 !important;
    text-shadow: 0px 0px 20px #1f76df;
}

h2,
h3 {
    text-shadow: 0px 0px 20px #1f76df;
}

p,
.nav-link,
h3 {
    font-family: 'Montserrat' !important;
}

p {
    font-size: 21px !important;
}

button {
    max-width: 280px;
    font-weight: 500 !important;
    border: none;
    font-size: 20px;
    font-family: 'Montserrat' !important;
    background: linear-gradient(90deg, #0081F8 0%, #0063DD 100%);
    color: #fff !important;
}

.second-section {
    background: linear-gradient(0deg, rgba(0, 47, 105, 0.198) 0%, rgba(0, 0, 0, 0)17%, rgba(0, 0, 0, 0) 69%, rgba(0, 47, 105, 0.376) 100%);
}

.work-section {
    position: relative;
    background: linear-gradient(1deg, rgba(0, 47, 105, 0.498) 0%, rgba(0, 47, 105, 0.198) 100%);
}

.work-section .container {
    position: relative;
    z-index: 10;
}

.work::after {
    content: '';
    position: absolute;
    top: 13%;
    left: 0;
    height: 100%;
    width: 100%;
    max-width: 500px;
    background: url('./assets/work-left.png') no-repeat center top/cover;
    z-index: 1;
}

.work::before {
    content: '';
    position: absolute;
    top: 13%;
    right: 0;
    height: 100%;
    width: 100%;
    max-width: 500px;
    background: url('./assets/work-right.png') no-repeat center top/cover;
    z-index: 1;
}

.card {
    background: linear-gradient(118.81deg, #000000 1.97%, #1D1D1D 97.94%) !important;
    border: 1px solid #ffffff1e !important;
    color: #fff !important;
    border-radius: 15px !important;
    overflow: hidden;
    min-height: 21rem;
}

.card::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    height: 250px;
    width: 345px;
    background-image: url('./assets/scan-grad.svg');
    background-repeat: no-repeat;
    background-size: contain;
}

.card::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 140px;
    width: 381px;
    background-image: url('./assets/card-p.svg');
    background-repeat: no-repeat;
    background-size: contain;
}

.card-body {
    padding: 35px !important;
    position: relative;
    z-index: 10;
}

.token-section {
    background: linear-gradient(0deg, rgba(0, 47, 105, 0.481) 0%, rgba(0, 10, 21, 0.481) 38%, rgba(0, 11, 24, 0.481) 69%, rgba(0, 47, 105, 0) 99%);
}

.token-img {
    filter: drop-shadow(0px 0px 20px #2B75D1);
    border-radius: 25px;
}

.footer {
    position: relative;
    background: linear-gradient(0deg, rgba(1, 58, 127, 0.834), rgb(0 47 105 / 49%) 100%);
}

.footer::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 30%;
    background: url('./assets/bank.svg') no-repeat center top/cover;
}

.footer::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 30%;
    background: url('./assets/soon.svg') no-repeat center top/cover;
}

@media (max-width: 1600px) {
    .container {
        max-width: 1400px !important;
    }

    h1 {
        font-size: clamp(35px, 4vw, 45px) !important;
        line-height: 112% !important;
        letter-spacing: 2%;
        font-weight: 700 !important;
    }

    h2 {
        font-size: clamp(20px, 2vw, 30px) !important;
        line-height: 112% !important;
        letter-spacing: 2%;
        font-weight: 500 !important;
        margin-top: 1rem;
    }

    p {
        font-size: 18px !important;
    }

    button {
        max-width: 200px;
        font-size: 13px !important;
    }

    .hero-img {
        max-width: 600px;
        margin-top: 2rem;
        margin-bottom: -1.4rem;
    }

    .hero-section::after {
        background: url('./assets/main-bg.png') no-repeat center top/cover !important;
    }

    .flash {
        position: absolute;
        bottom: -78%;
        left: 0;
        z-index: 10;
        width: 100%;
    }
}


@media (max-width: 1400px) {
    /* .hero-section .container {
        padding-top: 4rem;
        text-align: center;
    } */

    h1 {
        font-size: clamp(35px, 4vw, 40px) !important;
        line-height: 112% !important;
        letter-spacing: 2%;
        font-weight: 700 !important;
    }

    h2 {
        font-size: clamp(20px, 2vw, 25px) !important;
        line-height: 112% !important;
        letter-spacing: 2%;
        font-weight: 500 !important;
        margin-top: 1rem;
    }

    h3 {
        font-size: 20px !important;
    }

    p {
        font-size: 12px !important;
    }

    button {
        max-width: 200px;
        font-size: 13px !important;
    }

    .hero-img {
        max-width: 500px;
        margin-top: 2rem;
        margin-bottom: -1rem;
    }

    .flash {
        bottom: -70%;
    }

    .hero-section::after {
        background: url('./assets/main-bg.png') no-repeat center top/cover !important;
    }

    .bike-img {
        width: 100% !important;
    }
}


@media (max-width: 1400px) {
    /* .hero-section .container {
        padding-top: 4rem;
        text-align: center;
    } */

    h1 {
        font-size: clamp(35px, 4vw, 40px) !important;
        line-height: 112% !important;
        letter-spacing: 2%;
        font-weight: 700 !important;
    }

    h2 {
        font-size: clamp(20px, 2vw, 25px) !important;
        line-height: 112% !important;
        letter-spacing: 2%;
        font-weight: 500 !important;
        margin-top: 1rem;
    }

    p {
        font-size: 14px;
    }

    button {
        max-width: 200px;
        font-size: 13px !important;
    }

    .hero-img {
        max-width: 500px;
        margin-top: 2rem;
    }

    .hero-section::after {
        background: url('./assets/main-bg.png') no-repeat center top/contain;
    }
}

@media (max-width: 768px) {
    nav {
        background: linear-gradient(1deg, rgba(0, 47, 105, 0.005) 0%, rgba(0, 0, 0, 1) 100%);
        backdrop-filter: blur(3px);
    }

    h3 {
        font-size: 22px !important;
    }

    p {
        font-size: 18px !important;
    }

    .bike-img {
        width: 100% !important;
    }

    .work::after,
    .work::before {
        display: none;
    }

    .hero-img {
        width: 100% !important;
    }
}

@media (max-width: 550px) {
    button {
        min-width: 310px !important;
    }

    .footer::after,
    .footer::before {
        display: none;
    }
}