@font-face {
    font-family: Gilroy-font-bold;
    src: url(font/Gilroy-Bold.ttf);
}
@font-face {
    font-family: Gilroy-font-regular;
    src: url(font/Gilroy-Regular.ttf);
}

body{
    margin: 0;
    font-family: Gilroy-font-bold, sans-serif;
    background-color: white;
}
::placeholder{
    font-size: 1.25rem;
}
.navbar-light .navbar-toggler:focus{
    box-shadow: none;
}

/* index */
.header .navbar .nav-item {
    padding-right: 50px;
}
.header .navbar .nav-item .nav-link{
    color: #7f2cf2;
    font-size: 14px;
    font-weight: bold;
}
.header .nav-btn{
    font-size: 18px;
}
.header .navbar .nav-item img{
    display: none;
}

.nav-btn{
    display: inline-block;
    background-image: linear-gradient(to top, #0f1d41, #7f2cf2);
    padding: 1rem 2rem;
    font-size: 16px;
    color: white;
    text-decoration: none;
    box-shadow: 0 20px 20px rgba(118, 33, 236, .2);
    border-radius: 50px;
    animation: zoom 0.5s infinite alternate ease-in-out;

    &:hover{
        color: white;
    }
}
@keyframes zoom {
    0%{
        transform: scale(1);
    }
    100%{
        transform: scale(1.09);
    }
}

.banner{
    padding: 60px 0;
    background: url(images/Dot.png) no-repeat right 160px;
}
.banner h1{
    color: #8836f6;
    font-size: 64px;
    padding-bottom: 25px;
}
.banner p{
    font-size: 18px;
    padding-bottom: 30px;
    color: rgb(38 39 41 / 70%);
    font-family: "Lato", sans-serif;
}
.ban-btn{
    color: #4730ad;
    padding: 1rem 2rem;
    font-size: 16px;
    border: 2px solid #4730ad;
    text-decoration: none;
    border-radius: 50px;
    margin-left: 20px;
}
.banner .carousel-indicators button{
    display: none;
}
.banner .img-slider{
    padding: 0 60px;
}
.carousel-inner{
    border-radius: 10px;
}

.courses{
    padding: 80px 0;
    background: url(images/Vector.png) no-repeat;
    background-size: 100px 100px;
}
.courses h2{
    color: #8836f6;
    font-size: 54px;
    padding-bottom: 25px;
    padding-bottom: 10px;
}
.courses h3{
    font-size: 54px;
    padding-bottom: 25px;
}
.courses .best{
    position: relative;
}
.courses .best .best-seller{
    position: absolute;
    width: 110px;
    top: -20px;
    left: -20px;
}
.courses .card{
    background-color: #efe3ff;
    min-height: 560px;
    width: 95%;
    margin: auto;
    border-radius: 10px;
    box-shadow: 0 0 10px #0003;
}
.courses .card img{
    border-radius: 10px 10px 0 0;
}
.courses .card .card-body span{
    font-size: 12px; 
    font-weight: 300;
    font-family: "Montserrat", sans-serif;
    color: #7621ec;
}
.courses .card .card-body .icon i{
    font-size: 14px;
    color: rgb(255, 187, 0);
}
.courses .card-title{
    font-size: 16px;
    padding-bottom: 10px;
    font-family: "Poppins", sans-serif;
}
.courses .card-text{
    opacity: .7;
    color: #282938;
    font-size: 12px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
}
.courses .card-body .btn{
    background-color: #7621ec;
    color: white;
    font-size: 14px;
    border-radius: 8px;
    padding: 8px 15px;
    font-family: "Poppins", sans-serif;
}
.courses .best .available{
    position: absolute;
    width: 160px;
    top: 0;
    left: 0;
}
.courses .card .card-body .price{
    color: #7621ec;
    font-family: "Rubik", sans-serif;
    font-size: 14px;
    font-weight: 500;
    align-self: center;
}

.counter{
    background-color: #8836f6;
    padding: 80px 0;
    text-align: center;
    color: white;
}
.counter h2{
    font-size: 54px;
    padding-bottom: 40px;
}
.counter p{
    font-size: 40px;
    font-weight: 700;
    font-family: Arial, Helvetica, sans-serif;
    margin-bottom: 0;
}
.counter span{
    font-size: 20px;
    font-family: Arial, Helvetica, sans-serif;
}

.team{
    padding: 80px 0;
    text-align: center;
    background: url(images/Dot.png) no-repeat left 400px #efe3ff;
}
.team h2{
    font-size: 54px;
    padding-bottom: 40px;
}
.team .card{
    background-color: transparent;
}
.team .card .card-img-top{
    width: 8rem;
    height: 8rem;
    margin: auto;
}
.team .card span{
    color: #7621ec;
    font-family: "Manrope", sans-serif;
    font-size: 14px;
    font-weight: 700;
}
.team .card .card-title{
    color: #042552;
    font-size: 16px;
    font-family: "Manrope", sans-serif;
    padding-top: 5px;
    font-weight: 700;
}
.team .card .card-text{
    color: rgb(4 37 82 / 70%);
    font-size: 12px;
    font-family: "Manrope", sans-serif;
}

.national{
    padding: 50px 0;
    text-align: center;
    background-color: #8836f6;
    color: white;
}
.national h2{
    font-size: 40px;
}
.national .logo-img{
    padding: 40px;
    background-color: rgb(239 227 255 / 5%);
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.national span{
    color: #efe3ff;
    font-size: 12px;
    font-family: "Open Sans", sans-serif;
    padding-top: 20px;
}

.testi{
    padding: 80px 0;
    background-color: #f6f8ff;
}
.testi h2{
    font-size: 54px;
    text-align: center;
}
#testi .testi-card{
    background-color: #fff;
    border-radius: 15px;
    padding: 2rem;
    transition: all 0.5s ease-in-out;
    height: 100%;

    &:hover{
        background-color: rgb(118, 33, 236);
        color: white;
    }
}
.testi .testi-card .testi-text{
    font-family: "Rubik", sans-serif;
    line-height: 1.8em;
}
.testi .testi-card .testi-img{
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
    margin: 22px 0 15px 0;
}
.testi .testi-card .testi-user-name{
    margin-bottom: 0;
}
.testi .testi-card .testi-deg{
    font-size: 13px;
}
.testi .testi-card .testi-icon {
    color: rgb(255, 166, 0);
    font-size: 14px;
    padding-top: 10px;
}

.alum-video{
    padding: 50px 0;
    text-align: center;
    background-color: #f6f8ff;
}
.alum-video h2{
    font-size: 54px;
    padding-bottom: 50px;
}

.about{
    padding: 80px 0;
    background-color: #8836f6;
    color: white;
}
.about h2{
    font-size: 54px;
    text-align: center;
}
.about .card{
    background-color: transparent;
    border: 0;
}
.about .card img{
    width: 50px;
}
.about .card .card-body{
    padding-left: 0;
}
.about .card .card-body .card-title{
    font-family: "Montserrat", sans-serif;
    font-size: 23px;
    font-weight: 700;
}
.about .card .card-body .card-text{
    font-family: "Open Sans", sans-serif;
}

.contact{
    padding: 80px 0;
    background-color: #f0e1ff;
    text-align: center;
}
.contact h2{
    color: #7621ec;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 54px;
    font-weight: 700;
}
.contact-form{
    background-color: #fff;
    box-shadow: 0 5px 8px 2px rgba(0, 0, 0, .25);
    padding: 2% 5% 6%;
    border-radius: 15px;
    width: 70vw;
    margin: auto;
    text-align: left;
}
.contact-form .icon i{
    color: #4730ad !important;
    font-size: 35px;
}
.contact-form h3{
    font-size: 36px;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    padding-bottom: 15px;
    text-align: center;
}
.contact-form p{
    font-size: 20px;
    font-family: "Roboto", sans-serif;
    color: #575f6e;
    font-weight: 300;
    padding-bottom: 10px;
}
.contact-form .input-group{
    background-color: #efe3ff;
    border-radius: 10px;
}
.contact-form .input-group input{
    padding: 12px 15px !important;
}
.contact-form .input-group i{
    font-size: 24px;
}
.contact-form .nav-btn{
    width: 40%;
}

.ourapp{
    padding-top: 100px;
}
.ourapp .app-text{
    padding: 150px 100px 0 0;
}
.ourapp .app-text h2{
    color: #7621ec;
    font-size: 88px;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-weight: 800;
    text-align: center;
    margin-bottom: 50px;
}
.ourapp .app-text p{
    color: rgb(38 39 41 / 70%);
    font-family: "Lato", sans-serif;
    font-size: 18px;
    line-height: 1.6em;
    padding-bottom: 20px;
}

.footer{
    background: url(images/Ellipse-36.png) no-repeat, linear-gradient(to top, #7621ec, #9747ff);
    background-size: 200px;
    padding: 80px;
    color: #fff;
}
.footer h2{
    font-size: 64px;
    text-align: center;
}
.footer p{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
}
.footer ul li{
    padding: 10px 0;
}
.footer i{
    font-size: 20px; 
    padding-right: 10px;
}
.footer a{
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
}
.footer .icon-img{
    width: 25px;
    margin: 0 10px;
}
.fix1, .fix2{
    background-color: #7621ec;
    width: 130px;
    padding: 10px;
    border-radius: 5px;
    position: fixed;
    bottom: 15px;
    right: 20px;


    a{
        color: #fff;
        text-decoration: none;
        font-family: Gilroy-font-bold;
    }
}
.fix1{
    bottom: 70px;
}
.modal{
    backdrop-filter: blur(10px);
}
.modal-content{
    border-radius: 15px;
}
.modal-dialog-centered{
    max-width: max-content !important;
    text-align: center;
    border-radius: 15px;
}


/* about */
.aboutus{
    padding-bottom: 80px;
    background: url(images/Dot.png) no-repeat right 170px;
}
.aboutus h2{
    font-size: 54px;
    margin: 80px 0 35px 0;
}
.aboutus p{
    font-size: 20px;
    font-family: "Lato", sans-serif;
    color: rgb(38 39 41 / 70%);
    line-height: 1.6em;
    margin-bottom: 40px;
}

.founder{
    padding: 80px;
    background-color: #efe3ff;
}
.founder h2{
    font-size: 54px;
    margin-bottom: 35px;
}
.founder p{
    font-size: 18px;
    font-family: "Lato", sans-serif;
    color: rgb(38 39 41 / 70%);
    line-height: 1.6em;
    margin-bottom: 40px;
}

.story{
    text-align: center;
    padding: 80px 0;    
    background: url(images/Vector.png) no-repeat #f6f8ff;
    background-size: 120px 150px;
}
.story .story-text{
    width: 70vw;
    margin: auto;
}
.story h2{
    color: #262729;
    font-size: 54px;
    margin-bottom: 30px;
}
.story p{
    color: rgb(38 39 41 / 70%);
    font-size: 18px;
    font-family: "Lato", sans-serif;
    padding: 0 20px;
    margin-bottom: 30px;
}

/* course */

.main-heading{
    padding: 60px 0;
    text-align: center;
}
.main-heading h1{
    font-size: 70px;
    color: #263238;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 700;
}
.main-heading p{
    color: #575f6e;
    font-size: 24px;
    font-family: Gilroy-font-regular;
}

#certicication{
    background-color: #f6f8ff;
    background-size: cover;
    background-image: url(images/Vector.png), url(images/Vector-1.png),url(images/Dot.png);
    background-position:  left top, right bottom, right 100px;
    background-size: 100px 100px, 100px 100px, auto;
    
}

#diploma{
    background-color: #9747ff26;
    background-image: url(images/Dot.png), url(images/Dot.png);
    background-position: top left, right bottom;
    background-size: auto;
}
#diploma .card{
    background-color: white;
}

#foundation{
    background: linear-gradient(#fff, #efe3ff);
}
#foundation .card{
    background-color: #fefcff;
}


/* terms */
.body{
    padding: 40px 0;
}
.body h1{
    color: #7621ec;
    text-align: center;
    font-size: 54px;
    margin-bottom: 50px;
}
.body h2{
    font-size: 36px;
    font-family: "Lato", sans-serif;
    font-weight: 800;
    margin-bottom: 20px;
}
.body p, li{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    padding-bottom: 8px;
}
.body ol{
    margin-bottom: 30px;
}
.body span{
    color: #7621ec;
    font-weight: 700;
}
.body div{
    margin-bottom: 50px;
}


/* product_details */
.main-body{
    box-shadow: 1px 1px 20px -3px rgba(0, 0, 0, .23);
    margin-bottom: 80px;
}
.main-body .heading{
    background-color: #8836f6;
    padding: 50px 80px 10px 80px;
    color: white;
}
.main-body .heading h1{
    font-size: 40px;
    padding-bottom: 10px;
}
.main-body .heading p{
    font-size: 20px;
    font-family: Arial, Helvetica, sans-serif;
}
.main-body .heading i{
    font-size: 14px;
    color: rgb(250, 170, 22);
}
.main-body .course-detail{
    padding: 50px 0px 50px 70px;
}
.main-body .course-detail h2{
    color: #8836f6;
    font-size: 38px;
    margin-bottom: 30px;
}
.main-body .course-detail p{
    font-size: 18px;
    font-family: "Lato", sans-serif;
    margin-bottom: 50px;
    line-height: 35px;
}
.main-body .about-course{
    background-color: #8836f6;
    color: white;
    padding: 50px 70px;
}
.main-body .about-course img{
    width: 30px;
}
.main-body .about-course p{
    font-size: 22px;
    font-family: "Lato", sans-serif;
}
#team{
    background: none;
}
#team h2{
    color: #8836f6;
    font-size: 38px;
}
#alum-video h2{
    color: #8836f6;
    font-size: 38px;
    text-transform: uppercase;
}
#testi{
    background: none;
    padding: 80px 50px;
}
#testi h2{
    color: #8836f6;
    font-size: 38px;
    text-transform: uppercase;
    margin-bottom: 40px;
}
#testi .testi-card{
    background-color: #efe3ff;

    &:hover{
        color: black;
    }
}
#banner{
    padding: 0;
    background: none;
}
#banner .img-slider{
    padding: 0;
}
#banner .ban-text{
    padding: 100px 0px 80px 50px;
}
#banner .ban-text h1{
    color: #8836f6;
    font-size: 38px;
}
#banner .ban-text p{
    color: black;
    font-size: 18px;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 35px;
}
.course-cc{
    padding: 50px 70px;
}
.course-cc h2{
    color: #8836f6;
    font-size: 38px;
    margin-bottom: 30px;
}
.course-cc ul{
    padding-left: 15px;
    padding-bottom: 10px;
}
.course-cc span{
    color: #8836f6;
    font-weight: 700;
}
.certificate{
    text-align: center;
    padding: 50px 0;
}
.certificate h2{
    color: #8836f6;
    font-size: 38px;
    margin-bottom: 50px;
}
.certificate img{
    width: 70%;
}