@import url('https://fonts.googleapis.com/css2?family=Inter&family=Itim&family=Montserrat&family=Open+Sans&family=Poppins&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Barlow&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800;900&display=swap');

* {
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
}

:root {
    --blue: #072AC8;
    --light: #1E969F;
    --yellow: #FCF300;
    --orange: #FFC600;
    --Poppins: 'Poppins', sans-serif;
    --Montserrat: 'Poppins', sans-serif;
    --Inter: 'Poppins', sans-serif;
    --Barlow: 'Poppins', sans-serif;
}

.course__deatails {
    overflow: hidden;
}

.course__deatails__head {
    display: flex;
    align-items: center;
    gap: 20px;
    padding-left: 50px;
    padding-top: 100px;
}

.course__deatails__head__h3 {
    display: flex;
    padding: 8.281px;
    justify-content: center;
    align-items: center;
    gap: 8.281px;
    color: #FFF;
    font-family: var(--Poppins);
    font-size: 13.52px;
    font-style: normal;
    font-weight: 600;
    line-height: 13.425px;
    border-radius: 4.141px;
    background: var(--blue);
    text-transform: capitalize;
}

.course__deatails__head__para {
    color: #15C912;
    font-family: var(--Poppins);
    font-size: 16.062px;
    font-style: normal;
    font-weight: 600;
    line-height: 20.319px;
    margin-top: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4px;
}

.course__deatails__CourseName {
    color: #2C4AD0;
    font-family: var(--Barlow);
    font-size: 36px;
    font-style: normal;
    font-weight: 800;
    line-height: 36.062px;
    margin-top: 20px;
    text-transform: capitalize;
    padding-left: 50px;

}

.course__deatails__durations,.course__deatails__durations1 {
    margin-top: 30px;
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
    align-items: center;
}

.course__deatails__boxs {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.course__deatails__box {
    display: flex;
    color: var(--blue);
    gap: 50px;
    width: 200px;
    height: 140px;
}
.course__deatails__durations1{
    width: 100%;
    padding:0px 1rem;
    gap: 0px;
}

.course__deatails__highlights1 li{
    list-style: none;
}
.course__deatails__box__duration {
    display: inline;
    color: var(--blue);
    font-family: var(--Poppins);
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    text-transform: capitalize;

}

.course__deatails__box__duration__year {
    color: #000;
    font-family: var(--Poppins);
    font-size: 16.24px;
    font-style: normal;
    font-weight: 600;
    line-height: 18.873px;
}

.course__deatails__box__duration__sem {
    color: #000;
    font-family: var(--Poppins);
    font-size: 14.33px;
    font-style: normal;
    font-weight: 400;
    line-height: 18.873px;
}

.course__deatails__description {
    background-color: var(--blue);
    padding: 10px;
    margin-top: 40px;
}

.course__deatails__description__head {
    color: #FFF;
    font-family: var(--Poppins);
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 18.37px;
    text-transform: capitalize;
}

.course__deatails__description__para,
.course__deatails__description p {
    color: #FFF;
    font-family: var(--Poppins);
    font-size: 13.92px;
    font-style: normal;
    font-weight: 100;
    text-transform: capitalize;
    width: 90%;
}
.course__deatails__description ul li{
    color: #fff;
}
.course__deatails__highlights {
    margin-top: 50px;
}

.course__deatails__highlightsimg {
    margin-top: 10px;
    border: 2px solid #EAEAEA;
    padding: 20px;
    width: 80%;
    object-fit: cover;
    border-radius: 10px;
}

.course__deatails__highlights__h4 {
    padding: 12px;
    background: #EAEAEA;
    color: #000;
    font-family: var(--Poppins);
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 21px;
    padding-left: 10px;
    text-transform: uppercase;
}

.course__deatails__highlights p {
    padding: 10px;
    color: #000;
    font-family: var(--Poppins);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
    width: 92%;
    padding-top: 0px;
}

.course__deatails__highlights h1 {
    font-family: var(--Poppins);
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 19.2px;
    color: var(--blue);
    width: 90%;
    padding: 10px;
}

.course__deatails__highlights ul li {
    color: #212529;
    font-family: var(--Poppins);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
    padding: 10px;
}

.course__deatails__Duration__2 {
    padding: 10px;
}

.course__deatails__Duration__2H4 {
    color: var(--blue);
    font-family: var(--Poppins);
    font-size: 16px;
    font-style: normal;
    font-weight: 700;

}

.course__deatails__Duration__2 p {
    color: #212529;
    font-family: var(--Poppins);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
    padding: 10px;
}

.course__deatails__Duration__2 ul li {
    color: #212529;
    font-family: var(--Poppins);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
    /* 150% */
}

.course__deatails__job {
    background: var(--blue);
    padding: 10px;
    margin-top: 20px;
}

.course__deatails__job__head {
    color: #FFF;
    font-family: var(--Poppins);
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
}

.course__deatails__job ul li {
    color: #fff;
    font-family: var(--Poppins);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
}

.course__deatails__job p {
    color: #FFF;
    font-family: var(--Poppins);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
}

.course__deatails__jobTop {
    border-radius: 12px;
    background: #FFF;
    padding: 20px;
}

.course__deatails__jobTop__h4 {
    color: #2C4AD0;
    font-family: var(--Poppins);
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 19.2px;
    /* 120% */
}

.course__deatails__Univercities {
    padding: 50px;
}

.course__deatails__Univercities__h2 {
    color: #010E12;
    text-align: center;
    font-family: var(--Inter);
    font-size: 24.169px;
    font-style: normal;
    font-weight: 400;
    line-height: 29.003px;
    /* 120% */
    text-transform: uppercase;
}

.course__deatails__Univercities__para {
    color: #2F2F2F;
    text-align: center;
    font-family: var(--Inter);
    font-size: 14.11px;
    font-style: normal;
    font-weight: 300;
    line-height: 22.658px;
    /* 160.583% */
}

.course__deatails__jobTop img {
    width: 90%;
}

.course__deatails__highlights table {
    margin: 10px;
    width: 94%;
    border-collapse: collapse;
    border: none;
}

.course__deatails__highlights table th {
    color: #000;
    text-align: center;
    font-family: var(--Poppins);
    background-color: var(--orange);
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 21px;
    padding: 10px;
    border-radius: 2px;
}

.course__deatails__highlights table td {
    color: #000;
    font-family: var(--Poppins);
    font-size: 13px;
    font-style: normal;
    font-weight: 300;
    border: 1px solid #EAEAEA;
    padding: 8px;
    border-bottom-left-radius: 10px;
    border-radius: 20px;
}
.course__deatails__description__para1 {
    color: #fff;

    
}
@media screen and (min-width:768px) {
    .course__deatails__durations ,.course__deatails__durations1{
        justify-content: space-around;
        align-items: center;
        padding-left: 50px;
        padding-right: 50px;
        justify-content: flex-start;
    }

    .course__deatails__description {
        padding: 50px;
    }

    .course__deatails__highlights__h4 {
        padding-left: 50px;
    }

    .course__deatails__highlights p,
    .course__deatails__Duration__2 p,
    .course__deatails__Duration__2H4,
    .course__deatails__highlights h1,
    .course__deatails__job {
        padding-left: 50px;
        padding-bottom: 0px;
        padding-top: 0px;
    }

    .course__deatails__job {
        padding: 50px;
    }
    .course__deatails__highlights table{
        margin-left: 50px;
        width: 50%;
    }

    .course__deatails__highlights ul li,
    .course__deatails__Duration__2 ul li {
        margin-left: 50px;
    }

    .course__deatails__jobTop img {
        width: 30%;
        object-fit: contain;
    }
}

@media screen and (min-width:1024px) {
    .course__deatails__durations {
        justify-content: flex-start;
    }
    .course__deatails__durations1{
        justify-content: flex-start;
    }

}

@media screen and (min-width:1440px) {
    .course__deatails__durations1{
        justify-content: space-between;
    }
}