@font-face {
    font-family: 'Al-Jazeera-Arabic-Bold'; /* الاسم الذي ستستخدمه في CSS */
    src: url('../fonts/Al-Jazeera-Arabic-Bold.ttf') format('truetype'); /* مسار الخط */
    font-weight: normal; /* يمكنك تحديد الوزن */
    font-style: normal; /* يمكنك تحديد النمط */  

}
@font-face{
    font-family: 'albobah'; /* الاسم الذي ستستخدمه في CSS */
    src: url('../fonts/AL-Mohanad-Extra-Bold.ttf') format('truetype'); /* مسار الخط */
    font-weight: normal; /* يمكنك تحديد الوزن */
    font-style: normal; /* يمكنك تحديد النمط */
}
body.arabic {
    @media (min-width: 992px) {
        .ablz{
       padding-right: 90px;
   }


}
    direction: rtl;
    font-family: 'Al-Jazeera-Arabic-Bold', sans-serif; /* خط معين عند اختيار اللغة العربية */

    @media screen and (min-width:772px){
          .social-wrap {
      
        inset: -180px auto 0 0
    }
    }
  
   

}

body.english {
    direction: ltr;
    font-family: Exo,sans-serif; /* الخط الافتراضي */
}

.language-select {
    margin-top: -4px;
    transition: all 0.3s ease-in-out;
    border: none;
    background-color: transparent;
    font-size: 1.2rem;
    outline: none;

}
.abx{
    color: black;
    background-color: transparent;


}
.language-select::selection{
    border: none;

}

/* .language-select:hover {
    transform: scale(1.05);
} */

.fade {
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
  }
  .fade.show {
    opacity: 1;
  }
