@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;
    scroll-behavior: smooth;
    width: 100% !important;

}
h1, h2, h3, h4, h5, h6 {
    font-family: Kollektif Bold !important;
}
p, a, li {
    font-family: TT Norms !important;
}
.container-fluid {
    width: 100% !important;
    max-width: 100vw !important;
}
body p {
    text-align: justify !important;
}
li {
    text-align: justify !important;
}
/* .container {
    width: 100% !important;
    max-width: 100vw !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;
}

/* nav .contact-btn {
    border: none;
    
    background-color: #3864D3 !important;
    color: #fff !important;
    transition: transform .2s;
}

nav .contact-btn:hover {
    transform: scale(1.1);
    background-color: #3864D3 !important;
    color: #fff !important;
} */


/* first slide styles starts from here */
.first-slide {
    background-image: url('/Images/img-4.jpg');
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    /* height: 100vh !important; */
}

.first-slide .pink-text {
    color: #F14E87 !important;
}

.first-slide .blue-text {
    color: #3864D3 !important;
}

.first-slide p {
    font-size: 18px !important;
}

.first-slide .enroll-btn a {
    text-decoration: none;
    color: #fff !important;
}

.first-slide .enroll-btn {
    background-color: #3864D3;
    color: #fff;
    font-weight: 400;
    transition: transform .2s;
}

.first-slide .enroll-btn:hover {
    transform: scale(1.1);
}

.first-slide h2 {
    font-size: 33px !important;
}

.first-slide .email-para p {
    font-size: 18px !important;
    font-weight: 500 !important;

}

.first-slide .email-para .num {
    margin-left: 80px !important;
}

.first-slide {
    position: relative;
}

.first-slide .pink-img {
    position: absolute;
    top: 40px;
    right: 180px;
}

.hero-slide .carousel-indicators .indicator-btn {
    background-color: #3864D3 !important;
    border-radius: 50% !important;
    height: 15px !important;
    width: 15px !important;
}

/* second slide styles starts from here */

.second-slide {
    background-image: url('/Images/image\ 1.jpg');
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    /* height: 100vh !important; */
}

.second-slide .pink-text {
    color: #F14E87 !important;
}

.second-slide p {
    font-size: 18px !important;
}

.second-slide .explore-btn {
    background-color: #F14E87 !important;
    color: #fff !important;
    font-weight: 500 !important;
    transition: transform .2s;
}

.second-slide .explore-btn:hover {
    transform: scale(1.1);
}

.second-slide h2 {
    color: #F14E87 !important;
    font-size: 33px !important;
}

.second-slide .email-para p {
    font-size: 18px !important;
    font-weight: 500 !important;
}

.second-slide .email-para .num {
    margin-left: 80px !important;
}

.second-slide {
    position: relative;
}

.second-slide .blue-img {
    position: absolute;
    top: 8px;
    right: 16px;
}

/* third slide styles starts from here */

.third-slide {
    background-image: url('/Images/image\ 2.jpg');
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    /* height: 100vh !important; */
}

.third-slide p {
    font-size: 18px !important;
}

/* .third-slide .join-btn {
    background-color: #3864D3 !important;
    color: #fff;
    font-weight: 600 !important;
    transition: transform .2s;
}

.third-slide .join-btn:hover {
    transform: scale(1.1);
} */
.third-slide .view-btn {
    background-color: #3864D3 !important;
    color: #fff;
    font-weight: 600 !important;
    transition: transform .2s;
}
.third-slide .view-btn {
    transform: scale(1.1);
}
.third-slide .email-para p {
    font-size: 18px !important;
    font-weight: 500 !important;
}

.third-slide h2 {
    font-size: 33px !important;
}

.third-slide {
    position: relative;
}

.third-slide .blue-img {
    position: absolute;
    top: 0px;
    right: 16px;
}

.third-slide .email-para .num {
    margin-left: 80px !important;
}

/* fourth slide styles starts from here */

.fourth-slide {
    background-image: url('/Images/image5.png');
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    /* height: 100vh !important; */
}

.fourth-slide .blue-text {
    color: #3864D3 !important;
}

.fourth-slide p {
    font-size: 18px !important;
}

.fourth-slide .get-btn {
    background-color: #F14E87 !important;
    color: #fff !important;
    font-weight: 500 !important;
    transition: transform .2s;
}

.fourth-slide .get-btn:hover {
    transform: scale(1.1);
}

.fourth-slide .email-para p {
    font-size: 18px !important;
    font-weight: 500 !important;
}

.fourth-slide h2 {
    font-size: 33px !important;
}

.fourth-slide {
    position: relative;
}

.fourth-slide .pink-img {
    position: absolute;
    top: 40px;
    right: 180px;
}

.fourth-slide .email-para .num {
    margin-left: 80px !important;
}

/* course section styles starts from here */
.course-section .carousel-container {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    /* max-width: 900px; */
    margin: 20px auto;
  }
  
  .course-section .carousel-wrapper {
    overflow: hidden;
    width: 100%;
  }
  
  .course-section .carousel-content {
    display: flex;
    transition: transform 0.3s ease-in-out;
  }
  
  .course-section .carousel-content .card {
    flex: 1 0 33.33%; /* 3 visible cards, 100% / 3 = 33.33% */
    display: flex;
    align-items: center;
    justify-content: center;
    /* padding: 10px; */
    border: 1px solid #ddd;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    min-height: 80px;
    background-color: #f9f9f9;
    /* gap: 30px; */
    margin: 3px;
    
  }
  .course-section .carousel-content .card p {
    text-align: justify !important;
  }
  .carousel-btn {
    padding: 10px;
    margin: 0 10px;
    background-color: #007bff;
    color: white;
    border: none;
    cursor: pointer;
    border-radius: 50%;
    size: 40px;
  }
  
  .carousel-btn:disabled {
    background-color: #ccc;
  }
.course-section {
    background-color: #080852;
}
.course-section h5 {
    color: #F14E87 !important;
    font-size: 25px !important;
}

.course-section .auto {
    border: 1px solid #F14E87;
    border-radius: 8px !important;
}

.course-section .auto h4 {
    color: #F14E87 !important;
}

.course-section .auto img {
    border: 1px solid #3864D3;
    border-radius: 5px;
}

.course-section .auto .blue-btn a {
    color: #fff !important;
}

.course-section .auto .blue-btn {
    background-color: #3864D3 !important;
    color: #fff !important;
    transition: transform .2s;
}

.course-section .auto .blue-btn:hover {
    transform: scale(1.1);
    background-color: #3864D3 !important;
    color: #fff !important;
}

.course-section .system {
    border: 1px solid #3864D3;
    border-radius: 8px;
}

.course-section .system h4 {
    color: #3864D3 !important;
}

.course-section .system img {
    border: 1px solid #F14E87;
    border-radius: 5px;
}

.course-section .system .pink-btn a {
    color: #fff !important;
}

.course-section .system .pink-btn {
    background-color: #F14E87 !important;
    color: #fff !important;
    transition: transform .2s;
}

.course-section .system .pink-btn:hover {
    transform: scale(1.1);
}

.course-section .functional {
    border: 1px solid #F14E87;
    border-radius: 8px;
}

.course-section .functional h4 {
    color: #F14E87 !important;
}

.course-section .functional .blue-btn a {
    color: #fff !important;
}

.course-section .functional .blue-btn {
    background-color: #3864D3;
    color: #fff;
    transition: transform .2s;
}

.course-section .functional .blue-btn:hover {
    transform: scale(1.1);
}

.course-section .functional img {
    border: 1px solid #3864D3;
    border-radius: 5px;
}

.course-section .carousel-item {
    padding: 20px 0;
}

.course-section a {
    text-decoration: none !important;
    color: #fff;
}




/* brand section */

.header {
    background-color: #F14E87 !important;
}

/* log section styles */
.logo-section .view-btn {
    background-color: #004aad !important;
    color: #fff;
}

/* .logo-slider .slick-slide {
    margin: 3px;
} */

.logo-section .slick-dots li.slick-active button:before {
    color: #004aad;
}

.logo-section .slick-dots li button:before {
    font-size: 8px;
}

.slick-next:before,
.slick-prev:before {
    color: #004aad !important;
    font-size: 24px;
}

.item:hover {
    display: block;
    transition: all ease 0.3s;
    transform: scale(1.1) translateY(-5px);
}

/* about us section */

.about-section h1 {
    color: #004aad;
}

.about-section p {
    color: #000 !important;
}

.about-section .read-btn a {
    text-decoration: none;
    color: #fff !important;
}

.about-section .read-btn {
    background-color: #F14E87 !important;
    color: #fff !important;
    border: none !important;
    font-size: 22px !important;
    transition: transform .2s;
}

.about-section .read-btn:hover {
    transform: scale(1.1);
}

.about-section .about-content p {
    font-size: 18px !important;
    font-weight: 500;
}

.about-section .about-para {
    font-size: 19px !important;
}

.about-section .about-content img {
    /* background-color: #3864D3 !important; */
    border-radius: 50% !important;
    border: 5px solid #004aad !important;
}

/* why dpit section styles starts from here */

.why-dpit h2 {
    color: #004aad !important;
}

.why-dpit {
    background-image: url('/Images/img-4.jpg');
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
}

.why-dpit .why-content p {
    font-size: 18px !important;
}

.why-dpit .reg-btn a {
    text-decoration: none;
    color: #fff !important;
}

.why-dpit .reg-btn {
    background-color: #F14E87 !important;
    color: #fff !important;
    font-size: 22px;
    font-weight: 500;
    transition: transform .2s;
}

.why-dpit .reg-btn:hover {
    transform: scale(1.1);
}

.why-dpit .why-content img {
    /* background-color: #3864D3 !important; */
    border-radius: 50% !important;
    border: 5px solid #004aad !important;
}


/* comment section styles starts from here */
/* .comment-section  .carousel-inner {
    display: flex;
    flex-wrap: nowrap;
} */
/* .comment-section .carousel-inner .carousel-item {
    display: flex;
    justify-content: center;
    gap: 15px;
} */
/* .comment-section .carousel-inner .carousel-item > div {
    flex: 0 0 auto;
} */


/* 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;
}

/* table-section styles starts from here */
.table-sec h2 {
    color: #F14E87 !important;
}

.table-sec .pink-text {
    color: #F14E87 !important;
}

.table-sec thead {
    background-color: #99acff;
    font-size: 22px;
}

.table-sec tbody {
    background-color: #cdd6ff;
}

.table-sec tbody {
    font-size: 16px;
    font-weight: 600;
}

.table-sec .enroll-btn a {
    text-decoration: none;
    color: #fff !important;
}

.table-sec .enroll-btn {
    background-color: #004aad;
    color: #fff;
    border: none;
    transition: transform .2s;
}

.table-sec .enroll-btn:hover {
    transform: scale(1.1);
}

/* question section styles starts from here */

.question-section {
    background-image: url('/Images/question.back.jpg');
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
}

.question-section .accordion {
    width: 50%;
    margin-left: 25%;
}

.question-section .accordion .accordion-header .accordion-button {
    color: #000 !important;
    font-size: 18px !important;
    font-weight: 500 !important;
}

.question-section .accordion .accordion-header .accordion-button:focus {
    background-color: #F14E87 !important;
    color: #fff !important;
}

.question-section .accordion .accordion-header .accordion-button {
    border-radius: 15px !important;
}

.question-section .accordion .accordion-body {
    font-size: 16px !important;
}

.question-section {
    position: relative;
}

.question-section .pink-line {
    position: absolute;
    top: 40px;
    right: 250px;
}

/* Footer styles starts from here */
.footer {
    background-color: #F14E87;
    /* Background color */
    color: white;
    padding: 50px 0;
    position: relative;
    /* font-size: 14px; */
}

.footer .address,
.footer .info,
.footer .links {
    margin-bottom: 20px;
}

.footer .info {
    text-align: center;
}

/* .footer .links {
    text-align: right;
} */
.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;
}
.req-form .modal-content{
    border: 2px solid #3864D3 !important;
}

/* mobile view styles starts from here */
@media only screen and (max-width: 600px) {
    body p {
        text-align: justify !important;
    }
    nav .navbar-toggler {
        margin-left: 80%;
        margin-top: -103px;
        /* border: 2px solid #004aad !important; */
    }
   
    nav .contact-btn {
        font-size: 16px !important;
        margin-left: 35px !important;
    }

    nav .nav-item .nav-link {
        font-size: 16px !important;
    }
    nav .navbar-nav {
        margin-left: 25px !important;
    }


    /* hero section first slide */
    .first-slide {
        width: 100% !important;
    }

    .first-slide h1 {
        font-size: 26px !important;
    }

    .first-slide p {
        font-size: 15px !important;
    }

    .first-slide .enroll-btn {
        font-size: 16px !important;
    }

    .first-slide h2 {
        font-size: 22px !important;
    }

    .first-slide .email-para {
        flex-direction: column !important;
        gap: 0px !important;
    }

    .first-slide .email-para p {
        font-size: 15px !important;
    }

    .first-slide .email-para .num {
        margin-left: 0px !important;
    }

    .first-slide .first-img {
        width: 100% !important;
        height: 100% !important;
        margin-top: 0px !important;
    }

    .first-slide .pink-img {
        right: 15px !important;
        top: 13px !important;
        width: 100px !important;
    }


    /* hero section second slide */
    .second-slide {
        width: 100% !important;
    }

    .second-slide h1 {
        font-size: 27px !important;
    }

    .second-slide p {
        font-size: 15px !important;
    }

    .second-slide .explore-btn {
        font-size: 15px !important;
    }

    .second-slide h2 {
        font-size: 22px !important;
    }

    .second-slide .email-para {
        flex-direction: column !important;
        gap: 0px !important;
    }

    .second-slide .email-para p {
        font-size: 15px !important;
    }

    .second-slide .email-para .num {
        margin-left: 0px !important;
    }

    .second-slide .second-img {
        width: 100% !important;
        height: 100% !important;
        margin-top: 0px !important;
    }

    .second-slide .blue-img {
        top: 7px !important;
        left: 10px !important;
    }

    /* hero section third slide */
    .third-slide {
        width: 100% !important;
    }

    .third-slide h1 {
        font-size: 28px !important;
    }

    .third-slide p {
        font-size: 15px !important;
    }

    .third-slide .view-btn {
        font-size: 15px !important;
    }

    .third-slide h2 {
        font-size: 22px !important;
    }

    .third-slide .email-para {
        flex-direction: column !important;
        gap: 0px !important;
    }

    .third-slide .email-para p {
        font-size: 15px !important;
    }

    .third-slide .email-para .num {
        margin-left: 0px !important;
    }

    .third-slide .third-img {
        width: 100% !important;
        height: 100% !important;
    }

    .third-slide .blue-img {
        right: 35px !important;
        top: 8px !important;
    }



    /* hero section fourth slide */
    .fourth-slide {
        width: 100% !important;
    }

    .fourth-slide h1 {
        font-size: 25px !important;
    }

    .fourth-slide p {
        font-size: 15px !important;
    }

    .fourth-slide .get-btn {
        font-size: 15px !important;
    }

    .fourth-slide h2 {
        font-size: 22px !important;
    }

    .fourth-slide .email-para {
        flex-direction: column !important;
        gap: 0px !important;
    }

    .fourth-slide .email-para p {
        font-size: 15px !important;
    }

    .fourth-slide .email-para .num {
        margin-left: 0px !important;
    }

    .fourth-slide .fourth-img {
        width: 100% !important;
        height: 100% !important;
    }

    .fourth-slide .pink-img {
        right: 0px !important;
    }

    /* course section */
    .course-section h1 {
        font-size: 38px !important;
    }

    .course-section .card {
        margin-bottom: 10px !important;
    }

    .course-section .carousel-content .card {
        flex: 1 0 100%; /* 1 visible card */
        min-height: 100px !important;
    }

    .course-section .carousel-content .card .blue-btn {
        font-size: 16px !important;
    }
    .course-section .carousel-content .card .pink-btn {
        font-size: 16px !important;
    }
    .course-section .carousel-content .card .course1-img {
        width: 160px !important;
        height: 160px !important;
    }
    .course-section .carousel-content .card h4 {
        font-size: 20px !important;
    }
    .carousel-btn {
        size: 10px !important;
        padding: 5px !important;
    }
    .course-section .carousel-content .card .course2-img {
        width: 160px !important;
        height: 160px !important;
    }
    .course-section .carousel-content .card .course3-img {
        width: 160px !important;
        height: 160px !important;
    }
    .course-section .carousel-content .card .course4-img {
        width: 160px !important;
        height: 160px !important;
    }
    .course-section .carousel-content .card .course5-img {
        width: 160px !important;
        height: 160px !important;
    }
    .course-section .carousel-content .card .course6-img {
        width: 160px !important;
        height: 160px !important;
    }


    


    /* brand section */
    .header h1 {
        font-size: 26px !important;
    }

    .header {
        padding: 2px !important;
    }

    /* about section */
    .about-section {
        padding: 10px !important;
    }

    .about-section h1 {
        margin-top: 0px !important;
    }

    .about-section .about-para {
        font-size: 15px !important;
    }

    .about-content img {
        width: 50px !important;
        height: 50px !important;
        
    }

    .about-section .about-content h4 {
        font-size: 17px !important;
    }

    .about-section .about-content p {
        font-size: 14px !important;
    }

    .about-section .about-img {
        width: 100% !important;
        height: 100% !important;
        margin-left: 30px !important;
    }

    .about-section .about-content .read-btn {
        font-size: 15px !important;
    }


    /* why dpit */
    .why-dpit .why-content img {
        width: 50px !important;
        height: 50px !important;
    }
    .why-dpit h2 {
        font-size: 27px !important;
    }
    .why-dpit .why-content h4 {
        font-size: 17px !important;
    }

    .why-dpit .why-content p {
        font-size: 14px !important;
    }

    .why-dpit .why-img {
        margin-left: 40px !important;
    }

    .why-dpit .reg-btn {
        font-size: 15px !important;
    }
    .why-dpit .why-img2 {
        height: 110px !important;
        margin-top: 0px !important;
        margin-bottom: 15px !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: -35px !important;
    }
    .comment-section .testimonial-card .company {
        left: 30px !important;
        bottom: 10px !important;
    }
    /* table section */
    .table-sec {
        overflow-x: scroll !important;
    }

    .table-sec thead {
        font-size: 18px !important;
    }

    .table-sec tbody {
        font-size: 13px !important;
    }

    .table-sec .enroll-btn {
        font-size: 16px !important;
    }

    /* question section */
    .question-section .accordion {
        width: 90% !important;
        margin-left: 20px !important;
    }

    .question-section .accordion .accordion-header .accordion-button {
        font-size: 15px !important;
    }

    .question-section .accordion .accordion-body {
        font-size: 14px !important;
    }
    .question-section .pink-line {
        left: 30px !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;
    }
}


@media only screen and (max-width:800px) and (min-width:600px) {
    /* nav .navbar-toggler {
        border: 2px solid #004aad !important;
    } */

    nav .navbar-toggler .navbar-toggler-icon {
        color: #000 !important;
    }

    nav .contact-btn {
        font-size: 17px !important;
        margin-left: 35px !important;
    }

    nav .nav-item .nav-link {
        font-size: 17px !important;
    }

    /* hero section first slide */
    .first-slide {
        width: 100% !important;
    }

    .first-slide h1 {
        font-size: 35px !important;
    }

    .first-slide p {
        font-size: 16px !important;
    }

    .first-slide .enroll-btn {
        font-size: 16px !important;
    }

    .first-slide h2 {
        font-size: 23px !important;
    }

    .first-slide .email-para p {
        font-size: 15px !important;
    }

    .first-slide .email-para .num {
        margin-left: 0px !important;
    }

    .first-slide .first-img {
        width: 50% !important;
        height: 100% !important;
        margin-top: 0px !important;
        margin-left: 160px !important;
    }

    .first-slide .pink-img {
        top: 20px !important;
    }


    /* second slide */
    .second-slide {
        width: 100% !important;
    }

    .second-slide h1 {
        font-size: 38px !important;
    }

    .second-slide p {
        font-size: 16px !important;
    }

    .second-slide .explore-btn {
        font-size: 16px !important;
    }

    .second-slide h2 {
        font-size: 23px !important;
    }

    .second-slide .email-para p {
        font-size: 15px !important;
    }

    .second-slide .email-para .num {
        margin-left: 0px !important;
    }

    .second-slide .second-img {
        width: 50% !important;
        height: 100% !important;
        margin-top: 0px !important;
        margin-left: 160px !important;
    }

    .second-slide .blue-img {
        top: 13px !important;
        left: 44px !important;
        width: 150px !important;
    }

    /* third slide */
    .third-slide {
        width: 100% !important;
    }

    .third-slide h1 {
        font-size: 39px !important;
    }

    .third-slide p {
        font-size: 16px !important;
    }

    .third-slide .join-btn {
        font-size: 16px !important;
    }

    .third-slide h2 {
        font-size: 23px !important;
    }

    .third-slide .email-para p {
        font-size: 15px !important;
    }

    .third-slide .email-para .num {
        margin-left: 0px !important;
    }

    .third-slide .third-img {
        width: 50% !important;
        height: 100% !important;
        margin-left: 160px !important;
    }

    .third-slide .blue-img {
        top: 13px !important;
        left: 44px !important;
        width: 150px !important;
    }

    /* fourth slide */
    .fourth-slide {
        width: 100% !important;
    }

    .fourth-slide h1 {
        font-size: 39px !important;
    }

    .fourth-slide p {
        font-size: 16px !important;
    }

    .fourth-slide .get-btn {
        font-size: 16px !important;
    }

    .fourth-slide h2 {
        font-size: 23px !important;
    }

    .fourth-slide .email-para p {
        font-size: 15px !important;
    }

    .fourth-slide .email-para .num {
        margin-left: 0px !important;
    }

    .fourth-slide .fourth-img {
        width: 50% !important;
        height: 100% !important;
        margin-left: 160px !important;
    }

    .fourth-slide .pink-img {
        top: 24px !important;
        left: 18px !important;
    }

    /* course section */
    .course-section h1 {
        font-size: 38px !important;
    }

    .course-section .card {
        margin-bottom: 10px !important;
    }

    .course-section .carousel-content .card {
        flex: 1 0 50%; /* 2 visible cards */
        
    }
    .course-section .carousel-content .card .blue-btn {
        font-size: 16px !important;
    }
    .course-section .carousel-content .card .pink-btn {
        font-size: 16px !important;
    }
    .course-section .carousel-content .card .course1-img {
        /* width: 160px !important; */
        height: 205px !important;
    }
   
    .carousel-btn {
        size: 10px !important;
        padding: 5px !important;
    }
    .course-section .carousel-content .card .course2-img {
        height: 205px !important;
    }
    .course-section .carousel-content .card .course3-img {
        height: 205px !important;
    }
    .course-section .carousel-content .card .course4-img {
        height: 205px !important;
    }
    .course-section .carousel-content .card .course5-img {
        height: 205px !important;
    }
    .course-section .carousel-content .card .course6-img {
        height: 205px !important;
    }

    /* brand section */
    .header h1 {
        font-size: 30px !important;
    }

    .header {
        padding: 2px !important;
    }

    /* about section */
    .about-section {
        padding: 10px !important;
    }

    .about-section h1 {
        margin-top: 0px !important;
    }

    .about-section .about-para {
        font-size: 15px !important;
    }

    .about-content img {
        width: 60px !important;
        height: 60px !important;
    }

    .about-section .about-content h4 {
        font-size: 18px !important;
    }

    .about-section .about-content p {
        font-size: 15px !important;
    }

    .about-section .about-img {
        width: 100% !important;
        height: 100% !important;
        margin-left: 100px;
    }

    .about-section .about-content .read-btn {
        font-size: 16px !important;
    }

    /* why dpit section */
    .why-dpit .why-content img {
        width: 60px !important;
        height: 60px !important;
    }
    .why-dpit h2 {
        font-size: 30px !important;
    }
    .why-dpit .why-content h4 {
        font-size: 18px !important;
    }

    .why-dpit .why-content p {
        font-size: 15px !important;
    }

    .why-dpit .why-img {
        width: 50% !important;
        /* height: 100% !important; */
        margin-left: 160px !important;
    }
    .why-dpit .why-img2 {
        width: 50% !important;
        height: 100% !important;
        margin-top: 0px !important;
        margin-bottom: 15px !important;
        margin-left: 160px !important;
    }
    .why-dpit .why-content {
        margin-top: 15px !important;
    }
    .why-dpit .reg-btn {
        font-size: 16px !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;
    }

    /* table section */

    .table-sec thead {
        font-size: 18px !important;
    }

    .table-sec tbody {
        font-size: 13px !important;
    }

    /* question section */
    .question-section .accordion {
        width: 90% !important;
        margin-left: 30px !important;
    }

    .question-section .accordion .accordion-header .accordion-button {
        font-size: 16px !important;
    }

    .question-section .accordion .accordion-body {
        font-size: 15px !important;
    }


}


/* large devices (14 inch laptops and desktops) */

@media only screen and (min-width: 992px) {

    /* first slide */
    .first-slide h1 {
        font-size: 35px !important;
    }

    .first-slide p {
        font-size: 16px !important;
    }

    .first-slide .enroll-btn {
        font-size: 16px !important;
    }

    .first-slide h2 {
        font-size: 23px !important;
    }

    .first-slide .pink-img {
        top: 20px !important;
    }

    /* second slide  */

    .second-slide h1 {
        font-size: 38px !important;
    }

    .second-slide p {
        font-size: 16px !important;
    }

    .second-slide .explore-btn {
        font-size: 16px !important;
    }

    .second-slide h2 {
        font-size: 23px !important;
    }

    .second-slide .email-para p {
        font-size: 15px !important;
    }

    .second-slide .blue-img {
        top: -6px !important;
    }

    /* third slide */

    .third-slide h1 {
        font-size: 39px !important;
    }

    .third-slide p {
        font-size: 16px !important;
    }

    .third-slide .join-btn {
        font-size: 16px !important;
    }

    .third-slide h2 {
        font-size: 23px !important;
    }
    .third-slide .blue-img {
        top: -8px !important;
        left: 16px !important;
    }


    /* fourth slide */
    .fourth-slide h1 {
        font-size: 39px !important;
    }

    .fourth-slide p {
        font-size: 16px !important;
    }

    .fourth-slide .get-btn {
        font-size: 16px !important;
        margin-bottom: 20px !important;
    }

    .fourth-slide h2 {
        font-size: 23px !important;
    }
    .fourth-slide .pink-img {
        top: 24px !important;
        left: 18px !important;
    }


    /* course cards */
    .course-section .carousel-content .card .blue-btn {
        font-size: 16px !important;
    }
    .course-section .carousel-content .card .pink-btn {
        font-size: 16px !important;
    }
    .course-section .carousel-content .card .course1-img {
        /* width: 160px !important; */
        height: 205px !important;
    }
   
    .carousel-btn {
        size: 10px !important;
        padding: 5px !important;
    }
    .course-section .carousel-content .card .course2-img {
        height: 205px !important;
    }
    .course-section .carousel-content .card .course3-img {
        height: 205px !important;
    }
    .course-section .carousel-content .card .course4-img {
        height: 205px !important;
    }
    .course-section .carousel-content .card .course5-img {
        height: 205px !important;
    }
    .course-section .carousel-content .card .course6-img {
        height: 205px !important;
    }



    /* testimonials */
    .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: -35px !important;
    }
    .comment-section .testimonial-card .company {
        left: 30px !important;
        bottom: 10px !important;
    }
    
    
    }


    @media only screen and (min-width: 1200px) {
        .second-slide .blue-img {
            top: -28px !important;
            left: 110px !important;
        }
        .second-slide {
            padding: 50px !important;
        }

        .third-slide .blue-img {
            top: -27px !important;
        }
        .fourth-slide .comprehensive4 {
            margin-top: 40px !important;
        }
    }