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

.detailes {
  margin: 162px 0 111px;
}
@media (max-width: 991px) {
  .detailes {
    margin: 50px 0;
  }
}
.detailes .detailes-cont {
  border: 1px solid #dbe8fa;
  box-shadow: 0px 20px 32px 0px rgba(0, 0, 0, 0.0392156863);
  padding: 54px 40px;
  display: flex;
  gap: 32px;
  border-radius: 16px;
}
@media (max-width: 991px) {
  .detailes .detailes-cont {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .detailes .detailes-cont {
    padding: 0;
    border: none;
    box-shadow: none;
  }
}
.detailes .detailes-cont .detailes-img {
  max-width: 535px;
  aspect-ratio: 535/539;
}
@media (max-width: 991px) {
  .detailes .detailes-cont .detailes-img {
    max-width: 100%;
  }
}
.detailes .detailes-cont .detailes-img img {
  border-radius: 16px;
}
.detailes .detailes-cont .car-info {
  max-width: 492px;
}
@media (max-width: 991px) {
  .detailes .detailes-cont .car-info {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .detailes .detailes-cont .car-info {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.detailes .detailes-cont .car-info .price-line .price {
  font-size: 32px;
  font-weight: 700;
  color: rgb(10.2857142857, 56.5714285714, 125.7142857143);
}
@media (max-width: 767px) {
  .detailes .detailes-cont .car-info .price-line .price {
    font-size: 30px;
  }
}
.detailes .detailes-cont .car-info .model {
  font-size: 32px;
  font-weight: 700;
  margin: 16px 0;
}
@media (max-width: 767px) {
  .detailes .detailes-cont .car-info .model {
    font-size: 19px;
    margin: 0 0 10px;
    text-align: center;
  }
}
.detailes .detailes-cont .car-info .car-btns {
  display: flex;
  gap: 8px;
  align-items: center;
}
.detailes .detailes-cont .car-info .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;
}
.detailes .detailes-cont .car-info .desc {
  margin: 14px 0;
  font-size: 16px;
  font-weight: 300;
}
@media (max-width: 767px) {
  .detailes .detailes-cont .car-info .desc {
    font-size: 12px;
    margin: 8px 0;
  }
}
.detailes .detailes-cont .car-info .order-btn {
  font-size: 16px;
  font-weight: 700;
  background-color: #1263dc;
  color: #ffffff;
  border-radius: 16px;
  padding: 13px 44px;
  display: inline-block;
}
@media (max-width: 767px) {
  .detailes .detailes-cont .car-info .order-btn {
    font-size: 14px;
    margin-top: 10px;
    padding: 10px 30px;
  }
}
.detailes .detailes-cont .car-info .order-btn:hover {
  background-color: rgb(14.1428571429, 77.7857142857, 172.8571428571);
}

.imgs {
  margin: 111px 0;
}
@media (max-width: 991px) {
  .imgs {
    margin: 50px 0;
  }
}
.imgs .imgs-cont {
  border: 1px solid #dbe8fa;
  box-shadow: 0px 20px 32px 0px rgba(0, 0, 0, 0.0392156863);
  padding: 45px;
  border-radius: 16px;
}
@media (max-width: 991px) {
  .imgs .imgs-cont {
    padding: 0;
    border: none;
    box-shadow: none;
  }
}
.imgs .imgs-cont .imgs-title {
  margin-bottom: 40px;
  font-size: 40px;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 767px) {
  .imgs .imgs-cont .imgs-title {
    font-size: 28px;
    margin-bottom: 20px;
  }
}

.imgs-items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  -moz-column-gap: 20px;
       column-gap: 20px;
}
@media (max-width: 991px) {
  .imgs-items {
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
}
@media (max-width: 767px) {
  .imgs-items {
    grid-template-columns: repeat(2, 1fr);
    gap: 5px;
  }
}
.imgs-items .car-img {
  position: relative;
  display: block;
  height: 100%;
}
.imgs-items .car-img .search {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 43px;
  height: 43px;
  border-radius: 50%;
  border: 1.09px solid #ffffff;
  background-color: #1263dc;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  z-index: 3;
  transition: all 0.3s ease;
}
@media (max-width: 767px) {
  .imgs-items .car-img .search {
    width: 30px;
    height: 30px;
  }
}
.imgs-items .car-img .search .search-icon {
  color: #ffffff;
  font-size: 18px;
  transform: translate(-8%, 5%);
}
@media (max-width: 767px) {
  .imgs-items .car-img .search .search-icon {
    font-size: 14px;
  }
}
.imgs-items .car-img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 2;
  border-radius: 8px;
  opacity: 0;
  transition: all 0.3s ease;
}
.imgs-items .car-img:hover::before {
  opacity: 1;
}
.imgs-items .car-img:hover .search {
  opacity: 1;
}
.imgs-items img {
  border-radius: 8px;
}

.two-imgs {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 20px;
}
@media (max-width: 767px) {
  .two-imgs {
    gap: 5px;
  }
}

.desc {
  margin: 111px 0;
}
@media (max-width: 991px) {
  .desc {
    margin: 50px 0;
  }
}
.desc .desc-cont {
  border: 1px solid #dbe8fa;
  box-shadow: 0px 20px 32px 0px rgba(0, 0, 0, 0.0392156863);
  padding: 64px;
  border-radius: 16px;
}
@media (max-width: 991px) {
  .desc .desc-cont {
    padding: 0;
    border: none;
    box-shadow: none;
  }
}
.desc .desc-cont .desc-title {
  margin-bottom: 40px;
  font-size: 40px;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 767px) {
  .desc .desc-cont .desc-title {
    font-size: 28px;
    margin-bottom: 20px;
  }
}

.desc-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: 90px;
       column-gap: 90px;
}
@media (max-width: 991px) {
  .desc-container {
    -moz-column-gap: 40px;
         column-gap: 40px;
  }
}
@media (max-width: 767px) {
  .desc-container {
    grid-template-columns: 1fr;
    row-gap: 20px;
  }
}
.desc-container .desc-box {
  display: flex;
  flex-direction: column;
}
.desc-container .desc-box > :first-child .item,
.desc-container .desc-box > :first-child .item-desc {
  padding-top: 27px;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}
@media (max-width: 767px) {
  .desc-container .desc-box > :first-child .item,
  .desc-container .desc-box > :first-child .item-desc {
    padding-top: 15px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
  }
}
.desc-container .desc-box > :last-child .item,
.desc-container .desc-box > :last-child .item-desc {
  padding-bottom: 27px;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
}
@media (max-width: 767px) {
  .desc-container .desc-box > :last-child .item,
  .desc-container .desc-box > :last-child .item-desc {
    padding-bottom: 15px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
  }
}
.desc-container .desc-box .desc-line {
  display: grid;
  grid-template-columns: 4fr 8fr;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.desc-container .desc-box .desc-line .item {
  background-color: rgb(192.1428571429, 215.2857142857, 249.8571428571);
  padding-bottom: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: 300;
}
@media (max-width: 767px) {
  .desc-container .desc-box .desc-line .item {
    font-size: 14px;
    padding-bottom: 15px;
  }
}
.desc-container .desc-box .desc-line .item-desc {
  background-color: rgb(239.2857142857, 245.0714285714, 253.7142857143);
  padding-bottom: 29px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: 300;
}
@media (max-width: 767px) {
  .desc-container .desc-box .desc-line .item-desc {
    font-size: 14px;
    padding-bottom: 15px;
  }
}/*# sourceMappingURL=main.css.map */