* {
  font-family: "Almarai", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.image {
  display: flex;
  margin: auto;
  align-items: center;
  justify-content: center;
  padding-top: 100px;
}
.image img {
  width: 170px;
  height: 170px;
}

.lang {
  display: flex;
  margin: auto;
  align-items: center;
  align-content: center;
  justify-content: center;
}
.Choose {
  display: flex;
  margin: auto;
  align-items: center;
  align-content: center;
  justify-content: center;
}
.choose1 {
  margin: 5px;
}
.choose2 {
  margin: 5px;
}
.dot {
  font-weight: bold;
}
.h1 {
  margin: 10px;
}
.btnlang {
  display: flex;
  margin: auto;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  position: relative;
}

.btnlang::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
  width: 150px; /* عرض الخط */
  height: 3px;
  background: #99623c;
}
.btnlang button {
  margin: 10px;
  width: 15rem;
  font-size: 17px;
  font-weight: bold;
  padding: 10px;
  cursor: pointer;
  border-radius: 15px;
  border: none;
  background-color: #8b4513;
  color: white;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

/* تأثير عند المرور بالماوس */
.btnlang button:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  background-color: #a0522d;
}

/* تأثير الضغط */
.btnlang button:active {
  transform: scale(0.96);
}

/* لمعة متحركة */
.btnlang button::after {
  content: "";
  position: absolute;
  top: -50%;
  left: -60%;
  width: 40px;
  height: 200%;
  background: rgba(255, 255, 255, 0.25);
  transform: rotate(25deg);
  transition: 0.6s;
}
.icon-sosh i {
  margin: 5px;
  font-size: 20px;
  font-weight: bold;
  text-decoration: none;
  color: #8b4513;
}
.copy-bunya {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* الخلفية النص */
.copy-bunya p {
  position: absolute;
  font-size: 18px;
  font-weight: 900;
  color: #000;
  z-index: 1;
  /* السر الاحترافي 👇 */
  opacity: 0.12;
}

/* اللوجو فوق */
.copy-bunya img {
  width: 50px;
  margin-right: 17px;
  margin-top: 25px;
  position: relative;
  z-index: 2;
}
.btnlang button:hover::after {
  left: 120%;
}
/* From Uiverse.io by alexruix */
.card {
  width: 21%;
  border-radius: 10px;
  height: auto;
  margin-bottom: 20px;
  padding-bottom: 20px;
  padding: 0.8em;
  position: relative;
  overflow: visible;
  background-color: #e5e7eb;
  color: #8b4513;
  box-shadow: 5px 10px 50px 10px rgb(0, 0, 0, 0.1);
}

.card-img img {
  height: 15rem;
  width: 100%;
  border-radius: 0.5rem;
  transition: 0.3s ease;
}

.card-info {
  padding-top: 10%;
}

.card-footer {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 10px;
}
.fo {
  height: 20vh;
}
.fo a {
  text-decoration: none;
}

/*Text*/
.text-title {
  font-weight: 900;
  font-size: 17px;
  line-height: 1.5;
}

.text-body {
  font-size: 12px;
  line-height: 18px;
  /* padding-bottom: 10px; */
}

/*Button*/
.card-button {
  border: 1px solid #8b4513;
  display: flex;
  padding: 0.8em;
  cursor: pointer;
  border-radius: 50px;
  transition: 0.3s ease-in-out;
}
.card-button a {
  text-decoration: none;
  color: #8b4513;
}

.card-button:hover {
  border: 1px solid #8b4513;
  color: white;
  background-color: #8b4513;
}
.card-button:hover a {
  color: white;
}

.slog {
  text-align: center;
}
.parnt-ar {
  background-color: #e5e7eb;
  padding-bottom: 20px;
}
.swiper {
  width: 100%;
  padding: 50px 0;
  position: relative;
}

/* العنصر */
.box1 {
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* النص */
.box1 p {
  color: #8b4513;
  font-size: 14px;
  font-weight: bold;
  margin-top: 10px;
}

/* الصورة */
.i-fltir img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
}

/* الخط المتحرك */
.active-line {
  position: absolute;
  bottom: 10px;
  height: 3px;
  width: 60px;
  background: #8b4513;
  border-radius: 5px;
  transition: all 0.3s ease;
}

/* الأسهم */
.swiper-button-next,
.swiper-button-prev {
  color: #8b4513 !important;
  background: #fff !important;
  width: 45px !important;
  height: 45px !important;
  border-radius: 50%;
  font-size: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
}
.swiper-button-next::after,
.swiper-button-prev::after {
  font-size: 15px !important;
  font-weight: bold;
}
/* إخفاء الأسهم في الموبايل */
@media (max-width: 768px) {
  .swiper-button-next,
  .swiper-button-prev {
    display: none !important;
  }
}

.btn-price button {
  width: 40%;
  padding: 8px;
  border: none;
  color: white;
  font-weight: bold;
  background-color: #8b4513;
  border-radius: 10px;
}
.title-card {
  display: flex;
  align-items: center;
  padding-right: 30px;
}
.product {
  padding-top: 30px;
  width: 100%;
}
.product h1 {
  position: relative;
  font-size: 23px;
}

.product h1::after {
  content: "";
  display: block;
  width: 100px;
  height: 3px;
  background: #8b4513;
  margin: 12px auto 0;
}
.product1 {
  padding-top: 50px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: auto;
  width: 95%;
  justify-content: space-between;
}

@media screen and (max-width: 1023px) {
  .card {
    width: 45%;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 700px) {
  .card {
    width: 100%;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 630px) {
  .box1 {
    width: 50%;
    margin-bottom: 20px;
  }
  .slog {
    padding: 0 20px;
  }
  .slog p {
    font-size: 11px;
  }
  .title-card {
    padding-right: 0px;
  }
  .product1 {
    padding-top: 5px;
  }
}
