@media (min-width: 1200px) {
    .chooseFloorContainer {
        padding-block: 50px;
    }
}   

@media (min-width: 1600px){
    .chooseFloorContainer {
        padding-block: 80px;
    }

}





@media (min-width: 992px) {
    .desktop-building {
        display: block !important;
    }

    .mobile-building {
        display: none !important;
    }

    .chooseFloor {
        display: flex;
        flex-direction: column;
        justify-content: center;
        gap: 30px;
        height: 100dvh;
    }

    .fullscreen-ul li {
        width: 300px;
        font-size: 30px;
    }

    .navigation__nav .custom-container {
        height: calc(100vh - 180px);
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    .navigation__nav .socials {
        width: 300px;
    }


}

@media screen and (max-width: 992px) {

    .cursor {
        display: none !important;
    }
    .custom-container {
        margin-right: 20px;
        margin-left: 20px;
        width: calc(100% - 40px);

        flex-direction: column;
    }

    .header--nav ul {
        display: none !important;
    }

    .header--nav {
        align-items: center !important;
    }

    .navigation__nav .custom-container>div>img {
        display: none;
    }

    .navigation__nav {
        padding-top: 55px;
    }

    .fullscreen--bottomer {
        display: none;
    }

    .navigation__nav .custom-container {
        display: flex;
        flex-direction: column;
        height: 100%;
        padding-bottom: 30px;
    }

    .fullscreen-ul {
        gap: 40px;
    }

    .navigation__nav .gap-75 {
        margin-top: auto;
        gap: 30px;
        justify-content: space-between !important;
    }
    section.landing::before {
        background-position: left bottom;
        background-size: auto 60%;
    }

    .landing--pattern {
        display: none;
    }

    .landing--button {
        max-width: 100%;
    }

    .landing-logotype {
        margin-top: 130px;
        margin-bottom: 90px;
    }

    section.landing .h-100 .mt-auto {
        flex-direction: column;
        align-items: center !important;
        gap: 30px;
    }

    section.contact {
        min-height: 100vh;
        height: auto;
    }

    .contact__container {
        flex-direction: column;
        margin-top: 40px;
        gap: 20px;
        align-items: center;
    }

    .contact--form {
        width: 100%;
        gap: 20px;
    }

    .contact .credits {
        margin-top: 40px;
    }

    .contact--form button {
        margin-inline: auto;
    }

    .contact__container iframe {
        width: 100%;
    }

    .contact--adresses{
        width: 100%;
    }

    .about--smallflex {
        flex-direction: column;
        align-items: unset;
    }

    .about img {
        max-width: 100%;
    }

    .about--smallflex div.d-flex {
        padding: 0;
    }

    .about--bigflex {
        flex-direction: column-reverse;
        align-items: unset;
    }

    .about--bigflex p {
        padding: 0;
    }

    section.about>.custom-container {
        padding-top: 50px;
    }

    .company__info__container {
        margin-top: 50px;
        height: unset;
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .company__info {
        flex-direction: column;
        gap: 30px;
    }

    .company__info p {
        text-align: center;
    }

    .company--credits {
        flex-direction: column;
        align-items: center;
    }

    .company__info--item {
        gap: 10px;
    }

   /* .navigation__nav .header-button {
        margin-top: 30px !important;
    }*/

    .projects--left {
        max-width: 100%;
        width: 100%;
        padding-left: 15px;
        min-height: 100vh;

    }

    .s1-logo {
        display: none;
    }

    .projects .s1 {
        width: 100%;
        display: none;
    }

    section.projects>.projects--item {
        flex-direction: column;
    }

    .s1-pagination {
        top: 140px;
    }

    .projects .projects--left>.pe-90 {
        padding-right: 20px;
    }

    .projects .projects--left>.pe-90:last-of-type {
        margin-top: auto !important;

    }

    .projects .projects--left>.pe-90>a {
        width: calc(100% - 20px);
    }

    .projects--credit {
        flex-direction: column;
        align-items: center;
        gap: 15px;
    }

    .projects--left h1 {
        line-height: 18px;
        padding-bottom: 10px;
        flex-shrink: 0;
    }

    .apartment--left {
        padding-left: 20px;
        padding-block: 20px;
        max-width: 100%;
        min-height: 480px;
        height: auto;
    }

    .project--left-building {
        margin-left: 0 !important;
        width: 100% !important;
        height: auto;
        padding-right: 20px;

    }


    .apartment--right {

        padding-inline: 0;
        padding-top: 150px;
        padding-bottom: 50px;
        height: auto;
        min-height: auto;
    }

    .apartment .back {
        left: 20px;
    }

    .apartment .back i {
        font-size: 40px;
    }

    .apartment--img--cont {
        width: 100%;
    }

    .apartment--img {
        width: 100% !important;
        height: auto;
    }

    .apartment--left .pe-90.mt-auto {
        padding-right: 20px;
    }

    .header-button {
        display: unset !important;
    }

    .header-button+.language-switcher--container {
        display: none !important;
    }

    .project__inner--header {
        left: 50%;
        transform: translateX(-50%);
        width: 100%;
        text-align: center;
    }

    .sartulebi {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 20px;
        row-gap: 10px;
        margin-top: 40px;
    }

    .sartulebi li a {
        border: 1px solid #D8BA98;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 50px;
        border-radius: 5px;
        margin-bottom: 10px;
        font-size: 15px;
        color: #676767;
        padding: 10px;
        width: 140px;
        height: 50px;
        color: white;
    }

    section.project__inner {
        height: auto;
        min-height: 100vh;
    }

    .sartulebi li:first-child,
    .sartulebi li:last-child,
    .sartulebi li:nth-child(2) {
        display: none;
    }




    .scroll-on-mobile {
        overflow-x: scroll;
        position: relative;
        scrollbar-width: none;
        /* Firefox and other non-webkit browsers */
        -webkit-scrollbar-width: none;
        /* Webkit-based browsers */
        width: 100%;
        flex-shrink: 0;
    }

    .scroll-on-mobile::-webkit-scrollbar {
        width: 0.1em;
        /* You can adjust the width to control the scrollbar size */
    }

    .scroll-on-mobile::-webkit-scrollbar-thumb {
        background-color: transparent;
        /* Hide the scrollbar thumb */
    }

    .scroll-on-mobile h1 {
        position: fixed;
        left: 20px;
    }

    .map_container.map_floor {
        margin-left: 50px !important;
        margin-top: 100px !important;
    }
    .scroll-on-mobile .map_container.map_floor canvas{
        max-width: 100%;
    }
    .custom-container > .d-flex.h-100 > .gap-35{
        align-items: center;
    }
    .flex-smm-column{
        flex-direction: column;
        gap: 30px;
        align-items: center;
    }
    .sartuli--sartul{
        display: none;
    }

    .header--logo, .menu--logo {
        width: 50%;
    }
    .landingBtnsContainer{
        flex-direction: column;
        gap: 20px;
        align-items: flex-start;
    }

   /* .footerGrid{
        flex-direction: column;
        gap: 30px;
    }*/

 /*  footer{
       margin-block: 30px;
       position: static;
       transform: unset;
   }*/

    .building-section {
        flex-direction: row-reverse;
        justify-content: space-between;
        margin-top: auto;
        margin-bottom: 6vh;
    }

    .desktop-building {
        display: none !important;
    }

    .mobile-building {
        display: block !important;
    }

    .current__floor {
        font-size: 15px;
        letter-spacing: 4px;
    }
    .floor-indicator {
        min-height: 80px;
        margin-top: 50px;
    }
    #current-floor{
        font-size: 30px;
        width: 35px;
    }
    .floor-btn img{
        width: 15px;
    }
    .building-display {
        display: flex;
        justify-content: center;
      /*  margin-top: 30px;*/
    }

    header{
        overflow: hidden;
    }

    section.landing .custom-container::before {
        background-size: auto calc(100% - 50px - 52px);
        transform: translateY(calc(100% - 50px - 52px));
    }

    @keyframes revealBuilding {
        0% {
            opacity: 0;
            transform: translateY(calc(100% - 50px - 52px));
        }

        100% {
            opacity: 1;
            transform: translateY(0);
        }
    }


    /*choose apartment*/
    .apartments--grid{
        grid-template-columns: 1fr;
        gap: 20px;
    }
    .apartments--rangesContainer {
        justify-content: flex-start;
    }
    .apartments--filterHeader, .slider-category {
        font-size: 16px;
    }
   

    #selected-range-cost, #selected-range-size {
        font-size: 15px;
        left: -60px;
    }
    .header--secondary {
        margin-block: 20px;
    }

    .header-button__empty{
        display: none;
    }


        .apartment--footer {
            flex-direction: column;
            gap: 20px;
            height: auto;
        }
    .s2{
        padding-top: 40px;
    }
    .s2-swiper-pagination {
        left: 0 !important;
        right: unset !important;
    }
    .s2 .swiper-wrapper {
        align-items: center;
    }


    .s3.swiper-container {
        width: 100%;
        max-width: 100%;
    }

    .apartment--footer{
        margin-bottom: 0;
    }

        .apartment--footer .custom-container {
            gap: 20px;
            padding-block: 20px;
        }

    .download-pdf {
        top: unset;
        bottom: 0;
    }




    .innerApartment--sliderContainer {
        height: unset;
        min-height: unset;
    }

        .innerApartment--sliderContainer .swiper-slide img{
            height: auto;
            width: 80%;

            min-height: unset;
            max-height: unset;
        }

    .innerApartment--header {
        display: flex;
        flex-wrap: wrap;
        margin-top: 10px;
        gap: 10px;
        row-gap: 20px;
        justify-content: center;
    }

        .innerApartment--header > div {
            /*flex: 0 0 calc(33.333% - 7px);*/
            flex: 0 0 calc(50% - 6px);
        }

            .innerApartment--header > div:nth-child(4) {
                flex: 0 0 calc(33.333% - 12px);
                margin-left: auto;
            }

            /*.innerApartment--header > div:nth-child(5) {
                flex: 0 0 calc(33.333% - 12px);
                margin-right: auto;
                margin-left: 10px;
            }*/



    .innerApartment--header__label{
        font-size: 15px;
    }
    .innerApartment--header__value {
        font-size: 30px;
        gap: 10px;
    }

    .innerApartment--header__bottomItem .innerApartment--header__label {
        font-size: 12px;
    }
    .innerApartment--header__bottomItem .innerApartment--header__value {
        font-size: 20px;
    }

    .apartment--footer__item {
        flex: 1 1 100%;
    }
    .apartment--footer .container{
        padding-inline: 0;
        row-gap: 10px;
    }

    .about-slider .swiper-slide{
        transform: unset !important;
    }
    .about-slider{
        margin-top: 0;
        padding-block: 20px;
    }
        .about-slider .swiper-button-prev{
            left: 0;
        }
        .about-slider .swiper-button-next {
            right: 0;
        }


    .pill--num {
        font-size: 7px;
        padding: 3px 5px;
    }

    .pill--space {
        font-size: 6px;
        padding: 3px 5px;
    }

    .floor-label-wrap {
        gap: 2px;
    }

    .chooseFloor {
        height: 100dvh;
    }

    .apartment-compass {
        right: 50%;
        top: 0;
        transform: translate(50%,-75%);
        width: 50px;
    }


    .rangeslider--grid{
        flex-direction: column;
    }
    .rangeslider--container{
        width: 100%;
        gap: 10px;
    }
    #selected-range-size{
        margin-top: 0;
    }
}