@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
:root {
  --dark: #111516;
  --golden: #B1926A;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "montserrate", sans-serif;
}

li {
  list-style: none !important;
}

a {
  text-decoration: none !important;
}

ul {
  padding-left: 0 !important;
  margin-bottom: 0 !important;
}

@keyframes rotate {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
.main-btn {
  position: relative;
  overflow: hidden;
  display: inline-block;
  border-radius: 12px;
  background: var(--golden);
  padding: 12px 25px;
  outline: none;
  border: none;
  border: 1px solid transparent;
  overflow: hidden;
  min-width: -moz-max-content;
  min-width: max-content;
  transition: 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.main-btn.border-btn {
  background: transparent;
  border: 1px solid var(--golden);
}
.main-btn.border-btn span {
  color: white;
}
.main-btn.border-btn img {
  filter: invert(0%) brightness(100%);
}
.main-btn.border-btn:hover {
  background: var(--golden);
}
.main-btn.border-btn:hover span {
  color: white;
}
.main-btn span {
  color: white;
  font-weight: 600;
  font-size: 16px;
  position: relative;
  z-index: 5;
  transition: 0.2s ease-in-out;
  transition: 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.main-btn.block-btn {
  width: 100%;
  display: block;
  text-align: center;
  max-width: 100%;
}
.main-btn.center {
  display: flex;
  max-width: -moz-max-content;
  max-width: max-content;
  align-items: center;
  gap: 10px;
  margin: 0 auto;
}
.main-btn.white {
  background: white;
}
.main-btn.white span {
  color: black;
}
.main-btn:hover {
  background: transparent;
  border: 1px solid var(--golden);
}
.main-btn:hover span {
  color: var(--golden);
}

/* firefox */
.custom-scrollbar {
  scrollbar-width: thin;
  scrollbar-color: var(--golden) transparent;
}

.custom-scrollbar:-webkit-scrollbar {
  width: 11px;
}

.custom-scrollbar:-webkit-scrollbar-track {
  background: transparent;
}

.custom-scrollbar:-webkit-scrollbar-thumb {
  background-color: var(--golden);
  border-radius: 6px;
  border: 3px solid transparent;
}

/* webkit browsers */
.custom-scrollbar::-webkit-scrollbar,
.custom-scrollbar::-webkit-scrollbar-thumb {
  height: 26px;
  border-radius: 13px;
  background-clip: padding-box;
  border: 10px solid transparent;
}

.custom-scrollbar::-webkit-scrollbar-thumb {
  box-shadow: inset 0 0 0 10px;
}

.sec {
  padding: 5em 0px;
  overflow: hidden;
}

.sec-head {
  font-size: 32px;
  font-weight: 700;
}
.sec-head.sub {
  font-weight: 600;
  font-size: 26px;
}
.sec-head.white h2 {
  color: white;
}
.sec-head h2 {
  font-size: 42px;
}
.sec-head h2 span {
  color: #69B444;
}
.sec-head.center {
  text-align: center;
}

.para {
  font-size: 16px;
  color: white;
  line-height: 140%;
}
.para.white {
  color: white;
}

body {
  background: var(--dark);
  color: white;
}

.mt-10 {
  margin-top: 10px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-70 {
  margin-top: 70px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-90 {
  margin-top: 90px;
}

.mt-100 {
  margin-top: 100px;
}

.mt-110 {
  margin-bottom: 110px;
}

.mt-120 {
  margin-bottom: 120px;
}

.mt-130 {
  margin-bottom: 130px;
}

.mt-140 {
  margin-bottom: 140px;
}

.mt-150 {
  margin-bottom: 150px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-90 {
  margin-bottom: 90px;
}

.mb-100 {
  margin-bottom: 100px;
}

.mb-110 {
  margin-bottom: 110px;
}

.mb-120 {
  margin-bottom: 120px;
}

.mb-130 {
  margin-bottom: 130px;
}

.mb-140 {
  margin-bottom: 140px;
}

.mb-150 {
  margin-bottom: 150px;
}

.pt-10 {
  padding-top: 10px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-60 {
  padding-top: 60px;
}

.pt-70 {
  padding-top: 70px;
}

.pt-80 {
  padding-top: 80px;
}

.pt-90 {
  padding-top: 90px;
}

.pt-100 {
  padding-top: 100px;
}

.pt-110 {
  padding-bottom: 110px;
}

.pt-120 {
  padding-bottom: 120px;
}

.pt-130 {
  padding-bottom: 130px;
}

.pt-140 {
  padding-bottom: 140px;
}

.pt-150 {
  padding-bottom: 150px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pb-90 {
  padding-bottom: 90px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pb-110 {
  padding-bottom: 110px;
}

.pb-120 {
  padding-bottom: 120px;
}

.pb-130 {
  padding-bottom: 130px;
}

.pb-140 {
  padding-bottom: 140px;
}

.pb-150 {
  padding-bottom: 150px;
}

.main-nav {
  position: absolute;
  padding: 12px 0px;
  top: 0;
  z-index: 999;
  width: 100%;
  transition: 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

.main-nav .inner-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0px 3em;
}
.main-nav .inner-nav .l-part {
  position: relative;
  display: flex;
  align-items: center;
  gap: 20px;
}
.main-nav .inner-nav .l-part .logo {
  position: relative;
  display: inline-block;
}
.main-nav .inner-nav .l-part .logo img {
  width: 170px;
  transform: scale(1.4);
  margin-top: 5vh;
  margin-left: 5vw;
}
.main-nav .inner-nav .m-part {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: right;
  gap: 30px;
  margin-right: 212px;
}
.main-nav .inner-nav .m-part .nav-list {
  display: flex;
  align-items: center;
  gap: 30px;
}
.main-nav .inner-nav .m-part .nav-list li {
  position: relative;
}
.main-nav .inner-nav .m-part .nav-list li a {
  display: inline-block;
  color: white;
  font-weight: 500;
  font-size: 14px;
  position: relative;
  font-family: "visbyMedium", sans-serif;
  font-size: 16px;
}
.main-nav .inner-nav .m-part .nav-list li a.active::after, .main-nav .inner-nav .m-part .nav-list li a:hover::after {
  opacity: 1;
  transform: translateX(-50%) translateY(10px) scale(1);
}
.main-nav .inner-nav .m-part .nav-list li a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%) translateY(10px) scale(0);
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  transition: 0.2s ease-in-out;
  background: white;
}
.main-nav .inner-nav .r-part {
  position: relative;
}

@keyframes slideIn {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0%);
  }
}
.ot-list {
  display: flex;
  align-items: center;
  gap: 20px;
}

.top-bar {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  background: var(--orange);
  padding: 8px 3em;
}

.topbar-contact {
	padding-right: 30px;
}
.top-bar .con-l {
  display: flex;
  align-items: center;
}
.top-bar .con-l li a {
  position: relative;
  display: flex;
  align-items: center;
  color: white;
  font-family: "visbyMedium", sans-serif;
  font-size: 16px;
}
.top-bar .con-l li a img {
  width: 20px;
  margin-right: 10px;
}
.top-bar .con-l li a span {
  color: white;
  font-weight: 500;
  font-size: 14px;
}
.top-bar .soc-list {
  display: flex;
  align-items: center;
  gap: 12px;
}

.mobile-nav {
  width: 100%;
  height: 100vh;
  overflow-x: hidden;
  overflow-y: auto;
  background: var(--dark);
  padding: 0em 0px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  transform: translateX(-100%);
  opacity: 0;
  transition: 0.3s ease-in-out;
}
.mobile-nav .menu-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1em 1em;
  padding-right: 2em;
  margin-bottom: 0.5em;
  position: sticky;
  top: 0;
  z-index: 88;
  background: var(--blue);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.mobile-nav .menu-head .logo {
  display: block;
  width: 130px;
}
.mobile-nav .menu-head .logo img {
  width: 100%;
}
.mobile-nav.active {
  opacity: 1;
  transform: translateX(0px);
}
.mobile-nav .menu-close {
  z-index: 5;
  background: transparent;
  outline: none !important;
  border: none !important;
  box-shadow: none !important;
}
.mobile-nav .menu-close img {
  width: 22px;
  height: 22px;
}
.mobile-nav .nav-list .drop-mega {
  padding-top: 0.5em;
  padding-left: 1.2em;
}
.mobile-nav .nav-list .srv-link {
  padding: 12px 1.5em !important;
  display: block;
  color: white !important;
  font-size: 14px;
}
.mobile-nav .nav-list .srv-link .ic {
  display: none !important;
}
.mobile-nav .nav-list > li > a {
  padding: 15px 1.5em;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.mobile-nav .nav-list > li > a span {
  color: white;
  font-size: 16px;
  font-family: "visbySemibold", sans-serif;
}
.menu-btn {
  background: transparent;
  outline: none !important;
  border: none !important;
  box-shadow: none !important;
  display: none;
}
.menu-btn img {
  width: 30px;
}

.has-drop-down {
  position: relative;
}
.has-drop-down:hover .drop-mega {
  opacity: 1;
  pointer-events: unset;
  transform: translateY(0px);
}
.has-drop-down .drop-mega {
  position: absolute;
  top: 100%;
  left: 0;
  padding-top: 20px;
  min-width: 200px;
  opacity: 0;
  pointer-events: none;
  transform: translateY(-10px);
  transition: 0.2s cubic-bezier(0.47, 0, 0.745, 0.715);
}
.has-drop-down .drop-mega ul {
  padding: 1em 1.5em !important;
  background: white;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.08);
  position: relative;
}
.has-drop-down .drop-mega ul:after {
  content: "";
  position: absolute;
  top: 0;
  left: 1.5em;
  width: 25px;
  height: 25px;
  background: url(../images/top-tip.svg) center/contain no-repeat;
  transform: translateY(-50%);
}
.has-drop-down .drop-mega ul a span {
  color: #1e1e1e;
  font-weight: 500;
  transition: 0.2s cubic-bezier(0.47, 0, 0.745, 0.715);
}
.has-drop-down .drop-mega ul .srv-link {
  display: flex !important;
  align-items: center;
  gap: 12px;
  padding: 8px 0px;
  overflow: hidden;
  position: relative;
  min-width: -moz-max-content;
  min-width: max-content;
}
.has-drop-down .drop-mega ul .srv-link:hover:before {
  transform: translateY(-50%) translateX(0px);
}
.has-drop-down .drop-mega ul .srv-link:hover span {
  margin-left: 20px;
  color: var(--blue);
}
.has-drop-down .drop-mega ul .srv-link:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%) translateX(-100%);
  left: 0;
  width: 17px;
  height: 17px;
  background: url(../images/blue-arrow.svg) center/cover no-repeat var(--blue);
  transition: 0.2s cubic-bezier(0.47, 0, 0.745, 0.715);
  border-radius: 50%;
}
.has-drop-down .drop-mega ul .srv-link .ic {
  width: 40px;
  height: 40px;
  border-radius: 5px;
  background: rgba(1, 66, 147, 0.08);
  display: flex;
  display: none;
  align-items: center;
  justify-content: center;
}
.has-drop-down .drop-mega ul .srv-link .ic img {
  width: 20px;
}

body {
  overflow-x: hidden !important;
  overflow-y: auto !important;
}

.main-header {
  position: relative;
}
.main-header .sc-br {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  gap: 12px;
  z-index: 8;
  bottom: 30px;
}
.main-header .sc-br span {
  font-weight: 600;
  font-size: 18px;
  color: #707373;
}
.main-header:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../images/bg.png") center/cover no-repeat;
}
.main-header > img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.main-header .container {
  position: relative;
  z-index: 5;
}
.main-header .banner-con {
  position: relative;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.main-header .banner-con h1 {
  color: white;
  font-size: 48px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}
.main-header .banner-con .main-btn {
  max-width: -moz-max-content;
  max-width: max-content;
}

.alph-swiper .swiper-slide {
  width: auto;
}

.alph-swiper {
  padding-bottom: 5px;
}
.alph-swiper button {
  padding: 8px 18px;
  background: rgba(112, 115, 115, 0.14);
  border: 1px solid rgba(112, 115, 115, 0.7);
  margin-right: 8px;
  border-radius: 12px;
  transition: 0.2s ease-in-out;
}
.alph-swiper button.active {
  background: rgba(177, 146, 106, 0.1);
  border: 1px solid #7d623f;
}
.alph-swiper button.active span {
  color: var(--golden);
}
.alph-swiper button:disabled {
  opacity: 0.3;
}
.alph-swiper button span {
  font-weight: 500;
  color: white;
  font-size: 20px;
  transition: 0.2s ease-in-out;
}

.re-prev {
  transform: scaleX(-1);
}

.nav-wrap {
  display: flex;
  align-items: center;
}
.nav-wrap .re-prev {
  position: absolute;
  left: -25px;
  top: 50%;
  transform: translateY(-50%) scaleX(-1);
}
.nav-wrap .re-next {
  position: absolute;
  right: -25px;
  top: 50%;
  transform: translateY(-50%);
}
.nav-wrap button {
  background: transparent;
  padding: 0;
  border: none;
}
.nav-wrap button.swiper-button-disabled {
  display: none;
}

.alph-wrap {
  position: relative;
}

.car-wrap {
  position: relative;
}
.car-wrap .car-img {
  position: relative;
  padding-top: 70%;
}
.car-wrap .car-img span {
  position: absolute;
  z-index: 5;
  left: 0;
  top: 0;
  padding: 8px 12px;
  background: var(--dark);
  color: white;
  border-bottom-right-radius: 12px;
}
.car-wrap .car-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.car-wrap .car-det {
  position: relative;
}
.car-wrap .car-det h3 {
  font-weight: 500;
  font-size: 18px;
  line-height: 140%;
  margin-bottom: 8px;
  margin-top: 15px;
  color: white;
  transition: 0.2s ease-in-out;
}
.car-wrap .car-det p {
  font-weight: 600;
  font-size: 24px;
  color: var(--golden);
  margin-bottom: 20px;
}

.car-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 20px;
}

.ft-list {
  position: relative;
}
.ft-list a {
  font-weight: 400;
  color: white;
  line-height: 140%;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 0px;
}

.ft-head {
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 500;
}

.ft-logo {
  position: relative;
  display: block;
  width: 100%;
}
.ft-logo img {
  width: 100%;
}

.form-group {
  position: relative;
  margin-bottom: 15px;
}
.form-group .inp-grp {
  position: relative;
  width: 100%;
}
.form-group .inp-grp input, .form-group .inp-grp textarea, .form-group .inp-grp select {
  padding: 12px 15px;
  background: rgba(112, 115, 115, 0.08);
  border-radius: 12px;
  border: 1px solid rgba(112, 115, 115, 0.7);
  width: 100%;
  color: white;
  font-size: 16px;
  letter-spacing: 1px;
  box-shadow: none;
  outline: none;
  transition: 0.2s ease-in-out;
}
.form-group .inp-grp input:focus, .form-group .inp-grp textarea:focus, .form-group .inp-grp select:focus {
  box-shadow: 0px 0px 0px 5px rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(112, 115, 115, 0.95);
}

.row-f {
  display: flex;
  gap: 12px;
}
.row-f > * {
  flex: 1 1 auto;
  max-width: 50%;
}
@media (max-width: 767px) {
  .row-f {
    flex-direction: column;
  }
  .row-f > * {
    flex: 1 1 auto;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }
}

.ft-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 25px 0px;
  margin-top: 3em;
}
.ft-bottom p {
  color: #99989D;
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 1px;
  margin-bottom: 0;
}

.term-list {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  gap: 25px;
}
.term-list li a {
  color: #99989D;
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 1px;
}

.main-footer {
  position: relative;
}
.main-footer > .container {
  border-top: 1px solid rgba(112, 115, 115, 0.14);
  padding-top: 5em;
}

.cc-modal .modal-content {
  background: transparent !important;
  border-radius: 0px !important;
  border: none !important;
}
.cc-modal .modal-body {
  background: #1E2223 !important;
  border-radius: 24px !important;
  padding: 0;
  overflow: hidden;
}
.cc-modal .modal-dialog {
  max-width: 1000px !important;
}
.cc-modal .l-part, .cc-modal .r-part {
  padding: 3em 3em;
}
.cc-modal .close-btn {
  position: absolute;
  top: 1em;
  right: 1em;
  box-shadow: none !important;
  background: transparent !important;
  outline: none;
  border: none;
  z-index: 99;
}
.cc-modal .close-btn img {
  width: 30px;
}
.cc-modal h3.sub {
  font-size: 24px;
}
.cc-modal .enquire-modal .r-part {
  padding-left: 1.2em;
}
.cc-modal .enquire-modal .l-part {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
  position: relative;
}
.cc-modal .enquire-modal .l-part > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.cc-modal .enquire-modal .l-part > div {
  position: relative;
  z-index: 5;
}
.cc-modal .enquire-modal .l-part p.para {
  color: #99989D;
}
.cc-modal .enquire-modal .l-part p.para a {
  color: #99989D;
}

.con-li p {
  margin-bottom: 5px;
}
.con-li p:last-child {
  margin-bottom: 0;
}

.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border: none !important;
}
.breadcrumbs li a {
  position: relative;
  color: #99989D;
}
.breadcrumbs li a:after {
  content: "";
  width: 14px;
  height: 14px;
  display: inline-block;
  background: url(../images/right-ar.svg) center/contain no-repeat;
  margin: 0px 12px;
  color: #99989D;
  transform: translateY(2px);
}

.bread-sec {
  padding: 2em 0px;
}

.car-gal .main-img {
  padding-top: 65%;
  position: relative;
}
.car-gal .main-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.car-gal-top {
  position: relative;
}
.car-gal-top .gal-next, .car-gal-top .gal-prev {
  outline: none;
  border: none !important;
  background: transparent;
}
.car-gal-top .gal-next.swiper-button-disabled, .car-gal-top .gal-prev.swiper-button-disabled {
  display: none;
}
.car-gal-top .gal-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1em;
  z-index: 5;
}
.car-gal-top .gal-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 1em;
  z-index: 5;
}

.car-gal-bottom {
  margin-top: 10px;
  position: relative;
}

.thumb-img {
  width: 100%;
  position: relative;
  padding-top: 65%;
  cursor: pointer;
  opacity: 0.45;
}
.thumb-img.active {
  opacity: 1;
}
.thumb-img img {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.thumb-img-swiper .active-thumb .thumb-img {
  opacity: 1;
}

.car-con {
  position: relative;
}
.car-con h3 {
  text-transform: uppercase;
}
.car-con p.price {
  color: var(--golden);
  font-weight: 700;
  font-size: 32px;
  letter-spacing: 1px;
  margin-top: 5px;
  margin-bottom: 18px;
}

.car-spec-line {
  display: flex;
  align-items: center;
  gap: 5px;
  flex-wrap: wrap;
}
.car-spec-line span {
  color: #99989D;
  font-weight: 400;
  font-size: 16px;
}

.car-form {
  position: relative;
  border-radius: 24px;
  background: rgba(112, 115, 115, 0.14);
  padding: 1.5em 1.5em;
}

.spec-grid .spec-r {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.spec-grid .spec-r:not(:last-child) {
  margin-bottom: 20px;
}
.spec-grid span {
  font-size: 16px;
  letter-spacing: 1px;
  color: #fff;
  font-weight: 400;
}
.spec-grid span:first-child {
  color: #99989D;
  font-weight: 600;
}

.bg-midgrey {
  background: rgba(112, 115, 115, 0.14);
}

.car-eq-modal {
  position: relative;
}
.car-eq-modal .l-part {
  position: relative;
}
.car-eq-modal .l-part:after {
  content: "";
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  height: 85%;
  width: 1px;
  background: rgba(112, 115, 115, 0.14);
}

.md-car-wrap {
  position: relative;
}
.md-car-wrap .car-img {
  width: 100%;
  position: relative;
  padding-top: 65%;
}
.md-car-wrap .car-img span {
  position: absolute;
  z-index: 5;
  left: 0;
  top: 0;
  padding: 7px 12px;
  padding-right: 15px;
  background: var(--dark);
  color: white;
  border-bottom-right-radius: 16px;
  font-size: 24px;
  font-weight: 500;
}
.md-car-wrap .car-img img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  top: 0;
  left: 0;
}
.md-car-wrap h3 {
  font-size: 24px;
  font-weight: 500;
  line-height: 120%;
  margin-bottom: 0;
  margin-top: 12px;
}

.modal-backdrop {
  background: rgba(0, 0, 0, 0.65) !important;
  -webkit-backdrop-filter: blur(4px) !important;
          backdrop-filter: blur(4px) !important;
}
.modal-backdrop.show {
  opacity: 1 !important;
}

label.error {
  color: #cb5757;
  font-size: 14px;
  line-height: 120%;
  margin-top: 7px;
  font-weight: 400;
}

.pr-sec .sub {
  font-size: 18px;
  font-weight: 500;
}
.pr-sec .para {
  color: #99989D;
}/*# sourceMappingURL=main.css.map */