@font-face {
    font-family: Autography;
    src: url(../../../file/font/Autography.otf);
}


html{ scroll-behavior: smooth; }
body{ background-color: inherit; font-family: 'Poppins', sans-serif;  }



.section{ margin-top: 75px; margin-bottom: 75px; }



/* MENU */
.menu-icon{ width: 60px; margin-left: auto; cursor: pointer; padding: 15px 15px 10px 15px; transition: .2s; margin-right: -12px; }
.menu-icon:hover{ background-color: #000; }
.menu-icon > div{ height: 2px; margin-bottom: 3px; background-color: #1e92bc; transition: .2s;  }
.menu-icon > div:nth-child(2){ margin-right: 5px; }
.menu-icon > div:nth-child(3){ margin-right: 10px; }
.menu-icon > span{ font-size: 12px; color: #fff; transition: .2s; }
.menu-icon > div:last-child{ margin-bottom: 0; }



/* OFFCANVAS */
#offcanvasMenu{  }
#offcanvasMenu .logo-wrapper{ margin-bottom: 100px; }
#offcanvasMenu .logo{  }
#offcanvasMenu .link-group{ margin-bottom: 2rem; }
#offcanvasMenu .link-group .header{ margin-bottom: .5rem; }
#offcanvasMenu .link-group a{ color: rgba(255,255,255,0.7); transition: .2s; }
#offcanvasMenu .link-group a:hover{ color: rgba(255,255,255,1); text-decoration: none; }
#offcanvasMenu .link-group a .num{ color: #bda54c; }
#offcanvasMenu a.big{ font-size: 1.25rem; font-weight: 300; color: rgba(255,255,255,0.8); margin-bottom: 5px; transition: .2s; }
#offcanvasMenu a.big:before{ content: ''; width: 30px; height: 2px; background-color: #1e92bc; display: inline-block; vertical-align: middle; margin-right: 10px; }
#offcanvasMenu a.big.no-select{ cursor: default; }
#offcanvasMenu a.big.no-select:hover{ color: rgba(255,255,255,0.8);  }
#offcanvasMenu a.big:hover{ text-decoration: none; color: #FFF; }
#offcanvasMenu a.small:before{ content: ''; width: 10px; height: 2px; background-color: #1e92bc; display: inline-block; vertical-align: middle; margin-right: 10px; margin-left: 20px; }

/* CHROME SCROLL */
::-webkit-scrollbar { height: 10px; width: 10px; background: transparent; }
::-webkit-scrollbar-thumb { background: #333; -webkit-border-radius: 20ex;
    /*-webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.75);*/
}
::-webkit-scrollbar-corner { /*background: #000;*/ }
/* /CHROME SCROLL */


/* HEADER */
#header{ z-index: 2; height: 134px;}
#header .logo-wrapper{}
#header .logo-wrapper .logo{ margin-top: 25px; width: 289px; height: 200px; filter: brightness(1.8); }
#header .right-wrapper{ display: flex; align-items: center; }
#header .right-wrapper .item{ margin-right: 50px; display: flex; }
#header .right-wrapper .item .title{ color: #FFF; font-weight: 400; margin-right: 10px;}
#header .right-wrapper .item .title:before{ content: ''; display: inline-block; vertical-align: middle; width: 30px; height: 2px; margin-right: 10px; background-color: #1e92bc; }
#header .right-wrapper .item .content{ color:#fff; font-weight: 600; }
#header .right-wrapper .item.last{ margin-right: 75px; }
#header .right-wrapper .menu-icon{ margin-right: 40px; }


/* NAVBAR INNER */
.navbar-inner{ margin-bottom: 1rem;}
.navbar-inner .navbar-nav{ }
.navbar-inner .seperator{ width: 1px; height: 40%; background-color: #666; }
.navbar-inner .nav-item:last-child .seperator:last-child{ display: none; }
.navbar-inner .nav-item{ background-color: #c2c2c2; display: flex; align-items: center; }
.navbar-inner .nav-link{ font-weight: 400; font-size: 16px; transition: .2s; }
.navbar-inner .nav-link:hover{ background-color: #1e92bc; text-decoration: none; color: #FFF !important; }
.navbar-inner .nav-item:first-child .nav-link{  }
.navbar-inner .nav-item:first-child .nav-link:hover{ text-decoration: none; }
.navbar-inner .nav-link{ background-color: #ededed; padding-top: 8px; padding-bottom: 8px; padding-left: 20px !important; padding-right: 20px !important; }
.navbar-inner .nav-link.active{ background-color: #1e92bc; color: #FFFFFF !important; }


/* PAGE WRAPPER */
.page-wrapper{ }
.page-wrapper .banner .carousel-wrapper{  }
.page-wrapper .banner .carousel.slide{ height: 400px;  }
.page-wrapper .banner .carousel.slide .carousel-inner{ height: 100%; }
.page-wrapper .banner .carousel.slide .carousel-item{ height: 100%; position: relative;  }
.page-wrapper .banner .carousel.slide .carousel-item img{
    height: 100%; width: auto; object-fit: cover;
}
.page-wrapper .banner .carousel.slide .inner-flex{
    position: absolute; left: 0;  top: 0; width: 100%; height: 100%; display: flex;
    align-items: center; padding: 0 15rem; background: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.1));
}
.page-wrapper .banner .carousel.slide .carousel-item .carousel-caption{
    position: static; margin: auto auto 3rem auto; text-shadow: 2px 2px 2px rgba(0,0,0,0.7);
}
.page-wrapper .banner .carousel.slide .carousel-item .carousel-caption h2{}
.page-wrapper .banner .carousel.slide .carousel-item .carousel-caption p{ margin: 1px auto; font-size: 3rem; font-weight: bold; }
.page-header{ margin-top: 5rem; margin-bottom: 3rem; color: #484846; font-weight: 500; }
.page-header:before{ content: ''; width: 140px; height: 1px; background-color: #1e92bc; display: inline-block; vertical-align: middle; margin-right: 10px; }
.page-content{ font-size: 22px; color: #484846; }
/* PAGE WRAPPER */




/* MAIN */
#main{ margin-top: -134px; }




/* FOOTER */
#footer{ background-color: #dadada; }



/* INTRO MODAL */
#intro-modal .modal-body{ padding: 0; line-height: 0; }
#intro-modal .modal-header{ padding: .5rem 1rem; /*background-color: #312F31;*/ }




/* WRAPPER-1 */
.wrapper-1{}
.wrapper-1 .content-wrapper{ padding-left: 30px; }
.wrapper-1 .content-wrapper .group{ margin-bottom: 30px; }
.wrapper-1 .content-wrapper .group .num{ color: #bda54c; font-size: 36px; font-weight: 300; line-height: 1; }
.wrapper-1 .content-wrapper .group h2{ color: #fff; margin-top: 0; }
.wrapper-1 .content-wrapper .group .text{ color: #fff; }
.wrapper-1 .content-wrapper .group .about-text{ padding-right: 1.5rem; text-align: justify; }
.wrapper-1 .image-wrapper{ }
.wrapper-1 .image-wrapper img{ height: 100%; object-fit: cover; image-rendering: -webkit-optimize-contrast; }




/* WRAPPER-2 */
.wrapper-2{ }
.wrapper-2 li img{ height: 700px; object-fit: cover; }
.wrapper-2 .curtain{
    position: absolute; left: 0; top: 0; height: 100%; width: 100%; padding: 15px; display: block;
    text-decoration: none;
}
.wrapper-2 .curtain:hover .curtain-inner{ background: rgba(30, 146, 188, 0); }
.wrapper-2 .curtain-inner{
    height: 100%; width: 100%; display: flex; align-items: end; background: rgba(97, 185, 217, 1);
    mix-blend-mode: multiply; transition: .2s;
}
.wrapper-2 li .caption{
    position: absolute; left: 0; top: 0; display: flex; align-items: end; padding: 25px; width: 100%; height: 100%;
}
.wrapper-2 li .caption .title{ margin: 0; font-weight: 200;}
.wrapper-2 .icon-wrapper{
    position: absolute; top: 25px; right: 25px; padding: 15px; background-color: #EEE; height: 50px; width: 50px; display: flex; justify-content: center; align-items: center;
    border-radius: 50%; opacity: 0; transition: .2s;
}
.wrapper-2 .icon-wrapper i{ color: #1e92bc; }
.wrapper-2 .curtain:hover .icon-wrapper{ opacity: 1; }


/* WRAPPER-3 */
.wrapper-3{ position: relative; background-size: cover; background-position-y: 100%; background-position-x: center; /*border-width: 5px 0 5px 0; border-color: #343434; border-style: solid;*/  }
.wrapper-3 .curtain{ height: 100%; width: 100%; position: absolute; left: 0; top: 0; background-color: rgba(255,255,255,0.7); z-index: 1; }
.wrapper-3 .wrapper-inner{ position: relative; z-index: 2; }
.wrapper-3 .item{ text-align: center; padding: 70px 0; }
.wrapper-3 .item .description{ font-size: 14px; }
.wrapper-3 .item .title{ margin: 15px 0 80px 0; margin-top: 10px; font-size: 26px; }
.wrapper-3 .item .icon-wrapper{ }
.wrapper-3 .item .icon-wrapper > img{ height: 130px; width: auto; image-rendering: -webkit-optimize-contrast; }
.wrapper-3 .item .btn{ margin-top: 65px; padding: 3px 40px; }
.wrapper-3 .item:nth-child(2){ background-color: rgba(0,0,0,0.75); }
.wrapper-3 .item:nth-child(2) .description{ color: #FFF; }
.wrapper-3 .item:nth-child(2) .title{ color: #FFF; }


/* WRAPPER-4 */
.wrapper-4{}
.wrapper-4 .uk-slider-items a:hover img{ filter: brightness(100%); transition: .2s; }
.wrapper-4 .uk-slider-items img{
    height: 175px; width: 100%; filter: brightness(80%); object-fit: cover; image-rendering: -webkit-optimize-contrast;
    border-radius: 10px;
}
.wrapper-4 li{ padding-left: 10px; position: relative; }
.wrapper-4 .uk-grid{ margin-left: -10px; }
.wrapper-4 li > a{ height: 100%; width: 100%; }
.wrapper-4 li > a > div{
    position: absolute; left: 0; top: 0; height: 100%; width: 100%;
    transition: .2s; z-index: 1; display: flex; align-items: center; justify-content: center;
}
.wrapper-4 li > a > div span{ width: 60px; height: 60px; display: flex; align-items: center; justify-content: center; border-radius: 50%; transition: .2s; background-color: rgba(30,146,188,0.4); border: 1px solid rgba(0,0,0,0.0); }
.wrapper-4 li > a > div span i{ color: #fff; font-size: 25px; transition: .2s; }
.wrapper-4 .uk-slider-items a:hover div span{  transform: scale(1.5); background-color: rgba(30,146,188,0.7); border: 1px solid rgba(0,0,0,0.2);  }
.wrapper-4 .uk-slider-items a:hover div span i{ color: #fff; }
.wrapper-4 .uk-dotnav li a{ background-color: #000; }
.wrapper-4 .uk-dotnav li.uk-active a{ background-color: #b99951; }
.wrapper-4 .logo-wrapper{ text-align: center; }
.wrapper-4 .logo-wrapper img{ width: 64px; image-rendering: -webkit-optimize-contrast; margin-top: 46px; }


.project-slider .logo-wrapper{ text-align: center; height: 100%; display: flex; justify-content: center; align-items: center; }
.project-slider .logo-wrapper img{ width: 64px; height: 64px; image-rendering: -webkit-optimize-contrast; }

/* FOOTER */
#footer{  }
#footer .form-wrapper .form-wrapper-inner{ display: flex; align-items: center; height: 100%; justify-content: right; }
#footer .form-wrapper .form-wrapper-inner h3{ margin-bottom: 0; padding-bottom: 0; border-bottom: 0; text-align: right; font-size: 18px; }
#footer .form-wrapper .small{ margin-left: auto; margin-bottom: 30px; text-align: right; }
#footer .form-wrapper small{ font-size: 11px; }
#footer .contact-form{ width: 100%; }
#footer .contact-form input::placeholder{ font-size: 12px; }
#footer .contact-form input{
    border-color: #c2c3c3; background-color: transparent; color: #FFF; margin-bottom: 15px;
    border-radius: 7px;
}
#footer .contact-form .btn{ padding: 3px 30px; }
#footer h3{ margin-top: 50px; font-size: 14px; border-bottom: 2px solid #aeb0b1; padding-bottom: 10px; font-family: 'Poppins', sans-serif; }
#footer h3 .bold{ font-weight: 600; }
#footer .quick-access li{ margin-bottom: 10px; }
#footer .quick-access a{ color: #5e5e5e; font-size: 14px; }
#footer .quick-access a:hover{ color: #fff; text-decoration: none; }
#footer .copyright{ margin-top: 3rem; margin-bottom: 1.5rem; color: #5e5e5e; }
#footer .copyright a{ color: #1e92bc; }
#footer .logo-wrapper{ text-align: center; }
#footer .logo-wrapper img{ width: 64px; image-rendering: -webkit-optimize-contrast; margin-top: 46px; }

/* ADD TO BOOTSTRAP */
.offcanvas-black{ background-color: rgba(0,0,0,0.4); color: #FFF; }
.offcanvas-black .offcanvas-title{ color: #FFF; }
.btn-primary{ background-color: #1e92bc; border-color: #1e92bc; text-decoration: none; }
.btn-primary:hover{ background-color: #1b82a9; border-color: #1b82a9; text-decoration: none; }
.btn-primary-linear{
    background: linear-gradient(#1e92bc, #176b88); border-color:#176b88; text-decoration: none;
    color: #FFF;
}
.btn-primary-linear:hover{ text-decoration: none; color: #FFF; }
.btn{ border-radius: 7px; }
.carousel-indicators > button{ background-color: #1e92bc !important; }
/* ADD TO BOOTSTRAP */




/***** RESPONSIVE *****/
@media only screen and (max-width: 1400px){

}
@media only screen and (max-width: 1200px){

}
@media only screen and (max-width: 992px){

}
@media only screen and (max-width: 768px){

    /* #main{ z-index: 1;} */
    #anasayfa-slider .carousel-item .carousel-caption{ margin: 0 auto 0 0 !important; }
    #about .image-wrapper{ display: none; }
    #footer .quick-access-wrapper{ text-align: center; margin-top: 2rem; }
    #footer .right-wrapper{ margin-top: 2rem; }
    #footer .right-wrapper .contact .title{ text-align: center; }
    #footer .right-wrapper .contact .phone{ text-align: center; }
    #footer .social{ justify-content: center; }
    #footer .top-arrow{ text-align: center !important; }
    #header .right-wrapper .item{ display: none; }
    #header .right-wrapper .menu-icon{ position: fixed; top: 30px; right: -31px; }
    .offcanvas-black{ background-color: rgba(0,0,0,.9); }
}
@media only screen and (max-width: 576px){

}

/* ------------------ */
@media only screen and (min-width: 1300px){

}

/***** RESPONSIVE *****/