@import url('https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Courgette&display=swap');

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 26px;
    overflow-x: hidden;
    background-color: #fff !important;
}
h1, h2, h3, h4, h5, h6 {
    font-family: Kollektif Bold !important;
}
p, a {
    font-family: TT Norms !important;
}
body p {
    text-align: justify !important;
}
li {
    text-align: justify !important;
}
nav {
    background-color: #fff !important;
}

.nav-item .nav-link {
    color: lightslategray !important;
    font-size: 16px !important;
    font-weight: 500;
}

.nav-item .nav-link i {
    border-radius: 50% !important;
    background-color: #3864D3;
    color: #fff ;
    height: 31px;
    width: 31px;
}
.nav-item .nav-link i:hover {
    border-bottom: none !important;
}
.nav-item .nav-link:hover {
    /* border-bottom: 3px solid #3864D3 !important; */
    color: #3864D3 !important;
}

.nav-item .active {
    border-bottom: 3px solid #000066;
    color: #000066 !important;
}


/* hero online section styles starts from here */

.hero-online {
    background-image: url('/Images/online.7.png');
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    height: 80vh !important;
}
.hero-online p {
    font-size: 22px;
}
.hero-online .reg-btn a {
    text-decoration: none;
    color: #fff !important;
}
.hero-online .reg-btn {
    background-color: #3864D3;
    color: #fff !important;
    transition: transform .2s;
}
.hero-online .reg-btn:hover {
    transform: scale(1.1);
}
/* class section styles starts from here */

.class-section {
    background-color: #e3e8ff;
}
.class-section p {
    font-size: 22px;
}

/* live section styles starts from here */

.live-section {
    background-color: #fff;
}
.live-section h2 {
    font-size: 24px;
}
.live-section .card-header{
    background-color: #F14E87;
    color: #fff;
}
.live-section h1{
    color: #3c4858 !important;
}
.live-section .card{
    transition: 0.5s;
}
.live-section .card:hover{
    transform: translateY(-20px);
}
.live-section .enroll-btn {
    background-color: #3864D3;
    border: none;
    color: #fff;
    transition: transform .2s;
}
.live-section .enroll-btn:hover {
    transform: scale(1.1);
    background-color: #3864D3;
    color: #fff;
}

/* explore section styles starts from here */

.explore-section {
    background-image: url('/Images/explore.bsck.png');
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
}

/* comment section styles starts from here */
.comment-section {
    background-image: url('/Images/testmonials.back.jpg');
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    height: 85vh !important;
}

.comment-section .pink-text {
    color: #F14E87 !important;
}

.comment-section .card {
    border-radius: 20px;
}

.testimonial-card {
    max-width: 600px;
    padding: 30px;
    background-color: #ffffff;
    border-radius: 12px;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
    margin: 20px auto;
    position: relative;
    font-family: Arial, sans-serif;
}
.testimonial-card h5 {
    color: #004aad;
    font-weight: bold;
    font-size: 1.1rem;
}
.testimonial-card p {
    font-size: 1rem;
    color: #333333;
}
.testimonial-card .author {
    font-weight: bold;
    color: #004aad;
    margin-top: 10px;
    font-size: 1.1rem;
}
.testimonial-card .designation {
    color: #666666;
    font-size: 0.9rem;
}
.testimonial-card .company {
    color: #ff4d6d;
    font-size: 0.9rem;
    position: absolute;
    right: 20px;
    bottom: 24px;
}
.comment-section .comment-slide .carousel-indicators .comment-btn {
    background-color: #3864D3 !important;
    border-radius: 50% !important;
    height: 15px !important;
    width: 15px !important;
}

/* Footer styles starts from here */
.footer {
    background-color: #F14E87; /* Background color */
    color: white;
    padding: 50px 0;
    position: relative;
    /* font-size: 14px; */
    
}
.footer .content p {
    font-size: 16px !important;
}
.footer .address, .footer .info, .footer .links {
    margin-bottom: 20px;
}
.footer .info {
    text-align: center;
}
.footer .links a{
    /* text-align: right; */
    text-decoration: none;
}
.footer .address i, .footer .info i {
    font-size: 35px;
    margin-right: 10px;
}
.footer img {
    width: 150px;
}
.footer .map-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('/images/Black_on_white_dotted_world_map_vector-removebg.png') no-repeat center;
    background-size: cover;
    opacity: 0.2;
    z-index: 1;
}
.footer .content {
    position: relative;
    z-index: 2;
}


/* mobile responsive styles starts from here */
@media only screen and (max-width: 600px) {
    nav .navbar-toggler {
        margin-left: 80%;
        margin-top: -103px;
    }
    nav .contact-btn {
        font-size: 16px !important;
        margin-left: 35px !important;
    }

    nav .nav-item .nav-link {
        font-size: 16px !important;
    }

    /* hero online section */
    .hero-online {
        width: 100% !important;
        height: auto !important;
    }
    .hero-online h1 {
        font-size: 26px !important;
        margin-top: 0px !important;
    }
    .hero-online p {
        font-size: 15px !important;
    }
    .hero-online .num-text {
        flex-direction: column !important;
    }
    .hero-online .num-text h2 {
        font-size: 22px !important;
    }
    .hero-online .reg-btn {
        font-size: 16px !important;
    }

    /* class section */
    .class-section h1 {
        font-size: 26px !important;
        margin-top: 0px !important;
    }
    .class-section p {
        font-size: 17px !important;
    }
    .class-section .card h5 {
        font-size: 20px !important;
    }

    /* live section */
    .live-section {
        background-color: #e3e8ff;
        margin-top: 0px !important;
    }
    .live-section .card{
        margin-bottom: 10px !important;
    }

    /* explore section */
    .explore-section .card {
        margin-bottom: 10px !important;
    }

    /* comment section */
    .comment-section {
        width: 100% !important;
        height: auto !important;
    }
    .comment-section .carousel-item .card {
        padding: 0px !important;
    }
    .comment-section .carousel-item .card h4 {
        font-size: 17px !important;
    }
    .comment-section .carousel-item .card p {
        font-size: 14px !important;
    }
    .comment-section .carousel-item .card .text-gap {
        gap: 5px !important;
    }
    .comment-section .carousel-inner h1 {
        margin-bottom: 0px !important;
        margin-top: 15px !important;
    }

    /* footer */
    .footer {
        height: auto !important;
    }

    .footer .content {
        padding: 0px 5px !important;
    }

    .footer .map-bg {
        background-repeat: no-repeat !important;
        background-size: cover !important;
        background-position: center center !important;
    }
    .footer .content .copy-right {
        font-size: 16px !important;
        margin-left: 20px !important;
    }
    .footer .content .terms  {
        margin-top: 0px !important;
        font-size: 15px !important;
        margin-right: 78px !important;
    }
}


/* tablet responsive styles starts from here */
@media only screen and (max-width:800px) and (min-width:600px) {
    nav .contact-btn {
        font-size: 17px !important;
        margin-left: 35px !important;
    }

    nav .nav-item .nav-link {
        font-size: 17px !important;
    }

    .hero-online {
        width: 100% !important;
        height: auto !important;
    }
    .hero-online h1 {
        font-size: 36px !important;
        margin-top: 0px !important;
    }
    .hero-online p {
        font-size: 17px !important;
    }
    .hero-online .num-text h2 {
        font-size: 22px !important;
    }
    .hero-online .reg-btn {
        font-size: 17px !important;
    }

    /* class section */
    .class-section h1 {
        font-size: 32px !important;
        margin-top: 0px !important;
    }
    .class-section p {
        font-size: 18px !important;
    }
    .class-section .card h5 {
        font-size: 20px !important;
    }

    /* live section */
    .live-section {
        background-color: #e3e8ff;
        margin-top: 0px !important;
    }
    .live-section .card{
        margin-bottom: 10px !important;
    }

    /* explore section */
    .explore-section .card {
        margin-bottom: 10px !important;
    }

    /* comment section */
    .comment-section {
        width: 100% !important;
        height: auto !important;
    }
    .comment-section .carousel-item .card {
        padding: 0px !important;
    }
    .comment-section .carousel-item .card h4 {
        font-size: 18px !important;
    }
    .comment-section .carousel-item .card p {
        font-size: 15px !important;
    }
    .comment-section .carousel-item .card .text-gap {
        gap: 5px !important;
    }
    .comment-section .carousel-inner h1 {
        margin-bottom: 0px !important;
        margin-top: 15px !important;
    }

    .hero-online .online-img1 {
        width: 50% !important;
        margin-left: 160px !important;
    }
}

/* large devices (14 inch laptops and desktops) */

@media only screen and (min-width: 992px) {
    /* comment section */
    .comment-section {
        width: 100% !important;
        height: auto !important;
    }
    .comment-section .carousel-item .card {
        padding: 0px !important;
    }
    .comment-section .carousel-item .card h4 {
        font-size: 18px !important;
    }
    .comment-section .carousel-item .card p {
        font-size: 15px !important;
    }
    .comment-section .carousel-item .card .text-gap {
        gap: 5px !important;
    }
    .comment-section .carousel-inner h1 {
        margin-bottom: 0px !important;
        margin-top: 15px !important;
    }
}