* {
    margin: 0;
    padding: 0;
    border: 0;
    background-color: transparent;
    background: none;
}

img {
    display: block;
    width: 100%;
    height: 100%;
}
.wrapper-secondary {
    width: 85%;
    margin: 0 auto;
}

#banner-container {
    padding: 100px 0 80px;
}

#banner-container .banner {
    background: none;
    background-color: #054289;
    /* border-radius: 30px; */
    border-radius: 40px;
    overflow: hidden;
    padding: 60px 100px;
}

#banner-container .banner .content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 50%;
    margin: 0 auto;
}

#banner-container .banner .content h3 {
    margin-bottom: 20px;
    color: #e1e1e1;
    font-size: 16px;
    font-family: "poppinsregular";
    font-weight: 400;
    opacity: 0.5;
}

#banner-container .banner .content h1 {
    margin-bottom: 25px;
    color: #fff;
    font-size: 32px;
}

#banner-container .banner .content p {
    color: #e1e1e1;
    font-size: 16px;
    font-family: 'poppins-light';
    stroke: #e1e1e1;
    text-align: center;
    width: 85%;
}

#overview {
    padding-bottom: 80px;
}

#overview .content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#overview .content .left {
    /* width: 45%; */
    width: 40%;
    display: flex;
    flex-direction: column;
    gap: 25px;
}

#overview .content .left div.row {
    display: flex;
    align-items: center;
    gap: 20px;
    width: 100%;
}

#overview .content .left div.row div.square-image {
    border: 1px solid #e1e1e1;
    border-radius: 24px;
    padding: 25px;
    width: 50%;
}

#overview .content .left div.rectangle-image {
    border: 1px solid #e1e1e1;
    border-radius: 24px;
    padding: 25px;
    width: 100%;
}

#overview .content .right {
    width: 45%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

#overview .content .right h3 {
    color: #232323;
    opacity: 0.5;
    font-family: "poppinsmedium";
    font-size: 16px;
    font-weight: 500;
}

#overview .content .right h1 {
    color: #232323;
    font-weight: 500;
    font-size: 32px;
    font-family: "poppinsmedium";
    width: 85%;
    line-height: 1.4em;
}

#overview .content .right h1 span {
    color: #054289;
}

#overview .content .right p {
    font-weight: 400;
    font-size: 20px;
    color: #828282;
    line-height: 1.6em;
    font-family: 'poppins-light';
    width: 90%;
}

#objectives {
    padding: 80px;
    background: rgba(249, 249, 249, 1);
}
#objectives .top {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 15px;
}
#objectives .top h3 {
    color: #232323;
    font-size: 16px;
    font-family: "poppins-light";
    opacity: 0.5;
}
#objectives .top h1 {
    margin-bottom: 25px;
    color: #232323;
    font-size: 32px;
}
#objectives .top h1 span {
    color: #054289;
}
#objectives .bottom {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
#objectives .bottom .left {
    width: 45%;
    display: flex;
    justify-content: center;
}
#objectives .bottom .left .image {
    /* width: 70%; */
    padding: 20px;
    overflow: hidden;
    background-color: #fff;
    position: relative;
    border: 1px solid #e1e1e1;
    border-radius: 360px;
}

#objectives .bottom .right {
    width: 45%;
}
#objectives .bottom .right ul {
    display: flex;
    flex-direction: column;
    gap: 50px;
}
#objectives .bottom .right ul li {
    display: flex;
    align-items: start;
    gap: 25px;
}

#objectives .bottom .right ul li .dot {
    height: 39px;
    width: 35px;
    display: flex;
    flex-shrink: 0;
}

#objectives .bottom .right ul li .text {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

#objectives .bottom .right ul li .text span {
    text-decoration-line: underline;
    color: #232323;
    font-size: 16px;
    opacity: 0.5;
}

#objectives .bottom .right ul li .text p {
    color: #000000;
    font-size: 16px;
    width: 85%;
}

#gateway {
    text-align: center;
    padding: 80px 0;
}
#gateway h3 {
    color: #232323;
    font-size: 16px;
    font-family: "poppinsmedium";
    font-weight: 400;
    opacity: 0.5;
    margin-bottom: 20px;
}
#gateway h1 {
    color: #232323;
    font-size: 32px;
    margin-bottom: 40px;
}
#gateway ul {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 15px;
}
#gateway ul li {
    width: 32%;
    display: flex;
    flex-direction: column;
    gap: 25px;
    border: 1px solid #e1e1e1;
    border-radius: 20px;
    overflow: hidden;
    padding: 20px;
    transition: all 0.5s ease-in-out;
}

#gateway ul li:hover .top img {
    transform: scale(1.1);
    transition: all 0.5s ease-in-out;
}
#gateway ul li:hover {
    border: 1px solid #fff;
    transition: all 0.5s ease-in-out;
}
#gateway ul li .top {
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 0;
}
#gateway ul li .top img {
    transition: all 0.6s ease-in-out;
}
#gateway ul li .bottom {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
}
#gateway ul li .bottom h4 {
    color: #232323;
    font-size: 20px;
    font-weight: 400;
}
#gateway ul li .bottom p {
    color: #828282;
    font-size: 16px;
    text-align: left;
}
#gateway ul li .bottom .button-box {
    display: flex;
    align-items: center;
    gap: 6px;
    cursor: pointer;
}
#gateway ul li .bottom .button-box p {
    color: #054289;
    font-size: 16px;
    font-family: "poppinsmedium";
    font-weight: 500;
}
#gateway ul li .bottom .button-box .arrow {
    width: 20px;
    height: 20px;
}

#course {
    background: #f9f9f9;
    padding: 90px 0;
}

#course .wrapper-secondary {
    width: 80%;
}

#course .content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#course .content .left {
    width: 40%;
    display: flex;
    flex-direction: column;
}

#course .content .left h3 {
    margin-bottom: 15px;
    color: #232323;
    opacity: 0.5;
    font-family: "poppins-light";
    font-size: 16px;
    font-weight: 600;
}

#course .content .left h1 {
    margin-bottom: 30px;
    color: #232323;
    font-weight: 500;
    font-size: 32px;
    font-family: "poppinsregular";
    line-height: 1.4em;
}

#course .content .left h1 span {
    color: #054289;
}

#course .content .left p {
    font-weight: 400;
    font-size: 20px;
    font-family: "poppins-light";
    color: #828282;
    line-height: 1.6em;
}

#course .content .right {
    width: 36%;
    position: relative;
}

#course .content .right .tooltip {
    position: absolute;
    z-index: 2;
    color: #232323;
    background: #ffffff;
    box-shadow: 7px 11px 30px rgba(0, 0, 0, 0.06);
    border-radius: 10px;
    display: flex;
    flex-wrap: wrap;
    font-size: 20px;
    padding: 8px 16px;
    line-height: 1.4em;
    top: 62%;
    left: -20%;
}

#course .content .right div.image {
    border-radius: 24px;
    padding: 25px;
    border: 1px solid #e1e1e1;
}
#programs {
    padding: 100px 60px;
    background: #f9f9f9;
}
#programs .wrapper-secondary {
    width: 80%;
    margin: 0px auto;
    max-width: 1350px;
}
#programs div.top {
}
#programs div.top h4.notification {
    margin-bottom: 20px;
    font-size: 16px;
    opacity: 0.5;
    color: #232323;
}
#programs div.top h2.course-heading {
}
#programs .cards-container {
    width: 66%;
    margin: 64px auto;
    column-gap: 25px;
    row-gap: 50px;
    display: grid;
    grid-template-columns: 1fr 1fr;
}
#programs .cards-container .card {
    width: 100%;
    background: #ffffff;
    border: 1px solid #e1e1e1;
    border-radius: 24px;
    padding: 20px;
    overflow: hidden;
}

#programs .cards-container .card:hover {
    box-shadow: 7px 11px 30px rgba(0, 0, 0, 0.06);
    border: 1px solid transparent;
}

#programs .cards-container .card:hover .img-container img {
    transform: scale(1.1);
}

#programs .cards-container .card .img-container {
    /* width: 320px; */
    height: 240px;
    overflow: hidden;
    border-radius: 12px;
}

#programs .cards-container .card .img-container img {
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 12px;
    object-fit: cover;
    transition: transform 0.2s;
}

#programs .cards-container .card .details {
    margin-top: 28px;
}

#programs .cards-container .card .details h3 {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    color: #232323;
    margin-bottom: 8px;
}

#programs .cards-container .card .details p {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.5px;
    color: #828282;
    font-family: "poppins-light";
    margin-bottom: 10px;
}
#programs .cards-container .card a.apply {
    color: #032a58;
    display: flex;
    align-items: center;
    font-family: "poppinsmedium";
    cursor: pointer;
}
#programs .cards-container .card a.apply img.arrow {
    display: inline-block;
    margin-left: 10px;
    width: 25px;
}

#download {
    background: #e1efff;
    padding: 90px 0;
}

#download .content {
    width: 60%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 12px;
}

#download .content h3 {
    color: #232323;
    opacity: 0.5;
    font-size: 16px;
    font-weight: 500;
}

#download .content h2 {
    color: #054289;
    font-family: "poppinsmedium";
    font-size: 32px;
}

#download .content p.first {
    color: #828282;
    margin-bottom: 25px;
    font-size: 16px;
}

#download .content div.download {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    border-radius: 10px;
    overflow: hidden;
    background-color: #fff;
    width: 90%;
    border: 1px solid #e1e1e1;
}

#download .content div.download .left {
    display: flex;
    align-items: center;
    gap: 10px;
}

#download .content div.download .left .icon {
    width: 24px;
    height: 24px;
}

#download .content div.download .left .pdf-name {
    color: #232323;
}

#download .content div.download .right {
}

#download .content div.download .right .icon {
    width: 24px;
    height: 24px;
    cursor: pointer;
}

/* //RESPONSIVE */
@media all and (max-width: 1450px) {
    #banner-container .banner .content {
        width: 60%;
    }

    #objectives .bottom .right ul li .text p {
        width: 100%;
    }
    #objectives .bottom .right ul {
        gap: 40px;
    }
}

@media all and (max-width: 1280px) {
    #banner-container .banner .content {
        width: 70%;
    }

    #overview .content .right h1 {
        width: 100%;
    }
    #overview .content .right p {
        font-size: 18px;
    }

    #course .content .left p {
        font-size: 18px;
        width: 90%;
    }
    #course .content .left h1 {
        margin-bottom: 20px;
    }
    #course .content .left h3 {
        margin-bottom: 15px;
    }

    #download .content div.download {
        padding: 15px 20px;
    }

    #objectives .bottom .left .image {
        width: 100%;
    }
    #objectives .bottom .right ul {
        gap: 30px;
    }
    #objectives .bottom .left {
        display: none;
    }
    #objectives .bottom .right {
        width: 100%;
    }

    #gateway ul li .bottom p {
        font-size: 14px;
    }
    #programs .cards-container {
        width: 72%;
    }
}

@media all and (max-width: 1080px) {
    #banner-container .banner .content {
        width: 80%;
    }
    #banner-container .banner .content h1 {
        font-size: 30px;
    }
    #banner-container {
        padding: 130px 0 80px;
    }

    #overview .content .right {
        gap: 25px;
    }
    #overview .content .right h1 {
        font-size: 30px;
    }
    #overview .content .right p {
        font-size: 16px;
    }
    #overview .content .left div.rectangle-image {
        padding: 20px;
    }
    #overview .content .left div.row div.square-image {
        padding: 20px;
    }

    #course {
        padding: 80px 0;
    }
    #course .content .left h1 {
        font-size: 30px;
        margin-bottom: 15px;
    }
    #course .content .left h1 br {
        display: none;
    }
    #course .content .left p {
        font-size: 16px;
        width: 100%;
    }
    #course .content .right .tooltip {
        left: -25%;
        font-size: 18px;
    }

    #download .content h2 {
        font-size: 30px;
    }
    #download {
        padding: 80px 0;
    }

    #objectives {
        padding: 80px 60px;
    }
    #objectives .top h1 {
        font-size: 30px;
    }

    #gateway h1 {
        font-size: 30px;
    }
    #programs .cards-container {
        width: 90%;
    }
}

@media all and (max-width: 980px) {
    #banner-container .banner .content {
        width: 90%;
    }
    #banner-container .banner {
        padding: 50px 50px;
    }
    #banner-container .banner .content h1 {
        font-size: 28px;
        text-align: center;
    }
    #banner-container .banner .content p {
        font-size: 14px;
    }

    #banner-container {
        padding: 120px 0 70px;
    }

    #overview {
        padding-bottom: 70px;
    }
    #overview .content .right h1 {
        font-size: 28px;
    }
    #overview .content .right p {
        font-size: 14px;
    }

    #course {
        padding: 70px 0;
    }
    #course .content .right {
        width: 45%;
    }
    #course .content .left h1 {
        font-size: 28px;
    }
    #course .content .left p {
        font-size: 14px;
    }
    #course .content .right .tooltip {
        left: -16%;
        font-size: 16px;
    }

    #download .content h2 {
        font-size: 28px;
    }
    #download .content div.download {
        padding: 13px 20px;
    }
    #download .content {
        text-align: center;
        gap: 5px;
        width: 70%;
    }
    #download {
        padding: 70px 0;
    }

    #objectives .bottom .right ul li .text {
        gap: 8px;
    }
    #objectives {
        padding: 70px 40px;
    }
    #objectives .top h1 {
        font-size: 28px;
    }
    #objectives div.top {
        margin-bottom: 40px;
    }

    #gateway h1 {
        font-size: 28px;
    }
    #gateway {
        padding: 70px 0;
    }
    #gateway ul li .bottom h4 {
        font-size: 18px;
    }
    #gateway ul {
        flex-wrap: wrap;
        justify-content: center;
    }
    #gateway ul li {
        width: 47%;
    }
    #gateway ul li .bottom p:first {
        min-height: 72px;
    }

    #programs {
        padding: 70px 0;
    }
    #programs .cards-container {
        grid-template-columns: 1fr 1fr;
        /* width: 47%; */
        margin-bottom: 0;
    }
    #programs .cards-container .card {
        width: 95%;
    }
    #programs .cards-container .card .details p {
        font-size: 14px;
    }
    #programs .cards-container .card .img-container {
        height: 200px;
    }
}

@media all and (max-width: 768px) {
    #banner-container .banner .content {
        width: 95%;
    }
    #banner-container .banner .content h1 {
        font-size: 26px;
        margin-bottom: 20px;
    }

    #overview .content .right h1 {
        font-size: 26px;
    }
    #overview .content {
        flex-direction: column-reverse;
        gap: 30px;
        text-align: center;
    }
    #overview .content .left {
        width: 100%;
    }
    #overview .content .right {
        width: 100%;
    }

    #course .content {
        flex-direction: column;
        gap: 30px;
        text-align: center;
    }
    #course .content .left {
        width: 100%;
    }
    #course .content .right {
        width: 100%;
    }
    #course .content .left h1 {
        font-size: 26px;
    }
    #course .content .right .tooltip {
        bottom: 1px;
        top: unset;
        justify-content: center;
        text-align: center;
        width: calc(100% - 2px);
        border-radius: 24px;
        left: 50%;
        transform: translateX(-50%);
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }
    #course .content .right .tooltip br {
        display: none;
    }

    #download .content h2 {
        font-size: 26px;
    }
    #download .content p.first {
        margin-bottom: 15px;
    }
    #download .content {
        width: 80%;
    }

    #objectives {
        padding: 70px 0px;
    }
    #objectives .bottom .right ul li .text p {
        font-size: 14px;
    }
    #objectives .bottom .right ul li .dot {
        height: 35px;
        width: 31px;
    }
    #objectives .top h1 {
        margin-bottom: 15px;
    }
    #objectives .top h1 {
        font-size: 26px;
    }
    #objectives div.top {
        margin-bottom: 30px;
    }

    #gateway h1 {
        font-size: 26px;
    }
    #gateway ul li .bottom p {
        font-size: 14px;
    }
    #gateway ul li .bottom .button-box p {
        font-size: 14px;
    }
    #gateway ul li .bottom .button-box .arrow {
        width: 16px;
        height: 16px;
    }
    #gateway ul li .bottom h4 {
        font-size: 16px;
    }
    #programs {
        padding: 70px 0;
    }
    #programs div.top h2.course-heading {
        font-size: 24px;
    }
    #programs .cards-container .card .img-container {
        height: 170px;
    }
    #programs .cards-container .card .details p {
        line-height: 20px;
    }

    #programs .cards-container .card .details h3 {
        font-size: 18px;
    }
    #programs .cards-container {
        margin-top: 40px;
    }
}

@media all and (max-width: 680px) {
    #gateway ul {
        gap: 25px;
    }
    #gateway ul li {
        width: 100%;
    }
    #programs .cards-container .card {
        width: 100%;
    }
    #programs .cards-container .card a.apply img.arrow {
        width: 20px;
    }
}

@media all and (max-width: 640px) {
    #banner-container .banner .content {
        width: 100%;
    }
    #banner-container .banner {
        padding: 40px 30px;
    }
    #banner-container .banner .content h1 {
        font-size: 24px;
        margin-bottom: 15px;
    }

    #overview .content .right h1 {
        font-size: 24px;
    }
    #overview .content .right {
        gap: 20px;
    }
    #overview .content .left div.rectangle-image {
        padding: 15px;
    }
    #overview .content .left div.row div.square-image {
        padding: 15px;
    }

    #course .content .left h1 {
        font-size: 24px;
    }

    #download .content h2 {
        font-size: 24px;
    }
    #download .content p.first {
        font-size: 14px;
    }
    #download .content {
        width: 90%;
    }

    #objectives .top h1 {
        font-size: 24px;
    }

    #gateway h1 {
        font-size: 24px;
    }
    #programs .cards-container .card .details h3 {
        font-size: 16px;
    }
    #programs .cards-container .card a.apply {
        font-size: 14px;
    }
    #programs .cards-container {
        grid-template-columns: 1fr;
    }
    #programs .cards-container .card .img-container {
        height: 230px;
    }
}

@media all and (max-width: 540px) {
    #banner-container .banner .content h1 {
        font-size: 22px;
    }
    .wrapper-secondary {
        width: 90%;
    }

    #overview .content .right h1 {
        font-size: 22px;
        width: 85%;
        margin: 0 auto;
    }
    #overview .content {
        gap: 25px;
    }

    #course .content .left h1 {
        font-size: 22px;
    }

    #download .content h2 {
        font-size: 22px;
    }
    #download .content {
        gap: 0;
    }
    #download .content p.first {
        margin-bottom: 10px;
    }

    #objectives .top h1 {
        font-size: 22px;
    }
    #objectives div.top {
        margin-bottom: 25px;
    }

    #gateway h1 {
        font-size: 22px;
    }
}

@media all and (max-width: 480px) {
    #banner-container {
        padding: 110px 0 60px;
    }

    #overview {
        padding-bottom: 60px;
    }
    #overview .content .right {
        gap: 12px;
    }

    #course {
        padding: 60px 0;
    }
    #course .content .right .tooltip {
        font-size: 14px;
    }
    #course .content .left h1 {
        width: 85%;
        margin: 0 auto;
    }
    #course .content .left h1 span br {
        display: none;
    }

    #download {
        padding: 60px 0;
    }
    #download .content div.download .left .pdf-name {
        font-size: 14px;
    }

    #objectives {
        padding: 50px 0px;
    }

    #gateway {
        padding: 60px 0;
    }
    #programs div.top h2.course-heading {
        font-size: 22px;
        line-height: 20px;
    }
    #programs div.top h4.notification {
        font-size: 14px;
    }
}

@media all and (max-width: 420px) {
    #banner-container .banner .content h1 {
        font-size: 20px;
    }

    #overview .content .right h1 {
        font-size: 20px;
    }

    #course .content .left h1 {
        font-size: 20px;
    }

    #download .content h2 {
        font-size: 20px;
    }

    #objectives .top h1 {
        font-size: 20px;
    }

    #gateway h1 {
        font-size: 20px;
    }
}

@media all and (max-width: 360px) {
    #overview .content .right h1 {
        width: 95%;
    }
    #download .content div.download .left .pdf-name {
        font-size: 14px;
    }
    #programs .cards-container {
        row-gap: 25px;
    }
    #programs .cards-container .card .img-container {
        height: 170px;
    }
    #programs .cards-container .card a.apply img.arrow {
        width: 20px;
    }
}
