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

.products-circle {
  padding: 74px 0;
  overflow: hidden;
  position: relative;
}
@media (max-width: 991px) {
  .products-circle {
    padding: 40px 0;
  }
}
.products-circle::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 45.1%;
  background-color: rgb(239.2857142857, 245.0714285714, 253.7142857143);
  bottom: 0;
  z-index: -1;
  border-top-left-radius: 56px;
  border-top-right-radius: 56px;
}
@media (max-width: 1199px) {
  .products-circle::after {
    height: 47.8%;
    border-top-left-radius: 26px;
    border-top-right-radius: 26px;
  }
}
@media (max-width: 767px) {
  .products-circle::after {
    height: 47.5%;
  }
}

.products-circle-cont {
  position: relative;
}
.product-title {
  font-size: 48px;
  font-weight: 700;
  color: #080808;
  text-align: center;
  margin-bottom: 8px;
}
@media (max-width: 991px) {
  .product-title {
    font-size: 38px;
    margin-bottom: 25px;
  }
}
@media (max-width: 767px) {
  .product-title {
    font-size: 34px;
    margin-bottom: 24px;
  }
}

.products-desc {
  font-size: 16px;
  font-weight: 500;
  color: #080808;
  text-align: center;
  margin: 0 auto 48px;
  max-width: 610px;
  text-align: center;
  height: 45px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (max-width: 991px) {
  .products-desc {
    margin: 0 auto 24px;
  }
}
@media (max-width: 767px) {
  .products-desc {
    font-size: 14px;
    height: 56px;
    -webkit-line-clamp: 3;
  }
}

.products-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  padding: 0 23px;
  gap: 8px;
  border-radius: 115px;
  border: 2px solid #1263dc;
  width: -moz-fit-content;
  width: fit-content;
  margin: 46px auto 0;
  background-color: #fff;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 991px) {
  .products-btn {
    margin-top: 30px;
  }
}
.products-btn .btn-text {
  font-size: 16px;
  font-weight: 700;
  color: #1263dc;
  transition: all 0.5s ease-in-out;
}
.products-btn .las {
  color: #1263dc;
  font-size: 20px;
  transform: rotate(45deg);
  font-weight: 700;
  transition: all 0.5s ease-in-out;
}
.products-btn:hover {
  background-color: #1263dc;
  border-color: rgb(97.8571428571, 155.7142857143, 242.1428571429);
}
.products-btn:hover .btn-text {
  color: #fff;
}
.products-btn:hover .las {
  color: #fff;
  transform: rotate(0);
}

.products-slide {
  aspect-ratio: 1;
  border-radius: 50%;
  padding: 16px;
  border: 2px solid rgb(192.1428571429, 215.2857142857, 249.8571428571);
  position: relative;
  transition: all 0.5s ease-in-out;
}
.products-slide .inner-slide {
  aspect-ratio: 1;
  border-radius: 50%;
  overflow: hidden;
}
.products-slide .inner-slide .product-img {
  height: 50%;
  position: relative;
}
.products-slide .inner-slide .product-img::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(18, 99, 220, 0.2);
  z-index: 2;
  opacity: 0;
  transition: all 0.5s ease-in-out;
}
.products-slide .inner-slide .product-img .img-cover {
  display: flex;
}
.products-slide .inner-slide .slide-text {
  padding: 28px 36px 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 50%;
}
@media (max-width: 1199px) {
  .products-slide .inner-slide .slide-text {
    padding: 20px 25px 10px;
  }
}
@media (max-width: 991px) {
  .products-slide .inner-slide .slide-text {
    padding: 28px 36px 20px;
  }
}
.products-slide .inner-slide .slide-text .title {
  font-size: 20px;
  font-weight: 700;
  color: #080808;
  margin-bottom: 12px;
  text-align: center;
}
@media (max-width: 1199px) {
  .products-slide .inner-slide .slide-text .title {
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .products-slide .inner-slide .slide-text .title {
    font-size: 18px;
    margin-bottom: 8px;
  }
}
.products-slide .inner-slide .slide-text .desc {
  font-size: 14px;
  font-weight: 500;
  color: rgb(33.5, 33.5, 33.5);
  margin-bottom: 14px;
  text-align: center;
  height: 39px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .products-slide .inner-slide .slide-text .desc {
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .products-slide .inner-slide .slide-text .desc {
    font-size: 13px;
    margin-bottom: 8px;
  }
}
.products-slide .inner-slide .slide-text .price {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 13px;
}
.products-slide .inner-slide .slide-text .price .current-price {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3px;
}
.products-slide .inner-slide .slide-text .price .current-price .number {
  font-size: 20px;
  font-weight: 700;
  color: rgb(10.2857142857, 56.5714285714, 125.7142857143);
  line-height: 1;
}
.products-slide .inner-slide .slide-text .price .old-price {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2px;
}
.products-slide .inner-slide .slide-text .price .old-price .number {
  font-size: 18px;
  font-weight: 700;
  color: rgb(10.2857142857, 56.5714285714, 125.7142857143);
  line-height: 1;
  opacity: 0.5;
}
.products-slide .more {
  position: absolute;
  bottom: -100px;
  inset-inline-end: 50%;
  transform: translateX(-50%);
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: #1263dc;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 500;
  z-index: 3;
  opacity: 0;
  transition: all 0.8s ease-in-out;
}
.products-slide:hover {
  border-color: #1263dc;
}
.products-slide:hover .more {
  bottom: 41px;
  opacity: 1;
}
.products-slide:hover .product-img::after {
  opacity: 1;
}

.products-circle-cont .swiper-pagination {
  position: relative;
  margin-top: 30px;
  display: none;
}
@media (max-width: 1199px) {
  .products-circle-cont .swiper-pagination {
    display: flex;
    justify-content: center;
  }
}
.products-circle-cont .swiper-pagination-bullet-active {
  background-color: #1263dc;
}
.products-circle-cont .swiper-button-prev,
.products-circle-cont .swiper-button-next {
  width: 64px;
  height: 64px;
  background-color: #1263dc;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 53.5%;
  border: 2.67px solid #1263dc;
  border-radius: 50%;
}
.products-circle-cont .swiper-button-prev::after,
.products-circle-cont .swiper-button-next::after {
  color: #fff;
  font-size: 26px;
}
@media (max-width: 1199px) {
  .products-circle-cont .swiper-button-prev,
  .products-circle-cont .swiper-button-next {
    display: none;
  }
}
.products-circle-cont .swiper-button-prev {
  left: -80px;
}
.products-circle-cont .swiper-button-prev::after {
  transform: translateX(-2px);
}
.products-circle-cont .swiper-button-next {
  right: -80px;
}
.products-circle-cont .swiper-button-next::after {
  transform: translateX(2px);
}
.products-circle-cont .swiper-button-disabled {
  opacity: 1 !important;
  background-color: #fff;
}
.products-circle-cont .swiper-button-disabled::after {
  color: #1263dc;
}/*# sourceMappingURL=main.css.map */