@font-face {
    font-family: 'Almarai-Bold';
    src: url(../fonts/Almarai-Bold.ttf);
  }
  @font-face {
    font-family: 'Almarai-ExtraBold';
    src: url(../fonts/Almarai-ExtraBold.ttf);
  }
  @font-face {
    font-family: 'Almarai-Light';
    src: url(../fonts/Almarai-Light.ttf);
  }
  @font-face {
    font-family: 'Almarai';
    src: url(../fonts/Almarai-Regular.ttf);
  }
  

footer {
    background-color: #5A4335;
}

.footer-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 20px;
}

.footer-wrap .col {
    width: 90%;

}

.link ul {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    list-style: none;
    margin: 20px 0px;
    margin-top: 0px;
    direction: rtl;
    flex-wrap: wrap;
}

.link ul li {
    padding: 20px 0px;
    padding-top:20px;
    width: 150px;
}

.link ul li a {
    color: #fff;
    font-size: 24px;
    position: relative;
    font-family: 'Almarai';
}

.link ul li a::before {
    content: '';
    background: #00adf1;
    display: block;
    position: absolute;
    bottom: -8px;
    right: 0;
    width: 0;
    height: 2px;
    transition: all 0.3s ease-in-out;
}
.link ul li a::after {
    content: '';
    background: #00adf1;
    display: block;
    position: absolute;
    bottom: -12px;
    left: 0;
    width: 0;
    height: 2px;
    transition: all 0.3s ease-in-out;
}
.link ul li a:hover::before {
    width: 70%;
}

.link ul li a:hover::after {
    width: 70%;
}

.link ul li a:hover {
    text-shadow: #00adf1 0px 0px 20px;
}




.social .social-links {
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 20px 0px;
    flex-wrap: wrap;

}

.social .social-links a:hover {
    box-shadow: inset 0 0 0 50px #00adf1;

}

.social .social-links a {
    color: #FFF;
    border: 2px solid #fff;
    border-radius: 50px;
    padding: 10px 10px;
    display: inline-block;
    font-size: 20px;
    cursor: pointer;
    box-shadow: inset 0 0 0 0 #00adf1;
    -webkit-transition: ease-out 0.4s;
    -moz-transition: ease-out 0.4s;
    transition: ease-out 0.4s;
    margin: 20px;
    width: 60px ;
    height: 60px;
line-height: 35px;
}


.social .social-links a .i {
width: 10px;
height: 10px;
}

.copyright {
    color: #fff;
    align-items: center;
    text-align: center;
    margin: 0 auto;
    font-size: 15px;
    line-height: 30px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    font-family: 'Almarai';
    font-family: 'Almarai-Light';
    word-spacing: 2px;
}

.copyright::before {
    content: '';
    height: 2px;
    width: 100%;
    background-color: #FFF;
    position: absolute;
top: -10px;
}
.copyright p {

    margin: 0 auto;

}



.home-bage-footer{
    padding-bottom: 30px;
}