﻿footer {
    color: var(--color-black);
    font-size: 16px;
    position: relative;
}

footer::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/index/bg-main.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    z-index: 0;
}

footer::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--color-white);
    opacity: 0.5;
    z-index: 0;
}

footer > section {
    position: relative;
    z-index: 1;
}

footer .logo-footer {
    max-width: 120px;
    background-color: transparent;
    padding: 2px;
}

footer .logo-footer img {
    background-color: transparent;
    padding: 3px;
}

footer .legend {
    color: var(--color-theme);
    line-height: 1.3em;
    font-weight: 600;
    font-size: 48px;
}
footer p, footer a {
    margin-bottom: 0;
    line-height: 2em;
}
footer a {
    color: var(--color-black);
    text-decoration: none;
}
footer .circle {
    width: 2.25em;
    height: 2.25em;
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
}
footer .circle span {
    color: var(--color-black);
    line-height: 35px;
}

footer h3 {
    font-size: 28px;
}

.map {
    background-color: var(--bg-main);
}
.map iframe {
    margin-bottom: -6px;
}

footer .home-contact {

}

footer .home-contact .border-theme {

}

.multiple-contact {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 140px;
}
.tel {
    width: auto;
    text-align: center;
    cursor: pointer;
    letter-spacing: 2px;
}
.tel-withtext {
    width: auto;
    padding: 5px;
    text-align: center;
    cursor: pointer;
    letter-spacing: 2px;
}
.booking {
    width: auto;
    padding: 5px;
    text-align: center;
    cursor: pointer;
    letter-spacing: 2px;
}
.tel .fa {
    font-size: 18px;
    line-height: 48px;
}
.tel-withtext a, .booking a, .tel-withtext .fa, .booking .fa {
    font-size: 32px;
    line-height: 45px;
}
.tel-withtext a, .booking a {
    text-decoration: none;
}
.tel-withtext a span, .booking a span{
    font-size: 14px;
    line-height: 35px;
}
.design-by {
    font-size: 13px;
    position: relative;
}

/*Responsive*/
@media (max-width: 1199px) {
}

@media (max-width: 1024px) {
}

@media (max-width: 991px) {
    footer .home-contact .border.border-theme {
        border-top-width: 0 !important;
        border-bottom-width: 0 !important;
        border-left-width: 1px !important;
        border-right-width: 0 !important;
    }
}

@media (max-width: 767px) {
    footer .home-contact .border.border-theme {
        border-top-width: 1px !important;
        border-bottom-width: 1px !important;
        border-left-width: 0 !important;
        border-right-width: 0 !important;
    }
    footer p, footer a {
        font-size: 14px;
    }
}
/* -------------------------------------------------- */