@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200;300&family=PT+Sans+Caption:wght@400;700&family=PT+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap');

:root {
    --bs-body-font-family: 'PT Sans Caption', sans-serfif;
    --swiper-pagination-bullet-size: 12px;
    --swiper-pagination-color: #af1e56;
    --swiper-navigation-color: #258ccb;
}

body {
    background-color: #13101c;
    min-height: 100vh;
    color: #fff;
}

a {
    text-decoration: none;
}

hr {
    border-top: 2px rgba(0, 0, 0, 0.175) solid;
}

.swiper-photo-reports {
    margin-bottom: 85px;
}

.swiper-pagination-bullet-active {
    transform: scale(1.3);
}

.bg-admin {
    color: initial;
    background: #f0f2f5;
}

.dropdown-menu {
    --bs-dropdown-min-width: 100%;
}

.btn-white {
    color: inherit;
    transition: inherit;
    border: 1px solid #dddee4;
}

.btn-white:hover {
    border-color: #dddee4;
}

.wrapper {
    color: initial;
    background: linear-gradient(to right top, #3485c3 0%, #962a5e 100%);
    width: 100%;
    height: 100%;
}

.wrapper-block {
    background: #fff;
    padding: 15px;
    box-shadow: 0 7px 14px 0 rgba(65, 69, 88, 0.1), 0 3px 6px 0 rgba(0, 0, 0, 0.07);
    border-radius: 10px;
}

.wrapper-form {
    max-width: 40rem;
    width: 100%;

    margin: 0 auto;
}

.form-auth {
    width: 100%;
    background: #fff;
    padding: 20px;

    border-radius: 0.5rem;
    box-shadow: 0 5px 10px rgb(0 0 0 / 5%);
}

.form-auth img {
    display: block;
    max-width: 300px;
    width: 100%;

    margin: 0 auto 20px;
}

.form-auth .required {
    color: red;
}

.link-auth {
    color: #004f3f;
    font-weight: 600;
}

.left-menu {
    width: 275px;
    background: white;
    min-height: 100vh;
    border-right: 1px solid #dedfe5;
    box-shadow: 0 4px 20px rgba(62, 73, 91, 0.05);
    white-space: nowrap;
    overflow: hidden;
    transition: width 0.3s ease;
}

.btn-edit,
.btn-delete {
    width: 100%;
}

.btn-edit {
    margin-bottom: 5px;
}

.left-menu.desktop {
    position: sticky;
    top: 0;
}

.left-menu.collapsed {
    width: 65px;
}

.left-menu .nav-link {
    position: relative;
    color: #2f3134;
    display: flex;
}

.offcanvas .nav-link {
    color: #2f3134;
}

.nav-link.active {
    color: #00395b;
}

.nav-link svg {
    color: #00395b;
}

.nav-spt svg {
    width: 30px;
    height: 25px;
}

.left-menu .text {
    opacity: 1;
    transition: all 0.3s ease;
}

.left-menu.collapsed .text {
    opacity: 0;
}

.offcanvas {
    --bs-offcanvas-height: 100vh;
    --bs-offcanvas-width: 265px;
}

.offcanvas.mobile {
    /* --bs-body-bg: rgba(0, 0, 0, 0.8); */
    background: url("../img/bg_mobile.png") no-repeat center;
    background-size: cover;
    border-bottom: none;
}

.offcanvas.offcanvas-start {
    border-right: 1px solid #dedfe5;
}

.account-img {
    width: 64px;
}

.animation {
    position: absolute;
    width: 100%;
    height: 750px;
    background: url("../img/stars-galaxy.gif");
    opacity: 0.8;
    mix-blend-mode: lighten;
    z-index: 1;
    transform: rotate(180deg);
}

.preloader {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    background: #13101C;
    z-index: 1001;
}

.preloader__image {
    width: 254px;
    max-width: 100%;
}

.loaded_hiding .preloader {
    transition: 0.3s opacity;
    opacity: 0;
}

.loaded .preloader {
    display: none;
}

.main {
    background: #13101C;
}

.container {
    position: relative;
    width: 1440px;
    max-width: 100%;
    padding: 0 20px;
    margin: 0 auto;
}

.header.header-normal {
    background: #13101C;
}

.header-wrapper {
    font-size: 14px;
    padding: 90px 20px 0;
    display: flex;
    justify-content: space-between;
    /*align-items: center;*/

    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    z-index: 2;
}

.header.header-normal .header-wrapper {
    position: unset;
    padding: 90px 0;
}

.header-item p:nth-child(1) {
    font-family: 'PT Sans';
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 15px;
    /* 107.143% */
    text-transform: uppercase;
}

.header-item__link,
.mobile-item__link {
    text-transform: uppercase;
    color: #fff;
    transition: color 0.3s ease-out;
    position: relative;
}

.mobile-item__link:not(:last-child) {
    margin-bottom: 40px;
}

.header-item__link:hover {
    color: #A6A6A6;
}

.header-item__link:not(:last-child) {
    margin-right: 105px;
}

.header-item__link.active,
.mobile-item__link.active {
    color: #ffffffb7;
}

.header-item__link.active::after,
.mobile-item__link.active::after {
    content: "";
    position: absolute;
    left: -5px;
    right: -5px;
    bottom: -7px;
    height: 1px;
    background: #fff;
}

.logo {
    width: 90px;
}

.mobile .logo {
    width: 125px;
    margin-bottom: 70px;
}

.section-main {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 100%;
    min-height: 100vh;
    background: black url("../img/background.png") no-repeat center;
    background-position: 42% center;
    background-size: cover;
}

.section-img {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 100%;
    min-height: 750px;
}

.section-atmosphere {
    background: black url("../img/atmosphere.png") no-repeat center;
    background-size: cover;
}

.section-menu {
    background: black url("../img/menu.png") no-repeat center;
    background-size: cover;
}

.section-main-hall,
.section-vip-hall {
    margin-top: 50px;
}

.section-vip-hall {
    padding-bottom: 50px;
}

.photos img {
    height: 250px;
    object-fit: cover;
}

.section-name {
    font-family: 'PT Sans', sans-serif;
    font-size: 45px;
    text-transform: uppercase;
}

.section-title {
    font-size: 37px;
    font-weight: 400;
    line-height: 32px;
    text-align: center;
    text-transform: uppercase;
}

.section-subtitle {
    font-size: 13px;
    letter-spacing: 9px;
    text-transform: uppercase;
    text-align: center;
    opacity: 0.3;
    margin-bottom: 50px;
}

.section-desc {
    width: 650px;
    max-width: 100%;

    font-family: 'Manrope', sans-serif;
    font-weight: 200;
    line-height: 28px;
    text-align: center;

    margin: 50px auto 35px;
}

.nav-toggle {
    cursor: pointer;
    color: #00395b;
}

.section-links {
    text-align: center;
    padding: 73px 0;
}

.btn-menu {
    line-height: 21.7px;
    letter-spacing: 6px;
    color: #fff;
    display: inline-block;
    text-transform: uppercase;
    padding: 15.66px 32.95px 17.34px 33.05px;
    border: 2px solid #666;
    transition: border-color 0.3s ease-in-out;
}

.btn-menu:first-child {
    margin-right: 165px;
}

.btn-menu:hover {
    border-color: #FEBD75;
}

.reports-hr {
    width: calc(100% - 70px);
    margin: 0 auto 30px;
    border: none;
    height: 1px;
    background-image: linear-gradient(to right, #3C3C3C, #686868, #3C3C3C);
}

.reports-hr.show {
    margin: 30px auto;
}

.reports-item {
    padding-bottom: 80px;
}

.reports-item__element img {
    height: 450px;
    object-fit: cover;
    cursor: pointer;
}

.reports-item__date {
    color: #EEE;
    text-align: center;
    font-family: 'PT Sans', sans-serif;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: 62px;
    /* 206.667% */
    margin-bottom: 30px;
}

.reports.detail img {
    height: 250px;
    object-fit: cover;
}

.hall-img,
.report-img {
    height: 300px;
    object-fit: cover;
}

.report-img__item:hover>.report-btn {
    opacity: 1;
    visibility: visible;
}

.hall-img__item:hover>.hall-btn {
    opacity: 1;
    visibility: visible;
}

.hall-btn,
.report-btn {
    background: rgba(0, 0, 0, .55);

    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    padding: 20px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;

    transition: all .6s ease-in-out;
    visibility: hidden;
}

.projects-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    row-gap: 20px;
    margin-left: 25px;
}

.projects-img.first {
    width: 55px;
}

.projects-img.port {
    width: 65px;
}

.projects-img.nadne {
    width: 55px;
}

.projects-img {
    width: 45px;
}

.section-contacts {
    padding-bottom: 40px;
}

.contacts-item {
    margin-bottom: 60px;
}

.map {
    width: 100%;
    height: 450px;
    position: relative;
}

.map:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 1;

    background: rgba(0, 0, 0, 0.5) url('../img/logo_light.svg') no-repeat center;
    background-size: 80px 80px;
}

.map.hidden:before {
    position: unset;
}

.footer {
    font-size: 14px;
    padding: 55px 0;
    background: #13101C;
}

.footer-title {
    margin-bottom: 30px;
}

.footer-top-hr {
    margin: 0;
    border: none;
    height: 1.5px;
    background-image: linear-gradient(to right, #2D283C, #54467e, #2D283C);
}

.vk {
    width: 45px;
}

@media (max-width: 992px) {
    .nav-offcanvas {
        display: block !important;
    }

    .dropdown-menu[data-bs-popper] {
        left: auto;
        right: 0;
    }
}

@media (max-width: 768px) {
    .header-wrapper {
        padding: 50px 20px 0;
    }

    .header.header-normal .header-wrapper {
        padding: 20px 0 50px;
    }

    .header-item__link:not(:last-child) {
        margin-right: 25px;
    }
}

@media (max-width: 576px) {
    .contacts-info {
        padding-left: 20px;
    }

    .logo-main {
        width: 200px;
    }

    .section-main-hall,
    .section-vip-hall {
        margin-top: 40px;
        letter-spacing: 1px;
    }

    .section-subtitle {
        margin-bottom: 40px;
    }

    .section-desc {
        font-size: 14px;
        margin: 25px auto 35px;
    }

    .section-title,
    .section-name {
        font-size: 25px;
    }

    .header-wrapper.header-main {
        align-items: center;
    }

    .photos img {
        height: 220px;
    }

    .reports-item__date {
        font-size: 20px;
        line-height: inherit;
    }

    .reports-item__element img {
        height: 350px;
    }

    .contacts-title {
        font-size: 11px;
    }

    .contacts-item p:not(.contacts-title),
    .contacts-item a {
        font-size: 12px;
    }

    .projects-inner {
        column-gap: 10px;
    }

    .projects-img.port {
        width: 55px;
    }

    .projects-img.first {
        width: 50px;
    }

    .projects-img.nadne {
        width: 45px;
    }

    .projects-img {
        width: 40px;
    }

    .btn-menu:first-child {
        margin-right: 25px;
    }

    .section-links {
        padding: 100px 0;
    }

    .animation {
        height: 100vh;
    }

    .section-main,
    .section-img {
        min-height: 100vh;
    }

    .section-menu {
        min-height: 350px;
    }

    .footer p:not(.footer-title) {
        font-size: 12px;
    }

    .footer-title {
        margin-bottom: 10px;
    }

    .vk {
        width: 25px;
    }

    .contacts-item {
        margin-bottom: 30px;
    }

    .map {
        height: 300px;
    }
}

.section-links .container {
    width: 1490px;
}

.menu-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: center;
}

.menu-grid::before {
    content: "";
    /*width: 100%;*/
    order: 3;
}

.menu-card:nth-child(-n+3) {
    order: 2;
}

.menu-card:nth-child(n+4) {
    order: 4;
}

@media (max-width: 1200px) {
    .section-links .container {
        width: 100%;
    }

    .menu-grid::before {
        display: none;
    }

    .menu-card:nth-child(-n+3),
    .menu-card:nth-child(n+4) {
        order: initial;
    }
}

.menu-card {
    display: block;
    position: relative;
    overflow: hidden;
    border-radius: 4px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    width: 350px;
    height: 260px;
    max-width: 100%;
    text-decoration: none;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.menu-card:hover {
    transform: translateY(-5px);
}

.menu-card__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.menu-card:hover .menu-card__image {
    transform: scale(1.08);
}

.menu-card__placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #6c757d;
    background-color: #f8f9fa;
    transition: transform 0.5s ease;
}

.menu-card:hover .menu-card__placeholder {
    transform: scale(1.08);
}

.menu-card__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, #000000 11.54%, rgba(3, 3, 3, 0.36) 39.94%, rgba(7, 7, 7, 0) 52.12%);
}

.menu-card__title {
    font-family: 'PT Sans', sans-serif;
    font-size: 25px;
    font-weight: 400;
    line-height: 30px;

    position: absolute;
    top: 23px;
    left: 23px;
    color: #fff;
    margin: 0;
    transition: transform 0.3s ease;
}

.menu-card:hover .menu-card__title {
    transform: translateX(5px);
}