body {
    font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.workshop-details {
    border: none;
    background-color: #103c86;
    display: flex;
    gap: 100px;
    border-radius: 10px;
    position: relative;
    margin-top: -30px;
    width: 1406px;
    margin-left: auto;
    margin-right: auto;
}

.workshop-details .program-start,
.program-fee,
.program-duration {
    padding: 15px;
}

.workshop-details .program-start i,
.workshop-details .program-fee i,
.workshop-details .program-duration i {
    color: white;
    font-size: 57px;
}

.workshop-details .program-start span,
.workshop-details .program-fee span,
.workshop-details .program-duration span {
    margin-top: -58px;
    margin-left: 75px;
    font-size: 20px;
    display: flex;
    color: white;
    font-weight: bold;
}

a {
    text-decoration: none;
}

.workshop-details .download-broucher {
    background-color: rgb(243 172 26);
    font-weight: bold;
    width: 376px;
    padding: 28px;
    border: none;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    color: black;
    font-size: 24px;
    align-items: center;
    justify-content: center;
    display: flex;
}

.about-us h3 {
    text-align: center;
    margin-top: 20px;
}

.about-us .nsti .logo {
    margin-left: -40px;
}

.program-highlights,
.learning-outcome,
.benefits-programme {
    background-color: rgb(59 129 234 / 18%);
    padding: 20px;
}

.kit-overview,
.kit-overview-content {
    display: flex;
}

.kit-overview p {
    text-align: justify;
    margin-top: 50px;
    margin-left: 50px;
}

.learning-outcome .learning-outcome-content .module-row-1,
.learning-outcome .learning-outcome-content .module-row-2,
.learning-outcome .learning-outcome-content .module-row-3 {
    display: flex;
    gap: 80px;
    justify-content: center;
}

.learning-outcome em {
    display: flex;
    justify-content: center;
}

.learning-outcome .learning-outcome-content .learning-outcome-row-1,
.learning-outcome .learning-outcome-content .learning-outcome-row-2 {
    display: flex;
    gap: 80px;
    justify-content: center;
}

.programme-fee-eligibility {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}

.programme-fee-eligibility button {
    background-color: #103c86;
    padding: 8px;
    border-radius: 10px;
    border: 0px;
    color: white;
    width: 350px;
}

.benefits-programme .benefits-programme-content .benefits-programme-row-1,
.benefits-programme .benefits-programme-content .benefits-programme-row-2,
.benefits-programme .benefits-programme-content .benefits-programme-row-3,
.benefits-programme .benefits-programme-content .benefits-programme-row-4 {
    display: flex;
    gap: 80px;
    justify-content: center;
}

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

.social-links a {
    position: relative;
    background-color: rgb(0, 71, 187);
    /* sky blue tone */
    color: #fff;
    font-size: 22px;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    transition: all 0.3s ease;
    overflow: visible;
    /* allow corners outside */
}

/* Common corner style */
.social-links a span {
    position: absolute;
    width: 14px;
    height: 14px;
    border: 2px solid rgb(0, 71, 187);
}


.social-links a .corner-tl {
    top: -6px;
    left: -6px;
    border-right: none;
    border-bottom: none;
}


.social-links a .corner-tr {
    top: -6px;
    right: -6px;
    border-left: none;
    border-bottom: none;
}


.social-links a .corner-bl {
    bottom: -6px;
    left: -6px;
    border-top: none;
    border-right: none;
}


.social-links a .corner-br {
    bottom: -6px;
    right: -6px;
    border-top: none;
    border-left: none;
}

.social-links a:hover span {
    border-color: rgb(0, 71, 187);
    transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    will-change: transform;
}

i {
    display: flex;
    margin: auto;
}

.module-7,
.learning-outcome-5 {
    margin-left: 9px;
}

.block-1,
.block-2 {
    display: none;
}

.workshop-details {
    zoom: 93%;
}

.india-space-academy {
    display: flex;
    gap: 50px;
    width: 70%;
    margin: auto;
    text-align: justify;
}

.india-space-academy .logo img {
    width: 1500px;
}

.india-space-academy .content {
    margin-top: 20px;
    height: 0px;
}

.nsti {
    display: flex;
    gap: 50px;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    text-align: justify;
    margin-top: 20px;
}

.wegyanik {
    display: flex;
    gap: 50px;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    text-align: justify;
    margin-top: 10px;
}

.nsti .logo img {
    width: 1500px;
}

.nsti .content {
    margin-top: 20px;
    height: 0px;
    margin-left: -43px;
}

.wegyanik .logo img {
    width: 1100px;
}

.wegyanik .content {
    margin-top: 15px;
    height: 0px;
    margin-left: -12px;
}

@media(max-width:1740px) {
    .nsti {
        margin-top: 50px;
    }

    .wegyanik .logo img {
        width: 1060px;
    }
}

@media(max-width:1690px) {
    .nsti .content {
        margin-left: -32px;
    }
}

@media(max-width:1600px) {

    .india-space-academy,
    .nsti,
    .wegyanik {
        width: 80%;
    }
}

@media(max-width:1450px) {

    .india-space-academy,
    .nsti,
    .wegyanik {
        width: 90%;
    }
}

@media(max-width:1400px) {

    .module-7,
    .learning-outcome-5 {
        margin-left: 0px;
    }

    .workshop-details {
        zoom: 80%;
    }
}

@media(max-width:1300px) {
    .nsti {
        margin-top: 100px;
    }

    .wegyanik {
        margin-top: 50px;
    }
}

@media(max-width:1200px) {
    .wegyanik {
        margin-bottom: 50px;
    }

    .program-overview {
        max-width: 90%;
    }
}

@media(max-width:1100px) {
    .nsti {
        margin-top: 145px;
        margin-left: 59px;
    }

    .wegyanik {
        margin-top: 70px;
    }
}

@media(max-width:1050px) {
    .nsti {
        margin-top: 190px;
    }

    .wegyanik {
        margin-top: 90px;
    }
}

@media(max-width:1200px) {
    .workshop-details {
        zoom: 67%;
    }
}

@media(max-width:1000px) {
    .program-highlight-center {
        display: none;
    }

    .block-1,
    .block-2 {
        display: block;
    }

    .workshop-details {
        zoom: 62%;
    }
}

@media(max-width:998px) {
    .container {
        max-width: 90%;
    }
}

@media(max-width:700px) {
    footer {
        zoom: 80%;
    }
}

@media (max-width: 600px) {
    .social-links a {
        width: 45px;
        height: 45px;
        font-size: 20px;
    }
}