@font-face {
    font-family: STRANGEST;
    src: url(../fonts/STRANGEST.otf) format('truetype')
}

footer {
    background-image: url("../images/Rectangle\ 12.png");
    background-position-x: center;
    padding: 40px 0;
    /* background: linear-gradient(to right, #19d4fc, #0d2da5); */
    background: linear-gradient(to left, #19d4fc, #0d2da5);
}

/* footer img {
    width: 150px
} */

footer .footer-title {
    color: #fff;
    font-family: poppins, Sans-serif;
    font-size: 18px;
    font-weight: 600;
    position: relative;
    margin-bottom: 30px
}

footer .footer-title::after {
    position: absolute;
    content: "";
    width: 55px;
    height: 2px;
    background-color: #fff;
    top: 29px;
    left: 0
}

footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-bottom: 25px
}

footer ul li a {
    text-decoration: none;
    color: #fff;
    font-size: 14px;
    transition: all 0.3s ease-in-out
}
footer ul li a:hover {
    color: #E9DD0D;
}

footer .social-icons {
    display: flex;
    flex-direction: column
}

footer .social-icons a {
    color: #fff;
    text-decoration: none;
    margin: 7px 0;
    padding: 7px 35px;
    border-radius: 20px;
    font-size: 10px;
    display: flex;
    align-items: center
}

footer .social-icons a span {
    margin-left: 15px
}

footer .social-icons a:first-child {
    background-color: #0D6188
}

footer .social-icons a:last-child {
    background-image: linear-gradient(to right, #0F9FE3, #E600C0)
}

footer .social-icons a i {
    font-size: 15px;
    color: #fff
}
/* 06 nov 2024 ds */

@media (max-width:770px) {
    /* footer img {
        width: 100%
    } */
}

@media (min-width:770px) {
    .p_big {
        padding-left: 30px
    }
}

.whatsapp {
    position: fixed;
    bottom: 20px;
    right: 20px;
    padding: 10px;
    border-radius: 50%;
    transition: all 0.3s ease-in-out;
    z-index: 15
}

.whatsapp img {
    width: 60px
}

.copyright {
    background-color: #000;
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    padding: 10px
}

.follow {
    font-size: 18px;
    margin-top: 40px;
    color: #fff;
    margin-bottom: 10px
}

.logo_social {
    width: 12px
}

.plus_instaD a {
    z-index: 100;
    bottom: 100px;
    position: fixed;
    right: 37px;
    background: #7ad7f1;
    cursor: pointer;
    text-align: center;
    font-size: 20px;
    box-shadow: -1px 0 11px #97c7d5;
    color: #fff;
    padding: 8px 15px;
    font-size: 17px;
    text-decoration: none;
    border-radius: 22px;
    width: 140px
}

.plus_jobD a {
    width: 140px;
    z-index: 100;
    bottom: 150px;
    position: fixed;
    right: 37px;
    background: #7ad7f1;
    cursor: pointer;
    text-align: center;
    font-size: 20px;
    box-shadow: -1px 0 11px #97c7d5;
    color: #fff;
    padding: 8px 15px;
    font-size: 17px;
    text-decoration: none;
    border-radius: 22px
}

.popup_window {
    width: 200px;
    position: fixed;
    bottom: 156px;
    right: -250px;
    background: #fff;
    z-index: 12;
    padding: 15px;
    min-height: 150px;
    box-shadow: 0 4px 10px #ddd;
    transition: all 0.3s ease-in-out
}

.popup_window.active_popup {
    right: 15px
}

.popup_window .popup_header {
    position: absolute;
    background: #97c7d5;
    width: 100%;
    left: 0;
    top: 0
}

.popup_window .popup_header i {
    font-size: 18px;
    padding: 5px;
    float: right;
    cursor: pointer;
    color: #fff
}

.popup_window .popup_body {
    margin-top: 20px
}

.popup_window .popup_body a {
    font-family: "STRANGEST";
    color: #10BCEA;
    font-size: 18px;
    text-decoration: none;
    display: block
}

@media(min-width:2000px) {
    .whatsapp img {
        width: 90px
    }

    .plus_popup i {
        width: 90px;
        height: 90px;
        bottom: 136px;
        line-height: 90px;
        font-size: 35px
    }

    .popup_window {
        width: 250px;
        bottom: 248px;
        right: -250px;
        min-height: 206px
    }

    .popup_window .popup_body a {
        font-size: 25px
    }

    .popup_window .popup_header i {
        font-size: 24px;
        padding: 7px
    }
}

.chat_icon {
    height: 60px;
    width: 60px;
    position: fixed;
    bottom: 60px;
    left: 20px;
    cursor: pointer;
}

.chat_users {
    height: 60px;
    width: 60px;
    position: fixed;
    bottom: 60px;
    cursor: pointer;
    left: -100px;
    opacity: 0;
    transition: all 0.3s ease-in-out;
}

.chat_users.show {
    left: 100px;
    opacity: 1;
}

.chat_users ul {
    list-style: none;
    padding: 0;
    display: flex;
    margin: 0;
}

.chat_users ul li {
    margin-left: -10px;
}

.chat_users ul li img {
    border-radius: 50%;
    width: 55px;
    height: 55px;
    border: 1px solid #fff;
    object-fit: cover;
}
@media (max-width:575px){
    /* 06 nov 2024 ds */
.ds-footer-colum-1 a img.lazy {
    max-width: 230px;
}
.ds-footer-colum-1 {
    margin-bottom: 30px;
}
}