
@media only screen and (max-width: 1250px) {
    .search-select-container {
        flex: unset;
        width: 185px;
    }
}

@media only screen and (max-width: 1200px) {
    a.menu-logo {
        right: 49%;
        width: 215px;
        height: 120px;
    }
    .menu-link-container {
        gap: 1%;
        height: 60px;
    }
    .menu-link {
        font-size: 12px;
    }
    .mail-text, .whatsapp-text {
        font-size: 12px;
    }
    .menu-contact-container {
        gap: 20px;
        height: 60px;
    }
    .phone {
        height: 41px;
    }
    .phone-text {
        font-size: 12px;
    }
    .home-banner-img {
        width: 400px;
    }
    .prop-wrapper.prop-wrapper-noHome {
        grid-template-columns: repeat(2, 1fr);
    }
    .rent-about-container {
        gap: unset;
    }
    .about-us-wrapper-div-gol {
        display: none;
    }
    .container.container-rent-about-desctop {
        padding: 0;
    }
    .detaliu-img-container {
        width: calc(100% - 320px);
    }
    .detaliu-formContact-container {
        width: 300px;
    }
}

@media only screen and (max-width: 1000px) {
    .container-2 {
        padding: 0;
    }
    .container-padding {
        padding: 0;
    }
    .linie-header {
        display: block;
    }
    .menu-btn-container {
        position: relative;
        margin-right: 15px;
        margin-top: auto;
    }
    .menu-mobile-btn {
        display: inline-block;
        position: relative;
        z-index: 10000; 
        width: 35px;
        height: 30px;
        cursor: pointer;
    }
    .menu-contact-container {
        z-index: 1000;
    }
    a.menu-logo {
        position: unset;
        transform: unset;
        width: 110px;
        height: 63px;
        margin-right: auto;
        z-index: 1000;
    }
    body.sticky .header-container-sticky-in {
        height: 88px;
    }
    .header-container {
        flex-direction: row;
        align-items: center;
    }
    .bg-click {
        background-color: transparent;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 999;
    }
    .menu-link-container-wrapper {
        position: absolute;
        z-index: 1000;
        top: -21px;
        left: -30px;
        width: 400px;
        height: 500px;
        background-color: #fff;
        display: none;
        padding: 100px 0 0px 0;
        border-bottom: 1px solid #B08364;
    }
    .menu-link-wrapper {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        height: 100%;
    }
    .menu-link-container {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
        height: 100%;
        overflow-y: auto;
        /* height: unset; */
    }
    .MenuLine-modifi .MenuLine-1 {
        position: absolute;
        top: 13px;
        rotate: 45deg;
        transition: all .4s;
    }
    .MenuLine-modifi .MenuLine-2 {
        transition: all .4s;
    }
    .MenuLine-modifi .MenuLine-3 {
        
        position: absolute;
        top: 13px;
        rotate: -45deg;
        transition: all .4s;
    }
    .menu-link {
        font-size: 15px;
        padding: 10px;
        color: #B08364;
    }
    .menu-mobile-contact-container {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 10px;
        border-top: 1px solid #B08364;
        padding: 25px 0 20px 0;
    }
    .mobile-mail,
    .mobile-whatsapp {
        display: flex;
        align-items: center;
        flex-direction: row;
        gap: 10px;
    }
    .mobile-mail-img {
        background: url('/siteStorage/icons/mail-outline.svg') center no-repeat;
        width: 15px;
        height: 11px;
    }
    .mobile-whatsapp-img {
        background: url('/siteStorage/icons/whatsapp.svg') center no-repeat;
        width: 15px;
        height: 15px;
    }
    .mobile-mail-text,
    .mobile-whatsapp-text {
        font-size: 14px;
        font-weight: 400;
        color: #212121;
        font-family: 'Rubik';
    }
    .menu-contact-container {
        border-bottom: unset;
        margin-left: auto;
        order: 1;
    }
    .menu-contact-container > :last-child {
        margin-left: unset;
    }
    .mail,
    .whatsapp-text,
    .phone-text {
        display: none;
    }
    .whatsapp,
    .phone {
        padding: unset;
        width: 40px;
        height: 40px;
        display: flex;
        justify-content: center;
        background: #704324;
        border-radius: 5px;
    }
    .whatsapp-img {
        filter:
            invert(100%) sepia(0%)
            saturate(0%) hue-rotate(93deg)
            brightness(103%) contrast(103%);
    }
    .phone-img {
        width: 15px;
        height: 20px;
    }
    .whatsapp-img{
        width: 17px;
        height: 17px;
    }

    .home-banner-text {
        max-width: 510px;
        padding: 0 15px;
    }
    .home-banner {
        width: calc(100% - -60px);
        margin-left: -30px;
        border-radius: unset;
        flex-direction: column;
        align-content: center;
    }
    .home-banner-img {
        align-self: unset;
        width: 500px;
        /* height: 350px; */
        height: 0px;
        background-size: cover;
    }
    .search-home-container {
        width: calc(100% - -60px);
        margin-left: -30px;
        margin-top: -20px;
    }
    .see-all-btn {
        display: none;
    }
    .home-text-h2 {
        max-width: unset;
    }

    .small-banner {
        border-radius: 0;
        padding: 0 30px;
        width: calc(100% - -60px);
        height: 227px;
        margin-left: -30px;
        position: relative;
    }
    .small-banner-text {
        z-index: 1;
    }
    .small-banner-img {
        position: absolute;
        right: 30px;
        top: 0;
        /* bottom: 0; */
        height: 200px;
    }

    .rent-container {
        display: block;
        position: relative;
        /* margin-top: 60px; */
        margin-top: 50px;
    }
    .search-mobile-btn {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        background-color: #704324;
        position: absolute;
        /* top: -70px; */
        top: -76px;
        /* left: -30px;
        right: -30px; */
        left: -0px;
        right: -0px;
        padding: 17px 20px;
        border-radius: 10px;
        cursor: pointer;
    }
    .search-mobile-btn-text {
        color: #fff;
        font-size: 12px;
        font-family: 'Rubik';
        font-weight: 400;
        letter-spacing: 2px;
    }
    .search-mobile-btn-img {
        background: url('/siteStorage/icons/palnie.svg') center no-repeat;
        width: 18px;
        height: 18px;
        flex-shrink: 0;
    }
    .search-mobile-btn-bg {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        height: 100vh;
        background-color: rgb(0, 0, 0, 0.3);
        z-index: 10001;
    }
    .search-no-home-container {
        display: none;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        /* top: 0; */
        width: 100%;
        /* height: 100%; */
        background-color: #fff;
        z-index: 10002;
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0px;
    }
    .search-no-home-container .search-select-container {
        margin-bottom: 15px;
    }
    /* .search-no-home-container-items {
        height: 57vh;
        overflow-y: auto;
    } */
    /* .select2-container {
        z-index: 10003 !important;
    } */
    .search-no-home-p {
        display: inline-block;
        font-size: 18px;
        font-weight: 500;
        color: #000;
        text-align: center;
        width: 100%;
        padding: 10px 0px 20px;
    }
    .search-select-title {
        font-size: 13px;
        margin-bottom: 10px;
    }

    .info-container {
        flex-direction: column;
    }
    .info-container.type-img-left {
        flex-direction: column;
    }
    .info-text-container {
        max-width: 100%;
    }
    .info-img-m {
        width: calc(100% - -60px);
        /* height: calc(100vw - 66px); */
    }
    .title {
        font-size: 18px;
    }
    .text {
        font-size: 14px;
    }
    .button-btn {
        margin: 20px auto 0;
        width: 60%;
    }

    .info-container-mic-wrapper {
        grid-template-columns: repeat(1, 1fr);
    }
    .info-text-container-mic {
        max-width: 100%;
    }
    .info-img-mic {
        width: 50px;
        height: 50px;
    }

    .contact-container {
        flex-direction: column;
        row-gap: 30px;
    }
    .form-contact-container,
    .info-contact-wrapper {
        width: 100%;
        row-gap: 40px;
    }

    .detaliu-pret-data.desktop,
    .ap-location-adresa.desktop {
        display: none;
    }
    .detaliu-pret-data.mobile,
    .ap-location-adresa.mobile {
        display: block;
    }
    .detaliu-title-container {
        gap: 5px;
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: 10px;
    }
    .detaliu-pret-container {
        flex-direction: column;
        align-items: flex-start;
        gap: 7px;
    }
    .ap-location-container {
        justify-content: space-between;
    }
    .detaliu-formContact-open.is-closed {
        cursor: unset;
        pointer-events: none;
        opacity: .8;
    }
    .detaliu-formContact-open {
        display: flex;
        align-items: center;
        justify-content: center;
        background: #704324;
        width: 60%;
        height: 40px;
        margin: 0 auto;
        border-radius: 5px;
        color: #fff;
        font-size: 13px;
        font-family: 'Rubik';
        margin-bottom: 18px;
        cursor: pointer;
    }
    .page-location-container {
        margin: 0px 0 20px;
    }
    
    .detaliu-formContact-container {
        display: none;
    }
    .detaliu-img-container {
        width: 100%;
        height: 600px;
    }
    .detalii-generale-wrapper {
        overflow: unset;
        border: unset;
        padding: 0px 0px 0 0px;
    }
    .detalii-generale {
        margin-bottom: 20px;
        flex-direction: column;
        gap: 10px;
    }
    .detalii-info-wrapper-1,
    .detalii-info-wrapper-2 {
        width: 100%;
    }
    .detalii-generale-descriere {
        margin-bottom: 30px;
    }
    .mapp-prop-style {
        width: calc(100% - -60px);
        height: 400px;
        margin-left: -30px;
    }
    .detaliu-formContact-container {
        display: none;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        background-color: #fff;
        z-index: 10002;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }
    .detaliu-formContact-container .form-contact-container .contact-text-detaliu {
        margin: 20px 0;
    }
    .detaliu-formContact-container .contact-form {
        padding: 0 20px 30px 20px;
        height: 73vh;
        overflow-y: auto;
    }


    a.footer-logo {
        margin: 0 auto 50px;
    }
    .footer-mob-drop-wrapper {
        display: none;
        margin-bottom: 30px;
    }
    .footer-mob-drop {
        display: flex;
        flex-direction: column;
    }
    .footer-link-container {
        flex-direction: column;
    }
    .footer-link-col {
        width: 100%;
        gap: 0;
    }
    .footer-link-title {
        position: relative;
        margin-bottom: 20px;
    }
    .footer-link-title::after {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        background: url('/siteStorage/icons/ArrowDown.svg') center no-repeat;
        width: 20px;
        height: 20px;
    }
}

@media only screen and (max-width: 900px) {
    .prop-wrapper {
        grid-template-columns: repeat(2, 1fr);
    }
    .recommended-rent-prop .prop-container:last-child, 
    .recommended-sale-prop .prop-container:last-child {
        display: none;
    }
}

@media only screen and (max-width: 800px) {
    .about-us-wrapper {
        flex-direction: column;
        width: calc(100% - -60px);
        margin-left: -30px;
        margin-bottom: 30px;
        gap: 0;
    }
    .send-prop-container {
        width: 100%;
    }
    .about-us-container,
    .send-prop-container {
        border-radius: 0;
    }
    .send-prop-btn-container {
        justify-content: unset;
    }
    .prop-wrapper {
        margin-bottom: 35px;
    }
}

@media only screen and (max-width: 700px) {
    .search-home-container {
        flex-direction: column;
    }
    .search-select-container,
    .search-button {
        width: 100%;
    }
    .small-banner-text {
        width: 85%;
    }
    .detaliu-formContact-open {
        width: 100%;
    }
}

@media only screen and (max-width: 600px) {
    .prop-wrapper,
    .prop-wrapper.prop-wrapper-noHome {
        grid-template-columns: repeat(1, 1fr);
    }
    .home-banner-img {
        width: 300px;
    }
    .menu-link-container-wrapper {
        /* top: -20px;
        left: -15px; */
        width: 100vw;
        height: 100vh;
    }
    .menu-link-wrapper {
        height: calc(100% - 70px);
    }
    .search-select-title {
        font-size: 14px;
        margin-bottom: 10px;
    }
    .home-title-h2 {
        font-size: 20px;
    }
    .home-text-h2 {
        font-size: 13px;
    }
    .footer-link-container {
        padding: 30px 0px 25px 0px;
    }
    a.footer-logo {
        width: 160px;
        height: 87px;
    }
    .footer-bg-color {
        margin-top: 0;
    }

    .info-title-h3 {
        margin-bottom: 20px;
    }
    .title-mic {
        margin-bottom: 10px;
    }
    .info-container-mic {
        gap: 15px;
    }
    .info-img-mic {
        width: 40px;
        height: 40px;
    }
    .about-us-wrapper.about-us-wrapper-margin-bt {
        margin-bottom: 0px;
    }

    .contact-container {
        margin-bottom: 40px;
    }
    .contact-text {
        margin-bottom: 20px;
    }
    .field-two-col {
        flex-direction: column;
    }
    .field-two-col .field {
        width: 100%;
    }
    .AcceptTermeni {
        width: 100%;
        margin: 0px 0 26px;
    }
    
    .detaliu-img-container {
        /* height: calc(100vw - 66px); */
        height: 500px;
    }
}

@media only screen and (max-width: 500px) {
    .field textarea, .field input {
        font-size: 16px !important;
    }
    .container {
        padding: 0 15px;
    }
    .menu-link-container-wrapper {
        left: -15px;
    }
    .small-banner-text p {
        font-size: 13px;
    }
    .search-home-container,
    .about-us-wrapper,
    .mapp-prop-style {
        width: calc(100% - -30px);
        margin-left: -15px;
    } 
    .info-img-m {
        width: calc(100% - -30px);
    } 
    .search-home-container {      
        padding: 15px;
    }
    .about-us-container,
    .send-prop-container {
        padding: 25px 15px;
    }
    .send-prop-btn-container {
        flex-direction: column;
    }
    .about-us-btn,
    .send-prop-btn {
        width: 100%;
    }
    .search-mobile-btn {
        /* left: -15px;
        right: -15px; */
    }

    .button-btn {
        width: 100%;
    }
    
    .footer-rights, .footer-rights a {
        text-align: left;
        padding: 20px 0;
    }

    .termeni-text-container {
        gap: 14px;
    }
    .termeni-text-container .bullet {
        width: 12px;
        height: 12px;
    }
}