@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;
  background: linear-gradient(106.32deg, rgb(192.1428571429, 215.2857142857, 249.8571428571) 0%, #ffffff 48.89%, rgb(252.0275590551, 226.1673228346, 182.4724409449) 97.77%);
}
@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: 675px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.4);
  z-index: 0;
}
html[dir=ltr] .offers::before {
  transform: translateX(50%);
}
@media (max-width: 991px) {
  .offers::before {
    top: 15px;
  }
}
@media (max-width: 767px) {
  .offers::before {
    display: none;
  }
}
.offers .offers-cont {
  position: relative;
  z-index: 2;
}
.offers .offers-cont .title {
  margin: 0 auto 16px;
  text-align: center;
  font-size: 48px;
  font-weight: 700;
  color: #080808;
}
@media (max-width: 991px) {
  .offers .offers-cont .title {
    font-size: 34px;
  }
}
@media (max-width: 767px) {
  .offers .offers-cont .title {
    font-size: 28px;
    margin-bottom: 10px;
  }
}
.offers .offers-cont .desc {
  margin: 0 auto 40px;
  text-align: center;
  font-size: 18px;
  font-weight: 300;
  color: #3b3b3b;
  max-width: 45%;
}
@media (max-width: 991px) {
  .offers .offers-cont .desc {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .offers .offers-cont .desc {
    max-width: 100%;
  }
}
.offers .offers-cont .offers-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
@media (max-width: 991px) {
  .offers .offers-cont .offers-grid {
    gap: 10px;
  }
}
@media (max-width: 767px) {
  .offers .offers-cont .offers-grid {
    grid-template-columns: 1fr;
  }
}
.offers .offers-cont .offers-grid .offers-item {
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 1;
  background-color: #fff;
  border: 1px solid rgb(215.7142857143, 230.1785714286, 251.7857142857);
  border-radius: 16px;
  padding: 30px;
  overflow: hidden;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 991px) {
  .offers .offers-cont .offers-grid .offers-item {
    padding: 15px;
    border-radius: 10px;
  }
}
.offers .offers-cont .offers-grid .offers-item .discount {
  z-index: 1;
  width: 86px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f40126;
  box-shadow: 0px 4px 4px 0px rgba(244, 1, 38, 0.2392156863);
  border-radius: 16px;
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  z-index: 2;
  transition: all 0.5s ease;
  border: 2.38px solid #fff;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.2509803922);
  margin-bottom: 16px;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 991px) {
  .offers .offers-cont .offers-grid .offers-item .discount {
    margin-bottom: 8px;
    width: 80px;
    height: 44px;
    font-size: 22px;
    border-radius: 10px;
  }
}
.offers .offers-cont .offers-grid .offers-item .item-title {
  font-size: 40px;
  font-weight: 700;
  color: #080808;
  margin: 0 0 25px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: 112px;
}
@media (max-width: 1199px) {
  .offers .offers-cont .offers-grid .offers-item .item-title {
    font-size: 32px;
    max-height: 92px;
    margin-bottom: 15px;
  }
}
@media (max-width: 991px) {
  .offers .offers-cont .offers-grid .offers-item .item-title {
    font-size: 24px;
    margin-bottom: 15px;
    max-height: 68px;
  }
}
.offers .offers-cont .offers-grid .offers-item .price {
  display: flex;
  flex-direction: column;
  gap: 5px;
  transition: all 0.5s ease-in-out;
  width: -moz-fit-content;
  width: fit-content;
  transform: translateY(30px);
}
@media (max-width: 991px) {
  .offers .offers-cont .offers-grid .offers-item .price {
    transform: translateY(10px);
  }
}
.offers .offers-cont .offers-grid .offers-item .price .start-with {
  font-size: 20px;
  font-weight: 700;
  color: #080808;
}
@media (max-width: 991px) {
  .offers .offers-cont .offers-grid .offers-item .price .start-with {
    font-size: 16px;
  }
}
.offers .offers-cont .offers-grid .offers-item .price .num {
  -webkit-text-stroke: 1px #fff;
  text-shadow: 0px 4px 12px rgba(0, 0, 0, 0.2509803922);
  font-size: 72px;
  font-weight: 700;
  color: #1263dc;
}
@media (max-width: 1199px) {
  .offers .offers-cont .offers-grid .offers-item .price .num {
    font-size: 60px;
  }
}
@media (max-width: 991px) {
  .offers .offers-cont .offers-grid .offers-item .price .num {
    font-size: 48px;
  }
}
@media (max-width: 767px) {
  .offers .offers-cont .offers-grid .offers-item .price .num {
    font-size: 42px;
  }
}
.offers .offers-cont .offers-grid .offers-item .item-img {
  position: absolute;
  bottom: 0;
  inset-inline-end: 0;
  width: 56%;
  height: 37%;
  border-start-start-radius: 84px;
  overflow: hidden;
  transition: all 0.5s ease-in-out;
}
.offers .offers-cont .offers-grid .offers-item .item-img .img-cover {
  transition: all 0.5s ease-in-out;
}
.offers .offers-cont .offers-grid .offers-item:hover {
  border-color: #1263dc;
}
.offers .offers-cont .offers-grid .offers-item:hover .discount {
  width: 94px;
  border-style: dotted;
}
@media (max-width: 991px) {
  .offers .offers-cont .offers-grid .offers-item:hover .discount {
    width: 88px;
  }
}
.offers .offers-cont .offers-grid .offers-item:hover .price {
  transform: translate(-5px, 30px);
}
@media (max-width: 991px) {
  .offers .offers-cont .offers-grid .offers-item:hover .price {
    transform: translate(-5px, 10px);
  }
}
.offers .offers-cont .offers-grid .offers-item:hover .item-img {
  width: 60%;
}
.offers .offers-cont .offers-grid .offers-item:hover .item-img .img-cover {
  transform: scale(1.1);
}/*# sourceMappingURL=main.css.map */