body {
    margin: 0;
    font-family: 'Inter', sans-serif;
}

.container-fluid {
    padding: 0;
}

.footer {
    background: linear-gradient(92.75deg, rgba(47, 60, 88, 0.79) 0.29%, #0D2D6E 51.88%, #0A204D 70.87%, #001133 100%);
    padding: 80px 80px 0px 80px;
    
}

.footer-logo {

    width: 120px;
    height: auto;
}

.footer-title {
    font-size: 1.5rem;
    /* adjust the title size */
    margin: 0;
    font-weight: 600;
    font-family: poppins;
}

.footer-logo-title-wrapper {
    display: flex;
    align-items: center;
    gap: 15px;
    /* spacing between logo and title */
    margin-bottom: 10px;
    margin-top: -40px;
    margin-left: -20px;
}

.footer-social-container {
    margin-top: 5.5rem;
    /* Pushes social icons down */
    padding-bottom: 0.5rem;
}

.footer-description {
    font-size: 14px;
    line-height: 1.6;
    margin-top: 10px;
    clear: both;
    font-family: Inter;
    font-weight: 400;

}

.social-icon {
    display: flex;
    justify-content: left;
}

.footer-link {
    color: white;
    text-decoration: none;
    font-size: 14px;
}

.footer-link:hover {
    text-decoration: none;
    color: #ffd700;
}

.footer-social i {
    color: white;
    font-size: 18px;
    transition: color 0.3s;
}

.footer-social i:hover {
    color: #ffd700;
}

.rich-out,
.link,
.social-media {
    font-family: poppins;
    font-weight: 600;
}

.bottom-copyright {
    font-family: Inter;
    font-weight: 400;
    background-color: white;
    color: gray;

    margin-left: -80px;
    margin-right: -80px;
}

.bottom-copyright-link {
    text-decoration: none;
    color: grey;

}


@media (max-width: 767px) {
    .footer-social-container {
        margin-top: 0.3rem;
    }

    .footer {
        text-align: center;
    }

    .footer-logo-title-wrapper {
        justify-content: center;
    }

    .social-icon {

        justify-content: center;

    }

    .links {
        margin-bottom: 0 !important;
    }

    .social-media {
        margin-top: 0 !important;
    }

    .footer-social-container {
        margin-top: 0.5rem !important;
    }
}

@media (max-width: 576px) {
    .email-id {
        word-break: break-word;
        overflow-wrap: break-word;
        white-space: normal;
        text-align: center;
    }
}

@media (min-width:320px) and (max-width:780px){
    .footer{
        padding: 15% 0% 0% 0%;
    }

   
}


.Copyright-class{
    text-align: center;
    font-family: Inter;
    font-weight: 400;
    background-color: white;
    color: gray;
}


@media (min-width: 768px) {

}