@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: 80px 0;
  position: relative;
  background: #fefefe;
}
@media (max-width: 991px) {
  .QA {
    padding: 40px 0;
  }
}
.QA .QA-cont {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.QA .QA-cont .title {
  font-size: 48px;
  font-weight: 700;
  color: #080808;
  margin-bottom: 16px;
}
@media (max-width: 991px) {
  .QA .QA-cont .title {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .QA .QA-cont .title {
    font-size: 32px;
  }
}
.QA .QA-cont .desc {
  font-size: 18px;
  font-weight: 700;
  color: #3b3b3b;
  text-align: center;
  max-width: 619px;
  margin-bottom: 48px;
}
@media (max-width: 991px) {
  .QA .QA-cont .desc {
    max-width: 500px;
    margin-bottom: 25px;
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .QA .QA-cont .desc {
    font-size: 14px;
  }
}
.QA .QA-cont .QA-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
}
@media (max-width: 991px) {
  .QA .QA-cont .QA-grid {
    gap: 16px;
  }
}
@media (max-width: 767px) {
  .QA .QA-cont .QA-grid {
    grid-template-columns: 1fr;
  }
}
.QA .QA-cont .QA-grid .QA-item {
  position: relative;
  padding: 20px 30px;
  border-radius: 16px;
  box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.0784313725);
  z-index: 0;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .QA .QA-cont .QA-grid .QA-item {
    padding: 14px 20px;
    border-radius: 10px;
  }
}
.QA .QA-cont .QA-grid .QA-item:hover::after {
  opacity: 1;
}
.QA .QA-cont .QA-grid .QA-item:hover::before {
  opacity: 1;
}
.QA .QA-cont .QA-grid .QA-item:hover .Q-header {
  transform: translateY(0);
}
.QA .QA-cont .QA-grid .QA-item:hover .Q-header .Q-icon {
  border: 1px solid rgb(251.0236220472, 216.4291338583, 157.9763779528);
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.0784313725);
  background-color: #ffffff;
  transform: rotate(-180deg);
}
.QA .QA-cont .QA-grid .QA-item:hover .Q-header .Q-icon .las {
  color: #f59e0b;
}
.QA .QA-cont .QA-grid .QA-item:hover .A {
  transform: rotate(0);
  opacity: 1;
}
.QA .QA-cont .QA-grid .QA-item::before {
  position: absolute;
  content: "";
  opacity: 0;
  transition: all 0.7s ease-in-out;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
  border-radius: inherit;
  background: linear-gradient(90deg, rgb(252.0275590551, 226.1673228346, 182.4724409449) 0%, rgb(215.4868421053, 214.4605263158, 210.0131578947) 50%, rgb(192.1428571429, 215.2857142857, 249.8571428571) 100%);
}
.QA .QA-cont .QA-grid .QA-item::after {
  position: absolute;
  content: "";
  opacity: 0;
  transition: all 0.6s ease-in-out;
  top: 1px;
  left: 1px;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  z-index: -1;
  border-radius: inherit;
  background: linear-gradient(90deg, rgb(253.4330708661, 239.8007874016, 216.7669291339) 0%, #ffffff 50%, rgb(229.8571428571, 239.1142857143, 252.9428571429) 100%);
}
.QA .QA-cont .QA-grid .QA-item .Q-header {
  display: flex;
  align-items: center;
  gap: 40px;
  transform: translateY(34px);
  transition: all 0.6s ease-in-out;
}
@media (max-width: 991px) {
  .QA .QA-cont .QA-grid .QA-item .Q-header {
    gap: 20px;
    transform: translateY(28px);
  }
}
.QA .QA-cont .QA-grid .QA-item .Q-header .Q {
  font-size: 20px;
  font-weight: 700;
  color: rgb(6.4285714286, 35.3571428571, 78.5714285714);
}
@media (max-width: 991px) {
  .QA .QA-cont .QA-grid .QA-item .Q-header .Q {
    font-size: 16px;
  }
}
.QA .QA-cont .QA-grid .QA-item .Q-header .Q-icon {
  transition: all 0.7s ease-in-out;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border-radius: 50%;
  background-color: #1263dc;
  border: 1px solid rgb(97.8571428571, 155.7142857143, 242.1428571429);
}
@media (max-width: 991px) {
  .QA .QA-cont .QA-grid .QA-item .Q-header .Q-icon {
    width: 36px;
    height: 36px;
  }
}
.QA .QA-cont .QA-grid .QA-item .Q-header .Q-icon .las {
  color: #fff;
  font-size: 18px;
}
@media (max-width: 991px) {
  .QA .QA-cont .QA-grid .QA-item .Q-header .Q-icon .las {
    font-size: 16px;
  }
}
.QA .QA-cont .QA-grid .QA-item .A {
  font-size: 16px;
  font-weight: 300;
  color: rgb(6.4285714286, 35.3571428571, 78.5714285714);
  margin-top: 16px;
  opacity: 0;
  transform: rotate(-5deg);
  transition: all 0.6s ease-in-out;
}
@media (max-width: 991px) {
  .QA .QA-cont .QA-grid .QA-item .A {
    font-size: 13px;
    margin-top: 10px;
  }
}/*# sourceMappingURL=main.css.map */