@media (min-width: 1700px) {

}

@media (max-width: 1700px) and (min-width: 1500px) {
    .content-container{
        width: 80vw !important;
    }
}

@media (max-width: 1500px) and (min-width: 1280px) {
    .content-container{
        width: 90vw !important;
    }
}

@media (max-width: 1280px) and (min-width: 991px) {

}

@media (max-width: 991px) and (min-width: 720px) {

}

@media (max-width: 720px) and (min-width: 560px) {

}

@media (max-width: 560px) {

}

/*Max Treshoolds*/
@media (max-width: 1700px){}
@media (max-width: 1500px){
    ul.our-document li{
        padding: 0;
    }
    .block-list-2-content .right-side{
        padding-top: 25px;
        padding-bottom: 25px;
    }
    .block-list-2-content .left-side,
    .block-list-2-content .right-side{
        max-height: 80svh;
    }
}
@media (max-width: 1400px){
    .mitto-slider-area .item .title{
        font-size: 6em;
    }
    .mitto-slider-area .item .slide-text{
        font-size: 1em;
    }
}
@media(max-width: 1300px){
    .mitto-slider-area .item .title{
        font-size: 4em;
    }
    .mitto-slider-area .item .slide-text{
        font-size: 1em;
    }

}
@media (max-width: 1279px){
    .content-container{
        width: 95vw !important;
    }
    .index-project-navigators .sentence{
        font-size: 0.8em !important;
    }
    .product-box .bg{
        width: 100%;
    }
    .product-box .contents{
        color: WHITE;
    }
    .product-box .icon img{
        filter: invert(1);
    }
    .services-cover{
        height: 280px;
    }

    .services-mobile-cover{
        display: flex !important;
        height: 280px;
        overflow:hidden;
        transition: all 0.5s ease-in-out;
        background-size: cover !important;
        background-position: center !important;
        background-repeat: no-repeat !important;
        max-height: 0;
        position: relative;
    }
    .open .services-mobile-cover{
        max-height: 280px;
    }
    .services-mobile-cover > a{
        display: block;
        position: absolute !important;
        width: 50%;
        left: 25%;
        height: 60px;
        top:calc(50% - 30px);
        z-index: 10;
    }
    .services-mobile-cover::after{
        content:'';
        position: absolute;
        left: 0;
        width: 100%;
        height: 100%;
        top: 0;
        background:linear-gradient(45deg, black, transparent);
        mix-blend-mode: multiply;
    }
    .block-list-2-content > .container-fluid{
        max-height: 80svh;
        overflow-y: scroll;
    }
    .block-list-2-content .left-side,
    .block-list-2-content .right-side{
        max-height: fit-content !important;
        height: fit-content !important;
    }
}
@media (max-width: 1200px) {
    .map-section .map-bg-area{
        background-size: 130% auto;
        background-repeat: no-repeat;
        background-position: top center;
        height: 100%;
        top: 0;
    }
    .map-section .map-bg-area::after{
        background: linear-gradient(to top, var(--clr1_1) 50%, transparent);
    }
    ul.our-document{
        flex-wrap: wrap;
    }
    footer, footer > *{
        text-align: center;
        align-items: center;
        justify-content: center;
    }
    footer .footer-social ul{
        justify-content: center;
    }
    footer .footer-social ul .list-inline-item{
        margin-left: 10px !important;
        margin-right: 10px !important;
    }
    footer .footer-social{
        padding: 25px !important;
    }
    .mitto-slider-area{
        height: 80svh !important;
    }
    .mitto-slider-area video{
        height: 100% !important;
        --widt:calc(calc(100svh * 1280) / 720);
        width: var(--widt);
        left: calc(1 * calc(calc(100vw - var(--widt)) / 2));
    }
    .mitto-slider-area .item .slide-text{
        font-size: 1.3em;
        width: 90% !important;
        max-width: 90% !important;
    }
    .mitto-slider-area .noktalar{
        position: absolute;
        bottom: 0;
        left: 0;
    }
    .page-breadcrumb-area{
        background-size: cover !important;
        background-repeat: no-repeat !important;
        background-position: center !important;
        height: fit-content !important;
        min-height: fit-content !important;
    }
    .page-breadcrumb-area .content-column{

        height: fit-content !important;
        min-height: 30svh !important;
        padding: 130px 10px !important;
    }
    .page-breadcrumb-area .content-container{
        height: fit-content !important;
        min-height: fit-content !important;
    }
}
@media (max-width: 991px){
    .index-projects .item .label-2{
        top: 15px !important;
        left: 15px !important;
    }
    footer .footer-social{
        position: relative;
        width: 100%;
        padding: 30px;
        padding-left: 0;
    }
    .head-blocks .content {

        padding-left: 10px;
        padding-right: 10px;
        line-height: 1em;
    }
    .labels .label.label-2{
        left:-5px;
        top: -10px;
    }
    .labels .label.label-3{
        right: -5px;
        bottom: -10px;
    }
    .main-slider .item{
        height: 50vh !important;
    }
    .main-slider .item h2{
        font-size: 2em;
    }
    .main-slider-navigator .block.navigate-arrows a:last-child{
        margin-left: unset !important;
    }
    .main-slider .item h1{
        font-size: 2em !important;
    }
    .content-container{
        width: 90vw !important;
    }
    header.desctop,
    header.desctop-2
    {
        display: none !important;
    }
    header.mobile{
        display: flex;
    }
    .main-slider-area{
        background-size: cover !important;
    }
    .page-wrapper{
        margin-top: 90px;
        transition: transform 0.3s ease-in-out;
    }
    body.open-menu .page-wrapper{
        transform: translateX(-100vw);
    }
    .section-title{
        font-size: 1.2em;
    }
    .promo-2 .numbers .sub-head{
        font-size: 1.4em !important;
    }
    .big-triangle-1 {
        padding-bottom: 34px !important;
        clip-path: polygon(0% 0%, 100% 0%, 100% 95%, 50% 100%, 0% 95%);
        margin-bottom: -122px;
    }
    ul.our-document{
        justify-content: space-evenly;
        overflow: visible;
    }
    ul.our-document li{
        margin-top: 25px;

    }

}
@media (max-width: 768px){}
@media (max-width: 560px){
    .block-list-2-content .close-btn {
        padding: 5px 10px !important;
        font-size: 1em !important;
        right: calc(50% - 25px) !important;
        bottom: 6vh !important;
    }
}
/*Min Treshoolds*/

@media (min-width: 1700px){}
@media (min-width: 1560px){}
@media (min-width: 1281px){
    .services-mobile-cover{
        display: none !important;
    }

}
@media (min-width: 992px){
    header.mobile{
        display: none;
    }
    header.desctop,
    header.desctop-2
    {
        display: flex;
    }
    nav.mobile{
        display: none !important;
    }


}
@media (min-width: 768px){}
@media (min-width: 560px){}