/* latin-ext */
@font-face {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 100 1000;
    font-display: swap;
    src: url('../fonts/DMSans-Regular-ext.woff2') format('woff2');
    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 100 1000;
    font-display: swap;
    src: url('../fonts/DMSans-Regular.woff2') format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

::-webkit-scrollbar {
    width: 6px;
}

::-webkit-scrollbar-track {
    background: #19191e;
}

::-webkit-scrollbar-thumb {
    background: #02A466;
    border-radius: 6px;
}

::-webkit-scrollbar-thumb:hover {
    background: #028855;
}

*, *:before, *:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    font-size: 16px;
    color: #FFFFFF;
    background-color: #0F0F12;
    font-family: 'DM Sans', sans-serif;
    overflow-x: hidden;
    overflow-y: auto;
    position: relative;
}

a {
    color: #FFFFFF;
    font-weight: 500;
}

.container {
    width: 100%;
    max-width: 376px;
    padding: 0 8px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.text-gray {
    color: #9FA2AC !important;
}

.text-red {
    color: #FF3F3F !important;
}

.text-green {
    color: #02A466 !important;
}

.uppercase {
    text-transform: uppercase;
}

.fs-1 {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.15;
}

.fs-2 {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.15;
}

.fs-3 {
    font-size: 18px;
    font-weight: 600;
}

.fs-subtitle {
    font-size: 16px;
    font-weight: 600;
}

.fs-base {
    font-size: 14px;
}

.btn {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    font-weight: 700;
    padding: 12px 16px;
    border-radius: 16px;
    color: #FFFFFF;
    text-decoration: none;
    width: fit-content;
    position: relative;
    background: linear-gradient(73deg, #C23838, #E9807F) no-repeat;
    background-size: auto 100%;
    border: none;
}

.btn:hover {
    background-size: auto 0;
}

.btn:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 2px;
    border-radius: inherit;
    background: linear-gradient(73deg, #C23838, #E9807F);
    -webkit-mask: linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none
}

.glow-top {
    position: relative;
    background: radial-gradient(circle 400px at 50% -50%, #222226, #0F0F1200);
}

.glow-top::before {
    content: "";
    display: block;
    width: 336px;
    height: 1px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: linear-gradient(to right, #FFFFFF00 25%, #FFFFFF 50%,  #FFFFFF00 75%)
}

@media screen and (min-width: 768px) {
    .container {
        max-width: 1280px;
        padding: 0 40px;
    }

    .fs-1 {
        font-size: 58px;
    }

    .fs-2 {
        font-size: 48px;
    }

    .fs-3 {
        font-size: 20px;
    }

    .fs-subtitle {
        font-size: 26px;
        font-weight: 700;
    }

    .fs-base {
        font-size: 16px;
    }

    .btn {
        padding: 16.5px 22px;
        gap: 15px;
    }

    .glow-top {
        background: radial-gradient(circle 800px at 50% -50%, #222226, #0F0F1200);
    }

    .glow-top::before {
        width: 645px;
    }
}

/* Init Section */
header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 46px;
    width: 100%;
    padding: 0 15px;
    margin-left: auto;
    margin-right: auto;
}

.logo-link {
    position: relative;
}

.logo-link p {
    position: absolute;
    left: 0;
    top: 20px;
    font-size: 12px;
}

.logo-img {
    height: 14px;
}

.init {
    background: url("/images/promo/crypto/main-bg-sm.webp") no-repeat center top / 100% auto;
}

.init-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding-top: 20%;
}

.init-content h1 {
    margin-bottom: 11px;
}

.init-content .btn {
    margin: 13px 0;
}

.init-content img {
    width: 100%;
    max-width: 360px;
    position: relative;
}

.promo-code-info {
    max-width: 240px;
}

.lang-switcher {
    position: relative;
    cursor: pointer;
}

.lang-toggle {
    display: flex;
    align-items: center;
    gap: 6px;
}

.lang-toggle .fi {
    border-radius: 1px;
}

.lang-list {
    list-style: none;
    padding-top: 15px;
    position: absolute;
    top: 50px;
    right: 0;
    opacity: 0;
    visibility: hidden;
    z-index: 99;
    transition: all .15s ease-in-out;
}

.lang-list li {
    background-color: #000000CC;
    padding: 5px 15px;
}

.lang-switcher:hover .lang-list {
    opacity: 1;
    visibility: visible;
    top: 21px;
}

.lang-switcher .chevron {
    transition: transform .15s ease-in-out;
}

.lang-switcher:hover .chevron {
    transform: rotateZ(180deg);
}

.lang-list > li a {
    transition: color .15s ease-in-out;
}

.lang-list > li:hover a {
    color: #17C354;
}

.lang-list a {
    color: #FFFFFF;
    text-decoration: none;
}

.lang-list a > span {
    white-space: nowrap;
}

@media screen and (min-width: 768px) {
    header {
        height: 60px;
        max-width: 1280px;
        padding: 0 40px;
    }

    .logo-link p {
        top: 34px;
        font-size: 20px;
    }

    .logo-img {
        height: 23px;
    }

    .init {
        background: url("/images/promo/crypto/main-bg-lg.webp") no-repeat center top / 100% auto;
    }

    .init-content {
        margin-top: 0;
        padding-top: 140px;
    }

    .init-content h1 {
        margin-bottom: 17px;
    }

    .init-content .btn {
        margin: 27px 0;
    }

    .init-content img {
        max-width: 1920px;
        left: 30px;
    }

    .promo-code-info {
        max-width: unset;
    }
}

@media screen and (min-width: 1200px) {
    header {
        height: 160px;
    }
}

/* Screen Two Background */
@media screen and (min-width: 768px) {
    .screen-two {
        background:
            url("/images/promo/crypto/side-bg-left.webp") no-repeat left 64% / auto 360px,
            url("/images/promo/crypto/side-bg-right.webp") no-repeat right 64% / auto 350px;
    }
}

@media screen and (min-width: 1200px) {
    .screen-two {
        background:
            url("/images/promo/crypto/side-bg-left.webp") no-repeat left 38% / auto 482px,
            url("/images/promo/crypto/side-bg-right.webp") no-repeat right 38% / auto 461px;
    }
}

/* Section two - How It Works */
.section-two {
    margin-top: 34px;
    padding-bottom: 42px;
    padding-top: 64px;
    background: url("/images/promo/crypto/bg-title-sm.webp") no-repeat top center / auto 139px;
}

.section-two .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.section-two .title {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 8px;
    text-transform: uppercase;
}

.section-two .cards {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.card-1 {
    width: 318px;
    height: 150px;
    background-image: image-set(
        url("/images/promo/crypto/card1-sm.webp") 1x,
        url("/images/promo/crypto/card1-sm-2x.webp") 2x
    );
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 1;
}

.card-1 .number {
    font-weight: 600;
    font-size: 18px;
    margin-top: 42px;
}

.card-1 .text {
    margin-top: 24px;
    text-align: center;
    max-width: 254px;
}

@media screen and (min-width: 768px) {
    .section-two {
        margin-top: 36px;
        padding-bottom: 145px;
        padding-top: 142px;
        background: url("/images/promo/crypto/bg-title-lg.webp") no-repeat top center/ auto 340px;
    }

    .section-two .container {
        gap: 35px;
    }

    .section-two .title {
        gap: 16px;
        text-transform: unset;
    }

    .card-1 {
        width: 387px;
        height: 222px;
        background-image: image-set(
            url("/images/promo/crypto/card1-lg.webp") 1x,
            url("/images/promo/crypto/card1-lg-2x.webp") 2x
        );
    }

    .card-1 .number {
        font-size: 24px;
        margin-top: 56px;
    }

    .card-1 .text {
        margin-top: 42px;
    }
}

@media screen and (min-width: 1200px) {
    .section-two .cards {
        flex-direction: row;
        gap: 19px;
    }
}

/* Section three - Profit with Margin Trading */
.section-three {
    padding-top: 45px;
    padding-bottom: 54px;
}

.section-three .container {
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: space-between;
}

.section-three .content {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.section-three h2 {
    margin-bottom: 14px;
    text-align: center;
}

.section-three ul {
    list-style: none;
    padding-left: 24px;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.section-three li {
    position: relative;
}

.section-three li::before {
    content: "";
    position: absolute;
    left: -24px;
    top: 2px;
    width: 16px;
    height: 15px;
    background: url("/images/promo/crypto/checkmark.svg") no-repeat center / contain;
}

.section-three img {
    display: none;
}

@media screen and (min-width: 768px) {
    .section-three {
        padding-top: 140px;
        padding-bottom: 140px;
    }

    .section-three .content {
        align-items: start;
    }

    .section-three h2 {
        margin-bottom: 16px;
        text-align: start;
    }

    .section-three ul {
        gap: 8px;
        margin-bottom: 32px;
        padding-left: 36px;
    }

    .section-three li::before {
        width: 20px;
        height: 19px;
        top: 1px;
        left: -36px;
    }

    .section-three img {
        display: block;
        width: 50%;
        height: auto;
    }
}

@media screen and (min-width: 1200px) {
    .section-three img {
        display: block;
        width: 670px;
        height: auto;
    }
}

/* Section four - Why Choose Crypto Withdrawals */
.section-four {
    position: relative;
    padding-bottom: 42px;
    padding-top: 64px;
    background: url("/images/promo/crypto/bg-title-sm.webp") no-repeat top center / auto 139px;
}

.section-four .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.section-four .title {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 8px;
}

.section-four .cards {
    display: grid;
    grid-template-columns: 1fr;
    gap: 17px;
    background-color: #0F0F12;
}

.card-2 {
    width: 100%;
    max-width: 360px;
    height: 199px;
    padding: 131px 30px 0 30px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.card-2 .text {
    text-align: center;
}

.card-2-1 {
    background-image: image-set(
        url("/images/promo/crypto/card21-sm.webp") 1x,
        url("/images/promo/crypto/card21-sm-2x.webp") 2x
    );
}

.card-2-2 {
    background-image: image-set(
        url("/images/promo/crypto/card22-sm.webp") 1x,
        url("/images/promo/crypto/card22-sm-2x.webp") 2x
    );
}

.card-2-3 {
    background-image: image-set(
        url("/images/promo/crypto/card23-sm.webp") 1x,
        url("/images/promo/crypto/card23-sm-2x.webp") 2x
    );
}

.card-2-4 {
    background-image: image-set(
        url("/images/promo/crypto/card24-sm.webp") 1x,
        url("/images/promo/crypto/card24-sm-2x.webp") 2x
    );
}

@media screen and (min-width: 768px) {
    .section-four {
        padding-bottom: 110px;
        padding-top: 142px;
        background: url("/images/promo/crypto/bg-title-lg.webp") no-repeat top center/ auto 340px;
    }

    .section-four .container {
        gap: 35px;
    }

    .section-four .title {
        gap: 16px;
    }

    .section-four .cards {
        grid-template-columns: repeat(2, 1fr);
    }

    .card-2 {
        width: 100%;
        max-width: 287px;
        height: 222px;
        padding: 131px 30px 0 30px;
    }

    .card-2-1 {
        background-image: image-set(
            url("/images/promo/crypto/card21-lg.webp") 1x,
            url("/images/promo/crypto/card21-lg-2x.webp") 2x
        );
    }

    .card-2-2 {
        background-image: image-set(
            url("/images/promo/crypto/card22-lg.webp") 1x,
            url("/images/promo/crypto/card22-lg-2x.webp") 2x
        );
    }

    .card-2-3 {
        background-image: image-set(
            url("/images/promo/crypto/card23-lg.webp") 1x,
            url("/images/promo/crypto/card23-lg-2x.webp") 2x
        );
    }

    .card-2-4 {
        background-image: image-set(
            url("/images/promo/crypto/card24-lg.webp") 1x,
            url("/images/promo/crypto/card24-lg-2x.webp") 2x
        );
    }
}

@media screen and (min-width: 1200px) {
    .section-four .cards {
        grid-template-columns: repeat(4, 1fr);
    }
}

/* Section five - Instant and Secure */
.section-five {
    padding-top: 48px;
    padding-bottom: 50px;
    position: relative;
}

.section-five::after {
    content: "";
    display: block;
    width: 100%;
    max-width: 491px;
    height: 150px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: url("/images/promo/crypto/grid.webp") no-repeat top center;
}

.section-five .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.section-five .content {
    display: flex;
    flex-direction: column;
    gap: 30px;
    text-align: center;
}

.section-five img {
    width: 172px;
}

@media screen and (min-width: 768px) {
    .section-five {
        padding-top: 84px;
        padding-bottom: 84px;
        position: relative;
    }

    .section-five::after {
        max-width: 1172px;
        height: 359px;
    }

    .section-five h2 {
        display: inherit;
        text-align: center;
    }

    .section-five .container {
        max-width: 912px !important;
        flex-direction: row-reverse;
        gap: 56px;
    }

    .section-five .content {
        gap: 16px;
        align-items: center;
    }

    .section-five img {
        width: 283px;
    }

    .trustpilot-widget-wrapper {
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 24px;
        background: linear-gradient(to right top, #FFFFFF00, #FFFFFF0D);
        padding: 13px 0;
    }
}

@media screen and (min-width: 1200px) {
    .trustpilot-widget-wrapper {
        width: 572px;
    }
}

/* Footer */
footer {
    min-height: 470px;
    width: 100vw;
    background: url("/images/promo/crypto/footer-bg.webp") no-repeat top center / 100% auto;
    padding: 42vw 20px 21px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

footer .text {
    font-size: 18px;
    font-weight: 600;
    padding: 0 16px;
    position: relative;
}

footer .subtext {
    font-size: 14px;
    margin-top: 17px;
}

footer .text a {
    color: #17C354;
    text-decoration: none;
}

footer .text a:hover {
    text-decoration: underline;
}

footer .text .green {
    color: #17C354;
}

footer .risk-warning {
    font-size: 10px;
    line-height: 15px;
    font-style: italic;
    letter-spacing: 1px;
    margin-top: 38px;
    margin-bottom: 23px;
}

footer .years {
    font-size: 14px;
}

@media screen and (min-width: 768px) {
    footer {
        min-height: 960px;
        width: 100vw;
        background: url("/images/promo/crypto/footer-bg-lg.webp") no-repeat top center / auto 100%;
        padding: 590px 20px 50px 20px;
    }

    footer .text {
        font-size: 28px;
        line-height: 129%;
        max-width: 720px;
    }

    footer .subtext {
        font-size: 20px;
    }

    footer .risk-warning {
        font-size: 16px;
        line-height: 24px;
        max-width: 1080px;
        margin-top: 112px;
        margin-bottom: 36px;
    }
}

@media screen and (min-width: 1921px) {
    footer {
        min-height: 1260px;
        width: 100vw;
        background: url("/images/promo/crypto/footer-bg-lg.webp") no-repeat top center / 100% auto;
        padding: 32vw 20px 50px 20px;
    }
}
