* {
    margin: 0;
    padding: 0;
}

header {
    height: 90vh;
    background-image: url(Assests/Images/Courses_bg.jpeg);
    background-size: cover;
}

body {
    background-color: #eef1f4;
}

nav {
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    position: absolute;
    top: 0;
}

nav a {
    text-decoration: none;
    color: #eef1f4;
}

.logo img {
    width: 300px;
    height: 70px;
}

.nav-list ul {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 23px;
}

.nav-list ul li {
    list-style: none;
    color: #eef1f4;
    font-size: 13px;
    font-family: sans-serif;
    letter-spacing: 2px;
    cursor: pointer;
}

.nav-list ul li :hover {
    color: #c1dbf5;
}

section .enq {
    width: 50vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 0;
    top: 200px;
    gap: 23px;
}

section .enq a {
    text-decoration: none;
    color: white;
}


section .enq span {
    font-size: 35px;
    color: white;
    letter-spacing: 2px;
    font-family: sans-serif;
    font-weight: 500;
}

section .enquire {
    background-color: #003366;
    color: white;
    padding: 15px 20px;
    font-family: sans-serif;
    font-size: 15px;
    border: none;
    border-radius: 50px;
    cursor: pointer;
}

.programs .heading {
    color: #003366;
    font-family: sans-serif;
    font-weight: 100;
    letter-spacing: 2px;
    text-align: center;
    margin-top: 60px;
}

.programs a {
    text-decoration: none;
    color: #eef1f4;
}

.programs .program-container {
    height: 490px;
    width: 85vw;
    margin: auto;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 50px;
}

.programs .program-container .program-box {
    margin: 10px 0px;
}

.programs .program-container .program-image {
    height: 250px;
    width: 250px;
    border-radius: 50%;
    margin: 20px 0px;
}

.programs .program-container .about-program {
    height: 250px;
    width: 250px;
    margin: 20px 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.program-image img {
    height: 250px;
    width: 250px;
    border-radius: 50%;
}

.about-program .program-name {
    font-size: 16px;
    font-weight: 600;
    font-family: sans-serif;
    letter-spacing: 2px;
    margin-bottom: 20px;
}

.about-program .para {
    font-size: 14px;
    font-family: sans-serif;
    letter-spacing: 0px;
    line-height: 24px;
}

.about-program .enquire {
    background-color: #003366;
    color: white;
    padding: 10px 20px;
    font-family: sans-serif;
    font-size: 15px;
    border: none;
    border-radius: 50px;
    margin-top: 35px;
    cursor: pointer;
}

footer {
    height: 250px;
    width: 100%;
    background-color: #003366;
    margin-top: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 53px;
}

footer ul li :hover {
    color: #c1dbf5;
}

footer a {
    text-decoration: none;
    color: #eef1f4;
}

footer .contact-icons {
    display: flex;
    gap: 40px;
}

.fa-youtube:before {
    content: "\f167";
    color: red;
    font-size: 40px;
}

footer .insta-logo {
    height: 35px;
    width: 35px;
    margin-top: 5px;
}

footer .youtube-logo {
    height: 45px;
    width: 45px;
}

footer span {
    font-size: 13px;
    font-family: sans-serif;
    letter-spacing: 1px;
    color: white;
}

@media screen and (max-width: 1100px) {

    header {
        height: 90vh;
        background-image: url(Assests/Images/c_bg.jpg);
        background-size: cover;
    }

    nav {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        align-items: center;
        position: absolute;
        top: 0;
    }

    nav .nav-list {
        text-align: center;
    }

    .nav-list ul {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        gap: 23px;
        text-align: center;
    }

    .nav-list ul li {
        display: flex;
        justify-content: center;
        align-items: center;
        list-style: none;
        color: #eef1f4;
        font-size: 10px;
        font-family: sans-serif;
        letter-spacing: 2px;
        cursor: pointer;
    }

    section .enq {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        position: absolute;
        left: 0;
        top: 250px;
        gap: 23px;
    }

    section .enq span {
        font-size: 30px;
        color: white;
        letter-spacing: 2px;
        font-family: sans-serif;
        font-weight: 500;
        text-align: center;
    }

    .programs .program-container {
        height: 2470px;
        width: 80vw;
        margin: auto;
        display: grid;
        grid-template-columns: 1fr;
    }

    .programs .program-container .program-box {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .programs .program-container .about-program {
        height: 250px;
        width: 250px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    footer {
        height: 320px;
        width: 100%;
        background-color: #003366;
        margin-top: 50px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 53px;
    }

    footer span {
        font-size: 12px;
        font-family: sans-serif;
        letter-spacing: 1px;
        text-align: center;
        color: white;
    }
}