html {
    scroll-behavior: smooth;
}
@font-face {
    font-family: 'BYekan';
    src: url('../fonts/BYekan.eot?#') format('eot'),  /* IE68 */
         url('../fonts/BYekan.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
         url('../fonts/BYekan.ttf') format('truetype');  /* Saf35, Chrome4+, FF3.5, Opera 10+ */
  }
body{
    /* font-family: 'Nunito Sans', sans-serif, 'Segoe UI','Fira Sans','Droid Sans', 'Helvetica Neue',Helvetica Arial,sans-serif; */
    font-family:BYekan, Arial, Helvetica, sans-serif;
    direction: rtl;
}

.slider {
    direction: ltr;
}
.button:hover {
    text-shadow: 0px 0px 6px rgba(255, 255, 255, 1);
-webkit-box-shadow: 0px 5px 40px -10px rgba(0,0,0,0.57);
-moz-box-shadow: 0px 5px 40px -10px rgba(0,0,0,0.57);
transition: all 0.4s ease 0s;
}

hr.rounded {
    border-top: 2px solid  #c7b8ea;
    border-radius: 2px;
  }

#features{
    background: linear-gradient(180deg, rgba(238,174,202,0.7973390039609594) 0%, rgba(200,179,215,1) 26%, rgb(255 255 255) 100%);
    padding-top: 3rem;
    padding-bottom: 3rem;
}

#footer{
    padding: 0.5rem;
}

.reception-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 70%;
    margin: 0 auto;
    padding: 1em 2em;
    background-color: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  }
  .reception-item i {
    width: 20px;
  }
  .reception-item a {
    color: #000;
  }
  .reception-item .button {
    border: 1px solid #03b2e3;
    width: 50px;
    background: none !important;
  }
  .reception-item .button i {
    width: auto;
    padding-right: 5px;
  }
  .reception-item .button:hover {
    color: rgba(49, 49, 49, 0.918) !important;
  }

  .navbar-menu {
      margin-right: 3.4rem !important;
  }
  .navbar-menu.is-active {
    margin-right: 16px !important;
    padding: 2rem !important;
    margin-top: 56px;
  }
  
  .site-intro .hero-body {
    background-color: hsl(201, 100%, 96.1%) !important;
    background-image:url('../img/bg5.jpg');
    background-size:cover;
  
    color: #fff !important;
    
  }

  @media only screen and (max-width: 600px) {
    .site-intro .hero-body {
      background-image:url('../img/bg7.jpg');
    }
  }

  .site-intro .hero-body .title {
    color: #fff;
    
  }
  .site-intro .profile-pictures img {
    border-radius: 50%;
    width: 100px;
  }
  .site-intro .profile-pictures {
    margin-top: 16px;
  }
  .site-intro .teacher-profile img {
    width: 80px;
    margin-top: 12px;
  }
.button .icon:first-child:not(:last-child) {
  margin-left: 0.12em;
  margin-right: 0px;
}
.button-text {
  font-family:BYekan, Arial, Helvetica, sans-serif;
}
.slider-navigation-next, .slider-navigation-previous {
  color: #000;
}
.course-box, .teacher-box {
  border: 1px solid #e8e8e8;
  border-radius: 8px;
  background-color: #fff;
  
  box-shadow: 0px 2px 0px 0px hsla(0.00,0.00%,0.00%,6%);
  
}

.course-box div {
  padding: 5px;
}
.course-box-head {
  color: hsl(213deg 31% 37%);
  padding: 16px !important;
  text-shadow: 0px 2px 0px hsla(0.00,0.00%,100.00%,70%);
}
.course-box-head-orange {
  background-color: hsl(25.5, 54.1%, 88%);
}
.course-box-head-blue {
  background-color: hsl(220.5, 100%, 92.7%);
}
.course-box-head-green {
  background-color: #DCEAE0;
}
.course-list-intro {
  background-color: hsl(58.1, 100%, 93.7%);
}
.course-box .fa-circle-thin {
  font-size: 14px !important;
}
.course-box-time .fa-clock-o {
  color: #e8e8e8;
  padding-top: 5px;
}
.course-box-body {
  /* padding: 48px !important; */
  padding-top: 16px !important;
}
.course-box-time {
  padding: 32px !important;
  padding-bottom: 0px !important;
}
.more-btn {
  color: #fff !important;
  border-color:#fff !important;;
}
.more-btn:hover {
  background-color: unset !important;
}
.more-btn:focus {
 background-color: unset !important;
}
.logo {
  max-height: 3.7rem !important;
  margin-bottom: -4px;
}

.site-intro .navbar-item {
  padding-top: 0px;
  padding-bottom: 0px;
}

.gallery .card {
  
  margin-top: 16px;
}

.teacher-box .media-content {
  padding-top: 8px;
}
.teacher-box .columns {
  padding: 24px;
}

.hero-head .columns {
  margin-right: 0px;
}



.webinar-session:nth-child(even) {
  background-color: #f2f2f2;
}

.payButton span {
  padding: 5px;
}
.buy-ticket .ticket {
  border: 1px solid #e8e8e8;
}
/* logo animation up down movement */
.vert-move {
  -webkit-animation: mover 1s infinite  alternate;
  animation: mover 1s infinite  alternate;
}
.vert-move {
  -webkit-animation: mover 1s infinite  alternate;
  animation: mover 1s infinite  alternate;
}
@-webkit-keyframes mover {
  0% { transform: translateY(0); }
  100% { transform: translateY(10px); }
}
@keyframes mover {
  0% { transform: translateY(0); }
  100% { transform: translateY(10px); }
}
/* ---logo animation end */

/* --- FAQ expandable accordian start */
.accordion {
  background-color: rgb(245,245,245,0.3) !important;
  border-bottom: 1px solid rgba(0,0,0,.125) !important;
  border: 1px solid rgba(0,0,0,.125) !important;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: right;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
}

.active, .accordion:hover {
  background-color: #ccc;
}

.panel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
.faq .panel {
  margin: 0px !important;
}

