* {
    margin: 0;
    padding: 0;
}

header {
    height: 90vh;
    background-image: url(Assests/Images/advfx.jpg);
    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;
    right: 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;
}

.python .heading {
    color: #003366;
    font-family: sans-serif;
    font-weight: 100;
    letter-spacing: 2px;
    text-align: center;
    margin-top: 60px;
}

.python-container {
    width: 90vw;
    height: 85vh;
    /* background-color: grey; */
    margin: 5px auto;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
}

.python-container .py-images {
    height: 400px;
    width: 36vw;
}

.python-container .py-image {
    height: 400px;
    width: 36vw;
}

.python-container .image1 {
    background-image: url(Assests/Images/ADVAX.jfif);
    background-position: center center;
    background-size: cover;
    border-radius: 20px;
}

.python-container .image2 {
    background-image: url(Assests/Images/advfx1.jpeg);
    background-position: center center;
    background-size: cover;
    border-radius: 20px;
}

.python-container .image3 {
    background-image: url(Assests/Images/vfx2.jpeg);
    background-position: center center;
    background-size: cover;
    border-radius: 20px;
}

.python-container .image4 {
    background-image: url(Assests/Images/vfx4.jpeg);
    background-position: center center;
    background-size: cover;
    border-radius: 20px;
}

.python-container .image5 {
    background-image: url(Assests/Images/advfx4.jpeg);
    background-position: center center;
    background-size: cover;
    border-radius: 20px;
}


.python-container .heading {
    color: #003366;
    font-family: sans-serif;
    font-weight: 100;
    letter-spacing: 2px;
    text-align: left;
}

.python-container .about-py {
    width: 40vw;
    /* background-color: rgb(2, 92, 92); */
    display: flex;
    flex-direction: column;
    align-items: left;
    gap: 20px;
    box-sizing: border-box;
    padding: 0 50px 0 10px;
}

.python-container .para {
    font-size: 17px;
    font-family: sans-serif;
    letter-spacing: 0px;
    line-height: 24px;
}

.more-info .heading {
    color: #003366;
    font-family: sans-serif;
    font-weight: 100;
    letter-spacing: 2px;
    text-align: center;
    margin-top: 60px;
}

.more-info .para {
    font-size: 17px;
    font-family: sans-serif;
    letter-spacing: 0px;
    line-height: 24px;
    margin: 20px 145px;
}

.more-info .contact {
    display: flex;
    justify-content: start;
    align-items: center;
}

.more-info ul {
    display: flex;
    justify-content: center;
    align-items: center;
    list-style: none;
    gap: 20px;

}

.fa-solid,
.fas {
    font-weight: 900;
    color: #003366;
    font-size: xx-large;
}

.fa-regular,
.far {
    font-weight: 400;
    color: #003366;
    font-size: xx-large;
}

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/advfx_mbg.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;
    }

    .python-container {
        height: 765px;
        width: 85vw;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .python-container .heading {
        text-align: center;
    }

    .python-container .py-image {
        height: 400px;
        width: 85vw;
    }

    .python-container .about-py {
        width: 90vw;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: auto;
    }

    .python-container .py-images {
        height: 400px;
        width: 80vw;
    }

    .python-container .para {
        text-align: center;
    }

    .more-info .contact {
        display: flex;
        flex-direction: column;
        justify-content: start;
        align-items: center;
    }

    .more-info .para {
        font-size: 17px;
        font-family: sans-serif;
        letter-spacing: 0px;
        line-height: 24px;
        margin: 20px 45px;
    }

    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;
    }

}