@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, li {
    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;
}

/* .contact-btn {
    border: none;
    background: linear-gradient(135deg, #f48665 0%, #fda23f 100%);
    color: #fff !important;
    transition: transform .2s;
}

.contact-btn:hover {
    transform: scale(1.1);
} */

/* section one */

.section-one h1 {
    color: #F14E87 !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 !important;
    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;
}


/* why dpit section */
.why-dpit h1 {
    color: #3864D3 !important;
}

/* learning section */

.learn-sec {
    background-color: #080852;
    height: auto;
}

.learn-sec h1 {
    color: #F14E87 !important;
}

/* career section */

.career-sec h1 {
    color: #F14E87 !important;
}


/* 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 .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;
    }

    /* 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;
    }


    /* 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;
    }

    

  /* footer section */
 
    .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 .contact-btn {
        font-size: 17px !important;
        margin-left: 35px !important;
    }

    nav .nav-item .nav-link {
        font-size: 17px !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;
    }

    /* 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;
    }

    /* learn section */
    .learn-sec .learn-img {
        margin-left: 160px !important;
        width: 50% !important;
    }

     /* why dpit */
     .why-dpit img {
        width: 50% !important;
        margin-left: 160px !important;
    }

    /* carrer support */
    .career-sec img {
        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: 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;
    }



}

