/* navbar */

@media(max-width: 1100px) {
    #img_logo {
    scale: 0.9;
   }

   .logo_wrap {
    display: flex;
    justify-content: center;
    text-align: center;
   }

   #img_logo {
        display: none;

   }

   .nav-item {
    display: grid;
    justify-content: center;
    text-align: center;
   }

   #div_header_img {
    display: block;
    /* margin-top: -30px; */
   }

   #div_room_search {
    display: none;
   }

   .div_cta_buttons {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
   }

   #header_logo {
    display: block;
    margin: 10px;
   }

   #div_cta_block {
        display: block;
        background-color: rgba(0, 0, 0, 0.222);
        padding: 14px;
        border-radius: 4px;
   }

   .div_img_wrapper {
    display: flex;
    text-align: center;
    align-items: center;
    flex-direction: column;
    }

    #div_header_img {
        display: flex;
        justify-content: center;
        height: 800px;
    }

    .button_cta {
        margin: 0;
        margin-top: 50px;
    }

    .div_cta_buttons a {
        display: flex;
        justify-content: center;
    }

    .div_address{
        display: contents;
        font-size: 0.8rem;
    }

    .div_phone_number{
        margin-top: 22px;
        font-size: 0.8rem;

    }


    .div_contacts {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .div_messengers {
        display: contents;
    }

    .div_messengers img {
        margin: 0;
        margin-top: 28px;
        scale: 0.6;
        
    }

    .div_room_item_common {
        display: flex !important;
        flex-direction: column-reverse !important;
        margin-top: 40px !important;
    }

    .div_slider_wrapper {
        width: 100% !important;
    }

    .div_desc_details {
        display: flex !important;
        flex-direction: column !important;
    }

    .div_make_reserve {
        margin: 0 !important;
    }

    .div_room_desc {
        margin: 0;
        margin-top: 16px;
    }

    .div_in_room {
        margin: 24px;
    }

    .popup {
        width: 100%;
        height: 70%;
        top: 10px;
        transform: translate(-50%, 0%);
    }

    #img_feedback {
        width: 300px;
    }

    #div_feedback_container {
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    #div_feedback_form {
        width: 300px;
       
    }

    #form_feedback_form {
        width: 250px;
    }

    #form_feedback_form input {
        max-width: 250px;
    }

    #form_feedback_form textArea {
        max-width: 250px;
    }

    .div_feeback_entity {
        width: 100%;
    }


}












