@font-face {
    font-family: "Monologue";
    src: url("fonts/Monologue-Rounded-DEMO.otf") format("truetype");
    font-weight: 400;
    font-style: normal;
}

:root {
    --primary-color: #ffffff;
    --text-color: #ffffff;
    --white: #ffffff;
    --black: #000000;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
}

ol,
ul {
    list-style: none;
}

a {
    text-decoration: none;
    color: var(--text-color);
}

body {
    overflow-x: hidden;
    font-family: "Inter", sans-serif;
    color: var(--text-color);
    line-height: 1.3;
    scroll-behavior: smooth;
    background-color: #33363c;
}

.no-scroll {
    overflow: hidden;
}

.container {
    max-width: 1317px;
    margin: 0 auto;
    padding: 0 20px;
}

.navbar {
    position: absolute !important;
    top: 0;
    left: 0;
    display: flex;
    justify-content: space-between;
    padding: 14px 16px;
    position: relative;
    z-index: 10;
    width: 100%;
}

.burger {
    display: none;
    z-index: 1001 !important;
    position: relative !important;
}

.overlay {
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background-color: #33363c;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s ease;
    opacity: 0;
    z-index: 1000;
}

.overlay.open {
    left: 0;
    opacity: 1;
}

.overlay-menu {
    list-style: none;
    text-align: center;
    color: white;
    font-size: 2rem;
}

.overlay-menu li {
    margin: 1.5rem 0;
}

.navbar__logo {
    width: 95px;
    height: 49px;
}

.navbar__list {
    display: flex;
    align-items: center;
    gap: 39px;
}

.navbar__item {
    font-size: 16px;
    font-weight: 400;
    line-height: 130%;
}

.btn--primary {
    background: var(--primary-color);
    color: var(--black);
    border: none;
    font-size: 16px;
    padding: 19px 24px;
    width: fit-content;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    cursor: pointer;
    text-decoration: none;
    transition: all;
    transition-duration: 300ms;
}

.btn--primary:hover {
    scale: 0.98;
    transition: all;
    transition-duration: 300ms;
}

.title {
    font-family: "Monologue", serif;
    font-size: 50px;
    line-height: 1.3;
    font-weight: 400;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.text {
    font-size: 16px;
    line-height: 1.3;
    font-weight: 400;
}

.text--gray {
    color: #999999;
}

.shadow-text {
    font-weight: 700;
    font-size: 100px;
    line-height: 1.3;
    text-transform: uppercase;
    color: #444850;
    white-space: nowrap;
    width: fit-content;
    height: fit-content;
    position: absolute;
    z-index: -1;
}

.hero {
    background-size: contain;
    background-repeat: no-repeat;
    padding-top: 77px;
    aspect-ratio: 1920/900;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero_bg {
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    z-index: -10;
    width: 100vw;
    aspect-ratio: 1920/900;
    filter: brightness(0.6);
}

.hero__content {
    width: 100%;
    background-size: cover;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.hero__content--mobile {
    display: none;
}

.hero__title {
    font-size: 50px;
    font-weight: 500;
    line-height: 1.3;
    color: var(--primary-color);
    margin-bottom: 21px;
}
.hero__subtitle {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.3;
    color: var(--primary-color);
    margin-bottom: 36px;
}

.about {
    display: flex;
    align-items: center;
    margin-top: 60px;
    gap: 68px;
}

.about__images {
    position: relative;
    display: flex;
}

.about__images::before {
    content: "";
    position: absolute;
    background-image: url("/assets/images/image-line.png");
    display: block;
    top: 47px;
    left: -11px;
    z-index: -1;
    width: 386px;
    height: 520px;
    background-repeat: no-repeat;
    background-size: contain;
}
.about__images::after {
    content: "";
    position: absolute;
    background-image: url("/assets/images/image-line-min.png");
    display: block;
    bottom: -5px;
    right: 156px;
    z-index: -1;
    width: 218px;
    height: 146px;
    background-repeat: no-repeat;
    background-size: contain;
}

.about__images img {
    object-fit: contain;
}

.about__images img:nth-child(0)::before {
    content: "123";
    z-index: 10002;
    position: relative;
    display: block;
}

.shadow-text--about {
    rotate: 90deg;
    right: -40%;
    top: 40%;
}

.concept {
    display: flex;
    align-items: center;
    margin-top: 60px;
    gap: 68px;
}

.concept__images {
    position: relative;
    display: flex;
}

.concept__images::before {
    content: "";
    position: absolute;
    background-image: url("/assets/images/image-line.png");
    display: block;
    top: 136px;
    left: -12px;
    z-index: -1;
    width: 386px;
    height: 520px;
    background-repeat: no-repeat;
    background-size: contain;
}
.concept__images::after {
    content: "";
    position: absolute;
    background-image: url("/assets/images/image-line.png");
    display: block;
    top: 63px;
    right: -13px;
    z-index: -1;
    width: 386px;
    height: 520px;
    background-repeat: no-repeat;
    background-size: contain;
}

.concept__images div {
    display: flex;
    flex-direction: column;
    align-items: end;
}

.concept__images img {
    object-fit: contain;
}

.shadow-text--concept {
    rotate: 270deg;
    left: -45%;
    top: 40%;
}

.halls {
    display: flex;
    align-items: center;
    margin-top: 32px;
    gap: 68px;
}

.halls__images {
    position: relative;
    display: flex;
}

.halls__images::before {
    content: "";
    position: absolute;
    background-image: url("/assets/images/image-line.png");
    display: block;
    top: 46px;
    left: -12px;
    z-index: -1;
    width: 386px;
    height: 520px;
    background-repeat: no-repeat;
    background-size: contain;
}
.halls__images::after {
    content: "";
    position: absolute;
    background-image: url("/assets/images/image-line-medium.png");
    display: block;
    top: 14px;
    right: -14px;
    z-index: -1;
    width: 386px;
    height: 520px;
    background-repeat: no-repeat;
    background-size: contain;
}

.halls__images img {
    object-fit: contain;
}

.shadow-text--halls {
    rotate: 90deg;
    right: -37.2%;
    top: 40%;
}

.contacts {
    display: flex;
    margin-top: 100px;
    gap: 70px;
    margin-bottom: 181px;
}

.contacts__list {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin: 20px 0;
}

.map {
    width: 100%;
    min-height: 100%;
    max-width: 777px;
    background-color: #999999;
}

.about__images--mobile {
    display: none;
}
.concept__images--mobile {
    display: none;
}
.halls__images--mobile {
    display: none;
}

.footer {
    background-color: #444850;
}

.footer__content {
    display: flex;
    justify-content: space-between;
    max-width: 1317px;
    margin: 0 auto;
    padding: 35px 20px 48px 20px;
}

.footer_blocks {
    display: grid;
    grid-template-columns: repeat(2, 220px);
    row-gap: 16px;
    column-gap: 54px;
}

.footer__title {
    font-weight: 600;
    font-size: 13px;
    line-height: 130%;
    letter-spacing: 0%;
    margin-bottom: 2px;
    color: white;
    opacity: 0.8;
}

.footer__text {
    font-weight: 400;
    font-size: 13px;
    line-height: 130%;
    letter-spacing: 0%;
    color: white;
    opacity: 0.8;
}

@media (max-width: 1240px) {
    .about,
    .halls {
        display: flex;
        flex-direction: column;
        max-width: 777px;
    }

    .concept {
        flex-direction: column-reverse;
        max-width: 777px;
        margin-bottom: 80px;
    }

    .hero__title {
        font-size: 40px;
    }
}

@media (max-width: 960px) {
    .footer__content {
        flex-direction: column;
        padding: 36px 20px 48px 21px;
    }

    .footer_blocks {
        display: flex;
        flex-direction: column;
        margin-top: 38px;
        max-width: 220px;
    }

    .special {
        text-align: center;
    }

    .about__images::before {
        content: "";
        position: absolute;
        background-image: url("/assets/images/image-line-mob.png");
        display: block;
        top: -6px;
        left: 79px;
        z-index: -1;
        width: 177px;
        height: 352px;
        background-repeat: no-repeat;
        background-size: contain;
    }
    .about__images::after {
        display: none;
    }

    .shadow-text--about {
        rotate: 90deg;
        right: -94%;
        top: 107px;
    }

    .concept__images::before {
        content: "";
        position: absolute;
        background-image: url("/assets/images/image-line-medium-mob.png");
        display: block;
        top: -6px;
        left: 55px;
        z-index: -1;
        width: 171px;
        height: 302px;
        background-repeat: no-repeat;
        background-size: contain;
    }
    .concept__images::after {
        display: none;
    }

    .shadow-text--about {
        rotate: 90deg;
        right: -94%;
        top: 107px;
    }

    .shadow-text--concept {
        rotate: 90deg;
        left: 74%;
        top: 35%;
    }

    .halls__images::before {
        content: "";
        position: absolute;
        background-image: url("/assets/images/image-line-min-mob.png");
        display: block;
        top: -6px;
        left: 55px;
        z-index: -1;
        width: 171px;
        height: 302px;
        background-repeat: no-repeat;
        background-size: contain;
    }
    .halls__images::after {
        display: none;
    }

    .shadow-text--halls {
        rotate: 90deg;
        right: -102%;
        top: 107px;
    }

    .title {
        font-size: 40px;
    }

    .text {
        font-size: 13px;
    }

    .shadow-text {
        font-size: 50px;
    }

    .desktop-hidden {
        visibility: visible;
    }

    .container {
        padding: 0 13px;
    }

    .btn--primary {
        padding: 13px 23px;
    }

    .navbar__logo {
        width: 77px;
        height: 40px;
    }

    .desktop-hidden {
        display: none;
    }
    .navbar__list {
        display: none;
    }

    .hero__content {
        display: none;
    }

    .hero__content--mobile {
        display: flex;
        flex-direction: column;
        margin-top: 20px;
    }

    .burger {
        display: block;
        background-color: transparent;
        box-shadow: none;
        shape-outside: none;
        border: none;
        width: 24px;
        height: 24px;
        padding: 0;
    }
    .navbar__item {
        font-size: 16px;
        font-weight: 400;
        line-height: 130%;
    }

    .hero__title {
        font-size: 24px;
        font-weight: 500;
        line-height: 1.3;
        color: var(--primary-color);
        margin-bottom: 12px;
    }
    .hero__subtitle {
        font-size: 13px;
        font-weight: 400;
        line-height: 1.3;
        color: var(--primary-color);
        margin-bottom: 20px;
    }

    .about,
    .halls {
        display: flex;
        flex-direction: column-reverse;
        align-items: baseline;
    }

    .concept {
        display: flex;
        flex-direction: column;
        align-items: baseline;
    }

    .about {
        margin-top: 76px;
    }
    .about__images {
        display: flex;
        flex-direction: column;
        align-items: start;
        display: none !important;
    }

    .about__images--mobile {
        display: flex !important;
    }

    .about__images {
        display: flex;
        flex-direction: column;
        align-items: start;
    }

    .about__images a:nth-child(1) {
        z-index: 0;
        transform: translateX(0);
    }

    .about__images a:nth-child(2) {
        z-index: 1;
        position: relative;
        right: 0;
        align-self: flex-end;
        transform: translate(50%, -170%);
    }

    .about__images a:nth-child(3) {
        z-index: 1;
        position: relative;
        right: 0;
        align-self: flex-end;
        transform: translate(50%, -110%);
    }

    .about__content {
        margin-top: -200px;
    }

    .concept {
        margin-top: 76px;
    }
    .concept__images {
        display: flex;
        flex-direction: column;
        align-items: start;
        display: none !important;
    }

    .concept__images--mobile {
        display: flex !important;
    }

    .concept__images {
        display: flex;
        flex-direction: column;
        align-items: start;
    }

    .concept__images a:nth-child(1) {
        z-index: 0;
        transform: translateX(0);
    }

    .concept__images a:nth-child(2) {
        z-index: 1;
        position: relative;
        right: 0;
        align-self: flex-end;
        transform: translate(105%, -250%);
    }

    .concept__images a:nth-child(3) {
        z-index: 1;
        position: relative;
        right: 0;
        align-self: flex-end;
        transform: translate(58%, -83%);
    }

    .concept__content {
        margin-top: -200px;
    }

    .halls {
        margin-top: 76px;
    }
    .halls__images {
        display: flex;
        flex-direction: column;
        align-items: start;
        display: none !important;
    }

    .halls__images--mobile {
        display: flex !important;
    }

    .halls__images {
        display: flex;
        flex-direction: column;
        align-items: start;
    }

    .halls__images a:nth-child(1) {
        z-index: 0;
        transform: translateX(0);
    }

    .halls__images a:nth-child(2) {
        z-index: 1;
        position: relative;
        right: 0;
        align-self: flex-end;
        transform: translate(50%, -50%);
    }

    .halls__images a:nth-child(3) {
        z-index: 1;
        position: relative;
        transform: translate(15%, -150%);
    }

    .halls__content {
        margin-top: -200px;
    }

    .contacts {
        display: flex;
        flex-direction: column-reverse;
        margin-bottom: 20px;
    }

    .map {
        min-height: 180px;
    }
}
