@-webkit-keyframes intro-animation {
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}
@keyframes intro-animation {
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}

@keyframes fadeScaleIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/*animate*/
.hmodal {
  z-index: 1054;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}
/*bg_dark_start*/
.blurBackstage {
  position: fixed;
  inset: 0;
  z-index: 1053;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  animation: fadeScaleIn 400ms ease forwards;
}
/*bg_dark_start*/

/*right_menu_start*/

.hmodal#rightMenu {
  max-width: 25rem;
  width: 100%;
  width: 100%;
  inset-inline-start: -100%;
}

.hmodal#rightMenu.showModal {
  inset-inline-start: 0;
}

.hmodal#searching {
  top: -100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease;
}
.hmodal#searching.showModal {
  top: 2.5rem;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease;
}



.hmodal#video_player {
  position: fixed;
  transform: translate(50%,-50%);
  top: -100%;
  right: 50%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;

}
.hmodal#video_player.showModal {
   top: 50%;
  opacity: 1;
  visibility: visible;
  transition: .7s ease;
}


/*tab-box*/
.tab-content__pane {
  display: none;
}
.tab-content__pane.show {
  display: block;
}


/*tab-box*/

/*more-reed-*/
.introduction {
  overflow: hidden;
  box-sizing: border-box;
  transition: height 500ms ease-out;
  position: relative;
}

.view-less {
  display: none;
}
.add-class-view-less {
  display: block;
}
.add-class-introduction-span {
  display: none;
}

/*more-reed-comment*/

/*accardeon*/

.submenuItems {
  display: none;
}
.accordion-menu .dropdownlink i {
  transition: transform 300ms ease-in;
}
.accordion-menu .open .dropdownlink i {
  transform: rotate(-180deg);
  transition: transform 300ms ease-in;
}

/*accardeon*/

/* toma-raial */

.h_title_bg_price{
  background-image: url("../../Images/toman/Riyal.svg");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}

/* toma-raial */



   .h_faq .h_faq_body {
  box-shadow: none;
  border: none;
  background: transparent;
  border-radius: 0;
}

.h_faq_li.open .h_faq_question_title {
  color: var(--theme-dark-primary);
}
