@import url('https://fonts.googleapis.com/css2?family=Dela+Gothic+One&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Notable&display=swap');


body {
    position: relative;
    overscroll-behavior: none;
    /*background-color: #090d5c;*/
    height: 100%;
}

a {
    text-decoration: none;
}

h1 {
    font-family: "Dela Gothic One", sans-serif;
    font-size: 64px;
    line-height: 77px;
    color: #ffffff;
}

h2 {
    font-family: "Montserrat", sans-serif;
    color: #000000;
    font-size: 58px;
    letter-spacing: 0;
}

h3 {
    font-family: "Montserrat", sans-serif;
    font-size: 26px;
    letter-spacing: 0;
}

.text {
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
    letter-spacing: 0;
    text-align: center;
    color: #ffffff;
}

.bold {
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
    letter-spacing: 0;
    font-weight: 600;
}

.text-phone {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    letter-spacing: 0;
}

.text-phone-bold {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    letter-spacing: 0;
    font-weight: 600;
}

h4 {
    font-family: "Notable", sans-serif;
    font-size: 20px;
    color: #ffffff;
    /*padding: 38px 73px 30px 0;*/
}

.mb-100 {
    margin-bottom: 100px;
}

.error-page-wrapper {
    width: 100%;
    height: 1025px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    background-color: #090d5c;
    padding-bottom: 111px;
}

.banner .error {
    position: absolute;
    z-index: 0;
    top: 20%;
    left: 67px;
    width: 42%;
}

.banner .page-not {
    position: absolute;
    z-index: 0;
    top: 42%;
    left: 150px;
    width: 78%;
}

.banner .found {
    position: absolute;
    z-index: 0;
    top: 59%;
    right: 75px;
    width: 51%;
}

.error-inner {
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 40px;
}

.image {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}

.white-button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 308px;
    height: 64px;
    border-radius: 30px;
    border: none;
    background-color: #ffffff;
    color: #000000;
    font-size: 24px;
    font-family: "Montserrat", sans-serif;
    cursor: pointer;
    transition: background-color 0.3s ease;
    z-index: 1;
    text-decoration: none;
}

header {
    position: fixed;
    top: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    left: 0;
    width: 100%;
    padding: 38px 73px 30px 73px;
    background-color: #090d5c;
    z-index: 5;
}

.nav {
    display: flex;
    justify-content: space-between;
    gap: 50px;
    font-family: "Montserrat", sans-serif;
    color: #ffffff;
    font-size: 20px;
    user-select: none;
}

#home {
    position: relative;
    padding-top: 100px;
    width: 100%;
    background: #090d5c;
}

.home {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
    width: 100%;
    padding-top: 215px;
    margin-bottom: 138px;
    padding-bottom: 37px;
}

.home .banner {
    position: absolute;
    width: 100%;
    top: -108px;
    left: 0;
    z-index: 0;
}

.over {
    position: absolute;
    z-index: 0;
    top: 208px;
    left: 67px;
    width: 58%;
}

.qualified {
    position: absolute;
    z-index: 0;
    top: 429px;
    left: 150px;
    width: 85%;
}

.mic-image {
    position: absolute;
    right: 0;
    top: 50px;
    z-index: 1;
}

.home p {
    /*width: 55%;*/
    max-width: 807px;
    text-align: center;
    margin-bottom: 58px;
}

.record-wrapper {
    position: relative;
    width: fit-content;
    margin: 0 auto;
    overflow: hidden;
}

.record {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 32px;
    z-index: 1;
    position: relative;
    width: 100%;
}

.record img {
    height: 79px;
    width: 33%;
}

.progress-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0%; /* буде анімовано до 100% */
    background-color: rgba(255, 255, 255, 0.3); /* або #fff з opacity */
    z-index: 2;
    pointer-events: none;
    animation: progressFill 5s linear forwards; /* тривалість програвання */
}

@keyframes progressFill {
    0% {
        width: 0%;
    }
    100% {
        width: 100%;
    }
}

.title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
}

.question {
    width: 1162px;
    font-family: "Dela Gothic One", serif;
    font-size: 64px;
    font-style: normal;
    font-weight: 400;
    line-height: 77px; /* 120.313% */
    letter-spacing: 0.64px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-bottom: 79px;
    z-index: 2;
}

.links {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    column-gap: 50px;
}

#for, #host {
    scroll-margin-top: 80px;
}

#listen{
    background-color: #090d5c;
    display: flex;
    align-items: center;
    justify-content: center;
}

.description-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 50px;
    margin-top: 24px;
}

.description-inner .text {
    color: #000000;
    text-align: left;
    margin-bottom: 12px;
}

.description-inner h3 {
    margin-bottom: 12px;
}

.nav-link {
    text-decoration: none;
    color: #ffffff;
}

#listen .link {
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 24px;
}

#listen .text {
    font-size: 24px;
}

#listen .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 99px;
    padding-bottom: 79px;
}

footer {
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 36px 73px;
}

footer .text {
    color: #090d5c;
}

.qualified-footer {
    font-family: "Notable", sans-serif;
    font-size: 20px;
    color: #090d5c;
    font-weight: 400;
    text-transform: uppercase;
}

@media (max-width: 1440px) {
    .header-inner {
        width: 1050px;
    }
}

@media (min-width: 568px) {
    .mobile {
        display: none;
    }
}

@media (max-width: 568px) {
    .desktop {
        display: none;
    }
}

@media (max-width: 568px) {
    h2 {
        font-size: 36px;
        text-align: center;
    }

    .nav {
        display: none;
    }

    header {
        padding: 39px 20px;
        width: 100%;
    }

    .burger {
        background: none;
        box-shadow: none;
        border: none;
    }

    .menu-overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        background-color: #090d5c;
        display: none;
        flex-direction: column;
        justify-content: start;
        align-items: center;
        z-index: 99;
        padding-bottom: 40px;
    }

    .mic-image {
        position: absolute;
        top: 46%;
        width: 100%;
        left: 0;
    }

    .content {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        height: 100%;
    }

    .menu-header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 39px 20px;
        width: 100%;
    }

    .menu-overlay.active {
        display: flex;
    }

    .menu-overlay .close {
        font-size: 28px;
        background: none;
        border: none;
        color: white;
    }

    .menu-links {
        /*display: flex;*/
        width: 100%;
        z-index: 2;
    }

    .menu-link {
        display: block;
        margin: 15px 0;
        padding: 19px 123px;
        border: 2px solid white;
        border-radius: 30px;
        font-size: 16px;
        background: none;
        color: white;
        text-decoration: none;
        text-align: center;
        transition: background 0.3s;
    }

    .menu-link:hover {
        background-color: rgba(255, 255, 255, 0.1);
    }

    .menu-icons {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 24px;
        width: 100%;
        z-index: 1;
    }

    .menu-icons img {
        width: 63px;
        height: 63px;
    }

    .logo {
        font-size: 15px;
    }

    .question {
        width: 100%;
        font-size: 40px;
        margin-bottom: 32px;
        line-height: 48px;
    }

    .home {
        padding: 100px 20px;
    }

    #home .text {
        font-size: 16px;
        width: 100%;
        margin-bottom: 35px;
    }

    .banner-mobile {
        position: absolute;
        top: 0;
        left: 0;
        height: 100vh;
        width: 100%;
        z-index: 0;
    }

    .banner-mobile .mic-image {
        top: 200px;
        left: 0;
    }

    .banner-mobile .over-mobile {
        position: absolute;
        top: 90px;
        left: 20px;
        width: 65%;
    }

    .banner-mobile .qualified-mobile {
        position: absolute;
        top: 165px;
        left: 29px;
        width: 86%;
    }

    .record {
        margin-bottom: 45px;
    }

    .record img {
        width: 110%;
    }

    .links {
        gap: 24px;
        z-index: 1;
    }

    .description-inner {
        flex-direction: column;
        width: 100%;
    }

    .description-inner .links {
        gap: 136px;
    }

    .description-inner .text, .description-inner .bold {
        font-size: 16px;
    }

    .mb-100 {
        margin-bottom: 50px;
    }

    #listen {
        scroll-margin-top: 80px;
    }

    #listen .container {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 68px;
        padding-top: 65px;
        padding-bottom: 65px;
    }

    #listen .link {
        flex-direction: column;
    }

    footer {
        padding-top: 26px;
        padding-bottom: 26px;
    }

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

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

.container {
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
}

@media (min-width: 992px) {
    .container {
        width: 960px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1140px;
    }
}

@media (min-width: 1400px) {
    .container {
        width: 1320px;
    }
}

section {
    scroll-margin-top: 80px;
}

@media (min-width: 391px) {
    .home {
        padding: 150px 20px;
    }
}
