@media (min-width:1200px) {
    .filter-select {
        width: 20%;
        padding: 0px;
        margin-left: 5px;
        box-sizing: border-box;
    }

    swiper-container {
        width: 100%;
        height: 100%;
    }

    .sw-image {
        text-align: center;
        font-size: 18px;
        background: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .sw-image img {
        width: 100%;
        height: 700px;
        object-fit: fill;
    }

    swiper-container {
        width: 100%;
        height: 200px;
        margin-left: auto;
        margin-right: auto;
    }

    .sw-thumb {
        background-size: cover;
        background-position: center;
        margin-left: none;
        margin-right: none !important;
        width: 15% !important;
        height: auto;
    }

    .mySwiper,
    .mySwiper3 {
        height: 700px;
        width: 100%;
        object-fit: cover;
    }

    .mySwiper2,
    .mySwiper4 {
        box-sizing: border-box;
        padding: 10px 0;
    }

    .mySwiper2 swiper-slide,
    .mySwiper4 swiper-slide {
        width: 15%;
        height: 100%;
        opacity: 0.4;
    }

    .mySwiper2 .swiper-slide-thumb-active,
    .mySwiper4 .swiper-slide-thumb-active {
        opacity: 1;
    }

    .sw-thumb img {
        width: 100%;
        object-fit: cover;
    }

    .dropdown {
        position: relative;
        z-index: 1000;
        /* Diğer elementlerin üzerinde olmasını sağlamak için */
    }

    .fit-image {
        width: 100%;
        height: 100%;
        object-fit: cover;
        /* veya object-fit: contain; */
    }

    .swiper-slide img {
        width: 100% !important;
        object-fit: cover;
        height: -webkit-fill-available;
    }

    .virtualtour {
        width: 100%;
        height: 871px;
    }

    .project-details-card {
        padding: 3rem 8rem;
    }

    .project-details-card-icon {
        margin-bottom: 4rem;
        margin-top: 2rem;
    }

    .project-details-section {
        justify-content: center;
        flex-wrap: wrap;
        justify-content: space-around !important;
    }

    .video-iframe {
        width: 1575px;
        height: 871px;
    }

    #list-general {
        display: flex !important;
        flex-direction: column;
    }

    .layout-navbar {
        display: none !important;
        visibility: hidden !important;
    }
    .layout-page{
        padding-top: 0 !important;

    }
    .layout-navbar-fixed .layout-wrapper:not(.layout-horizontal) .layout-page:before{
        display: none !important;
        visibility: hidden !important;
    }
    .layout-navbar-fixed .layout-wrapper:not(.layout-horizontal):not(.layout-without-menu) .layout-page{
    padding-top: 0 !important;}

}



@media (max-width:768px) {
    .filter-select {
        width: 20%;
        padding: 0px;
        margin-left: 5px;
        box-sizing: border-box;
    }

    swiper-container {
        width: 100%;
        height: 100%;
    }

    .sw-image {
        text-align: center;
        font-size: 18px;
        background: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .sw-image img {
        width: 100%;
        height: 100px;
        object-fit: fill;
    }

    swiper-container {
        width: 100%;
        height: 100px;
        margin-left: auto;
        margin-right: auto;
    }

    .sw-thumb {
        background-size: cover;
        background-position: center;
        margin-left: none;
        margin-right: none !important;
        width: 30% !important;
    }
    #dropdownMenuButton{
        margin-top: 1% !important;
    }

    .mySwiper,
    .mySwiper3 {
        height: 250px;
        width: 100%;
        object-fit: cover;
    }

    .mySwiper2,
    .mySwiper4 {
        box-sizing: border-box;
        padding: 10px 0;
    }

    .mySwiper2 swiper-slide,
    .mySwiper4 swiper-slide {
        width: 15%;
        height: 100%;
        opacity: 0.4;
    }

    .mySwiper2 .swiper-slide-thumb-active,
    .mySwiper4 .swiper-slide-thumb-active {
        opacity: 1;
    }

    .sw-thumb img {
        width: 100%;
        height: 75px;
        object-fit: cover;
    }

    .dropdown {
        position: relative;
        z-index: 1000;
        /* Diğer elementlerin üzerinde olmasını sağlamak için */
    }

    .fit-image {
        width: 100%;
        height: 100%;
        object-fit: cover;
        /* veya object-fit: contain; */
    }

    .swiper-slide img {
        width: 100% !important;
        height: auto;
    }

    .swiper {
        height: auto;
        width: 100%;
    }

    .site-plans {
        display: flex;
        flex-direction: column-reverse;
    }

    .btn-xl,
    .btn-group-xl>.btn {
        --bs-btn-padding-y: 0.875rem;
        --bs-btn-padding-x: 1.75rem;
        --bs-btn-font-size: 1rem;
        --bs-btn-border-radius: 0.5rem;

    }

    .virtualtour {
        width: 100%;
        height: 500px;
    }

    .project-details-card {
        padding: 1rem 3rem;
    }

    .project-details-card-icon {
        margin-bottom: 1rem;
        margin-top: 1rem;
    }

    .project-details-section {
        justify-content: center;
        flex-direction: column;
        flex-wrap: nowrap !important;
    }

    .video-iframe {
        width: 100%;
        height: 350px;
    }
    .topbarx{
        padding-top: 100px !important;
    }
    
    .cy-maps{
        display: none;
    }
}