#anasayfa-slider{ height: 640px; }
#anasayfa-slider .carousel-inner{ height: 100%; }
#anasayfa-slider .carousel-item{ height: 100%;  }
#anasayfa-slider .carousel-item img{
    height: 100%; width: auto; object-fit: cover;
}
#anasayfa-slider .carousel-item .carousel-caption{
    background: rgba(0,0,0,0.5);
    padding: 25px 20px 0 20px; margin-bottom: 40px; border-radius: 10px;
    box-shadow: 0 0 2px 4px rgba(0,0,0,0.5);
}

#slider-bottom-wrapper{ padding-top: 6rem; padding-bottom: 6rem; }
#slider-bottom-wrapper .text{ margin: auto 50px; }
#slider-bottom-wrapper .motto-1{ margin-bottom: 5rem; opacity: .8; text-align: center;}
#slider-bottom-wrapper .motto-2{ margin-bottom: 5rem; margin-left: 15px; line-height: 135% !important; opacity: .8; text-align: center; }
#slider-bottom-wrapper .motto-ul{ margin-bottom: 2rem; opacity: .8;}
#slider-bottom-wrapper h3{}
#slider-bottom-wrapper ul{}
#slider-bottom-wrapper li{}


@media only screen and (max-width: 1400px) {
    #anasayfa-slider{ height: 492px; }
}
@media only screen and (max-width: 992px) {
    #anasayfa-slider{ height: 480px; }
}
@media only screen and (max-width: 768px) {
    #anasayfa-slider{ height: 400px; }
}
@media only screen and (max-width: 576px) {
    #anasayfa-slider{ height: 265px; }
    #slider-bottom-wrapper{ padding-top: 2rem; padding-bottom: 2rem; }
    #slider-bottom-wrapper .text{ margin: 0; }
    #girl-1{ height: 250px; margin-bottom: 2rem; }
}
@media only screen and (max-width: 414px) {
    #anasayfa-slider{ height: 628px; }
}
@media only screen and (max-width: 375px) {
    #anasayfa-slider{ height: 559px; }
}
@media only screen and (max-width: 360px) {
    #anasayfa-slider{ height: 532px; }
}
@media only screen and (max-width: 320px) {
    #anasayfa-slider{ height: 460px; }
    #navbar-1 .navbar-brand{ font-size: 16px; }
}