.navbar-dark .navbar-toggler{border-color: rgba(255, 255, 255, 0.5)}
.fixed-nav .navbar-nav .nav-link, .fixed-nav .btn-secondary, .fixed-nav .navbar-brand{color: #000}

.navbar .navbar-toggler span{background-color: #eee}
.navbar{position: absolute; box-shadow: none;}

/* Slider */
.slider .carousel-item{
    -webkit-background-size: cover;-moz-background-size: cover;-o-background-size: cover;
    background-size: cover;
    background-position: center center;
}
.slider .carousel-caption{
    bottom: 50%;
    transform: translateY(50%);
    z-index: 5;
    transition: all .5s ease;
}
.slider .slider-1{ background-image: url(../img/slider/slider1.jpg)}
.slider .slider-2{ background-image: url(../img/slider/slider2.jpg)}
.slider .slider-3{ background-image: url(../img/slider/slider3.jpg)}
.slider .slider-4{ background-image: url(../img/slider/slider4.jpg)}

.carousel-indicators li {
    background-color: inherit;
    border-radius: 100%;
    height: 15px;
    width: 15px;
    border: 2px solid #fff
}
.carousel-indicators li.active {
    background-color: #fff
}
.carousel-control-next-icon, .carousel-control-prev-icon {
    width: 30px;
    height: 30px
}
.carousel-control-next{background-image: linear-gradient(-90deg, rgba(0, 0, 0, 0.6), transparent)}
.carousel-control-prev{background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.6), transparent)}
.carousel-caption p{
    margin: 1rem;
    font: 400 1.25rem Roboto, arial;
    text-align: justify;
    line-height: 1.8rem;
    
}
.carousel-caption p span{
    color: rgba(255, 255, 255, 0.7)
}
.carousel-caption h5{
    font: 900 1.4rem Roboto, arial;
}
.carousel-trans-bg{
    width: 100%;
    height: 100%;
    background-color: #000;
    position: absolute;
    top: 0;
    opacity: .5;
}
/* Whatsapp */
.whatsApp{
    display: flex;
    align-items: center;
    box-shadow: 0 0 20px -10px #000;
    border-radius: 5rem;
    background-color: #00e676;
    text-decoration: none;
    padding: .3rem .6rem;
    color: #fff;
    text-align: center;
    position: fixed;
    bottom: 50%;
    right: 50%;
    z-index: 1000;
    transform: translate(50%, 50%) scale(0);
    font: 400 .9rem Roboto, arial;
    cursor: pointer;
    -webkit-transition: all .5s ease;-moz-transition: all .5s ease;-o-transition: all .5s ease;
    transition: all .5s ease;
}
.whatsApp:hover{
    transform: scale(1.1, 1.1);
    text-decoration: none;
    color: #fff
        
}
.whatsApp i{
    margin-right: 10px;
    font-size: 1.2rem;
    margin: .3rem
}

/* Studying Plan */
.studying-plan .container-fluid{
    padding: 20px 10px;
    background-color: #007eea;
    display: flex;
    justify-content: center;
    margin-bottom: -10rem;
}
.studying-plan .container-fluid h3{
    font-weight: 900;
    font-size: 3rem;
    color: #fff;
    margin: 7rem 0 14rem;
}
.studying-plan .container-fluid h3 span{text-shadow: 7px 4px 3px #0006}
.studying-plan .container-fluid h3 i{
    position: relative;
    bottom: .6rem;
    text-shadow: 2px 2px 0px #82c5ff, 13px 2px 3px #0006;
}
.studying-plan .row{
    display: flex;
    justify-content: center;
    margin: 0
}

.studying-plan .row > div{
    display: inline-block;
    background-color: #f8f8ff;
    padding: 0;
    margin: .8rem;
    border: 1px solid #e2e2e2;
    box-shadow: 0 0 .3rem rgba(255, 255, 255, 0.7);
    -webkit-transition: all .53s ease;-moz-transition: all .53s ease;-o-transition: all .53s ease;
    transition: all .35s ease;
    border-radius: .5rem;
    overflow: hidden;
    max-width: 25rem;
}
.studying-plan .row > div:hover{
    box-shadow: 0 0 1rem rgba(0, 0, 0, 0.5);
    transform: scale(1.03) translateY(-1rem) !important;
}
.studying-plan .row > div div.image{
    width: 100%;
    height: 17rem;
    -webkit-background-size: cover;-moz-background-size: cover;-o-background-size: cover;
    background-size: cover;
    background-position: 50% 50%;
}
.studying-plan .row > div.Al-Qaeda div.image{background-image: url(../img/Studying_Plan/Al-Qaeda%20Al-Noorania.jpg)}
.studying-plan .row > div.quran-reading div.image{background-image: url(../img/Studying_Plan/Quran.jpg)}
.studying-plan .row > div.quran-memorization div.image{background-image: url(../img/Studying_Plan/Quran2.jpg)}
.studying-plan .row > div.azkar div.image{background-image: url(../img/Studying_Plan/hesn-al-muslim.jpg)}

.studying-plan .row .content {padding: 1rem}

.studying-plan .row .content h3{
    text-align: center;
    border-bottom: 2px solid #aaaaaa;
    padding: .5rem 0 1rem;
    font: 400 1.5rem Roboto, arial;
    color: #007eea;
    border-color: #b8d8fa;
}
.studying-plan .row .content p{
    text-align: justify;
}

/* Join us now! */
.ribbon{
    background-image: url(../img/islamic_Pattern.jpg);
    -webkit-background-size: cover;-moz-background-size: cover;-o-background-size: cover;
    background-size: cover;
    margin: 5rem 0;
}
.ribbon .row{
    background-color: rgba(0, 59, 109, 0.85);
    justify-content: space-between;
    padding: 4rem 10%;
}
.ribbon .row div{
    color: #fff;
    text-align: center;
}
.ribbon .row div:first-of-type{
    font: 800 1.2rem Roboto, arial;
    letter-spacing: .1rem
}
.ribbon .row div a{
    -webkit-transition: all .4s ease;-moz-transition: all .4s ease;-o-transition: all .4s ease;
    transition: all .4s ease;
    border: 1px solid #fff;
    padding: 1rem;
    font: 700 1.2rem Roboto, arial;
}
.ribbon .row div a:hover{
    background-color: #fff;
    color: #000
}    

/* why choose Paradise Academy */
.why-choose-PA{
    text-align: center;
    padding: 6rem 0 2rem;
}
.reasons ul{display: block !important}
.reasons ul li{
    display: inline-table;
    width: 30%;
    margin: 1rem;
}
.reasons .reason-txt{
    text-align: center;
    padding: 1rem 0;
    color: #888;
}
.reasons .reason-img img{
    height: 8rem;
    margin: 0 1rem;
}
@media(max-width:890px){
    .ribbon .row{
        display: block !important
    }
    .ribbon .row div:first-of-type{
        margin-bottom: 5rem
    }
}
@media(max-width:991px){
    .navbar .navbar-nav .nav-link{color: #fff}
}
@media(max-width:575px){
    .studying-plan .container-fluid h3{font-size: 2.2rem}
    .reasons ul li{width: 20%}
    .reasons .reason-img img{height: 6rem}
    .reasons .reason-txt{font-size: .9rem}
}
@media(max-width:400px){
    .reasons ul li{width: 10%}
    .reasons .reason-img img{height: 5rem}
    .reasons .reason-txt{font-size: .8rem}
}