@media (max-width: 1480px) {
    .navbar .menu_nav .nav-item.submenu ul {
        left: auto;
        right: 0;
    }
}

@media(max-width: 1199px) {}

/* Tablet breakpoint - page banner vertikalno ispod 1000px */
@media(max-width: 999px) {
    .hotel_booking_table {
        display: block !important;
        padding: 30px 15px;
    }

    .hotel_booking_table .col-md-3 {
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
        padding: 0;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .hotel_booking_table .col-md-9 {
        width: 100%;
        padding: 0;
        max-width: 100% !important;
        -ms-flex: 0 0 100% !important;
        flex: 0 0 100% !important;
    }

    .boking_table {
        margin-left: 0px;
    }

    .boking_table .row {
        margin: 0;
    }

    .boking_table .col-md-4 {
        margin-bottom: 0;
    }

    /* Hotel card responsive za tablet */
    .hotel-card {
        flex-direction: column;
        margin: 15px;
    }

    .hotel-image {
        flex: 0 0 auto;
        width: 100%;
        max-width: 100%;
        min-height: 250px;
        height: 250px;
    }

    .hotel-content {
        flex: 1;
        width: 100%;
        padding: 20px;
    }

    .hotel-content h1 {
        font-size: 1.5rem;
    }

    .hotel-content p {
        font-size: 0.95rem;
    }

    .hotel-button {
        width: 100%;
        text-align: center;
    }

    /* Rooms list responsive za tablet */
    .universal-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
        padding: 15px;
    }

    .card-image {
        height: 200px;
    }

    .card-specs {
        flex-wrap: wrap;
        gap: 8px;
    }

}

@media(max-width: 991px) {
    .navbar_fixed {
        top: 0 !important;
        -webkit-transform: translateY(0) !important;
        -ms-transform: translateY(0) !important;
        transform: translateY(0) !important;
        /* padding-top: 25px; */
    }

    .navbar-toggler {
        border: none;
        border-radius: 0px;
        padding: 0px;
        cursor: pointer;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .header_area .navbar-brand {
        padding-top: 0px;
    }

    .main_menu_inner {
        background: #000;
    }

    .navbar-toggler[aria-expanded="false"] span:nth-child(2) {
        opacity: 1;
    }

    .navbar-toggler[aria-expanded="true"] span:nth-child(2) {
        opacity: 0;
    }

    .navbar-toggler[aria-expanded="true"] span:first-child {
        transform: rotate(-45deg);
        position: relative;
        top: 7.5px;
    }

    .navbar-toggler[aria-expanded="true"] span:last-child {
        transform: rotate(45deg);
        bottom: 6px;
        position: relative;
    }

    .navbar-toggler span {
        display: block;
        width: 25px;
        height: 3px;
        background: #04091e;
        margin: auto;
        margin-bottom: 4px;
        transition: all 400ms linear;
        cursor: pointer;
    }

    .navbar .menu_nav .nav-item {
        z-index: 1;
    }

    .navbar .menu_nav .nav-item .nav-link {
        line-height: 36px;
        padding: 0px;
        position: relative;
    }

    .navbar .menu_nav .nav-item.dropdown:after {
        display: inline-block;
        content: "\e874";
        font-family: 'Linearicons-Free';
        font-size: 13px;
        color: #777777;
        top: 0px;
        height: 100%;
        line-height: 36px;
        border: 0px;
        position: absolute;
        right: 0px;
        z-index: -1;
    }

    .navbar .menu_nav .nav-item.dropdown.show:after,
    .navbar .menu_nav .nav-item.dropdown:focus:after {
        color: #52c5fd;
        outline: none;
    }

    .navbar .menu_nav .nav-item+li {
        margin-left: 0px;
    }

    .navbar-collapse {
        max-height: 288px;
        overflow-y: scroll;
    }

    .hotel_booking_table {
        padding: 28px 15px 15px;
    }

    .banner_area {
        display: block;
    }

    .banner_area .position {
        position: relative;
        background: #04091e;
        bottom: 0px;
    }

    .banner_area {
        min-height: 100%;
    }

    .banner_content {
        margin-top: 121px;
        margin-bottom: 161px;
    }

    .accomodation_area .row {
        max-width: 556px;
        margin: 0px auto -30px;
    }

    .about_content {
        padding-right: 0px;
    }

    .testimonial_slider .testimonial_item {
        padding: 25px 30px;
    }

    .footer-area .col-sm-6 {
        margin-bottom: 30px;
    }

    .footer-bottom {
        text-align: center;
    }

    .footer-bottom .footer-social {
        text-align: center;
        margin-top: 20px;
    }

    .blog_banner .banner_content {
        margin: 200px 0px 120px;
    }

    .categories_post img {
        width: 100%;
    }

    .blog_categorie_area .col-lg-4+.col-lg-4 {
        margin-top: 40px;
    }

    .blog_area {
        padding-bottom: 80px;
    }

    .single-post-area .blog_right_sidebar {
        margin-top: 30px;
    }

    .universal-card {
        flex-direction: column;
        max-width: 98vw;
    }

    .card-image {
        width: 100%;
        min-width: 100%;
        max-width: 100%;
    }

    .card-image img {
        height: 100%;
    }

    .about-content {
        width: 100%;
    }

    .snow-fest-section {
        width: 100%;
    }

    .cta-section {
        width: 100%;
    }
}

@media(max-width: 767px) {

    .page-cover-tittle {
        font-size: 28px;
        line-height: 38px;
    }

    .universal-grid {
        grid-template-columns: 1fr;
        gap: 20px;
        padding: 15px;
    }

    .about_content {
        padding-bottom: 50px;
    }

    .single-recent-blog-post {
        max-width: 360px;
        margin: 0px auto 30px;
    }

    .booking_table {
        height: fit-content;
        min-height: auto !important;
        flex-direction: column;
        margin-left: -0px;
    }

    .hero-img-wrapper {
        width: 90%;

        height: auto !important;
        padding-top: 0px;
        margin: 20px auto 0 auto;
    }

    .hero-img-wrapper img {
        width: 100%;
        height: auto !important;
        object-fit: contain;
    }

    .hero-content {
        width: 80%;
        margin-top: 100px;
        align-items: flex-start;
        height: fit-content;
        margin-left: 0px;
    }

    .hotel_booking_table {
        margin-top: 0;

    }

    .gallery_item img {
        max-width: 100%;
        width: 100%;
    }

    .blog_banner .banner_content h4 {
        font-size: 48px;
        line-height: 58px;
        margin-bottom: 20px;
    }

    .blog_info {
        text-align: left !important;
        padding-top: 0px;
        padding-bottom: 10px;
    }

    .blog_meta li {
        display: inline-block;
        width: calc(95%/ 2);
    }

    .single-post .blog_info {
        padding-top: 30px;
        padding-bottom: 0px;
    }

    .single-post-area .social-links {
        padding-left: 0px;
        margin-bottom: 0px;
    }

    .comment-form .email {
        margin-bottom: 0px;
    }

    .contact_form {
        margin-top: 30px;
    }

    .hotel-card {
        flex-direction: column;
        margin: 10px;
    }

    .hotel-image {
        flex: 0 0 auto;
        width: 100%;
        max-width: 100%;
        min-height: 220px;
        height: 220px;
    }

    .hotel-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .hotel-content {
        flex: 1;
        padding: 20px;
    }

    .hotel-content h1 {
        font-size: 1.4rem;
        margin-bottom: 12px;
    }

    .hotel-content p {
        font-size: 0.9rem;
        margin-bottom: 15px;
    }

    .hotel-button {
        width: 100%;
        padding: 12px;
    }

    .card-btn-yellow {
        max-width: 100%;
    }

    .card-image {
        height: 220px !important;
        min-height: 220px !important;
        width: 100% !important;
        display: block !important;
        position: relative;
    }

    .card-image img {
        height: 100% !important;
        width: 100% !important;
        object-fit: cover !important;
        display: block !important;
    }

    .content-container {
        width: 100%;
        padding: 0px 15px;
    }

    .room-right {
        padding: 0px;
    }

    .price-title {
        font-size: 16px;
    }

    .entry-image {
        margin-top: 131px;
    }
}

@media(max-width: 575px) {

    .section-container {
        padding: 0px 15px;
    }

    .banner_content h2 {
        font-size: 40px;
        line-height: 50px;
    }

    .banner_content p br {
        display: none;
    }

    .accomodation_area .row {
        max-width: 278px;
        margin: 0px auto -30px;
    }

    .section_gap {
        padding: 70px 0;
    }

    .section_title h2 {
        font-size: 26px;
        line-height: 36px;
    }

    .testimonial_slider .testimonial_item img {
        margin-right: 0px;
        margin-bottom: 15px;
    }

    .testimonial_slider .testimonial_item {
        display: block;
    }

    .header_area .container {
        padding: 0px;
    }

    .header-top .container {
        padding: 0px 15px;
    }

    .blog_banner .banner_content h4 {
        font-size: 36px;
        line-height: 46px;
    }

    .card-actions-row {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
    }

    .card-actions-row>* {
        width: 100%;
    }

}

@media(max-width: 480px) {
    .comments-area .comment-list.left-padding {
        padding-left: 5px;
    }

    .comments-area .thumb {
        margin-right: 5px;
    }

    .comments-area .btn-reply {
        padding: 0px 8px;
    }
}

/* Ski info responsive */
@media (max-width: 768px) {
    .ski-info-container {
        flex-direction: column;
        gap: 20px;
    }

    .ski-section-title {
        font-size: 15px;
        padding: 10px 0;
    }

    .ski-section-content {
        padding: 15px;
        font-size: 13px;
    }

    .payment_cancelation_policy {
        height: 400px;
        margin: 40px 0;
    }

    .payment-policy-content {
        height: 450px;
    }

    .payment-policy-content h2 {
        font-size: 36px;
        margin: 0 0 35px 0;
    }

    .arrow-down {
        font-size: 28px;
        margin: 30px 0;
        height: 110px;
    }

    .arrow-down>img {
        height: 100%;
    }

    .payment-policy-btn {
        padding: 12px 28px;
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    .payment_cancelation_policy {
        margin-bottom: 131px;
    }

    .payment-policy-content {
        padding: 20px;
    }

    .payment-policy-content h2 {
        font-size: 36px;
        margin: 0 0 25px 0;
    }

    .arrow-down {
        font-size: 24px;
        margin: 25px 0;
    }

    .payment-policy-btn {
        padding: 10px 20px;
        font-size: 13px;
    }
}