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

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

.cars-cont {
  position: relative;
}

.cars-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 48px;
}
@media (max-width: 767px) {
  .cars-header {
    margin-bottom: 20px;
  }
}
.cars-header .cars-title {
  font-size: 40px;
  font-weight: 700;
  margin: 0;
}
@media (max-width: 767px) {
  .cars-header .cars-title {
    font-size: 28px;
    text-align: center;
    margin: auto;
  }
}
.cars-header .all-cars-btn {
  font-size: 16px;
  font-weight: 700;
  background-color: #1263dc;
  color: #ffffff;
  border-radius: 16px;
  height: 48px;
  padding: 0 44px;
  display: flex;
  align-items: center;
}
.cars-header .all-cars-btn:hover {
  background-color: rgb(14.1428571429, 77.7857142857, 172.8571428571);
  color: #ffffff;
}

.cars-swiper {
  overflow: hidden;
}
.cars-swiper .cars-slide {
  cursor: pointer;
}
.cars-swiper .cars-slide:hover .cars-img {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
.cars-swiper .cars-slide:hover .car-info-border {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  transform: translateY(8px);
}
.cars-swiper .cars-slide:hover .car-info-border .car-info {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  padding: 26px 16px;
}
.cars-swiper .cars-slide:hover .car-info-border .car-info .car-more-btn {
  color: #ffffff;
  background-color: #1263dc;
}
.cars-swiper .cars-slide .cars-img {
  width: 100%;
  aspect-ratio: 368/287;
  clip-path: polygon(0 0, 100% 0, 100% 85%, 0% 100%);
  overflow: hidden;
  position: relative;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 1199px) {
  .cars-swiper .cars-slide .cars-img {
    clip-path: polygon(0 0, 100% 0, 100% 83%, 0% 100%);
  }
}
@media (max-width: 991px) {
  .cars-swiper .cars-slide .cars-img {
    clip-path: polygon(0 0, 100% 0, 100% 85%, 0% 100%);
  }
}
@media (max-width: 1199px) {
  .cars-swiper .cars-slide .cars-img {
    clip-path: polygon(0 0, 100% 0, 100% 84%, 0% 100%);
  }
}
.cars-swiper .cars-slide .cars-img img {
  border-radius: 8px;
}
.cars-swiper .cars-slide .car-info-border {
  background-color: rgb(192.1428571429, 215.2857142857, 249.8571428571);
  clip-path: polygon(0 30%, 100% 0, 100% 100%, 0% 100%);
  transform: translateY(-36px);
  border-radius: 8px;
  padding: 1px;
  transition: all 0.5s ease;
}
@media (max-width: 1199px) {
  .cars-swiper .cars-slide .car-info-border {
    clip-path: polygon(0 24%, 100% 0, 100% 100%, 0% 100%);
  }
}
@media (max-width: 991px) {
  .cars-swiper .cars-slide .car-info-border {
    clip-path: polygon(0 30%, 100% 0, 100% 100%, 0% 100%);
  }
}
.cars-swiper .cars-slide .car-info-border .car-info {
  clip-path: polygon(0 30%, 100% 0, 100% 100%, 0% 100%);
  padding: 48px 16px 16px;
  background-color: #ffffff;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 0.5s ease;
}
@media (max-width: 1199px) {
  .cars-swiper .cars-slide .car-info-border .car-info {
    clip-path: polygon(0 24%, 100% 0, 100% 100%, 0% 100%);
  }
}
@media (max-width: 991px) {
  .cars-swiper .cars-slide .car-info-border .car-info {
    clip-path: polygon(0 30%, 100% 0, 100% 100%, 0% 100%);
  }
}
.cars-swiper .cars-slide .car-info-border .car-info .car-info-box .car-btns {
  display: flex;
  gap: 8px;
  align-items: center;
}
.cars-swiper .cars-slide .car-info-border .car-info .car-info-box .car-btns .car-btn {
  font-size: 12px;
  color: #1263dc;
  background-color: rgb(239.2857142857, 245.0714285714, 253.7142857143);
  border: 1px solid #1263dc;
  border-radius: 29px;
  padding: 2px 8px;
}
.cars-swiper .cars-slide .car-info-border .car-info .car-info-box .car-model {
  font-size: 18px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .cars-swiper .cars-slide .car-info-border .car-info .car-info-box .car-model {
    font-size: 14px;
  }
}
.cars-swiper .cars-slide .car-info-border .car-info .car-more-btn {
  font-size: 14px;
  font-weight: 700;
  border: 2px solid #1263dc;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1263dc;
  flex-shrink: 0;
}

.next .swiper-button-next {
  right: -100px;
  margin: 0;
  width: 56px;
  height: 56px;
  background-color: #1263dc;
  transform: rotate(45deg);
}
.next .swiper-button-next::after {
  transform: rotate(-45deg);
  color: #ffffff;
  font-size: 18px;
}
@media (max-width: 1199px) {
  .next .swiper-button-next {
    display: none;
  }
}

.swiper-button-prev {
  left: -100px;
  margin: 0;
  width: 56px;
  height: 56px;
  background-color: #1263dc;
  transform: rotate(45deg);
}
.swiper-button-prev::after {
  transform: rotate(-45deg);
  color: #ffffff;
  font-size: 18px;
}
@media (max-width: 1199px) {
  .swiper-button-prev {
    display: none;
  }
}

.swiper-pagination {
  position: relative;
  margin-top: 20px;
}
@media (min-width: 1200px) {
  .swiper-pagination {
    display: none;
  }
}
@media (max-width: 767px) {
  .swiper-pagination {
    margin-top: 0;
  }
}
.swiper-pagination .swiper-pagination-bullet-active {
  background-color: #1263dc;
}

@media (max-width: 767px) {
  .in-lg {
    display: none !important;
  }
}

.in-xs {
  display: none;
}
@media (max-width: 767px) {
  .in-xs {
    font-size: 16px;
    font-weight: 700;
    background-color: #1263dc;
    color: #ffffff;
    border-radius: 16px;
    height: 48px;
    padding: 0 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 15px;
  }
  .in-xs:hover {
    background-color: rgb(14.1428571429, 77.7857142857, 172.8571428571);
    color: #ffffff;
  }
}/*# sourceMappingURL=main.css.map */