<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.footer-section {
    position: relative;
    width: 100%;
    height: fit-content;
    background: rgba(0, 0, 0, 0.7) url("../images/10.jpg");
    background-size: cover;
    background-blend-mode: darken;
    padding-left: 15%;
    display: flex;
    background-size: cover;
    background-repeat: no-repeat; 
    background-position: center;
}

.footer-redBar {
    width: 100px;
    height: full;
    background-color: #9a0e01;
}

.footer-content {
    padding: 3%;
    display: flex;
    gap: 3%;
}

.socials-section h3 {
    color: var(--gold);
    font-weight: bold;
    font-size: 2vw;
    margin-bottom: 3%;
}

.socials-section a {
    color: white;
    font-weight: normal;
    font-size: 1.5vw;
    text-decoration: none;
}

.footer-col h3 {
    color: var(--gold);
    font-weight: bold;
    font-size: 2vw;
    margin-bottom: 3%;
    white-space: nowrap;
}

.footer-col ul {
    list-style: none;
}

.footer-col ul&gt;li {
    color: white;
    margin-bottom: 6%;
    font-size: 1vw;
    text-decoration: none;
}

.expli {
    margin-bottom: 0 !important;
}

.contactus ul&gt;li {
    margin-top: -3%;
    flex-wrap: nowrap;
    display: flex;
    gap: 2%;
    align-items: center;
}

/* RESPONSIVE MEDIA QUERIES */
@media screen and (max-width: 1300px) {
    .footer-content {
        display: block;
    }

    .footer-col h3 {
        font-size: 25px;
    }

    .footer-col ul&gt;li {
        font-size: 18px;
    }

    .socials-section h3 {
        font-size: 25px;
    }
}

@media screen and (max-width: 1100px) {
    .socials-section a {
        font-size: 20px;
    }
}

/* MOBILE MEDIA QUERIES */
@media (max-width: 490px) {
    .footer-section {
        padding-left: 0;
    }

    .footer-col h3 {
        font-size: 15px;
    }

    .footer-col ul&gt;li {
        font-size: 12px;
    }

    .socials-section h3 {
        font-size: 15px;
    }

    .socials-section a {
        font-size: 15px;
    }
}</pre></body></html>