.footerWrap {
    background: #12141D;
    color: #fff;
    position: relative;
    z-index: 1;
    margin-top: 6rem;
}

.footerWrap::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    background-image: url(../images/cityVectorBg.svg);
    background-position: top center;
    width: 100%;
    height: 100%;
    background-size: 100%;
    background-repeat: no-repeat;
    transform: translate(-50%, -28.5%);
    z-index: -1;
}

.contactInfo {
    font-family: var(--font-family-title);
}

.contactInfo ul,
.otherLinks ul {
    padding-left: 0;
    list-style: none;
    margin-top: 10px;
    font-family: var(--font-family-title);
}

.contactInfo ul li {
    display: flex;
    margin-bottom: 15px;
}

.contactInfo ul li .imgContacts {
    width: 45px;
}

.contactInfo ul li .imgContacts img {
    width: 21px;
    margin-top: -4px;
}

.contactInfo ul li .contentContact {
    width: 85%;
}

.contactInfo ul li p {
    font-size: 14px;
    color: #D6D6D6;
    line-height: 17px;
}

.contactInfo ul li p a {
    color: #D6D6D6;
}

.otherLinks {
    padding-left: 60px;
    font-family: var(--font-family-title);
}

.otherLinks h4,
.contactInfo h4 {
    font-size: 16px;
    margin-bottom: 10px;
    margin-top: 15px;
    color: #8a9ab5;
    font-family: var(--font-family-body);
    font-weight: 600;
}

.otherLinks ul {
    margin: 5px 0px 0px 0px;
}

.otherLinks ul li {
    margin-bottom: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #190c38;
}

.otherLinks ul li a {
    color: #D6D6D6;
    text-decoration: none;
    font-size: 14px;
    line-height: 16px;
}

.otherLinks ul li p a {
    color: #D6D6D6;
}

.otherLinks ul ul.sublinks {
    max-height: 180px;
    overflow-y: auto;
}

.otherLinks ul ul.sublinks li {
    margin-bottom: 5px;
    padding-bottom: 0px;
    border-bottom: 0;
}

.socialMedia ul li {
    display: inline-block;
    margin: 0px 5px 0px 0px;
}

.socialMedia ul li a {
    border: 1px solid #3a3d4b;
    border-radius: 100%;
    padding: 5px 9px;
    background: none;
    transition: ease-in-out all 0.4s;
    font-size: 20px;
}

.socialMedia ul li a.fb:hover {
    background: #1877f2;
    color: #ffffff;
}

.socialMedia ul li a.brand-x:hover {
    background: #111111;
    color: #ffffff;
}

.socialMedia ul li a.whtsapp:hover {
    background: #25d366;
    color: #ffffff;
}

.socialMedia ul li a.insta:hover {
    background: linear-gradient(30deg, #f38334, #da2e7d 50%, #6b54c6);
    transition: ease-in-out all 0.4s;
    color: #ffffff;
}

.copyRight {
    border-top: 1px solid #3a3d4b;
    padding-top: 15px;
    margin-top: 60px;
    font-family: var(--font-family-title);
}

.copyRight p {
    font-size: 13px;
    font-weight: 300;
    color: #D6D6D6;
}

.countryLinks ul {
    text-align: center;
}

.countryLinks ul li {
    display: inline-block;
    margin: 20px 28px;
}

.countryLinks ul li a {
    color: #fff;
    font-weight: 600;
    text-decoration: none;
    font-size: 15px;
}

.copyRight p a {
    color: #fff;
    font-weight: 600;
}

.sdPM {
    font-weight: 600;
    font-style: italic !important;
    text-align: center !important;
    letter-spacing: 1.4px;
}

.sdPM::after {
    content: '';
    position: absolute;
    width: 35%;
    left: 0;
    border: 1px dashed #00000017;
    border-width: 1px;
    top: 50%;
    border-image: linear-gradient(to right, #99999900, #ffffff) 1;
    /* background: linear-gradient(to right, #999 0%, #434343 100%); */
}

.sdPM::before {
    content: '';
    position: absolute;
    width: 35%;
    right: 0;
    border: 1px dashed #00000017;
    border-width: 1px;
    top: 50%;
    border-image: linear-gradient(to left, #99999900, #ffffff) 1;
    /* background: linear-gradient(to right, #999 0%, #434343 100%); */
}

.socialMedia ul li a.tiktok:hover {
    background: linear-gradient(30deg, #FE2C55, #25F4EE);
    transition: ease-in-out all 0.4s;
    color: #ffffff;
}


@media screen and (max-width: 1200px) {

    /* .footerWrap:before {
        top: -122px;
    } */
    .footerWrap::after {
        transform: translate(-50%, -25%);
    }
}

@media screen and (max-width: 1189px) {
    .footerWrap::after {
        transform: translate(-50%, -20%);
    }
}

@media screen and (min-width: 768px) and (max-width: 999px) {
    .footerWrap::after {
        transform: translate(-50%, -15%);
    }
}

@media screen and (max-width: 999px) {
    .sdPM::after {
        width: 30%;
    }

    .sdPM::before {
        width: 30%;
    }

    .footerWrap:before {
        top: -74px;
    }

    .footerWrap::after {
        transform: translate(-50%, -15.5%);
    }
}

@media screen and (max-width: 767px) {
    .sdPM::after {
        width: 30%;
    }

    .sdPM::before {
        width: 30%;
    }

    .footerWrap:before {
        top: -60px;
    }

    .footerWrap::after {
        transform: translate(-50%, -7.8%);
    }

    .otherLinks {
        padding-left: calc(var(--bs-gutter-x) * .5);
    }

}

@media only screen and (max-width: 600px) {
    .sdPM::after {
        width: 25%;
    }

    .sdPM::before {
        width: 25%;
    }

    .footerWrap::after {
        transform: translate(-50%, -5%);
    }

}

@media only screen and (min-width: 420px) and (max-width: 460px) {

    .footerWrap::after {
        transform: translate(-50%, -4.5%);
    }

}

@media only screen and (max-width: 419px) {

    .footerWrap::after {
        transform: translate(-50%, -3%);
    }

}

@media only screen and (max-width: 360px) {

    .sdPM::after {
        width: 25%;
    }

    .sdPM::before {
        width: 25%;
    }

}