body{
    font-family: 'Sora';
    background-color: #f9f9f9;
}

.btn-primary{
    color: #fff;
    background-color: #283588;
    border: .13rem solid #000;
    border-radius: .625rem;
    box-shadow: 1px 2px 0 1px #000;
    padding: 9px 20px;
    font-weight: 600;
    height: auto;
}

.btn-primary:hover{
    background-color: #00AFE8;
    border: .13rem solid #000;
    transition: all .4s;
    outline: 0;
    text-decoration: none;
    height: auto;
}

.btn-secondary{
    color: #fff;
    background-color: #fff;
    border: .13rem solid #000;
    color: #000;
    border-radius: .625rem;
    box-shadow: 1px 2px 0 1px #000;
    padding: 9px 20px;
    font-weight: 600;
    height: auto;
}

.btn-secondary:hover{
    background-color: #00AFE8;
    color: #000;
    border: .13rem solid #000;
    transition: all .4s;
    outline: 0;
    text-decoration: none;
    height: auto;
}

.p-sec{
    padding-top: 5rem;
    padding-bottom: 5rem;
}

.subtext{
    margin-bottom: 40px;
    font-weight: 400;
}

/* Navbar */

.mar-aut{
    margin: auto;
}

.navbar{
    padding-top: 20px;
}

.nav-link{
    position: relative;
    color: #f0f8ff;
}

.navbar-nav .nav-link.active{
    color: #00AFE8;
    font-weight: 600;
}

.nav-link:hover {
    color: #00AFE8;
}

.active:before {
    width: 0% !important;
}


.nav-link:hover:before {
    color: #00AFE8;
    transform: scaleX(1) !important;
}

.nav-link:before {
    background-color: #00AFE8;
    bottom: -3px;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform .25s cubic-bezier(0.23,1,0.32,1), background-color .25s cubic-bezier(0.23,1,0.32,1);
    width: 100%;
}

.navbar-toggler{
    color: #283588;
}

@media (min-width: 992px){
.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0rem;
    padding-left: 0rem;
}

.nav-item {
    padding-right: 1rem;
    padding-left: 1rem;
}
}

@media (max-width: 992px){
    .nav-item {
        width: fit-content;
        margin-top: 10px;
    }
    .navbar-nav{
        margin-bottom: 20px !important;
    }
}

/* End Navbar */


/* Hero */

.main-h1{
    font-weight: 600;
    color: #f0f8ff;
}

.header{
    background-image: linear-gradient(to left top, #00afe8, #0091d5, #0072bf, #1154a5, #283588);
    min-height: 100vh;
    position: relative;
}

.lit-h{
    font-weight: 300;
    color: #f0f8ff;
    margin-top: 20px;
    margin-bottom: 40px;
}

.up{
    margin-top: 80px;
}

.img-side{
    width: auto;
    height: 500px;
}

.overlay{
    background-image: url(images/ola.png);
    background-size: contain;
    background-position: center;
    background-repeat: repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 0.07;
    filter: invert(1);
}

.zi{
    z-index: 1;
    position: relative;
}

/*End Hero */

/* Courses */

.card{
    border-radius: 20px;
    background-color: #fff;
    border: 1px solid #ddd;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.tag{
    background: #f4c90c;
    width: fit-content;
    padding: 6px 12px;
    border-radius: 8px;
    font-size: 14px;
}

.card-content{
    padding: 32px 24px;
}

.card-content h4{
    margin-bottom: 16px;
}

.card-content p{
    margin-bottom: 32px;
}

.card-img{
    border-radius: 20px 20px 0px 0px;
    width: 100%;
    height: auto;
    object-fit: cover;
}

.card-imga{
    border-radius: 16px;
    width: 100%;
    height: auto;
    object-fit: cover;
    padding: 20px;
}


.card-imgb{
    border-radius: 16px;
    max-width: 300px;
    height: auto;
    object-fit: cover;
    padding: 20px;
}



/* End Courses */

/* Why */

.bgwhy{
    background-color: #0072bf26;
}

.sm-card{
    border-radius: 20px;
    background-color: #fff;
    border: 1px solid #f4ede5;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    padding: 20px;
    display: flex;
    gap: 10px;
}

/* End Why */

@media (max-width: 992px){
    .spcall{
        margin-top: 2rem;
        margin-bottom: 2rem;
    }
    
    .fmb{
        margin-top: 24px;
    }
}

@media (max-width: 768px){
    .forp-mb{
        padding-top: 0rem !important;
    }
}


@media (max-width: 600px){
    .img-side {
        width: 100%;
        height: auto;
        margin-top: 2rem;
    }
    
    .p-sec{
        padding-top: 3rem;
        padding-bottom: 3rem;
    }

    .spcall{
        margin-top: 2rem;
        margin-bottom: 2rem;
    }
    
    .up{
        margin-top: 3rem !important;
    }
    
    .forcm{
        padding: 40px 0px !important;
    }

    .footerflx{
        flex-direction: column;
        align-items: center;
        gap: 15px;
    }
}