@font-face {
  font-family: 'BahijTheSansArabic';
  src: url('../webfonts/Bahij_TheSansArabic-Plain.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'BahijTheSansArabic';
  src: url('../webfonts/Bahij_TheSansArabic-SemiBold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'BahijTheSansArabic';
  src: url('../webfonts/Bahij_TheSansArabic-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'BahijTheSansArabic';
  src: url('../webfonts/Bahij_TheSansArabic-ExtraBold.woff2') format('woff2');
  font-weight: 800;
  font-style: normal;
}



body {
  font-family: 'BahijTheSansArabic', sans-serif;
  font-weight: 700; /* Bold */
  direction: rtl;
  text-align: right;
}
h1,h3,h2,h4,h5,h6{
  font-family: 'BahijTheSansArabic', sans-serif;
  font-weight: 700; /* Bold */
}
p{
  font-family: 'BahijTheSansArabic', sans-serif;
  font-weight: 400; /* Plain */
}
.header-content,
.navigation-bar {
  direction: rtl;
  flex-direction: row-reverse;
}

.contact-add {
  direction: rtl;
}

.section-title,
.sec-title,
.banner-text,
.course-card,
.abt-col {
  direction: rtl;
  text-align: right;
}

.classes-carousel,
.classes-col {
  direction: rtl;
}

.responsive-menu ul {
  direction: rtl;
  text-align: right;
}

.newsletter-form,
.newsletter-form input,
.newsletter-form textarea {
  direction: rtl;
  text-align: right;
}

.main-header .container {
  direction: rtl;
}

.header-content {
  flex-direction: row-reverse;
}

.navigation-bar {
  flex-direction: row-reverse;
}

.navigation-bar nav ul {
  flex-direction: row-reverse;
}

.social-links {
  margin-right: auto !important;
  margin-left: 0 !important;
}
.sec-title > h2:before{
  right:0;
}
/* توجيه أسهم slick RTL */
.slick-slider .slick-prev {
  right: auto;
  left: 20px;
}

.slick-slider .slick-next {
  right: auto;
  left: 60px; /* أو أي مسافة تناسب التصميم */
}
header .header-content .contact-add{
  margin-right: auto;
  margin-left: 0;
}
header .navigation-bar nav ul li{
  margin-left: 59px;
}

.banner-img {
  display: block !important;
}

@media (max-width: 767px) {
  .banner-img {
      display: block !important;
      width: 100%;
      margin-top: 20px;
      text-align: center;
  }
  .banner-img img {
      width: 100%;
      height: auto;
  }
}
.responsive-menu{
  right: 0!important;
}
@media only screen and (max-width: 991px) {
  .menu-btn.active {
  margin-right: auto!important;
  margin-left: 0!important;
  }
}
@media only screen and (max-width: 480px) {
  .responsive-menu {
      width: 200px!important;
  }
  .menu-btn.active {
    margin-right: auto!important;
    margin-left: 0!important;

    }
}

.section-title p,.sec-title p,.course-section .find-course .sec-title p,body{
  text-align: justify;
}
header .navigation-bar nav ul li a:before{
  right: 0!important;
}
header .header-content .contact-add li .contact-info > img{
  padding: 6px;
}
header .navigation-bar nav ul li{
  margin-right: 0;
}
.social-links li{
  margin-left: 16px;
  margin-right: 0 ;
}


/* CSS */
.whitebutton {
  align-items: center;
  appearance: none;
  background-color: #fff;
  border-radius: 13px;
  border-style: none;
  box-shadow: rgba(0, 0, 0, .2) 0 3px 5px -1px, rgba(0, 0, 0, .14) 0 6px 10px 0, rgba(0, 0, 0, .12) 0 1px 18px 0;
  box-sizing: border-box;
  color: #3c4043;
  cursor: pointer;
  display: inline-flex;
  fill: currentcolor;
  font-size: 23px;
  font-weight: bold;
  height: 48px;
  justify-content: center;
  letter-spacing: .25px;
  line-height: normal;
  max-width: 100%;
  overflow: visible;
  padding: 31px 33px;
  position: relative;
  text-align: center;
  text-transform: none;
  transition: box-shadow 280ms cubic-bezier(.4, 0, .2, 1), opacity 15ms linear 30ms, transform 270ms cubic-bezier(0, 0, .2, 1) 0ms;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  width: auto;
  will-change: transform, opacity;
  z-index: 0;
}

.whitebutton:hover {
  background: #F6F9FE;
  color: #25D366;
}

.whitebutton:active {
  box-shadow: 0 4px 4px 0 rgb(60 64 67 / 30%), 0 8px 12px 6px rgb(60 64 67 / 15%);
  outline: none;
}

.whitebutton:focus {
  outline: none;
  border: 2px solid #25D366;
}

.whitebutton:not(:disabled) {
  box-shadow: rgba(60, 64, 67, .3) 0 1px 3px 0, rgba(60, 64, 67, .15) 0 4px 8px 3px;
}

.whitebutton:not(:disabled):hover {
  box-shadow: rgba(60, 64, 67, .3) 0 2px 3px 0, rgba(60, 64, 67, .15) 0 6px 10px 4px;
}

.whitebutton:not(:disabled):focus {
  box-shadow: rgba(60, 64, 67, .3) 0 1px 3px 0, rgba(60, 64, 67, .15) 0 4px 8px 3px;
}

.whitebutton:not(:disabled):active {
  box-shadow: rgba(60, 64, 67, .3) 0 4px 4px 0, rgba(60, 64, 67, .15) 0 8px 12px 6px;
}

.whitebutton:disabled {
  box-shadow: rgba(60, 64, 67, .3) 0 1px 3px 0, rgba(60, 64, 67, .15) 0 4px 8px 3px;
}

.about-us-section .about-sec .abt-col p{
  color: #575757;
    font-size: 19.5px;
    line-height: 32.35px;
    text-align: justify;
}
.about-us-section .about-sec .abt-col > h3{
  font-size: 25.29px;
    font-weight: bold;
    
}
.about-us-section .about-sec .abt-col{
  height: 462px;
}
.sec-title p{
  /* max-width: 723px; */
    line-height: 39px;
    font-size: 27.23px;
}
.courses-list i{
  font-size: 73px;
  color: #f37335 !important;
}
.card-title {
  font-size: 19px;
  color: #857e7e;
  margin-bottom: .75rem;
}
.sec-title2{
  direction: rtl;
  text-align: right;
  margin-bottom: 42px;
  margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
.sec-title2 > h2 {
  color: #2b2b2b;
  font-size: 48.77px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 7px;
  position: relative;
  z-index: 1;
}

.find-course .sec-title2 > p {

    line-height: 39px;
    font-size: 27.23px;
    margin-bottom: 22px;
    text-align: justify;
}
.newsletter-section .newsletter-sec .newsz-ltr-text > h2{
  color: #ffffff;
  font-size: 43.58px;
  line-height: 55.71px;
  margin-bottom: 33px;
  font-weight: 700;
}
.about-page-content .act-inffo ul li:before{
  right: 0px;
}
.about-page-content .act-inffo ul li {
    display: block;
    color: #575757;
    font-size: 20.23px;
    font-weight: 100;
    margin-bottom: 10px;
    position: relative;
    padding-right: 30px;
}
.about-page-content .act-inffo p {
  margin-bottom: 22px;
  font-size: 21px;
}
.classes-carousel .slick-next,
.classes-carousel .slick-prev{
  top: 221px;
}