.menu-btn {
    position: relative;
    width: 30px;
    height: 24px;
    display: none;
    border: none;
}
.menu-btn:after, .menu-btn:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    content: "";
    background: #60a4a5;
    transition: ease-out 0.25s;
}
.menu-btn:after {
    top: 22px;
    transform: rotate(0deg);
}
.menu-btn span {
    position: absolute;
    top: 11px;
    left: 0;
    width: 100%;
    height: 3px;
    background: #60a4a5;
    transition: opacity 0.3s ease-out;
}
.menu-btn.active:before {
    transform: translate(-1px, 11px) rotate(45deg);
}
.menu-btn.active:after {
    transform: translate(-1px, -11px) rotate(-45deg);
}
.menu-btn.active span {
    opacity: 0;
}
.mobile-menu {
    background: white;
    position: fixed;
    top: 0;
    left: 0;
    width: 300px;
    height: 100%;
    z-index: 11;
    padding: 20px;
    transform: translateX(-100%);
    transition: all 0.3s ease-in-out;
    overflow: auto;
}
.mobile-menu.open-menu {
    transform: none;
    transition: all 0.3s ease-in-out;
}
.mobile-menu .header-menu {
    padding: 20px 0;
    margin: 25px 0;
    list-style-type: none;
    border-top: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
}
.mobile-menu .header-menu li {
    margin-bottom: 15px;
}
.mobile-menu .header-menu li:last-child {
    margin-bottom: 0;
}
.mobile-menu .header-menu li a {
    color: #080808;
    font-size: 18px;
    font-weight: 500;
}
.mobile-menu .header-menu li.current-menu-item a {
    color: #60A4A5;
}
.mobile-bottom .mobile-contact {
    display: flex;
    margin-bottom: 15px;

    font-weight: 500;
}

@media (max-width: 1400px) {
    .custom-arrow {
        background: white;
        padding: 10px;
        width: 30px;
        height: 30px;
        z-index: 1;
        border-radius: 6px;
        box-shadow: 0px 4px 4px rgb(0 0 0 / 10%);
    }
    .custom-arrow.slick-prev {
        left: 5px;
    }
    .custom-arrow.slick-next {
        right: 5px;
    }
}

@media (max-width: 1280px) {
    img {
        max-width: 100%;
        height: auto;
    }
    header .header-menu li {
        padding: 0 10px;
    }
    .slider-main .slick-slide img {
        height: 768px;
        object-fit: cover;
    }

    .attraction-wrap {
        flex-wrap: wrap;
    }
    .attraction-wrap .attraction-left {
        width: 100%;
        margin-bottom: 30px;
    }
    .attraction-wrap .attraction-right {
        width: 100%;
    }
    .attraction-tabs {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }
    .attraction-tabs li:first-child .flag {
        display: none;
    }

    .restaurant-table tr td {
        display: block;
    }
    .menu-image {
        background: #c7dfdf;
        display: block;
        border-radius: 6px;
        margin: 20px 0;
        padding: 20px;
    }
    .menu-image img {
        margin: 0 auto;
        display: block;
    }
    .restaurant-btn {
        display: none;
    }
    .restaurant-btn.hidden {
        display: block;
        margin: 0 auto;
    }
}

@media (max-width: 1150px) {
    header .header-menu {
        display: none;
    }
    header .header-phone {
        margin: 0 20px 0 auto;    
    }
    .menu-btn {
        display: block;
    }

    .main-screen {
        padding: 180px 0 50px;
        min-height: auto;
        overflow: hidden;
    }
    .main-screen .intro-title {
        font-size: 50px;
        line-height: 1.2;
    }
    .main-screen .intro-text {
        font-size: 16px;
    }

    .booking-form {
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .booking-form .booking-group {
        width: 48.5%;
        padding: 10px 0 !important;
        border: none !important;
    }
    .booking-form .booking-group:not(:last-child) {
        border-bottom: 1px solid #e8e8e8 !important;
    }

    .rooms-list {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .rooms-list .room-card {
        width: 48.5%;
        flex-wrap: wrap;
    }
    .rooms-list .room-card img {
        width: 100%;
    }
    .rooms-list .room-card .room-info {
        flex-wrap: wrap;
    }
    .rooms-list .room-card .room-details {
        width: 100%;
        padding: 0;
        border: none;
    }
    .rooms-list .room-card .room-image {
        flex: 100% 0 0;
        width: 100%;
        margin: 0 0 20px;
    }
    .rooms-list .room-card .room-list {
        width: 100%;
        padding: 15px 0 0;
        margin: 0;
    }

    .contacts-wrap {
        flex-wrap: wrap;
    }
    .contact-left {
        margin-bottom: 25px;
    }
    .contact-left, .contact-right {
        width: 100%;
    }

    .reviews-list {
        margin: 0 -15px;
    }
    .reviews-list .review-item {
        padding: 15px;
    }

    .news-list .news-image:after {
        display: none;
    }
    .news-list .news-image img {
        height: auto;
    }

    .booking-form .error-message {
        position: static;
        box-shadow: none;
        text-align: left;
        border-radius: 0;
    }
}

@media (max-width: 1024px) {
    header .header-top {
        justify-content: flex-start;
    }
    .title {
        font-size: 30px;
    }
    .section-title {
        font-size: 30px;   
    }
    .about-title {
        font-size: 30px;
        line-height: 1.2;
    }
    .section-title span {
        padding-right: 0;
        border-right: none;
    }

    .slider-nav {
        display: none;
    }
    .main-screen .intro-text {
        margin: 10px 0 0;
        text-align: left;
    }

    .about-left {
        width: 100%;
    }
    .about-right {
        display: none;
    }
    .about-item {
        width: 33.3%;
        text-align: center;
    }

    .rooms-list .room-card .room-image:before {
        display: none;
    }

    .all-reviews {
        display: none;
    }

    .news-list .news-item {
        width: 50%;
    }
    
    footer .footer-top {
        flex-wrap: wrap;
    }
    footer .footer-logo {
        padding: 20px 0;
        border: none;
    }
    footer .footer-right {
        width: 100%;
        padding: 15px 0 0;
    }
    .footer-copyright {
        flex-wrap: wrap;
    }

    .attraction-tabs li {
        padding: 10px;
        margin-right: 10px;
        margin-bottom: 10px;
    }
    .news-tabs li {
        padding: 10px 12px;
    }
}

@media (max-width: 768px) {
    .gallery-list .gallery-item {
        width: 50%;
    }
    .reviews-list .review-item {
        width: 50%;
    }
    .attractions-list .attraction-item {
        width: 50%;
    }
    .siteup, .privacy, .copyright {
        margin-top: 15px;
    }

    .service-table {
        overflow-x: auto;
        display: block;
        width: fit-content;
        max-width: 100%;
        margin: 20px 0;
        float: none;
    }

    .news-list .news-item {
        width: 50%;
    }
}

@media (max-width: 600px) {
    .main-screen {
        padding-top: 150px;
    }
    .modal-form .modal-title {
        font-size: 20px;
    }
    .modal-form .modal-close {
        top: 23px;
    }
    section {
        padding: 20px 0;
    }
    .rooms-list .room-card {
        width: 100%;
    }
    .rooms-list .room-card .room-name {
        font-size: 20px;
    }

    .form-wrap .field-group {
        width: 100%;
    }
    .reviews-list .review-item {
        width: 100%;
    }
    .attractions-list .attraction-item {
        width: 100%;
    }
    .news-list .news-item {
        width: 100%;
    }
    .modal-form .modal-bottom {
        flex-wrap: wrap;
    }
    #booking-modal .modal-agreement {
        margin: 20px 0 0;
    }

    .banner-list {
        flex-wrap: wrap;
    }
    .banner-item {
        width: 100%;
        margin-bottom: 25px;
    }

    .btn {
        padding: 15px 20px;
    }

    .footer-menu {
        display: block;
        column-count: 2;
    }
    .footer-menu li {
        margin-bottom: 20px;
    }

    .contact-flex .contact-item:nth-child(2) {
        padding-left: 20px;   
    }
    .gallery-title {
        font-size: 20px;
    }

    .ui-datepicker {
        height: 100%;
        position: fixed !important;
        top: 0 !important;
        left: 0 !important;
        right: 0 !important;
        border-radius: 0;
        padding: 10px; 
    }
    .ui-datepicker .ui-state-default {
        width: 100%;
    }
    .ui-datepicker-multi-2 .ui-datepicker-group {
        width: 100%;
        float: none;
    }
    .modal-form, .rooms-list .room-card {
        padding: 20px;
    }
    .modal-form .form-wrap .field-group:nth-child(1) {
        order: -1;    
    }
    .modal-form .form-wrap .field-group:nth-child(3) {
        order: -1;    
    }
    .copyright {
        order: 2;
    }
    .modal-agreement br {
        display: none;
    }

    .reviews-btn {
        margin-top: 30px;
    }
}

@media (max-width: 450px) {
    header .header-phone {
        display: none;
    }
    .gallery-list .gallery-item {
        width: 100%;
    }
    .menu-btn {
        margin: 0 0 0 auto;
    }
}

@media (max-width: 425px) {
    .home header {
        background: white;
    }
    .slider-main {
        top: 94px;   
    }
    .slider-main .slick-slide img {
        height: 275px;
    }

    .booking-form {
        margin: 65px -15px 0;
        border-radius: 0;   
    }
    .main-screen .intro-title {
        font-size: 31px;
    }
    .main-screen .intro-text {
        margin-top: 10px;
    }
    .about-list {
        flex-wrap: wrap;
    }
    .about-item {
        width: 100%;
        border-bottom: 1px solid #e8e8e8;
        padding: 20px 0 !important;
    }
    .about-item:last-child {
       border-bottom: none;
    }
    .about-icon {
        border-bottom: none;
        padding-bottom: 0;
    }
    .booking-form .booking-group {
        width: 100%;
    }
    .booking-form .booking-group:nth-child(1) {
        width: 50%;
    }
    .booking-form .booking-group:nth-child(2) {
        width: 50%;
    }
    .booking-form .booking-group:nth-child(5) {
        border-bottom: none !important;
    }
    .header-logo {
        width: 130px;
    }
    #map {
        height: 250px;
    }
}

@media (max-width: 375px) {
    .contact-flex {
        flex-wrap: wrap;
    }
    .contact-item {
        width: 100%;
        padding: 0 !important;
        margin-bottom: 20px;
    }
}

@media (max-width: 320px) {
 
}