/* Footer Features Swiper */
.footer-features-section {
    margin-bottom: 1.25rem;
}

.feature-item {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1.5rem;
    background: #0B141F;
    border-radius: 1.25rem;
    height: 100%;
}

.footer-features-swiper .feature-item {
    flex-direction: column;
    text-align: center;
}

.feature-item .feature-icon {
    flex-shrink: 0;
    color: var(--color3);
    font-size: 2rem;
    line-height: 1;
    position: relative;
}

.feature-item .feature-icon:before {
    content: '';
    width: 24px;
    height: 24px;
    background: #DDC8AF33;
    border-radius: 50%;
    position: absolute;
    right: -3px;
    bottom: 0;
}

.feature-item .feature-content {
    flex: 1;
}

.feature-item .feature-title {
    color: #fff;
    font-size: 17px;
    line-height: 1.3;
    margin-bottom: 5px;


}

.footer-features-swiper .feature-item .feature-title {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
}

.footer-features-swiper .swiper-slide {
    min-height: 100%;
    height: unset;
}

.feature-item .feature-desc {
    color: #fff;
    font-family: var(--main_font);
    font-size: 12px;
}

.footer-logo {
    display: table;
    margin: auto;
    margin-bottom: 2rem;
    max-width: 180px;
}


#footer {
    background-color: var(--color1);
    padding-top: 153px;
    z-index: 0;
}

.footer-about {
    color: #fff;
    font-size: 1rem;
    max-width: 80%;
    margin: auto;
    text-align: center;
    margin-bottom: 56px;
}

.footer-info,
.footer-contact {
    background: #0B141F;
    border-radius: 20px;
    padding: 1.25rem 2rem;
    display: grid;
    gap: 20px;
    align-items: center;
}

.footer-contact {
    padding: 2rem;
}

.footer-info {
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: space-between;
}

.footer-contact-item {
    display: flex;
    gap: 1.25rem;
    align-items: center;
}

.footer-contact-item i {
    font-size: 2rem;
    line-height: 1;
    color: var(--color3);
}

.footer-title {
    color: var(--color3);
    font-size: 12px;
    display: block;
}

.footer-contact-address,
.footer-contact-phones a {
    color: #fff;
}

.footer-contact-address:hover,
.footer-contact-phones a:hover {
    color: var(--color3);
}

.footer-contact-phones a:not(:last-child):after {
    content: '-';
}

.footer-contact-inner {
    display: grid;
}

.footer-socials-mobile,
.footer-socials-inner {
    display: flex;
    gap: 10px;
    align-items: center;
    flex-wrap: wrap;
}

.footer-socials-mobile {
    margin-top: 32px;
    justify-content: center;
}

.footer-socials-inner a {
    font-size: 20px;
    background: var(--color1);
    color: #fff;
    border-radius: 10px;
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
}

.footer-socials-mobile a {
    font-size: 13px;
    background: #0B141F;
    color: #fff;
    border-radius: 10px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
}

.footer-socials-mobile a:hover {
    color: var(--color3);
}

.footer-socials-inner a:hover {
    color: var(--color3);
}

.footer-row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-bottom: 2.5rem;
}

.wrap-ft-menu {
    margin-bottom: 2.5rem;
}

.enamad-scripts {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 10px;
}

.enamad-scripts>.enamad {
    width: 74px;
    height: 74px;
    background: #FFFFFF;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    aspect-ratio: 1/1;
}

.footer-sub-menu {
    display: flex;
    gap: 64px;
    justify-content: center;
}

.footer-sub-menu a {
    color: #fff;
    font-size: 18px;
    transition: 0.3s;
}

.footer-sub-menu a:hover {
    color: var(--color3);
}

.footer-end {
    background: #fff;
    padding: 22px 0;
}

.footer-end-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.copyright {
    color: var(--color1);
    font-family: var(--main_font);
}

.copyright span {
    color: var(--color2);
}

.footer-features-mobile {
    margin: -80px 20px 30px;
    position: relative;
    z-index: 0;
}

@media screen and (min-width: 62em) {

    ul.contacts,
    .menu-footer-container {
        display: flex !important;
        flex-direction: column;
        gap: 0.5rem;
    }

    #footer .title {
        pointer-events: none;
    }

    #footer {
        padding-top: 64px;
        overflow: hidden;
        position: relative;
    }

    #footer:before {
        content: '';
        background: #2F558599;
        filter: blur(144px);
        width: 1000px;
        height: 500px;
        position: absolute;
        border-radius: 40%;
        left: -15%;
        transform: rotate(45deg);
        pointer-events: none;
        z-index: -1;
    }

    #footer:after {
        content: '';
        background: #2F558599;
        filter: blur(144px);
        width: 1000px;
        height: 500px;
        position: absolute;
        border-radius: 40%;
        right: -30%;
        transform: rotate(-20deg);
        bottom: 8%;
        pointer-events: none;
        z-index: -1;
    }
}

@media screen and (max-width: 991.99px) {

    #footer {
        padding-top: 2rem;
    }

    .footer-logo {
        margin-bottom: 24px;
    }





    .wrap-contact h4,
    .contacts li a {
        color: #fff;
    }

    #footer .namad-scripts {
        margin-bottom: 2rem;
    }

    #footer .footer-menu-column .title {
        text-align: center;
    }

    .footer-info {
        flex-direction: column;
        align-items: center;
        gap: 20px;
        text-align: center;
    }

    .footer-row {
        grid-template-columns: repeat(1, 1fr);
    }

    .enamad-scripts {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        grid-template-rows: repeat(1, 1fr);
        gap: 10px;

    }

    .footer-sub-menu {
        gap: 40px;
    }

    .footer-sub-menu a {
        font-size: 16px;
    }
}

@media screen and (max-width: 767.99px) {
    .footer-about {
        margin-bottom: 34px;
        max-width: 100%;
    }

    #footer {
        margin-top: 6rem;
    }

    .enamad-scripts {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(2, 1fr);
        gap: 10px;
        width: 100%;
    }

    .enamad-scripts>.enamad {

        aspect-ratio: 1 / 1;
        width: 100%;
        height: auto;
    }

    #footer .title.accordion-title {
        margin-bottom: 0px;
        position: relative;
        background: #0B141F;
        padding: 1rem;
        display: flex;
        align-items: center;
        justify-content: space-between;
        transition: 0.3s;
        border-radius: 20px;
        color: #fff;
        font-size: 16px;
    }

    #footer .title.accordion-title.active {
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }

    #footer .title.accordion-title:after {
        content: "\e91a";
        font-family: 'icomoon';
        line-height: 2px;
        transition: 0.4s;
        font-size: 15px;
    }

    #footer .accordion-title.active:after {
        transition: 0.4s;
        transform: rotate(180deg);
        color: var(--color3);
    }

    .accordion-title+.menu-footer-container {
        display: none;
        background: #0B141F;
        padding: 0 1.5rem 1.5rem;
        margin-bottom: 1rem;
        position: relative;
        border-bottom-right-radius: 20px;
        border-bottom-left-radius: 20px;
    }

    .footer-sub-menu a {
        font-size: 14px;
    }

    #footer .copyright-content {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .footer-features-section {
        padding: 1.5rem 0;
        margin-bottom: 1rem;
    }

    .footer-features-swiper .feature-item {
        padding: 1.5rem 2rem;
        gap: 0.75rem;
    }


    .footer-end-inner {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-direction: column;
    }

    .footer-sub-menu {
        gap: 16px;
        flex-direction: column;
    }
}