/* ANASAYFA SLIDER */
#anasayfa-slider-wrapper{ display: flex; flex-direction: column; height: 930px; margin-top: -130px;  }
#anasayfa-slider{ flex: 1 1; height: 100%; }
#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 .curtain{
    position: absolute; left: 0; top: 0; width: 100%; height: 100%; z-index: 2;
    background: rgba(68,176,215,0); mix-blend-mode: multiply;
}
#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: 100%; display: flex;
    align-items: center; padding: 0 4rem;
    z-index: 3;
}
#anasayfa-slider .carousel-item .carousel-caption{ position: static; margin: 0 auto 0 auto; text-align: left; }
#anasayfa-slider .carousel-item .carousel-caption h2{ color: #2B2B2B; margin-bottom: 15px; font-weight: 700;
    text-align: left; font-size: 2.5rem;
}
#anasayfa-slider .carousel-item .carousel-caption p{
    margin: 1px auto; font-size: 1.5rem; font-weight: 200; line-height: 1.5; text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6; /* number of lines to show */
    line-clamp: 6;
    -webkit-box-orient: vertical;
    color: #2B2B2B;
}
#anasayfa-slider .carousel-item .carousel-caption .sign{ text-align: right; font-size: 50px; font-family: Autography; }
#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;
}

@media only screen and (max-width: 1400px){
    #anasayfa-slider .carousel-item .carousel-caption{
        margin-top: 5rem;
    }
}
@media only screen and (max-width: 768px){
    #anasayfa-slider .carousel-item .carousel-caption{
        position: absolute;
    }
}
/* ANASAYFA SLIDER */