@font-face {
  font-family: arabic_reg;
  src: url("../font/Bahij_TheSansArabic-Bold.ttf");
}
:root {
  --unnamed-color-7d7d7d: #7d7d7d;
  --unnamed-color-e5e5e5: #e5e5e5;
  --unnamed-color-151dff: #151dff;
  --unnamed-color-3a3a3a: #3a3a3a;
  --unnamed-color-ffffff: #ffffff;
  --unnamed-color-c5f74e: #c5f74e;
  --transition: all 500ms ease;
}

* {
  padding: 0px;
  margin: 0px;
  outline: none;
  box-sizing: border-box;
  text-decoration: none !important;
  border: none;
}
body,
html {
  overflow-x: hidden !important;
  font-family: "Poppins", sans-serif;
}
body {
  background: #fafafa;
}
a {
  text-decoration: none;
  color: initial;
}
::selection {
  color: var(--unnamed-color-151dff);
}
::-webkit-scrollbar-thumb {
  width: 100%;
  background: var(--unnamed-color-3a3a3a) !important;
  border-radius: 0.25rem;
}

::-webkit-scrollbar {
  width: 0.5rem;
  background-color: var(--unnamed-color-e5e5e5);
}
ul {
  list-style: none;
}
h1,
h2,
h3 {
  line-height: 1.1;
}

a {
  color: inherit !important;
  transition: var(--transition);
}
a:hover {
  /* color: var(--color-primary); */
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
address,
ul,
label,
li {
  padding: 0;
  margin: 0px !important;
  line-height: normal !important;
}

h1,
h2,
h3,
h4,
h5,
h6 ul,
li {
  text-transform: capitalize;
}

h2 {
  font-weight: bold !important;
}

/* p,
h6,
h5,
span,
button,
taple,
td,
tr,
input,
label,
textarea,
a,
address,
ul,
li {
  font-family: "Poppins", sans-serif;

} */

/* ================================ */
.lang-nav p {
  font-family: "arabic_reg", sans-serif !important;
}
.hamburger {
  cursor: pointer;
}

.hamburger input {
  display: none;
}

.hamburger svg {
  height: 2pc;
  transition: transform 600ms cubic-bezier(0.4, 0, 0.2, 1);
}

.line {
  fill: none;
  stroke: var(--unnamed-color-3a3a3a);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 3;
  /* Define the transition for transforming the Stroke */
  transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1),
    stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
}

.line-top-bottom {
  stroke-dasharray: 12 63;
}

.hamburger input:checked + svg {
  transform: rotate(-45deg);
}

.hamburger input:checked + svg .line-top-bottom {
  stroke-dasharray: 20 300;
  stroke-dashoffset: -32.42;
}

/* a.lang-nav   {
  font-family: "arabic_reg", sans-serif !important;
}
a.lang-nav p {
  font-family: "arabic_reg", sans-serif !important;
} */
.offcanvas {
  background: var(--unnamed-color-e5e5e5) !important;
}

.offcanvas-body .btn-nav-empty {
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
}
.offcanvas-header {
  padding: 30px;
}
.offcanvas_body_direction .lang-nav p {
  font-size: 18px;
}
.offcanvas_body_direction .lang-nav {
  background: transparent;
}
.offcanvas-body .offcanvas_body_direction {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  color: var(--p);
  gap: 20px;
  font-size: 18px;
}
.offcanvas-body li {
  list-style: none;
}
.offcanvas-body .offcanvas_body_direction a {
  font-weight: bold;
}
.offcanvas-body {
  padding: 50px 30px;
}
.offcanvas-body .lang_gap_search {
  margin-left: 0;
  font-size: 14px;
}
/* h2 span {
 } */

.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: #3a3a3a !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: 0;
}

.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%;
}
/* ====================== */

.cursor-inner {
  margin-left: 0;
  margin-top: 0;
  width: 10px;
  height: 10px;
  z-index: 10000001;
  background-color: var(--unnamed-color-3a3a3a);
  -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(--unnamed-color-3a3a3a);
  opacity: 0.3;
}

.cursor-outer {
  margin-left: -25px;
  margin-top: -25px;
  width: 60px;
  height: 60px;
  border: 1px solid var(--unnamed-color-3a3a3a);
  -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;
}

/* ===================================== =============================== */

.overlay {
  position: fixed;
  width: 100%;
  z-index: 9999;
  height: 100%;
  top: 0;
  left: 0;
  display: none;
  background-color: rgba(0, 0, 0, 0.866);
}
.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;
  /* max-width: 100%; */
  width: 100%;

  align-items: center;
  justify-content: space-between;
  gap: 8px;
  background: #707070b9;
  border-radius: 50px;
  position: relative;
}

.searchButton-nav {
  color: #fff;
  position: absolute;
  right: 10px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: var(--btn) !important;
  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: #1a1a1a;
  box-shadow: rgba(0, 0, 0, 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;
  width: 100%;
  padding: 24px 26px 24px 46px;
}

@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;
  }
}
/* ----------------------------------------------------------------------- */
form#contact_us {
  max-width: 95%;
}

.form-contact-home {
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: center;
  padding: 40px;
  background: #fff;
  border: 1px solid #e5e5e5b0;
  z-index: 1;
  position: relative;
  border-radius: 50px 0;
}

.form-contact-home .btn-nav-empty {
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.input-form-contact {
  height: 50px;
  outline: none;
  border-bottom: 1px solid #3a3a3a2b;
  padding: 5px;
  transition: 0.5s linear;
  width: 100%;
  padding-left: 30px;
  background: transparent;
}
.input-form-contact::placeholder {
  color: #3a3a3a61;
}

.input-form-contact:focus {
  border-bottom: 1px solid var(--unnamed-color-7d7d7d);
  font-weight: bold;
  color: var(--unnamed-color-7d7d7d);
}

.input-form-contact:focus::placeholder {
  color: var(--unnamed-color-7d7d7d);
  font-weight: bold;
}
#contact_us .input-form-contact:focus-within {
  border-color: var(--unnamed-color-3a3a3a);
  color: var(--unnamed-color-3a3a3a) !important;
}
#contact_us .input-form-contact:focus-within::placeholder {
  color: var(--unnamed-color-3a3a3a) !important;
}

.inout-icon-div i {
  position: absolute;
  left: 5px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 14px;
  color: #3a3a3a61;
  z-index: 2;
}
.inout-icon-div {
  position: relative;
}

.div-flex-co {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.Forgot_password .div-flex-co {
  gap: 20px;
  padding-bottom: 20px;
}
.inout-icon-div-textarea i {
  top: 6px !important;
  transform: unset;
}

.inout-icon-div-textarea textarea {
  color: #3a3a3a61;
  padding-left: 30px;
  border-bottom: 1px solid #3a3a3a2b;
  width: 100%;
  background: transparent;
  font-weight: bold;
}
.map iframe {
  border-radius: 0 50px;
  /* border: 8px solid #e5e5e5b0; */
}

.inout-icon-div-textarea textarea::placeholder {
  color: #3a3a3a61 !important;
}

.form-contact-home .btn-nav-000 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px !important;
  border: 1px solid #000;
}

.form-contact-home .btn-nav-000:hover::before,
.form-contact-home .btn-nav-000:hover::after {
  height: 1000px !important;
  width: 1000px !important;
}

.contact-us-home h2 span {
  font-size: 62px;
  color: var(--unnamed-color-3a3a3a);
}

.contact-us-home {
  position: relative;
  z-index: 1;
  padding-top: 100px;
}

.contact-us-home .content .img-contact-left {
  width: auto;
  height: auto;
  margin-top: 30px !important;
  display: flex;
  align-items: center;
  position: relative;
  justify-content: center;
}
.contact-us-home .circle-yellow {
  width: 28px;
  height: 28px;
  top: 17%;
  right: 0%;
}

.contact-us-home .circle-red {
  width: 80px;
  height: 80px;
  bottom: unset;
  left: -21%;
  right: unset;
  top: -20%;
}

.contact-us-home .circle-black {
  width: 40px;
  height: 40px;
  top: 26%;
  left: -10%;
  right: unset;
}
#contact_us textarea:focus-within {
  border-color: var(--unnamed-color-3a3a3a);
  color: var(--unnamed-color-3a3a3a) !important;
}

#contact_us textarea:focus-within::placeholder {
  color: var(--unnamed-color-3a3a3a) !important;
}
.contact_us .p {
  font-size: 14px;
  color: var(--unnamed-color-7d7d7d);
}
.inout-icon-div:focus-within i {
  color: var(--unnamed-color-3a3a3a) !important;
}
.contact-us-home .circle-a {
  width: 48px;
  height: 48px;
  position: absolute;
  top: 0%;
  left: 10%;
  border-radius: 50%;
  background: var(--unnamed-color-7d7d7d);
  animation: fadeInMoveUpDown 2s ease-in-out infinite;
}

form#contact_us h4 {
  font-size: 32px;
  color: var(--unnamed-color-3a3a3a);
}

.form-contact-home .btn-nav-empty:hover::before,
.form-contact-home .btn-nav-empty:hover::after {
  height: 710px;
  width: 710px;
}

h1,
h2 {
  font-weight: 700 !important;
}

/* ----------------------------------------------------------------------- */
.h2 {
  color: var(--unnamed-color-3a3a3a);
  font-size: 52px;
}
.p {
  color: var(--unnamed-color-7d7d7d);
  font-size: 20px;
}
.hero p {
  font-size: 20px !important;
  max-width: 427px;
  color: var(--unnamed-color-7d7d7d);
  padding-bottom: 30px;
  text-align: center;
}
.hero h1 {
  font-size: 72px !important;
  padding-bottom: 30px;
  text-align: center;
  max-width: 80%;
  color: var(--unnamed-color-3a3a3a);
}
.hero {
  position: relative;
  padding-top: 50px;
}
.hero_CONTENT {
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.hero_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 14px;
}

.hero_btn a {
  display: flex;
  gap: 5px;
  align-items: center;
  justify-content: center;
}
.hero_btn img {
  max-width: 192px;
  max-height: 57px;
}
.hero h1 span {
  background: url("../img/BACKSPAN.png") no-repeat;
  background-size: 100% 100%;
  padding: 0 15px;
  color: var(--unnamed-color-ffffff);
}
.h2_b span {
  background: url("../img/BACKSPAN.png") no-repeat;
  background-size: 100% 100%;
  padding: 0 15px;
  color: var(--unnamed-color-ffffff);
}
.heroimg {
  width: 100%;
}

.hero_CONTENT {
  position: relative;
}
.Scroll {
  position: absolute;
  right: 8%;
  bottom: 0%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.Scroll img {
  max-width: 145px;
  max-height: 135px;
}
.Scroll span {
  transform: rotate(45deg);
  font-size: 14px;
  color: var(--unnamed-color-3a3a3a);
}
.left_hero {
  position: absolute;
  left: 0;
  top: 31%;
  transform: translateY(-50%);
}
.right_hero {
  position: absolute;
  right: 0;
  top: 33%;
  transform: translateY(-50%);
}
.hero_img {
  position: relative;
  margin-bottom: 100px;
}
.heroimg {
  width: 100%;
  padding-top: 27px;
}
img.kerf {
  position: absolute;
  bottom: -17%;
  left: 0;
  width: 100%;
  z-index: -1;
}
.about h2 {
  font-size: 62px;
  color: var(--unnamed-color-3a3a3a);
}
.about {
  background: linear-gradient(180deg, #e5e5e5, #ffffff);
}
.about h2 {
  font-size: 62px;
  text-align: center;
  max-width: 72%;
  margin: auto !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

.about img {
  max-width: 100%;
  max-height: 566px;
  display: flex;
  margin: auto;
  padding-top: 30px;
  padding-bottom: 50px;
  position: relative;
  left: -90px;
}
.about p {
  color: var(--unnamed-color-7d7d7d);
  font-size: 20px;
  max-width: 913px;
  text-align: center;
  margin: auto !important;
  display: flex;
  padding-bottom: 50px;
}

.about_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  gap: 15px;
}
.circle {
  width: 50px;
  height: 50px;
  background: var(--unnamed-color-c5f74e) 0% 0% no-repeat padding-box;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.about_btn .buttom_fill {
  max-width: 192px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.Sports {
  padding: 100px 0;
  background: linear-gradient(180deg, #fefefe, transparent);
}
.title h2 {
  font-size: 62px;
  max-width: 741px;
  color: var(--unnamed-color-3a3a3a);
}
.title span {
  background: url("../img/sportsspan.png") no-repeat;
  background-size: 100% 100%;
  padding: 0 15px;
  color: var(--unnamed-color-ffffff);
}
.card_sports {
  min-height: 450px;
  padding: 70px;
  border-radius: 30px;
  position: relative;
  display: flex;
  align-items: center;
  background: var(--unnamed-color-3a3a3a) 0% 0% no-repeat padding-box;
}
.card_sports img {
  position: absolute;
  bottom: 0;
  right: 2%;
  width: auto;
  height: auto;
}
.title {
  margin-bottom: 50px;
}
.card_sports h3 {
  font-size: 42px;
  color: var(--unnamed-color-e5e5e5);
  font-weight: bold;
  max-width: 332px;
}
.card_sports2 {
  background: var(--unnamed-color-c5f74e);
  align-items: flex-end;
  padding-bottom: 136px;
}
.card_sports2 img {
  position: absolute;
  top: 0;
  bottom: unset;
  right: 2%;
  max-width: 300px;
}
.card_sports2 img {
  position: absolute;
  top: -31%;
  bottom: unset;
  right: -15%;
}
.card_sports span {
  background: url("../img/span_sports.png") no-repeat;
  background-size: 100% 100%;
  color: var(--unnamed-color-ffffff);
}

.card_sports3 {
  color: var(--unnamed-color-3a3a3a);
  background: var(--unnamed-color-e5e5e5);
  padding-left: 150px;
}
.card_sports3 h3 {
  color: var(--unnamed-color-3a3a3a);
  max-width: 294px;
}
.card_sports2 h3 {
  color: var(--unnamed-color-3a3a3a);
  max-width: fit-content;
}
.card_sports3 img {
  left: -30%;
  bottom: -8.5%;
}

.card_sports4 img {
  left: unset;
  bottom: -8.5%;
  right: -24%;
}
.card_sports.card_sports4 h3 {
  max-width: 63%;
}
/* .card_sports span   {
  font-family: "font_bold", sans-serif !important;
} */
.card_sports.card_sports4 {
  background-color: var(--unnamed-color-151dff);
}
.card_sports4 span {
  background: url(../img/span_sports4.png) no-repeat;
  background-size: 100% 100%;
  color: var(--unnamed-color-151dff);
}
.card_sports4,
.card_sports3 {
  margin-top: 24px;
}
.number {
  width: 60px;
  height: 60px;
  background: var(--unnamed-color-ffffff);
  border: 1px solid var(--unnamed-color-e5e5e5);
  box-shadow: 0px 3px 35px #e5e5e580;
  border: 1px solid #e5e5e5;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  position: absolute;
  top: 2%;
  right: 2%;
  z-index: 5;
}
.card_Customer {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.card_Customer img {
  margin: auto;
  display: flex !important;
  width: auto !important;
  height: auto !important;
  max-width: 475px;
  transition: var(--transition);
}
.card_Customer img:hover {
  transform: scale(1.1);
}
.card_Customer p {
  padding-top: 30px;
  color: var(--unnamed-color-7d7d7d);
  max-width:560px;
  font-size: 22px;
  text-align: center;
}
.Customer h2 {
  font-size: 33px;
  color: var(--unnamed-color-3a3a3a);
  text-align: justify;
}
.Customer2 img {
  max-width: 100%;
}

.Customer .number {
  right: -1%;
  left: unset;
  top: 5%;
}
.Customer2 .number {
  left: -1%;
  right: unset;
  top: -5%;
}
.Customer.Customer2 {
  padding: 100px 0;
}
.Customer.Customer2 h2 {
  max-width: 503px;
}
.Download .Download_img {
  width: 100%;
  max-width: 543px;
  margin: auto;
  display: flex;
}
.download_kerf {
  width: 100%;
  height: auto;
  margin-bottom: -2px;
}
.Download_color {
  background: #e5e5e5;
  padding: 80px 0 0;
}
.Download_color h2 {
  font-size: 62px;
  padding-bottom: 20px;
  color: var(--unnamed-color-3a3a3a);
  line-height: 1.3 !important;
  /* max-width: 506px; */
}
.Download_color h2 span {
  background: url("../img/BACKSPAN.png") no-repeat;
  background-size: 100% 100%;
  padding: 0px 15px 7px;
  color: var(--unnamed-color-ffffff);
}
.Download_color .hero_btn {
  justify-content: flex-start;
  padding-top: 30px;
}
.Download_color p {
  font-size: 20px;
  color: var(--unnamed-color-7d7d7d);
}

.Download {
  position: relative;
}
.Download::after {
  content: "";
  position: absolute;
  bottom: -38%;
  width: 100%;
  height: 300px;
  background: #e5e5e5;
  z-index: -1;
}
.about_page p {
  font-size: 20px;
  color: var(--unnamed-color-7d7d7d);
  padding-top: 15px;
}

.about_page.Customer2 {
  padding-bottom: 0;
}
.heronotHome {
  min-height: 40vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  margin-bottom: 100px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
#canvas {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}

.heronotHome h2 {
  font-size: 62px;
  color: var(--unnamed-color-3a3a3a);
}
.Download_page .Download_color {
  background: transparent;
  padding: 0;
}
.Download_page.Download::after {
  content: none;
}
.body-padding-top {
  padding-top: 90px;
}

.number_slider_carousel {
  position: relative;
}

.progress {
  position: relative;
  height: 5px;
  top: 0;
  background: var(--unnamed-color-151dff);
  left: 0;
  transition: all linear 0.1s;
  min-width: 0%;
  z-index: 99;
}
.header-progress-par {
  position: fixed;
  top: 0;
  left: 0;
  height: 5px;
  background-color: var(--unnamed-color-e5e5e5);
  z-index: 99;
  width: 100%;
}

.glassy-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255 255 255 / 0.05);
  backdrop-filter: blur(32px);
  pointer-events: none;
}
.Privacy h2 {
  padding-bottom: 10px;
  color: var(--unnamed-color-3a3a3a);
  font-size: 42px;
}
.Privacy p {
  padding-bottom: 10px;
  color: var(--unnamed-color-7d7d7d);
  font-size: 20px;
}

.accordion-button:focus {
  border-color: transparent;
  box-shadow: none;
}
.accordion-flush .accordion-item .accordion-button {
  font-weight: bolder;
}

.accordion-button::after {
  margin-left: auto;
  background-size: 1rem;
  margin-right: 0;
}
.accordion-button:not(.collapsed) {
  color: var(--unnamed-color-3a3a3a);
  background-color: transparent;
  box-shadow: none;
}
.accordion-item {
  background-color: #fff;
  border: none;
}
div#accordionFlushExample {
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding: 30px;
}
.accordion-button {
  color: var(--unnamed-color-3a3a3a);
}
.content-single-product {
  padding-top: 100px;
}
.accordion-body {
  padding: 1rem 1.25rem;
  font-size: 14px;
  color: var(--unnamed-color-7d7d7d);
}
.accordion-button:not(.collapsed)::after {
  filter: brightness(0);
}
.accordion-button:not(.collapsed) {
  border: 1px solid var(--unnamed-color-c5f74e) !important;
  border-bottom: none !important;
}
.accordion-flush .accordion-collapse {
  border-width: 0;
  border: 1px solid var(--unnamed-color-c5f74e) !important;
  border-top: none !important;
}

.about-content-img img {
  width: auto;
  height: auto;
  max-width: 100%;
}
.about-content-img {
  display: flex;
  align-items: center;
  justify-content: center;
}

.owl-carousel .owl-stage-outer {
  direction: ltr;
}

.card_Customer_scroll {
  max-height: 400px;
  overflow: hidden;
}

/* .slider_carousel2 , .number_slider_carousel {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
} */

.carousel-wrapper {
  position: relative;
  height: 400px; /* تعيين ارتفاع العنصر المحتوي على الكاروسل */
  overflow: hidden;
}

.owl-carousel .item {
  height: 100%;
}
 



.about_page img {
  width: 100% !important;
  max-width: 83%;
}
 
.img_custmer_swiper {
  width: 100%;
  height: 450px;
  display: flex;
  justify-content: center;
  align-items: center;
}






swiper-container {
  width: 100%;
  height: 100%;
}

swiper-slide {
  background: linear-gradient(180deg, #fafafa, #fafafa);
  display: flex;
  justify-content: center;
  align-items: center;
  background-position: center;
  background-size: cover;
    background: linear-gradient(180deg, #fafafa, #fafafa);
   padding: 30px;
  }
swiper-slide img {
  display: block;
  object-fit: cover;
}

.offcanvas-title img {
  width: auto;
  height: auto;
  max-width: 150px;
}
.flex-title {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: flex-start;
}


.flex_icon_contact {
  display: flex;
  gap: 10px;
  justify-content: space-between;
  align-items: center;
  padding-top: 10px;
}
.flex_icon_contact a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 14px;
  font-weight: 500;
  color: var(--unnamed-color-7d7d7d) !important;
  padding: 15px 30px;
  background: #fff;
  border-radius: 40px 0;
}


.flex_icon_contact a i {
  font-size: 14px;
  font-weight: bold;
}



.dowloan_profile {
  color: var(--unnamed-color-3a3a3a);
  font-size: 25px;
  padding-top: 20px;
  font-weight: bold;
  display: flex;
  gap: 10px;
  align-items: center;
}
.Customer2 {
  padding-bottom: 100px;
  padding-top: 100px;
}
.Customer2 h2 {
  font-size: 52px;
  color: var(--unnamed-color-3a3a3a);
  padding-bottom: 50px;
}
.Customer2 h2 span {
  background: url("../img/BACKSPAN.png") no-repeat;
  background-size: 100% 100%;
  padding: 0 15px;
  color: var(--unnamed-color-ffffff);
}
.card_box .img {
  height: 380px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.card_box .img img {
  height: auto;
  width: auto;
  max-width: 80%;
  margin: auto;
  display: block;
}
.card_box p {
  color: var(--unnamed-color-7d7d7d);
  font-size: 20px;
  text-align: center;
}
.card_box h3 {
  padding-bottom: 20px;
  color: var(--unnamed-color-3a3a3a);
  text-align: center;
  font-size: 32px;
}
.sticky_h2 .h2 {
  font-size: 52px;
  color: var(--unnamed-color-3a3a3a);
  padding-bottom: 15px;
}
.sticky_h2 .p {
  font-size: 20px;
  color: var(--unnamed-color-7d7d7d);
}
.Customer2 .line {
    max-width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
    height: 100%;
    object-fit: contain;
    z-index: -1;
}
.Customer2 {
    position: relative;
}
.Sports_index {
  padding-top: 150px;
}