@media only screen and (max-width:1600px) {
    .tanitimFilmi {
        height: 450px;
    }
    .galleryList li {
        height: 300px;
    }
    
    .galleryList li:nth-child(3) {
        height: 390px;
    }
    .main-page {
        width: calc(100% - 350px);
    }
    
    .form-holder {
        width: 350px;
        padding: 30px;
    }
    
    .logo {
        width: 140px;
        margin-bottom: 5px;
    }
    .contactForm LI {
    margin-bottom: 8px;
    font-size: 10pt;
}

.contactForm .form-text {
    height: 40px;
}
}


@media only screen and (max-width:1575px) {
}

@media only screen and (max-width:1475px) {
}

@media only screen and (max-width:1375px) {
}

@media only screen and (max-width:1280px) {
}

@media only screen and (max-width:1100px) {
}

@media(min-width:769px) and (max-width:1100px) {
}

@media only screen and (max-width: 850px) {
.wrapper { background-size: 100%; position: relative; display: inline-block; width: 100%; min-height: inherit; right: 0px; }
.form-holder { position: relative; width: 100%; }
.form-inner { width: 300px; margin: 0 auto; display: table; }
.main-page{height: auto;width: 100%;}
main {
    overflow-x: hidden;
    width: 100%;
    position: relative;
}
    .logo {
    width: 140px;
    margin: 0 auto 20px;
    display: none;
}
.hakkimizdaSect {
    /* transform: translateY(110%); */
    padding: 30px 0;
}

.p2 {
    /* padding-top: 310px !important; */
}

.hakkimizdaSect figure {
    width: 120px;
}

.hakkimizdaSect p {
    font-size: 4vw;
    margin-top: 20px;
}

.pdn {
    padding: 30px 0px;
}

.p2 article {
    width: 100%;
    position: relative;
}

.p2 figure {
    width: 100%;
}

.title2 span {
    font-size: 5vw;
}

.title2 h2 {
    font-size: 7vw;
}

.p2 p {
    font-size: 4vw;
}
.title {
    font-size: 4vw;
    margin-bottom: 20px;
}

.tanitimFilmi {
    height: 250px;
}

.tanitimFilmi i {
    width: 60px;
    margin-left: -30px;
    margin-top: -30px;
}
.form-inner{width: 100%;}
.p4 p {
    font-size: 4vw;
}

.contact p {
    font-size: 4vw;
    text-align: center;
}
.map {
    height: 350px;
    border-radius: 20px;
}
.ozellikList {
    grid-template-columns: 100%;
}

.ozellikList li {
    padding: 15px 5%;
    width: 100%;
    margin: 7px 0px;
    font-size: 5vw;
}

.ozellikList li img {
    width: 35px;
}


.iletisim-m{position:fixed;width:100%;background: #5B5D5F;display:inline-block!important;box-sizing:border-box;bottom:-200px;z-index:999;transition:all .3s ease-in-out;left:0}
.iletisim-m.active{bottom:0;box-shadow:0 0 15px rgba(0,0,0,.2)}
.iletisim-m ul li{float:left;width:50%;font-size:22px;text-align:center;list-style:none}
.iletisim-m ul li i{display:block;box-sizing:border-box;width:27px;padding-bottom:0;display:inline-block;position:relative;margin-right:10px}
.iletisim-m ul li:nth-child(1){box-sizing:border-box;border-right:1px solid #fff}
.iletisim-m ul li:nth-child(2){box-sizing:border-box}
.iletisim-m ul li.form-icon{position:absolute;top:-25px;width:80px;left:50%;margin-left:-40px;text-align:center}
.iletisim-m ul li a{color:#fff;font-size:4vw;width:100%;padding:0;height:60px;display:flex;align-items:center;justify-content:center;padding:0 20px;box-sizing:border-box;font-weight:700}
.iletisim-m ul{width:100%;display:inline-block;float:left;padding:0;margin:0}
.iletisim-m ul li:first-child a{justify-content:flex-start}
.iletisim-m ul li.form-icon a{padding:0}
.iletisim-m ul li:nth-child(2) a{justify-content:flex-end}
.bottom {
    padding-bottom: 100px;
}
.p1 .items {
    height: auto;
    background-position: center bottom;
    background-image: url(../images/slider-m.jpg) !important;
}
.p1 .owl-item.active .items{
    -webkit-animation: MOVE-BG 14s infinite;
    animation: MOVE-BG 14s infinite;

}
.s1 {
    width: 95%;
    margin-top: 0%;
    position: relative;
    margin: 0 auto;
    left: 0px;
    transform: initial;
    padding-bottom: 65%;
}

figure.slogan.s2 {
    width: 100%;
    margin-top: 15%;
}
/*@-webkit-keyframes MOVE-BG{
    0%{background-position:0 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
    }*/
    figure.slogan.s2::before {
        content: "";
        position: absolute;
        left: 0px;
        bottom: 99%;
        right: 0px;
        height: 50%;
        background-color: #fff;
    }

    .galleryList li {
        height: 120px !important;
        border-radius: 20px;
    }
    
    .galleryList li:nth-child(1) {
        width: 55%;
    }
    
    .galleryList li:nth-child(2) {
        width: 37%;
    }
}

@media only screen and (max-width: 767px) {
}