﻿.footer {
    background-image: url(/Design/img/footer-bg.png);
    background-size: cover;
}

.footer-top {
}

.footer-bottom {
}

.footer-bottom-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid rgba(255, 255, 255, 0.20);
    padding: 10px 0;
}

.footer-view strong {
    color: var(--color-2);
}

.footer-view {
    color: rgba(255, 255, 255, 0.44);
    font-size: 15px;
}

.footer-copyright {
    color: rgba(255, 255, 255, 0.44);
    font-size: 15px;
}
.footer-copyright span a {
    margin-left: 5px;
    color: #fff;
    transition: all  .3s;
}
.footer-copyright span a:hover {
    color: var(--color-2);
}
.footer-copyright span {
    display: flex;
    flex-wrap: wrap;
}

.footer-top .grid.wide {
    max-width: 1225px;
}

.footer-top-container {
    display: flex;
    justify-content: space-between;
    padding: 66px 0;
}

.footer-item {
}

.footer-info {
    width: 249px;
}

.footer-logo {
    width: 189.48px;
}

    .footer-logo img {
        width: 100%;
    }

.footer-info-title {
    margin: 0;
    color: var(--color-2);
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 100;
    font-family: 'barM';
    margin-top: 21px;
    margin-bottom: 11px;
}

.footer-info-content {
    line-height: 160%;
}

    .footer-info-content p {
        margin: 0;
        color: #fff;
        font-size: 15px;
        position: relative;
        padding-left: 21px;
    }

        .footer-info-content p::before {
            content: '\f3c5';
            position: absolute;
            font-family: FontAwesome;
            font-size: 11px;
            color: var(--color-2);
            left: 0;
        }

    .footer-info-content strong {
        font-family: 'barSB';
        font-size: 18px;
    }

.footer-social {
    margin-top: 10px;
    display: flex;
    align-items: center;
}
.footer-social-item:hover{
    background-color: #fff;
    color: var(--color-1);
}
.footer-social-item {
    width: 29px;
    height: 29px;
    border-radius: 50%;
    border: 1px solid #fff;
    color: #fff;
    font-size: 13px;
    margin-right: 5px;
    transition: all .3s;
}

.footer-gm iframe {
    width: 100%;
    height: 100%;
}

.footer-gm {
    width: 361px;
    height: 283px;
    border-radius: 5px;
    overflow: hidden;
}

.footer-nav {
    flex: 1;
    max-width: 512px;
}

.footer-nav-wrap {
}

.footer-nav-title {
    text-transform: capitalize;
    color: var(--color-2);
    font-family: 'barSB';
    font-weight: 100;
    font-size: 18px;
    line-height: 138.7%;
    margin-bottom: 12px;
}

.footer-nav-list {
}
.footer-nav-item:hover {
    color: var(--color-2);
}
.footer-nav-item {
    line-height: 131.25%;
    color: #fff;
    margin-bottom: 7px;
    font-size: 16px;
    position: relative;
    padding-left: 16px;
    transition: all .3s;
}

    .footer-nav-item::before {
        content: '';
        position: absolute;
        width: 6px;
        height: 1px;
        background-color: var(--color-2);
        left: 0;
        bottom: 8px;
    }

.footer-nav-container {
    display: flex;
    justify-content: space-between;
}

.footer-contact {
    margin-top: 12px;
}

.footer-contact-title {
    margin: 0;
    font-family: 'barM';
    font-weight: 100;
    color: #fff;
    text-transform: capitalize;
    font-size: 20px;
}

.footer-contact-form {
    background: #D9D9D9;
    border-radius: 55px;
    display: flex;
    align-items: center;
    height: 39px;
    margin-top: 14px;
    width: 416px;
}

    .footer-contact-form input {
        background-color: transparent;
        outline: none;
        border: none;
        flex: 1;
        height: 100%;
        color: #4D4D4D;
        font-size: 14px;
        line-height: 138.7%;
        padding: 0 19px;
    }

    .footer-contact-form a {
        height: 100%;
        background-color: var(--color-2);
        line-height: 138.688%;
        color: #FFF;
        font-family: 'barM';
        font-size: 15px;
        border-radius: 55px;
        padding: 0 24px;
        display: flex;
        align-items: center;
        justify-content: center;
    }




@media(max-width:1023px) {
    .footer-top-container {
        padding: 35px 0;
    }

    .footer-gm {
        display: none;
    }

    .footer-info {
        width: 344px;
    }

    .footer-nav {
        padding-left: 13px;
    }

    .footer-nav-item {
        font-size: 14px;
    }

    .footer-nav-title {
        font-size: 16px;
        margin-bottom: 10px;
    }
}

@media(min-width:740px) and (max-width:1023px) {
}

@media(max-width:739px) {
    .footer-top-container{
        flex-direction: column;
        padding: 25px 0;
    }
    .footer-nav{
        padding-left: 0;
        padding-top: 20px;
    }
    .footer-contact {
        display: none;
    }
}
