@media only screen and (max-width: 1680px) {
    .gallery .content .owl-carousel{
        margin-top: 5.563vw;
    }
    .gallery .content .owl-carousel .owl-stage-outer{
        height: calc(64vh - 1.042vw);
    }
    .gallery .content .owl-carousel .owl-dots{
        bottom: 7.604vw;
    }
    .gallery .content .owl-carousel .owl-nav{
        top: calc(45% - 1.719vw);
    }
}

@media only screen and (max-width: 1440px) {
    .gallery .content .owl-carousel{
        margin-top: 5.563vw;
    }
    .gallery .content .owl-carousel .owl-stage-outer{
        height: calc(64vh - 1.042vw);
    }
    .gallery .content .owl-carousel .owl-dots{
        bottom: 7.604vw;
    }
    .gallery .content .owl-carousel .owl-nav{
        top: calc(45% - 1.719vw);
    }
}

@media only screen and (max-width: 1366px) {
    .gallery .content .owl-carousel{
        margin-top: 1.563vw;
    }
    .gallery .content .owl-carousel .owl-stage-outer{
        height: calc(73vh - 1.042vw);
    }
    .gallery .content .owl-carousel .owl-dots{
        bottom: 2.604vw;
    }
    .gallery .content .owl-carousel .owl-nav{
        top: calc(50% - 1.719vw);
    }
    .logodiv {
    text-align: center;
    position: relative;
    bottom: 0;
    left: 0;
    right: 0;
    top: 90px;
}
.sarelogo {
    width: 100px;
}
}

@media only screen and (max-width: 1280px) {
    .gallery .content .owl-carousel{
        margin-top: 5.563vw;
    }
    .gallery .content .owl-carousel .owl-stage-outer{
        height: calc(64vh - 1.042vw);
    }
    .gallery .content .owl-carousel .owl-dots{
        bottom: 7.604vw;
    }
    .gallery .content .owl-carousel .owl-nav{
        top: calc(45% - 1.719vw);
    }
}

@media only screen and (max-width: 767px) {
    .header{
        width: 100%;
        height: 30px;
        z-index: 4;
    }
    .logodiv {
    text-align: center;
    position: relative;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0 !important;
}
    .header ul li{
        font-size: 14px;
        line-height: 30px;
        padding: 0 10px;
    }
    .box{
        width: 100%;
        float: none;
        height: auto;
    }
    .landing{
        height: 100%;
        background-image: url("../img/mobil-bg.jpg");
    }
    .landing .patlangac{
        width: 50.563vw;
        top: 63vw;
        right: 0;
        left: 0;
        margin: 0 auto;
    }
    .landing .soylem,
    .landing .logolar{
        display: none;
    }
    .landing .down{
        width: 32px;
    }
    .form{
        position: relative;
        height: auto;
        overflow: hidden;
        width: 100%;
        box-shadow: none;
    }
    .form form{
        display: block;
        padding: 0;
        width: 80%;
        margin: 0 auto;
    }
    .form form .logo{
        width: 70.4%;
        margin-top: 30px;
    }
    .form form .form-title{
        font-size: 20px;
        margin: 30px 0px;
    }
    .form form .phone{
        font-size: 30px;
        margin-bottom: 30px;
    }
    .form form input[type="text"],
    .form form input[type="number"],
    .form form input[type="email"]{
        font-size: 14px;
        margin-bottom: 30px;
        line-height: 30px;
    }
    .form form .form-desc{
        font-size: 13px;
        margin-bottom: 30px;
    }
    .form form .check-list .check{
        font-size: 20px;
    }
    .form form button{
        height: 40px;
        font-size: 20px;
        margin:30px 0;
    }
    .box{
        overflow: hidden;
    }
    .box .content .title{
        font-size: 30px;
        margin: 20px 0px;
        padding: 20px 0px;
    }
    .box .content .text{
        position: relative;
        width: 100%;
    }
    .box .content{
        width: 80%;
    }
    .about .content .text .text-title{
        font-size: 20px;
        margin-bottom: 30px;
    }
    .about .content .text p{
        font-size: 14px;
        margin-bottom: 20px;
        text-align: justify;
    }
    .gallery .content .slider-menu li{
        font-size: 16px;
        height: 40px;
        line-height: 40px;
        width: 50%;
        padding: 0;
        text-align: center;
    }
    .gallery .content .owl-carousel{
        height: auto;
    }
    .gallery .content .owl-carousel .owl-stage-outer{
        height: 140px;
    }
    .gallery .content .owl-carousel .owl-dots{
        position: relative;
        bottom: 0px;
        margin: 15px 0px;
    }
    .gallery .content .owl-carousel .owl-dots .owl-dot{
        height: 14px;
        width: 14px;
    }
    .gallery .content .owl-carousel .owl-dots .owl-dot::after{
        height: 7px;
        width: 7px;
        left: 3px;
        top: 3.5px;
    }
    .gallery .content .owl-carousel .owl-nav{
        top: calc(40% - 10px);
    }
    .gallery .content .owl-carousel .owl-nav .owl-prev img,
    .gallery .content .owl-carousel .owl-nav .owl-next img{
        width: 33px;
    }
    .contact{
        padding-bottom: 100px;
    }
    .contact .content .text ul li{
        font-size: 14px;
        margin-bottom: 20px;
    }
    .contact .content .text ul li img{
        width: 16px;
        margin-right: 20px;
    }
    .contact .content .map{
        position: relative;
        width: 100%;
        height: 300px;
        margin-bottom: 20px;
    }
    .mobile-bar{
        background: url("../img/mobile-bar.png") no-repeat;
        height: 216px;
        position: fixed;
        bottom: -110px;
        left: 0;
        right: 0;
        background-size: contain;
        z-index: 9999;
        display: block;
    }
    .mobile-bar .phone-btn{
        display: block;
        position: absolute;
        height: 53px;
        width: 53px;
        background: transparent;
        left: 18%;
        top: 17px;
    }
    .mobile-bar .yol-btn{
        display: block;
        position: absolute;
        height: 53px;
        width: 53px;
        background: transparent;
        right: 22%;
        top: 17px;
    }
    .mobile-bar .form-btn{
        display: block;
        position: absolute;
        height: 55px;
        width: 55px;
        background: transparent;
        right: 0;
        left: 0;
        top: 18px;
        margin: 0 auto;
    }
}