@media (min-width: 992px) {
    .mobile-price{
        display: none !important;
    }
    .web-price{
        display: block !important;
    }


    .mobile_plan{
        display: none !important;
    }
    .mobile_plan2{
        display: none !important;
    }
    .web_plan{
        display: block !important;
    }

    #web-footer {
        display: block;
    }
    #mobile-footer {
        display: none;
    }



    


}






@media (max-width: 768px) {
    .project-item-full .img > .band{
        font-size: 1.4rem !important;
    }
  #map-container {
    height: 400px;
  }

  .tab-menu-nav
  {
    border-bottom: none !important;
  }

  .type-button {
    font-size: 13px;
    padding: 8px 14px;
  }





  

    /* Aktif butonu tamamen farklı göster (Görseldeki "Açıklamalar" başlığı gibi) */
    .tab-btn.active {
        color: #ffffff;
        background-color: #2a2b2a;
        border-left: 5px solid #ff8c00;
        
    }

    /* Mobil görünümde ::after elementini gizle */
    .tab-btn.active::after {
        display: none;
    }




    .tab-menu-nav {
        display: flex; 
    }

    .tab-btn {
        position: relative;
        padding-left: 15px;  
    }

    /* AKTİF OLMAYAN TAB */
    .tab-btn:not(.active) {
        background: #f7f7f7;
        border: 2px solid #e0e0e0;
    }

    /* Animasyonlu ok */
    .tab-btn:not(.active)::after {
        content: "›";
        position: absolute;
        right: 14px;
        top: 50%;
        transform: translateY(-50%);
        font-size: 22px;
        color: #f58220;
        animation: tabHint 1.4s ease-in-out infinite;
    }

    /* Aktif olanlarda animasyon yok */
    .tab-btn.active::after {
        content: "";
        animation: none;
    }

    @keyframes tabHint {
        0%   { transform: translateY(-50%) translateX(0); opacity: .5; }
        50%  { transform: translateY(-50%) translateX(6px); opacity: 1; }
        100% { transform: translateY(-50%) translateX(0); opacity: .5; }
    }
}

@media (max-width: 480px) {
  #map-container {
    height: 300px;
  }

  .type-button {
    font-size: 12px;
    padding: 6px 12px;
  }

  .category-buttons {
    gap: 5px;
  }
}

@media (min-width: 1441px) {
    .container{
        max-width: 1140px;
    }

    .container2{
        max-width: 1240px;
    }

}

@media (max-width: 1440px) {
    .container{
        max-width: 1040px;
    }

   

}


@media (max-width: 1199px) {
    .container{
        max-width: 940px;
    }
    .icon{
        font-size: 25px;
    }
    .mobile-news-title{
        margin-top: 20px;
    }
    .site-logo img {
        width: 140px;
    }
    .ftr-logo img {
        width: 140px;
    }
    html {
        font-size: var(--mobile-font-size);
    }
    .nav-links > .item:not(:last-child) {
        margin-right: 10px;
    }
    .main-banner {
        padding-top: calc(740 / 1920 * 100%);
    }
}


@media (min-width: 992px) {
    .mbl-nn {
        margin-bottom: 0 !important;
    }
    .project-top-bar > .left {
        width: 100% !important;
    }

    .web-none{
        display: none !important;
    }

    .web_slider{
        display: block !important;
    }
    .mobile_slider{
        display: none !important;
    }

    #mobile_page{
        display: none;
    }
    #web_page{
        display: block;
    }
      
}
@media (max-width: 991px) {

    .tab-menu-nav {
        flex-direction: column;
        border-bottom: none;
    }
    .project-tab-nav {
         display: flex !important;
        flex-direction: row !important;
        justify-content: space-around !important;
    }

    .tab-btn {
        text-align: left;
        border-bottom: 1px solid #eee; /* Dikey ayrım çizgisi */
        flex-grow: 0; /* Artık esnek değil, tam genişlikte olacak */
        width: 100%;
        padding-left: 15px;
    }

    /* Aktif butonu tamamen farklı göster (Görseldeki "Açıklamalar" başlığı gibi) */
    .tab-btn.active {
        color: #ffffff;
        background-color: #2a2b2a;
        border-left: 5px solid #ff8c00;
        
    }
    .project-tab-nav > .tab-btn {
        padding-left: 5px !important;
        margin-right: 2px !important;
        margin-left: 2px !important;
    } 
    .tab-content-mbl{
        padding: 0px !important;
    }
    /* Mobil görünümde ::after elementini gizle */
    .tab-btn.active::after {
        display: none;
    }


    .web-none > .left {
        justify-content: space-between !important;
    }
    .c-share{
        position: static !important;
    }    
    .c-share__input:checked ~ .c-share_options{
        min-width: 200px !important;
    width: 60% !important;
    }
    .no-padding {
        padding: 3px;
    }
    .feature-item{
        font-size: 16px; 
    }
    .new-feat{
        flex-direction: row !important;
    }
    .new-show{
        font-size: 14px !important;

    }
    .mobile-none{
        display: none !important;
    }
    .sidebar{
        height: auto !important;
    }

    .mobil-aaa{
        margin-top: 20px;
    }


    .cent-cent { 
        justify-content: center; 
    }
    .why-item { 
        min-height: 100px; 
    }


    .start_partner  {
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
        margin-left: 0px !important;
    }
    .start_partner h2 {
        text-align: center !important;
    }
    .start_partner p {
        text-align: center !important;
    }

    .start_partner-a {
        text-align: center !important;
        margin-top: 15px !important;
        margin-right: 0px !important;
    } 
    .navbar .container-fluid {
        overflow-x: auto;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch; /* iPhone kaydırma akıcılığı */
        scrollbar-width: none; /* Firefox için scrollbar'ı gizler */
        -ms-overflow-style: none;  /* Internet Explorer için scrollbar'ı gizler */
    }

    .navbar .container-fluid::-webkit-scrollbar {
        display: none; /* Chrome, Safari ve Edge için scrollbar'ı gizler */
    }

    .nav-tabs {
        flex-wrap: nowrap;
    }

    .nav-tabs .nav-item {
        flex: 0 0 auto;
    }
    #mobile_page{
        display: block;
    }
    #web_page{
        display: none;
    }
    .mobile-hidden {
/*        display: none !important;*/
    }
    .whatsapp-fixed {
        width: 40px;
        height: 40px;
        font-size: 26px;
        bottom: 80px;
    }
    .phone-fixed {
        width: 40px;
        height: 40px;
        font-size: 26px;
        bottom: 140px;
    }

    
    .web_slider{
        display: none !important;
    }
    .mobile_slider{
        display: block !important;
    }

    .main-banner { 
        padding-top: calc(1080 / 1920 * 100%) !important;
    }



    .swiper-pagination-bullet{
        width: 13px !important;
        height: 13px !important;
    }
    .head_button{
/*        border: 1px solid gray;*/
/*        background: none; */
    }
    .head_lang{
        border: 1px solid gray;
        padding: 6px 3px;
        border-radius: 4px;
    }
    #web-footer {
        display: none;
    }
    #mobile-footer {
        display: block;
    }
    .main-tour-content{
            padding: 10px;

    }
    .main-title{
        font-size: 2rem;
    }

    .new-slider-buttons { 
        left: 0px;
        width: 100%; 
    }

    .new-slider-buttons > div {

        min-width: 40px;
        height: 40px;
        font-size: 3rem;
    }


    .project-specs .item > .content > .desc{ 
        font-size: 0.8rem;
    } 
    .project-detail-box .pdb-content {  
        padding: 7px !important;
    }
    .project-detail-box {  
        padding: 7px;
    }
    .section-colored > .container > .row {
        flex-direction: column;
    }
    .mobile_plan{
        display: block !important;
    }
    .mobile_plan2{
        display: block !important;
    }
    .web_plan{
        display: none !important;
    }
    .project-top-bar .caption{
        font-size: 1.2rem;
    }
    .section-colored{
        padding: 0px;
    }
    .project-specs.alternate .item{
        padding: 5px;
        margin: 5px 0px;
    }
    .project-facilities .item{
        margin-bottom: 0px;
    }
    .project-specs .item{
        margin-bottom: 10px;
    }
    .container .row .col-lg-4{
        margin: 0px 0px;
    }
    .team-item > .img {
        width: 60% !important;
            padding-top: calc(1 / 1* 210px) !important;
    }
    .mobile-price{
        display: block !important;
    }
    .web-price{
        display: none !important;
    }

    .nav-links {
        display: none;
    }
    .mobile-menu-open {
        display: flex;
        justify-content: center;
        align-items: center;
        background: var(--main-color);
        min-width: 40px;
        height: 40px;
        font-size: 1.4rem;
        color: #fff !important;
        border-radius: var(--border-radius);
        border: none;
        margin-left: 10px;
    }
    .mobile-menu-close {
        display: inline-flex;
        justify-content: center;
        align-items: center;
        border: solid 1px var(--main-color);
        min-width: 40px;
        height: 40px;
        font-size: 1.4rem;
        color: var(--main-color2) !important;
        border-radius: var(--border-radius);
        background: none;
/*        margin-bottom: 20px;*/
    }
    .main-about-side {
        display: block;
        padding: 0;
    }
    .project-item.wide > .img {
        padding-top: calc(4 / 4 * 100%);
    }
    .main-banner-desc .title {
        font-size: 3rem;
    }
    .main-banner-desc .desc {
        font-size: 1.4rem;
    }
    .main-banner {
        padding-top: calc(900 / 1920 * 100%);
    }
    .main-slider-buttons {
/*        display: none;*/
        padding: 0 5px;
    }

    .main-slider-buttons > div { 
        min-width: 40px;
        height: 40px; 
        
        font-size: 3rem; 
    }
    .full-map {
        padding-top: calc(9/16*100%);
    }
    .team-item-full .team-item {
        border: none;
        border-bottom: solid 1px var(--border-color);
    }
    .page-table {
        overflow-x: auto;
    }
    .mobile-filter-content {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #fff;
        z-index: 1050;
        padding: 20px;
        padding-top: 60px;
        overflow-y: auto;
    }
    .mobile-filter-content.active {
        display: block;
    }
    .mobile-filter-close {
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        top: 20px;
        right: 20px;
        min-width: 30px;
        width: 30px;
        height: 30px;
        border-radius: var(--border-radius);
        background: var(--main-color);
        color: #fff;
        font-size: 1.2rem;
    }
    .project-item-full .content > .head {
/*        flex-direction: column;*/
    }
    .project-item-full .content > .head > .right {
        margin-top: 10px;
    }
    .project-item-full .content > .head .tag {
        margin-left: 0;
        margin-right: 5px;
        margin-bottom: 5px;
    }


    .ftrn-side.left {
        margin-bottom: 20px;
        text-align: left;
        background: var(--main-color2);
    }
    .ftrn-side.right {
        background: var(--main-color);
    }
    .ftrn-side.left .ftrn-box {
        justify-content: flex-start;
    }
    .ftrn-side.left .ftrn-contact {
        flex-direction: row;
    }
    .ftrn-side.left .ftrn-contact > i {
        margin-left: 0;
        margin-right: 10px;
    }
    .ftr-newsletter {
        background: #fff;
        padding: 0px;
    }

    .ftrn-desc {
        font-size: 1rem;
    }
    .ftrn-title {
        font-size: 1.5rem;
    }
    .ftrn-button{
        font-size: 1rem;
        height: 50px;   
    }


    .side-top-title {
        margin-top: 10px;
    }
    
}

@media (max-width: 767px) {
    .container{
        width: 96% !important;
    }
    .conhead{
        width: 100% !important;
    }
    .alert-success{ 
        left: 5% !important;
        width: 90% !important;
    } 
    .main-banner {
        padding-top: calc(1000 / 1920 * 100%);
    }
    .mobile-hidden{
/*        display: none;*/
    }
    .glow-btn > span {
/*        font-size: 0.8rem !important;*/
    }
    .top-w {
        top: 33% !important;
    }
}

@media (max-width: 575px) {
    .modal-dialog-centered{
            display: flex
;
    -ms-flex-align: center;
    min-height: calc(100% - 1rem);
    align-items: stretch;
    margin-top: 15px;
    }
    .footer-address {
        flex-direction: row !important; 
    }

    .main-banner {
        padding-top: calc(640 / 1920* 100%);
/*        padding-top: calc(1200 / 1920 * 100%);*/
    }
    .main-banner-desc .title {
        font-size: 1.5rem;
    }
    .main-banner-desc .desc {
        font-size: 1.1rem;
    }
    .full-map {
        padding-top: calc(3/4*100%);
    }

    .submit-btn-fixed > span  {
      font-size: 1.1rem;
    }


    .modal-content{
       /* margin: 5% !important;
        width: 90% !important;
                max-height: 500px;
        overflow-y: scroll;*/
    }
}
@media (max-width: 425px) {
    .ftr-bottom > .copy{
        font-size: 0.8rem;
    }
   
}
@media (max-width: 375px) {
    .ftr-bottom > .copy{
        font-size: 0.7rem;
    }

    .nav-top-flex > .right {
        width: 100%;
        min-width: 0;
    }

    .nav-top-flex > .right .head_lang {
        flex: 0 0 auto;
    }

    .nav-top-flex > .right .head_button {
        flex: 1 1 auto;
        min-width: 0;
        margin-left: 6px !important;
        padding: 0 8px !important;
    }

    .nav-top-flex > .right .head_button > span {
        width: 100%;
        max-width: 100%;
        font-size: 0.92rem !important;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .glow-btn > span > i {
        display: none !important;
    }
    .nav-lang > a {
        padding: 0px;
    }
   
}
@media (max-width: 320px) {
    .ftr-bottom > .copy{
        font-size: 0.6rem;
    }

    .nav-top-flex > .right .head_button {
        margin-left: 4px !important;
        padding: 0 6px !important;
    }

    .nav-top-flex > .right .head_button > span {
        font-size: 0.82rem !important;
    }

    .nav-top-flex > .right .head_lang {
        padding: 5px 2px;
    }

    .nav-top-flex > .right .head_lang .mobile-hidden {
        display: inline !important;
    }
}
