/**
 * CONTENTS
 *
 * FOOTER
 *   General
 *   Footer Links...................Footer content.
 *     Footer Links Main............Main part of footer that consist page links.
 *     Footer Links Bottom..........Bottom part of footer.
 *   Copyright......................Copyright info section under the footer.
 *     
*/


/*------------------------------------*\
  # FOOTER
\*------------------------------------*/

/* ---------General--------- */

    footer {
        width: 100%;
        margin-top: 80px;
        font-family: "Roboto Slab";
        padding: 0 !important;
    }
    footer ul li a {
        font-family: Latinka-Light;
        letter-spacing: 1px;
        font-size: 15px;
    }

/* ---------Footer Links--------- */
 
    .footer-links-bg {
        position: absolute;
        height: 100%;
        width: 100%;
    }
    .footer-links-bg img {
        width: 100%;
        height: auto;
        opacity: 0.1;
    }
    .footer-links-content {
        width: 90%;
        margin: 0 auto;
        font-size: 17px;
        line-height: 45px;
        position: relative;
        z-index: 5;
        padding-top: 50px;
    }

    /* -----Footer Links Main-----*/


    .footer-links-main {
        display: flex;
        column-gap: 150px;
    }
    .footer-links-main-info {
        display: flex;
        flex-direction: column;
        max-width: 312px;
    }
    .footer-links-main-info-text p {
        font-family: Latinka-Light;
        line-height: 1.2;
        font-weight: 200;
        color: #fffb;
        opacity: 1;
        font-size: 17px;
    }
    .footer-links-main-info-logo {
        display: flex;
        align-items: center;
        margin-bottom: 40px;
        color: var(--white) !important;
    }
    .footer-links-main-info-text-dr {
        padding: 20px 0;
    }
    .footer-links-main-info-text-signature {
        font-family: Colatin !important;
        font-size: 35px !important;
        letter-spacing: 4px;
    }
    .footer-links-main-info-logo img {
        width: 35px;
        margin-right: 16px;
    }
    .footer-links-main-info-logo span {
        font-family: var(--logo-font);
        font-size: 31px;
        letter-spacing: 7px;
    }
    .footer-links-main-content {
        display: flex;
        justify-content: space-between;
        flex-grow: 1;
        max-width: 100%;
        flex-wrap: wrap;
        line-height: 35px;
    }

    /* -----Footer Links Bottom-----*/

    .footer-links-bottom {
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
        padding-top: 150px;
        padding-bottom: 30px;
        column-gap: 70px;
    }
    .footer-links-bottom ul {
        display: flex;
        justify-content: flex-end;
        gap: 30px;
    }
    .footer-links-bottom ul li a {
        font-size: 15px;
        letter-spacing: 0;
    }
    .footer-link .footer-link-title {
        min-height: 65px;
        color: inherit;
        font-size: 16px;
        font-weight: 400;
    }
    .footer-links-bottom-social {
        display: flex;
        flex-direction: row;
    }
    .footer-links-bottom-social-connect {
        display: flex;
        column-gap: 20px;
        justify-content: center;
        margin-right: 160px;
    }
    .footer-links-bottom-social-connect-icons a {
        color: var(--white);
        margin-left: 10px;
        font-size: 20px;
    }
    .footer-links-bottom-social-comments {
        display: flex;
        column-gap: 20px;
        align-items: center;
    }
    .footer-links-bottom-social-comments span {
        font-size: 15px;
    }
    .footer-links-bottom-social-comments-stars img {
        height: 16px;
    }

/* ---------Copyright--------- */

    .copyright-content-text-and-logo {
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
        padding: 40px 0;
        opacity: 0.8;
        column-gap: 10px;
    }
    .copyright-text {
        font-family: "Futura PT Light";
        font-size: 15px;
        max-width: 80%;
    }

    .copyright .footer-links-bottom-social-comments {
        display: none;
        justify-content: center;
        align-items: center;
        width: 90%;
        margin: 0 auto;
        padding-bottom: 30px;
    }
    .copyright .footer-links-bottom-social-comments span {
        font-size: 15px;
        font-family: "Futura PT Light";
        opacity: 0.9;
    }
    .copyright .footer-links-bottom-social-comments-stars {
        display: flex;
        align-items: center;
        gap: 2px;
    }

/*------------------------------------*\
  ## END FOOTER
\*------------------------------------*/