@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;700&family=Open+Sans:wght@400;600;700&display=swap');

@font-face {
    font-family: 'Colus';
    src: url('../assets/fonts/Colus.otf') format('opentype');
    font-style: normal;
}

@font-face {
    font-family: 'Evolventa';
    src: url('../assets/fonts/Evolventa.ttf') format('truetype');
    font-style: normal;
}

@font-face {
    font-family: 'Jost';
    src: url('../assets/fonts/Jost.ttf') format('truetype');
    font-style: normal;
}

@font-face {
    font-family: 'Evolventa Bold';
    src: url('../assets/fonts/Evolventa-Bold.ttf') format('truetype');
}

* {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

ul {
    list-style: none;
}

a {
    text-decoration: none;
    color: #FFF;
}

body {
    margin: 0;
    color: #FFF;
    font-family: Evolventa bold;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    background: #130024;
}

body.overflow-hidden {
    overflow: hidden;
}

.buy_button {
    display: flex;
    padding: 12px 48px;
    justify-content: center;
    align-items: center;
    gap: 16px;
    border-radius: 4px;
    border: 2px solid #A800C7;
    background: #2C0034;
    text-align: center;
    font-family: Evolventa Bold;
    color: #D800FF;
    font-size: 20px;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.6px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.buy_button:hover {
    background: #360040;
}

.main_title {
    text-align: center;
    font-family: Colus;
    font-size: 64px;
    font-style: normal;
    font-weight: 400;
    line-height: 68px;
    letter-spacing: -0.64px;
}

.btn {
    position: relative !important;
    filter: none !important;
    display: flex;
    padding: 16px 32px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    border-radius: 12px;
    border: 2px solid #A800C7;
    background: #2C0034;
    color: #D800FF;
    text-align: center;
    font-family: Evolventa Bold;
    font-size: 20px;
    font-style: normal;
    line-height: 24px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn:hover {
    background: #360040;
}

.btn_little {
    max-width: 300px;
    margin-top: 16px;
    height: 64px;
}

.btn_big {
    height: 67px;
    color: #130024;
    text-align: center;
    font-family: Evolventa Bold;
    font-size: 26px;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.78px;
}

.thin_but {
    padding: 7px 48px;
}

.popup-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(24, 0, 32, 0.80) !important;
    backdrop-filter: blur(6px);
    z-index: 2000;
}

.popup {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 30px !important;
    background: #18002D !important;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.30), 0px 2px 6px 2px rgba(0, 0, 0, 0.15) !important;
    padding: 16px !important;
    border: none !important;
    z-index: 1000;
    flex-direction: column;
    align-items: center;
    gap: 32px;
    max-width: 620px;
    max-height: 382px;
    width: 620px;
    height: 382px;
}

.popup_body {
    width: 100%;
    height: 100%;
    border-radius: 20px;
    border: none !important;
    position: relative;
    padding: 40px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.popup_body:after {
    display: none;
}

.sova {
    position: absolute;
    right: -19px;
    bottom: 0;
    z-index: 3;
}

.popup-close {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(2%) hue-rotate(231deg) brightness(109%) contrast(101%);
}

.popup_text {
    font-family: Colus;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 36px;
    letter-spacing: -0.32px;
}

.popup_text span {
    color: #D800FF;
}

.popup_more {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.popup_body .btn {
    max-width: 222px;
    margin-top: 80px;
    top: auto !important;
    right: auto !important;
}

.alert.alert-success {
    position: absolute;
    visibility: hidden;
}

.divider {
    position: relative;
}

.divider::after {
    display: block;
    content: "";
    height: 952px;
    background: url(../assets/divider.png) no-repeat top center;
    position: absolute;
    left: 0;
    right: 0;
    top: -460px;
    pointer-events: none;
    z-index: -1;
}

@media (max-width: 1055px) {

    .thin_but {
        font-size: 16px;
        font-style: normal;
        line-height: normal;
        letter-spacing: 0.48px;
        border-radius: 6px;
        padding: 6px 38px !important;
    }
}

@media (max-width: 670px) {
    .sova {
        display: none;
    }

    .popup {
        max-width: 335px !important;
        max-height: fit-content !important;
        height: fit-content !important;
    }

    .popup_body {
        padding: 16px;
    }
}

@media (max-width: 740px) {
    .btn_little {
        max-width: 100%;
    }
}

@media (max-width: 920px) {

    .popup_text {
        text-align: left;
        font-size: 20px;
        line-height: 26px;
        font-weight: 400;
    }

    .btn_little {
        height: 46px;
    }

    .btn {
        padding: 11px 32px;
    }

    .main_title {
        font-size: 25px;
        line-height: 28px;
        letter-spacing: -0.25px;
    }

    .zoo_discribe_days {
        max-width: 100%;
    }

    .buy_button {
        font-size: 18px;
        line-height: normal;
        letter-spacing: 0.54px;
        padding: 10px 48px;
    }
    
    .divider::after {
        background-image: url(../assets/divider_sm.png);
        height: 331px;
        top: -165px;
    }
}

@media (max-width: 1400px) {

    .btn_big {
        height: 46px;
        font-size: 22px;
        font-style: normal;
        line-height: normal;
        letter-spacing: 0.66px;
    }
}