@import url('https://fonts.googleapis.com/css2?family=Inter+Tight:wght@300;400;500;700;900&display=swap');
@import "https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.4.0/css/font-awesome.css";

:root{
    --swiper-navigation-size: 25px !important;
    --swiper-theme-color: #636363 !important;
}

.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction{
    bottom: 0px !important;
}


html, body {
    max-width: 100%;
    overflow-x: hidden;
    scroll-behavior: smooth;
}

body{
    background-color: #ebebeb !important;
}

h1, h2, h3, h4, h5, h6, p, a{
    font-family: 'Inter Tight', sans-serif;
}

.navbar{
    background-color: #ede739 !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.navbar-nav .nav-link{
    color: #1f1f4c ;
    font-weight: 500 !important;
    padding-left: 30px !important;
    padding-right: 30px !important;
}


.navbar-toggler {
    color: #1f1f4c !important;
    border-color: rgba(0,0,0,0) !important;
}

.nav-link{
    font-weight: 500;
}

.nav-item{
    padding-top: 5px;
    padding-bottom: 5px;
    margin-left: 1px;
    margin-right: 1px;
}

.active{
    background-color: #1f1f4c;
    color: #dad534 !important; 
    border-radius: 8px;
}


.navbar-nav .nav-link:hover{
    background-color: #1f1f4c;
    color: #dad534 !important; 
    border-radius: 8px;
    transition: 0.2s ease-in-out;
}

/* a:after{
    content: "";
    position: absolute;
    background-color: #1f1f4c;
    height: 3px;
    width: 0;
    left: 0;
    bottom: -5px;
    transition: 0.3s;
}

a:hover:after{
    width: 100%;
} */


.card{
    background-color: transparent !important;
    border-width: 0px !important;
}

.card-body{
    background-color: transparent;
    border-width: 0px;
}

.hedr:hover{
    color: #dad534;
    cursor: pointer;
}

.fa {
    font-size: 23px !important; 
    padding-left: 20px !important;
    color: #1f1f4c;
}

.hed2{
    text-align: right;
}

.hed1{
    text-align: left;
}

.slider{
    box-shadow: 2px 9px 43px -12px rgba(0,0,0,0.17);
    -webkit-box-shadow: 2px 9px 43px -12px rgba(0,0,0,0.17);
    -moz-box-shadow: 2px 9px 43px -12px rgba(0,0,0,0.17);
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
}

.slider > img{
    width: 100%;
    height: 500px;
}

.deals img{
    width: 250px;
}

.deals{
    padding-left: 5px !important;
    padding-right: 5px !important;
}

.dealsh > span {
    font-weight: 600;
    color: #1f1f4c;
}

.dealsh{
    font-weight: 400;
    color: #1f1f4c;
}

.dealshr{
    border-top: 4px solid #ede739  !important;
    width: 50% !important;
    border-radius: 5px;
}

.newesth{
    font-weight: 600;
    color: #1f1f4c;
}

.schoolname{
    color: #a5a5a5;
    font-weight: 700;
}

.cardfa{
    color: #a5a5a5;
    font-size: 40px !important;
}

#edu{
    display: block;
}

#edumobile{
    display: none;
}

.swiper-button-next{
    color: #a5a5a5;
}

.swiper-button-prev{
    color: #a5a5a5;
}

.form-control{
    width: 50% !important;
    border: 0px solid #ced4da !important;
}

.btn-warning {
    color: #212529;
    background-color: #ede739 !important;
    border-color: #ede739 !important;
    font-weight: 500 !important;
}

.allp{
    background-size: cover;
    height: 220px;
}

#fotr{
    background-color: #2f2f3d;
}

#down{
    background-color: #111118;
}

.cpr{
    color: #2f2f3d;
}

.cpr > a{
    color: #2f2f3d;
}

.footericons{
    color: #dad534;
    font-size: 40px !important;
    padding-right: 20px !important;
}

.footeric{
    list-style-type: none;
    padding-left: 0px;
}

.footeric li{
    display: inline-block;
}

.footerimg{
	width: 200px;
}

/* Mobile Css */

@media only screen and (max-width: 768px){
    .hed {
        text-align: center!important;
    }

    .form-control{
        width: 100% !important;
    }

    #edu{
        display: none;
    }

    #edumobile{
        display: block;
    }

}