/* Global Styles */
@font-face {
  font-family: "MadaniArabic-SemiBold";
  font-weight: 400;
  src: url(../fonts/alfont_com_Madani-Arabic-Semi-Bold-1.ttf);
}
@font-face {
  font-family: "MadaniArabic-Medium";
  font-weight: 400;
  src: url(../fonts/alfont_com_Madani-Arabic-Medium-1.ttf);
}
@font-face {
  font-family: "MadaniArabic-Bold";
  font-weight: 400;
  src: url(../fonts/alfont_com_Madani-Arabic-Bold-1.ttf);
}
@font-face {
  font-family: "MadaniArabic-Regular";
  font-weight: 400;
  src: url(../fonts/alfont_com_Madani-Arabic-Regular-1.ttf);
}
@font-face {
  font-family: "MadaniArabic-Light";
  font-weight: 400;
  src: url(../fonts/alfont_com_Madani-Arabic-Light.ttf);
}
:root {
  --dark-blue: #1c3749;
  --secondary-color: #c79963;
  --text-color: #404040;
  --semiBoldFontFamily: "MadaniArabic-SemiBold";
  --semiMadaniArabicMediumFamily: "MadaniArabic-Medium";
}
body {
  direction: rtl;
  text-align: right;
  font-family: "MadaniArabic-Regular";
  overflow-x: hidden;
}
h1 {
  color: var(--secondary-color, #c79963);
  font-size: 32px;
  margin: 0;
  font-family: var(--semiBoldFontFamily);
  font-style: normal;
  font-weight: 400;
  text-align: center;
}
h2 {
  color: #000;
  font-family: var(--semiBoldFontFamily);
  font-size: 28px;
  font-style: normal;
  margin: 0;
  font-weight: 400;
  line-height: 100%;
}
h3 {
  text-align: center;
  margin: 0;
  font-family: var(--semiBoldFontFamily);
  font-size: 25.709px;
  line-height: 100%;
}
ul {
  margin: 0;
}
h4 {
  color: var(--secondary-color);
  font-family: var(--semiBoldFontFamily);
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  margin: 0;
  line-height: 28px;
}
a {
  color: var(--dark-blue);
}
a,
.footer-title,
h5 {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  text-decoration: unset;
  line-height: 137.3%;
  margin: 0;
}
h6 {
  color: var(--dark-blue);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0;
}
p,
li {
  color: var(--dark-blue);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  margin: 0;
  line-height: normal;
}
p,
.fixedHeight h6,
.newsBox h6,
.newsDeatsilsSection {
  text-align: justify;
}

h5 {
  margin: 0;
  color: var(--dark-blue);
}
span,
.loginData a {
  color: var(--secondary-color);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
}
.loginData a {
  line-height: 24px;
}
input,
select,
textarea {
  height: 50px;
  padding: 13px 20px !important;
  border-radius: 40px !important;
  border: 1px solid #f1f4f6 !important;
  background: #fff;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

input:focus {
  border: 1px solid #f1f4f6 !important;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25) !important;
}
input::placeholder {
  color: var(--icons, #6b7280);
  font-family: MadaniArabic-Regular;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.breadcrumbSection {
  padding-top: 40px;
}
.breadcrumb-item,
.breadcrumb-item a {
  color: var(--text-color) !important;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  white-space: nowrap;
  font-family: "MadaniArabic-Regular";
  line-height: 18px;
  text-decoration: none;
}
.breadcrumb-item + .breadcrumb-item::before {
  content: url("../CaretLeft\ .svg");
}

.modal-header .btn-close {
  margin: 0;
}

/* Header */
.navbar {
  background-color: transparent !important;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 100;
}

.navbar-scrolled {
  background-color: #fff !important;
  position: fixed;
  box-shadow: 0px 5px 16px 0px rgba(8, 15, 52, 0.06);
}

/* .navbar, */
.navbar li a.dropdown-item,
.navbar span,
.navLinkHeader {
  font-family: "MadaniArabic-Medium";
  font-size: 16px;
  color: var(--dark-blue) !important;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.navbar li a,
.navbar span {
  color: white !important;
  font-family: var(--semiMadaniArabicMediumFamily);
}
.cart span.cart-count {
  color: white !important;
}
.navbar-toggler:focus {
  box-shadow: unset;
}
.navbar-scrolled .navLinkHeader,
.navbar-scrolled span {
  color: var(--dark-blue) !important;
}
.nav-link:focus,
.nav-link:hover,
.nav-link.active,
.navbar .nav-link.navLinkHeader.active {
  color: var(--secondary-color) !important;
  /* background-color: #fff!important; */
}

.rowGap {
  row-gap: 20px;
}

.breadcrumb-item.active {
  font-family: var(--semiBoldFontFamily);
}
.nav-pills {
  padding-left: 40px;
  overflow-x: auto;
  flex-wrap: nowrap !important;
  border-bottom: 1px solid grey;
}
.nav-pills::-webkit-scrollbar,
.breadcrumb::-webkit-scrollbar,
#content_modal::-webkit-scrollbar,
.accountBox::-webkit-scrollbar,
.box-Center::-webkit-scrollbar,
.filterLiblary .dropdown-menu::-webkit-scrollbar {
  display: none;
}

.nav-pills,
.breadcrumb,
.userDeatils,
#content_modal,
.cartBox,
.box-Center .accountBox,
.filterLiblary .dropdown-menu {
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.navLinkTabs {
  font-size: 18px;
  color: #a8a8a8;
  border-radius: unset !important;
  text-align: center;
  width: max-content;
  min-width: 230px;
}

.nav-item.dropdown .dropdown-menu.show {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.nav-pills .nav-link.navLinkTabs.active::after,
.nav-pills .show > .nav-link.navLinkTabs::after {
  content: "";
  border-bottom: 6px solid var(--secondary-color);
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 100%;
}
.nav-pills .nav-link.navLinkTabs.active,
.nav-pills .show > .nav-link.navLinkTabs {
  color: var(--secondary-color);
  background-color: unset;
  border-radius: unset;
  z-index: 7;
  font-family: var(--semiBoldFontFamily);
  position: relative;
}

.details p {
  line-height: 28px;
  font-family: var(--semiBoldFontFamily);
}
.borderfixedAggrementImage {
  border-left: 1px solid #e5e7eb;
  padding-left: 60px;
}
.icons li a.nav-link {
  padding: 0 !important;
}
.navbar li.sign a.dropdown-item {
  padding-right: 16px;
  display: flex;
  align-items: center;
}
.navbar li.sign a.dropdown-item.active,
.navbar li.sign a.dropdown-item:hover {
  color: #fff !important;

  background-color: var(--secondary-color) !important;
}

.navbar li.sign a.dropdown-item.active:after,
.navbar li.sign a.dropdown-item:hover:after {
  content: unset;
}

/* Hero Section */
.hero {
  height: 100vh;
  position: relative;
}

.hero-swiper {
  height: 100%;
  width: 100%;
}
.banner {
  min-height: 400px;
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.banner::before,
.ImageData:hover::before {
  content: "";
  position: absolute;
  opacity: 0.8;
  width: 100%;
  height: 100%;
  background: var(--dark-blue) url("../../images/BannerActive.svg");
  background-size: cover;
  background-repeat: no-repeat;
  /* opacity: 0.8; */
  mix-blend-mode: multiply;
  background-position: center;
}
.banner-content {
  width: 484px;
  text-align: center;
  display: flex;
  align-items: center;
  z-index: 2;
  justify-content: center;
}
.swiper-pagination.swiper-pagination-bullets,
.swiper-pagination-bullets {
  right: 50px;
}
.swiper-pagination.swiper-pagination-bullets span,
.swiper-pagination-bullets span {
  width: 3px;
  height: 60px;
  border-radius: 0 !important;
}
.swiper-pagination.swiper-pagination-bullets
  span.swiper-pagination-bullet-active,
.swiper > .swiper-pagination-bullets span.swiper-pagination-bullet-active {
  width: 5px;
  background-color: var(--secondary-color);
}
.CernterWork-swiper .swiper-pagination.swiper-pagination-bullets span {
  width: 60px;
  height: 3px;
}
.CernterWork-swiper
  .swiper-pagination.swiper-pagination-bullets
  span.swiper-pagination-bullet-active,
.swiper.CernterWork-swiper
  > .swiper-pagination-bullets
  span.swiper-pagination-bullet-active {
  width: 60px;
}
.CernterWork-swiper .swiper-pagination.swiper-pagination-bullets {
  right: 0;
  bottom: 35px;
}
.banner-title h1,
.banner-title span {
  color: var(--secondary-color);
  font-size: 50px;
  margin: 0;
  font-family: "MadaniArabic-Light";
  font-style: normal;
  font-weight: 400;
  line-height: 137.3%;
}
.banner-title span {
  font-weight: 700;
  font-family: "MadaniArabic-SemiBold";
}

.hero-controls {
  position: absolute;
  bottom: 50px;
  right: 30px;
  display: flex;
  z-index: 2;
  flex-direction: column;
  gap: 10px;
}

.hero-control {
  background-color: var(--secondary-color);
  color: var(--hero-blue);
  width: 40px;
  height: 40px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  cursor: pointer;
  font-size: 1rem;
}

.dropdown-toggle::after {
  border: unset !important;
}
.scroll-down {
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  z-index: 10;
}

.scroll-down a {
  color: var(--secondary-color);
  font-size: 1.5rem;
  transition: all 0.3s ease;
}

.scroll-down a:hover {
  color: var(--light-color);
}
.sectionPadding {
  padding: 80px 0;
}
.memberships-section {
  background-color: #f8f8f8;
  padding: 30px 0;
}
/* Statistics Section */

/* .statistics {
  padding: 80px 0 40px;
} */
.section-title {
  padding-bottom: 40px;
  line-height: 137.3%;
}
.p-relative {
  position: relative;
}
.stat-number h3 {
  color: var(--dark-blue);
  font-family: "MadaniArabic-Bold";
  font-size: 35px;
  line-height: normal;
  text-transform: capitalize;
}
.stat-desc {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 238px;
  text-align: center;
}
.stat-desc p {
  line-height: 32px;
  text-align: center;
}
.statisticImage {
  width: 90px;
  height: 90px;
}
/* Partners Section */

.partners-swiper {
  padding: 60px 0;
}

.partners-prev,
.RhdcDocument-prev {
  left: -10px;
  transform: rotate(180deg);
}
.partners-next,
.RhdcDocument-next {
  right: -10px;
}
.generalRowGap {
  row-gap: 80px;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after,
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "" !important;
}
.imgNews {
  height: 259px;
}
.imgNews img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
/* Footer */
.footer {
  background-color: var(--dark-blue);
  color: var(--light-color);
}
.btnMore {
  border-radius: 50px;
  border: 1px solid var(--secondary-color) !important;
  /* padding: 11px 58px; */
  padding: 11px 41px;
  color: #fff;
  box-shadow: 0px 0px 10px 0px #daa251;
  background: var(--secondary-color);
}
.btnMore:hover {
  background: unset;
  color: var(--secondary-color);
}
.btnMore img.hover,
.btnMore:hover img.default {
  display: none;
}
.btnMore:hover img.hover {
  display: block;
}

.magazine-section {
  background-color: var(--dark-blue);
}
footer a:hover,
footer p:hover {
  color: var(--secondary-color);
}
.magazine-text {
  gap: 40px;
}
.magazine-desc {
  color: #fff;
}
.agreement-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10PX;
  justify-content: center;
}
.agreement-icon {
  height: 100px;
}
.agreements-section {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 618.456px;
}
.agreement-content {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.swiper-rtl .swiper-button-prev {
  right: 13px !important;
}
.swiper-rtl .swiper-button-next {
  left: 13px !important;
  transform: rotate(180deg);
}
.partners-swiper .swiper-rtl .swiper-button-prev {
  right: -20px !important;
}
.partners-swiper .swiper-rtl .swiper-button-next {
  left: -20px !important;
  transform: rotate(180deg);
}
.partners .section-title {
  padding-bottom: 30px;
}
.partners .btnMore {
  padding: 11px 41px;
}
.agreement-title {
  width: 257px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
}
.agreements-stats {
  padding: 44px 0 40px;
}
.agreement-content p {
  color: var(--secondary-color);
  text-align: center;
  font-size: 48px;
  font-family: var(--semiBoldFontFamily);
  font-style: normal;
  font-weight: 400;
  line-height: 36px;
}
.MembershipImage {
  filter: grayscale(100);
}
.MembershipImage:hover {
  filter: unset;
}
.agreement-title h6 {
  font-family: var(--semiMadaniArabicMediumFamily);
  color: #fff;
}
.mediaImage {
  cursor: pointer;
  height: 180px;
  width: 100%;
  object-fit: cover;
}
.media-item .vedio {
  position: relative;
  cursor: pointer;
  min-width: 300px;
}
.media-item .play {
  position: absolute;
  top: 57%;
  left: 64%;
  width: 10%;
  transform: translate(-50px, -50px);
}
.documentary-content {
  color: var(--secondary-color);
  z-index: 3;
  gap: 35px;
}
.imgFixed {
  max-width: 426px;
  max-height: 461px;
}
.personDetails h2,
.releasesContent h2 {
  color: var(--secondary-color);
}
.documentary-title,
.liblarytitle {
  width: 200px;
  height: 41px;
  display: flex;
  height: 41px;
  align-items: center;
  justify-content: center;
}
.liblarytitle h3 {
  color: var(--secondary-color);
}
.documentary-card,
.agreements-section,
.AboutCenter3,
.CerntalBox,
.liblary-card {
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.documentary-card {
  min-height: 316.227px;
}
.documentary-card::before,
.agreements-section::before,
.liblary-card::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;

  background: rgba(77, 77, 77, 0.85);
}
.agreements-section::before {
  opacity: 0.8;
  background: var(--dark-blue);
}
.agreementsContent,
.liblary-content {
  position: relative;
  z-index: 4;
}
.gold-outline-btn {
  border-radius: 57.081px;
  border: 1.142px solid var(--secondary-color);
  color: var(--secondary-color);
  text-align: center;
  font-size: 18.364px;
  font-style: normal;
  font-weight: 400;
  padding: 11px 41px;
  line-height: normal;
  box-shadow: 0px 0px 10px 0px #daa251;
  text-decoration: unset;
}
.gold-outline-btn:hover {
  color: #fff;
  background-color: var(--secondary-color);
}
footer {
  padding: 50px 0 36px;
}
.footer-title {
  font-family: var(--semiBoldFontFamily);
  color: #fff;
  margin: 0;
  padding-bottom: 10px;
}
footer ul {
  margin: 0;
  list-style: none;
  padding: 0;
  display: flex;
  gap: 10px;
  flex-direction: column;
}
footer li a {
  direction: ltr;
}

.ltrfooter a,
.linkSearch {
  text-decoration: underline;
}
.linkSearch {
  color: #20436d;
}
footer ul li a,
.locationFooter p {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  font-family: "MadaniArabic-Regular";
  line-height: 20px;
}
.footer-bottom {
  border-top: 0.5px solid #fff;
  padding-top: 31px;
  text-align: center;
  color: #fff;
  font-family: "MadaniArabic-Light";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
}
.BannerSection .banner-content {
  width: 564px;
}
.BannerSection h1 {
  font-family: var(--semiBoldFontFamily);
  font-size: 44px;
}
.mediaScroll {
  overflow: hidden;
}
.playVedioImage {
  position: absolute;
  top: 50%;
  left: 50%;
  max-height: unset;
}
.media-item {
  max-height: 180px;
  animation: infiniteScroll 30s linear infinite;
}
.media-itemReverse {
  animation: infiniteScrollReverse 30s linear infinite;
}
@keyframes infiniteScroll {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-20%);
  }
}
@keyframes infiniteScrollReverse {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(20%);
  }
}
.sectionPaddingWhite {
  padding-top: 140px;
}
.SearchForm input {
  padding: 13px 60px 13px 20px !important;
}

.SearchForm button {
  border: 1px solid var(--secondary-color);
  position: absolute;
  left: 0;
  height: 100%;
}
.searchIcon {
  position: absolute;
  display: flex;
  right: 20px;
}
.SearchForm p,
.pageData p,
.searchOfHistory p,
.newsSection p,
a {
  font-family: var(--semiMadaniArabicMediumFamily);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.pageData p,
.newsSection h6,
.bookDescDetails span,
.bookName h6,
.newsTitle p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.newsSection h6 {
  -webkit-line-clamp: 4;
}
.fixedHeight {
  min-height: 54px;
}

.pageData p {
  font-family: var(--semiBoldFontFamily);
}

.fixedWidth {
  max-width: 275px;
}
.searchGap {
  row-gap: 60px;
}
.ImageData {
  transition: 1s all;
  position: relative;
}

.ImageData.active {
  height: 100%;
  background-repeat: no-repeat;
  width: 100%;
  background-size: cover;
  background-position: center;
}
.ImageData {
  background-repeat: no-repeat;
}
.imgCircle {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: all 0.3s ease;
  width: 275px;
  height: 217px;
}

/* .imgCircle::after {
  content: "";
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  border: 1px solid #fff;
  border-radius: 50%;
  opacity: 0;
  animation: Circle 2s linear;

}
@keyframes Circle {
  from {
    top: -0%;
    left: -5%;
    width: 150%;
    height: 150%;
  }
  to {
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
  }
} */
.primMistiryData:hover .imgCircle img.personImage,
.KingImage:hover,
.imageDataModalItem:hover .imgCircle img.personImage {
  box-shadow: 0px 0px 10px 0px #daa251;
  /* border: 2px solid #daa251; */
  transition: all 0.5s;
}
.imgCircle img.personImage {
  width: 100%;
  height: 100%;
  max-width: 80%;
  border-radius: 150%;
  background-color: rgba(229, 231, 235, 0.75);
}
.modal-header {
  padding: 5px 10px;
}

.primMistiryData {
  gap: 20px;
}

.PageDetails a {
  font-size: 20px;
  text-decoration: underline;
  color: var(--secondary-color);
  font-family: "MadaniArabic-Regular";
}
.Title p {
  color: var(--secondary-color);
}
.linkArrow {
  position: absolute;
  left: 5px;
  bottom: -15px;
  z-index: 3;
}
.AboutCenter2,
.partners {
  background-color: #f8f8f8;
  padding: 100px 0;
}
.partner-logo {
  background-color: #f8f8f8;
}
.SystemOfCenterDesc p,
.textBold p {
  text-align: center;
}
.AboutCenter3 p {
  color: #fff;
  text-align: center;
}
.AboutCenterGap {
  row-gap: 100px;
}
.box,
.boxGroup,
.boxWork,
.userBox,
.cartBox,
.boxGroupNews {
  background: #fff;
  box-shadow: 0px 5px 16px 0px rgba(8, 15, 52, 0.06);
}
.box {
  border-radius: 16px;
  min-height: 182px;
  padding: 40px;
}
.boxGroup {
  min-height: 100%;
  padding: 20px;
  justify-content: space-between;
}
.newsTitle {
  height: 54px;
}
.newsContant {
  padding: 20px;
}

.boxGroup .fixedHeight {
  min-height: 72px;
}
.SearchResult p {
  color: #3b3b42;
  font-family: "MadaniArabic-Medium";
  font-size: 16px;
}
.page-btn {
  color: var(--secondary-color);
  font-family: "MadaniArabic-Medium";
  font-size: 18px;
  font-style: normal;
  border: 1px solid;
  min-width: 49px;
  border-radius: 50%;
  padding: 12px 16px;
  background-color: #fff;
  font-weight: 400;
  line-height: normal;
  height: 49px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-btn.disabled,
.disabled {
  pointer-events: none;
  cursor: not-allowed;
  color: #bcbcbc;
}
.page-btn.active {
  background-color: var(--secondary-color);
  color: #fff;
}
.pagination-next a,
.pagination-prev a {
  font-size: 16px;
  border: 0;
  line-height: normal;
}

/* .video-container {
  max-width: 985px;
  max-height: 403px;
  width: 100%;
} */
.video-container video {
  width: 100%;
  object-fit: cover;
}
.playVedio {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  transform: translate(-50px, -50px);
}
.CerntalBox {
  min-height: 200px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-position: center;
}

.CerntalBox::after {
  content: "";
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.5) 0%,
    rgba(0, 0, 0, 0.5) 100%
  );
  width: 100%;
  top: 0;
  height: 100%;
  position: absolute;
}

.centerTitle h2 {
  position: relative;
  color: #fff;
  z-index: 3;
}
.boxWork {
  border-radius: 20px;
  padding: 20px 0;
}
.navbar li a.dropdown-item {
  font-size: 14px;
}
.navbar li a.dropdown-item,
.boxWork a {
  padding-right: 28px;
  background-color: #fff !important;
  color: var(--dark-blue);
}

.boxWork a {
  font-family: var(--semiMadaniArabicMediumFamily);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 50px;
}
.boxWork a.active,
.boxWork a:hover,
.link-wrapper.active,
.navbar li a.dropdown-item.active,
.navbar li a.dropdown-item:hover {
  position: relative;
  color: var(--secondary-color);
  background-color: #fff;
}
.boxWork a.active::after,
.navbar li a.dropdown-item:hover::after,
.navbar li a.dropdown-item.active::after,
.navbar li a.dropdown-item:hover::after,
.link-wrapper.active:after {
  top: 10px;
  content: "";
  right: 0;
  position: absolute;
  height: 32px;
  width: 6px;
  border-right: 6px solid var(--secondary-color);
}
.navbar li a.dropdown-item.active::after,
.navbar li a.dropdown-item:hover::after {
  top: -2px;
}
.textTitle h1 {
  text-align: right;
}

.CernterWork-swiper {
  max-height: 403px;
  margin-bottom: 20px;
}

.releasesContent h5 {
  font-size: 22px;
  line-height: normal;
  color: var(--secondary-color);
}
/* .releasesContent h2
{
  padding-bottom: 10px;
}
.releasesContent ul 
{
  padding-bottom: 20px;
} */
.searchOfHistoryDetails h6 {
  color: #000;
  font-family: "MadaniArabic-Medium";
}
.formInput label {
  color: var(--dark-blue);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
}
.formInput span {
  color: #ed0131;
  font-size: 14px;
  line-height: 16px;
}

.formInput input,
select,
textarea {
  /* border: unset !important; */
  box-shadow: unset;
  padding: 12px !important;
  border-radius: 4px !important;
  background-color: #f8fafc !important;
  color: var(--icons, #6b7280);
  font-family: MadaniArabic-Regular;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
}
.formInput input,
textarea {
  height: 48px;
}
.formInput input::placeholder,
select,
.uploadFile label,
textarea::placeholder,
input[type="date"],
.filterLiblary .dropdown button span,
.filterLiblary .dropdown-menu li {
  color: #b8bcca !important;
  font-size: 14px !important;
  font-style: normal;
  font-weight: 400 !important;
}
.filterLiblary .dropdown button span,
.filterLiblary .dropdown-menu li {
  font-size: 16px !important;
}
.filterLiblary .dropdown-menu li {
  background-color: #fff;
}
.filterLiblary .dropdown-menu {
  padding: 12px;
  top: 3px !important;
  background-color: #fff;
  width: 100%;
  border-top: unset;
  border-radius: 0;
  left: 0px !important;
  transform: translate3d(0px, 48px, 0px) !important;
  max-height: 150px;
  overflow-y: auto;
}
.filterLiblary .dropdown-menu li {
  padding: 4px 16px;
  cursor: pointer;
}
.filterLiblary .dropdown-menu li:not(:last-child) {
  border-bottom: 1px solid var(--lines, #d1d5db);
}
.filterLiblary .dropdown button span,
.filterLiblary .dropdown-menu li {
  text-align: start;

  color: var(--dark-blue) !important;
}
.filterLiblary .dropdown button {
  border: unset;
  text-align: start;
}
select {
  color: var(--dark-blue) !important;
}
.smallGap {
  row-gap: 30px;
}

input[type="radio"],
input[type="checkbox"] {
  width: 24px;
  height: 24px;
  accent-color: #b98c56;
}
.formInput input:focus,
select:focus,
textarea:focus,
input[type="checkbox"],
.inputNews:focus {
  box-shadow: unset !important;
  outline: unset;
}

.uploadFile {
  position: relative;
  background-color: #f8fafc !important;
}

.uploadFile input {
  opacity: 0;
  height: 36px;
  width: 100%;
  padding: 11px 12px !important;
  pointer-events: none;
}

.uploadFile .fileUpload,
.uploadFile label {
  position: absolute;
  bottom: 9px;
}
.uploadFile .fileUpload {
  left: -1px;
  right: auto;
  bottom: 0;
  top: 0;
  cursor: pointer;
}
.uploadFile label {
  right: 12px;
}

input[type="date"] {
  text-align: right;
  appearance: auto;
  -webkit-appearance: auto;
  position: relative;
}

input[type="email"] {
  direction: rtl;
}

input[type="checkbox"] {
  box-shadow: unset;
  border: 1px solid #fff !important;
  color: #fff;
}
form .btnMore {
  min-width: 160px;
  box-shadow: unset;
}
.inputNews {
  width: 100%;
  height: 45px;
  box-shadow: unset;
  border: 1px solid #d1d5db !important;
  color: var(--dark-blue) !important;
  border-radius: 4px !important;
}
.inputNews::placeholder {
  color: #d1d5db;
  font-size: 14px !important;
}
.inputNews:focus {
  border: 1px solid #d1d5db !important;
}
.searcHinp {
  min-width: 78.5px !important;
  border-radius: 10px !important;
}

.newsDeatsilsSection h6 {
  color: #000;
}

.float {
  float: right;
  padding: 0 20px;
}

.formInput {
  position: relative;
}
.errorMsg {
  position: absolute;
  bottom: -21px;
}

.generalspecificationsForPublishing h4 {
  color: var(--dark-blue);
}
/* timeLine */
.timeline {
  position: relative;
  display: flex;
  flex-direction: column;
}

.timeline::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 2px;
  top: -2px;
  left: 50%;
  background-color: #d1d5db;
}
.timeline-item {
  display: flex;
  position: relative;
  justify-content: space-between;
  flex-direction: column;
  opacity: 0;
  transition: all 0.6s ease;
}

.timeline-item:nth-child(odd) {
  align-items: end;
}

.timeline-item:nth-child(even) {
  align-items: start;
}
.timeline-item.show {
  opacity: 1;
  transform: translateX(0);
}
.timeLine-Content {
  width: 50%;
}

.KingImage img {
  border-radius: 50%;
  z-index: 2;
  position: relative;
}
.KingImage {
  /* width: 170px; */
  position: relative;
  z-index: 3;
  /* height: 170px; */
  /* max-width: 170px; */

  border-radius: 9999px;
  border: 4px solid #fff;
  background: rgba(0, 0, 0, 0);
  box-shadow: 0px 4px 6px -4px rgba(0, 0, 0, 0.1),
    0px 10px 15px -3px rgba(0, 0, 0, 0.1);
}
.KingImage::before {
  content: "";
  width: 100%;
  height: 2px;
  top: 23%;
  background-color: #d1d5db;
  position: absolute;
}
.KingImage::after {
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 50%;
  top: 0;
  background-color: #c79963;
  position: absolute;
}
.timeline-item:nth-child(odd) .timeLine-Content {
  padding-right: 70px;
  align-items: start;
  justify-content: start;
}
.timeline-item:nth-child(odd) .KingImage::before {
  left: 46%;
}
.timeline-item:nth-child(odd) .KingImage::after {
  right: 100%;
}
.timeline-item:nth-child(even) .timeLine-Content {
  padding-left: 70px;
  align-items: end;
  justify-content: end;
}
.timeline-item:nth-child(even) .KingImage::before {
  left: -45%;
}
.timeline-item:nth-child(even) .KingImage::after {
  right: -10%;
}

.imageDataModal.modal {
  background: rgba(0, 0, 0, 0.8) !important;
  overflow: hidden;
}
.modal-dialog-data {
  max-width: 900px;
}
.closeModal {
  position: absolute;
  left: -30px;
  top: -30px;
  max-width: 7%;
}
.otpModalContent .closeModal,
.removeContent .closeModal,
.editAddAdressContent .closeModal {
  max-width: 10%;
  left: -26px;
  top: -25px;
}
.removeContent h4,
.editAddAdressContent h4,
.thanksSection h4,
.userData p,
.accountPages a,
.loginData p,
.removeContent p,
.loginData h2,
.userDeatils h4,
.orderDate span,
.nameProduct span,
.booksContentText span,
.thanksSection h5,
.checkOutPrice p,
.priceContent h6,
.applicationForm h4,
.bookTitle h2 {
  color: #4d4d4d;
}
.navLinkHeaderDropDownMenu.hovered {
  display: block;
}

.navbar-brand img {
  width: 60%;
  max-width: 60%;
}
.showPass {
  position: absolute;
  left: 15px;
  top: 35px;
}
.showPass i,
.orderData i,
.card i,
.iconCard i {
  color: #6b7280;
}
.showPass i,
.card i {
  cursor: pointer;
}
.loginData select {
  background-image: url(../select.svg);
  background-size: 35px;
}
.editAddAdressContent select {
  background-image: url(../formSelect.svg);
}
.accountBox {
  border-left: 1px solid #e5e7eb;
  background-color: #f8f8f8;
}
.userData,
.accountBox {
  padding: 8px;
}

.userDeatils span {
  color: #6b7280;
  line-height: 20px;
}
.userDeatils span.page-btn {
  color: var(--secondary-color);
}
.pagination-pages  .page-btn:hover {
  color: var(--secondary-color);
  border: 1px solid var(--secondary-color);
}

.ltr,
.iti {
  direction: ltr;
  text-align: right !important;
}
.accountBox,
.userDeatils {
  height: 100%;
  min-height: 521px !important;
}
.userDeatils,
.cartBox {
  padding: 24px;
}
.userDeatils {
  padding-right: 0;
}
.cartBox {
  overflow-x: auto;
}
.accountCircle {
  border-radius: 9999px;
  width: 80px;
  background: #f6f1de;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.accountPages li,
.box-Center a {
  width: 100%;
}

.accountPages li.active {
  background-color: var(--secondary-color);
}
.userData span {
  color: #6b7280;
}
.accountPages a {
  display: flex;
  font-size: 16px;
  font-family: "MadaniArabic-Regular";
  gap: 16px;
  padding: 12px 16px;
  align-items: center;
}
.accountBox,
.box-Center {
  overflow-x: auto;
}
.accountPages a.active {
  background-color: var(--secondary-color);
  color: #fff;
}
.accountPages a.active i {
  color: #fff;
  width: 16px;
  height: 16px;
}

.nav-item .nav-link,
.personDetails a {
  cursor: pointer;
  border: unset !important;
  box-shadow: unset !important;
  outline-color: unset;
  outline-style: unset;
  outline-width: 0px;
}

.swiper-slide .video-container .vedio {
  height: 100%;
}
.swiper-slide .video-container {
  height: 400px;
}
.hero-swiper .swiper-slide-active {
  opacity: 1 !important;
}

.logoMemberShip {
  width: 318px;
}
.logoMemberShip img {
  width: 100%;
}

#content_modal {
  max-height: 400px;
  overflow-y: auto;
  overflow-x: hidden;
}

.swiper-slide .video-container video {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#loadingSpinner img {
  width: 14%;
}

.imgCircle img.personImage,
.KingImage img {
  filter: brightness(98%);
}
.timeLineDate {
  padding: 9px 0 0;
}
.boxGroup p {
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
}

.mainGallaryBtn {
  position: absolute;
  bottom: 10px;
  gap: 40px;
  z-index: 10;
  left: 20px;
}

.mainGallaryBtn div {
  position: unset !important;
}
.Gallary-swiper .swiper-slide-active:after {
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  position: absolute;
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.3) 0%,
    rgba(0, 0, 0, 0.3) 100%
  );
}
.Gallary-swiper .swiper-slide-active {
  position: relative;
}
.boxWork ul {
  padding-right: 16px;
  list-style: none;
}
.boxWork ul li a {
  font-size: 14px;
  display: flex;
}

.fixedImage {
  height: 341.147px;
  display: flex;
}
.fixedImage img {
  max-height: 100%;
  width: 100%;
}

/* .gallaryImages {
  display: grid;
  grid-template-columns: auto auto auto auto;
  gap: 12px;
} */
.partner-logo img {
  mix-blend-mode: multiply;
}

.gallaryImages img {
  border: 2.126px solid #e5e7eb;
  padding: 4px;
  min-height: 228px;
}
.productImages IMG {
  border: 2px solid var(--lines, #d1d5db);
  background: rgba(0, 0, 0, 0);
}
.gallaryImages img.active,
.productImages img.active {
  border-color: var(--secondary-color);
}

.mainGallaryBtn {
  position: absolute;
  bottom: 10px;
  gap: 40px;
  z-index: 10;
  left: 20px;
}
.mainVedioImages .gallery-video,
.mainVedioImages img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.mainVedioImages .video-container,
.mainVedioImages .mainImage {
  height: 100%;
}
.mainGallaryBtn div {
  position: unset !important;
}
.Gallary-swiper .swiper-slide-active:after {
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  position: absolute;
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.3) 0%,
    rgba(0, 0, 0, 0.3) 100%
  );
}
.Gallary-swiper .swiper-slide-active {
  position: relative;
}
#searchProject {
  height: 80px;
}
.textBold p {
  font-family: var(--semiBoldFontFamily);
}
.Gallary-swiper {
  height: 391px;
}
.mainImage img {
  min-height: 400px;
  object-fit: cover;
}
/* .mainImage {
  display: flex;
  align-items: center;
  justify-content: center;
} */

.invalid {
  color: #ed0131 !important;
  font-size: 14px !important;
}

.SearchForm input.invalid {
  border: 1px solid #f1f4f6 !important;
}
.searchOfHistoryDetails h2 {
  line-height: 33px;
}

iframe {
  min-height: 300px;
}

.mainVedioImages {
  height: 500px;
}
.wpcf7-response-output,
.screen-reader-response {
  display: none;
}
.lable-checkbox-form-style label {
  display: contents !important;
}

input[type="date"] {
  min-width: 100%;
  max-width: 100%;
}

.loginData {
  border-radius: 8px;
  background: #fff;
  padding: 32px;
}

.loginData h2 {
  font-family: "MadaniArabic-Bold";
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
}

.loginData p,
.removeContent p {
  font-size: 16px;
  line-height: 24px;
}

.remberMe input {
  width: 16px;
  height: 16px;
}

.removeContent .modal-body {
  padding: 30px;
}
.resendCode a {
  color: var(--secondary-color);
}

.welcomeUser {
  padding: 16px;
  border-radius: 4px;
  background: #f6f1de;
}

.welcomeUser p {
  color: #c79963;
  font-size: 16px;
  line-height: 24px;
}

.orderImage {
  width: 80px;
  height: 80px;
  border-radius: 4px;
}
.orderImage img {
  height: 100%;
}

.follow {
  position: relative;
  height: 72px;
}
.orderBorder {
  width: 100%;
  height: 100%;
  background-color: #e5e7eb;
}
.follow span {
  font-size: 12px;
}
.orderBorder .active {
  height: 10px;
  background-color: var(--secondary-color);
}

/* .fixFollow
{
  max-width: 65px;
} */

.orders,
.orderNumber {
  border: 1px solid #e5e7eb;
}
.orderData,
.orderNumber {
  padding: 16px;
}
.orderNumber {
  padding: 16px;
  background: #f8f8f8;
}

.orderLocatioDilivery i {
  color: var(--secondary-color);
}
.greyCircle {
  border-radius: 9999px;
  background: #e5e7eb;
  display: flex;
  width: 24px;
  height: 24px !important;
  justify-content: center;
  align-items: center;
}

.location {
  height: 72px;
  max-width: 230px;
}
.shippingCard,
.CreditCard {
  padding: 25px;
  border: 1px solid #e5e7eb;
  border-radius: 4px;
}

.cardActive {
  border-color: var(--secondary-color);
  box-shadow: 0px 0px 4px 0px #daa251;
}

.itemDefault input,
.itemDefault input:focus {
  box-shadow: unset !important;
  width: 16px;
  height: 16px;
}

.itemDefault input:checked {
  background: url("/Images/checked.svg") no-repeat center center;
  background-size: contain;
}

.shippingDetails i,
.resendCode i {
  color: var(--secondary-color);
}
.shippingDetails p,
.shippingDetails a,
.CreditCard p,
.default label,
.CreditCard span {
  color: #4d4d4d;
  font-family: "MadaniArabic-Regular";
}
.shippingDetails p,
.shippingDetails a,
.CreditCard p,
.itemDefault label {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}

.itemDefault {
  border-top: 1px solid #e5e7eb;
}

.btnMore i {
  color: inherit;
}

.account .btnMore {
  padding: 8px 16px !important;
  font-family: "MadaniArabic-Regular";
}

.modal {
  background: rgba(0, 0, 0, 0.8);
}
table {
  width: 100%;
  border: 1px solid #e5e7eb;
}
tbody td,
tbody th {
  border-top: 1px solid #e5e7eb;
  white-space: nowrap;
}
tbody td {
  padding: 16px 0 16px 9px;
}
tbody th {
  background-color: #f8f8f8;
  color: #6b7280;
  font-size: 12px;
  font-family: "MadaniArabic-Regular";
  padding: 12px 0 12px 9px;
  line-height: 16px;
  letter-spacing: 0.6px;
}

.tbody td span {
  color: #6b7280;
}
.userDeatils .orderImage {
  width: 64px;
  height: 64px;
}
td .orderImage {
  width: 40px !important;
  height: 40px !important;
}

td a {
  color: var(--secondary-color);
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}

.e-copy {
  background: var(--secondary-color);
}

.t-copy {
  background-color: var(--dark-blue);
}
.copy {
  max-width:95px;
  padding: 0 8px;
  border-radius: 9999px;
  height: 20px;
  align-items: center;
  display: flex;
  justify-content: center;
}
.copy span {
  color: #fff !important;
  font-size: 12px;
  line-height: 14px;
}

.signOut {
  color: var(--secondary-color) !important;
}

.iconCard {
  position: absolute;
  left: 3%;
  bottom: 15%;
}

.booksCard {
  box-shadow: 0px 5px 16px 0px rgba(8, 15, 52, 0.06);
  padding: 0 20px 20px;
  gap: 20px;
}

.booksCard .btnMore {
  padding: 11px 20px;
  font-family: "MadaniArabic-Regular";
  white-space: nowrap;
}

/* .booksCard a p {
  color: #fff;
} */

.booksCard h6 {
  color: var(--dark-blue);
  font-family: "MadaniArabic-Regular";
}

.liblary-card {
  position: relative;
  height: 316.227px;
  background-size: 100% 100%;
}

.bookImage {
  width: 265px;
  height: 278px;
}

.booksContentText {
  padding: 16px 0 12px;
  border-bottom: 1px solid var(--lines, #d1d5db);
}
.bookDesc p {
  font-size: 16px;
  color: #4d4d4d;
}
.bookDesc p,
.numberOfPages span {
  font-family: var(--semiMadaniArabicMediumFamily);
}
.booksContentText p,
.booksContentText p span {
  color: var(--secondary-color);
  font-family: "MadaniArabic-Bold";
}
.buttonAdd .btnMore {
  height: 50px;
  box-shadow: 0px 0px 4px 0px var(--secondary-color);
  padding: 11px 20px;
}

.addToCart {
  background: var(--dark-blue);
  border-color: var(--dark-blue) !important;
  box-shadow: 0px 0px 4px 0px var(--dark-blue) !important;
}
.addToCart:hover {
  color: var(--dark-blue);
  background-color: unset;
  border-color: var(--dark-blue) !important;
}
.mainImageProduct {
  box-shadow: 0px 5px 16px 0px rgba(8, 15, 52, 0.06);
  width: 516px;
  height: 489px;
}

.mainImageProduct img {
  border-radius: 6px;
}

.addQty {
  /* border: 1px solid #d1d5db; */
  background: #fff;
  max-width: 115px;
  min-width: 110px;
  /* border-radius: 0px 4px 4px 0px; */
}

.addQty .plus {
  border-radius: 0px 4px 4px 0px;
}
.addQty .minus {
  border-radius: 4px 0px 0px 4px;
}
.addQty .plus,
.addQty .minus {
  /* width: 32px;
  height: 32px; */
  text-align: center;
  padding: 8px;
  width: 100%;
  color: #4d4d4d;
  cursor: pointer;
  display: flex;
  width: 32px;
  height: 32px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  background: #f8f8f8;
}
.addQty .numberOfQty {
  width: 48px;
  height: 32px;
  padding: 8px 12px;
  justify-content: center;
  display: flex;
  align-items: flex-start;
  flex-shrink: 0;
  overflow: hidden;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--Grey, #4d4d4d);
  text-align: center;
  white-space: nowrap;
  border: 1px solid var(--lines, #d1d5db);
  background: var(--White, #fff);
}
.addQty .numberOfQty {
  font-size: 14px;
  line-height: 20px;
  color: #fff;
}
.addQtyProduct .plus,
.addQtyProduct .minus {
  color: #fff;
  display: flex;
  width: 32px;
  height: 32px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  background: var(--secondary-color);
}

.AddToCartContent .modal-body .btnMore {
  padding: 9px 15px;
}

.AddToCartContent .modal-body {
  padding: 25px;
}
.AddToCartContent h4 {
  color: #1f2937;
  font-feature-settings: "liga" off, "clig" off;
}
.circle {
  background-color: var(--secondary-color);
  border-radius: 50%;
  padding: 12px;
}
.cart {
  position: relative;
}
.cart span,
.checkoutOrderImage span {
  position: absolute;
  right: -8px;
  top: -8px;
  font-family: "MadaniArabic-Medium";
  color: #fff;
  background: var(--secondary-color);
  border-radius: 50%;
  padding: 10px;
  width: 15px;
  display: flex;
  height: 15px;
  font-size: 11px !important;
  align-items: center;
  justify-content: center;
  z-index: 11;
}

.payBookTitle span {
  font-size: 16px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  word-break: break-word;
  font-family: var(--semiMadaniArabicMediumFamily);
}
.payBookTitle {
  max-width: 539px;
}

.cost {
  border-radius: 8px;
  padding: 16px;
  background: var(--Light, #f6f1de);
}

.cost i {
  color: var(--secondary-color);
}
.shippingCard .booksContentText,
.cartBox .booksContentText {
  padding: 0;
  padding-bottom: 12px;
}

.price h6 {
  font-family: "MadaniArabic-SemiBold";
}

.cost-10 h6 {
  color: #ef4444;
  font-family: "MadaniArabic-Medium";
}
.btnMore.disabled {
  pointer-events: none;
  cursor: not-allowed;
  border: 1px solid #e5e7eb !important;
  background: #e5e7eb;
  color: #fff;
  box-shadow: 0px 0px 4px 0px #e5e7eb !important;
}

.applicationForm {
  height: 100%;
}

.step {
  display: flex;
  width: 32px;
  height: 32px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  background: #e5e7eb;
  border-radius: 50%;
  position: relative;
  color: #4d4d4d;
  font-family: "MadaniArabic-Regular";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
}
.step:after {
  content: "";
  width: 50px;
  height: 4px;
  background: #e5e7eb;
  position: absolute;
  right: 32px;
  top: 15px;
  /* z-index: -1; */
}
.step.active:not(:first-child)::before,
.step.finish:not(:first-child)::before {
  content: "";
  width: 50px;
  height: 4px;
  background: var(--secondary-color) !important;
  position: absolute;
  left: 32px;
  top: 15px;
}
.step.active,
.step.finish {
  color: #fff;
  background: var(--secondary-color);
}
.step:last-child::after {
  content: unset;
}
.applicationForm a {
  color: var(--secondary-color);
  font-family: "MadaniArabic-Medium";
  font-size: 16px;
}

.CheckOutCard {
  padding: 17px;
}

.CheckOutCard a,
.CheckOutCard span {
  color: var(--Grey, #4d4d4d);
  font-size: 14px;
  font-family: "MadaniArabic-Regular";
  line-height: 20px; /* 142.857% */
}
/* .CheckOutCard p {
  font-size: 16px;
  font-family: "MadaniArabic-Medium";
} */
.CheckOutCard input {
  width: 24px !important;
  height: 24px !important;
  padding: 2px;
}
.CheckOutCard input:focus,
.CheckOutCard input {
  box-shadow: unset !important;
}

.CheckOutCard.cardActive {
  background: var(--Light, #f6f1de);
  box-shadow: unset;
}

.applicationForm textarea {
  height: 114px;
  background: #fff !important;
}

input[type="range"] {
  height: 8px;
  background: orange;
}

/* .inputBox {
  border-radius: 6px;
  border: 1px solid var(--lines, #d1d5db);
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;

  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--lines, #d1d5db);
  background: var(--White, #fff);
} */

.inputBox input {
  text-align: center;
  color: var(--lines, #d1d5db);
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--lines, #d1d5db);
  font-family: "MadaniArabic-Regular";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  border: 1px solid var(--lines, #d1d5db);
  background: var(--White, #fff);
  padding: 8px 20px !important;
  box-shadow: unset !important;
  border-radius: 6px !important;
  line-height: 20px;
}
.filterLiblary .dropdown,
.accordion-header {
  padding: 12px !important;
}
.filterLiblary .dropdown-item.active,
.filterLiblary .dropdown-item:active {
  background-color: unset;
}
.accordion-button,
.filterLiblary .dropdown {
  padding: 0;
  color: var(--dark-blue) !important;
  font-family: "MadaniArabic-Regular";
  font-size: 16px !important;
  border-radius: 4px !important;
  background-color: var(--White, #fff) !important;
}
.accordion-button {
  font-size: 14px !important;
}
.accordion-button:focus,
.inputBox input:focus {
  box-shadow: unset;
}
.inputBox input:focus {
  -webkit-text-stroke-width: unset;
}
.filterLiblary .dropdown {
  border: 1px solid red;
}
.accordion-button::after,
.filterLiblary .dropdown {
  background-image: url("/Images/selectFiler.svg");
  background-repeat: no-repeat;
  background-size: 16px 12px;
}
.filterLiblary .dropdown {
  background-position: left 0.75rem center;
}
.accordion-item {
  border: unset;
}
.accordion-button:not(.collapsed) {
  box-shadow: unset;
}
.accordion-button:not(.collapsed)::after {
  background-image: url("/Images/selectFiler.svg");
}

.accordion-body,
.filterLiblary .dropdown,
.accordion-header,
.sort,
.filterLiblary select {
  border: 1px solid var(--lines, #d1d5db) !important;
  background-color: var(--White, #fff) !important;
  color: var(--dark-blue) !important;
}

.accordion-body .price h6 {
  color: var(--secondary-color);
}
.accordion-body .price span {
  color: var(--dark-blue);
}

.filterLiblary .btnMore {
  min-width: unset;
  padding: 10px 20px !important;
  text-align: center;
  /* width: 100%; */
}

.range {
  width: 100%;
  border-radius: 9999px;
  background: var(--Primary, #c79963);
  height: 8px;
}

.thanksSection a {
  font-size: 16px;
  padding: 8px 24px;
  font-family: MadaniArabic-Regular;
}

.applicationForm h5 {
  color: var(--Primary, #c79963);
  font-family: MadaniArabic-Medium;
}

.progreesPar {
  width: 60%;
}

.fixdiv {
  width: 20%;
}
.sort {
  position: relative;
  padding: 16px;
  border: 1px solid;
}

.sort img {
  position: absolute;
  top: 35%;
  z-index: 2;
  right: 10%;
}

.sort .dropdown {

  padding: 8px 16px !important;
  padding-right: 33px !important;
}
/* .filterLiblary .dropdown li:not(:last-child) {
  border-bottom: 1px solid var(--lines, #d1d5db) !important;
  background: rgba(0, 0, 0, 0);
} */

.totalPriceCheckOut p {
  color: var(--text-color);
}

.prev {
  direction: ltr;
}

.showInvoice a {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: var(--secondary-color);
}

.comment label {
  font-family: "MadaniArabic-SemiBold";
}

.editAddModale {
  border-radius: unset;
  /* min-width: 784px; */
}
.modal.show .modal-dialog {
  justify-content: center;
}
.editAddModale .modal-body {
  padding: 38px 16px;
}

.cartBox {
  box-shadow: 0px 2px 4px -2px rgba(0, 0, 0, 0.1),
    0px 4px 6px -1px rgba(0, 0, 0, 0.1);
}

.liblary-card .gold-outline-btn {
  box-shadow: unset;
}

.formBtn {
  margin: 0 20px;
}
.filterLiblary .dropdown button {
  border: unset;
  width: 100%;
  background: #fff;
}

.filterLiblary .dropdown button i {
  position: absolute;
  left: 11px;
}

.formBtn .btnMore {
  min-width: unset;
  white-space: nowrap;
  padding: 12px 24px;
}

/* .formInput input.borderError,
.formInput select.borderError,
.formInput textarea.borderError, */
.borderError {
  border: 2px solid #ed0131 !important;
}
.accountPages ul {
  list-style: none;
  padding: 0;
}
.productPrice h6,
.productPrice h6 span {
  color: var(--secondary-color);
  font-family: "MadaniArabic-Medium";
}
.bookDescDetails {
  height: 40px;
  text-align: center;
}
.bookName {
  height: 40px;
  text-align: center;
}

.emptyCart h6 {
  color: var(--secondary-color);
  font-family: "MadaniArabic-SemiBold";
}
.e-liblary a {
  color: var(--secondary-color);
  text-decoration: underline;
  font-size: 16px;
  font-family: "MadaniArabic-Medium";
}

.qty h6 {
  color: #4d4d4d;
  white-space: nowrap;
}

.checkoutOrderImage {
  position: relative;
  border-radius: 4px;
  border: 1px solid var(--lines, #d1d5db);
}

.cartData .addQty {
  border: 1px solid #d1d5db;
  border-radius: 4px;
}

.cartData .addQty .numberOfQty {
  border: unset;
}
.cartData .addQty .plus,
.cartData .addQty .minus {
  border-radius: 4px;
  background: var(--Light-BG, #f8f8f8);
}

.cartData .addQty .plus {
  border-left: 1px solid var(--lines, #d1d5db);
}
.cartData .addQty .minus {
  border-right: 1px solid var(--lines, #d1d5db);
}

.disabled .productPrice h6,
.disabled .productPrice h6 span,
.disabled .payBookTitle span {
  color: #e5e7eb;
}

.disabled .plus,
.disabled .minus,
.disabled .numberOfQty span {
  color: #fff;
}

.disabled .plus,
.disabled .minus {
  background: var(--Light-Grey, #e5e7eb) !important;
}
.disabled .numberOfQty {
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--lines, #d1d5db);
}

.disabled .orderImage img {
  filter: grayscale(100);
}
.checkOut .payBookTitle {
  max-width: 200px;
}
.test-center-important {
  text-align: center !important;
}
.closeModal {
  z-index: 222;
}
.inputs-otb {
  direction: ltr !important;
}
.inputs-otb input {
  width: 48px;
  height: 48px;
  padding: 9px 13px !important;
  border-radius: 4px !important;
  border: 1px solid #d1d5db !important;
  background: #f8fafc;
  color: #6b7280;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  text-align: center !important;
}

.previousPurchasesBox {
  padding-bottom: 15px;
  border-bottom: 1px solid var(--lines, #d1d5db);
}

.previousPurchasesBox span {
  color: var(--Grey, #4d4d4d);
  font-family: "MadaniArabic-Medium";
  font-style: normal;
  font-weight: 400;
}

.previousPurchasesBox h6 {
  color: var(--icons, #6b7280);
  font-family: "MadaniArabic-Regular";
  font-style: normal;
  font-weight: 400;
}

.previousPurchasesData span,
.previousPurchasesData h5 {
  color: var(--Grey, #4d4d4d);
  font-style: normal;
  font-weight: 400;
}
.previousPurchasesData h5 {
  font-size: 16px;
}

.loginData p {
  text-align: center;
}

.imagesMediaModal .modal-body {
  width: 100%;
  height: 400px;
}
.dropdown-item.active,
.dropdown-item:active {
  background-color: unset !important;
}

.bookDescDetails span {
  line-height: normal;
}
.userInfo p {
  font-size: 16px;
}
.userInfo span {
  font-size: 12px;
}

.success-rhdc {
  color: green;
  /* border: 1px solid green; */
  text-align: center;
  padding: 10px;
  font-size: 14px;
  border-radius: 20px;
}
.errors-rhdc {
  color: red;
  /* border: 1px solid red; */
  text-align: center;
  padding: 10px;
  border-radius: 20px;
  font-size: 14px;
}

.sign .dropdown-menu.show {
  left: 10px;
  right: unset;
}

.ebookQty {
  min-width: unset;
}
.iti__country-name,
.iti-mobile .iti__country,
.iti--separate-dial-code .iti__selected-dial-code {
  color: var(--dark-blue) !important;
  font-size: 12px;
}
.iti__dial-code {
  font-size: 10px !important;
}
#add_add_error {
  font-size: 12px;
  color: red;
}
.section404 h1 {
  color: var(--dark-blue);
}

.title404 h1 {
  font-size: 128px;
  font-family: MadaniArabic-Bold;
  color: var(--secondary-color);
  font-weight: 400;
  line-height: 128px;
}

.section404 h5 {
  color: var(--Grey, #4d4d4d);
}

.creditImage i {
  color: var(--secondary-color);
}
.creditImage {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  aspect-ratio: 1/1;
}

.creditImage img,
.mainImageProduct img,
.bookImage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.detailsAbout p {
  text-align: center;
}


.woocommerce-notices-wrapper,
.woocommerce-NoticeGroup,
.woocommerce-message,
.woocommerce-error,
.woocommerce-info {
  display: none !important;
}
.icons .dropdown
{
  width: 30px;
}
  /* Chrome, Safari, Edge */
  input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
    height: 16px;
    width: 16px;
    opacity: 0;
 
  }


  .rowGapAgreements {
    row-gap: 35px;
  }