@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

:root{
    --blue: #1c1f4c;
    --green1: #00acbb;
    --green2: #037272;
    --yellow1: #fccf17;
    --yellow2: #f3b600;
    --yellow-light: #fffff2;
    --blue-light: #ebf1ff;
}

body{
    font-family: 'Poppins', sans-serif;
}

.text-defult, .text-yellow{
    color: var(--yellow2);
}

a{
    text-decoration: none;
}

.link-defult{
    color: var(--dark);
}

.link-defult:hover{
    color: var(--yellow2);
}

.fs-small{
    font-size: small;
}

.navbar{
    box-shadow: 0 10px 10px -10px #e2e2e2;
}

.navbar-toggler{
    border: 0;
    padding: 0;
    outline: none;
    box-shadow: none;
    
}


.navbar .navbar-nav .nav-item .nav-link{
    font-weight: 600;
}
.navbar .navbar-nav .nav-item{
    padding: 0 6px !important;
}

.navbar .navbar-nav .nav-item .nav-link.active,
.navbar .navbar-nav .nav-item .nav-link.focus,
.navbar .navbar-nav .nav-item .nav-link:hover
{
    color: var(--yellow2);
}
.navbar .btn-navs{
    background-color: var(--blue);
    color: var(--yellow2);
    font-weight: 600;
}
.navbar .btn-navs:hover{
    background-color: var(--yellow-light);
    color: var(--blue);
}

.slider{
    width: 100%;
    height: 450px;
    background-size: cover;
    background-position: center;
    background-blend-mode: multiply;
    background-color: rgba(0, 0, 0, 0.404);
    justify-content: center;
    align-items: center;
    color: white;
}

.py-6{
padding-top: 100px;
padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
    .py-6{
        padding-top: 50px;
        padding-bottom: 50px;
    }
    
}

.ls-2{
    letter-spacing: 4px;
}

.btn-yellow{
    background-color: var(--yellow2);
    color: var(--blue);
   border-color: var(--blue);
}

.btn-yellow:hover{
    background-color: var(--yellow2);
    color: var(--blue);
}

section p{
    opacity: 0.9;

}

section.bg-img{
    background-size: cover;
    background-position: center;
    background-blend-mode: multiply;
    background-color: rgba(0, 0, 0, 0.719);
}

.bg-purple, bg-yellow{
    background-color: var(--yellow2);
}
.bg-yellow-light{
    background-color: var(--yellow-light);
}


.div-sub{
    width: 100%;
    height: 200px;
    overflow: hidden;
}
.sub-img{
    width: 100%;
    height: 200px;
    transform: scale(1.0);
    transition: all 0.3s ease-in-out;
    background-size: cover;
    background-position: center;
    background-color: rgba(0, 0, 0, 0.37);
    background-blend-mode: multiply;
}
.sub-img:hover{
    width: 100%;
    height: 200px;
    transform: scale(1.1);
    transition: all 0.3s ease-in-out;
    background-color: rgba(0, 0, 0, 0.548);
    background-blend-mode: multiply;
}


.bg-footer{
    background-color: var(--yellow2-hover);
    color: white;
}

p{
    opacity: 0.8;
}

.ft-link{
    color: white;
    opacity: 0.7;
    transition: all 0.3s ease-in-out;
}

.ft-link:hover{
    color: white;
    opacity: 1;
    /* text-decoration: underline; */
    letter-spacing: 2px;
    transition: all 0.3s ease-in-out;
}

.breadcrumb{
--bs-breadcrumb-divider-color: rgb(248 251 255 / 75%) !important;
    --bs-breadcrumb-item-padding-x: 0.5rem;
    --bs-breadcrumb-item-active-color: rgb(247 247 247 / 75%) !important;
}

.gallery-img{
    height: 300px;
    background-size: cover;
    transition: all 0.3s ease-in-out;
    color: white;
    background-position: center;
}

@media screen and (max-width:600px) {
    .gallery-img{
        height: 180px;
    }
}

.gallery-img:hover{
    background-color: #00000044;
    background-blend-mode: multiply;
    color: white;
    transition: all 0.3s ease-in-out;
}

.gallery-icon{
    opacity: 0;
    transform: scale(0.2);
    transition: all 0.3s ease-in-out;
}

.gallery-img:hover .gallery-icon{
    opacity: 1;
    transform: scale(1.0);
    transition: all 0.3s ease-in-out;
}

/* new style */
.bg-blue-light{
    background-color: var(--blue-light);
}

.bg-blue{
    background-color: var(--blue);
}
.text-blue{
    color: var(--blue);
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
    color: var(--yellow2);
    background-color: transparent;
    border-color: transparent;
    border-bottom: 2px solid var(--yellow2);
}
.nav-tabs .nav-link{
    color: var(--blue);
}

.icon-circle{
    width: 50px;
    height: 50px;
    border-radius: 50px;
    background-color: var(--blue);
    display: flex;
    justify-content: center;
    align-items: center;
}

.py-5{
    padding-top: 80px !important;
    padding-bottom: 80px !important;
    
}
@media screen and (max-width: 768px) {
    .py-5{
        padding-top: 40px !important;
        padding-bottom: 40px !important;
    }
    
}



.Tutors-hover{
    overflow: hidden;
    height: 200px;
    background: no-repeat var(--yellow2); 
   background-size: cover;
   border: 1px solid var(--blue);
   transition: all 0.5s ease-in-out;
}

.Tutors-hover:hover{
    overflow: hidden;
    background: no-repeat var(--blue-light); 
    background-size: cover;
    border: 1px solid var(--blue); 
}

.Tutors-hover .Tutors-1{
    transition: all 0.5s ease-in-out;
    /* display: block; */
    opacity: 100%;
    margin-top: 80px;

}

.Tutors-hover:hover .Tutors-1{
    transition: all 0.5s ease-in-out;
    /* display: none; */
    opacity: 0;
    margin-top: -0px;

}

.Tutors-hover .Tutors-2{
    transition: all 0.5s ease-in-out;
    /* display: none; */
    opacity: 0%;
    margin-top: 100px;


}
.Tutors-hover:hover .Tutors-2{
    transition: all 0.5s ease-in-out;
    /* display: block; */
    opacity: 100%;
    margin-top: -120px;

}


/* about css */
.inner-banner{
    width: 100%;
    background-size: cover;
    background-position: center;
    background-blend-mode: multiply;
    background-color: rgba(0, 0, 0, 0.548);

}


/* course css */
/* .classes{
    color: var(--blue);
    transition: all 0.3s ease-in-out;
 background: url('../img/bg-classroom.png') no-repeat center center var(--blue-light);
} */

.classes:hover{
    background: url('../img/bg-classroom.png') no-repeat top center var(--yellow1);
    transition: all 0.3s ease-in-out;
    color: var(--blue);
}
.hover-1{
    color: white;
    transition: all 0.3s ease-in-out;
 background: url('../img/bg-classroom.png') no-repeat center center tomato;
}

.hover-2{
    color: white;
    transition: all 0.3s ease-in-out;
 background: url('../img/bg-classroom.png') no-repeat center center rgb(69, 219, 169);
}

.hover-3{
    color: white;
    transition: all 0.3s ease-in-out;
 background: url('../img/bg-classroom.png') no-repeat center center rgb(69, 109, 219);
}

.hover-4{
    color: white;
    transition: all 0.3s ease-in-out;
 background: url('../img/bg-classroom.png') no-repeat center center rgb(105, 179, 21);
}

.hover-5{
    color: white;
    transition: all 0.3s ease-in-out;
 background: url('../img/bg-classroom.png') no-repeat center center rgb(201, 117, 204);
}

@media screen and (min-width:900px) and (max-width:1500px) {
   .dropbox:hover .dropdown-menu{
    display: block !important;
   }


    
}





