/** Newsletter **/
.wrap-newsletter {
    margin-top: clamp(64px, 7vw, 104px);
    background: var(--gray2);
    padding-top: clamp(28px, 3vw, 32px);
    padding-bottom: clamp(36px, 4vw, 50px);
    position: relative;
}
#newsletter-form {
    position: relative;
}
.newsletter-title {
    text-align: center;
    font-size: clamp(16px, 2vw, 20px);
    font-family: var(--Demi);
    margin-bottom: clamp(12px, 2vw, 20px);
}
#email-user-newsletter {
    border-bottom: 1px solid rgb(8 12 41 / 30%);
    font-size: 14px;
    color: var(--black);
}
.btn-newsletter {
    width: 30px;
    height: 30px;
    border: none;
    background: no-repeat;
    font-size: 24px;
    color: var(--black);
    position: absolute;
    top: 11px;
    right: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.4s;
    transform: rotate(180deg);
}
.btn-newsletter:hover {
    color: var(--color1);
}
#newsletter-form .alert.bg-success,
#newsletter-form .alert.bg-primary,
#newsletter-form .alert.bg-danger,
#email-user-newsletter-error {
    position: absolute;
    bottom: -28px;
    left: 12px;
    color: var(--danger);
    font-size: 12px;
}
#newsletter-form .alert.bg-primary {
    color: blue;
}
#newsletter-form .alert.bg-success {
    color: green;
}
.margin-footer {
    margin-top: clamp(64px, 7vw, 104px);
    & #footer_link:before {
        color: white;
    }
}
#footer_link {
    position: absolute;
    top: -21px;
    right: 50%;
    transform: translateX(50%);
    width: clamp(30px, 3vw, 36px);
    height: clamp(30px, 3vw, 36px);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    color: var(--black);
    font-size: 15px;
    cursor: pointer;
    transition: 0.4s;
}
#footer_link:before {
    content: "\e91f";
    font-family: 'icomoon';
    color: var(--gray2);
    position: absolute;
    z-index: -1;
    bottom: -15px;
    font-size: 20px;
}
#footer_link:hover {
    color: var(--color1);
}
/** Footer **/
footer {
    background-color: var(--black);
    color: white;
    padding-inline: 1rem;
    position: relative;
}
footer a {
    color: white;
    transition: 0.4s;
}
footer a:hover {
    color: var(--color1);
}
.custom-footer {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: clamp(46px, 5vw, 65px);
    padding-bottom: clamp(77px, 6vw, 84px);
    text-align: left;
}
.wrap-ft-menu {
    width: 100%;
}
.footer-mobile-menu,
.footer-contact {
    display: flex;
    flex-direction: column;
    margin-top: 1rem;
    gap: 6px;
}
.footer-menu-wrap {
    width: 100%;
}
.footer-contact li {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}
.email-item {
    display: flex;
    align-items: center;
    gap: 8px;
    width: 100%;
    flex-wrap: wrap;
}
.contact-item {
    display: flex;
}
.contact-item .label {
    font-size: 1rem;
    font-family: var(--Medium);
}
.footer-contact a {
    font-family: var(--rajd);
    font-size: 14px;
    position: relative;
}
.contact-item a:not(:first-child)::before {
    content: "";
    width: 1px;
    height: 10px;
    position: absolute;
    left: -6px;
    background: white;
    top: 50%;
    transform: translateY(-50%);
}
.address-item:before {
    content: none !important;
}
.footer-contact i {
    width: clamp(18px, 3vw, 32px);
    height: clamp(18px, 3vw, 32px);
    font-size: clamp(14px, 2vw, 24px);
    flex: 0 0 18px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.address-item {
    font-family: var(--Regular) !important;
}
.social-mobile {
    margin: 40px 0 24px;
    border-bottom: 1px solid var(--gray4);
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 24px;
}
.socials {
    display: flex;
    gap: clamp(8px, 2vw, 12px);
}
.socials a {
    width: clamp(26px, 2vw, 32px);
    height: clamp(26px, 2vw, 32px);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: clamp(12px, 2vw, 15px);
    background: white;
    border-radius: 50%;
    color: var(--black);
    transition: 0.4s;
}
.socials a:hover {
    color: var(--color1);
}
.wrap-ft-menu {
    background: rgb(255 255 255 / 12%);
    margin-bottom: 8px;
    padding: 13px 16px;
}
.footer-title {
    position: relative;
    font-family: var(--Demi);
    font-size: 16px;
    transition: 0.4s;
}
.footer-title.active {
    color: var(--color1);
}
.footer-title:before {
    content: "\e90a";
    transition: 0.4s;
    font-family: 'icomoon';
    font-size: 5px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.footer-title.active:before {
    content: "\e916";
}
.contact-item div {
    display: flex;
    gap: 12px;
}
.social-desktop {
    position: absolute;
    bottom: -9px;
    right: 50%;
    transform: translateX(50%);
}
.social-desktop:before {
    content: "\e91d";
    font-family: 'icomoon';
    position: absolute;
    bottom: -9px;
    z-index: -1;
    font-size: 36px;
    right: 50%;
    transform: translateX(50%);
}
.copyright-foorer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0;
    color: var(--gray1);
    font-size: 12px;
    flex-direction: column;
    text-align: center;
    width: 220px;
    margin-inline: auto;
    gap: 12px;
    position: relative;
    margin-top: -2rem;
    z-index: 1;
}
.copyright-foorer strong {
    font-family: var(--Demi);
}
.copyright-foorer:before {
    content: "\e91d";
    font-family: 'icomoon';
    color: white;
    top: -7px;
    position: absolute;
    font-size: 28px;
    right: 50%;
    transform: translateX(50%);
    z-index: -1;
}
.websima img {
    width: clamp(60px, 6vw, 80px);
}
@media only screen and (min-width: 992px) {
    .copyright-foorer {
        width: 100%;
        align-items: center;
        flex-direction: row;
        margin: 0;
    }
    .copyright-foorer:before {
        content: none;
    }
    .footer-contact i {
        flex: 0 0 32px;
    }
    .contact-item {
        flex-direction: column;
    }
    .footer-contact {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        margin-top: 0;
        gap: 0;
    }
    .footer-mobile-menu {
        flex-direction: row;
        justify-content: center;
        align-items: center;
        margin-top: 0;
        gap: 40px;
    }
    .wrap-ft-menu {
        background: none;
        margin-bottom: 0;
        padding: 0;
    }
    .footer-first {
        margin-bottom: 3.5rem;
        padding: 0 0 3rem;
        margin-top: 2rem;
        border-bottom: 1px solid rgb(255 255 255 / 20%);
    }
    .socials a {
        background: var(--black);
        color: white;
    }
    #footer_link:before {
        bottom: -19px;
        font-size: 24px;
    }
}
