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

.brannches {
  padding: 37px 0;
}
.brannches .branches-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 47px;
}
@media (max-width: 991px) {
  .brannches .branches-header {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .brannches .branches-header {
    gap: 0;
  }
}
.brannches .branches-header .title {
  font-size: 40px;
  font-weight: 700;
  color: #080808;
}
@media (max-width: 767px) {
  .brannches .branches-header .title {
    font-size: 32px;
  }
}
.brannches .branches-header .tablist {
  padding: 22px 31px;
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0px 12px 28px 0px rgba(0, 0, 0, 0.0392156863);
  border: 1px solid #fefefe;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 24px;
}
@media (max-width: 767px) {
  .brannches .branches-header .tablist {
    padding: 20px;
    border-radius: 10px;
  }
}
.brannches .branches-header .tablist .btn {
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 42px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 700;
  border: 2px solid #1263dc;
}
@media (max-width: 991px) {
  .brannches .branches-header .tablist .btn {
    padding: 0 30px;
  }
}
@media (max-width: 991px) {
  .brannches .branches-header .tablist .btn {
    padding: 0 20px;
    height: 44px;
  }
}
.brannches .branches-header .tablist .btn[aria-selected=true] {
  background-color: #1263dc;
  color: #fff;
}
.brannches .branches-header .tablist .btn[aria-selected=false] {
  background-color: #fff;
  color: #1263dc;
  opacity: 0.5;
}
.brannches .info-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
@media (max-width: 991px) {
  .brannches .info-grid {
    grid-template-columns: 1fr;
    max-width: 556px;
    margin: auto;
  }
}
.brannches .info-grid .contact-box {
  background: #ffffff;
  border: 1px solid #fefefe;
  box-shadow: 0px 12px 28px 0px rgba(0, 0, 0, 0.0392156863);
  border-radius: 16px;
  padding: 22px;
}
@media (max-width: 991px) {
  .brannches .info-grid .contact-box {
    order: 3;
  }
}
@media (max-width: 767px) {
  .brannches .info-grid .contact-box {
    border-radius: 10px;
  }
}
.brannches .info-grid .contact-box .contact-title {
  font-size: 24px;
  font-weight: 700;
  color: #080808;
  margin-bottom: 20px;
}
.brannches .info-grid .contact-box .contact-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.brannches .info-grid .contact-box .contact-grid .line {
  display: flex;
  align-items: start;
  gap: 5px;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .brannches .info-grid .contact-box .contact-grid .line {
    white-space: unset;
  }
}
.brannches .info-grid .contact-box .contact-grid .line .las {
  color: rgb(10.2857142857, 56.5714285714, 125.7142857143);
  font-size: 18px;
}
.brannches .info-grid .contact-box .contact-grid .line > :nth-child(2) {
  font-size: 18px;
  font-weight: 300;
  color: #080808;
}
@media (max-width: 1199px) {
  .brannches .info-grid .contact-box .contact-grid .line > :nth-child(2) {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .brannches .info-grid .contact-box .contact-grid .line > :nth-child(2) {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .brannches .info-grid .contact-box .contact-grid .line > :nth-child(2) {
    font-size: 14px;
  }
}
.brannches .info-grid .contact-box .contact-grid .location {
  width: calc(66% - 7.5px);
}
@media (max-width: 767px) {
  .brannches .info-grid .contact-box .contact-grid .location {
    width: auto;
  }
}
.brannches .info-grid .contact-box .contact-grid .mail {
  width: calc(34% - 7.5px);
}
@media (max-width: 767px) {
  .brannches .info-grid .contact-box .contact-grid .mail {
    width: 100%;
  }
}
.brannches .info-grid .contact-box .contact-grid .phone {
  width: calc(32% - 4px);
}
@media (max-width: 1199px) {
  .brannches .info-grid .contact-box .contact-grid .phone {
    width: calc(31% - 4px);
  }
}
@media (max-width: 767px) {
  .brannches .info-grid .contact-box .contact-grid .phone {
    width: auto;
  }
}
.brannches .info-grid .contact-box .contact-grid .phone .num {
  white-space: nowrap;
}
.brannches .info-grid .working-hours {
  background: #ffffff;
  border: 1px solid #fefefe;
  box-shadow: 0px 12px 28px 0px rgba(0, 0, 0, 0.0392156863);
  border-radius: 16px;
  padding: 20px 13px;
}
@media (max-width: 991px) {
  .brannches .info-grid .working-hours {
    order: 2;
  }
}
@media (max-width: 767px) {
  .brannches .info-grid .working-hours {
    border-radius: 10px;
  }
}
.brannches .info-grid .working-hours .title {
  font-size: 24px;
  font-weight: 700;
  color: #080808;
  margin-bottom: 20px;
}
.brannches .info-grid .working-hours .wh-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 17px;
  -moz-column-gap: 16px;
       column-gap: 16px;
  row-gap: 7px;
  background-color: rgb(239.2857142857, 245.0714285714, 253.7142857143);
  border-radius: 8px;
}
@media (max-width: 767px) {
  .brannches .info-grid .working-hours .wh-grid {
    grid-template-columns: 1fr;
  }
}
.brannches .info-grid .working-hours .wh-grid .day-line {
  display: flex;
  gap: 4px;
  color: #080808;
  font-weight: 300;
  font-size: 18px;
}
@media (max-width: 1199px) {
  .brannches .info-grid .working-hours .wh-grid .day-line {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .brannches .info-grid .working-hours .wh-grid .day-line {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .brannches .info-grid .working-hours .wh-grid .day-line {
    font-size: 16px;
  }
}
.brannches .info-grid .working-hours .wh-grid .day-line .day {
  font-weight: 700;
}
.brannches .info-grid .branch-img,
.brannches .info-grid .branche-map {
  border-radius: 16px;
  overflow: hidden;
  height: 100%;
  border: 1px solid #fefefe;
}
@media (max-width: 991px) {
  .brannches .info-grid .branch-img,
  .brannches .info-grid .branche-map {
    aspect-ratio: 566/302;
  }
}
@media (max-width: 767px) {
  .brannches .info-grid .branch-img,
  .brannches .info-grid .branche-map {
    border-radius: 10px;
  }
}
.brannches .info-grid .branch-img .img-cover,
.brannches .info-grid .branche-map .img-cover {
  display: flex;
}
@media (max-width: 991px) {
  .brannches .info-grid .branch-img {
    order: 1;
  }
}
@media (max-width: 991px) {
  .brannches .info-grid .branche-map {
    order: 4;
  }
}/*# sourceMappingURL=main.css.map */