@import url('https://fonts.googleapis.com/css2?family=Tajawal:wght@200;300;400;500;700;800;900&display=swap');


body {
  font-family: "Tajawal", sans-serif;
  color: #444444;
  background: #fff;
}

a {
    text-decoration: none;
}
.social {
    padding-top: 20px;
}
  
.social .icon-box,
.about .icon-box {
    position: relative;
    display: flex;
    align-items: center;
    padding: 20px;
    transition: ease-in-out 0.3s;
    background: #fff;
    box-shadow: 1px 4px 6px 2px rgba(0, 0, 0, 0.12);
    border-radius: 15px;
}
  
.social .icon-box::before {
    content: "";
    position: absolute;
    background: #fdeff2;
    right: 0;
    left: 0;
    bottom: 0;
    top: 100%;
    transition: all 0.4s;
    z-index: -1;
}
  
.social .icon-box:hover::before {
    background: #3c6df48f !important;
    color: #fff;
    top: 0;
    border-radius: 15px;
}
  
.social .icon-box i {
    font-size: 32px;
    padding-right: 10px;
    line-height: 1;
}
  
.social .icon-box h3 {
    color: #0d0e3f;
    font-weight: 500;
    margin: 0;
    padding: 0;
    line-height: 1;
    font-size: 16px;
}
  
.social .icon-box h3 a {
    color: #fff;
    transition: ease-in-out 0.3s;
}
  
.icon-box:hover {
    background-color: #c1c1f5;
}
  
.icon-box:hover i,
.icon-box:hover h3 {
    color: #fff !important;
}

.whatsapp .icon-box:hover {
    background-color: #35aa18;
}

.website .icon-box:hover {
    background-color: #07185e;
}

.youtube .icon-box:hover {
    background-color: #f12020;
}

.linkedin .icon-box:hover {
    background-color: #5578ff ;
}

.twitter .icon-box:hover {
    background-color: #000;
    color: #fff;
}
/* .twitter .icon-box:hover img {
    content: url(/Twitter2.png) !important;
    width: 45px !important;
    height: 26px !important;
  } */

.instagram .icon-box:hover {
    background-color: #d12475;
}

.facebook .icon-box:hover {
   background-color: #5578ff;
}

.snapchat .icon-box:hover {
    background-color: #fff455;
}

.tiktok .icon-box:hover {
    background-color: #6055ff;
 }
  
