.primary-color {
  color: #004c98;
}

.secondary-color {
  color: #fe8c0e;
}

.white-color {
  color: #fff;
}

.dark-color {
  color: #1a1a1a;
}

.primary-bg {
  background: #004c98;
}

.secondary-bg {
  background: #fe8c0e;
}

.white-bg {
  background: #fff;
}

.dark-bg {
  background: #1a1a1a;
}

.primary-btn {
  background-color: #004c98;
  color: #fff;
  border-radius: 10px;
  font-size: 14px;
  padding: 8px 10px;
  transition: 0.3s;
  border: 1px solid #004c98;
}
.primary-btn:hover {
  box-shadow: inset 0 0 30px 0 rgba(0, 0, 0, 0.3);
}

.primary-outline-btn {
  border: 1px solid #004c98;
  color: #004c98;
  background: transparent;
  border-radius: 10px;
  font-size: 14px;
  padding: 8px 10px;
  transition: 0.3s;
}
.primary-outline-btn:hover {
  box-shadow: inset 0 0 10px 0 rgba(0, 0, 0, 0.1);
}

header {
  margin-top: 16px;
  padding: 0 16px;
}
header .owl-carousel {
  border-radius: 20px;
  overflow: hidden;
}
header .owl-item {
  background: none;
  border-radius: 20px;
  overflow: hidden;
}
header .owl-dots {
  margin: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
header .owl-dots .owl-dot span {
  transition: 0.3s;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
  width: 10px;
  height: 10px;
  background-color: #666 !important;
  margin: 4px !important;
}
header .owl-dots .owl-dot.active span {
  width: 25px;
  border-radius: 10px;
  background: #fff !important;
}
header .swiper-pagination-bullet {
  transition: 0.3s;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
  width: 10px;
  height: 10px;
}
header .swiper-pagination-bullet-active {
  width: 25px;
  border-radius: 10px;
  background: #fff;
}

.title {
  text-align: center;
  margin-top: 16px;
}
.title .store-owl {
  width: 80px;
  padding: 0 4px;
}
.title .store-owl .owl-stage {
  display: flex;
}
.title .store-owl .owl-stage .owl-item {
  align-content: center;
}
.title h1 {
  font-family: "Yekan-ExtraBold" !important;
  background: -webkit-linear-gradient(#004c98 50%, #1a1a1a);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 38px;
  text-shadow: 0 6px 4px rgba(0, 0, 0, 0.15);
}
.title .des {
  width: max-content;
  max-width: 100%;
  margin: auto;
  position: relative;
}
.title .des span {
  position: absolute;
  bottom: -22px;
  left: -40px;
  font-size: 14px;
  color: #585858;
}
.title .des p {
  font-family: "Yekan-ExtraBold" !important;
  font-size: 24px;
  color: #1a1a1a;
}

.offer {
  margin-top: 60px;
  border-top: 6px solid #fe8c0e;
  border-bottom: 6px solid #fe8c0e;
}
.offer .owl-carousel .owl-stage {
  display: flex;
  padding: 18px 0px;
}
.offer .owl-carousel .owl-item {
  align-content: center;
  padding: 4px;
}
.offer .owl-carousel .owl-prev,
.offer .owl-carousel .owl-next {
  color: #1a1a1a !important;
  height: max-content;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  padding: 40px 0px !important;
  background: #fff !important;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.15);
  display: flex;
}
.offer .owl-carousel .owl-prev img,
.offer .owl-carousel .owl-next img {
  width: 20px;
}
.offer .owl-carousel .owl-nav {
  margin: 0;
}
.offer .owl-carousel .disabled {
  display: none;
}
.offer .owl-carousel .owl-next {
  left: 6px;
  border-radius: 0 10px 10px 0;
}
.offer .owl-carousel .owl-prev {
  right: 2px;
  border-radius: 10px 0 0 10px;
}
.offer .first-slide {
  align-content: center;
  text-align: center;
  gap: 14px;
  display: flex;
  flex-direction: column;
  padding: 10px 0;
}
.offer .first-slide h2 {
  font-family: "bidad-extraBold";
  color: #1a1a1a;
  font-size: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 1.75;
}
.offer .first-slide h2 span {
  font-family: "bidad-heavy";
  background: -webkit-linear-gradient(#004c98 50%, #1a1a1a);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 28px;
  line-height: 1.5;
}
.offer .first-slide img {
  width: 200px;
  margin: auto;
}
.offer .first-slide a {
  color: #1a1a1a;
  font-size: 16px;
  gap: 6px;
  font-family: "Yekan-Bold";
  margin-top: 10px;
}
.offer .first-slide a img {
  width: 16px;
  height: 16px;
  margin: 0;
}

.market-place {
  margin-top: 30px;
}
.market-place .title {
  margin-top: 0;
  gap: 6px;
  font-family: "Yekan-ExtraBold";
  color: #1a1a1a;
}
.market-place .title img {
  width: 12px;
}
.market-place .row {
  display: flex;
  flex-wrap: wrap;
  margin-top: 12px;
  gap: 22px;
}
.market-place .market-col {
  width: 130px;
  height: 130px;
  align-content: center;
}
.market-place .market-col .market-card {
  background: #f6f6f6;
  border-radius: 10px;
  text-align: center;
  padding: 10px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  transition: 0.3s;
  border: 1px solid #f6f6f6;
  box-shadow: 0 4px 2px 0 rgba(0, 0, 0, 0.1);
}
.market-place .market-col .market-card:hover {
  background: transparent;
  border: 1px solid #ddd;
}
.market-place .market-col .market-card img {
  height: 40px;
}
.market-place .market-col .market-card p {
  color: #1a1a1a;
  font-size: 14px;
}

.banners {
  margin-top: 35px;
}
.banners .row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.banners .row .banner {
  padding: 6px;
}
.banners .row .banner a {
  display: flex;
}
.banners .row .banner img {
  border-radius: 10px;
}

.category {
  margin-top: 30px;
}
.category .title {
  text-align: center;
  color: #1a1a1a;
  margin-top: 0;
}
.category .title h3 {
  font-family: "Yekan-ExtraBold";
  font-size: 24px;
}
.category .row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 22px;
  margin-top: 4px;
}
.category .row .cat-card {
  width: 150px;
  text-align: center;
}
.category .row .cat-card a {
  display: block;
}
.category .row .cat-card img {
  height: 120px;
  width: auto;
}
.category .row .cat-card p {
  font-family: "Yekan-Md";
  color: #1a1a1a;
  margin-top: 8px;
  font-size: 14px;
}

.discounted-pro {
  margin-top: 40px;
}
.discounted-pro .title {
  margin-top: 6px;
  display: flex;
  align-items: center;
  max-width: 100%;
  gap: 6px;
  justify-content: center;
}
.discounted-pro .title hr {
  margin: 0;
  opacity: 1;
  background: #1a1a1a;
  width: 35%;
  border-width: 1px;
  border-color: #1a1a1a;
}
.discounted-pro .title span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #fe8c0e;
}
.discounted-pro .title h3 {
  font-family: "Yekan-ExtraBold";
  font-size: 24px;
  padding: 0 8px;
}
.discounted-pro .owl-carousel .owl-prev,
.discounted-pro .owl-carousel .owl-next {
  color: #1a1a1a !important;
  height: max-content;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  padding: 40px 0px !important;
  background: #fff !important;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.15);
  display: flex;
}
.discounted-pro .owl-carousel .owl-prev img,
.discounted-pro .owl-carousel .owl-next img {
  width: 20px;
}
.discounted-pro .owl-carousel .owl-nav {
  margin: 0;
}
.discounted-pro .owl-carousel .disabled {
  display: none;
}
.discounted-pro .owl-carousel .owl-next {
  left: 6px;
  border-radius: 0 10px 10px 0;
}
.discounted-pro .owl-carousel .owl-prev {
  right: 6px;
  border-radius: 10px 0 0 10px;
}
.discounted-pro .nav-tabs {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin-top: 20px;
}
.discounted-pro .nav-tabs button {
  background: #ddd;
  border-radius: 6px;
  opacity: 0.5;
  color: #1a1a1a;
  display: flex;
  align-items: center;
  gap: 4px;
  border: 1px solid #ddd;
  padding: 6px 12px;
  font-size: 14px;
  box-shadow: none;
  font-family: "Yekan-Md";
  transition: 0.3s;
  border-radius: 8px;
  cursor: pointer;
  height: 36px;
}
.discounted-pro .nav-tabs button img {
  width: 26px;
}
.discounted-pro .nav-tabs button.active {
  opacity: 1;
  background: transparent;
  border: 1px solid #004c98;
}
.discounted-pro .tab-content {
  min-height: 20rem;
}
.discounted-pro .tab-content .tab-pane {
  display: none;
  opacity: 0;
  transition: 0.5s;
}
.discounted-pro .tab-content .tab-pane.show {
  display: block;
  opacity: 1;
  animation: opacity 0.5s linear;
}
.discounted-pro .owl-carousel {
  margin-top: 16px;
}
.discounted-pro .owl-carousel .owl-item {
  padding: 6px;
}

.why {
  margin-top: 40px;
}
.why .title {
  margin-top: 0;
  display: flex;
  align-items: center;
  max-width: 100%;
  gap: 6px;
  justify-content: center;
}
.why .title hr {
  margin: 0;
  opacity: 1;
  background: #1a1a1a;
  width: 35%;
  border-width: 1px;
  border-color: #1a1a1a;
}
.why .title span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #004c98;
}
.why .title h3 {
  font-size: 16px;
  padding: 0 12px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: "Yekan-Li";
}
.why .title h3 strong {
  font-family: "Yekan-ExtraBold";
  font-size: 24px;
}
.why .row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 10px;
}
.why .row .card {
  text-align: center;
  padding: 6px;
}
.why .row .card .why-card {
  color: #1a1a1a;
  border: 1px solid #a4d1ff;
  border-radius: 10px;
  display: block;
  padding: 16px;
}
.why .row .card .why-card img {
  width: 85px;
}
.why .row .card .why-card p {
  font-size: 18px;
  font-family: "Yekan-ExtraBold";
}
.why .row .card .why-card span {
  font-size: 14px;
}

.banner-two {
  margin-top: 40px;
}
.banner-two .row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.banner-two .row .banner-card {
  padding: 6px;
}
.banner-two .row .banner-card img {
  border-radius: 10px;
}

.support {
  margin-top: 30px;
}
.support .support-inner {
  position: relative;
  background-image: url("../images//support-banner.jpg");
  background-size: 100%;
  background-position: bottom;
  border-radius: 10px;
  height: 16rem;
  align-content: center;
}
.support .support-inner::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(rgba(0, 0, 0, 0.7450980392), transparent);
  border-radius: 10px;
}
.support .support-inner .text {
  position: relative;
  padding: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  text-align: center;
}
.support .support-inner .text p {
  font-size: 24px;
  font-family: "Yekan-ExtraBold";
  color: #fff;
}
.support .support-inner .text span {
  font-size: 18px;
  color: #fff;
}
.support .support-inner .text a {
  direction: ltr;
  padding: 8px 26px !important;
  font-size: 18px;
  display: flex;
  margin-top: 8px;
}

.brands {
  margin-top: 40px;
}
.brands .title {
  margin-top: 0;
  display: flex;
  align-items: center;
  max-width: 100%;
  gap: 6px;
  justify-content: center;
}
.brands .title hr {
  margin: 0;
  opacity: 1;
  background: #1a1a1a;
  width: 30%;
  border-width: 1px;
  border-color: #1a1a1a;
}
.brands .title span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #004c98;
}
.brands .title h3 {
  font-family: "Yekan-ExtraBold";
  font-size: 24px;
  padding: 0 8px;
}
.brands .owl-carousel {
  margin-top: 14px;
}
.brands .item {
  border: 1px solid #004c98;
  border-radius: 8px;
}
.brands .item img {
  width: 50%;
  margin: auto;
}

@media (min-width: 1400px) {
  .banners .row .banner {
    width: 25%;
  }
  .banner-two .row .banner-card {
    width: 50%;
  }
  .why .row .card {
    width: 25%;
  }
}
@media (min-width: 1200px) and (max-width: 1400px) {
  .banners .row .banner {
    width: 25%;
  }
  .banner-two .row .banner-card {
    width: 50%;
  }
  .why .row .card {
    width: 25%;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .category .row {
    gap: 12px;
  }
  .banners .row .banner {
    width: 25%;
  }
  .banner-two .row .banner-card {
    width: 50%;
  }
  .why .row .card {
    width: 25%;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .category .row {
    gap: 12px;
  }
  .banners .row .banner {
    width: 50%;
  }
  .banner-two .row .banner-card {
    width: 50%;
  }
  .why .row .card {
    width: 50%;
  }
  .discounted-pro .title hr {
    width: 30%;
  }
}
@media (min-width: 576px) and (max-width: 768px) {
  .category .row {
    gap: 12px;
  }
  .offer .owl-item:first-child .item {
    width: 225px;
  }
  .offer .owl-item:not(:first-child) .item {
    width: 225px;
  }
  .banners .row .banner {
    width: 50%;
  }
  .banner-two .row .banner-card {
    width: 100%;
  }
  .why .title hr {
    width: 25%;
  }
  .why .row .card {
    width: 50%;
  }
  .discounted-pro .title hr {
    width: 25%;
  }
}
@media (max-width: 576px) {
  .why .row .card .why-card img {
    width: 70px;
  }
  .why .row .card .why-card {
    padding: 10px;
  }
  .offer .first-slide img {
    width: 80%;
  }
  .offer .owl-item:first-child .item {
    width: 8rem;
  }
  .offer .owl-item:not(:first-child) .item {
    width: 14rem;
  }
  .why .why-card span {
    height: 2.75rem;
    display: flex;
    justify-content: center;
    margin-top: 4px;
  }
  .discounted-pro .owl-stage {
    display: flex;
  }
  .discounted-pro .owl-item .item {
    width: 14rem;
  }
  header {
    padding: 0;
  }
  header .owl-item {
    border-radius: 14px !important;
  }
  .market-place .market-col .market-card img {
    height: 30px;
  }
  .market-place .market-col {
    width: 110px;
    height: 100px;
  }
  .market-place .row {
    gap: 12px;
  }
  .banners .row .banner {
    width: 50%;
    padding: 4px !important;
  }
  .banner-two .row .banner-card {
    width: 100%;
    padding: 4px !important;
  }
  .category .row .cat-card img {
    height: 90px !important;
  }
  .category .row .cat-card {
    width: 100px !important;
  }
  .category .row .cat-card p {
    font-size: 12px !important;
    text-align: center;
  }
  .brands .title hr {
    width: 20%;
  }
  .discounted-pro .nav-tabs {
    overflow: auto;
    justify-content: flex-start;
  }
  .discounted-pro .nav-tabs button {
    white-space: nowrap;
  }
  .discounted-pro .title hr {
    width: 12%;
  }
  .title h1 {
    font-size: 25px;
    line-height: 1.25;
  }
  .title .des p {
    font-size: 20px;
    line-height: 1.25;
  }
  .title .des span {
    bottom: -14px;
    left: -30px;
    font-size: 12px;
  }
  .offer {
    margin-top: 40px;
  }
  h2,
  h3 {
    font-size: 20px !important;
  }
  .why .title hr {
    width: 25%;
  }
  .why .row .card {
    width: 50%;
  }
}
@keyframes tabs {
  0% {
    display: none;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@keyframes opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/*# sourceMappingURL=index.css.map */
