/*
Footer Style
======================================================*/
.subscribe-overly {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

    .subscribe-overly.style3 {
        border-color: rgba(35, 35, 35, 0.1);
    }

.subscribe-content .icon {
    margin-right: 22px;
}

.subscribe-content .content h2 {
    font-size: 24px;
    color: var(--whiteColor);
    margin-bottom: 5px;
}

.subscribe-content .content p {
    color: var(--whiteColor);
    margin-bottom: 0;
}

.subscribe-content.style3 h2 {
    color: var(--headingColor);
}

.subscribe-content.style3 p {
    color: var(--paragraphColor);
}

.subscribe-form .newsletter-form {
    position: relative;
    padding-left: 30px;
}

    .subscribe-form .newsletter-form .form-control {
        height: 70px;
        border-radius: 5px;
        background-color: rgba(255, 255, 255, 0.12);
        color: var(--whiteColor);
        border-color: transparent;
    }

        .subscribe-form .newsletter-form .form-control::-moz-placeholder {
            color: var(--whiteColor);
        }

        .subscribe-form .newsletter-form .form-control:-ms-input-placeholder {
            color: var(--whiteColor);
        }

        .subscribe-form .newsletter-form .form-control::placeholder {
            color: var(--whiteColor);
        }

        .subscribe-form .newsletter-form .form-control:focus {
            border-color: rgba(255, 255, 255, 0.5);
        }

            .subscribe-form .newsletter-form .form-control:focus::-moz-placeholder {
                color: transparent;
            }

            .subscribe-form .newsletter-form .form-control:focus:-ms-input-placeholder {
                color: transparent;
            }

            .subscribe-form .newsletter-form .form-control:focus::placeholder {
                color: transparent;
            }

    .subscribe-form .newsletter-form .default-btn {
        position: absolute;
        right: 10px;
        top: 10px;
        padding: 12px 22px;
    }

    .subscribe-form .newsletter-form .validation-danger {
        color: var(--mainColor);
    }

.subscribe-form.style2 .newsletter-form .form-control {
    height: 70px;
    border-radius: 5px;
    background-color: var(--whiteColor);
    color: var(--paragraphColor);
    border-color: transparent;
}

    .subscribe-form.style2 .newsletter-form .form-control::-moz-placeholder {
        color: var(--paragraphColor);
    }

    .subscribe-form.style2 .newsletter-form .form-control:-ms-input-placeholder {
        color: var(--paragraphColor);
    }

    .subscribe-form.style2 .newsletter-form .form-control::placeholder {
        color: var(--paragraphColor);
    }

    .subscribe-form.style2 .newsletter-form .form-control:focus {
        border-color: rgba(255, 255, 255, 0.5);
    }

        .subscribe-form.style2 .newsletter-form .form-control:focus::-moz-placeholder {
            color: transparent;
        }

        .subscribe-form.style2 .newsletter-form .form-control:focus:-ms-input-placeholder {
            color: transparent;
        }

        .subscribe-form.style2 .newsletter-form .form-control:focus::placeholder {
            color: transparent;
        }

.single-footer-widget {
    margin-bottom: 30px;
    position: relative;
}

    .single-footer-widget::before {
        position: absolute;
        content: "";
        height: 220px;
        width: 1px;
        background-color: var(--whiteColor);
        opacity: 0.1;
        top: 50%;
        transform: translateY(-50%);
        right: 80px;
    }

    .single-footer-widget h3 {
        font-size: 20px;
        color: var(--whiteColor);
        margin-bottom: 38px;
        position: relative;
    }

        .single-footer-widget h3::before {
            position: absolute;
            content: "";
            height: 2px;
            width: 80px;
            background-color: var(--whiteColor);
            opacity: 0.2;
            left: 0;
            bottom: -10px;
        }

        .single-footer-widget h3::after {
            position: absolute;
            content: "";
            height: 2px;
            width: 40px;
            background-color: var(--mainColor);
            bottom: -10px;
            left: 0;
        }

    .single-footer-widget.logo-content .logo {
        margin-bottom: 25px;
    }

    .single-footer-widget.logo-content ul {
        padding-left: 0;
        margin-bottom: 0;
    }

        .single-footer-widget.logo-content ul li {
            padding-left: 25px;
            position: relative;
            list-style-type: none;
            margin-bottom: 12px;
        }

            .single-footer-widget.logo-content ul li:last-child {
                margin-bottom: 0;
            }

            .single-footer-widget.logo-content ul li i {
                position: absolute;
                left: 0;
                top: 5px;
                color: var(--whiteColor);
            }

            .single-footer-widget.logo-content ul li h5 {
                font-size: 16px;
                font-weight: 600;
                margin-bottom: 4px;
                color: var(--whiteColor);
            }

            .single-footer-widget.logo-content ul li span {
                color: var(--whiteColor);
            }

            .single-footer-widget.logo-content ul li a {
                color: var(--whiteColor);
                transition: var(--transition);
            }

                .single-footer-widget.logo-content ul li a:hover {
                    color: var(--mainColor);
                }

    .single-footer-widget .link-list {
        padding-left: 0;
        margin-bottom: 0;
    }

        .single-footer-widget .link-list li {
            list-style-type: none;
            margin-bottom: 13px;
        }

            .single-footer-widget .link-list li:last-child {
                margin-bottom: 0;
            }

            .single-footer-widget .link-list li a {
                color: #e6e6e6;
                transition: var(--transition);
            }

                .single-footer-widget .link-list li a:hover {
                    color: var(--mainColor);
                }

    .single-footer-widget.useful-link {
        margin-left: 5px;
    }

        .single-footer-widget.useful-link::before {
            right: 50px;
        }

    .single-footer-widget.information {
        margin-left: 40px;
    }

        .single-footer-widget.information::before {
            right: 10px;
        }

    .single-footer-widget.my-account {
        margin-left: 70px;
    }

        .single-footer-widget.my-account::before {
            display: none;
        }

    .single-footer-widget.style2 h3::after {
        background-color: var(--mainColor2);
    }

    .single-footer-widget.style2.logo-content .logo {
        margin-bottom: 25px;
    }

    .single-footer-widget.style2.logo-content ul li i {
        color: var(--mainColor2);
    }

    .single-footer-widget.style3::before {
        background-color: #232323;
    }

    .single-footer-widget.style3 h3 {
        color: var(--headingColor);
    }

        .single-footer-widget.style3 h3::before {
            background-color: var(--headingColor);
            opacity: 0.2;
        }

        .single-footer-widget.style3 h3::after {
            background-color: var(--mainColor3);
        }

    .single-footer-widget.style3.logo-content ul li i {
        color: var(--mainColor3);
    }

    .single-footer-widget.style3.logo-content ul li h5 {
        color: var(--headingColor);
    }

    .single-footer-widget.style3.logo-content ul li span {
        color: var(--paragraphColor);
    }

    .single-footer-widget.style3.logo-content ul li a {
        color: var(--paragraphColor);
    }

        .single-footer-widget.style3.logo-content ul li a:hover {
            color: var(--mainColor3);
        }

    .single-footer-widget.style3 .link-list li a {
        color: var(--paragraphColor);
        transition: var(--transition);
    }

        .single-footer-widget.style3 .link-list li a:hover {
            color: var(--mainColor3);
        }

.instagram-area {
    position: relative;
    margin-bottom: -100px;
    z-index: 2;
}

    .instagram-area .container-fluid {
        max-width: 1830px;
        padding-left: 30px;
        padding-right: 30px;
    }

.single-instagram-item {
    position: relative;
}

    .single-instagram-item .instagram-img {
        transition: var(--transition);
        overflow: hidden;
        border-radius: 5px;
    }

        .single-instagram-item .instagram-img img {
            transition: var(--transition);
            overflow: hidden;
            border-radius: 5px;
        }

    .single-instagram-item .icon {
        position: absolute;
        left: 0;
        right: 0;
        height: 50px;
        width: 50px;
        line-height: 54px;
        text-align: center;
        margin: auto;
        font-size: 20px;
        color: var(--whiteColor);
        border-radius: 100%;
        background-color: var(--mainColor2);
        display: inline-block;
        top: 50%;
        transform: translateY(-50%);
        transition: var(--transition);
        opacity: 0;
    }

    .single-instagram-item:hover .instagram-img img {
        transform: scale(1.1);
    }

    .single-instagram-item:hover .icon {
        opacity: 1;
    }

.all-bottom-content {
    background-image: url(../images/footer-bg.webp);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding-top: 100px;
    position: relative;
    z-index: 1;
}

    .all-bottom-content::before {
        position: absolute;
        content: "";
        height: 100%;
        width: 100%;
        left: 0;
        top: 0;
        background-color: var(--headingColor);
        opacity: 0.95;
        z-index: -1;
    }

.copy-right-overly {
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

    .copy-right-overly.style3 {
        border-color: rgba(35, 35, 35, 0.1);
    }

.copyright-left-content p {
    color: #e6e6e6;
}

    .copyright-left-content p a {
        color: var(--mainColor);
    }

.copyright-left-content.style2 p a {
    color: var(--mainColor2);
}

.copyright-left-content.style3 p {
    color: var(--paragraphColor);
}

    .copyright-left-content.style3 p a {
        color: var(--mainColor3);
    }

.copyright-right-content {
    text-align: end;
}

    .copyright-right-content ul {
        padding-left: 0;
        margin-bottom: 0;
    }

        .copyright-right-content ul li {
            display: inline-block;
            margin-right: 12px;
        }

            .copyright-right-content ul li:last-child {
                margin-right: 0;
            }

            .copyright-right-content ul li span {
                display: inline-block;
                color: #e6e6e6;
                position: relative;
                top: 2px;
            }

    .copyright-right-content.style3 ul li span {
        color: var(--paragraphColor);
    }

@media only screen and (max-width: 767px) {
    .subscribe-content {
        margin-bottom: 20px;
    }

        .subscribe-content .content h2 {
            font-size: 16px;
        }

    .subscribe-form .newsletter-form {
        padding-left: 0;
    }

        .subscribe-form .newsletter-form .form-control {
            height: 59px !important;
        }

            .subscribe-form .newsletter-form .form-control::-moz-placeholder {
                font-size: 13px;
            }

            .subscribe-form .newsletter-form .form-control:-ms-input-placeholder {
                font-size: 13px;
            }

            .subscribe-form .newsletter-form .form-control::placeholder {
                font-size: 13px;
            }

        .subscribe-form .newsletter-form .default-btn {
            right: 8px;
            top: 8px;
            padding: 10px 18px;
        }

    .single-footer-widget::before {
        display: none;
    }

    .single-footer-widget h3 {
        font-size: 18px;
        margin-bottom: 32px;
    }

    .single-footer-widget.useful-link {
        margin-left: 0;
    }

    .single-footer-widget.information {
        margin-left: 0;
    }

    .single-footer-widget.my-account {
        margin-left: 0;
    }

    .copyright-left-content {
        margin-bottom: 15px;
    }

        .copyright-left-content p {
            font-size: 13px;
        }

    .copyright-right-content ul li {
        margin-right: 2px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .subscribe-content .content h2 {
        font-size: 16px;
    }

    .subscribe-form .newsletter-form {
        padding-left: 0;
    }

        .subscribe-form .newsletter-form .form-control {
            height: 59px !important;
        }

            .subscribe-form .newsletter-form .form-control::-moz-placeholder {
                font-size: 13px;
            }

            .subscribe-form .newsletter-form .form-control:-ms-input-placeholder {
                font-size: 13px;
            }

            .subscribe-form .newsletter-form .form-control::placeholder {
                font-size: 13px;
            }

        .subscribe-form .newsletter-form .default-btn {
            right: 8px;
            top: 8px;
            padding: 10px 18px;
        }

    .single-footer-widget::before {
        display: none;
    }

    .single-footer-widget h3 {
        font-size: 18px;
        margin-bottom: 32px;
    }

    .single-footer-widget.useful-link {
        margin-left: 0;
    }

    .single-footer-widget.information {
        margin-left: 0;
    }

    .single-footer-widget.my-account {
        margin-left: 0;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .subscribe-form .newsletter-form .form-control {
        height: 67px !important;
    }

    .single-footer-widget::before {
        right: 35px;
    }

    .single-footer-widget h3 {
        font-size: 18px;
        margin-bottom: 32px;
    }

    .single-footer-widget.useful-link {
        margin-left: 0;
    }

        .single-footer-widget.useful-link::before {
            right: 28px;
        }

    .single-footer-widget.information {
        margin-left: 0;
    }

        .single-footer-widget.information::before {
            right: 28px;
        }

    .single-footer-widget.my-account {
        margin-left: 0;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .subscribe-form .newsletter-form .form-control {
        height: 67px;
    }

    .single-footer-widget::before {
        right: 55px;
    }

    .single-footer-widget h3 {
        font-size: 18px;
        margin-bottom: 32px;
    }

    .single-footer-widget.useful-link {
        margin-left: 0;
    }

        .single-footer-widget.useful-link::before {
            right: 45px;
        }

    .single-footer-widget.information {
        margin-left: 0;
    }

        .single-footer-widget.information::before {
            right: 32px;
        }

    .single-footer-widget.my-account {
        margin-left: 25px;
    }
}
/*# sourceMappingURL=footer.css.map */
