.contactus-index {
    background-color: #292929;
    padding: 40px 130px;
    height: 450px;
    display: flex;
    background-size: cover;
    align-items: center;
    background-position: right;
    background-image: url('../images/bg3.png');
}
.text-contactus-index {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
}

.text-contactus-index h2 {
    color: #888888;
    font-size: 50px;
    line-height: 90px;
}

.main-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 50px 0;
}

.logo-footer {
    width: 160px;
}

.element-footer ul {
    display: flex;
    align-items: center;
    gap: 40px;
}

.element-footer ul li {

    display: block;
    transition: all 0.3s linear;

}

.element-footer ul li a {
    transition: all 0.3s linear;
    
}
.element-footer ul li a {
    background-clip: text;
    justify-content: center;
    position: relative;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(to right, var(--default_main_second_color),  50%, var(--color_hover) 50%);
    background-size: 200% 100%;
    transition: all 0.3s ease-in-out;
    background-position: -100%;
}

.element-footer ul li:hover a {
    transition: all 0.3s cubic-bezier(0, 0, 0.23, 1);
    background-position: 0;}


.media-footer ul {
    display: flex;
    justify-content: center;
    width: 100%;
    align-items: center;
    gap: 10px;
    height: 100%;

}

.media-footer ul li {
    display: block;
}
.media-footer ul li a {
    display: flex;
    width: 45px;
    height: 45px;
    align-items: center;
    font-size: 26px;
    color: #888888;
    background-clip: text;
    justify-content: center;
    position: relative;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(to right, var(--default_main_second_color),  50%, var(--default_main_fife_color) 50%);
    background-size: 200% 100%;
    transition: all 0.3s ease-in-out;
    background-position: -100%;
}


.media-footer ul li:hover a {
    transition: all 0.3s cubic-bezier(0, 0, 0.23, 1);
    background-position: 0;

}

.link-jaddara {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    color: #888888;
}


.link-jaddara a i {
    color: var(--default_main_second_color);
}
.link-jaddara a:hover {
    color: var(--default_main_second_color);

}

.end-page {
    padding: 20px 0;
    color: #888888;

}

.footer {
    padding: 20px 0;
    position: relative;
    z-index: 1;
}

.footer::after {
    content: "";
    width: 100%;
    z-index: -1;
    height: 70%;
    bottom: 0;
    position: absolute;
    background-color: #191818;
}
.img-clients-index {
    transition: all 0.4s linear;

}
.img-clients-index img:hover {
    transition: all 0.4s linear;
    filter: none;
    opacity: 1;
}
