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

.QA {
  padding: 53px 0;
  position: relative;
}
@media (max-width: 991px) {
  .QA {
    padding: 20px 0;
  }
}
.QA .pattern {
  display: flex;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.QA .pattern .g-1 {
  color: #ff0303;
}
.QA .pattern .g-2 {
  color: #1263dc;
}
.QA .QA-cont {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 48px;
}
@media (max-width: 991px) {
  .QA .QA-cont {
    gap: 25px;
  }
}
.QA .QA-cont .title {
  font-size: 48px;
  font-weight: 700;
  color: #080808;
}
@media (max-width: 991px) {
  .QA .QA-cont .title {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .QA .QA-cont .title {
    font-size: 36px;
  }
}
.QA .QA-cont .QA-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 27px;
}
@media (max-width: 991px) {
  .QA .QA-cont .QA-grid {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .QA .QA-cont .QA-grid {
    grid-template-columns: 1fr;
  }
}
.QA .QA-cont .QA-grid .QA-item .content-inner {
  transform-style: preserve-3d;
  perspective: 1000px;
  backface-visibility: hidden;
  position: relative;
}
.QA .QA-cont .QA-grid .QA-item .content-inner .content-front {
  transform-style: preserve-3d;
  perspective: 1000px;
  backface-visibility: hidden;
  height: 100%;
  cursor: pointer;
  position: relative;
}
.QA .QA-cont .QA-grid .QA-item .content-inner .content-front .cf-inner {
  transform-style: preserve-3d;
  backface-visibility: hidden;
  background-color: #fff;
  border: 1px solid rgb(215.7142857143, 230.1785714286, 251.7857142857);
  box-shadow: 0px 8px 12px 0px rgba(0, 0, 0, 0.0392156863);
  border-radius: 16px;
}
.QA .QA-cont .QA-grid .QA-item .content-inner .content-front .cf-inner .inner {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 48px;
  padding-bottom: 77px;
  transform: translateZ(95px) scale(0.81);
}
.QA .QA-cont .QA-grid .QA-item .content-inner .content-front .cf-inner .num {
  padding: 19px 26px;
  background-color: rgb(239.2857142857, 245.0714285714, 253.7142857143);
  border: 1px solid rgb(215.7142857143, 230.1785714286, 251.7857142857);
  border-start-start-radius: 16px;
  border-end-end-radius: 16px;
  font-size: 40px;
  font-weight: 700;
  color: rgb(6.4285714286, 35.3571428571, 78.5714285714);
}
.QA .QA-cont .QA-grid .QA-item .content-inner .content-front .cf-inner .f-q {
  padding: 0 21px;
  font-size: 18px;
  font-weight: 700;
  color: rgb(6.4285714286, 35.3571428571, 78.5714285714);
}
.QA .QA-cont .QA-grid .QA-item .content-inner .content-back {
  transform-style: preserve-3d;
  perspective: 1000px;
  backface-visibility: hidden;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  transform: rotateY(180deg);
}
.QA .QA-cont .QA-grid .QA-item .content-inner .content-back .cf-inner {
  transform-style: preserve-3d;
  backface-visibility: hidden;
  background-color: #1263dc;
  border-radius: 16px;
}
.QA .QA-cont .QA-grid .QA-item .content-inner .content-back .cf-inner .inner {
  transform: translateZ(95px) scale(0.81);
  padding: 24px 24px 17px 12px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.QA .QA-cont .QA-grid .QA-item .content-inner .content-back .cf-inner .b-num {
  padding: 7px 11px 3px;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #fff;
  border-start-start-radius: 16px;
  border-end-end-radius: 16px;
  font-size: 20px;
  font-weight: 700;
  color: #1263dc;
  backface-visibility: hidden;
}
.QA .QA-cont .QA-grid .QA-item .content-inner .content-back .cf-inner .b-q {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  max-width: 302px;
  line-height: 21px;
}
.QA .QA-cont .QA-grid .QA-item .content-inner .content-back .cf-inner hr {
  width: calc(100% + 36px);
  height: 1px;
  color: #fff;
  opacity: 0.2;
  margin-inline-start: -24px;
}
.QA .QA-cont .QA-grid .QA-item .content-inner .content-back .cf-inner .answer {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  line-height: 21px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: 84px;
}
@media (max-width: 1199px) {
  .QA .QA-cont .QA-grid .QA-item .content-inner .content-back .cf-inner .answer {
    font-size: 14px;
  }
}
.QA .QA-cont .QA-grid .QA-item .content-inner > * {
  backface-visibility: hidden;
  transition: all 1s ease-in-out;
}
.QA .QA-cont .QA-grid .QA-item .content-inner:hover .content-front {
  transform: rotateY(-180deg);
}
.QA .QA-cont .QA-grid .QA-item .content-inner:hover .content-back {
  transform: rotateY(0deg);
}/*# sourceMappingURL=main.css.map */