@font-face {
  font-family: "Fedra Sans Arabic AR";
  src: url("../fonts/FedraSansArabicAR-Bld.eot");
  src: url("../fonts/FedraSansArabicAR-Bld.eot@")
      format("embedded-opentype"),
    url("../fonts/FedraSansArabicAR-Bld.woff2") format("woff2"),
    url("../fonts/FedraSansArabicAR-Bld.woff") format("woff"),
    url("../fonts/FedraSansArabicAR-Bld.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fedra Sans Arabic AR";
  src: url("../fonts/FedraSansArabicAR-Bk.eot");
  src: url("../fonts/FedraSansArabicAR-Bk.eot@")
      format("embedded-opentype"),
    url("../fonts/FedraSansArabicAR-Bk.woff2") format("woff2"),
    url("../fonts/FedraSansArabicAR-Bk.woff") format("woff"),
    url("../fonts/FedraSansArabicAR-Bk.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/*@font-face {*/
/*  font-family: "Fedra Sans Arabic AR";*/
/*  src: url("../fonts/FedraSansArabicAR-Lt.eot");*/
/*  src: url("../fonts/FedraSansArabicAR-Lt.eot?#iefix") format("embedded-opentype"),*/
/*    url("../fonts/FedraSansArabicAR-Lt.woff2") format("woff2"),*/
/*    url("../fonts/FedraSansArabicAR-Lt.woff") format("woff"),*/
/*    url("../fonts/FedraSansArabicAR-Lt.ttf") format("truetype");*/
/*  font-weight: 300;*/
/*  font-style: normal;*/
/*  font-display: swap;*/
/*}*/
body,
html {
  overflow-x: hidden !important;
}
.popup {
  position: absolute;
  width: 400px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.popup__h2 {
  text-align: center;
}

.close-popup {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 23px;
  height: 23px;
  cursor: pointer;
}

.close-popup:before {
  content: "";
  background-color: #fff;
  position: absolute;
  height: 1px;
  width: 20px;
  top: 11px;
  left: -4px;
  transform: rotate(-45deg);
}

.close-popup:after {
  content: "";
  background-color: #fff;
  position: absolute;
  height: 1px;
  width: 20px;
  top: 11px;
  transform: rotate(45deg);
  left: -4px;
}

/*  */
.searchBox-nav {
  display: flex;
  width: 100%;

  align-items: center;
  justify-content: space-between;
  gap: 8px;
  background: #707070b9;
  border-radius: 50px;
  position: relative;
}

.searchButton-nav {
  color: #fff;
  position: absolute;
  left: 8px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: var(--color-primary-variant);
  border: 0;
  display: inline-block;
  transition: all 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

/*hover effect*/
.searchButton-nav:hover {
  color: #fff;
  background-color: var(--color-btn);
  box-shadow: rgba(208, 208, 208, 0.5) 0 10px 20px;
  transform: translateY(-3px);
}

/*button pressing effect*/
.searchButton-nav:active {
  box-shadow: none;
  transform: translateY(0);
}

.searchInput-nav {
  border: none;
  background: none;
  outline: none;
  color: white;
  font-size: 15px;
  padding: 24px 46px 24px 24px;
  width: 90%;
}

@media (max-width: 440px) {
  .searchBox-nav {
    width: 300px;
    margin: auto;
    margin-left: 34px;
  }
}

@media (max-width: 328px) {
  .searchBox-nav {
    width: 250px;
    margin: auto;
    margin-left: 34px;
  }
}

.colse-icon {
  position: absolute;
  top: 32px;
  right: 46px;
  font-size: 30px;
  color: #fff;
}

/* ================================ */
.foot-subscribe .icon-footer {
  padding: 18px 0;
}

.offcanvas-body .offcanvas_body_direction {
  flex-direction: column;
  gap: 1rem;
}

.logo-nav {
  width: 232px;
  height: auto;
}

.flex-ul-mobile-nav {
  display: flex;
  flex-direction: column;
  gap: 18px;
  color: #b1b6d1;
  width: 100%;
  align-items: center;
}

.flex-ul-mobile-nav li a {
  transition: var(--transition);
}

.flex-ul-mobile-nav li a:hover {
  color: var(--color-primary-variant) !important;
  padding-right: 10px;
  font-weight: bold;
}

.flex-ul-mobile-nav .active {
  color: var(--color-primary-variant);
  font-weight: bold;
}

.offcanvas-body .search-navbar i {
  color: #b1b6d1;
}

.ctn-preloader img {
  width: 200px;
  height: auto;
}

.ctn-preloader {
  -webkit-box-align: center;
  align-items: center;
  cursor: none;
  display: -webkit-box;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
  justify-content: center;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  transition-delay: 1s;
  z-index: 999;
}

.ctn-preloader .animation-preloader {
  position: absolute;
  z-index: 100;
}

.ctn-preloader .loader-section {
  background-color: #e9eaf1 !important;
  height: 100%;
  position: fixed;
  top: 0;
  -webkit-transition: 3.5s 0.1s all cubic-bezier(0.1, 0.1, 0.1, 2);
  transition: 3.5s 0.1s all cubic-bezier(0.1, 0.1, 0.1, 2);
  width: calc(50% + 1px);
}

.ctn-preloader.loaded {
  cursor: auto !important;
  visibility: hidden;
  z-index: -2;
}

.ctn-preloader .loader-section.section-left {
  left: 0;
}

.ctn-preloader .loader-section.section-right {
  right: 0;
}

.loaded .animation-preloader {
  opacity: 0;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.loaded .loader-section.section-left {
  -webkit-transform: translateX(-101%);
  transform: translateX(-101%);
  -webkit-transition: 3.5s 0.1s all cubic-bezier(0.1, 0.1, 0.1, 2);
  transition: 3.5s 0.1s all cubic-bezier(0.1, 0.1, 0.1, 2);
}

.loaded .loader-section.section-right {
  -webkit-transform: translateX(101%);
  transform: translateX(101%);
  -webkit-transition: 3.5s 0.1s all cubic-bezier(0.1, 0.1, 0.1, 2);
  transition: 3.5s 0.1s all cubic-bezier(0.1, 0.1, 0.1, 2);
}

#myDiv {
  display: none;
  z-index: 9999;
  position: relative;
  width: 100%;
  height: 100%;
}

/* ====================== */
.contact_btn {
  color: var(--color-bg-1);
  width: 6rem;
  height: 6rem;
  border-radius: 50%;
  display: grid;
  place-items: center;
  cursor: pointer;
  transition: var(--transition);
}

.header_btn {
  background: #5d0a91;
  position: absolute;
  right: 40%;
  bottom: 1.5rem !important;
  font-weight: 400;
  z-index: 9;
}

.header_btn:hover {
  color: var(--color-bg-1);
  transform: translateY(-1rem);
}

.contact_btn i {
  position: absolute;
  font-size: 1.4rem;
  color: #fff;
}

.header_btn svg {
  fill: currentColor;
  height: auto;
  max-width: 70vmin;
  transform-origin: center;
  width: 175%;
  animation: spinText 30s linear infinite;
  color: #fff;
}

.service_te {
  margin-top: 3rem;
  position: absolute;
  left: 36%;
  top: 37%;
}

@keyframes spinText {
  to {
    transform: rotate(360deg);
  }
}

/* ======================================= */

.relative_img {
  position: relative;
}

.progress-container {
  background-color: var(--color-primary);
  height: 4px;
  direction: rtl;
  width: 100%;
}

.cursor-inner {
  margin-left: 0;
  margin-top: 0;
  width: 10px;
  height: 10px;
  z-index: 10000001;
  background-color: var(--color-primary-variant);
  -webkit-transition: width 0.3s ease-in-out, height 0.3s ease-in-out,
    margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
  -o-transition: width 0.3s ease-in-out, height 0.3s ease-in-out,
    margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
  transition: width 0.3s ease-in-out, height 0.3s ease-in-out,
    margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

.cursor-inner.cursor-hover {
  margin-left: -40px;
  margin-top: -40px;
  width: 100px;
  height: 100px;
  background-color: var(--color-primary-variant);
  opacity: 0.3;
}

.cursor-outer {
  margin-left: -25px;
  margin-top: -25px;
  width: 60px;
  height: 60px;
  border: 1px solid var(--color-primary-variant);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 10000000;
  opacity: 0.5;
  -webkit-transition: all 0.08s ease-out;
  -o-transition: all 0.08s ease-out;
  transition: all 0.08s ease-out;
}

.cursor-outer.cursor-hover {
  opacity: 0;
}

.mouse-cursor {
  position: fixed;
  left: 0;
  top: 0;
  pointer-events: none;
  border-radius: 50%;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  visibility: hidden;
}

.progress-bar {
  background-color: var(--color-primary-variant);
  height: 4px;
  width: 0%;
}

/* =====================================hero=============================== */
.back-liner {
  background: linear-gradient(45deg, #fafaf8, #e7f1f7);
}

a.scrolldown.scrolldown_footer {
  top: 42px;
}
a.scrolldown.scrolldown_footer img {
  transform: scaleY(-1);
}

.before-after {
  position: relative;
  font-size: 16px;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 10px;
  background: linear-gradient(
    36deg,
    #333c4b -33.79%,
    #424650 -19.19%,
    #69625e 10.76%,
    #a69879 53.52%,
    #fff8a5 100.06%
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 15px;
}

a.more {
  width: 150px;
  height: 50px;
  flex-shrink: 0;
  border-radius: 100px 0px;
  border: 1px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff !important;
}

p.p {
  color: #8f8da5;
  font-size: 16px;
  line-height: 1.8;
}
h2.h2 {
  color: var(--TEXT-COLOR-ON-LIGHT, #262262);
  font-size: 42px;
  font-weight: bold;
}
.aboutimg {
  width: auto;
  height: auto;
  max-width: 100%;
}
.gools {
  padding-top: 100px;
}
img.Line {
  position: absolute;
  right: -28px;
  top: 0;
  width: auto;
  height: 100%;
}

a.scrolldown span {
  background: var(
    --2new-gredient,
    linear-gradient(90deg, #00a39e 20%, #0259a3 50%, #204297 100%)
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 14px;
  display: block;
  transform: rotate(270deg) !important;
  margin-right: -30px;
}

a.scrolldown {
  position: absolute;
  left: 47%;
  display: flex;
  bottom: -65px;
  transform: translateY(-50%);
  align-items: center;
  z-index: 3;
  justify-content: center;
}

.input_div i {
  position: absolute;
  top: 50%;
  right: 20px;
  color: #7c7a96;
}

.productss .input_full {
  width: 100%;
  padding-right: 50px;
  padding-left: 15px;
  outline: none;
  overflow: hidden;
  border-radius: 16px;
  border: 1px solid #dcdbe6;
  background: #eeeef3;
  height: 60px;
  transition: all 0.5s;
  font-size: 14px;
  color: #c5c5c6 !important;
}

.input_div select option:first-of-type {
  display: none;
}

.input_div select option {
  padding: 10px 15px;
}

.input_div select {
  overflow: hidden;
  border-radius: 16px;
  border: 1px solid #dcdbe6;
  color: #7c7a96 !important;
  font-size: 14px;
  height: 60px;
  padding: 10px 15px;
  width: 100%;
  background: #eeeef3;
}

.Cardclints {
  display: flex;
  justify-content: center;
  align-items: center;
  filter: grayscale(5) contrast(0.2);
  transition: var(--transition);
  padding: 50px 0;
}

.Cardclints img {
  width: auto !important;
  height: auto;
  transition: var(--transition);
  max-width: 90%;
}

.Cardclints:hover {
  filter: unset;
  transform: scale(1.1);
}

.about {
  padding: 100px 0;
}

.before {
  position: relative;
  color: #00adee;
  font-size: 18px;
  padding-right: 41px;
  font-weight: 500;
}

.before::before {
  content: " ";
  position: absolute;
  top: 68%;
  right: 0;
  width: 30px;
  height: 1px;
  background: #00adee;
}

.about h2 {
  font-weight: bold;
  padding: 23px 0 45px 0;
}

.stars {
  display: flex;
  align-items: center;
  gap: 3px;
  font-size: 14px;
  color: #262262;
}

.cardPoduct strong {
  font-weight: 700 !important;
  color: #262262;
}

a.down_pdf {
  color: #b0b0bd;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  text-decoration-line: underline !important;
  margin: auto !important;
  padding-top: 20px;
  display: block;
}

#products .owl-stage {
  padding: 50px 0;
}

.cardPoduct {
  border-radius: 20px;
  border: 1px solid #dcdbe6;
  background: rgba(38, 34, 98, 0.04);
  padding: 30px;
  transition: var(--transition);
}

.cardPoduct:hover {
  border-radius: 20px;
  border: 1px solid var(--TEXT-COLOR-ON-LIGHT, #262262);
  background: #fff;
  box-shadow: 0px 0px 35px 0px rgba(38, 34, 98, 0.1);
}

.cardPoduct img {
  width: 276px;
  height: 250px;
  border-radius: 10px;
}

.cardPoduct h3 {
  color: var(--TEXT-COLOR-ON-LIGHT, #262262);
  font-size: 20px;
}

.about .beautiful-button {
  margin-top: 50px !important;
}

.owl-next,
.owl-prev {
  width: 70px;
  height: 70px;
  border: 2px solid #184c77 !important;
  color: #184c77 !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  border-radius: 0 15px !important;
  font-size: 20px !important;
  opacity: 1 !important;
}

.owl-next.disabled,
.owl-prev.disabled {
  color: #fff !important;
  background: var(
    --2new-gredient,
    linear-gradient(90deg, #00a39e 20%, #0259a3 50%, #204297 100%)
  ) !important;
  border: 2px solid #fff !important;
}

.owl-next:hover,
.owl-prev:hover {
  color: #fff !important;
  border: 2px solid #fff !important;
  background: var(
    --2new-gredient,
    linear-gradient(90deg, #00a39e 20%, #0259a3 50%, #204297 100%)
  ) !important;
}

.owl-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  z-index: -1;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 116%;
  left: 50%;
}

.ser {
  background: url("https://edufield.space/themes/custom/digital/assets/img/cc.png") no-repeat;
  background-size: 100% 100%;
  padding: 250px 0;
}

.title_center {
  display: flex;
  flex-direction: column;
  max-width: 800px;
  margin: auto;
  align-items: center;
  justify-content: center;
}

.ser .title_center h2 {
  padding-bottom: 50px;
  color: #be9e5d;
}

a.cardSer {
  display: flex;
  padding: 25px;
  min-height: 247px;
  border-radius: 10px;
  border: 1px solid var(--G-ON-DARK, #9e9176);
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 30px;
  transition: var(--transition);
}

a.cardSer:hover {
  background: var(
    --new-grediaent-gold,
    linear-gradient(90deg, #d9b657 0%, #d4b258 40%, #c3a35c 90%, #be9e5d 100%)
  );
  box-shadow: 0px 0px 35px 0px rgba(188, 149, 92, 0.2);
}

.cardSer h3 {
  color: var(--TEXT-COLOR-ON-DARK, #be9e5d);
  text-align: center;
  font-size: 20px;
  padding-top: 25px;
  font-weight: 700;
}

a.cardSer:hover h3 {
  color: #fff;
  transition: var(--transition);
}

.cardSer img {
  width: 70px !important;
  /* transition: var(--transition); */
  height: 70px;
}

a.cardSer:hover img {
  filter: invert(3200%) sepia(17%) hue-rotate(362deg) brightness(2869%)
    contrast(143%);
}

.owl-theme .owl-dots .owl-dot span {
  width: 8px !important;
  margin: 5px !important;
  height: 8px !important;
  border-radius: 2px !important;
  background: transparent !important;
  border: 1px solid #be9e5d;
}

.owl-theme .owl-dots .owl-dot.active span {
  width: 8px !important;
  margin: 5px !important;
  height: 8px !important;
  border-radius: 2px !important;
  background: #be9e5d !important;
  border: 1px solid #be9e5d;
}

.clints .owl-theme .owl-dots .owl-dot.active span {
  background: #170e4a !important;
  border: 1px solid #170e4a;
}

.clints .owl-theme .owl-dots .owl-dot span {
  border: 1px solid #170e4a;
}

.accordion h6 {
  padding: 0 !important;
}

.accordion {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.accordion-button::after {
  background-image: url("https://edufield.space/themes/custom/digital/assets/img/miuns.svg");
  background-size: auto;
  margin-left: 0;
  background-position: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin: 0;
  position: absolute;
  left: 25px;
  top: 27px;
}

div#accordionExample {
  padding: 30px;
  background: linear-gradient(
    45deg,
    rgba(0, 171, 207, 0.1) 11.71%,
    rgba(0, 137, 175, 0.1) 18.54%,
    rgba(15, 103, 143, 0.1) 27.79%,
    rgba(24, 76, 119, 0.1) 37.26%,
    rgba(25, 56, 101, 0.1) 46.82%,
    rgba(25, 39, 88, 0.1) 56.45%,
    rgba(24, 26, 80, 0.1) 66.2%,
    rgba(24, 17, 75, 0.1) 76.16%,
    rgba(23, 14, 74, 0.1) 86.61%
  );
  border-radius: 20px;
}

.accordion-button:not(.collapsed)::after {
  margin-left: 0;
  background-image: url("https://edufield.space/themes/custom/digital/assets/img/plus.svg");
  margin-bottom: 14px;
  width: 30px;
  background-position: center;
  height: 30px;
  margin: 0;
  border-radius: 50%;
  position: absolute;
  left: 25px;
  top: 27px;
}

.accordion-button {
  background-color: #fff !important;
  font-size: 16px;
  font-weight: bold;
  padding: 30px 35px !important;
  text-align: start;
}

.accordion-item {
  border: none;
  border-radius: 10px;
  overflow: hidden;
}

.accordion-item:first-of-type {
  border-radius: 10px !important;
}

.accordion-button:not(.collapsed) {
  color: #262262;
  background-color: #ffffff;
  box-shadow: none;
  border: none;
}

.accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.accordion-item:first-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.accordion-button {
  color: #262262;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: flex-end;
  box-shadow: none;
  gap: 1rem;
  padding: 1.5rem 35px;
}

.accordion-button:focus {
  outline: 0;
  box-shadow: none;
}

.accordion-body {
  padding: 11px 30px;
  color: #8f8da5;
  padding-top: 0;
}

.imgclose {
  position: absolute;
  left: 0;
  top: 50%;
  width: auto;
  height: auto;
  max-width: 400px;
  transform: translateY(-50%);
  z-index: -1;
}

.sliders {
  border-radius: 20px;
  padding: 0 50px;
  margin: 100px 0;
  background: linear-gradient(
    45deg,
    rgba(0, 171, 207, 0.04) 11.71%,
    rgba(0, 137, 175, 0.04) 18.54%,
    rgba(15, 103, 143, 0.04) 27.79%,
    rgba(24, 76, 119, 0.04) 37.26%,
    rgba(25, 56, 101, 0.04) 46.82%,
    rgba(25, 39, 88, 0.04) 56.45%,
    rgba(24, 26, 80, 0.04) 66.2%,
    rgba(24, 17, 75, 0.04) 76.16%,
    rgba(23, 14, 74, 0.04) 86.61%
  );
  box-shadow: 0px 0px 35px 0px rgba(23, 14, 74, 0.1);
}

.imgs_hero .div {
  display: flex;
  margin: 0 10px;
  background: #fff;
  border-radius: 15px;
  border: 1px solid transparent;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  overflow: hidden;
  transition: var(--transition);
}
.imgs_hero .div:hover {
  border: 1px solid var(--G-ON-LIGHT, #10adbd);
  box-shadow: 0px 4px 35px 0px rgba(0, 253, 253, 0.1);
}
.imgs_hero .div .text {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 22px;
  width: 100%;
}

.imgs_hero .div img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  transition: var(--transition);
  filter: grayscale(50%);
}
.imgs_hero .div:hover img {
  filter: unset;
}

.imgs_hero .div .stars {
  color: #8a89a2;
  font-size: 13px;
}

.imgs_hero .div .text h4 {
  color: #8a89a2;
  font-size: 20px;
  transition: var(--transition);
  font-weight: 700;
}
.imgs_hero .div:hover h4 {
  color: var(--TEXT-COLOR-ON-LIGHT, #262262);
}
.card_news {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 20px 20px;
}

.card_news .titlecard {
  border-radius: 0px 0px 20px 20px;
  background: var(
    --2new-gredient,
    linear-gradient(90deg, #00a39e 20%, #0259a3 50%, #204297 100%)
  );
  position: absolute;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px;
  bottom: 0;
  width: 100%;
  left: 0;
}

.card_news img {
  width: 100%;
  height: 543px;
  object-fit: cover;
}

.card_news h3 {
  color: var(--TEXT-COLOR-ON-DARK, #be9e5d);
  font-size: 20px;
  font-weight: 700;
}

.card_news p {
  color: #8489ba;
  font-size: 14px;
  font-weight: 400;
}

.card_news h6 {
  color: var(--TEXT-COLOR-ON-DARK, #be9e5d);
  font-size: 20px;
  font-weight: 700;
}

.cardddd {
  border-radius: 8px;
  border: 1px solid var(--G-ON-LIGHT, #10adbd);
  background: rgba(38, 34, 98, 0.04);
  padding: 50px 20px;
  margin-bottom: 24px;
}
.cardddd h3 {
  color: var(--TEXT-COLOR-ON-LIGHT, #262262);
  font-size: 20px;
  padding-bottom: 20px;
  font-weight: 700;
}
.cardddd p {
  color: #8f8da5;
  font-size: 14px;
  font-weight: 400;
}

.clints {
  padding-top: 100px;
}

/* .ui-widget.ui-widget-content {
  width: 100%;
  padding: 40px;
  border-radius: 20px;
  border: 1px solid #CBCBCB !important;
  background: #F9FAFB;
  box-shadow: 0px 0px 35px 0px rgba(56, 86, 152, 0.20);
  margin-top: 50px;
}*/
.ui-widget-header .ui-icon {
  background-image: none !important;
}

.ui-datepicker-header {
  /* position: relative;
  padding: 0 !important;
  background: none !important;
  border: none !important;
  display: flex;
  align-items: center;
  justify-content: space-between; */
  background: transparent;
  border: unset;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  display: flex;
  width: 48px !important;
  height: 48px !important;
  border-radius: 50%;
  background: #fff;
  align-items: center;
  justify-content: center;
}

.ui-datepicker-header {
  background-color: #2196f3;
  color: white;
  text-align: center;
  padding: 10px;
  height: 40px;
  border-radius: 8px 8px 0px 0px;
}

.ui-datepicker-prev span,
.ui-datepicker-next span {
  display: none;
}

.ui-datepicker-prev::before {
  content: "\f054";
  /* Font Awesome code for the left arrow */
  font-family: "Font Awesome 6 Free";
  /* Ensure this matches the Font Awesome version you are using */
  font-weight: 900;
  /* Font Awesome solid icons use font-weight 900 */
  font-size: 1rem;
  float: left;
  cursor: pointer;
}

.ui-datepicker-next::before {
  content: "\f053";
  /* Font Awesome code for the right arrow */
  font-family: "Font Awesome 6 Free";
  /* Ensure this matches the Font Awesome version you are using */
  font-weight: 900;
  /* Font Awesome solid icons use font-weight 900 */
  font-size: 1rem;
  float: right;
  cursor: pointer;
}

span.ui-datepicker-month {
  color: #385698;
  font-size: 20px;
}

span.ui-datepicker-year {
  color: #6d85b5;
  font-size: 16px;
  font-weight: 400;
}

.ui-datepicker-calendar th {
  font-size: 14px;
  padding: 10px;
  color: #292a3459;
  font-weight: 400 !important;
}

.ui-datepicker table {
  border-collapse: collapse;
  margin: 0 !important;
  margin-top: 25px !important;
  border-top: 1px solid rgba(0, 0, 0, 0.062) !important;
}

.ui-datepicker th {
  padding: 15px 10px !important;
}

.ui-datepicker-calendar {
  text-align: center;
  margin: 0 auto;
  padding: 8px;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  border: none !important;
  background: #fff !important;
  padding: 30px 16px;
  color: #292a34 !important;
  text-align: center;
  font-family: Inter;
  font-size: 20px;
}

.ui-datepicker-title {
  padding: 10px;
}

.ui-datepicker .ui-datepicker-next:hover,
.ui-datepicker .ui-datepicker-prev:hover {
  transform: scale(1.1);
  background: rgba(232, 235, 239, 0.4) !important;
  border: none !important;
}

.ui-datepicker-calendar td {
  padding: 4px 0px;
}

.ui-datepicker td {
  padding: 2px !important;
}

.ui-datepicker-calendar .ui-state-default {
  text-decoration: none;
  color: black;
}

.ui-datepicker-calendar .ui-state-active {
  color: #5cb74e;
}

a.ui-state-default.ui-state-active {
  background: var(
    --2new-gredient,
    linear-gradient(90deg, #00a39e 20%, #0259a3 50%, #204297 100%)
  ) !important;
  color: #fff !important;
}

.cardNews .img {
  position: relative;
}

.cardNews .img::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  background: #385698;
  opacity: 0.4;
  height: 100%;
  z-index: 1;
}

.ui-datepicker-calendar .ui-state-default:hover {
  background: rgba(232, 235, 239, 0.4) !important;
}
img.G_footer1 {
  position: absolute;
  right: 0;
  top: 25%;
  z-index: -1;
  transform: translateY(-50%);
  max-width: 266px;
}
img.G_footer2 {
  position: absolute;
  left: 0;
  top: 25%;
  z-index: -1;
  transform: translateY(-50%) scaleX(-1);
  max-width: 266px;
}
/*  */
.cardPoduct img {
  width: 100% !important;
}
.hero_pages .hero {
  position: relative;
  height: 62vh;
  background: url("https://edufield.space/themes/custom/digital/assets/img/page.png") no-repeat;
  background-size: 100% 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  flex-direction: column;
  -webkit-mask-image: url("https://edufield.space/themes/custom/digital/assets/img/page.png");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  width: 100%;
  -webkit-mask-size: 100% 100%;
}
.hero_pages {
  margin-bottom: 100px;
}
.hero_pages img.G6 {
  max-width: 166px;
}
.hero_pages .hero_icon {
  gap: 46px;
}
.productssPage .cardPoduct {
  margin-bottom: 24px;
}
.details h3 {
  color: var(--TEXT-COLOR-ON-LIGHT, #262262);
  font-size: 52px;
  font-weight: 700;
}

.details .div {
  display: flex;
  align-items: center;
  gap: 50px;
  margin-bottom: 15px;
}
.details .div h6 span {
  color: var(--TEXT-COLOR-ON-LIGHT, #262262);
  font-size: 20px;
  font-weight: 700;
}
.details .div h6 {
  color: #b0b0bd;
  font-size: 18px;
  font-weight: 400;
}
.details .img {
  width: 100%;
  height: 500px;
  border-radius: 1pc;
  border: 3px solid #be9e5d;
  object-fit: cover;
}

.simalar {
  margin-top: 100px;
}
.InitiativeCategories .cardSer h3 {
  color: var(--TEXT-COLOR-ON-LIGHT, #262262);
}
.InitiativeCategories .cardSer {
  margin-bottom: 24px !important;
}
.InitiativeCategories a.cardSer:hover {
  border: 1px solid var(--G-ON-LIGHT, #10adbd);
  background: var(
    --2new-gredient,
    linear-gradient(90deg, #00a39e 20%, #0259a3 50%, #204297 100%)
  );
  box-shadow: 0px 0px 35px 0px rgba(188, 149, 92, 0.2);
}
.data {
  border-radius: 50px;
  background: var(
    --2new-gredient,
    linear-gradient(90deg, #00a39e 20%, #0259a3 50%, #204297 100%)
  );
  width: fit-content;
  position: absolute;
  top: 16px;
  right: 16px;
  padding: 8px 18px;
  color: #be9e5d;
  font-size: 14px;
}
.hero_pages .hero_icon a {
  width: 31.9px;
  height: 36.093px;
  font-size: 14px;
}
.hero_pages .hero_icon {
  gap: 66px;
}
.hero_pages .hero {
  height: 69vh;
}
a.arrow {
  background: var(
    --new-grediaent-gold,
    linear-gradient(90deg, #d9b657 0%, #d4b258 40%, #c3a35c 90%, #be9e5d 100%)
  );
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff !important;
  font-size: 22px;
}
.events {
  margin-top: 100px;
}
.news_page .card_news {
  margin-bottom: 24px;
}

a.card_clint {
  border-radius: 20px;
  border: 1px solid var(--G-ON-LIGHT, #10adbd);
  background: #fff;
  display: flex;
  align-items: center;
  padding: 10px;
  justify-content: center;
  min-height: 160px;
  margin-bottom: 24px !important;
}
.mision img {
  width: auto;
  height: auto;
  max-width: 100%;
  margin: auto;
  max-width: 100%;
  display: block;
}
.abouta_img {
  position: absolute;
  left: 0;
  width: auto;
  height: auto;
  top: 0;
  max-width: 53%;
}
.vision_div h2 {
  color: #ffffff;
}
.vision_div p {
  color: #9ba0bb;
}
.mision {
  padding-bottom: 100px;
}
.vision_div {
  border-radius: 30px;
  background: var(
    --2new-gredient,
    linear-gradient(90deg, #00a39e 20%, #0259a3 50%, #204297 100%)
  );
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 80px 20px;
  text-align: center;
}
a.card_clint img {
  width: auto;
  height: auto;
  max-width: 60%;
}
.card_about {
  text-align: center;
  padding: 50px 30px;
  border-radius: 20px;
  border: 2px solid #10adbd;
  background: #fff;
  transition: var(--transition);
}
.card_about h2.h2 {
  font-size: 18px;
  padding-top: 20px;
}
.card_about img {
  width: auto;
  height: auto;
  max-width: 150px;
}
.gools {
  border-radius: 30px;
  background: linear-gradient(0deg, #00adcf0e, #192e5e12);
  padding: 50px;
  margin-top: 100px;
}
.gools .left {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 50px;
}

ul.right li {
  color: var(--TEXT-COLOR-ON-LIGHT, #262262);
  font-size: 14px;
  font-weight: 700;
  padding: 20px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}

.gools .right {
  max-height: 400px;
  padding: 25px;
  overflow: hidden;
  border-radius: 20px;
  border: 1px solid #0000003d;
  backdrop-filter: blur(15px);
  overflow-y: scroll;
  background: linear-gradient(0deg, #10adbd1c, #192e5e2e);
}
.gools .right::-webkit-scrollbar-thumb {
  width: 2px;
  background-color: var(--color-primary-variant);
  border-radius: 0.25rem;
}

.gools .right::-webkit-scrollbar {
  width: 2px;
  background: rgba(38, 34, 98, 0.1);
}

.card_about:hover {
  border-radius: 20px;
  border-color: #10adbd;
  background: #fff;
  box-shadow: 0px 0px 35px 0px rgba(146, 197, 235, 0.1);
}
.serChape .cardSer img {
  width: 40px;
  height: 40px;
  max-width: 40px;
}
.serChape .cardSer h3 {
  background: var(
    --2new-gredient,
    linear-gradient(90deg, #00a39e 20%, #0259a3 50%, #204297 100%)
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  font-size: 14px;
  padding-top: 10px;
  font-weight: 700;
}
.serChape .cardSer {
  display: flex;
  border-radius: 50%;
  border: 1px solid var(--G-ON-DARK, #9e9176);
  flex-direction: column;
  align-items: center;
  padding: 0;
  min-height: unset;
  justify-content: center;
  transition: var(--transition);
  background: #ffffff;
  width: 200px;
  height: 200px;
  box-shadow: 0 0 17px #191717ab;
  z-index: 1;
  position: relative;
}

.serChape .cardSer .div {
  width: 160px;
  border: solid 1px #262262;
  justify-content: center;
  height: 160px;
  display: flex;
  border-radius: 50%;
  flex-direction: column;
  align-items: center;
  box-shadow: 0 0 17px #191717ab;
}
.serChape .col-md-2 {
  display: flex;
  align-items: center;
  justify-content: center;
}
.serChape {
  background: url("https://edufield.space/themes/custom/digital/assets/img/ser.png") no-repeat;
  background-size: 100%;
  padding: 41px 0;
}
.serChape .row {
  padding: 14px 0;
}
.serChape .cardSer.cardSer1 {
  position: relative;
  top: -31px;
  left: -11px;
}
.serChape .cardSer.cardSer2 {
  position: relative;
  top: -31px;
  left: 8px;
}
.serChape .cardSer.cardSer3 {
  position: relative;
  top: -31px;
  left: 27px;
}
.cardSer.cardSer4 {
  top: -54px;
  left: -26px;
}
a.cardSer.cardSer4 {
  top: -54px;
  left: -25px;
}
a.cardSer.cardSer5 {
  top: -54px;
  left: -7px;
}
a.cardSer.cardSer6 {
  top: -54px;
  left: 11px;
}
.serChape .cardSer:hover {
  background: #fff;
  color: unset;
}
.hero_pages .hero h1 {
  font-size: 32px;
}

.serChape .cardSer:hover img {
  filter: unset;
}

.credit {
  text-align: center;
  z-index: 999;
  font-size: 0.8rem;
  bottom: 1rem;
  right: 1rem;
  writing-mode: vertical-rl;
  text-orientation: mixed;
}

.gallery_hero {
  z-index: 1;
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 100%;
  height: 570px;
  position: relative;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  overflow: hidden;
  @media (max-width: 768px) {
    width: 160%;
  }
}

.gallery_hero .col {
  display: flex;
  flex: 1;
  flex-direction: column;
  width: 100%;
  align-self: flex-start;
  justify-self: flex-start;
}

.gallery_hero .col:nth-child(2) {
  align-self: flex-end;
  justify-self: flex-end;
}

.gallery_hero .image {
  margin: 10px;
  width: 100%;
}

.gallery_hero .image:hover {
  z-index: 99999999999 !important;
}

.gallery_hero img {
  transition: 0.3s ease-out;
  overflow: hidden;
  width: 100%;
  height: 330px;
  object-fit: cover;
}

.breadcrumb_digital.position-relative {
  height: 40vh !important;
  width: 100% !important;
  margin-bottom: 80px;
}

img.G6 {
  height: 50vh !important;
  width: 100% !important;
  border-radius: 0%;
  object-fit: cover;
}

.hero_bc h1 {
  position: absolute;
  top: 200px;
  left: 50%;
  text-align: center;
  transform: translate(-50%, -50%);
  color: white;
}

.hero_bc h1 span {
  font-size: 32px;
}

.not_home .language__selector__btn svg,
.sticky .language__selector__btn svg {
  color: white;
}
