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

.offers {
  padding: 70px 0;
  position: relative;
}
@media (max-width: 991px) {
  .offers {
    padding: 35px 0;
  }
}
.offers::before {
  content: "";
  position: absolute;
  top: 30px;
  inset-inline-end: 50%;
  transform: translateX(-50%);
  width: 50%;
  max-width: 572px;
  height: calc(100% - 60px);
  background-color: rgb(239.2857142857, 245.0714285714, 253.7142857143);
  z-index: -2;
}
html[dir=ltr] .offers::before {
  transform: translateX(50%);
}
@media (max-width: 991px) {
  .offers::before {
    top: 15px;
    height: calc(100% - 30px);
  }
}
@media (max-width: 767px) {
  .offers::before {
    width: 100%;
    height: 100%;
    top: 0;
  }
}
.offers .offers-cont .title {
  margin: 0 0 75px;
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  color: #080808;
}
@media (max-width: 991px) {
  .offers .offers-cont .title {
    font-size: 34px;
    margin: 0 0 20px;
  }
}
@media (max-width: 767px) {
  .offers .offers-cont .title {
    font-size: 28px;
    margin: 0 0 30px;
  }
}
.offers .offers-cont .offers-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}
@media (max-width: 991px) {
  .offers .offers-cont .offers-grid {
    gap: 10px;
  }
}
@media (max-width: 767px) {
  .offers .offers-cont .offers-grid {
    gap: 20px;
  }
}
.offers .offers-cont .offers-grid .outer-item {
  width: calc(25% - 15px);
}
@media (max-width: 991px) {
  .offers .offers-cont .offers-grid .outer-item {
    width: calc(33% - 5px);
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .offers .offers-cont .offers-grid .outer-item {
    width: calc(50% - 10px);
  }
}
@media (max-width: 575px) {
  .offers .offers-cont .offers-grid .outer-item {
    width: 100%;
    max-width: 300px;
    margin-top: 40px;
  }
}
.offers .offers-cont .offers-grid .outer-item .offers-item {
  display: flex;
  flex-direction: column;
  justify-content: end;
  aspect-ratio: 340/500;
  position: relative;
  z-index: 1;
}
.offers .offers-cont .offers-grid .outer-item .offers-item .discount {
  position: absolute;
  z-index: 1;
  top: 0;
  inset-inline-start: 50%;
  transform: translate(50%, -50%);
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f40126;
  border-radius: 50%;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  z-index: 2;
  transition: all 0.5s ease;
  border: 2.38px solid #fcb0bc;
}
html[dir=ltr] .offers .offers-cont .offers-grid .outer-item .offers-item .discount {
  transform: translate(-50%, -50%);
}
.offers .offers-cont .offers-grid .outer-item .offers-item .discount .img-cover {
  position: absolute;
  top: -10px;
  inset-inline-end: -10px;
  width: calc(100% + 20px);
  height: calc(100% + 20px);
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease, visibility 0.5s ease, transform 1.6s ease;
}
.offers .offers-cont .offers-grid .outer-item .offers-item .info {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 17px;
  transform: translateY(-52px);
  transition: all 0.5s ease;
}
.offers .offers-cont .offers-grid .outer-item .offers-item .info .item-title {
  font-size: 19px;
  font-weight: 700;
  color: #fff;
  margin: 0 0 12px;
  text-align: center;
}
@media (max-width: 1199px) {
  .offers .offers-cont .offers-grid .outer-item .offers-item .info .item-title {
    font-size: 16px;
  }
}
.offers .offers-cont .offers-grid .outer-item .offers-item .info .discover-btn {
  height: 40px;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 19px;
  background-color: #1263dc;
  align-items: center;
  display: flex;
  border: 1.32px solid #ffffff;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  transition: all 0.5s ease-in-out;
}
.offers .offers-cont .offers-grid .outer-item .offers-item .Circle-Cut-img {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  --r: 45px; /* cut size */
  -webkit-mask: radial-gradient(var(--r) at top, rgba(0, 0, 0, 0) calc(100% - 1px), #000);
          mask: radial-gradient(var(--r) at top, rgba(0, 0, 0, 0) calc(100% - 1px), #000);
}
.offers .offers-cont .offers-grid .outer-item .offers-item .Circle-Cut-img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  --r: 45px; /* cut size */
  -webkit-mask: radial-gradient(var(--r) at top, rgba(0, 0, 0, 0) calc(100% - 1px), #000);
          mask: radial-gradient(var(--r) at top, rgba(0, 0, 0, 0) calc(100% - 1px), #000);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, #1263dc 77.55%);
}
.offers .offers-cont .offers-grid .outer-item .offers-item .Circle-Cut-img .img-cover {
  transition: all 0.5s ease;
  z-index: 0;
}
.offers .offers-cont .offers-grid .outer-item .sale-cont {
  z-index: 1;
  width: 100%;
  height: 77px;
}
.offers .offers-cont .offers-grid .outer-item .sale-cont .sale {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  background-color: rgb(10.2857142857, 56.5714285714, 125.7142857143);
  display: flex;
  height: 31px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  transition: all 0.5s ease;
}
.offers .offers-cont .offers-grid .outer-item:hover .sale-cont .sale {
  background-color: rgb(6.4285714286, 35.3571428571, 78.5714285714);
  height: 100%;
}
.offers .offers-cont .offers-grid .outer-item:hover .offers-item .discount {
  transform: translate(50%, -50%) rotate(-20deg);
}
.offers .offers-cont .offers-grid .outer-item:hover .offers-item .discount .img-cover {
  opacity: 1;
  visibility: visible;
  transform: rotate(-180deg);
}
.offers .offers-cont .offers-grid .outer-item:hover .offers-item .info {
  transform: translateY(-24px);
}
.offers .offers-cont .offers-grid .outer-item:hover .offers-item .info .discover-btn {
  background-color: #fff;
  color: #1263dc;
}
.offers .offers-cont .offers-grid .outer-item:hover .offers-item .Circle-Cut-img .img-cover {
  transform: scale(1.2);
}/*# sourceMappingURL=main.css.map */