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

.projects-form {
  margin: 140px 0 22px;
}
@media (max-width: 991px) {
  .projects-form {
    margin-top: 50px;
  }
}
.projects-form .form-cont {
  border: 2px solid rgb(239.2857142857, 245.0714285714, 253.7142857143);
  border-radius: 40px;
  padding: 64px 58px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
}
@media (max-width: 991px) {
  .projects-form .form-cont {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
@media (max-width: 575px) {
  .projects-form .form-cont {
    border: none;
    padding: 0;
  }
}
@media (max-width: 991px) {
  .projects-form .form-cont .form {
    order: 2;
  }
}
.projects-form .form-cont .form h3 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 32px;
}
@media (max-width: 991px) {
  .projects-form .form-cont .form h3 {
    text-align: center;
  }
}
@media (max-width: 575px) {
  .projects-form .form-cont .form h3 {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
.projects-form .form-cont .form form {
  display: flex;
  flex-direction: column;
  gap: 22px;
  max-width: 100%;
}
@media (max-width: 575px) {
  .projects-form .form-cont .form form {
    gap: 16px;
  }
}
.projects-form .form-cont .form form .form-group {
  position: relative;
}
.projects-form .form-cont .form form .form-group input,
.projects-form .form-cont .form form select,
.projects-form .form-cont .form form textarea {
  width: 100%;
  padding: 13px 16px 8px;
  font-size: 18px;
  background-color: rgb(239.2857142857, 245.0714285714, 253.7142857143);
  border: 1px solid rgb(192.1428571429, 215.2857142857, 249.8571428571);
  border-radius: 8px;
}
@media (max-width: 575px) {
  .projects-form .form-cont .form form .form-group input,
  .projects-form .form-cont .form form select,
  .projects-form .form-cont .form form textarea {
    font-size: 16px;
  }
}
.projects-form .form-cont .form form .form-group label {
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
  background: #fff;
  padding: 0 8px;
  font-size: 18px;
  pointer-events: none;
  transition: 0.3s ease;
  background-color: rgb(239.2857142857, 245.0714285714, 253.7142857143);
}
.projects-form .form-cont .form form .form-group input:not(:-moz-placeholder) + label {
  top: 9px;
  font-size: 12px;
  color: #06234d;
}
.projects-form .form-cont .form form .form-group input:focus + label,
.projects-form .form-cont .form form .form-group input:not(:placeholder-shown) + label {
  top: 9px;
  font-size: 12px;
  color: #06234d;
}
.projects-form .form-cont .form form .select {
  position: relative;
}
.projects-form .form-cont .form form .select select:has([hidden]:checked) {
  color: #000000;
}
.projects-form .form-cont .form form .select select:has([hidden]:checked) option {
  color: #000000;
}
.projects-form .form-cont .form form .select::before {
  content: "\f107";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  inset-inline-end: 16px;
  font-family: "Line Awesome Free";
  font-size: 20px;
  color: #1263dc;
  font-weight: 900;
}
.projects-form .form-cont .form form textarea {
  resize: none;
  min-height: 64px;
}
.projects-form .form-cont .form form textarea::-moz-placeholder {
  color: #030303;
}
.projects-form .form-cont .form form textarea::placeholder {
  color: #030303;
}
.projects-form .form-cont .form form button {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}
.projects-form .form-cont .form form button .send {
  border: 2px solid #1263dc;
  padding: 10px 0;
  border-radius: 15px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  background-color: #1263dc;
}
.projects-form .form-cont .form form button .send:hover {
  background-color: #ffffff;
}
.projects-form .form-cont .form form button .send:hover a {
  color: #1263dc;
}
.projects-form .form-cont .form form button .send:hover i {
  color: #1263dc;
}
.projects-form .form-cont .form form button .send a {
  font-size: 14px;
  font-weight: 700;
  color: #ffffff;
}
.projects-form .form-cont .form form button .send i {
  font-size: 24px;
  color: #ffffff;
}
@media (max-width: 991px) {
  .projects-form .form-cont .form-img {
    display: none;
  }
}
.projects-form .form-cont .form-img img {
  border-radius: 16px;
  width: 100%;
  aspect-ratio: 515/510;
}/*# sourceMappingURL=main.css.map */