@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: #030303;
}

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: #030303;
  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%;
}

.footer-landing-page3 {
  padding: 123px 0 46px;
  color: #fff;
  position: relative;
}
@media (max-width: 1199px) {
  .footer-landing-page3 {
    padding: 70px 0 40px;
  }
}
@media (max-width: 767px) {
  .footer-landing-page3 {
    padding: 125px 0 40px;
  }
}
.footer-landing-page3 .bg-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.footer-landing-page3 .bg-gradiant {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
@media (max-width: 767px) {
  .footer-landing-page3 .bg-gradiant {
    display: none;
  }
}
html[dir=ltr] .footer-landing-page3 .bg-gradiant {
  transform: scale(-1);
}
.footer-landing-page3 .bg-gradiant radialGradient stop:first-child {
  stop-color: rgb(14.5285714286, 79.9071428571, 177.5714285714);
}
.footer-landing-page3 .bg-gradiant radialGradient stop:last-child {
  stop-color: rgb(6.4285714286, 35.3571428571, 78.5714285714);
}
.footer-landing-page3 .bg-gradiant-xs {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: none;
}
@media (max-width: 767px) {
  .footer-landing-page3 .bg-gradiant-xs {
    display: block;
  }
}
html[dir=ltr] .footer-landing-page3 .bg-gradiant-xs {
  transform: scaleX(-1);
}
.footer-landing-page3 .bg-gradiant-xs radialGradient stop:first-child {
  stop-color: rgb(14.5285714286, 79.9071428571, 177.5714285714);
}
.footer-landing-page3 .bg-gradiant-xs radialGradient stop:last-child {
  stop-color: rgb(6.4285714286, 35.3571428571, 78.5714285714);
}

.footer-cont {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: space-between;
  padding-bottom: 104px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
@media (max-width: 767px) {
  .footer-cont {
    flex-direction: column;
    align-items: start;
    padding-bottom: 0px;
    border: none;
    gap: 64px;
  }
}

.footer-info {
  display: flex;
  align-items: start;
  justify-content: center;
  flex-direction: column;
  width: 396px;
  gap: 16px;
}
@media (max-width: 767px) {
  .footer-info {
    gap: 10px;
  }
}
.footer-info .footer-logo {
  max-width: 299px;
  aspect-ratio: 299/83;
}
@media (max-width: 767px) {
  .footer-info .footer-logo {
    max-width: 191px;
  }
}
.footer-info .footer-desc {
  max-width: 324px;
  font-size: 40px;
  font-weight: 700;
  color: #fff;
}
@media (max-width: 991px) {
  .footer-info .footer-desc {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .footer-info .footer-desc {
    font-size: 26px;
    max-width: 210px;
  }
}

.contact-menue {
  display: flex;
  gap: 32px;
  align-items: start;
  justify-content: center;
  flex-direction: column;
}
@media (max-width: 767px) {
  .contact-menue {
    width: 100%;
  }
}
.contact-menue .contact-menu-cont {
  display: flex;
  gap: 20px;
  align-items: start;
  justify-content: center;
  flex-direction: column;
  padding: 40px 48px;
  border-radius: 24px;
  border: 3px solid #ffffff;
  background: linear-gradient(137.93deg, rgb(6.4285714286, 35.3571428571, 78.5714285714) 22.71%, rgba(18, 99, 220, 0.5) 68.29%);
}
html[dir=ltr] .contact-menue .contact-menu-cont {
  background: linear-gradient(257.93deg, rgb(6.4285714286, 35.3571428571, 78.5714285714) 22.71%, rgba(18, 99, 220, 0.5) 68.29%);
}
@media (max-width: 991px) {
  .contact-menue .contact-menu-cont {
    padding: 20px 25px;
  }
}
@media (max-width: 767px) {
  .contact-menue .contact-menu-cont {
    width: 100%;
  }
}
.contact-menue .contact-menu-cont .contact-btn {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: start;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .contact-menue .contact-menu-cont .contact-btn {
    white-space: wrap;
  }
}
.contact-menue .contact-menu-cont .contact-btn .las {
  font-size: 20px;
}
@media (max-width: 767px) {
  .contact-menue .contact-menu-cont .contact-btn .las {
    font-size: 18px;
  }
}
.contact-menue .contact-menu-cont .contact-btn .contact-type {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
}
@media (max-width: 767px) {
  .contact-menue .contact-menu-cont .contact-btn .contact-type {
    font-size: 16px;
    font-weight: 300;
  }
}

.copyrightplussocials {
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 2;
  margin-top: 32px;
}
@media (max-width: 767px) {
  .copyrightplussocials {
    flex-direction: column-reverse;
    align-items: start;
  }
}

.socials {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
}
@media (max-width: 767px) {
  .socials {
    padding-bottom: 63px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    width: 100%;
    justify-content: start;
  }
}
.socials a {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  transition: all 0.4s ease-in-out;
  border: 2px solid #535353;
}
.socials a .lab {
  color: #535353;
  font-size: 18px;
  transition: all 0.4s ease-in-out;
}
.socials a:hover {
  background-color: #1263dc;
  border: 2px solid #1263dc;
}
.socials a:hover .lab {
  color: #fff;
}

.cobyright {
  display: flex;
  justify-content: center;
  font-size: 16px;
  font-weight: 300;
  color: rgb(50.7142857143, 125.9285714286, 238.2857142857);
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .cobyright {
    margin-top: 13px;
  }
}
.cobyright .company {
  color: #fff;
  margin-inline-start: 4px;
}/*# sourceMappingURL=main.css.map */