/*** ================== Main Footer =================== ***/
.main_footer {
    position: relative;
    overflow: hidden;
    z-index: 99;
    background-color: #2B0202;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.footer_top {
    padding: 60px 0px;
}

.about_widget {
    max-width: 390px;
}

.footer_widget .footer_logo {
    margin-bottom: 30px;
}

.footer_widget p {
    line-height: 26px;
    color: rgba(255, 255, 255, 1);
    margin-bottom: 20px;
}

h4.footer_widget_title {
    color: #FFF;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 600;
    line-height: 21.6px;
}

.footer_widget ul li a {
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    display: inline-block;
    font-family: var(--secondary-font);
    margin: 5px 0px;
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
}

.footer_widget ul li a:hover {
    border-bottom: 1px solid #fff;
}

.subscribe-inner .form-group {
    display: inline-flex;
    gap: 10px;
    align-items: center;
}

.subscribe-inner .form-group input {
    width: auto;
    color: #fff;
    height: 50px;
    line-height: 50px;
    border-radius: 50px;
    border: 1px solid rgba(255, 255, 255, 0.20);
    background: rgba(255, 255, 255, 0.10);
    backdrop-filter: blur(5px);
}

.subscribe-inner .form-group input:focus {
    border-color: #fff;
}

.footer_bottom {
    position: relative;
}

/* .footer_bottom .container {
    border-top: 1px solid #fff;
} */

.footer_bottom .copyright {
    padding: 17px 10px;
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    color: #ffffff;
    flex-wrap: wrap;
    font-family: var(--secondary-font)
}

.footer_bottom .copyright a {
    color: #fff;
}

.copyright span {
    padding-right: 20px;
}



/* End Footer Bottom */

@media only screen and (max-width: 1200px) {
    .primary_page_widget {
        margin-left: -50px;
    }
}

@media only screen and (max-width: 991px) {
    .footer_top {
        padding: 50px 0px 10px;
    }

    .primary_page_widget {
        margin-left: 0;
    }

    .footer_widget {
        margin-bottom: 40px;
    }

    .footer_widget .subscribe-inner .form-group {
        margin-bottom: 0;
    }
}

@media only screen and (max-width: 767px) {
    .footer_bottom .copyright {
        display: flex;
        padding: 17px 10px;
        justify-content: start;
    }
}