@font-face {
  font-family: "Cairo";
  src: url("../fonts/cairo/Cairo-ExtraLight.woff2") format("woff2"),
    url("../fonts/cairo/Cairo-ExtraLight.woff") format("woff"),
    url("../fonts/cairo/Cairo-ExtraLight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Cairo";
  src: url("../fonts/cairo/Cairo-Light.woff2") format("woff2"),
    url("../fonts/cairo/Cairo-Light.woff") format("woff"),
    url("../fonts/cairo/Cairo-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Cairo";
  src: url("../fonts/cairo/Cairo-Regular.woff2") format("woff2"),
    url("../fonts/cairo/Cairo-Regular.woff") format("woff"),
    url("../fonts/cairo/Cairo-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Cairo";
  src: url("../fonts/cairo/Cairo-Medium.woff2") format("woff2"),
    url("../fonts/cairo/Cairo-Medium.woff") format("woff"),
    url("../fonts/cairo/Cairo-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Cairo";
  src: url("../fonts/cairo/Cairo-SemiBold.woff2") format("woff2"),
    url("../fonts/cairo/Cairo-SemiBold.woff") format("woff"),
    url("../fonts/cairo/Cairo-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Cairo";
  src: url("../fonts/cairo/Cairo-Bold.woff2") format("woff2"),
    url("../fonts/cairo/Cairo-Bold.woff") format("woff"),
    url("../fonts/cairo/Cairo-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Cairo";
  src: url("../fonts/cairo/Cairo-ExtraBold.woff2") format("woff2"),
    url("../fonts/cairo/Cairo-ExtraBold.woff") format("woff"),
    url("../fonts/cairo/Cairo-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Cairo";
  src: url("../fonts/cairo/Cairo-Black.woff2") format("woff2"),
    url("../fonts/cairo/Cairo-Black.woff") format("woff"),
    url("../fonts/cairo/Cairo-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "DIN";
  src: url("../fonts/DIN/DINNextLTW23-Regular.woff2") format("woff2"),
    url("../fonts/DIN/DINNextLTW23-Regular.woff") format("woff"),
    url("../fonts/DIN/DINNextLTW23-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "DIN";
  src: url("../fonts/DIN/DINNextLTW23-Medium.woff2") format("woff2"),
    url("../fonts/DIN/DINNextLTW23-Medium.woff") format("woff"),
    url("../fonts/DIN/DINNextLTW23-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "DIN";
  src: url("../fonts/DIN/DINNextLTW23-Medium.woff2") format("woff2"),
    url("../fonts/DIN/DINNextLTW23-Medium.woff") format("woff"),
    url("../fonts/DIN/DINNextLTW23-Medium.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "DIN";
  src: url("../fonts/DIN/DINNextLTW23-Bold.woff2") format("woff2"),
    url("../fonts/DIN/DINNextLTW23-Bold.woff") format("woff"),
    url("../fonts/DIN/DINNextLTW23-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "DIN";
  src: url("../fonts/DIN/DINNextLTW23-Black.woff2") format("woff2"),
    url("../fonts/DIN/DINNextLTW23-Black.woff") format("woff"),
    url("../fonts/DIN/DINNextLTW23-Black.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "DIN";
  src: url("../fonts/DIN/DINNextLTW23-Black.woff2") format("woff2"),
    url("../fonts/DIN/DINNextLTW23-Black.woff") format("woff"),
    url("../fonts/DIN/DINNextLTW23-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

body {
  font-family: Cairo;
  font-family: DIN;
  font-weight: 400;
  color: #000000;
}
body::-webkit-scrollbar {
  background-color: #f1f1f1;
  width: 4px;
  border-radius: 3px;
}
body::-webkit-scrollbar-thumb {
  background-color: #18778d;
  border-radius: 3px;
}

.overflow {
  overflow: hidden;
}

.img-contain {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.img-cover {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

/* General Resets */
* {
  outline: 0 !important;
}

input::-moz-placeholder {
  color: inherit;
}

input::placeholder {
  color: inherit;
}

a,
a:hover,
a:focus {
  text-decoration: none;
  color: inherit;
}

button {
  border: none;
  background: none;
  outline: 0;
}

a,
img,
button,
input,
select {
  transition: all 0.3s ease;
}

[role="button"] {
  cursor: pointer;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

input {
  -moz-appearance: textfield;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}
input::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}
input::-webkit-search-decoration,
input::-webkit-search-cancel-button,
input::-webkit-search-results-button,
input::-webkit-search-results-decoration {
  display: none;
}
input::-webkit-inner-spin-button,
input::-webkit-calendar-picker-indicator {
  display: none;
  -webkit-appearance: none;
}

.fa-linkedin::before {
  content: "\f0e1";
}

.fa-twitter::before {
  content: "\e61b";
}

.fa-facebook::before {
  content: "\f39e";
}

.custom-slider {
  position: relative;
}
.custom-slider .slider-content {
  position: relative;
}
.custom-slider .swiper-button {
  position: absolute;
  margin: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: #ccc3af;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #fff;
  transition: all 0.3s ease-in-out;
}
.custom-slider .swiper-button::after {
  display: none;
}
html[dir="ltr"] .custom-slider .swiper-button i {
  transform: scaleX(-1);
}
.custom-slider .swiper-button.swiper-button-prev {
  inset-inline: unset;
  inset-inline-start: -70px;
}
.custom-slider .swiper-button.swiper-button-next {
  inset-inline: unset;
  inset-inline-end: -70px;
}
.custom-slider .swiper-button:hover {
  background-color: #18778d;
  color: #fff;
}
.custom-slider .swiper-button.swiper-button-disabled {
  display: none;
}
@media (max-width: 1499px) and (min-width: 1450px) {
  .custom-slider .swiper-button {
    display: none;
  }
}
@media (max-width: 1230px) {
  .custom-slider .swiper-button {
    display: none;
  }
}
.custom-slider .swiper-pagination {
  position: relative;
  inset: unset;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 45px;
}
.custom-slider .swiper-pagination.swiper-pagination-lock {
  display: none;
}
@media (max-width: 767px) {
  .custom-slider .swiper-pagination {
    gap: 8px;
  }
}
.custom-slider .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  aspect-ratio: 1;
  height: auto;
  border-radius: 50%;
  background-color: rgb(0, 0, 0);
  opacity: 0.2;
  margin: 0;
  transition: all 0.3s ease-in-out;
}
.custom-slider
  .swiper-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active,
.custom-slider .swiper-pagination .swiper-pagination-bullet:hover {
  background-color: #18778d;
  opacity: 1;
}
@media (max-width: 767px) {
  .custom-slider .swiper-pagination .swiper-pagination-bullet {
    width: 8px;
  }
}

.main-slider .swiper-button.swiper-button-prev {
  inset-inline-start: 60px;
}
.main-slider .swiper-button.swiper-button-next {
  inset-inline-end: 60px;
}
.main-slider .swiper-button:hover {
  background-color: #954747;
  color: #fff;
}
.main-slider .swiper-pagination {
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  margin: 0;
}
@media (max-width: 991px) {
  .main-slider .swiper-pagination {
    bottom: 10px;
  }
}
.main-slider
  .swiper-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active,
.main-slider .swiper-pagination .swiper-pagination-bullet:hover {
  background-color: #954747;
}

.section-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  margin: 0 0 35px;
}

.section-title {
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  color: #3E3E3E;
  margin: 0 0;
  position: relative;
}
@media (max-width: 767px) {
  .section-title {
    font-size: 20px;
  }
}

.section-link {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 9px;
  font-size: 14px;
  font-weight: 700;
  color: #18778d;
  text-transform: lowercase;
  transition: all 0.3s ease-in-out;
  margin-inline-start: auto;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .section-link {
    font-size: 12px;
    gap: 5px;
  }
}
.section-link:focus {
  color: #18778d;
}
.section-link:hover {
  color: #954747;
}

.main-slider .slider-img {
  width: 100%;
}

.product-box {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.product-box .product-img {
  width: 100%;
  aspect-ratio: 209/295;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  transition: none;
}
.product-box .product-img img {
  transition: all 0.3s ease-in-out;
}
.product-box .product-img:hover img {
  transform: scale(1.05);
}
.product-box .product-info {
  padding: 15px 0 0;
}
.product-box .product-title {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 42px;
  color: #000000;
  transition: all 0.3s ease-in-out;
  margin: 0 0 7px;
}
.product-box .product-title:has(a:hover) {
  color: #18778d;
}
.product-box .product-title a {
  color: inherit;
  transition: all 0.3s ease-in-out;
}
.product-box .product-title a:focus {
  color: inherit;
}
.product-box .product-title a:hover {
  color: #18778d;
}
.product-box .product-price {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 16px;
  margin-bottom: 15px;
}
.product-box .current-price {
  font-weight: 700;
  color: #18778d;
}
.product-box .old-price {
  font-weight: 400;
  color: #999999;
}
.product-box .products-tools {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
.product-box .product-wishlist {
  position: absolute;
  top: 5px;
  inset-inline-start: 5px;
  font-size: 18px;
  color: #000000;
  background-color: #fff;
  width: 32px;
  aspect-ratio: 1;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
}
.product-box .product-wishlist:focus {
  color: #000000;
}
.product-box .product-wishlist:hover {
  box-shadow: 0px 0px 11.05px 1.95px rgba(11, 11, 11, 0.15);
  background-color: #954747;
  color: #fff;
}
.product-box .product-labels {
  position: absolute;
  top: 5px;
  inset-inline-end: 5px;
  display: flex;
  align-items: end;
  justify-content: start;
  flex-direction: column;
  gap: 5px;
}
.product-box .product-label {
  padding: 0 7px;
  border-radius: 3px;
  font-size: 12px;
  color: #ffffff;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 26px;
  width: fit-content;
}
.product-box .new {
  background-color: #d46a6a;
}
.product-box .discount {
  background-color: #73b364;
}
.product-box .costum {
  background-color: #18778d;
}
.product-box .product-cart {
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 20px;
  max-width: 100%;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  border-radius: 5px;
  background-color: #18778d;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  transition: all 0.3s ease-in-out;
}
.product-box .product-cart:focus {
  color: #fff;
}
.product-box .product-cart:hover {
  color: #fff;
  background-color: #954747;
}

.banners-grid {
  --count: 3;
  --gap: 30px;
  display: flex;
  gap: var(--gap);
  flex-wrap: wrap;
}
@media (max-width: 1199px) {
  .banners-grid {
    --gap: 15px;
  }
}
@media (max-width: 991px) {
  .banners-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }
}
@media (max-width: 600px) {
  .banners-grid {
    grid-template-columns: 1fr;
    gap: 20px;
    width: 100%;
    max-width: 360px;
    margin: 0 auto;
  }
}

.banner-box {
  display: block;
  width: 100%;
  aspect-ratio: 360/230;
  position: relative;
}
.banners-grid .banner-box {
  flex: 1;
  min-width: calc(
    100% / var(--count) - var(--gap) * (var(--count) - 1) / var(--count)
  );
}
@media (max-width: 767px) {
  .banners-section {
    overflow: hidden;
  }
  .banners-slider .swiper {
    overflow: unset;
  }
}
@media (max-width: 991px) {
  .banner-box {
    min-width: 100%;
    width: 100%;
  }
}
.banner-box .banner-text {
  position: absolute;
  top: 0;
  inset-inline-start: 0;
  height: 100%;
  width: 82%;
  max-width: 292px;
  -webkit-clip-path: polygon(120px 0, 100% 0, 100% 100%, 0% 100%);
  clip-path: polygon(120px 0, 100% 0, 100% 100%, 0% 100%);
  background-color: #2f2c34;
  padding: 40px;
  display: flex;
  align-items: end;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1199px) {
  .banner-box .banner-text {
    padding: 20px;
  }
}
@media (max-width: 991px) {
  .banner-box .banner-text {
    padding: 40px;
  }
}
@media (max-width: 767px) {
  .banner-box .banner-text {
    padding: 20px;
  }
}
@media (max-width: 480px) {
  .banner-box .banner-text {
    padding: 30px;
    padding: 20px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    background-color: rgba(47, 44, 52, 0.7);
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
  }
}
.banner-box .text-content {
  width: 155px;
}
@media (max-width: 1199px) {
  .banner-box .text-content {
    width: 150px;
  }
}
@media (max-width: 991px) {
  .banner-box .text-content {
    width: 155px;
  }
}
@media (max-width: 767px) {
  .banner-box .text-content {
    width: 130px;
  }
}
@media (max-width: 480px) {
  .banner-box .text-content {
    width: 155px;
    width: 130px;
  }
}
.banner-box .banner-title {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  margin: 0 0 10px;
}
@media (max-width: 767px) {
  .banner-box .banner-title {
    font-size: 18px;
    margin-bottom: 7px;
  }
}
@media (max-width: 480px) {
  .banner-box .banner-title {
    font-size: 20px;
    margin: 0 0 10px;
    font-size: 18px;
    margin-bottom: 7px;
  }
}
.banner-box .banner-desc {
  font-size: 14px;
  font-weight: 400;
  color: #b2b2b2;
  transition: all 0.3s ease-in-out;
  margin: 0 0 15px;
}
@media (max-width: 767px) {
  .banner-box .banner-desc {
    font-size: 12px;
    margin-bottom: 10px;
  }
}
@media (max-width: 480px) {
  .banner-box .banner-desc {
    font-size: 14px;
    margin: 0 0 15px;
    font-size: 12px;
    margin-bottom: 10px;
  }
}
.banner-box .banner-btn {
  width: -moz-fit-content;
  width: fit-content;
  padding-inline: 9px 16px;
  max-width: 100%;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border-radius: 5px;
  background-color: #18778d;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  transition: all 0.3s ease-in-out;
}
.banner-box .banner-btn:focus {
  color: #fff;
}
.banner-box .banner-btn:hover {
  color: #fff;
  background-color: #954747;
}
.banner-box:hover .banner-desc {
  color: #fff;
}
.banner-box:hover .banner-text {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  background-color: rgba(47, 44, 52, 0.5);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
}

.header-section {
  position: relative;
  z-index: 99;
}

.header {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 110px;
  padding: 11px 0;
}
@media (max-width: 991px) {
  .header {
    gap: 50px;
  }
}
@media (max-width: 480px) {
  .header {
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
    padding: 10px 0;
  }
}

.logo {
  display: flex;
  align-items: center;
  justify-content: start;
  width: 96px;
}
@media (max-width: 480px) {
  .logo {
    width: 65px;
  }
}

.header-tools {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 24px;
}

.header-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #000000;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.header-icon:focus {
  color: #000000;
}
.header-icon:hover {
  color: #18778d;
}
.header-icon.menu-btn {
  display: none;
}
@media (max-width: 767px) {
  .header-icon.menu-btn {
    display: flex;
  }
}
@media (max-width: 767px) {
  .header-icon.header-whishlist {
    display: none;
  }
}

.header-count {
  position: absolute;
  top: -9px;
  right: -9px;
  min-width: 14px;
  aspect-ratio: 1;
  background-color: #954747;
  color: #fff;
  font-size: 10px;
  font-weight: 600;
  padding: 3px;
  border-radius: 50%;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.header-dropdown {
  position: relative;
  z-index: 12;
}
.header-dropdown .dropdown-toggle {
  height: 40px;
}
.header-dropdown .dropdown-list {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  padding: 0 11px;
  min-width: 150px;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  box-shadow: 0px 0px 11.05px 1.95px rgba(11, 11, 11, 0.05);
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .header-dropdown .dropdown-list {
    min-width: 120px;
  }
}
.header-dropdown .dropdown-list li {
  padding: 7px 4px;
  border-bottom: 1px solid #e6e6e6;
  text-align: center;
}
.header-dropdown .dropdown-list li:last-of-type {
  border-bottom: none;
}
.header-dropdown .dropdown-list a {
  font-size: 14px;
  font-weight: 500;
  color: #000000;
  transition: all 0.3s ease-in-out;
}
.header-dropdown .dropdown-list a:focus {
  color: #000000;
}
.header-dropdown .dropdown-list a:hover {
  color: #18778d;
}
.header-dropdown:hover .dropdown-toggle {
  color: #18778d;
}
.header-dropdown:hover .dropdown-list {
  opacity: 1;
  visibility: visible;
}

@media (max-width: 767px) {
  .lang-content {
    display: none;
  }
}

.lang-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  direction: ltr;
  font-size: 14px;
  font-weight: 600;
  color: #999999;
  transition: all 0.3s ease-in-out;
}
.lang-btn img {
  width: 18px;
  -o-object-fit: cover;
  object-fit: cover;
  aspect-ratio: 18/12;
}
html[dir="ltr"] .lang-btn {
  direction: rtl;
}
.lang-btn:focus {
  color: #999999;
}
.lang-btn:hover {
  color: #18778d;
}

.search-form {
  width: 564px;
  max-width: 50%;
  margin-inline-start: auto;
}
@media (max-width: 1199px) {
  .search-form {
    max-width: 45%;
  }
}
@media (max-width: 767px) {
  .search-form {
    max-width: 50%;
  }
}
@media (max-width: 480px) {
  .search-form {
    width: 100%;
    max-width: 100%;
    order: 3;
  }
}

.search-cont {
  width: 100%;
  position: relative;
}

.search-input {
  width: 100%;
  height: 40px;
  border-radius: 5px;
  border: 2px solid #f5f5f5;
  background-color: #f5f5f5;
  font-size: 14px;
  font-weight: 600;
  color: #000000;
  padding: 0 21px;
  padding-inline-end: 55px;
  transition: all 0.3s ease-in-out;
}
.search-input::-moz-placeholder {
  color: #b2b2b2;
  font-size: 12px;
  font-weight: 600;
}
.search-input::placeholder {
  color: #b2b2b2;
  font-size: 12px;
  font-weight: 600;
}
.search-input:focus {
  border-color: #18778d;
}

.search-button {
  position: absolute;
  inset-inline-end: 18px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000000;
  font-size: 18px;
  padding: 0;
  border: none;
  transition: all 0.3s ease-in-out;
}
.search-button:focus {
  color: #000000;
}
.search-button:hover {
  color: #18778d;
}

.main-nav {
  background-color: #18778d;
}

.nav-list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
}

.nav-item {
  display: flex;
  align-items: center;
  height: 45px;
  position: relative;
}

.nav-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 3px;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  transition: all 0.3s ease-in-out;
}
.nav-link i {
  font-size: 10px;
}
.nav-link:focus {
  color: #fff;
}
.nav-link:hover {
  color: #88cfe0;
}

.sub-list {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  padding: 6px 20px;
  width: -moz-max-content;
  width: max-content;
  max-width: 246px;
  text-align: center;
  box-shadow: 0px 0px 11.05px 1.95px rgba(11, 11, 11, 0.05);
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.sub-list li {
  padding: 10px 0;
  border-bottom: 1px solid #e6e6e6;
}
.sub-list li:last-of-type {
  border-bottom: none;
}
.sub-list a {
  font-size: 14px;
  color: #000000;
  line-height: 1.571;
  transition: all 0.3s ease-in-out;
}
.sub-list a:focus {
  color: #000000;
}
.sub-list a:hover {
  color: #18778d;
}

.has-children:hover .nav-link {
  color: #88cfe0;
}
.has-children:hover .sub-list {
  visibility: visible;
  opacity: 1;
}

.nav-head {
  display: none;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  padding: 0 0;
}
.nav-head .lang-content {
  display: flex;
}
.nav-head .close-btn {
  color: #7b7b7b;
  opacity: 0.5;
}

.overlay {
  position: fixed;
  top: 0;
  inset-inline-start: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.9;
  z-index: 98;
  display: none;
}

@media (max-width: 767px) {
  .main-nav {
    position: fixed;
    top: 0;
    inset-inline-start: -300px;
    height: 100vh;
    width: 300px;
    background-color: #fff;
    border: none;
    z-index: 99;
    padding: 20px 20px 70px;
    overflow-y: auto;
    transition: all 0.3s ease-in-out;
  }
  .main-nav.active {
    inset-inline-start: 0;
  }
  .nav-head {
    display: flex;
  }
  .nav-list {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
    padding: 35px 0 20px;
  }
  .nav-item {
    display: block;
    height: auto;
    width: 100%;
  }
  .nav-link {
    font-size: 16px;
    color: #000000;
  }
  .nav-link i {
    font-size: 16px;
    transition: all 0.3s ease-in-out;
  }
  .nav-link:focus,
  .nav-link:hover {
    color: #000000;
  }
  .nav-link.active i {
    transform: rotate(180deg);
  }
  .has-children:hover .nav-link {
    color: #000000;
  }
  .has-children:hover .sub-list {
    visibility: visible;
    opacity: 1;
  }
  .sub-list {
    position: relative;
    inset: unset;
    transform: none;
    padding: 0 15px;
    width: 100%;
    max-width: unset;
    text-align: start;
    box-shadow: none;
    visibility: visible;
    opacity: 1;
    transition: none;
    display: none;
  }
  .sub-list li {
    padding: 5px 0;
    border-bottom: none;
  }
  .sub-list a {
    font-size: 16px;
    color: #808080;
  }
  .sub-list a:focus {
    color: #808080;
  }
  .sub-list a:hover {
    color: #808080;
  }
}
.footer {
  padding: 65px 0 70px;
  border-block: 1px solid #e6e6e6;
}
@media (max-width: 767px) {
  .footer {
    padding: 50px 0;
  }
}

.footer-logo {
  width: 96px;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 15px;
  margin-bottom: 15px;
}
.saudi-icon{
  width: 200px;
  display: flex;
  align-items: center;
  flex-direction: column;
}
@media (max-width: 767px) {
  .saudi-icon{
    margin: 0 auto 40px;
  }
  .footer-logo {
    margin: 0 auto 15px;
  }
}

.footer-title {
  font-size: 14px;
  font-weight: 700;
  color: #3E3E3E;
  margin: 15px 0 30px;
}
@media (max-width: 767px) {
  .footer-title {
    text-align: center;
    margin: 0 0 20px;
  }
}

@media (max-width: 767px) {
  .footer-menu {
    margin-bottom: 40px;
  }
}

.footer-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media (max-width: 767px) {
  .footer-list {
    align-items: center;
    gap: 7px;
  }
}
.footer-list a {
  font-size: 14px;
  color: #808080;
  display: inline-flex;
  text-transform: capitalize;
  transition: all 0.3s ease-in-out;
}
.footer-list a:hover {
  color: #18778d;
}
html[dir="rtl"] .footer-list a:hover {
  transform: translateX(-5px);
}
html[dir="ltr"] .footer-list a:hover {
  transform: translateX(5px);
}

@media (max-width: 767px) {
  .footer-socials {
    margin-bottom: 40px;
  }
}

.socials {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 22px;
}
@media (max-width: 767px) {
  .socials {
    justify-content: center;
    gap: 15px;
  }
}

.social {
  display: flex;
  align-items: center;
  font-size: 20px;
  color: #808080;
  transition: all 0.3s ease-in-out;
}
.social:focus {
  color: #808080;
}
.social:hover {
  color: #18778d;
}

@media (max-width: 991px) {
  .footer-payments {
    margin-top: 40px;
  }
  .footer-payments .footer-title {
    text-align: center;
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .footer-payments {
    margin-top: 0px;
  }
}

.payments {
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
}
@media (max-width: 991px) {
  .payments {
    margin: 0 auto;
  }
}

.last-footer {
  display: flex;
  align-items: center;
  gap: 15px;
  justify-content: space-between;
  padding: 30px 0;
}
@media (max-width: 480px) {
  .last-footer {
    flex-direction: column;
    justify-content: center;
    text-align: center;
    padding: 15px 0;
  }
}

.copyrights {
  font-size: 12px;
  color: #000000;
  margin: 0;
}
.copyrights:has(a) {
  display: flex;
  align-items: center;
  gap: 3px;
}
.copyrights a {
  display: flex;
  align-items: center;
  gap: 8px;
}
.copyrights img {
  width: 15px;
  aspect-ratio: 15/17;
}

.toTop {
  position: fixed;
  inset-inline-start: 10px;
  bottom: 20px;
  width: 40px;
  aspect-ratio: 1;
  border-radius: 50%;
  box-shadow: 0px 0px 11.05px 1.95px rgba(11, 11, 11, 0.05);
  background-color: #ccc3af;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  z-index: 12;
  transition: all 0.3s ease-in-out;
}
.toTop .toTop-icon {
  font-size: 18px;
  color: #fff;
  transition: all 0.3s ease-in-out;
}
.toTop:hover {
  background-color: #954747;
}
.toTop:hover .toTop-icon {
  color: #fff;
}
.toTop.showToTop {
  opacity: 1;
  visibility: visible;
}
@media (max-width: 767px) {
  .toTop {
    width: 35px;
  }
}

.fixed-whatsapp {
  position: fixed;
  inset-inline-end: 10px;
  bottom: 20px;
  width: 60px;
  aspect-ratio: 1;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #74cd5c;
  z-index: 12;
}
.fixed-whatsapp i {
  font-size: 36px;
  color: #ffffff;
}
.fixed-whatsapp:hover {
  background-color: #225f1e;
}
@media (max-width: 767px) {
  .fixed-whatsapp {
    width: 50px;
  }
  .fixed-whatsapp i {
    font-size: 30px;
  }
}
.main-section {
  padding: 0 0 80px;
}
@media (max-width: 767px) {
  .products-section {
    padding: 50px 0;
    padding: 0 0 50px;
  }
}
.products-section {
  padding: 80px 0;
  padding: 0 0 80px;
}
@media (max-width: 767px) {
  .products-section {
    padding: 50px 0;
    padding: 0 0 50px;
  }
}
.banners-section {
  padding: 0 0 80px;
}
@media (max-width: 767px) {
  .banners-section {
    padding: 0 0 50px;
  }
}
.custom-about {
  text-align: center;
}
.custom-about :last-child {
  margin-bottom: 0;
}
body[class^="information-information"] {
  overflow-x: hidden;
}
#content:has(.custom-about) h1 {
  display: none;
}
.about-logo {
  width: 100%;
  max-width: 282px;
  aspect-ratio: 1;
  margin: 0 auto 70px;
}

.about-features {
  display: flex;
  justify-content: center;
  gap: 29px;
  margin-bottom: 45px;
}
@media (max-width: 991px) {
  .about-features {
    flex-direction: column;
    align-items: center;
  }
}

.feature-item {
  width: calc(33.3333333333% - 29px);
  padding: 30px;
  border-radius: 25px;
  color: #fff;
  background-color: #18778d;
}
@media (max-width: 991px) {
  .feature-item {
    width: 100%;
    max-width: 360px;
    margin: 0 auto;
  }
}
.feature-item:nth-child(2) {
  background-color: #eda666;
}
.feature-item:nth-child(3) {
  background-color: #6f3755;
}
.feature-item .feature-title {
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 20px;
}
.feature-item .feature-desc {
  font-size: 16px;
  line-height: 1.875;
  text-align: center;
  -moz-text-align-last: center;
  text-align-last: center;
  margin: 0;
}
.feature-item .feature-desc li {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
.feature-item .feature-desc li::before {
  content: "•";
}

.about-gaols {
  text-align: start;
  color: #000000;
  margin-bottom: 70px;
}
.about-gaols .goals-title {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 25px;
  color: #3E3E3E;
}
.about-gaols .goals-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 5px;
  font-size: 18px;
  line-height: 1.875;
}
@media (max-width: 767px) {
  .about-gaols .goals-list {
    gap: 0;
    font-size: 16px;
  }
}

.about-story {
  background-color: #18778d;
  position: relative;
  transform: perspective(1px);
  padding: 60px 0;
  color: #fff;
}
.about-story::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
  width: 100vw;
  background-color: #18778d;
  z-index: -1;
}
.about-story .story-img {
  width: 100%;
  max-width: 166px;
  aspect-ratio: 166/117;
  margin: 0 auto 25px;
}
.about-story .story-title {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 18px;
}
.about-story .story-desc {
  font-size: 18px;
  line-height: 1.667;
  margin: 0 0;
}

.addedvalue-list {
  display: grid;
  grid-template-columns: 1fr;
  background-color: #e5e5e5;
  gap: 1px;
}

.addedvalue-item {
  display: flex;
  align-items: center;
  gap: 50px;
  padding: 40px 0;
  background-color: #fff;
  /* border-bottom: 1px solid #e5e5e5; */
}
.addedvalue-item:first-of-type {
  padding-top: 0;
}
.addedvalue-item:last-of-type {
  padding-bottom: 0;
  /* border-bottom: none; */
}
.addedvalue-image {
  width: 35%;
  max-width: 360px;
  aspect-ratio: 1;
  flex-shrink: 0;
}
.addedvalue-text {
  color: var(--text-color);
}
.addedvalue-title {
  font-size: 24px;
  font-weight: 700;
  margin: 0 0 15px;
}
.addedvalue-description {
  font-size: 16px;
  line-height: 1.667;
  margin: 0 0 15px;
}

.addedvalue-btn {
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 20px;
  max-width: 100%;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  border-radius: 5px;
  background-color: #18778d;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  transition: all 0.3s ease-in-out;
}
.addedvalue-btn i {
  font-size: 18px;
}
.addedvalue-btn:focus {
  color: #fff;
}
.addedvalue-btn:hover {
  color: #fff;
  background-color: #954747;
}
.addedvalue-item :last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .addedvalue-item {
    width: 100%;
    justify-content: center;

    margin: 0 auto;
    flex-direction: column;
    gap: 20px;
  }
  .addedvalue-image {
    width: 100%;
  }
  .addedvalue-text {
    width: 100%;
    max-width: 360px;
  }
  .addedvalue-title {
    font-size: 18px;
  }
}

.news-list {
  display: grid;
  grid-template-columns: 1fr;
  background-color: #e5e5e5;
  gap: 1px;
}

.news-item {
  display: flex;
  align-items: center;
  gap: 50px;
  padding: 40px 0;
  background-color: #fff;
  /* border-bottom: 1px solid #e5e5e5; */
}
.news-item:first-of-type {
  padding-top: 0;
}
.news-item:last-of-type {
  padding-bottom: 0;
  /* border-bottom: none; */
}
.news-image {
  width: 35%;
  max-width: 360px;
  aspect-ratio: 360/260;
  flex-shrink: 0;
}
.news-text {
  color: var(--text-color);
}
.news-numbers {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-bottom: 15px;
}
.news-numbers span {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  color: #808080;
}
.news-numbers span i {
  font-size: 15px;
}
.news-title {
  font-size: 24px;
  font-weight: 700;
  margin: 0 0 15px;
}
.news-title a {
  color: inherit;
  transition: all 0.3s ease-in-out;
}
.news-title a:focus {
  color: var(--text-color);
}
.news-title a:hover {
  color: var(--primary-color);
}
.news-description {
  font-size: 16px;
  line-height: 1.667;
  margin: 0 0 15px;
}

.news-btn {
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 20px;
  max-width: 100%;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  border-radius: 5px;
  background-color: #18778d;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  transition: all 0.3s ease-in-out;
}
.news-btn i {
  font-size: 18px;
}
.news-btn:focus {
  color: #fff;
}
.news-btn:hover {
  color: #fff;
  background-color: #954747;
}
.news-item :last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .news-item {
    width: 100%;
    justify-content: center;

    margin: 0 auto;
    flex-direction: column;
    gap: 20px;
  }
  .news-image {
    width: 100%;
  }
  .news-text {
    width: 100%;
    max-width: 360px;
  }
  .news-title {
    font-size: 18px;
  }
}

.post-title {
  font-size: 28px;
  font-weight: 800;
  color: var(--text-color);
  text-align: center;
  margin: 0 0 20px;
}
@media (max-width: 767px) {
  .post-title {
    font-size: 24px;
    margin-bottom: 15px;
  }
}

.post-informations {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .post-informations {
    gap: 15px;
    margin-bottom: 20px;
  }
}
.post-informations .information-item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 14px;
  color: #666666;
  transition: all 0.3s ease-in-out;
}
.post-informations .information-item i {
  font-size: 20px;
  -webkit-margin-end: 5px;
  margin-inline-end: 5px;
}
.post-informations .information-item.scroll-btn:hover {
  color: var(--secondary-color);
}

.post-description {
  width: 100%;
  max-width: 945px;
  margin: 0 auto;
  color: var(--text-color);
  font-family: "cairo" !important;
  font-family: "DIN" !important;
  text-align: start;
  font-size: 16px;
  line-height: 1.7 !important;
  margin-bottom: 45px;
}
@media (max-width: 767px) {
  .post-description {
    margin-bottom: 65px;
  }
}
.post-img {
  width: 100%;
  max-width: 945px;
  margin: 0 auto;
  aspect-ratio: 360/260;
  -o-object-fit: cover;
  object-fit: cover;
  background-color: var(--primary-color);
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  .post-img {
    margin-bottom: 20px;
  }
}
.post-description p {
  margin: 0 0 40px;
}
@media (max-width: 767px) {
  .post-description p {
    margin: 0 0 30px;
  }
}
.post-description h3 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.7;
  margin: 0;
}
.post-description :last-child {
  margin: 0;
}

/* .about-story .story-img:not(:has(img)),
.about-story .story-img:empty {
  display: none;
} */

.custom-about .feature-item:not(:has(*:not(br))),
.custom-about .about-features:not(:has(*:not(br))),
.custom-about .about-gaols:not(:has(*:not(br))),
.custom-about .about-logo:not(:has(*:not(br))),
.custom-about .story-img:not(:has(*:not(br))),
.about-story:empty,
.about-story:not(:has(img, p)) {
  display: none;
}
