@charset "utf-8";
/* CSS Document */

/******************************

[Table of Contents]

1. 1600px
2. 1440px
3. 1280px
4. 1199px
5. 1024px
6. 991px
7. 959px
8. 880px
9. 768px
10. 767px
11. 539px
12. 479px
13. 400px

******************************/

/************
1. 1600px
************/

@media only screen and (max-width: 1600px) {
    .cities_prev {
        left: -115px;
    }

    .cities_next {
        right: -115px;
    }
}

/************
2. 1440px
************/

@media only screen and (max-width: 1440px) {
    .search_arrow_box {
        left: 8px;
    }

    .search_arrow_box_inner img {
        width: 342px;
        height: auto;
    }

    .cities_prev {
        left: -78px;
    }

    .cities_next {
        right: -78px;
    }
}

/************
3. 1380px
************/

@media only screen and (max-width: 1380px) {
    .search_arrow_box {
        left: 31px;
    }

    .search_arrow_box_inner img {
        width: 322px;
    }
}

/************
3. 1280px
************/

@media only screen and (max-width: 1280px) {
    .home_slider_content_container {
        padding-top: calc(50vh - 21px);
    }

    .home_slider_content h1 {
        font-size: 72px;
    }

    .cities_prev {
        display: none !important;
    }

    .cities_next {
        display: none !important;
    }
}

/************
4. 1199px
************/

@media only screen and (max-width: 1199px) {
    .hero_box {
        padding-left: 20px;
    }

    .search_arrow_box {
        left: 0px;
    }

    .search_arrow_box_inner img {
        width: 302px;
    }

    .main_nav {
        margin-right: 0px;
    }

    .main_nav_item {
        margin-right: 33px;
    }

    .phone_home {
        padding-left: 31px;
        padding-right: 29px;
    }

    .phone_home span {
        font-size: 14px;
    }

    .workflow_rocket {
        width: 1020px;
    }

    .workflow_rocket img {
        width: 100%;
    }
}

/************
4. 1100px
************/

@media only screen and (max-width: 1100px) {}

/************
5. 1024px
************/

@media only screen and (max-width: 1024px) {
    ul.amenities{
        margin-left: 35px;
    }
    
    .btn-qs {
        float: right;
    }
}

/************
6. 991px
************/

@media only screen and (max-width: 991px) {
    .btn-qs {
        float: none;
    }

    .main_nav {
        display: none;
    }

    .phone_home {
        display: none;
    }

    .logo span {
        font-size: 20px;
    }

    .logo img {
        /*width: 60px;*/
    }

    .hamburger_container {
        display: block;
    }

    .home_slider_content_container {
        padding-top: calc(50vh - 16px);
    }

    .home_slider_content h1 {
        font-size: 56px;
    }

    .search_arrow_box {
        display: none;
    }

    .search_box_outer {
        position: relative;
        margin-top: -151px;
    }

    .search_box_title {
        width: 60%;
    }

    .search_box_container {
        padding-left: 30px;
        padding-right: 30px;
    }

    .dropdown_item_5 {
        width: 100%;
    }

    .dropdown_item_6 {
        width: calc(50% - 15px);
    }

    .dropdown_item_6:nth-child(even) {
        margin-left: 30px;
    }

    .dropdown_item {
        margin-left: 0px;
        margin-right: 0px;
    }

    .search_button {
        top: 0px;
        margin-top: 20px;
    }

    .search_features_container {
        margin-top: 26px;
    }

    .home_slider_nav {
        width: 50px;
        height: 51px;
        top: 45%;
    }

    .featured_card_col {
        margin-bottom: 80px;
    }

    .featured_card_col:last-child {
        margin-bottom: 0px;
    }

    .workflow_rocket {
        display: none;
    }

    .workflow_col {
        margin-bottom: 100px;
    }

    .workflow_col:last-child {
        margin-bottom: 0px;
    }

    .cta_1_phone {
        margin-left: 0px;
        margin-top: 30px;
    }

    .cta_1_phone {
        font-size: 14px;
    }

    .weekly_offer {
        height: auto;
    }

    .weekly_offer_image {
        position: relative;
        top: auto;
        left: auto;
        width: 100%;
        height: 220px;
        margin-top: 80px;
    }

    .footer_col {
        margin-bottom: 60px;
    }

    .footer_col:last-child {
        margin-bottom: 0px;
    }
}

/************
7. 959px
************/

@media only screen and (max-width: 959px) {}

/************
8. 880px
************/

@media only screen and (max-width: 880px) {}

/************
9. 768px
************/

@media only screen and (max-width: 768px) {
    ul.amenities{
        margin-left: 35px;
    }

    iframe {
        width: 100%;
        /*height: 50%;*/
    }

    li.active a {
        /* color: #fd784f; */
        color: #DA251C !important;
        border-bottom: 0px !important;
    }
    .whatsapp-no-dsk1 {
        font-size: 20px !important;
        padding-left: 0px !important;
    }
    .featured {
        padding-top: 30px;
        /* padding-bottom: 33px; */
    }
    .featured_row {
        padding-top: 30px;
    }
}

/************
10. 767px
************/

@media only screen and (max-width: 767px) {
    ul.amenities{
        margin-left: 35px;
    }

    .home_slider_nav {
        width: 51px;
        padding-right: 21px;
    }

    .weekly_offer_image {
        height: 162px;
    }
}

/************
11. 575px
************/

@media only screen and (max-width: 575px) {
    .footer .footer_col_title, .footer_col .row, .footer_useful_links, .contact_info_list {
        text-align: center;
    }
    
    .footer_about p.text-justify{
        text-align: center !important;
        padding: 0 20px;
    } 
    
    .contact_info_icon {
        margin-left: 20px;
        margin-right: 0px;
    }

    .section_title p.intro_text {
        margin: 0 20px 20px;
    }
    
    .home_slider_container {
        width: 100%;
        height: 100%;
        padding-top: 80px;
    }

    h3 {
        font-size: 20px;
    }

    p {
        font-size: 13px;
    }

    .header {
        height: 80px;
    }

    .header_container {
        height: 80px;
    }

    .header.scrolled {
        height: 70px;
    }

    .header.scrolled .header_container {
        height: 70px;
    }

    .logo img {
        width: 125px;
    }

    .logo span {
        font-size: 12px;
    }

    .menu_item a {
        font-size: 14px;
        line-height: 42px;
        text-align: center;
    }

    .home_slider_content_container {
        padding-top: calc(50vh - 10px);
    }

    .home_slider_content h1 {
        font-size: 32px;
    }

    .home_slider_nav {
        display: none !important;
    }

    .dropdown_item_6 {
        width: 100%;
    }

    .dropdown_item_6:nth-child(even) {
        margin-left: 0px;
    }

    .search_box_outer {
        margin-top: 151px;
    }

    .search_box_title {
        width: 100%;
    }

    .search_box_title_inner span {
        font-size: 14px;
    }

    .section_subtitle {
        font-size: 14px;
    }

    .card-title {
        margin-top: 11px;
    }

    .card-title a {
        font-size: 18px;
    }

    .card-text {
        margin-top: 13px;
        font-size: 13px;
    }

    .rooms {
        margin-top: 25px;
    }

    .room {
        margin-bottom: 11px;
    }

    .featured_card_price {
        font-size: 22px;
    }

    .testimonials_text {
        font-size: 16px;
    }

    .testimonials_slider .owl-dots {
        display: none !important;
    }

    .testimonials_item {
        padding-bottom: 0px;
    }

    .workflow_col {
        margin-bottom: 80px;
    }

    .workflow_image_background {
        width: 177px;
        height: 177px;
    }

    .workflow_circle_inner {
        width: 126px;
        height: 126px;
    }

    .workflow_num {
        width: 32px;
        height: 32px;
    }

    .workflow_num span {
        font-size: 12px;
        line-height: 32px;
    }

    .workflow_image {
        width: 33%;
    }

    .workflow_image img {
        width: 100%;
    }

    .workflow_item_content {
        margin-top: 41px;
    }

    .newsletter_email {
        height: 40px;
    }

    .newsletter_submit_btn {
        height: 40px;
        font-size: 12px;
    }

    .weekly_offer_image {
        height: calc((100vw - 30px) / 3.13);
        margin-top: 43px;
    }

    .weekly_offer_content {
        height: 40px;
    }

    .weekly_offer_icon {
        width: 54px;
    }

    .weekly_offer_icon img {
        width: 22px;
    }

    .weekly_offer_text {
        font-size: 12px;
        line-height: 40px;
        padding-left: 25px;
        padding-right: 25px;
    }

    .useful_links_item a {
        font-size: 13px;
    }
}

/************
11. 539px
************/

@media only screen and (max-width: 539px) {}

/************
12. 480px
************/

@media only screen and (max-width: 480px) {}

/************
13. 479px
************/

@media only screen and (max-width: 479px) {
    .home_slider_content h1 {
        font-size: 24px;
    }

    .search_box_title_inner span {
        font-size: 12px;
        margin-left: 15%;
    }

    .testimonials_text {
        font-size: 13px;
    }
}

/************
14. 400px
************/

@media only screen and (max-width: 373px) {
    .home {
        width: 100%;
        height: 75vh !important;
    }

    .sv-video {
            width: 100%;
            height: auto;
    }

    #galleryTab {
        margin-left: 35px !important;
    }
}

@media (min-width:374px) and (max-width: 375px) {
    .home {
        width: 100%;
        height: 83vh;
    }

    .sv-video {
            width: 100%;
            height: auto;
    }
}

@media (min-width:376px) and (max-width: 425px) {
    .home {
        width: 100%;
        height: 90vh;
    }

    .sv-video {
            width: 100%;
            height: auto;
    }
}


/*@media (min-width:426px) and (max-width: 575px) {
    .home {
        width: 100%;
        height: 83vh;
    }
}*/

@media (min-width:767px) and (max-width:768px) {
    .home {
        width: 100%;
        height: 155vh;
    }

    .sv-video {
            width: 100%;
            height: auto;
    }
}

@media (min-width:1023px) and (max-width:1024px) {
    .home {
        width: 100%;
        height: 190vh;
    }

    .sv-video {
        width: 470px;
        height: 535px;
        margin-top: -135px;
    }
}

@media (min-width:1439px) and (max-width:1440px) {
    .home {
        width: 100%;
        height: 225vh;
    }

    /*.sv-video {
        width: 630px;
        height: 550px;
        margin-top: -98px;
    }*/
}

@media (min-width:2559px) and (max-width:2560px) {
    .home {
        width: 100%;
        height: 210vh;
    }
}