@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i&subset=latin-ext');

*{
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-decoration: none;
    outline: none;
    font-family: 'Open Sans', sans-serif;
}

html, body{
    height: 100%;
}

@font-face {
    font-family: 'ananda_blackregular';
    src: url('../fonts/ananda_black_personal_use-webfont.woff2') format('woff2'),
    url('../fonts/ananda_black_personal_use-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'anandaregular';
    src: url('../fonts/ananda_personal_use-webfont.woff2') format('woff2'),
    url('../fonts/ananda_personal_use-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
.slide{

    height: 96vh;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.logodiv {
    text-align: center;
    position: relative;
    bottom: 0;
    left: 0;
    right: 0;
}


.sarelogo {
    width: 100px;
}
.header{
    position: fixed;
    width: calc(80%);
    left: 0;
    top: 0;
    height: 50px;
    background-color: #0a6157;
    box-shadow: 0 0px 5px #ccc;
    z-index: 3;
}
.header2{
       position: absolute;
    width: 100%;
    left: 0;
    height: 2.396vw;
    background-color: #0a6157;
    box-shadow: 0 0px 5px #ccc;
    z-index: 2;
    right: 0;
    bottom: 0;
}
.header ul{
    width: 100%;
    text-align: center;
}
.header2 ul{
    width: 100%;
    text-align: center;
}
.header ul li{
    display: inline-block;
    line-height: 2.396vw;
    cursor: pointer;
    color: white;
    margin: 0 1.3vw;
    padding: 0 0.7vw;
    font-size: 1.250vw;
    font-weight: 600;
    height: 50px;
    display: inline-flex;
    align-items: center;
}

.header2 ul li{
    display: inline-block;
    line-height: 2.396vw;
    cursor: pointer;
    color: white;
    margin: 0 1.3vw;
    padding: 0 0.7vw;
    font-size: 1.250vw;
    font-weight: 600;
}
.header ul li.active{
    background-color: #de003f;
    color: #FFFFFF;
}

.form{
    display: table;
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100vh;
    width: 20%;
    background-image: url("../img/form-bg.png");
    background-size: 100% 100%;
    box-shadow: 0px 3px 10px #ccc;
    z-index: 3;
}
.form form{
    display: table-cell;
    width: calc(100% - 5.12vw);
    padding: 0 1.6vw;
    overflow: hidden;
    padding-top: 45px;
}
.form form .logo{
    width: 88.5%;
}
.form form .form-title{
        font-size: 19pt;
    text-align: center;
    font-weight: bold;
    color: 333333;
    margin: 2vw 0 1vw 0;
    color: #333333;
    font-family: 'Fira Sans Extra Condensed', sans-serif;
   
}
.form form .phone{
    font-size: 18pt;
    color: #333333;
    text-align: center;
    font-weight: bold;
    margin-bottom: 2.6vw;
    display: block;
    font-family: 'Fira Sans Extra Condensed', sans-serif;
}
.form form input[type="text"],
.form form input[type="number"],
.form form input[type="email"]{
    width: 100%;
    background-color: transparent;
    border:none;
    border-bottom: 2px solid #808081;
    text-indent: 10px;
    font-size: 13pt;
    font-weight: bold;
    color: #0a6157;
    margin-bottom: 2vw;
    line-height: 1.3vw;
    font-family: 'Fira Sans Extra Condensed', sans-serif;
}
.form form input[type="text"]::placeholder,
.form form input[type="number"]::placeholder,
.form form input[type="email"]::placeholder{
    color: #333333;
}
.form form input[type="text"]:focus,
.form form input[type="number"]:focus,
.form form input[type="email"]:focus{
    border-color: #0a6157;
    color: #0a6157;
}
.form form input[type="text"]:focus::placeholder,
.form form input[type="number"]:focus::placeholder,
.form form input[type="email"]:focus::placeholder{
    color: #333333;
}
.form form input[type="number"]::-webkit-inner-spin-button,
.form form input[type="number"]::-webkit-outer-spin-button{
    -webkit-appearance: none;
    margin: 0;
}
.form form .form-desc{
     font-family: 'Fira Sans Extra Condensed', sans-serif;
    font-size: 13pt;
    text-align: center;
    color: #333333;
    margin-bottom: 1.5vw;
    margin-top: 50px;
}
.form form .check-list {
    margin-bottom: 2.6vw;
    overflow: hidden;
    text-align: center;
}
.contact-details{
    bottom: 150px;
    position: absolute;
    right: 0px;
    left: 14%;
}
.form form .check-list .check {
    margin: 0 5%;
    display: inline-flex;
    align-items: center;
    text-align: center;
    cursor: pointer;
    color: #353535;
    text-indent: 5px;
    font-size: 22pt;
    font-family: 'Fira Sans Extra Condensed', sans-serif;
}
.form form .check-list .check * {
    display: inline-block; }
.form form .check-list .check input {
    position: absolute;
    visibility: hidden;
}
.form form .check-list .check input + .box {
    background: url("../img/check.png");
    width: 24px;
    height: 24px;
    background-size: 100% 100%;
}
.form form .check-list .check input:checked + .box {
    background: url("../img/checked.png");
    background-size: 100% 100%;
}
.flower {
    position: absolute;
    left: -190px;
    top: -5px;
}
.form form button{
    font-family: 'Fira Sans Extra Condensed', sans-serif;
    width: 235px;
    background-color: white;
    color: #333333;
    font-size: 18pt;
    font-weight: bold;
    padding: 8px 0px;
    border: none;
    cursor: pointer;
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
}
.form form button:hover{
    background-color: #0a6157;
    color:white;
}
.box{
    width: 80%;
    float: left;
    clear: both;
    position: relative;
    height: calc(100vh - 46px);
    background-color: #898989 !important;
}
.box .content{
    width: 96%;
   
    position: relative;
}
.box .content .title{
    font-size: 86px;
    font-family: Agency FB;
    color: #de003f;
    position: absolute;
    left: 122px;
    top: 57px;
    z-index: 2;
}
.landing{
    background-image: url("../img/bg.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin-top: 46px;
}
.landing .soylem{
    position: absolute;
    top: 7.8vw;
    left: 18vw;
    width: 42vw;
}
.landing .patlangac{
    width: 16.563vw;
    position: absolute;
    top: 11.5vw;
    right: 1.5vw;
}
.landing .logolar{
    position: absolute;
    bottom: 0.78vw;
    left: 0;
    width: 49.635vw;
}
.landing .down {
    width: 2.333vw;
    position: absolute;
    bottom: 1.042vw;
    right: 45px;
    cursor: pointer;
}
.about{
    background-image: url("../img/about-bg.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.harita {
    height: 450px;
}
.about .content .text{
    color: #555555;
    position: absolute;
    right: 96px;
    width: calc(60% - 96px);
    margin-top: 120px;
}
.about .content .text .text-title{
    font-size: 2.604vw;
    margin-bottom: 1.563vw;
    color: #626262;
}
.about .content .text p{
    font-size: 1.250vw;
    margin-bottom: 1.823vw;
    color: #626262;
}
.about .content .about-img{
   position: absolute;
    left: 61px;
    width: 492.75px;
    top:172px;
   
    
}
.gallery{
    background-image: url("../img/gallery-bg.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: flex;
    align-items: center;
}
.gallery .content .slider-menu{
    width: 100%;
    text-align: center;
    
}

.gallery-title{
    top: -100px !important;
}
.sec4child{
    width: 350px !important;
    height: 630px !important; 
}
.sec4child::-webkit-scrollbar {
    width: 18px;
    height: 18px;
}

.sec4child::-webkit-scrollbar-button {
    width: 0px;
    height: 0px;
}
.gal{
    display: flex;margin-right: 50px;
}
.gals{
    display: flex;margin: 0px 115px;
}

.sec4child::-webkit-scrollbar-thumb {
    background: #7accc8;
    border: 0px none #707070;
    border-radius: 50px;
    -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    float: left;
}

.sec4child::-webkit-scrollbar-thumb:hover {
    background: #7accc8;
}

.sec4child::-webkit-scrollbar-thumb:active {
    background: #7accc8;
}

.sec4child::-webkit-scrollbar-track {
    background: white;
    border-radius: 50px;
}

.sec4child::-webkit-scrollbar-track:hover {
    background: white;
}

.sec4child::-webkit-scrollbar-track:active {
    background: white;
}

.sec4child::-webkit-scrollbar-corner {
    background: transparent;
}


.gallery-sublist ul img:first-child{
    margin-top: 0px;
}

.gallery-sublist ul{height:200px; width:18%;}
.gallery-sublist ul{overflow:hidden; overflow-y:scroll; direction: rtl;}

.gallery-subitem {
    width: 300px;
    height: 200px;
    margin-top: 20px;
        border: 4px solid white;
    border-radius: 10px;
     direction: ltr;
}
.gallery .content .slider-menu li{
    display: inline-block;
    background-color: #5d874c;
    font-size: 1.771vw;
    color: #ffffff;
    padding: 0 1.302vw;
    height: 2.604vw;
    line-height: 2.604vw;
    cursor: pointer;
}
.gallery .content .slider-menu li.active{
    background-color: #69b74a;
}
.gallery .content .owl-carousel{
    height: 73vh;
    overflow: hidden;
    margin-top: 1.563vw;
    display: none;
}
.gallery .content .owl-carousel .owl-stage-outer{
    height: calc(73vh - 1.042vw);
    border: 0.521vw solid #fff;
}
.gallery .content .owl-carousel .owl-nav{
    position: absolute;
    top: calc(50% - 1.719vw);
    width: 100%;
    height: 0;
}
.gallery .content .owl-carousel .owl-nav .owl-next{
    float: right;
}
.gallery .content .owl-carousel .owl-nav .owl-prev,
.gallery .content .owl-carousel .owl-nav .owl-next{
    margin: 0 2.344vw;
}
.gallery .content .owl-carousel .owl-nav .owl-prev img,
.gallery .content .owl-carousel .owl-nav .owl-next img{
    width: 3.438vw;
}
.gallery .content .owl-carousel .owl-dots{
    position: absolute;
    bottom: 2.604vw;
    width: 100%;
    text-align: center;
}
.gallery .content .owl-carousel .owl-dots .owl-dot{
    display: inline-block;
    height: 1.042vw;
    width: 1.042vw;
    background-color: #ffffff;
    border-radius: 100%;
    margin: 5px;
    position: relative;
}
.gallery .content .owl-carousel .owl-dots .owl-dot::after{
    display: block;
    position: absolute;
    content: '';
    width: 0.521vw;
    height: 0.521vw;
    border-radius: 100%;
    background-color: #ffffff;
    left: 0.260vw;
    bottom: 0.260vw;
}
.gallery .content .owl-carousel .owl-dots .owl-dot.active::after{
    background-color: #5d874c;
}
.menu2{
    margin-right: 56%;
}
.contact{
    background-image: url("../img/contact-bg.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.contact .content .text{
   
    position: absolute;
    margin-top: 25px;

}

.contact .content .text ul li{
    font-size: 27px;
    margin-bottom: 2.604vw;
    color: #555555;
}
.contact .content .text ul li img{
    width: 1.719vw;
    margin-right: 12px;
    float: left;
}
li.tel{
    font-weight: bold;
    display: flex;
    align-items: center;
    font-color : black;
}
li.loc{
    display: flex;
    align-items: center;
    padding-top: 10px;
}
.contact .content .text ul li a{
    color: #626262;
}
.contact .content .map{
 position: absolute;
    border: 3px solid #ffffff;
    left: 12%;
    width: 76%;
    top: 170px;
    border-radius: 19px;
    overflow: hidden;
}
.contact .content .map iframe{
   
    width: 100%;
}

.mobile-bar{
    display: none;
}
.contact-details li img {
    margin-right:  10px;
}

.sosyal-text {
    width: 26%;
    height: auto;
    background-color: rgba(0, 0, 0, 0.7);
    color: white;
    padding: 15px;
    position: absolute;
    z-index: 2;
    top: 18%;
    left: 8.5%;
}
