@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background-color: #f0f0f0;
    font-family: "Plus Jakarta Sans", sans-serif;
}

.heading-title {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 40px;
    font-weight: 700;
    letter-spacing: -0.5px;
    background: linear-gradient(50deg, #065905, #fde902);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.p-text {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 16px;
    color: #626974;
    text-align: justify;
    
}

.container {
    padding-left: 80px;
    padding-right: 80px;
}

#navbar {
    background-color: #fff;
}

.box-header {
    background-image: linear-gradient(to left, transparent 5%, #002839), url(../img/madrasa-1.JPG);
    background-position: center;
    background-size: cover;
    padding: 100px 0px;
    height: 55vh;
}

.meth-bg {
    background: #002839;
}

.box-header-title {
    padding: 10px 0px;
}

.box-header-title h1 {
    font-size: 60px;
    font-weight: 800;
}

.text {
    background: linear-gradient(50deg, #065905, #fde902);
    font-size: 60px;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.islamic-bg {
    background: linear-gradient(#f0f0f0f8, #f0f0f0f8),
        url("../img/12.jpg");
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: auto;

}

.text-x {
    background: linear-gradient(50deg, #065905, #fde902);
    font-size: 20px;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.para {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 15px;
    color: #f0f0f0;
    font-weight: 400;
    line-height: 1.5rem;
    transition: all .3s;
}

.para-t {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 15px;
    color: #626974;
    font-weight: 400;
    line-height: 1.5rem;
    transition: all .3s;
}

.box-image img {
    border-radius: 10px 10px 10px 10px;
}

.btn-join {
    padding: 15px 25px;
    font-weight: 300;
    font-size: 13px;
    background-color: #065905;
    color: #fff;
    align-items: center;
    justify-content: center;
    display: inline-flex;
    text-decoration: none;
    border-radius: 5px;
}

.btn-join:hover,
.btn-join:focus {
    padding: 15px 25px;
    color: white;
    font-size: 13px;
    font-weight: 300;
    background-color: #BC9232;
    transition: all 0.35s ease-out;
}
.navbar-nav .actives{
    color: #BC9232;
}

.spiner-color {
    color: #BC9232;
}

.spinner-wrapper {
    background-color: #002839;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    z-index: 9999;

    display: flex;
    justify-content: center;
    align-items: center;

    transition: opacity 0.2s ease, visibility 0.2s ease;
}

.spinner-border {
    height: 60px;
    width: 60px;
}

/*/////////// navbar ///////////////*/
.logo-box {
    height: auto;
    width: 150px;
    padding: auto;
    max-width: 100px;
}

.logo-box:hover {
    fill: #788190;
    transition: ease-in 0.2s all;
}

.container {
    padding-left: 80px;
    padding-right: 80px;
}


.box-section {
    padding: 100px 0px;
}

.buttun-box {
    padding: 5px 0px;
}

.navbar-brand:hover {
    color: #065905;
}

.navbar a {
    color: #065905;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 15px;
    font-weight: 600;
    padding-left: 41px !important;
}


.nav-item:hover a {
    color: #BC9232;
    transition: ease-in 0.2s all;
}

.navbar.scrolled {
    background-color: #fff;
    box-shadow: #000000;
}

/*/////////// Humberger Menu ///////////////*/
/* Remove border from toggler */
.navbar-toggler {
    border: 0 !important;
}

.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
    outline: none !important;
    box-shadow: none !important;
    border: 0 !important;
}

/* Lines of the Toggler */
.toggler-icon {
    width: 30px;
    height: 3px;
    background-color: #065905;
    display: block;
    transition: all 0.2s;
}

/* Adds Space between the lines */
.middle-bar {
    margin: 5px auto;
}

/* State when navbar is opened (START) */
.navbar-toggler .top-bar {
    transform: rotate(45deg);
    transform-origin: 10% 10%;
}

.navbar-toggler .middle-bar {
    opacity: 0;
    filter: alpha(opacity=0);
}

.navbar-toggler .bottom-bar {
    transform: rotate(-45deg);
    transform-origin: 10% 90%;
}

/* State when navbar is opened (END) */

/* State when navbar is collapsed (START) */
.navbar-toggler.collapsed .top-bar {
    transform: rotate(0);
}

.navbar-toggler.collapsed .middle-bar {
    opacity: 1;
    filter: alpha(opacity=100);
}

.window-scroll {
    background: #fff;
}

.navbar-toggler.collapsed .bottom-bar {
    transform: rotate(0);
}

/* State when navbar is collapsed (END) */

/* Color of Toggler when collapsed */
.navbar-toggler.collapsed .toggler-icon {
    background-color: #065905;
}

/*view */
.bg-footer {
    background-color: #002839;
}

.bg-footer {
    font-size: 13px;
}

.box-core {
    background-color: #fff;
}

.core-values h2 {
    font-weight: bold;
}

.value-card h4 {
    font-size: 18px;
}

.value-card {
    background: #f0f0f0;
    border-radius: 5px;
    transition: 0.4s;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}

.value-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    background: #BC9232;
}

.value-card:hover .icon,
h2 {
    color: #f0f0f0;
}

.icon {
    font-size: 40px;
    color: #065905;
    margin-bottom: 15px;
}

.testimonials {
    max-width: 1500px;
    padding: 20px 50px 50px;
    margin: 0px 0px 0px 0px;


}

.single-item {
    background: #002839;
    color: #f0f0f0;
    padding: 50px;
    margin: 50px 15px;
}

.profile {
    margin-bottom: 50px;
    text-align: center;
}

.img-area img {
    height: 250px;
    width: 250px;
    border-radius: 50%;
    border: 7px solid #BC9232;
}

.content {
    font-size: 18px;
}

.content p {
    text-align: justify;
}

.content p span {
    font-size: 48px;
    margin-right: 20px;
    color: #BC9232;
}

.bio h2 {
    padding: 10px;
    font-size: 20px;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-color: #BC9232;
}

.box-sections {
    padding: 50px 0px 0px 0px;
}


/* MEDIA QUERIES */
/* TABLET & MOBILE */
@media (max-width: 768px) {

    .container {
        padding-left: 15px;
        padding-right: 15px;
    }

    /* HERO SECTION */
    .box-header {
        background-image: linear-gradient(to left, rgba(0, 40, 57, 0.8), rgba(0, 40, 57, 1)), url(../img/madrasa-1.JPG);
        background-position: center;
        background-size: cover;
        padding: 80px 0;
        min-height: 50vh;
        /* better than fixed height */
        display: flex;
        align-items: center;
    }

    .box-header-title {
        padding: 10px 0;
        text-align: center;
    }

    .box-header-title h1 {
        font-size: 30px;
        /* responsive */
        font-weight: 700;
        line-height: 1.3;
    }

    /* BACKGROUND SECTION */
    .meth-bg {
        background: #002839;
        padding: 40px 15px;
    }

    /* TESTIMONIALS */
    .testimonials {
        max-width: 100%;
        margin: 0 auto;
        padding: 0 10px;
    }

    .single-item {
        background: #002839;
        color: #f0f0f0;
        padding: 20px;
        margin: 20px 0;
        border-radius: 10px;
    }

    .profile {
        margin-bottom: 20px;
        text-align: center;
    }

    .img-area img {
        height: 120px;
        width: 120px;
        border-radius: 50%;
        border: 5px solid #BC9232;
    }

    .content {
        font-size: 1px;
        line-height: 1.6;
        text-align: center;
    }

    .bg-footer {
        text-align: center;
    }

    .bg-footer .row>div {
       display: none;
    }

}

/* SMALL PHONES */
@media (max-width: 480px) {

    .box-header-title h1 {
        font-size: 25px;
    }

    .img-area img {
        height: 100px;
        width: 100px;
    }

    .content {
        font-size: 13px;
    }
}