@import url(https://db.onlinewebfonts.com/c/1c6b6cddab6609324d9016562358e0cd?family=Biome+W04+Regular);
* {
  padding: 0;
  margin: 0;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  font-family: "Biome W04 Regular", sans-serif;
  font-size: 16px;
  color: #000;
  text-transform: initial;
  max-width: 1920px;
  margin: 0 auto;
  overflow-x: hidden;
}
a,
a:hover,
a:active,
a:focus {
  display: inline-block;
  text-decoration: none;
  color: #444a57;
  font-size: 20px;
  padding: 0;
  font-weight: 500;
  text-transform: capitalize;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  color: #444a57;
  font-size: 20px;
  font-weight: 500;
  text-transform: capitalize;
}
p {
  margin: 0;
  color: #000;
  font-size: 16px;
  line-height: 1.8;
  text-transform: initial;
}
img {
  border: none;
  max-width: 100%;
  height: auto;
}
ul {
  padding: 0;
  margin: 0 auto;
  list-style: none;
}
ul li {
  list-style: none;
  display: inline-block;
}
select,
input,
textarea,
button,
.form-control {
  box-shadow: none;
  outline: 0 !important;
}
button {
  background: #fff0;
  border: 0;
  font-size: 16px;
  text-transform: capitalize;
}
html,
body {
  height: 100%;
}
[placeholder]:focus::-webkit-input-placeholder {
  -webkit-transition: opacity 0.3s 0.3s ease;
  -moz-transition: opacity 0.3s 0.3s ease;
  -ms-transition: opacity 0.3s 0.3s ease;
  -o-transition: opacity 0.3s 0.3s ease;
  transition: opacity 0.3s 0.3s ease;
  opacity: 0;
}
.owl-carousel {
  z-index: 0;
}
.section-header {
  position: relative;
  text-align: center;
}
.section-header-services {
  position: relative;
  text-align: center;
}
.section-header h2 {
  position: relative;
  font-size: 36px;
  font-weight: 500;
  padding-bottom: 35px;
}
.section-header h2:before {
  position: absolute;
  content: "";
  width: 80px;
  height: 2px;
  bottom: 0;
  left: 50%;
  margin-left: -42px;
  background: #ec1f24;
}
.section-header p {
  color: #444a57;
  text-transform: capitalize;
  margin-bottom: 10px;
}
.section-header h2 span,
.section-header p span {
  text-transform: lowercase;
}
nav.navbar.bootsnav {
  background-color: #fff0;
  border-bottom: #fff0;
}
.wrap-sticky nav.navbar.bootsnav.sticked {
  background-color: #000;
  box-shadow: 0 2px 5px rgb(0 0 0 / 0.2);
}
.navbar-header a.navbar-brand,
.navbar-header a.navbar-brand:hover,
.navbar-header a.navbar-brand:focus {
  display: inline-block;
  color: #fff;
  font-size: 24px;
  letter-spacing: 3px;
  font-family: "Biome W04 Regular", serif;
  font-weight: 700;
  padding: 45px 0;
  text-transform: uppercase;
}
.navbar-header a.navbar-brand span {
  display: inline-block;
  color: #4e4ffa;
  text-transform: capitalize;
}
.wrap-sticky nav.navbar.bootsnav.sticked .navbar-header a.navbar-brand,
.wrap-sticky nav.navbar.bootsnav.sticked .navbar-header a.navbar-brand:hover,
.wrap-sticky nav.navbar.bootsnav.sticked .navbar-header a.navbar-brand:focus {
  padding: 30px 0;
}
nav.navbar.bootsnav ul.nav > li > a {
  color: #f5f7fa;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  -webkit-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
  -ms-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear;
}
nav.navbar.bootsnav ul.nav > li > a {
  padding: 48px 21px;
}
nav.navbar.bootsnav ul.nav > li > a:hover,
nav.navbar.bootsnav ul.nav > li > a:focus {
  color: #ec1f24;
}
nav.navbar.bootsnav ul.nav > li.active > a {
  color: #ec1f24;
}
nav.navbar.bootsnav ul.nav > li.dropdown > a.dropdown-toggle:after {
  content: "";
}
nav.navbar.bootsnav ul.nav > li.dropdown span {
  font-size: 8px;
  margin-left: 15px;
}
.wrap-sticky nav.navbar.bootsnav.sticked ul.nav > li > a {
  padding: 30px 25px;
}
.menu-ui-design {
  overflow-y: scroll;
  height: 350px;
}
.menu-ui-design::-webkit-scrollbar {
  width: 5px;
}
.menu-ui-design::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 8px #000;
}
.menu-ui-design::-webkit-scrollbar-thumb {
  background-color: #fff;
}
nav.navbar.bootsnav .navbar-toggle {
  position: relative;
  background-color: #fff0;
  border: 1px solid #fff;
  padding: 10px;
  top: 0;
}
nav.navbar.bootsnav .navbar-toggle i {
  color: #fff;
}
.welcome-hero {
  position: relative;
  background: url(../images/welcome-hero/image-000.webp) no-repeat;
  background-position: center;
  background-size: cover;
  z-index: 1;
}
.welcome-hero:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(42 45 84 / 0.6);
}
.header-area {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
}
.welcome-hero-txt {
  text-align: center;
  padding: 290px 0 372px;
}
.welcome-hero-txt h2 {
  font-size: 42px;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 45px;
}
.welcome-hero-txt p {
  font-size: 18px;
  text-transform: initial;
  color: #fff;
  font-weight: 500;
  max-width: 735px;
  margin: 0 auto;
}
.welcome-btn {
  display: inline-block;
  width: 230px;
  height: 60px;
  border: solid 2px;
  color: #000;
  border-radius: 5px;
  margin-top: 55px;
  -webkit-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
  -ms-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear;
}
.welcome-btn:hover {
  border-color: #ec1f24;
  color: #ec1f24;
}
.btn {
  width: 180px;
  height: 60px;
  cursor: pointer;
  border-radius: 5px;
  margin-top: 55px;
  background: #fff0;
  border: 1px solid #91c9ff;
  outline: none;
  transition: 1s ease-in-out;
}
svg {
  position: absolute;
  left: 0;
  top: 0;
  fill: none;
  stroke: #fff;
  stroke-dasharray: 150 480;
  stroke-dashoffset: 150;
  transition: 1s ease-in-out;
}
.btn:hover {
  transition: 1s ease-in-out;
  background: #fff0;
}
.btn:hover svg {
  stroke-dashoffset: -480;
}
.btn span {
  color: #fff;
  font-size: 18px;
  font-weight: 100;
}
.service {
  padding: 80px 0 80px;
}
.service-content {
  padding-top: 96px;
}
.single-service-item {
  height: 400px;
  text-align: center;
  padding: 5px 20px;
  border-bottom-left-radius: 80px;
  border-top-right-radius: 80px;
  margin-bottom: 30px;
  border: 2px solid #dadfe9;
  -webkit-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
  -ms-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear;
}
.single-service-icon {
  display: inline-block;
  color: #000;
}
.single-service-item h2 {
  font-size: 20px;
  margin: 35px 0 20px;
}
.single-service-item h2 a span {
  text-transform: lowercase;
}
.single-service-item p {
  padding-bottom: 35px;
  text-transform: initial;
  position: relative;
}
.single-service-item p:before {
  position: absolute;
  content: "";
  width: 20px;
  height: 3px;
  background: #ec1f24;
  bottom: 0;
  left: 50%;
  margin-left: -10px;
}
.single-service-icon [class^="flaticon-"]:before,
.single-service-icon[class*=" flaticon-"]:before,
.single-service-icon [class^="flaticon-"]:after,
.single-service-icon [class*=" flaticon-"]:after {
  font-size: 60px;
}
.single-service-item:hover .single-service-icon [class^="flaticon-"]:before,
.single-service-item:hover .single-service-icon [class*=" flaticon-"]:before,
.single-service-item:hover .single-service-icon [class^="flaticon-"]:after,
.single-service-item:hover .single-service-icon [class*=" flaticon-"]:after {
  color: #fff;
}
.single-service-item:hover h2,
.single-service-item:hover p {
  color: #fff;
  cursor: default;
}
.single-service-item:hover p:before {
  background: #fff;
}
.single-service-item:hover {
  box-shadow: 0 12px 30px 0 rgb(0 1 193 / 0.2);
  background: #ec1f24;
  border: 1px solid #ec1f24;
}
.new-cars {
  background: #f8f9fb;
  padding: 80px 0 80px;
}
.color1 {
  color: #234781;
}
.color2 {
  color: #dd4036;
}
.color3 {
  color: #050100;
}
.color4 {
  color: #ed2831;
}
.new-cars-content {
  padding-top: 96px;
}
.new-cars-txt {
  margin-left: 29px;
  margin-bottom: 30px;
}
.new-cars-txt h2 a {
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 26px;
}
.new-cars-txt h2 a span {
  text-transform: uppercase;
}
.new-cars-para2 {
  margin-top: 30px;
}
.new-cars-para2 a {
  color: blue;
  font-size: 16px;
}
.welcome-btn.new-cars-btn {
  width: 176px;
  margin-top: 32px;
}
.new-cars .owl-theme .owl-dots .owl-dot span {
  width: 8px;
  height: 8px;
  margin: 0 4px;
  background: #fff0;
  border: 1px solid #6a7781;
  border-radius: 50%;
}
.new-cars .owl-theme .owl-dots .owl-dot.active span,
.new-cars .owl-theme .owl-dots .owl-dot:hover span {
  background: #6a7781;
}
.new-cars .owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 62px;
}
.featured-cars {
  padding: 80px 0 80px;
}
.featured-cars img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 300px;
}
.featured-cars p {
  text-align: center;
}
.brand {
  padding: 120px 0;
}
.brand-area {
  position: relative;
  padding-top: 96px;
}
.brand-area .item {
  padding: 0 40px 0;
}
.brand .brand-area .owl-carousel .owl-item img {
  display: block;
  width: 100%;
  border-radius: 0;
}
.contact {
  background: #000;
}
.footer-top {
  padding-top: 80px;
}
.footer-top {
  padding-bottom: 50px;
}
.footer-top p {
  color: #fff;
  padding-top: 20px;
}
.footer-top h2 {
  color: #fff;
  font-size: 28px;
  padding-bottom: 20px;
}
.form-container input[type="text"],
.form-container input[type="tel"],
.form-container input[type="email"],
.form-container textarea {
  width: 100%;
  padding: 10px;
  margin-bottom: 15px;
  border: 1px solid #ccc;
  border-radius: 5px;
  box-sizing: border-box;
}
.form-container button {
  background-color: #fff0;
  color: #fff;
  border: 2px solid;
  padding: 15px 20px;
  border-radius: 5px;
  cursor: pointer;
  width: 100%;
}
.form-container button:hover {
  border: 2px solid #ec1f24;
  color: #ec1f24;
}
.form-container textarea {
  height: 150px;
}
.form-container p {
  margin-top: 10px;
}
.form-container p i {
  margin-right: 5px;
}
.Social img {
  width: 150px;
  padding-bottom: 40px;
  transition: transform 0.3 ease;
}
.Social:hover img {
  transform: translateY(-5px);
}
.bar h2 {
  position: relative;
}
.bar h2::after {
  content: "";
  position: absolute;
  bottom: 12px;
  left: 0;
  width: 15%;
  height: 2px;
  margin-bottom: 5px;
  background-color: #fff;
}
.icon img {
  width: 200px;
  padding-bottom: 20px;
}
.bottom {
  border-top: 1px solid #fff;
  padding-top: 10px;
  padding-bottom: 5px;
  color: #fff;
}
.call a {
  color: #fff;
  font-size: 16px;
  padding-top: 20px;
}
#scroll-Top .return-to-top {
  position: fixed;
  right: 30px;
  bottom: 80px;
  display: none;
  width: 40px;
  line-height: 40px;
  height: 40px;
  text-align: center;
  font-size: 20px;
  cursor: pointer;
  color: #fff;
  background: #4e4ffa;
  border: 1px solid #4e4ffa;
  border-radius: 50%;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  z-index: 2;
}
#scroll-Top .return-to-top:hover {
  background: #fff;
  color: #4e4ffa;
  border: 1px solid #4e4ffa;
}
#scroll-Top .return-to-top i {
  position: relative;
  bottom: 0;
}
#scroll-Top .return-to-top i {
  position: relative;
  animation-name: example;
  animation-direction: alternate;
  animation-iteration-count: infinite;
  animation-duration: 1s;
}
@keyframes example {
  0% {
    bottom: 0;
  }
  100% {
    bottom: 7px;
  }
}
article {
  --img-scale: 1.001;
  --title-color: black;
  --link-icon-translate: -20px;
  --link-icon-opacity: 0;
  position: relative;
  border-radius: 16px;
  box-shadow: none;
  background: #fff;
  transform-origin: center;
  transition: all 0.4s ease-in-out;
  overflow: hidden;
}
article a::after {
  position: absolute;
  inset-block: 0;
  inset-inline: 0;
  cursor: pointer;
}
article h2 {
  margin: 0 0 18px 0;
  font-size: 1.9rem;
  letter-spacing: 0.06em;
  color: var(--title-color);
  transition: color 0.3s ease-out;
}
figure {
  margin: 0;
  padding: 0;
  aspect-ratio: 16 / 9;
  overflow: hidden;
}
article img {
  max-width: 100%;
  transform-origin: center;
  transform: scale(var(--img-scale));
  transition: transform 0.4s ease-in-out;
}
.article-body {
  padding: 24px;
}
article a {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  color: #0052cc;
  float: right;
  padding-top: 10px;
}
article a:focus {
  outline: 1px dotted #ec1f24;
}
article a .icon {
  min-width: 24px;
  width: 24px;
  height: 24px;
  margin-left: 5px;
  transform: translateX(var(--link-icon-translate));
  opacity: var(--link-icon-opacity);
  transition: all 0.3s;
}
article:has(:hover, :focus) {
  --img-scale: 1.1;
  --title-color: #ec1f24;
  --link-icon-translate: 0;
  --link-icon-opacity: 1;
  box-shadow: rgb(0 0 0 / 0.16) 0 10px 36px 0, rgb(0 0 0 / 0.06) 0 0 0 1px;
}
.articles {
  display: grid;
  max-width: 1200px;
  margin-inline: auto;
  padding-inline: 24px;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 24px;
}
@media screen and (max-width: 960px) {
  article {
    container: card/inline-size;
  }
  .article-body p {
    display: none;
  }
}
@container card (min-width:380px) {
  .article-wrapper {
    display: grid;
    grid-template-columns: 100px 1fr;
    gap: 16px;
  }
  .article-body {
    padding-left: 0;
  }
  figure {
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  figure img {
    height: 100%;
    aspect-ratio: 1;
    object-fit: cover;
  }
}
.sr-only:not(:focus):not(:active) {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
.km img {
  height: 80px;
  margin: 0 auto;
}
.align-right {
  float: right;
  margin-left: 10px;
  padding-bottom: 5px;
  display: flex;
}
