@font-face {
  font-family: "NeoSansArabic";
  src: url("../fonts/NeoSansArabic/NeoSansArabic-Light.woff2") format("woff2"),
    url("../fonts/NeoSansArabic/NeoSansArabic-Light.woff") format("woff"),
    url("../fonts/NeoSansArabic/NeoSansArabic-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "NeoSansArabic";
  src: url("../fonts/NeoSansArabic/NeoSansArabic.woff2") format("woff2"),
    url("../fonts/NeoSansArabic/NeoSansArabic.woff") format("woff"),
    url("../fonts/NeoSansArabic/NeoSansArabic.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "NeoSansArabic";
  src: url("../fonts/NeoSansArabic/NeoSansArabic-Medium.woff2") format("woff2"),
    url("../fonts/NeoSansArabic/NeoSansArabic-Medium.woff") format("woff"),
    url("../fonts/NeoSansArabic/NeoSansArabic-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "NeoSansArabic";
  src: url("../fonts/NeoSansArabic/NeoSansArabic-Bold.woff2") format("woff2"),
    url("../fonts/NeoSansArabic/NeoSansArabic-Bold.woff") format("woff"),
    url("../fonts/NeoSansArabic/NeoSansArabic-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "NeoSansArabic";
  src: url("../fonts/NeoSansArabic/NeoSansArabic-Black.woff2") format("woff2"),
    url("../fonts/NeoSansArabic/NeoSansArabic-Black.woff") format("woff"),
    url("../fonts/NeoSansArabic/NeoSansArabic-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
html {
  scrollbar-width: thin;
  scrollbar-color: #e04e1d #f1f1f1;
  scroll-behavior: unset !important;
}

body {
  font-family: NeoSansArabic;
  font-weight: 400;
  color: #24156d;
}
body::-webkit-scrollbar {
  background-color: #f1f1f1;
  width: 4px;
  border-radius: 3px;
}
body::-webkit-scrollbar-thumb {
  background-color: #e04e1d;
  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;
}

select {
  background-image: url(../images/arrow.png);
  background-repeat: no-repeat;
  background-size: 8px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-position: left 25px top 50%;
}
html[dir="ltr"] select {
  background-position: right 25px top 50%;
}
@media (max-width: 767px) {
  select {
    background-position: left 10px top 50%;
  }
  html[dir="ltr"] select {
    background-position: right 10px top 50%;
  }
}

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

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

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

.custom-slider {
  position: relative;
}
.custom-slider .swiper-button {
  position: absolute;
  margin: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: transparent;
  width: 32px;
  height: 32px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #616161;
  transition: all 0.3s ease-in-out;
}
html[dir="rtl"] .custom-slider .swiper-button i {
  transform: rotate(180deg);
}
.custom-slider .swiper-button::after {
  display: none;
}
.custom-slider .swiper-button.swiper-button-prev {
  inset-inline: unset;
  inset-inline-start: 0;
}
.custom-slider .swiper-button.swiper-button-next {
  inset-inline: unset;
  inset-inline-end: 0;
}
.custom-slider .swiper-button:hover {
  background-color: #e04e1d;
  color: #fff;
}
.custom-slider .swiper-button.swiper-button-disabled {
  display: none;
}
.custom-slider .swiper-pagination {
  position: relative;
  inset: unset;
  width: 100%;
  display: none;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 25px;
}
@media (max-width: 767px) {
  .custom-slider .swiper-pagination {
    display: flex;
  }
}
.custom-slider .swiper-pagination .swiper-pagination-bullet {
  width: 8px;
  aspect-ratio: 1;
  height: auto;
  border-radius: 0;
  background-color: rgb(0, 0, 0);
  opacity: 0.5;
  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: #e04e1d;
  opacity: 1;
}

.main-slider .swiper-pagination {
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  margin: 0;
}

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

.section-title {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  color: #24156d;
  margin: 0 0;
  position: relative;
  padding-inline-start: 30px;
}
.section-title:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  inset-inline-start: 0;
  width: 3px;
  height: 15px;
  background-color: #e04e1d;
}
@media (max-width: 767px) {
  .section-title {
    padding-inline-start: 15px;
  }
}

.section-link {
  font-size: 14px;
  font-weight: 400;
  color: #c7c6c6;
  text-transform: lowercase;
  transition: all 0.3s ease-in-out;
  margin-inline-start: auto;
}
.testimonials-section .section-link {
  color: #24156d;
}
.section-link:focus {
  color: #c7c6c6;
}
.section-link:hover {
  color: #e04e1d;
}

.main-content {
  display: grid;
  grid-template-columns: 1fr 3.269fr;
  gap: 30px;
  align-items: start;
}
@media (max-width: 991px) {
  .main-content {
    gap: 15px;
    grid-template-columns: 1fr 2.5fr;
  }
}
@media (max-width: 767px) {
  .main-content {
    grid-template-columns: 1fr;
    gap: 15px;
  }
}

.main-slider {
  max-width: 100%;
  overflow: hidden;
}

.categories-content {
  width: 100%;
  overflow: hidden;
}

.categories-title {
  width: 100%;
  min-height: 59px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #4c34bc;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 15px 27px;
  margin: 0;
}
.categories-title i {
  font-size: 18px;
}
@media (max-width: 767px) {
  .categories-title {
    min-height: 45px;
    padding: 10px 20px;
  }
}
.categories-title.active i::before {
  content: "\f00d";
}

.categories-list {
  max-height: 392px;
  overflow-y: auto;
  background-color: #fff;
}
@media (max-width: 1199px) {
  .categories-list {
    max-height: 312px;
  }
}
@media (max-width: 991px) {
  .categories-list {
    max-height: 209px;
  }
}
@media (max-width: 767px) {
  .categories-list {
    display: none;
    max-height: 246px;
  }
}
.categories-list a {
  min-height: 55px;
  display: flex;
  align-items: center;
  margin-bottom: 1px;
  padding: 10px 28px;
  padding-inline-end: 10px;
  background-color: #f2f2f2;
}
.categories-list li:last-of-type a {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .categories-list a {
    min-height: 40px;
  }
}
.categories-list a {
  font-size: 14px;
  color: #24156d;
  text-transform: capitalize;
  transition: all 0.3s ease-in-out;
}
.categories-list a:focus {
  color: #24156d;
}
.categories-list a:hover {
  color: #e04e1d;
}

.category-item {
  position: relative;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 262/210;
}
.category-item:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(0, 0, 0);
  background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  z-index: 2;
  opacity: 0.6;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .category-item:after {
    opacity: 0.8;
  }
}
.category-item .item-img {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.category-item .item-img img {
  backface-visibility: hidden;
  transition: all 0.3s ease-in-out;
}
.category-item .item-title {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: start;
  color: #fff;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 700;
  text-transform: uppercase;
  padding: 30px;
  margin: 0;
  z-index: 3;
}
.category-item .item-title span {
  font-weight: 300;
}
@media (max-width: 767px) {
  .category-item .item-title {
    font-size: 18px;
    text-align: center;
    align-items: center;
    justify-content: center;
    padding: 15px;
    line-height: 1.5;
  }
}
.category-item:hover:after {
  opacity: 0.8;
}
.category-item:hover .item-img img {
  transform: scale(1.1);
}

.product-box {
  position: relative;
  width: 100%;
  overflow: hidden;
  max-width: 265px;
  margin: 0 auto;
}
.product-box .product-img {
  width: 100%;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.product-box .product-img:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1.5px solid #e0e0e0;
  z-index: 2;
}
.product-box .product-img img {
  transform: scale(1.05);
  transition: all 0.3s ease-in-out;
}
.product-box .product-img:hover img {
  transform: scale(1);
}
.product-box .product-info {
  padding: 20px 10px 0;
  --align: center;
}
.product-box .product-title {
  font-size: 14px;
  line-height: 1.358;
  text-align: var(--align);
  color: #24156d;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  height: 38px;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 0 0 10px;
}
.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: #e04e1d;
}
.product-box .product-price {
  display: flex;
  align-items: center;
  justify-content: var(--align);
  gap: 0 13px;
  font-size: 14px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .product-box .product-price {
    flex-direction: column;
  }
}
.product-box .current-price {
  color: #24156d;
}
.product-box .old-price {
  color: #c1c1c1;
}
.product-box .product-label {
  position: absolute;
  top: 10px;
  inset-inline-end: 10px;
  font-size: 12px;
  font-weight: 500;
  color: #fff;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 6px;
  height: 20px;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #e04e1d;
  z-index: 2;
}
.product-box .products-tools {
  position: absolute;
  top: 10px;
  inset-inline-start: 10px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  z-index: 2;
}
.product-box .product-wishlist {
  width: 32px;
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f7f7f7;
  color: #24156d;
  font-size: 16px;
  transition: all 0.3s ease-in-out;
}
.product-box .product-wishlist:focus {
  color: #422ab0;
}
.product-box .product-wishlist:hover {
  color: #fff;
  background-color: #e04e1d;
}
.product-box .product-cart {
  height: 32px;
  min-width: 32px;
  padding: 0 7px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background-color: #f7f7f7;
  color: #24156d;
  font-size: 16px;
  transition: all 0.3s ease-in-out;
}
.product-box .product-cart span {
  display: none;
  font-size: 12px;
  font-weight: 500;
}
.product-box .product-cart:focus {
  color: #422ab0;
}
.product-box .product-cart:hover {
  color: #fff;
  background-color: #e04e1d;
}
.banner-list {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media (max-width: 767px) {
  .banner-list {
    gap: 15px;
  }
}
.banner-item {
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.banner-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.banner-item:is([href])::before {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  border: 70px solid rgba(255, 255, 255, 0);
  top: 0;
  right: 0;
  z-index: 2;
  transition: all 0.5s ease-in-out;
}
.banner-item:is([href]):hover img {
  transform: scale(1.05);
}
.banner-item:is([href]):hover::before {
  border: 0 solid rgba(255, 255, 255, 0.7);
}

.testimonial-item {
  background-color: #ffffff;
  border: 1px solid #f2f2f2;
  padding: 25px;
}
.testimonial-item .name-date {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}
.testimonial-item .testimonial-date {
  font-size: 12px;
  color: #999999;
  font-weight: 500;
  margin: 0;
  margin-inline-start: 17px;
}
.testimonial-item .client-name {
  font-size: 14px;
  line-height: 28px;
  color: #24156d;
  font-weight: 700;
  margin: 0;
}
.testimonial-item .stars {
  margin-bottom: 12px;
}
.testimonial-item .stars i {
  font-size: 14px;
  letter-spacing: 0;
  color: #cccccc;
}
.testimonial-item .stars .active {
  color: #e04e1d;
}
.testimonial-item .testimonial-text {
  font-size: 13px;
  line-height: 24px;
  color: #808080;
  margin: 0;
}

.header-section {
  position: relative;
  z-index: 9;
}
@media (max-width: 767px) {
  .header-section{
    z-index: 999;
  }
}

.top-header {
  display: flex;
  align-items: center;
  justify-content: start;
  padding: 5px 0 4px;
  min-height: 45px;
  border-bottom: 1px solid #f2f2f2;
}

.top_header-text {
  font-size: 12px;
  color: #989898;
  margin: 0;
}

.top_header-tools {
  display: flex;
  align-items: center;
  justify-content: end;
  margin-inline-start: auto;
}

.top_header-link {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 36px;
  border-inline-end: 1px solid #f2f2f2;
  padding-inline: 20px;
}
.top_header-link a {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  color: #989898;
  transition: all 0.3s ease-in-out;
}
.top_header-link a small {
  direction: ltr;
  font-size: 100%;
}
.top_header-link a i {
  font-size: 14px;
}
.top_header-link a:focus {
  color: #989898;
}
.top_header-link a:hover {
  color: #e04e1d;
}
@media (max-width: 767px) {
  .top_header-link {
    display: none;
  }
}

.langs-content {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-inline-start: 20px;
}

.lang {
  display: flex;
  align-items: center;
  overflow: hidden;
  width: 24px;
  height: 16px;
  padding: 0;
}

.header {
  display: grid;
  grid-template-columns: 1fr 2fr 1fr;
  gap: 15px;
  align-items: center;
  padding: 24px 0 25px;
}
@media (max-width: 1199px) {
  .header {
    grid-template-columns: 1fr 3fr 2fr;
  }
}
@media (max-width: 767px) {
  .header {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
  }
}

.logo {
  width: 60px;
  aspect-ratio: 60/69;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .logo {
    width: 40px;
  }
}

.header-tools {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 30px;
}
@media (max-width: 767px) {
  .header-tools {
    gap: 20px;
    margin-inline-start: auto;
  }
}

.header-icon {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #24156d;
  gap: 5px;
  transition: all 0.3s ease-in-out;
}
.header-icon .icon-text {
  display: flex;
  align-items: center;
  gap: 3px;
  margin: 0;
}
@media (max-width: 991px) {
  .header-icon .icon-text {
    display: none;
  }
}
.header-icon i {
  color: #e04e1d;
  font-size: 24px;
}
@media (max-width: 767px) {
  .header-icon i {
    font-size: 22px;
  }
}
.header-icon:focus {
  color: #24156d;
}
.header-icon:focus i {
  color: #e04e1d;
}
.header-icon:hover {
  color: #e04e1d;
}
.header-icon:hover i {
  color: #e04e1d;
}
.header-icon.mobile-icon {
  display: none;
}
@media (max-width: 767px) {
  .header-icon.mobile-icon {
    display: flex;
  }
}
.header-icon.menu-btn i {
  color: #24156d;
}
.header-icon.header-search {
  width: 22px;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1;
}
.header-icon.header-search.active i::before {
  content: "\f00d";
}

.search-form {
  width: 100%;
  max-width: 495px;
  /* overflow: hidden; */
  margin: 0 auto;
}
@media (max-width: 767px) {
  .search-form {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    max-width: 100%;
  }
}

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

.search-input {
  width: 100%;
  height: 55px;
  border-radius: 0;
  border: 2px solid transparent;
  background-color: #f2f2f2;
  font-size: 14px;
  font-weight: 500;
  color: #24156d;
  padding: 0 25px;
  padding-inline-end: 50px;
  transition: all 0.3s ease-in-out;
}
.search-input::-moz-placeholder {
  color: #999999;
  font-size: 14px;
  font-weight: 400;
}
.search-input::placeholder {
  color: #999999;
  font-size: 14px;
  font-weight: 400;
}
.search-input:focus {
  border-color: #e04e1d;
}
@media (max-width: 767px) {
  .search-input:focus {
    border-color: transparent;
  }
}

.search-button {
  position: absolute;
  inset-inline-end: 8px;
  top: 6px;
  bottom: 6px;
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #e04e1d;
  color: #fff;
  font-size: 16px;
  padding: 0;
  border: none;
  transition: all 0.3s ease-in-out;
}
.search-button:focus {
  color: #fff;
}
.search-button:hover {
  background-color: #4c34bc;
  color: #fff;
}

.header-dropdown {
  position: relative;
  z-index: 12;
}
.header-dropdown .dropdown-toggle {
  height: 45px;
}
.header-dropdown .dropdown-list {
  position: absolute;
  top: 100%;
  inset-inline-start: 0;
  background-color: #fff;
  padding: 0 11px;
  min-width: 120px;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease-in-out;
}
@media (max-width: 991px) {
  .header-dropdown .dropdown-list {
    inset-inline: unset;
    left: 50%;
    transform: translateX(-50%);
  }
}
.header-dropdown .dropdown-list li {
  padding: 7px 4px;
  border-bottom: 1px solid #f2f2f2;
}
.header-dropdown .dropdown-list li:last-of-type {
  border-bottom: none;
}
@media (max-width: 991px) {
  .header-dropdown .dropdown-list li {
    text-align: center;
  }
}
.header-dropdown .dropdown-list a {
  font-size: 14px;
  color: #24156d;
  transition: all 0.3s ease-in-out;
}
.header-dropdown .dropdown-list a:focus {
  color: #24156d;
}
.header-dropdown .dropdown-list a:hover {
  color: #e04e1d;
}
.header-dropdown:hover .dropdown-toggle {
  color: #e04e1d;
}
.header-dropdown:hover .dropdown-list {
  opacity: 1;
  visibility: visible;
}

.main-nav {
  background-color: #4c34bc;
}

.nav-list {
  display: flex;
  gap: 1px;
  background-color: #4c34bc;
}
.nav-list a {
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #422ab0;
  padding: 0 30px;
  transition: all 0.3s ease-in-out;
}
.nav-list a:hover {
  background-color: #4c34bc;
}
.nav-list a.active {
  background-color: #e04e1d;
  /* pointer-events: none; */
}
@media (max-width: 991px) {
  .nav-list a {
    padding: 0 15px;
    height: 40px;
  }
}
.nav-list a {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  transition: all 0.3s ease-in-out;
}
.nav-list a:focus,
.nav-list a:hover {
  color: #fff;
}

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

.close-btn {
  display: none;
  align-items: center;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline-start: auto;
}
.close-btn i {
  color: #c7c6c6;
}

.nav-footer {
  display: none;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  gap: 5px;
}
.nav-footer .top_header-link {
  display: flex;
  padding: 0;
  border: 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.5s ease-in-out;
  }
  .main-nav .container {
    padding: 0;
  }
  .main-nav.active {
    inset-inline-start: 0;
  }
  .close-btn,
  .nav-footer {
    display: flex;
  }
  .nav-list {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
    padding: 35px 0 20px;
    background-color: #fff;
  }
  .nav-list a {
    padding: 0;
    height: auto;
    background-color: #fff;
  }
  .nav-list a:hover {
    background-color: #fff;
  }
  .nav-list a.active {
    background-color: #fff;
    pointer-events: unset;
  }
  .nav-list a {
    font-size: 16px;
    color: #24156d;
  }
  .nav-list a:focus,
  .nav-list a:hover {
    color: #24156d;
  }
}
footer {
  position: relative;
  padding: 80px 0 50px;
  background-color: #24156d;
}
@media (max-width: 767px) {
  footer {
    padding: 60px 0 40px;
  }
}

.foot-header {
  font-size: 16px;
  color: #fff;
  font-weight: 700;
  margin: 0 0 20px;
  text-transform: capitalize;
  display: flex;
  flex-direction: column;
  gap: 14px;
  position: relative;
}
.foot-header::after {
  content: "";
  width: 19px;
  height: 1px;
  background-color: #79ceef;
}

@media (max-width: 767px) {
  .nav-foot-header {
    width: 100%;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
  }
  .nav-foot-header:after {
    font-family: "Font Awesome 6 Pro";
    font-weight: 400;
    font-size: 14px;
    content: "\f0d7";
    width: auto;
    height: auto;
    background-color: transparent;
    transition: all 0.3s ease-in-out;
  }
  .nav-foot-header.active:after {
    transform: rotate(-180deg);
  }
}

@media (max-width: 767px) {
  .nav-foot-cont {
    margin-bottom: 25px;
  }
}

.nav-foot {
  margin: 0;
}
@media (max-width: 767px) {
  .nav-foot {
    display: none;
    padding: 15px 15px 0;
  }
}
.nav-foot li ~ li {
  margin-top: 9px;
}
.nav-foot a {
  font-size: 14px;
  color: #aca1e1;
  display: inline-flex;
  text-transform: capitalize;
  transition: all 0.3s ease-in-out;
}
.nav-foot a:hover {
  color: #e04e1d;
}
html[dir="rtl"] .nav-foot a:hover {
  transform: translateX(-5px);
}
html[dir="ltr"] .nav-foot a:hover {
  transform: translateX(5px);
}

@media (max-width: 1199px) {
  .newsletter-cont {
    text-align: center;
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .newsletter-cont {
    margin-top: 10px;
  }
}

@media (max-width: 991px) {
  .newsletter-header {
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
  }
}

.newsletter-desc {
  font-size: 14px;
  color: #fff;
  line-height: 1.7;
  margin: 0 0 10px;
}

.socials {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin-top: 15px;
}
.socials a {
  width: 40px;
  aspect-ratio: 1;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  color: #24156d;
  font-size: 16px;
  transition: all 0.3s ease-in-out;
}
.socials a:hover {
  background-color: #e04e1d;
  color: #fff;
}

.last-footer {
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  gap: 20px;
  margin-top: 70px;
}
@media (max-width: 991px) {
  .last-footer {
    margin-top: 45px;
    gap: 15px;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .last-footer {
    margin-top: 30px;
  }
}

.footer-payment {
  display: flex;
  align-items: center;
  justify-content: center;
}

.copyright {
  font-size: 13px;
  color: #fff;
  text-align: center;
  margin: 0 auto 0;
}

.float-icons {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  bottom: 10px;
  inset-inline-start: 20px;
  flex-direction: column;
  z-index: 11;
  gap: 15px;
}
@media (max-width: 767px) {
  .float-icons {
    gap: 10px;
  }
}

.toTop {
  position: fixed;
  inset-inline-start: 10px;
  bottom: 20px;
  width: 40px;
  aspect-ratio: 1;
  border-radius: 50%;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  z-index: 5;
  transition: all 0.3s ease-in-out;
}
.toTop .toTop-icon {
  font-size: 12px;
  color: #808080;
  transition: all 0.3s ease-in-out;
}
.toTop:hover {
  background-color: #e04e1d;
}
.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: #4aae20;
  z-index: 5;
}
.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;
  }
}

.newsletter-form {
  position: relative;
}

.newsletter-input {
  width: 100%;
  height: 52px;
  border-radius: 0;
  background-color: #24156d;
  border: none;
  border-bottom: 1px solid #3f2e91;
  padding: 0 10px;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  transition: all 0.3s ease-in-out;
}
.newsletter-input::-moz-placeholder {
  color: #7161bd;
  font-size: 14px;
}
.newsletter-input::placeholder {
  color: #7161bd;
  font-size: 14px;
}
.newsletter-input:focus {
  border-color: #3f2e91;
}

.input-content {
  position: relative;
}
.input-content::after {
  content: "";
  position: absolute;
  inset-inline-start: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
  transform: scaleX(0);
  transition: all 0.3s ease-in-out;
}
.input-content:has(input:focus)::after {
  transform: scaleX(1);
}

.newsletter-btn {
  position: absolute;
  inset-inline-end: 9px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 16px;
  padding: 0;
  border: none;
  transition: all 0.3s ease-in-out;
}
.newsletter-btn:focus {
  color: #fff;
}
.newsletter-btn:hover {
  color: #e04e1d;
}

.main-section {
  padding: 30px 0 0;
}
@media (max-width: 767px) {
  .main-section {
    padding: 15px 0 0;
  }
}

.categories-section {
  padding: 35px 0 0;
}
@media (max-width: 767px) {
  .categories-section {
    padding: 20px 0 0;
  }
}

.products-section {
  padding: 80px 0;
}
.products-section + .products-section {
  padding-top: 40px;
}
@media (max-width: 767px) {
  .products-section {
    padding: 60px 0;
  }
  .products-section + .products-section {
    padding-top: 30px;
  }
}

@media (max-width: 767px) {
  .banner-section .container {
    padding: 0;
  }
}

.testimonials-section {
  padding: 60px 0 70px;
  background-color: #f8f8f8;
}
@media (max-width: 767px) {
  .testimonials-section {
    padding: 40px 0;
  }
}
