/*Ipad and phone*/
@media (max-width: 1000px) {
    .sss-block .light-button {
        padding: 10px 21px;
    }
    p{
        line-height: 22px;
    }
    .hamburger{
        display: block;
    }
    .full-slider  h1{
        font-size: 30px;
    }
    .full-slider .slider-content .text-content span{
        font-size: 20px;
    }
    .full-slider h2{
        font-size: 30px;
    }
    header .menu{
    display: none;
    height: 300px;
   }   
   header .logo img , footer .left img{
    width: 130px!important;
   }
   .c-fixed-button,.full-slider .slider-content::before{
    display: none;
   }
   .full-slider img{  
        height: 300px;
   }
   .slider-content img{
    
   }
   .full-slider .slider-content .text-content{
    position: relative;
    top: 0;
    left: 0;
    right: initial;
    width: 100%;
   }
   .full-slider .slider-content{
    position: absolute;
    top: initial;
    width: 100%;
    line-height: 4px;
    bottom: 12%;
    left: 15px;
   }
   .full-slider .owl-nav{
    top: 32%;
   }
   .cars-gallery .owl-nav{
    width: 40%;
   }
   .cars-gallery img{
    width: 205px!important;
    text-align: center;
    display: inline-block!important;
   }
   
   footer .left , footer .right{
    width: 100%;
   }
   footer .right{
    margin-top: 1rem;
   }
   footer .footer-item{
    width: 50%;
   }
   footer .footer-title{
    font-size: 14px;
    margin: 15px 0;
   }
   footer .menu a{
    font-size: 12px;
   }
   .filter-car-select , .car-lists ,.car-lists .car-wrapper::before{
    width: 100%;
   }
   .car-lists{
    margin-top: 1rem;
   }
   .filter-wrapper{
    display: none;
   }
   
   .filter-wrapper.js-active{
    display: block;
   }
   .filter-car-select input ,.technical-information .accordion-item{
    width: 100%;
   }
   .car-lists .car-item{
    padding: 0;
   }
   .car-lists .engine-types{
    width: auto;
   }
   .car-info{
    margin-top: 1rem;
   }
   .car-lists .car-info .title ,.car-lists .car-offer p ,.accordion .accordion-top .accordion-title{
    font-size: 16px;
   }
   .car-offer{
    text-align: center;
   }
   .car-lists .car-wrapper{
    padding: 25px;
   }
   .technical-information .accordion-title::before ,.technical-information .accordion-title::after{
    opacity: 0;
   }
   .subpage-content .content-text{
    padding-left: 0;
   }

}



/* Phone */
@media (max-width:576px){
    footer input{
        width: 75%;
       }
    
       footer .social-area-item{
        width: 100%;
       }
}

/*Ipad Pro*/
@media (min-width: 1024px) {
    .full-slider  h1 ,.full-slider h2{
        font-size: 35px;
    }
    .full-slider .slider-content .text-content span{
        font-size: 30px;
    }
    .full-slider .c-button{
        margin-top: 5px;
        border: 1px solid #fff;
        padding: 3px 22px;
    }
}


/*xl Laptop*/
@media (min-width:1400px){
    .full-slider  h1 ,.full-slider h2{
        font-size: 50px;
    }
    .full-slider .slider-content .text-content span{
        font-size: 25px;
    }
    .full-slider .c-button{
        margin-top: 35px;
        border: none!important;
        padding: 13px 22px;
    }
    .full-slider .owl-dots{
        bottom: 3%;
    }
}

/*xxl 1920 Monitor*/
@media (min-width:1920px){
    .full-slider  h1 ,.full-slider h2{
        font-size: 65px;
    }
    .full-slider .slider-content .text-content span{
        font-size: 35px;
    }
    .full-slider .c-button{
        margin-top: 35px;
    }
}
@media screen and (max-width: 1000%){

    .nav:not(:first-child){display: none;}
  .nav.logo {
    float: right;
    display: block;
  }
}
}

@media screen and (max-width: 80%){

    .nav:not(:first-child){display: none;}
  .nav.logo {
    float: right;
    display: block;
  }
}
}
@media screen and (max-width: 600px) {
  .nav.responsive {position: relative;}
  .nav.responsive nav.logo {
    position: absolute;
    right: 0;
    top: 0;
  } 
  .nav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
    .full-slider .c-button {
        margin-top: 15px;
    }
}

@media (max-width: 600px) {
    .full-slider .c-button {
        margin-top: 15px;
    }
    .full-slider .owl-carousel .owl-item .slider-content img {
        position: absolute;
        left: -260px;
        bottom: -148px;
        opacity: 0.6;
        display: block;
    }
    .service-item {
        min-height: 320px;
    }
    .c-fixed-button--whatsaap, .c-fixed-button--destek{
        display: block;
        padding: 12px;
    }
    .c-fixed-button--whatsaap span, .c-fixed-button--destek span{
        display: none;
    }
    .c-fixed-button--destek{
        right: 30px;
    }
}