/*************************/
/* footer */
/**************************/
.get-in-touch__content {
    display: flex;
    gap: 2rem;
    text-align: center;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.get-in-touch {
    padding: 2rem 0 5rem;
    background: #DAE8F0;
    position: relative;
}

.get-in-touch__title {
    font-size: min(3rem, 6.3vw);
    font-weight: 600;
}

.get-in-touch__desc {
    font-size: 1.8rem;
    margin-top: .5rem;
}


.get-in-touch::before {
    content: '';
    width: 100%;
    background: url(../img/pattern.svg) no-repeat center center;
    display: block;
    height: 6rem;
    position: absolute;
    background-size: 100% 100%;
    bottom: 100%;
    z-index: -1;
    pointer-events: none;
}

.footer-wrapper {
    margin-top: 6rem;
}

.footer-desc {
    text-align: center;
    z-index: 2;
    position: relative;
}


.logo-ft {
    display: block;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin: auto;
    max-width: 17rem;
}

.logo-ft img {
    width: 100%;
}

.footer__about_desc {
    margin-top: 2.2rem;
    font-size: 1.6rem;
    line-height: 2;
    color: var(--gray);
}




.ft-socials-wrap {
    font-size: 1.8rem;
    display: flex;
    align-items: center;
    gap: 1rem;
    line-height: 1;
    flex-wrap: wrap;
}

.ft-socials-wrap a {
    width: 6.4rem;
    height: 6.4rem;
    background-color: #fff;
    color: #697F8D;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.1rem;
}

.ft-socials-wrap a:hover {
    color: var(--c-primary);
}



.footer-info {
    background: #E9F3F9;
    position: relative;
    padding-top: 6rem;
}


.footer-info-wrap {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
    padding: 5rem 0;
    position: relative;
}



.footer-contact li:not(:last-child) {
    margin-bottom: 1.2rem;
}

.footer-contact li a:hover {
    color: var(--c-secondary);
}


.footer-contact li.address a {
    opacity: 0.6;
    font-size: var(--fs-14);
}


.footer-contact li i {
    vertical-align: middle;
    color: var(--c-primary);
    display: flex;
    flex: none;
    font-size: 1.8rem;
}

.footer-contact li {
    display: flex;
    gap: 1rem;
    color: var(--gray);
    font-size: min(14px, 4vw);
    font-weight: bold;
}

.footer-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 2rem;
    font-size: 1.8rem;
    position: relative;
    font-weight: bold;
}



.footer__menu.nav li:not(:last-child) {
    margin-bottom: 1.4rem;
}

.footer__menu.nav a {
    display: inline-block;
    position: relative;
    color: var(--gray);
    font-weight: bold;
    font-size: min(14px, 4vw);
}


.footer-contact__link {
    display: flex;
    align-items: center;
    -moz-column-gap: 1rem;
    column-gap: 1rem;
    flex-wrap: wrap;
}

.footer-title.accordionn i {
    color: #C0D0DA;
    font-size: 2rem;
    transition: transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform: rotate(270deg);
}

.footer-title.accordionn::after {
    display: none;
}

.footer__menu.active .accordionn i {
    transform: rotate(90deg);
    color: var(--c-primary);
}

.footer__menu.contact {
    grid-column: 1/-1;
}

.footer__menu.contact a:hover {
    color: #000;
}

.item-awwards__img {
    display: flex;
    gap: 2rem;
    align-items: center;
}

.awwards-ft {
    display: grid;
    grid-template-columns: repeat(4, minmax(min(6rem, 17%), 1fr));
    border-radius: 16px;
    border: 1px solid rgba(43, 43, 43, 0.5);
    background: linear-gradient(180deg,
            rgba(28, 28, 28, 0) -21.67%,
            #1c1c1c 118.82%);
    padding: 16px 1.8rem;
    gap: 2rem;
    align-items: center;
    justify-items: center;
}



.copyright-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 1.4rem;
    padding: 3rem 0;
    color: var(--gray);
    gap: 2rem;
}

.websima-logo img {
    min-width: 8rem;
}


@media (width>=1024px) {


    .footer-info-wrap {
        padding: 5rem 8rem;
    }

    .footer-contact li.address a:hover {
        color: var(--c-secondary);
    }

    .footer__menu.nav a:hover {
        color: var(--c-secondary);
    }

    .footer-title.accordionn i {
        display: none;
    }

    .footer-info-wrap {
        grid-template-columns: 2fr 1fr 1fr 2fr;
    }

    .footer-title.accordionn::after {
        display: block;
    }

    .accordion-contentt.open-in-desktop {
        display: block;
    }

    .footer-title.accordionn {
        pointer-events: none;
    }

    .footer-desc {
        margin: 0 26rem;
    }

    .footer__menu.contact {
        grid-column: auto;
    }

    .get-in-touch__content {
        text-align: left;
        flex-direction: row;
        align-items: end;
        justify-content: space-between;
    }
}

@media (width<1024px) {
    .accordion-contentt.open-in-desktop:not(.active) {
        display: none;
    }

    .footer-info-wrap {
        padding-top: 3rem;
    }

    .footer-title.accordionn {
        padding: 2rem 2.5rem;
        margin-bottom: 0;
    }

    .footer__menu {
        background: #DAE8F0;
    }

    .footer-info-wrap .accordion-contentt {
        padding: 0 2rem 2rem;
    }


    .ft-socials .footer-title {
        text-align: center;
        justify-content: center;
    }

    .ft-socials-wrap {
        justify-content: center;
    }
}