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

.clients {
  margin: 135px 0;
}
@media (max-width: 991px) {
  .clients {
    margin: 50px 0;
  }
}

.clients-cont {
  padding: 139px 0 109px;
  display: flex;
  align-items: center;
  gap: 30px;
}
@media (max-width: 767px) {
  .clients-cont {
    padding: 30px 0;
  }
}
@media (max-width: 767px) {
  .clients-cont {
    flex-direction: column;
  }
}
.clients-cont .clients-text {
  width: calc(100% - 417px);
}
@media (max-width: 767px) {
  .clients-cont .clients-text {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.clients-cont .clients-text .clients-title {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 24px;
}
@media (max-width: 991px) {
  .clients-cont .clients-text .clients-title {
    font-size: 40px;
    order: 1;
  }
}
@media (max-width: 767px) {
  .clients-cont .clients-text .clients-title {
    order: 1;
    font-size: 32px;
  }
}
.clients-cont .clients-text .clients-p {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 32px;
  max-width: 381px;
}
@media (max-width: 991px) {
  .clients-cont .clients-text .clients-p {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .clients-cont .clients-text .clients-p {
    max-width: 100%;
    width: 100%;
    font-size: 14px;
    margin-bottom: 24px;
    order: 3;
    margin-bottom: 0;
  }
}
.clients-cont .clients-text .clients-btn {
  color: #1263dc;
  border: 2px solid #1263dc;
  border-radius: 15px;
  font-size: 18px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 182px;
  height: 48px;
  transition: all 0.5s ease;
}
@media (max-width: 767px) {
  .clients-cont .clients-text .clients-btn {
    order: 2;
    height: 40px;
    padding: 10px;
    font-size: 14px;
  }
  .clients-cont .clients-text .clients-btn .btn-span {
    display: none;
  }
}
.clients-cont .clients-text .clients-btn:hover {
  background-color: #1263dc;
  color: #fff;
}
.clients-cont .clients-text .clients-btn:hover .hover-svg {
  transform: rotate(-45deg);
  transition: all 0.3s ease;
  margin-right: 6px;
}
.clients-cont .clients-text .clients-btn:hover .btn-svg {
  transform: rotate(-45deg);
  transition: all 0.5s ease;
  margin-right: 10px;
}
.clients-cont .clients-text .clients-btn:hover .btn-svg path {
  stroke: #ffffff;
}
.clients-cont .clients-text .clients-btn .btn-svg {
  margin-right: 6px;
  transition: all 0.5s ease;
  stroke: #1263dc;
}
@media (max-width: 767px) {
  .clients-cont .clients-text .clients-btn .btn-svg {
    width: 12px;
    height: 12px;
  }
}
.clients-cont .clients-flex {
  width: 559px;
  max-width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 9px;
}
@media (max-width: 991px) {
  .clients-cont .clients-flex {
    width: 446px;
  }
}
@media (max-width: 767px) {
  .clients-cont .clients-flex {
    max-width: 100%;
  }
}
.clients-cont .clients-flex .clients-img {
  width: calc(25% - 7px);
  height: 73px;
  box-shadow: 0px 20px 32px 0px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  order: 2;
  border: 2px solid transparent;
  transition: all 0.3s ease;
}
@media (max-width: 767px) {
  .clients-cont .clients-flex .clients-img {
    height: 44px;
  }
}
.clients-cont .clients-flex .clients-img:hover {
  border: 2px solid #1263dc;
}
.clients-cont .clients-flex .clients-img:nth-of-type(n + 5) {
  width: calc(25% - 5.7px);
  order: 1;
}
.clients-cont .clients-flex .clients-img:nth-of-type(n + 8) {
  order: 3;
}/*# sourceMappingURL=main.css.map */