:root {
    /* --first-color: #b56b7c;
    --second-color: #985b6b; */
    --first-color: #333;
    --second-color: #000;
    --black: #000;
}

* {
    font-family: 'Inter', sans-serif;
}

*:not(textarea)::-webkit-scrollbar {
    width: 20px;
}

*:not(textarea)::-webkit-scrollbar-track {
    background-color: #e4e4e4;
    border-radius: 100px;
}

*:not(textarea)::-webkit-scrollbar-thumb {
    border-radius: 100px;
    border: 5px solid transparent;
    background-clip: content-box;
    background-color: var(--second-color);
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

@keyframes bounce-in {
    0% {
        opacity: 0;
        transform: scale(.3);
    }

    50% {
        opacity: 1;
        transform: scale(1.05);
    }

    70% {
        transform: scale(.9);
    }

    100% {
        transform: scale(1);
    }
}

.logo {
    width: 70px;
    height: 44px;
    background: url('../image/logo-1.png') no-repeat;
    background-size: contain;
    color: #000;
    font-size: 7.4px;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 1.1px;
    padding: 16.6px 0 0;
    animation: bounce-in 2s ease;
}

.logo-link {
    display: inline-block;
    text-decoration: none;
    padding: 7px;
}

.top-menu {
    padding: 0 !important;
}

.top-menu li {
    position: relative;
    list-style: none;
    float: left;
}

.top-menu .current a,
.top-menu li a:active {
    font-weight: bold;
}

.top-right-menu {
    float: right;
}

.top-menu li a {
    color: var(--black);
    text-decoration: none;
    text-transform: uppercase;
    padding: 15px 20px 10px;
}

.top-left-menu li a {
    margin-right: 20px;
}

.top-right-menu li a {
    margin-left: 20px;
}

.top-left-menu li:first-child a {
    padding-left: 0 !important;
}

.mobile-top-menu li a {
    margin-right: 0px;
}

.mobile-top-menu li:first-child a,
.mobile-top-menu li:last-child a {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.menu__book-button {
    background: var(--second-color);
    color: #fff !important;
    border-radius: 5px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 9px 22px 7px;
    float: right;
    margin-left: 20px;
    transition: .2s;
}

.menu__book-button:hover {
    background: var(--first-color);
}

.menu__book-button:active {
    background: var(--second-color);
}

.mobile-menu__icon {
    text-align: right;
}

.mobile-menu__icon div {
    width: 48px;
    height: 48px;
    background: url('../image/icon-menu.png') no-repeat;
    background-size: cover;
}

.mobile-menu {
    position: absolute;
    display: none;
    z-index: 99;
    width: 100%;
    height: 100vh;
    background: var(--black);
    padding: 20px 0 0;
}

.mobile-menu ul {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
}

.mobile-menu ul li {
    list-style: none;
}

.mobile-menu ul li a {
    display: inline-block;
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    padding: 13px 8px !important;
}

.slider {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow-y: hidden;
}

.slider-image {
    display: inline-block;
    width: 100%;
}

.mobile-slider-image {
    width: 100%;
}

.slider__bottom-gradient {
    position: absolute;
    height: 250px;
    width: 100%;
    background: rgb(0, 0, 0);
    bottom: -10px;
    z-index: 4;
}

.slider__text1 {
    position: absolute;
    width: 100%;
    color: #fff;
    font-size: 25px;
    text-align: center;
    bottom: -25px;
    z-index: 5;
}

.slider__text2 {
    position: absolute;
    width: 100%;
    color: #fff;
    font-size: 24px;
    font-weight: lighter;
    text-align: center;
    bottom: -60px;
    z-index: 5;
}

.changing-word {
    min-width: 80px !important;
    display: inline-block;
}

.page-wrapper {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100vh;
    background-color: #000;
    overflow-y: hidden;
}

.page-wrapper::before {
    content: "";
    mix-blend-mode: lighten;
    background-size: cover;
    position: absolute;
    z-index: 2;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    opacity: 0.3;
}

#contact-page__content p {
    color: #fff;
    font-size: 22px;
}

#about-page::before {
    /* background: url('../image/photo-bw-1.jpg') no-repeat bottom; */
}

.about-page__content {
    position: relative;
    z-index: 3;
    max-height: 75vh;
    overflow-y: auto;
    padding-right: 20px;
}

.about-page__content p {
    color: #fff;
    font-size: 22px;
}

#contact-page::before {
    background: url('../image/photo-bw-3.jpg') no-repeat center;
    opacity: .4;
}

.contact-page__content {
    position: relative;
    z-index: 3;
    color: #fff;
    max-height: 85vh;
    overflow-x: hidden;
    overflow-y: auto;
}

.contact-page__info {
    position: relative;
    color: #fff;
    z-index: 3;
}

.contact-page__instagram-btn {
    background-color: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, .2);
    border-radius: 6px;
    padding: 10px 15px 10px 10px;
    transition: .5s;
}

.contact-page__instagram-btn span {
    color: #000;
    font-weight: bold;
    margin: 5px 0 0 10px;
}

.contact-page__instagram-btn__icon {
    width: 32px;
    height: 32px;
    background: url('../image/instagram.png') no-repeat;
    background-size: contain;
}

.text-highlight {
    background: #fff;
    color: var(--second-color);
    padding: 2px 5px 3px;
}

#login-page {
    display: none;
    width: 100%;
    height: 100vh;
    background: var(--black);
    padding: 20px 0 0;
}

#loginOrRegister-tab>div {
    border: 1px solid #fff;
    border-radius: 8px;
    font-weight: bold;
    padding: 8px 0;
    margin-bottom: 15px;
}

#loginOrRegister-tab .current {
    background: #fff;
    color: #000;
}

#loginOrRegister-tab>div:nth-child(1) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

#loginOrRegister-tab>div:nth-child(2) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

#admin-menu {
    width: 100%;
    background-color: var(--black);
}

#admin-menu ul {
    display: block;
    list-style: none;
    margin-bottom: 0;
}

#admin-menu ul li {
    display: inline-flex;
}

#admin-menu ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    font-weight: bold;
    padding: 10px 8px;
    transition: .2s;
}

#admin-menu ul li a:hover,
#admin-menu ul li .current {
    background-color: var(--first-color);
    color: #fff;
}

.admin-panel__title {
    font-weight: bolder;
    font-size: 25px;
}

.btn-elnaz {
    background-color: var(--second-color);
    border-color: var(--second-color);
}

.btn-elnaz:hover {
    background-color: var(--first-color);
    border-color: var(--first-color);
}

.btn-elnaz:active {
    background-color: var(--second-color) !important;
    border-color: var(--second-color) !important;
}

.gallery-photo__delete {
    position: absolute;
    background: none;
    color: red;
    border: none;
    font-size: 35px;
    font-weight: bolder;
    top: 18px;
    left: 24px;
}

.gallery__background {
    background-color: #fff;
}

.grid-item,
.column-sizer {
    width: 25%;
    box-sizing: border-box;
}

.gallery__background img {
    background: #000;
    filter: grayscale(1);
    transition: .5s;
    cursor: pointer;
}

.gallery__background img:hover {
    filter: grayscale(0);
}

.photo-modal__popup {
    position: fixed;
    overflow: auto;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    animation: 500ms fadeIn;
    display: none;
}

.photo-modal__popup .wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 1200px;
    margin: auto;
    margin-top: 30px;
    position: relative;
}

.photo-modal__popup img {
    max-width: 70vw;
    height: 100%;
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, .3);
    cursor: pointer;
}

.photo-modal__popup span {
    position: absolute;
    top: -30px;
    right: 10px;
    font-size: 3.5rem;
    color: red;
    cursor: pointer;
}

.photo-modal__popup .arrow {
    position: absolute;
    font-size: 40px;
    font-weight: bolder;
    top: 35px;
    padding: 40px 20px;
    cursor: pointer;
}

.photo-modal__popup .arrow-left {
    left: -60px;
}

.photo-modal__popup .arrow-right {
    right: -60px;
}

.booking__background {
    position: relative;
    z-index: 1;
    width: 100%;
    min-height: calc(100vh - 74px);
    background-color: #000;
    overflow-y: hidden;
}

.booking__background:before {
    content: "";
    mix-blend-mode: lighten;
    background-size: cover;
    position: absolute;
    z-index: 2;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    opacity: 0.2;
}

.booking__background::before {
    background: url('../image/photo-bw-1.jpg') no-repeat bottom;
}

.vanilla-calendar {
    width: 100% !important;
    height: 500px !important;
}

.vanilla-calendar-day__btn_disabled {
    color: #ddd !important;
    text-decoration: line-through;
}

.vanilla-calendar-day__btn_today,
.vanilla-calendar-day__btn:hover {
    background-color: rgba(80, 80, 80, 0.04) !important;
}

.vanilla-calendar-day__btn_selected:hover,
.vanilla-calendar-day__btn_selected {
    background-color: var(--second-color) !important;
}

.booking__login-btn__link {
    color: var(--first-color);
    text-decoration: none;
}

#contact-page {
    position: relative;
    z-index: 1;
    width: 100%;
    min-height: calc(100vh - 74px);
    height: auto !important;
    background-color: #000;
    overflow-y: hidden;
}
