footer {
    width: calc(100% - 16px);
    margin: auto;
    margin-bottom: 8px;
    height: 100%;
    background: linear-gradient(177deg, rgba(0, 0, 0, 0.00) 43.61%, rgba(0, 0, 0, 0.60) 68.46%),
        linear-gradient(0deg, rgba(20, 19, 17, 0.65) 0%, rgba(20, 19, 17, 0.65) 100%),
        url(../../assets/images/footer/Footer-BG.png) no-repeat center center;
    background-size: cover;
    z-index: -1;
    border-radius: 24px;
    padding: 100px 16px 16px 16px;
}

footer p {
    margin: 0;
    color: var(--Text-Color, #64635D);
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    /* 162.5% */
}

footer h4 {
    font-family: "Roboto Condensed";
    font-size: 18px;
    font-style: normal;
    font-weight: 900;
    line-height: 36px;
    /* 200% */
    text-transform: uppercase;
    background: var(--Gold-2, linear-gradient(90deg, #DFBD69 0%, #9d7524 50%, #926F34 100%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

footer .footer-wrapper {
    gap: 100px;
}

footer .footer-title {
    gap: 16px;
}

footer .title-wrapper {
    max-width: 900px;
    text-align: center;
    margin: 0 auto;
    gap: 24px;
}

footer .footer-links-container {
    height: 100%;
    width: calc(100% - 16px);
    margin: 0 auto;
    margin-bottom: 0;
    display: flex;
    padding: 60px 148px;
    align-items: flex-start;
    gap: 120px;
    align-self: stretch;
    border-radius: 16px;
    background: #FEFAED;
}

footer .reserve-unit {
    max-width: 448px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

footer .links-and-details {
    height: 100%;
    display: flex;
    justify-content: space-evenly;
}

footer img {
    width: 200px;
}

footer .quick-links,
footer .properties-links {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

footer .contact-details {
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

footer .contact-details a {
    color: var(--Brown, #432C07);
    font-family: "Roboto Condensed";
    font-size: 18px;
    font-style: normal;
    font-weight: 900;
    line-height: 36px;
    /* 200% */
    text-transform: uppercase;
    text-decoration: none;
}

footer .phone-email {
    display: flex;
}

footer .left-social,
.right-social {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

footer .instagram,
footer .facebook,
footer .tiktok,
footer .youtube {
    display: flex;
    align-items: center;
}

footer .contact-details p {
    margin-bottom: 8px;
}

footer .social-media-links {
    display: flex;
    gap: 16px;
}

footer .left-social svg,
.right-social svg {
    width: 30px;
    margin-right: 16px;
}

footer .left-social a,
.right-social a {
    text-decoration: none !important;
    display: flex !important;
    color: var(--Text-Color, #64635D) !important;
    font-family: Montserrat !important;
    font-size: 16px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 26px !important;
    text-transform: none !important;
    /* text-transform: lowercase!important; */
    /* 162.5% */
}

footer .social-medialinks a:hover {
    background: linear-gradient(90deg, #DFBD69 0%, #9d7524 50%, #926F34 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    /* Firefox */
    color: transparent;
    transition: 0.3ms ease-in;
    /* 162.5% */
}


@media screen and (max-width: 1400px) {
    footer .footer-links-container {
        flex-direction: column;
        gap: 60px;
    }

    footer .reserve-unit {
        align-items: center;
        margin: 0 auto;
    }

    footer .reserved-unit p {
        text-align: center;
    }
}

@media screen and (min-width: 1200px) {}

@media screen and (max-width: 1199px) {}

@media screen and (max-width: 992px) {
    footer .footer-links-container {
        text-align: center;
        gap: 40px;
    }

    footer .links-and-details {
        word-break: break-word;
        text-align: center;
        flex-direction: column;
        gap: 24px;
    }
}

@media screen and (max-width: 768px) {
    footer .footer-links-container {
        padding: 60px 140px;
    }


    footer .left-social,
    .right-social {
        display: flex;
        align-items: center;
        flex-direction: column;
        gap: 24px;
    }
}

@media screen and (max-width: 575px) {
    footer .footer-links-container {
        padding: 30px;
    }
}

@media screen and (max-width: 400px) {

    footer .footer-links-container {
        padding: 30px 10px;
    }
}

footer {
    .quick-links {
        a {
            text-decoration: none;
            margin: 0;
            color: var(--Text-Color, #64635D);
            font-family: Montserrat;
            font-size: 16px;
            font-style: normal;
            font-weight: 400;
            line-height: 26px;
        }
    }

    .properties-links {
        a {
            text-decoration: none;
            margin: 0;
            color: var(--Text-Color, #64635D);
            font-family: Montserrat;
            font-size: 16px;
            font-style: normal;
            font-weight: 400;
            line-height: 26px;
        }
    }

    .copy_right a {
        background: var(--Gold-2, linear-gradient(90deg, #DFBD69 0%, #E0AA3E 50%, #926F34 100%));
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        font-family: 'Montserrat', sans-serif;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 26px;
        text-decoration: none;
    }

}