@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

.iti {
    width: 100%;
}

/* Font utility classes */

.font-mukta {
    font-family: 'Mukta', sans-serif;
}

.font-poppins {
    font-family: 'Poppins', sans-serif;
}

.font-raleway {
    font-family: 'Raleway', sans-serif;
}

.mySwiper .swiper-button-next,
.mySwiper .swiper-button-prev {
    width: 25px;
    height: 25px;
}

.mySwiper .swiper-button-next::after,
.mySwiper .swiper-button-prev::after {
    font-size: 18px !important;
    /* Arrow size */
    color: #656565;
}


h1,
h2 {
    font-family: 'Raleway' !important;
}

h3,
h4,
li,
span {
    font-family: "Poppins", sans-serif;
}

.pedagogy-methodology-section {
    background: #FDFDFD;
}

.main-conatiner {
    max-width: 1280px;
    margin: 0 auto;
    padding: 32px;
}

.ped-section {
    display: flex;
    /* justify-content: space-between; */
    text-align: -webkit-center;
    gap: 40px;
    justify-content: center;
}

.learn-box {
    width: 240px;
}

.learn-box p {
    margin-top: 22px;
    font-size: 18px;
    line-height: 22px;
    font-weight: 500;
}

.programme.insights-section {
    background: url(./images/overview/programme-insights.png);
    background-size: cover;
}

.main-conatiner-program {
    max-width: 1280px;
    margin: 0 auto;
    padding: 32px 32px 65px;
}

.pro-in-section {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 15px;
}

.box-pro {
    background: #fff;
    padding: 40px 20px;
    border-width: 4px, 1px, 1px, 1px;
    border-radius: 12px;
    border-top: 4px solid #AFAFAF;
    height: 370px;
    overflow: scroll;
    scrollbar-width: none;
}

.box-pro h4 {
    color: #0A0A0A;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 20px;
}

.box-pro ul {
    list-style: disc;
    margin-left: 24px;
}

.box-pro li {
    color: #4B5563;
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 10px;
}

.curri-main-container {
    background: #D9D9D93D;
    padding: 20px;
    border-radius: 16px;
}

.cont-main {
    background: #fff;
}

.Programme-Fee-details-section {
    background: #F6F6F6;
}

.main-conatiner-fee {
    max-width: 1280px;
    margin: 0 auto;
    padding: 32px 32px 50px;
}

.fee-container {
    background: #fff;
    padding: 25px 20px;
    border-radius: 12px;
    border: 2px solid #E5E7EB;
    width: 800px;
    margin: 0 auto;
}

p.fee-title {
    font-size: 20px;
    line-height: 16px;
    font-weight: 500;
    margin-bottom: 20px;
}

p.deta {
    font-size: 20px;
    font-weight: 500;
    color: #4B5563;
}


p.app-fe {
    font-size: 18px;
    line-height: 27px;
    font-weight: 600;
    text-align: end;
}

p.total-fe {
    font-size: 24px;
    line-height: 36px;
    font-weight: 600;
}

.app-fee {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.total-fee {
    display: flex;
    justify-content: space-between;
    margin-bottom: 24px;
    margin-top: 20px;
}

hr.big {
    border: 2px solid #302175;
}

.content-of-footer {
    max-width: 1280px;
    margin: 0 auto;
    padding: 30px 15px;
    justify-items: center;
}

.part-main {
    display: flex;
}

.part-main img {
    border-left: 2px solid #1268b3;
    padding-left: 20px;
}

.part-main h3 {
    font-size: 26px;
    line-height: 20px;
    font-weight: 400;
    color: #1268b3;
    margin-right: 20px;
}

.part-main {
    display: flex;
    align-items: center;
    margin-top: 10px;
}

.content-of-footer p {
    font-size: 20px;
    line-height: 20px;
    font-weight: 500;
    color: #1268b3;
    margin-bottom: 12px;
}



@media (min-width: 767px) and (max-width: 1024px) {
    .pro-in-section {
        grid-template-columns: 1fr;
    }
}

@media (min-width: 320px) and (max-width: 767px) {
    .pro-in-section {
        grid-template-columns: 1fr;
    }

    .fee-container {
        width: 100%;
    }

    .module-title {
        font-size: 14px;
    }

    .ped-section.font-poppins {
        flex-wrap: wrap;
    }

    .box-pro li {
        font-size: 12px;
    }

    .learn-box p {
        font-size: 16px;
    }


    .out-come {
        display: block;
    }

    .tog-main {
        display: flex;
        justify-content: space-between;
    }

    p.total-fe {
        font-size: 17px;
        line-height: 20px;
    }

    p.deta {
        font-size: 14px;
    }

    p.app-fe {
        font-size: 17px;
        line-height: 20px;
        text-align: left;
    }

    .main-sli {
        justify-content: flex-start !important;
    }

    .content-of-footer p {
        font-size: 14px;
        line-height: 20px;
        text-align: center;
    }

    .part-main h3 {
        font-size: 16px;
        margin-right: 12px;
    }

    .part-main img {
        width: 170px;
        padding-left: 12px;
    }

    .cont-main li {
        font-size: 13px;
    }

    .cont-main ul {
        padding-left: 0;
    }

    .total-fee {
        display: block;
    }

    .app-fee {
        display: block;
    }

    p.fee-title {
        font-size: 18px;
        line-height: 23px;
    }

    .logo {
        justify-content: center;
    }
}


@media (max-width: 768px) {
    .rankings-section {
        position: relative !important;
        top: -221px !important;
        margin-top: -221px !important;
    }
}

@media (min-width: 769px) {
    .rankings-section {
        position: relative !important;
        top: -150px !important;
        margin-top: -150px !important;
    }
}