
footer {
    background-color: #304DDB;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 16px;
}

footer > div {
    width: 100%;
}

footer > hr {
    color: black;
    width: 98%;
    border-color: #fff;
}

.footer-container-1 {
    padding: 2em 4em;
    display: flex;
    align-items: flex-start;
    justify-content: space-around;
    font-family: 'Roboto', sans-serif;
    font-size: 1em;
    gap: 2.5em;
    position: relative;
}

@media (max-width: 850px) {
    footer {
        font-size: 10px;
    }
}

.footer-container-1 > div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    min-height: 100%;
}

.logo-description-section {
    align-items: center;
    line-height: 1.3em;
    max-width: 25em;
}

.logo {
    font-family: 'Inter', sans-serif;
    font-size: 1.5em;
    width: 10em;
}

.logo img {
    object-fit: cover;
    height: 2em;
    width: auto;
}

.logo > span {
    font-weight: 550;
}
@media(max-width: 500px){
    footer .logo{
        font-size: 1.2em;
        justify-content: flex-start;
    }
    footer .logo > span {
        font-weight: 450;
    }
}

.logo-description-section svg {
    height: 27px;
    width: auto;
    margin-right: 5px;
}

.designroom-description {
    padding: 1em 2em 0 0;
}

@media screen and (max-width: 500px) {
    .designroom-description {
        padding: 1em 0 0 0;
    }

    .logo img {
        height: 3em;
    } 
}

.policy-section, .support-section-1, .support-section-2 {
    display: flex;
    flex-direction: column;
    gap: 1em;
}

.policy-section {
    max-width: 11em;
}

.policy-section a:hover, .support-section-1 a:hover, .support-section-2 a:hover {
    text-decoration: underline;
}

.call-us, .mail-us {
    display: flex;
    gap: 0.75em;
}

.get-on-play-store {
    width: 70%;
    object-fit: contain;
}

.footer-section-title {
    font-size: 1.25em;
    font-weight: 500;
}

.footer-container-2 {
    padding: 1em 4em;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-family: 'Roboto', sans-serif;
    font-size: 1em;
}

@media (max-width: 500px) {
    
    .footer-container-2 {
        font-size: 13px;
        flex-direction: column;
        align-items: flex-start;
        gap: 0.8em;
        padding: 1em 2em;
    }

    .footer-container-1 {
        font-size: 14px;
        flex-direction: column;
        align-items: flex-start;
        gap: 2em;
        padding: 1em 2em;
    }
}

.footer-container-2 > div {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.made-in-india {
    font-family: 'Istok Web', sans-serif;
    font-weight: 700;
}

.made-in-india > span {
    font-size: 1.5em;
    color: #f00;
    font-family: 'Inter', sans-serif;
}

.made-in-india, .copyright {
    gap: 0.5em;
}

.socials {
    gap: 2em;
}

.social-icons-container {
    display: flex;
    gap: 0.9em;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.social-icons-container > div {
    height: 1.3em;
    width: auto;
    object-fit: contain;
}

.social-icons-container svg {
    height: 20px;
    width: auto;
}

.copyright > span {
    font-size: 1.4em;
    font-weight: 300;
}