/* 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: #000000;
}

html {
  scroll-behavior: smooth;
  scrollbar-width: thin;
  scrollbar-color: #f67508 #f2f2f2;
}

body::-webkit-scrollbar {
  background-color: #f2f2f2;
  width: 8px;
  height: 4px;
}
body::-webkit-scrollbar-thumb {
  background-color: #f67508;
  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: #000000;
  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%;
}

.main-section {
  padding: 100px 0 100px;
}
@media (max-width: 767px) {
  .main-section {
    padding: 35px 0 50px;
  }
}
.main-section .main-cont {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 30px;
}
@media (max-width: 991px) {
  .main-section .main-cont {
    grid-template-columns: 2fr 1fr;
  }
}
@media (max-width: 767px) {
  .main-section .main-cont {
    grid-template-columns: 1fr;
    gap: 50px;
  }
}
.main-section .main-info {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (max-width: 767px) {
  .main-section .main-info {
    text-align: center;
    align-items: center;
    gap: 10px;
  }
}
.main-section .main-title {
  font-size: 36px;
  font-weight: 800;
  padding: 0;
  margin: 0;
}
@media (max-width: 991px) {
  .main-section .main-title {
    font-size: 28px;
  }
}
.main-section .main-desc {
  padding: 0;
  margin: 0;
  font-size: 22px;
  line-height: 1.8;
}
@media (max-width: 991px) {
  .main-section .main-desc {
    font-size: 18px;
  }
}
.main-section .main-price {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 10px;
}
.main-section .main-price strong {
  font-size: 36px;
  font-weight: 800;
  color: #f67508;
}
@media (max-width: 991px) {
  .main-section .main-price strong {
    font-size: 24px;
  }
}
.main-section .main-price del {
  font-size: 24px;
  font-weight: 300;
  color: #808080;
}
@media (max-width: 991px) {
  .main-section .main-price del {
    font-size: 18px;
  }
}
.main-section .main-price span {
  border-radius: 15px;
  background-color: #24cc63;
  color: white;
  padding: 0 10px;
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 30px;
}
@media (max-width: 991px) {
  .main-section .main-price span {
    font-size: 12px;
    height: 25px;
  }
}
.main-section .buy-now {
  font-size: 22px;
  font-weight: 700;
  color: white;
  background-color: #f67508;
  height: 60px;
  padding: 0 30px;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  transition: all 0.3s ease-in-out;
}
.main-section .buy-now i {
  font-size: 36px;
}
.main-section .buy-now:focus {
  color: #fff;
}
.main-section .buy-now:hover {
  background-color: #000000;
  color: #fff;
}
@media (max-width: 991px) {
  .main-section .buy-now {
    font-size: 18px;
    height: 45px;
    gap: 5px;
  }
  .main-section .buy-now i {
    font-size: 26px;
  }
}
.main-section .main-img {
  width: 100%;
  max-width: 471px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  aspect-ratio: 471/480;
}

.video {
  width: 100%;
  max-width: 1140px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  aspect-ratio: 1140/550;
  border-radius: 25px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
.video:hover img {
  transform: scale(1.05);
}
.video img {
  transition: all 0.3s ease-in-out;
}
.video::before {
  content: "\f144";
  font-family: "Line Awesome Free";
  font-weight: 900;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  z-index: 2;
  color: #ffffff;
  font-size: 100px;
}
@media (max-width: 767px) {
  .video::before {
    font-size: 50px;
  }
}
.video::after {
  content: "";
  position: absolute;
  top: 0;
  height: 0;
  width: 100%;
  height: 100%;
  opacity: 0.102;
  background-color: #000000;
  z-index: 1;
}

.features-section {
  padding: 100px 0;
}
.features-section .features-cont {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 140px;
}
@media (max-width: 991px) {
  .features-section .features-cont {
    padding: 0 40px;
  }
}
@media (max-width: 767px) {
  .features-section .features-cont {
    padding: 0;
  }
}
.features-section .features-cont .features-text {
  max-width: 750px;
}
.features-section .features-cont .features-text .features-title {
  text-align: center;
  font-size: 36px;
  font-weight: 800;
}
@media (max-width: 767px) {
  .features-section .features-cont .features-text .features-title {
    font-size: 25px;
    font-weight: 700;
  }
}
.features-section .features-cont .features-text p {
  text-align: center;
  font-size: 18px;
}
@media (max-width: 767px) {
  .features-section .features-cont .features-text p {
    font-size: 14px;
  }
}
.features-section .features-cont .features-options {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 90px;
  padding: 50px 0;
}
@media (max-width: 991px) {
  .features-section .features-cont .features-options {
    gap: 30px;
  }
}
@media (max-width: 767px) {
  .features-section .features-cont .features-options {
    flex-direction: column;
    gap: 40px;
  }
}
.features-section .features-cont .features-options .features-option {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.features-section .features-cont .features-options .features-option .features-icon {
  width: 68px;
  height: 68px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgb(253.8440944882, 235.2051181102, 219.4559055118);
}
.features-section .features-cont .features-options .features-option .features-icon i {
  font-size: 36px;
  color: #f67508;
}
.features-section .features-cont .features-options .features-option p {
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}
.features-section .features-cont .buy-now {
  font-size: 22px;
  font-weight: 700;
  color: white;
  background-color: #f67508;
  height: 60px;
  padding: 0 30px;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  transition: all 0.3s ease-in-out;
}
.features-section .features-cont .buy-now i {
  font-size: 36px;
}
.features-section .features-cont .buy-now:focus {
  color: #fff;
}
.features-section .features-cont .buy-now:hover {
  background-color: #000000;
  color: #fff;
}
@media (max-width: 991px) {
  .features-section .features-cont .buy-now {
    font-size: 18px;
    height: 45px;
    gap: 5px;
  }
  .features-section .features-cont .buy-now i {
    font-size: 26px;
  }
}

.why-section {
  background-color: rgb(253.8440944882, 235.2051181102, 219.4559055118);
}
.why-section .why-cont {
  padding: 100px 0;
}
@media (max-width: 991px) {
  .why-section .why-cont {
    padding: 50px 60px;
  }
}
@media (max-width: 767px) {
  .why-section .why-cont {
    padding: 50px 0px;
  }
}
.why-section .why-cont .why-title {
  display: flex;
  justify-content: center;
  align-items: center;
}
.why-section .why-cont .why-title h2 {
  text-align: center;
  font-size: 36px;
  font-weight: 800;
  margin-bottom: 70px;
  max-width: 668px;
}
@media (max-width: 991px) {
  .why-section .why-cont .why-title h2 {
    font-size: 28px;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .why-section .why-cont .why-title h2 {
    font-size: 20px;
  }
}
.why-section .why-cont .why-items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
@media (max-width: 1199px) {
  .why-section .why-cont .why-items {
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .why-section .why-cont .why-items {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 575px) {
  .why-section .why-cont .why-items {
    grid-template-columns: 1fr;
  }
}
.why-section .why-cont .why-items .why-item {
  display: flex;
  gap: 0 30px;
  align-items: flex-start;
}
.why-section .why-cont .why-items .why-item .why-icon {
  width: 48px;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.why-section .why-cont .why-items .why-item .why-icon i {
  color: #f67508;
  font-size: 28px;
}
@media (max-width: 767px) {
  .why-section .why-cont .why-items .why-item .why-icon i {
    font-size: 20px;
  }
}
.why-section .why-cont .why-items .why-item .why-text h3 {
  font-size: 20px;
  margin: 0;
}
@media (max-width: 767px) {
  .why-section .why-cont .why-items .why-item .why-text h3 {
    font-size: 16px;
  }
}
.why-section .why-cont .why-items .why-item .why-text p {
  font-size: 16px;
}
@media (max-width: 767px) {
  .why-section .why-cont .why-items .why-item .why-text p {
    font-size: 12px;
  }
}
.why-section .why-cont .why-button {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 45px;
}
@media (max-width: 991px) {
  .why-section .why-cont .why-button {
    padding-top: 20px;
  }
}
.why-section .why-cont .why-button .buy-now {
  font-size: 22px;
  font-weight: 700;
  color: white;
  background-color: #f67508;
  height: 60px;
  padding: 0 30px;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  transition: all 0.3s ease-in-out;
}
.why-section .why-cont .why-button .buy-now i {
  font-size: 36px;
}
.why-section .why-cont .why-button .buy-now:focus {
  color: #fff;
}
.why-section .why-cont .why-button .buy-now:hover {
  background-color: #000000;
  color: #fff;
}
@media (max-width: 991px) {
  .why-section .why-cont .why-button .buy-now {
    font-size: 18px;
    height: 45px;
    gap: 5px;
  }
  .why-section .why-cont .why-button .buy-now i {
    font-size: 26px;
  }
}

.reviews-section {
  padding: 80px 0 100px;
  overflow: hidden;
  position: relative;
}
.reviews-section::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 2;
  background: #000000;
  background: linear-gradient(90deg, rgb(0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
}

.reviews-cover {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
}

.reviews-cont {
  position: relative;
  z-index: 3;
}
.reviews-cont h3 {
  text-align: center;
  font-size: 36px;
  font-weight: 800;
  color: #ffffff;
}

.reviews-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  position: relative;
  text-align: center;
  border-radius: 15px;
  margin-top: 33px;
}
.reviews-item .reviews-img {
  width: 65px;
  aspect-ratio: 1;
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  top: 0;
  transform: translateY(-50%);
  z-index: 3;
}
.reviews-item p {
  padding: 45px 30px 0;
  font-size: 18px;
}
.reviews-item h4 {
  font-size: 18px;
  font-weight: 700;
}

.swiper-pagination {
  position: relative;
  inset: unset;
  margin-top: 40px;
  transform: unset;
}

.swiper-pagination-bullet {
  background-color: #ffffff;
}

.swiper-pagination-bullet-active {
  background-color: #f67508;
}

.form-section {
  padding: 80px 0 100px;
}
@media (max-width: 767px) {
  .form-section {
    padding-bottom: 50px;
  }
}
.form-section .form-cont {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 50px;
}
@media (max-width: 767px) {
  .form-section .form-cont {
    grid-template-columns: 1fr;
  }
}
.form-section .form-cont .selling-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.form-section .form-cont .selling-info .sold {
  background-color: #f67508;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 27px;
  padding: 0 40px;
  margin-bottom: 30px;
}
.form-section .form-cont .selling-info .sold p {
  font-size: 24px;
  font-weight: 700;
  color: #ffffff;
  margin: 10px 0;
}
@media (max-width: 991px) {
  .form-section .form-cont .selling-info .sold p {
    font-size: 20px;
  }
}
.form-section .form-cont .selling-info .del {
  font-size: 22px;
}
.form-section .form-cont .selling-info .discount-span {
  border-radius: 15px;
  background-color: #24cc63;
  color: white;
  padding: 0 10px;
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 30px;
}
@media (max-width: 991px) {
  .form-section .form-cont .selling-info .discount-span {
    font-size: 12px;
    height: 25px;
  }
}
.form-section .form-cont .selling-info .price-after p {
  font-size: 30px;
  font-weight: 800;
}
@media (max-width: 991px) {
  .form-section .form-cont .selling-info .price-after p {
    font-size: 26px;
  }
}
.form-section .form-cont .selling-info .counter {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  border: 2px solid #ededed;
  border-radius: 30px;
  padding: 7px 20px;
}
.form-section .form-cont .selling-info .counter .btn {
  font-size: 26px;
  color: #808080;
}
.form-section .form-cont .selling-info .counter #value {
  font-size: 24px;
  font-weight: 800;
}
.form-section .form-cont .selling-info .price-detailes {
  width: 100%;
  margin-top: 15px;
}
.form-section .form-cont .selling-info .price-detailes .total,
.form-section .form-cont .selling-info .price-detailes .shipping,
.form-section .form-cont .selling-info .price-detailes .final-total {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.form-section .form-cont .selling-info .price-detailes .total p,
.form-section .form-cont .selling-info .price-detailes .shipping p,
.form-section .form-cont .selling-info .price-detailes .final-total p {
  font-size: 18px;
  position: relative;
  margin: 10px 0;
}
.form-section .form-cont .selling-info .price-detailes .total p .taxes,
.form-section .form-cont .selling-info .price-detailes .shipping p .taxes,
.form-section .form-cont .selling-info .price-detailes .final-total p .taxes {
  position: absolute;
  transform: translateY(30px);
}
.form-section .form-cont .selling-info .price-detailes .total span,
.form-section .form-cont .selling-info .price-detailes .shipping span,
.form-section .form-cont .selling-info .price-detailes .final-total span {
  font-size: 18px;
  font-weight: 800;
}
.form-section .form-cont .contact-form {
  background-color: rgb(253.8440944882, 235.2051181102, 219.4559055118);
  padding: 45px;
  border-radius: 20px;
}
@media (max-width: 991px) {
  .form-section .form-cont .contact-form {
    padding: 20px;
  }
}
.form-section .form-cont .contact-form .form-title h3 {
  font-size: 30px;
  font-weight: 800;
  text-align: center;
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .form-section .form-cont .contact-form .form-title h3 {
    font-size: 26px;
    margin-bottom: 20px;
  }
}
.form-section .form-cont .contact-form .form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
@media (max-width: 991px) {
  .form-section .form-cont .contact-form .form-grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 767px) {
  .form-section .form-cont .contact-form .form-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 575px) {
  .form-section .form-cont .contact-form .form-grid {
    grid-template-columns: 1fr;
  }
}
.form-section .form-cont .contact-form .form-grid .form-group {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
.form-section .form-cont .contact-form .form-grid .form-group .form-input {
  border-color: transparent;
  background-color: #ffffff;
  border-radius: 25px;
  height: 50px;
  padding: 0 30px;
  width: 100%;
}
.form-section .form-cont .contact-form .form-grid .form-group .form-input::-moz-placeholder {
  text-align: left;
  color: #808080;
  margin-left: 50px;
}
.form-section .form-cont .contact-form .form-grid .form-group .form-input::placeholder {
  text-align: left;
  color: #808080;
  margin-left: 50px;
}
.form-section .form-cont .contact-form .form-grid .form-group .form-label {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px;
}
.form-section .form-cont .contact-form .form-grid .form-group .form-label::after {
  content: "*";
  color: #ff0000;
  position: absolute;
  font-size: 16px;
}
.form-section .form-cont .contact-form .form-grid .form-group select:has([hidden]:checked) {
  color: #808080;
}
.form-section .form-cont .contact-form .form-grid .form-group select:has([hidden]:checked) option {
  color: #000000;
}
.form-section .form-cont .contact-form .submit-btn {
  margin-top: 20px;
  width: 100%;
  background-color: #f67508;
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  border-radius: 25px;
  height: 50px;
  transition: all 0.3s ease-in-out;
}
.form-section .form-cont .contact-form .submit-btn:focus {
  color: #fff;
}
.form-section .form-cont .contact-form .submit-btn:hover {
  background-color: #000000;
  color: #fff;
}

.taxes {
  position: absolute;
  transform: translateY(50%);
  font-size: 13px;
  color: #cb3939;
  bottom: 0;
  right: 0;
}

.select-cont {
  position: relative;
}
.select-cont::after {
  content: "\f107";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  inset-inline-end: 35px;
  font-family: "Line Awesome Free";
  font-size: 14px;
  color: #808080;
  font-weight: 900;
}

.final-total-p {
  position: relative;
}

.header-cont {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 40px;
}
.header-cont a {
  font-size: 16px;
  color: #808080;
}
.header-cont a:hover {
  color: #f67508;
}

.footer {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding-bottom: 70px;
}
@media (max-width: 767px) {
  .footer {
    padding-bottom: 40px;
  }
}
.footer .contact {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 90px;
}
@media (max-width: 991px) {
  .footer .contact {
    gap: 30px;
  }
}
@media (max-width: 575px) {
  .footer .contact {
    flex-direction: column;
  }
}
.footer .contact .contact-group {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 20px;
}
.footer .contact .contact-group:hover {
  color: #f67508;
}
.footer .contact .contact-group i {
  font-size: 30px;
}
.footer .contact .contact-group .contact-number {
  font-size: 20px;
}
.footer .footer-logo {
  margin: 40px 0 30px;
}
.footer .social {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.footer .social .social-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 17px;
  background-color: #000000;
}
.footer .social .social-icon:hover {
  background-color: #f67508;
}
.footer .social i {
  color: #ffffff;
  font-size: 18px;
}
.footer .licence {
  margin: 15px 0 5px;
}
@media (max-width: 767px) {
  .footer .licence {
    order: 5;
    margin: 0;
  }
}
.footer .licence p {
  text-align: center;
}
.footer .footer-link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
@media (max-width: 767px) {
  .footer .footer-link {
    margin-top: 20px;
  }
}
.footer .footer-link li {
  position: relative;
}
.footer .footer-link li:hover {
  color: #f67508;
}
.footer .footer-link .privacy::after {
  content: "";
  height: 15px;
  width: 1px;
  margin: 0 10px;
  background-color: #808080;
  position: absolute;
}/*# sourceMappingURL=main.css.map */