@font-face {
    font-family: Madeevol;
    src: url(/utils/font/Madeevolve.woff2) format("woff2");
    font-style: normal;
    font-weight: 500;
}

@font-face {
    font-family: Roboto;
    src: url(/utils/font/Roboto/Roboto-Medium.ttf) format("ttf");
    font-style: normal;
    font-weight: 100;
    font-stretch: 100%;
    font-display: swap;
}

html {
    font-family: Madeevol, serif;
    font-style: normal;
    scroll-behavior: smooth;
}

.block {
    width: 1280px;
    max-width: 1280px;
    padding: 100px 50px;
}

@media (max-width: 1170px) {
    .block {
        padding: 50px 32px;
    }

    * {
        scrollbar-width: none;
    }

    *::-webkit-scrollbar {
        display: none;
        width: 0;
        height: 0;
    }
}

.roboto {
    font-family: Roboto, serif;
}

.text0, .text1, .text2 {
    margin: 30px 0;
}

a {
    color: inherit !important;
}

a:link:not(.button),
a:visited:not(.button),
a:active:not(.button),
a:hover:not(.button) {
    color: var(--white) !important;
}


@media (max-width: 600px) {
    .text0, .text1, .text2 {
        margin: 15px 0;
    }
}


button, .button, .button2 {
    min-height: 50px;
    font-weight: 500;
    padding: 16px 32px;
    border-radius: 8px;
    height: 50px;
}


button:active, .button:active, .button2:active {
    color: var(--gray400);
    background: var(--gray200);
}


button.pay, .button.pay {
    border-radius: 25px;
    background: linear-gradient(90deg, var(--accent) 0%, var(--pay) 50%, var(--pay) 100%);
    background-size: 200% auto;
    transition: background-position 0.3s ease, transform 0.2s ease;
}

button.pay:hover, .button.pay:hover {
    background-position: right center;
}


input {
    outline: 2px solid var(--accent);
    min-height: 50px;
    font-weight: 500;
    border-radius: 8px;
}

input:focus {
    outline: 2px solid var(--accent);
}

input::placeholder{
    color: var(--white);
}


.hover-shadow:hover {
    box-shadow: 0 4px 12px var(--gray200);
}


.mt100 {
    margin-top: 100px
}

.pt100 {
    padding-top: 100px
}

.pb100 {
    padding-bottom: 100px
}



.ph24 {
    padding-left: 24px;
    padding-right: 24px;
}
.ph32 {
    padding-left: 32px;
    padding-right: 32px;
}
.pv16 {
    padding-top: 16px;
    padding-bottom: 16px;
}
.r32 {
    border-radius: 32px;
}
.fixed {
    position: fixed;
    z-index: 1000;
}

.blur, .blur4 {
    backdrop-filter: blur(2px)
}

.bg-dark-20 {
    background-color: rgba(0, 0, 0, 0.4)
}

.hero-accent-complex {
    background-image: radial-gradient(ellipse at 10% 20%, rgba(99, 102, 241, 0.25) 0%, transparent 50%), radial-gradient(circle at 90% 40%, rgba(6, 182, 212, 0.15) 0%, transparent 35%), radial-gradient(ellipse at 40% 80%, rgba(217, 70, 239, 0.08) 0%, transparent 30%)
}

.footer-accent-complex {
    background-image: radial-gradient(ellipse at 50% 90%, rgba(6, 182, 212, 0.22) 0%, transparent 60%), radial-gradient(circle at 85% 60%, rgba(99, 102, 241, 0.12) 0%, transparent 40%), radial-gradient(ellipse at 15% 100%, rgba(217, 70, 239, 0.07) 0%, transparent 35%)
}