@media (max-width: 767px) {
  :root {
    --border-radius: var(--mobile-radius);
  }
}
/* General Resets */
body {
  margin: 0;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

input,
button,
a,
select,
textarea {
  font-family: inherit;
}

input:focus,
button:focus,
a:focus,
select:focus,
textarea:focus {
  outline: 0;
}

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;
  font-family: inherit;
}

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

[role=button] {
  cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
}

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

.img-fluid {
  max-width: 100%;
  height: auto;
}

button {
  cursor: pointer;
}

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;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.fa-snapchat::before {
  content: "\f2ac";
}

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

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

.la-snapchat::before {
  content: "\f2ac";
}

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

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

body {
  font-family: "Vazirmatn", sans-serif;
  font-weight: 400;
  line-height: 1.4;
  color: #080808;
}

html {
  scroll-behavior: smooth;
  scrollbar-width: thin;
  scrollbar-color: #1263dc #f2f2f2;
}

body::-webkit-scrollbar {
  background-color: #f2f2f2;
  width: 8px;
  height: 4px;
}
body::-webkit-scrollbar-thumb {
  background-color: #1263dc;
  border-radius: 4px;
}

.overflow {
  overflow: hidden;
}

.container {
  padding: 0 20px;
  margin: 0 auto;
  width: 100%;
  max-width: 1180px;
}

.container-fluid {
  padding: 0 30px;
  width: 100%;
}
@media (max-width: 1199px) {
  .container-fluid {
    padding: 0 20px;
  }
}

.select-content {
  position: relative;
}
.select-content::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  inset-inline-end: 28px;
  font-size: 14px;
  color: #080808;
  font-family: "Line Awesome Free";
  font-weight: 900;
  content: "\f107";
}

.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;
}

.en {
  display: inline-block;
  direction: ltr;
}

iframe {
  width: 100%;
  height: 100%;
}

.product-home {
  padding-top: 45px;
  position: relative;
}
@media (max-width: 991px) {
  .product-home {
    padding-top: 30px;
  }
}
.product-home::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 46%;
  border-top-left-radius: 100px;
  border-top-right-radius: 100px;
  background-color: rgb(239.2857142857, 245.0714285714, 253.7142857143);
  bottom: 0;
  left: 0;
  z-index: -1;
}
.product-home .product-home-cont {
  text-align: center;
}
.product-home .product-home-cont h3 {
  font-size: 48px;
  font-family: 700;
  margin: 0;
}
@media (max-width: 991px) {
  .product-home .product-home-cont h3 {
    font-size: 36px;
  }
}
.product-home .product-home-cont p {
  font-size: 16px;
  max-width: 612px;
  margin: 8px auto 0;
}
@media (max-width: 991px) {
  .product-home .product-home-cont p {
    font-size: 14px;
  }
}
.product-home .product-home-cont .product-swiper {
  padding: 48px 0;
  position: relative;
}
@media (max-width: 991px) {
  .product-home .product-home-cont .product-swiper {
    padding: 20px 0;
  }
}
.product-home .product-home-cont .product-swiper .swiper {
  margin-bottom: 30px;
}
.product-home .product-home-cont .product-swiper .next {
  position: absolute;
  right: -100px;
  top: 40%;
}
@media (max-width: 1199px) {
  .product-home .product-home-cont .product-swiper .next {
    display: none;
  }
}
.product-home .product-home-cont .product-swiper .next .swiper-button-next {
  width: 68px;
  height: 68px;
  background-color: #1263dc;
  color: #ffffff;
  border-radius: 50%;
}
.product-home .product-home-cont .product-swiper .next .swiper-button-next::after {
  font-size: 28px;
}
.product-home .product-home-cont .product-swiper .prev {
  position: absolute;
  left: -100px;
  top: 40%;
}
@media (max-width: 1199px) {
  .product-home .product-home-cont .product-swiper .prev {
    display: none;
  }
}
.product-home .product-home-cont .product-swiper .prev .swiper-button-prev {
  width: 68px;
  height: 68px;
  background-color: #1263dc;
  color: #ffffff;
  border-radius: 50%;
}
.product-home .product-home-cont .product-swiper .prev .swiper-button-prev::after {
  font-size: 28px;
}
.product-home .product-home-cont .product-swiper .product-slide {
  background-color: #ffffff;
  border-radius: 15px;
  border: 1px solid #dbe8fa;
  transition: all 0.5s;
  position: relative;
}
.product-home .product-home-cont .product-swiper .product-slide .discount {
  position: absolute;
  top: 25px;
  right: 25px;
  width: 64px;
  height: 22px;
  background: #fff3f5;
  border-radius: 60px;
  border: 1px solid #fcb0bc;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s;
}
.product-home .product-home-cont .product-swiper .product-slide .discount span {
  font-size: 12px;
  color: #f40126;
  line-height: 22px;
  text-align: center;
  transition: all 0.5s;
}
.product-home .product-home-cont .product-swiper .product-slide:hover .discount {
  background: #f40126;
}
.product-home .product-home-cont .product-swiper .product-slide:hover .discount span {
  color: #ffffff;
}
.product-home .product-home-cont .product-swiper .product-slide::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 15px;
  border: 2px solid #1263dc;
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s;
}
.product-home .product-home-cont .product-swiper .product-slide:hover::after {
  visibility: visible;
  opacity: 1;
}
.product-home .product-home-cont .product-swiper .product-slide:hover .go-icon {
  background-color: #1263dc;
}
.product-home .product-home-cont .product-swiper .product-slide:hover .go-icon i {
  color: white !important;
}
.product-home .product-home-cont .product-swiper .product-slide:hover .product-end {
  transform: translateY(2px);
}
.product-home .product-home-cont .product-swiper .product-slide .product-img {
  margin-bottom: 5px;
}
.product-home .product-home-cont .product-swiper .product-slide .product-img img {
  width: 100%;
  aspect-ratio: 366/250;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}
.product-home .product-home-cont .product-swiper .product-slide .product-box {
  padding: 13px 20px 20px;
}
.product-home .product-home-cont .product-swiper .product-slide .product-box .product-text {
  text-align: right;
}
.product-home .product-home-cont .product-swiper .product-slide .product-box .product-text h4 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 12px;
}
@media (max-width: 991px) {
  .product-home .product-home-cont .product-swiper .product-slide .product-box .product-text h4 {
    font-size: 18px;
  }
}
.product-home .product-home-cont .product-swiper .product-slide .product-box .product-text p {
  font-size: 16px;
  font-weight: 300;
  line-height: 21px;
  letter-spacing: 0;
  margin-bottom: 16px;
}
@media (max-width: 991px) {
  .product-home .product-home-cont .product-swiper .product-slide .product-box .product-text p {
    font-size: 14px;
  }
}
.product-home .product-home-cont .product-swiper .product-slide .product-box .product-end {
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 0.5s;
}
.product-home .product-home-cont .product-swiper .product-slide .product-box .product-end .price strong {
  font-size: 32px;
  font-weight: 700;
  color: #1263dc;
}
.product-home .product-home-cont .product-swiper .product-slide .product-box .product-end .price del {
  font-size: 18px;
  font-weight: 700;
  color: #1263dc;
  opacity: 0.7;
}
.product-home .product-home-cont .product-swiper .product-slide .product-box .product-end .go-icon {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 2px solid #1263dc;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s;
}
.product-home .product-home-cont .product-swiper .product-slide .product-box .product-end .go-icon i {
  font-size: 28px;
  color: #1263dc;
}
.product-home .product-home-cont .product-swiper .swiper-pagination {
  display: none;
}
@media (max-width: 1199px) {
  .product-home .product-home-cont .product-swiper .swiper-pagination {
    display: block;
    position: relative;
    transform: unset;
    bottom: unset;
  }
}

.more-button {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1199px) {
  .more-button {
    margin-top: 20px;
  }
}
.more-button .more {
  border: 2px solid #1263dc;
  padding: 15px 29px;
  border-radius: 15px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}
.more-button .more:hover {
  background-color: #1263dc;
}
.more-button .more:hover a {
  color: #ffffff;
}
.more-button .more:hover i {
  color: #ffffff;
}
.more-button .more a {
  font-size: 16px;
  font-weight: 700;
  color: #1263dc;
}
.more-button .more i {
  font-size: 28px;
  color: #1263dc;
}

.swiper-pagination-bullet-active {
  color: #080808;
}/*# sourceMappingURL=main.css.map */