*{font-family: 'Visby CF';box-sizing: border-box;}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, img, ins, kbd, q, s, samp, small, sub, sup, tt, var, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video, input, textarea {
    margin: 0px;
    padding: 0px;
    border: 0px;
    vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    font-family: 'Visby CF';
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a {
    text-decoration: none
}

:focus {
    outline: 0
}

.clear {
    clear: both
}

img {
    max-width: 100%;
    height: auto;
}

.ty-wrapper {
    width: 100%;
    height: 100vh;
    display: table;
    background-color: #333;
}

.ty-vertical {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-size: 25px;
    color: #fff;
}
.pdn{padding: 70px 0px;}
.p1 {
    background: url(../images/bg.jpg)top left;
    background-size: cover;
    background-repeat: no-repeat;
}

.form-holder {
    text-align: center;
    width: 400px;
    position: fixed;
    right: 0px;
    bottom: 0px;
    top: 0px;
    box-sizing: border-box;
    padding: 30px 50px;
    background-color: #FDFDFD;
    height: 100%;
    display: table;
    z-index: 5;
    box-shadow: 0px 0px 15px rgb(0 0 0 / 15%);
}

.form-inner {
    display: table-cell;
    vertical-align: middle;
}

.form-title {
    color: #5B5D5F;
    text-align: center;
    font-size: 26px;
    padding-bottom: 10px;
    font-weight: bold;
}

.tel {
    width: 100%;
    display: inline-block;
    margin: 5px 0px 0;
}

.tel a {
    color: #333;
    font-size: 27px;
    padding: 5px 10px;
    display: inline-block;
    font-weight: 800;
    width: 200px;
}

.main-page {
    position: relative;
    width: calc(100% - 400px);
    display: inline-block;
    float: left;
}
.p1 img {
    width: 100%;
}
.container {
    width: 85%;
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
    padding: 0;
}
.hakkimizdaSect{
    width: 100%;
    background-color: #fff;
    /* border-radius: 20px; */
    /* position: absolute; */
    bottom: 100%;
    /* transform: translateY(50%); */
    padding: 50px 10%;
    /* box-shadow: 0px 10px 20px rgb(0 0 0 / 15%); */
    left: 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.hakkimizdaSect p {
    font-size: 1.1vw;
    text-align: center;
    margin-top: 25px;
    line-height: 1.4;
    font-weight: 500;
    color: #707070;
}
.hkSect {
    z-index: 2;
}
.p2{background: url(../images/bg-1.jpg) center;background-repeat: no-repeat;background-size: cover;/* padding-top: 200px; */box-shadow: 0px 0px 15px rgb(0 0 0 / 15%);}

.p2 figure{width: 50%;float: right;z-index: 1;position: relative;right: 0px;/* top: 50%; *//* transform: translateY(-50%); */bottom: 0px;display: flex;align-items: center;justify-content: flex-end;}
.p2 article{float:left;width: 45%;padding-right: 5%;position: absolute;z-index: 2;left: 0px;top: 0px;bottom: 0px;display: flex;flex-direction: column;align-items: flex-start;justify-content: center;}
.p2 article p:last-child{margin-bottom:0}
.p2 article h3{font-size:1.1vw;display:inline-block;width:100%;color:#686f7d}

.p2 p{font-size: 1.2vw;line-height: 1.4;font-weight: 400;color: #707070;margin-bottom:25px;width:100%;display:inline-block;}
.p2 p:last-child{margin-bottom:0}
.p2 .container {
    display: table;
}

.title2{width:100%;display:inline-block;margin-bottom:20px;text-align: left;font-weight: bold;}
.title2 span{display:inline-block;width:100%;font-size: 1.3vw;color: #A7A7A7;margin-bottom: 5px;}
.title2 h2{font-size: 2.2vw;display:inline-block;color: #707070;line-height: 1.1;}
.title2.center{text-align:center}

.tanitimFilmi {
    width: 100%;
    height: 600px;
    border-radius: 30px;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    position: relative;
    /* margin-top: 15px; */
    display: inline-block;
    box-shadow: 0px 0px 20px rgb(0 0 0 / 25%);
}

.tanitimFilmi a {
    display: inline-block;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
}

.tanitimFilmi::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background-color: rgb(114 114 114 / 55%);
    z-index: 0;
}

.tanitimFilmi i {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    width: 100px;
    transition: all .3s cubic-bezier(0.42, 0, 0.17, 1.04);
    margin-left: -50px;
    margin-top: -50px;
}

.tanitimFilmi a:Hover i {
    transform: scale(1.2);
}
.title{
    font-size: 1.5vw;
    font-weight: 300;
    margin-bottom: 30px;
    color: #707070;
    letter-spacing: 2px;
}
.title.center{text-align: center;}
.p4{background-image: url(../images/bg-2.jpg); background-size: cover; background-repeat: no-repeat; background-position: center;}
.title.white {
    color: #fff;
}

.p4 p {
    font-size: 1.2vw;
    text-align: center;
    font-weight: 400;
    color: #fff;
    line-height: 1.5;
}
.p5{background: url(../images/bg-1.jpg) center;background-repeat: no-repeat;background-size: cover;box-shadow: 0px 0px 15px rgb(0 0 0 / 15%);}
.map{width: 100%;height: 400px;border-radius: 30px;overflow: hidden;box-shadow: 0px 0px 15px rgb(0 0 0 / 15%);}
.map iframe{width: 100%; height: 100%;}
.social{/* width:100%; */float:left;margin-top:10px}
.social a{width:25px;float:left;margin-right:13px;display:block;transition:all ease-in-out .3s}
.social a:hover{opacity:.5}
.social a img{margin:0!important}
.contact {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 50px;
}

a.telefon {
    margin-top: 15px;
}

.contact p {
    font-size: 1.3vw;
    font-weight: 400;
}
.logo {
    width: 180px;
    margin: 0 auto 15px;
}

.ozellikList {
    width: 100%;
    display: grid;
    grid-template-columns: 33.33% 33.33% 33.33%;
}

.ozellikList li {
    width: 90%;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 20px 0px;
    box-shadow: 0px 0px 15px rgb(0 0 0 / 15%);
    border-radius: 25px;
    padding: 25px 10%;
    font-size: 1vw;
    font-weight: 500;
    color: #707070;
}

.ozellikList li img {
    margin-right: 15px;
    width: 60px;
}
.popupForm{width:70%;height:80vh;overflow-y:scroll;padding:30px;display:none;color:#5c5e60}
.popupForm h2,.popupForm h3,.popupForm p{margin-bottom:10px}
.popupForm ul{list-style-type:disc;margin-left:15px;margin-bottom:10px}

.iletisim-m{display: none;}

.slogan {
    position: absolute;
    left: 50%;
    top: 0px;
    transform: translateX(-50%);
}

.p1 .items {
    height: 100vh;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.s1 {
    width: 35%;
}

.galleryList {
    width: 100%;
    display: inline-block;
}

.galleryList li {
    position: relative;
    float: left;
    margin: 2%;
    border-radius: 30px;
    overflow: hidden;
    box-shadow: 0px 0px 20px rgb(0 0 0 / 25%);
    display: inline-block;
    height: 400px;
}

.galleryList li a {
    display: inline-block;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
}

.galleryList li:nth-child(1) {
    width: 58%;
}

.galleryList li:nth-child(2) {
    width: 34%;
    /* height: 400px; */
}

.galleryList li:nth-child(3) {
    width: 96%;
    height: 450px;
}
.hakkimizdaSect figure {
    width: 160px;
    margin: 0 auto;
}
.footerLogo {
    width: 180px;
    margin: 0 auto;
}