/* HEADER */
#nav{ position: absolute; z-index: 2; width: 100%; }
#nav .container-xl{ border-bottom: 1px solid rgba(255,255,255,0.9); }
#nav-collapse .nav-link{ padding-right: 1rem; padding-left: 1rem; font-size: 16px; background-color: transparent; }
.dropend .dropdown-toggle::after{ margin-left: .450rem; }
/* HEADER */


/* ANASAYFA SLIDER */
#anasayfa-slider-wrapper{ display: flex; flex-direction: column; height: 100vh;  }
#anasayfa-slider{ flex: 1 1; }
#anasayfa-slider-wrapper .bottom-box{ background-color: #C47300; height: 200px; flex: 0 0 auto; }
#anasayfa-slider .carousel-inner{ height: 100%; }
#anasayfa-slider .carousel-item{
    height: 100%; background-size: cover;
    background-repeat: no-repeat; background-position: center center; /*background-attachment: fixed;*/
}
#anasayfa-slider .carousel-item img{ height: 100%; width: auto; object-fit: cover; }
#anasayfa-slider .inner-flex{
    position: absolute; left: 0;  top: 0; width: 100%; height: 100vh; display: flex; justify-content: center;
    align-items: center; padding: 0 15rem; background: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.1));
}
#anasayfa-slider .carousel-item .carousel-caption{
    position: static; margin: 0 auto; text-shadow: 2px 2px 2px rgba(0,0,0,0.7);
}
#anasayfa-slider .carousel-item .carousel-caption h2{ color: #FFF; }
#anasayfa-slider .carousel-item .carousel-caption p{ margin: 1px auto; font-size: 3rem; font-weight: bold; }
#anasayfa-slider-wrapper .bottom-box .container-xl{ height: 100%; }
#anasayfa-slider-wrapper .bottom-box .row{ height: 100%; }
#anasayfa-slider-wrapper .bottom-box .item{
    text-align: center; color: #FFF;  transition: .2s; cursor: pointer; height: 100%;
    display: flex; align-items: center;
}
#anasayfa-slider-wrapper .bottom-box .item:hover{ background-color: rgba(0,0,0,0.2); }
#anasayfa-slider-wrapper .bottom-box .item .inner{ margin: 0 auto; display: block; color: #FFF; width: 100%; }
#anasayfa-slider-wrapper .bottom-box .item .inner:hover{ text-decoration: none; }
#anasayfa-slider-wrapper .bottom-box .item .title{ font-size: 1.4rem; font-weight: bold; margin-top: 1.5rem; }
#anasayfa-slider-wrapper .bottom-box .item p{
    font-size: 1rem; margin-top: .5rem; margin-bottom: 0; width: 100%; overflow: hidden;
    white-space: nowrap; text-overflow: ellipsis;
}
/* ANASAYFA SLIDER */



/* HAKKIMIZDA */
#about-us p{ font-size: 24px; font-weight: 500; line-height: 1.6; }
/* HAKKIMIZDA */


/* NELER YAPIYORUZ SLIDER */
/*#neler-yapiyoruz-slider{}
#neler-yapiyoruz-slider .curtain{
    position: absolute; left: 0; top: 0; height: 100%; width: 100%;
    background-color: rgba(145,80,40,0.7); text-align: center;
    transition: .2s; z-index: 1; display: flex; align-items: center;
}
#neler-yapiyoruz-slider .curtain span{ color: #FFF;margin: 0 auto; transition: .2s; font-size: 1.4rem; font-weight: 600; }
#neler-yapiyoruz-slider .uk-position-center-left{ background-color: rgba(0,0,0,0.1); }
#neler-yapiyoruz-slider .uk-position-center-right{ background-color: rgba(0,0,0,0.1); }
#neler-yapiyoruz-slider .uk-panel{ height: 220px; transition: .2s; overflow: hidden; }
#neler-yapiyoruz-slider img{ height: 100%; width: 100%; object-fit: cover; transition: .2s; filter: blur(2px); }

#neler-yapiyoruz-slider .uk-position-center-left:hover{ background-color: rgba(0,0,0,0.6); }
#neler-yapiyoruz-slider .uk-position-center-right:hover{ background-color: rgba(0,0,0,0.6); }
#neler-yapiyoruz-slider .uk-panel:hover img{ filter: blur(0); transform: scale(1.1); }
#neler-yapiyoruz-slider .uk-panel:hover .curtain{ background-color: transparent; }
#neler-yapiyoruz-slider .uk-panel:hover .curtain span{ opacity: 0; transform: scale(1.2); }*/
/* NELER YAPIYORUZ SLIDER */


.motto{ margin-bottom: 5rem; font-size: 26px !important; margin-top: -2rem; }