@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');

:root {
  --primary-font: "Raleway", sans-serif;
  --secondary-text-color: #FF0023;
  --primary-color: #040E56;
  --secondary-color: #8FCEFF;
  /*--brand-color: #8A2432;*/

  --brand-color: #ff0000;
}

* {
  padding: 0;
  margin: 0;

}

body {
  font-family: "Raleway", sans-serif;
  padding-top: 0;
  opacity: 0;
  background: #fff;
}

.theme-text {
  color: var(--text-color);

}

a {
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  text-transform: uppercase;

}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.home-hero video {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}

.logo_main svg {
  height: auto;

}

.logo_main  {
  height: auto;

}

header {
  position: fixed;
  width: 100%;
  z-index: 10;
  top: 0;

}

.container-full {
  width: 100%;
  max-width: 100%;
}

.p-rl-50 {
  padding-left: 50px;
  padding-right: 50px;
}

.promo-bar {
  background: none;
}

.promo-bar {
  color: #9C9999;
}

.promo-bar a {
  text-decoration: none;
  color: #fff;
}

.promo-bar a:hover {
  color: #ff0000;
}

.promo-bar .col-lg-4 a:hover svg path {
  fill: #ff0000;
}

.promo-bar .col-lg-8 a:hover svg path {
  stroke: #ff0000;
}

.text-lg-right {
  text-align: right !important;
}

.navbar-dark .navbar-nav .nav-link {
  font-family: "Raleway", sans-serif;
  font-size: 15px;
  font-weight: 400;
  padding: 30px 15px;
  color: #fff;
  text-transform: uppercase;
  outline: none;
}

.navbar.navbar-expand-lg.navbar-dark {
  /*padding: 0;*/
  padding-top: 0;
  padding-bottom: 0;
}

.main-menu-top {
  background: #000;
  align-items: initial !important;
  /*padding: 0;*/
  
}

.navbar-nav .nav-link.active,
.nav-link:hover {
  background: #fff;
  color: #000 !important;
}

.home-hero {
  position: relative;
}

.mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.btn {
  border-radius: 0;
  text-transform: uppercase;
  padding: 12px 35px;
  font-size: 14px;
  font-weight: 500;
  border: none;
  background-color: var(--brand-color);
  font-family: var(--primary-font);
  position: relative;
  clip-path: polygon(0 0, 90% 0, 100% 100%, 10% 100%);
}

.btn.hover-dark:hover {
  background-color: #000000;
  color: #fff;
}

.slide-caption .line {
  position: absolute;
  height: 122%;
  width: 3px;
  background: #fff;
  top: -3px;
  transform: rotate(-19deg);
  left: 8px;
}


.line {
  position: absolute;
  height: 122%;
  width: 3px;
  background: #fff;
  top: -3px;
  transform: rotate(-15deg);
  left: 6px;
}

.h1 {
  font-size: 5rem;
  text-transform: uppercase;
  font-weight: normal;
}

.home-hero p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
}

.light-black-bg {
  background-color: #222;
}

.section-two {
  padding: 70px 0;
}

.w-550 {
  max-width: 550px;
  padding: 0 25px;
  text-align: center;
  margin: 0 auto 50px;
}

.light-new p {
  color: rgba(255, 255, 255, 0.6);
}

.border-radius-10 {
  border-radius: 10px;
}

.circle-box {
  width: 60px;
  height: 60px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 100%;
  margin: 0 auto 20px;
  background: rgba(0, 0, 0, 0.3);
}
/*
.section-two {
   background-image: url('../images/4-4.webp'); 
}
*/
.section-three {
  height: 500px;
  width: 100%;
  background-image: url('../images/3-1-1.webp');
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

.image-over::before {
  content: "";
  top: 0;
  width: 100%;
  left: 0;
  height: 150px;
  position: absolute;
  background-color: transparent;
  background-image: linear-gradient(180deg, #121212 0%, #12121200 100%);
}

.section-three::after {
  content: "";
  bottom: 0;
  width: 100%;
  left: 0;
  height: 150px;
  position: absolute;
  background-color: transparent;
  background-image:
    linear-gradient(0deg, #121212 0%, #12121200 100%),
    linear-gradient(0deg, var(--e-global-color-secondary) 0%, #12121200 100%);
}


/*.home-hero::after{
  content: "";
  bottom:0;
  width: 100%;
  left: 0;
  height:150px;
  position: absolute;
  background-color: transparent;
  background-image: linear-gradient(0deg, #121212 0%, #12121200 100%);
  linear-gradient(0deg, var( --e-global-color-secondary ) 0%, #12121200 100%);
}*/
.video-full,
.image-full {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.width-500 {
  max-width: 500px;
  margin: 0 auto;
  width: 100%;
}

.container-full {
  max-width: 100% !important;
}

.mb-4.select-logo {
  max-height: 100px;
  text-align: center;
  min-height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.select-logo img {
  max-height: 100px;
}

.image-slide video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-hero-slider,
.home-slider {
  height: calc(100vh);
}

.slide-wrap {
  text-align: center;
}

.slide-caption {
  position: absolute;
  z-index: 10;
  bottom: 80px;
  left: 50%;
  transform: translateX(-50%);
  max-width: 900px;
  z-index: 999;
  width: 100%;
}

.image-slide {
  height: 100%;
}

.home-slider img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.home-slider .image-slide::before {
  content: "";
  width: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;

}

.home-slider h1 {
  font-weight: bold;
  font-size: 62px;
}

.home-slider .slick-list,
.home-slider .slick-track,
.home-slider .slick-slide {
  height: 100%;
}

.home-slider .slick-dots {
  display: flex;
  column-gap: 10px;
  margin: 0;
  padding: 0;
  justify-content: center;
  position: absolute;
  bottom: 30px;
  width: 100%;
  left: 0;
}

.home-slider .slick-dots li button {
  background: #f2f2ff;
  border: none;
  width: 30px;
  height: 3px;
  font-size: 0;
}

.home-slider .slick-dots li {
  list-style: none;
}

.home-slider .slick-dots li.slick-active button {
  background: var(--brand-color);
}

.font-14 {
  font-size: 14px;

}

.font-16 {
  font-size: 16px;

}

.font-18 {
  font-size: 18px;
}

.w-385 {
  width: 100%;
  font-size: 18px;
  /*max-width: 385px;*/
}

.semibold {
  font-weight: 600;
}

.width-460 {
  width: 100%;
  max-width: 500px;
  padding-left: 40px;
  padding-top: 30px;
  padding-bottom: 30px;
}

.font-36 {
  font-size: 36px;
}

.weight-500 {
  font-weight: 500;
}

.p-tb-80 {
  padding: 80px 0;
}

.col-lg-6.p-0.video-info {
  position: absolute;
  right: 13px;
  max-width: 600px;
  bottom: 0;
  height: 482px;
}

.position-r {
  position: relative;
}

.column-gap-100 {
  column-gap: 100px;
}

.image-video-text {
  display: flex;
  flex-direction: column;
  row-gap: 100px;
}

.image-with-text .justify-content-end .video-info {
  left: 13px;
  right: inherit;
}

.image-with-text .justify-content-end .width-460 {
  padding-left: 0;
  padding-right: 40px;
}






/* --------- section five ---------------- */
.section-five {
  background: url('../images/section-five-bg.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  padding: 100px 0;
  position: relative;
}

.section-five::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(31, 31, 31, 0.68);
  z-index: 2;
}

.section-five .container {
  position: relative;
  z-index: 5;
}

.p-tb-100 {
  padding: 100px 0;
}

.detail-dealer {
  display: flex;
  max-width: 1270px;
  margin: 30px auto 0;
  column-gap: 22px;
}

.text-center.icon-box {
  width: 100%;
  background-color: rgba(31, 31, 31, 0.63);
  border-bottom: 1px solid #797979;
}

.icon-box h6 {
  margin-bottom: 10px;
}

.icon-box p {
  color: #ffffff;
  font-size: 14px;
}

.icon-box a {
  text-decoration: none;
  display: block;
}

.icon-box a:hover {
  opacity: 0.6;
}

.icon-box-body {
  padding: 30px;
}

/* ---------- section five end ----------- */



/* ---- section-welcome-to start ------- */
.section-welcome-to {
  max-width: 1270px;
  margin: 0 auto;
  line-height: 24px;
}

.welcome-heading {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  max-width: 150px;
  text-align: center;
}

.section-welcome-to .welcome-heading h2 {
  font-size: 18px;
  font-weight: 500;
  color: #555555;
  margin-bottom: 15px;
}

.line-box {
  display: flex;
  justify-content: center;
}

.vertical-line.two {
  margin-left: -20px;
  margin-bottom: 10px;
}

.welcome-heading .vertical-line {
  border-top: 1px solid rgba(85, 85, 85, 0.42);
  width: 20px;
  display: block;
  transform: rotate(90deg);
}


.section-welcome-to p {
  color: #555555;
  line-height: 24px;
}

.section-welcome-to h2 {
  color: #000000;
}

.car-image-container {
  display: flex;
  gap: 18px;
}

.car-image-container.two {
  justify-content: flex-end;
}

.car-image-box {
  position: relative;
}

.car-image-box h3 {
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  width: 100%;
  margin: 0;
  display: flex;
  position: absolute;
  bottom: 100px;
  right: -60px;
  transform: rotate(90deg);
  justify-content: flex-end;
}

.car-image-container.two .car-image-box h3 {
  left: -60px;
  right: inherit;
  bottom: 100px;
}

.car-image-box a {
  display: block;
}

.car-image-box img {
  border-bottom: 5px solid #FF0023;
  max-width: 170px;
}

.section-padding {
  padding: 80px 0;
}

/* ---- section-welcome-to start ------- */


/* -------- triangle bottom start  --------------- */
.triangle-bottom {
  position: relative;
  overflow: hidden;
}

.triangle-bottom::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 100vw solid #ffffff;
  border-right: 100vw solid #ffffff;
  border-top: 150px solid #ffffff00;
  z-index: 1;
}

/* -------- triangle botton end --------------- */


















.w-630 {
  max-width: 630px;
  width: 100%;
  margin: 20px auto 0;
}

.event-box {
  padding: 0 15px;
}

.event-info,
.event-info img {
  width: 100%;
}

.event-info {
  position: relative;
}

.event-slider {
  margin-top: 65px;
  margin-bottom: 30px;
  padding: 0;
}

.section-six {
  background: #323232;
}

.event-detail {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 30px;
  height: 100%;
  display: flex;
  align-items: center;
  text-align: center;
  flex-direction: column;
  opacity: 0;
  justify-content: center;
  background: rgba(20, 20, 20, 0.7);
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.event-info:hover .event-detail {
  opacity: 1;
}

.font-24 {
  font-size: 24px;
}

.font-20 {
  font-size: 20px;
}

.font-40 {
  font-size: 40px;
}

.event-slider .slick-dots {
  display: flex;
  column-gap: 10px;
  margin: 0;
  padding: 0;
  justify-content: center;
  position: absolute;
  bottom: -50px;
  width: 100%;
  left: 0;
}

.event-slider .slick-dots li button {
  background: #000;
  border: none;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  font-size: 0;
}

.event-slider .slick-dots li {
  list-style: none;
}

.event-slider .slick-dots li.slick-active button {
  background: #E3BFA5;
}

.address p {
  opacity: 0.6;
}

footer {
  padding: 110px 0;
  background-image: url('../images/footer-bg.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

footer .footer-label span {
  font-family: var(--primary-font);
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  color: var(--secondary-text-color);
  text-transform: uppercase;
  margin: 0;
}

.footer-logo svg {
  height: 55px;
  margin-bottom: 27px;
}

footer .social {
  gap: 10px;
}

footer .social span {
  max-width: 35px;
  width: 100%;
}

.copyright-container {
  color:#fff;
  /*background-color: var(--brand-color);*/
  background-color: #000;
  padding: 12px 0;
}

.copyright-container p {
  font-family: var(--primary-font);
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0;
  margin: 0;
}

.footer-label a,
.copyright-container a {
  text-decoration: none;
}

.footer-label a:hover,
.copyright-container a:hover {
  color: #E3BFA5;
}

.footer-label {
  display: flex;
  align-items: center;
  column-gap: 5px;
  justify-content: center;
}

.w-1200 {
  max-width: 1200px;
  margin: 30px auto;
}

.w-1200 .footer-label {
  margin-bottom: 0;
}

.social a:hover path {
  fill: #E3BFA5;
}

.social a:hover path.in_bg {
  fill: #131313;
}

.navbar-toggler:focus {
  box-shadow: none;
}

.navbar-toggler {
  border: none;
}

.social a path {
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.p-tb-30 {
  padding-top: 30px;
  padding-bottom: 30px;
}

@media (min-width: 991px) {
  
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  .collapse:not(.show) {
    display: none;
  }

  .navbar-expand-lg .navbar-toggler {
    display: none
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    margin-top: -1px;
    border-radius: 0;
  }
}

@media (max-width:1199px) {
  .collapse:not(.show) {
    display: none;
  }


}


.offcanvas-backdrop {
  position: fixed;
  top: 118px;
  left: 0;
  width: 100vw;
  height: 100vh;
  display: none;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.close_svg {
  display: none;
}

.home-slider {
  transform: scale(1.1);
  -webkit-transition: all 0.8s ease-out;
  -moz-transition: all 0.8s ease-out;
  -o-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
}

.home-slider.zoom_in {
  transform: scale(1);
}

.home-hero-slider {
  overflow: hidden;
}

/*---------Start-1199--------*/
@media (max-width: 991px) {
  .logo_main {
  padding: 0 0 10px;
}
  .navbar-toggler[aria-expanded="true"] .close_svg {
    display: block;
  }

  .navbar-toggler .close_svg {
    width: 24px;
    height: 23px;
    top: -7px;
    right: 16px;
    position: absolute;
  }

  .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
    display: none;
  }

  .show~.offcanvas-backdrop.fade {
    display: block;
    opacity: 1;
  }

  .col-lg-6.p-0.video-info {
    max-width: 50%;
    height: 380px;
  }

  .navbar-collapse.show {
    right: 0;
  }

  .navbar-collapse {
    position: fixed;
    width: 50%;
    top: 92px;
    padding: 40px 20px;
    right: -100%;
    z-index: 9;
    height: 100%;
    background: #222;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }

  .navbar-dark .navbar-nav .nav-link {
    padding: 10px 15px;
  }

  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: static;
  }

  .navbar-expand-lg .navbar-nav {
    flex-direction: column;
  }

  .navbar-toggler {
    position: absolute;
    right: 38px;
  }
}

/*---------End-1199--------*/

@media (max-width:1024px) {
  .event-info .event-detail {
    opacity: 1;
  }
}

@media (max-width:991px) {
  .navbar-toggler {
    right: 12px;
  }

  .col-lg-6.p-0.video-info {
    right: 25px;
  }

  .p-rl-50 {
    padding-left: 25px;
    padding-right: 25px;
  }

  .container,
  .container-md,
  .container-sm {
    max-width: 100%;
  }

  .container.position-r {
    padding: 0 25px;
  }

  .width-460,
  .image-with-text .justify-content-end .width-460 {
    width: 100%;
    max-width: 45%;
    padding: 20px;
  }

  .image-with-text .justify-content-end .video-info {
    left: 25px;
    right: inherit !important;
  }


}

/*---------End-991--------*/

@media (max-width:767px) {
  .detail-dealer {
    flex-direction: column;
    row-gap: 30px;
  }

  .text-center.icon-box {
    width: 100%;
    background: #000;
    max-width: 300px;
    margin: 0 auto;
  }

  .m-flex-direction-c {
    flex-direction: column;
    row-gap: 15px;
  }

  .col-lg-6.p-0.video-info {
    max-width: 100%;
    height: 250px;
    position: static;
  }

  .width-460,
  .image-with-text .justify-content-end .width-460 {
    width: 100%;
    max-width: 500px;
    padding: 20px;
    margin: 0 0;
    padding-left: 0;
  }

  .image-video-text {
    row-gap: 50px;
  }

  footer {
    padding: 50px 0;
  }

  .image-with-text .justify-content-end {
    justify-content: flex-start !important;
  }

  .p-tb-80,
  .p-tb-100 {
    padding: 50px 0;
  }

  .font-36 {
    font-size: 30px;
  }

  .h1 {
    font-size: 3rem;
  }

  .slide-caption {
    bottom: 60px;
  }

  .logo_main svg {
    height: auto;
  }



  .navbar-collapse {
    padding: 40px 20px;
  }

  .navbar-dark .navbar-nav .nav-link {
    padding: 10px 15px;
  }

  .navbar-nav .dropdown-menu {
    background: rgb(0, 0, 0);
    border-radius: 0;
  }

  .navbar-nav {
    max-height: 75vh;
    overflow: auto;
    padding-bottom: 50px;
  }

  .promo-bar .col-lg-8 {
    width: 55%;
  }

  .promo-bar .col-lg-4 {
    width: 45%;
  }

  .home-hero p {
    font-size: 16px;
    line-height: 1.4;
  }

  .navbar-collapse {
    width: 100%;
  }

  .p-tb-30 {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 25px;
    padding-right: 25px;
  }
}




.home-hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-hero.home-hero-image {
  height: 850px;
  margin-bottom: 80px;
}

.home-hero-image::before {
  content: "";
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.home-hero-content {
  max-width: 512px;
}


.section-two-images {
  padding: 80px 0;
  color: #000;
}

.section-two-images a {
  text-decoration: none;
  display: block;
}

.section-text-with-image {
  color: #000;
}

.section-text-with-image p {
  color: #555555;
}

.text-with-image-content {
  max-width: 465px;
  margin: 0 auto;
}

@media screen and (max-width:768px) {
  .text-with-image-content {
    max-width: 100%;
    margin: inherit;
  }


}


.section-contact {
  padding-bottom: 50px;
}

.contact-info-container {
  background-color: var(--brand-color);
  clip-path: polygon(0 0, 40% 0, 100% 120%, 0 100%);
  padding: 40px;
  gap: 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.contact-info-box {
  display: flex;
  align-items: center;
  gap: 10px;
}

.contact-info-box p {
  margin-bottom: 0;
}

.contact-form-container {
  padding: 100px 40px 170px 0;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  width: 100%;
}

.contact-form-container form {
  width: 100%;
}

.contact-form-container input,
.contact-form-container textarea {
  border: 1px solid #DFDFDF;
  border-radius: 0;
  padding: 10px 20px;
  color: #818181;
  background-color: #fff;
}

.section-contact .contact-section-box {
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.2);
}

.promo-left {
  gap: 35px;
}




body.mega-menu-open {
  overflow-y: hidden;
}

.mega-navbar {
  position: relative;
  z-index: 20;
}

.mega-menu-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  background:none;
  padding: 0 20px;
  border: none;
  border-radius: 0;
  cursor: pointer;
  gap: 10px;
  transition: background 0.3s ease;
}


.menu-text {
  font-weight: 600;
  color: #fff;
  font-size: 16px;
}

.mega-menu.open .menu-text.open {
  display: none;
}

.mega-menu .menu-text.open {
  display: block;
}

.mega-menu.open .menu-text.close {
  display: block;
}

.mega-menu .menu-text.close {
  display: none;
}


.menu-icon {
  position: relative;
  width: 24px;
  height: 19px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.menu-icon span {
  display: block;
  height: 3px;
  width: 100%;
  background-color: #fff;
  border-radius: 3px;
  transition: all 0.4s ease;
}

.mega-menu.open .menu-icon span:nth-child(1) {
  transform: rotate(45deg) translateY(11px);
}

.mega-menu.open .menu-icon span:nth-child(2) {
  opacity: 0;
}

.mega-menu.open .menu-icon span:nth-child(3) {
  transform: rotate(-45deg) translateY(-11px);
}

.mega-menu-logo {
  max-width: 200px;
}

.mega-menu-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #000;
  z-index: 10;
  padding-top: 180px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

.mega-menu-container.open {
  opacity: 1;
  visibility: visible;
}




/* Tabs styling */
.nav.nav-tabs {
  border: none;
  gap: 30px;
}

.nav-tabs .nav-link {
  color: #848282;
  font-size: 16px;
  font-weight: 600;
  background-color: transparent;
  border: none;
  border-bottom: 2px solid transparent;
  border-radius: 0;
  padding: 10px 0;
  transition: all 0.3s ease;
  position: relative;
}

.nav-tabs .nav-link.active {
  color: #fff;
  border-bottom: 2px solid var(--brand-color);
  background-color: transparent;
}

.nav-tabs .nav-link:hover {
  color: #fff !important;
  border-bottom: 2px solid var(--brand-color);
  background-color: transparent !important;
}

.nav-tabs .nav-link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: var(--brand-color);
  transition: width 0.3s ease;
}

.nav-tabs .nav-link:hover::after,
.nav-tabs .nav-link.active::after {
  width: 100%;
}

.tab-content {
  margin-top: 40px;
}

.tab-content a {
  text-decoration: none;
}

.menu-car-card {
  background-color: #282626;
  padding: 8px 16px;
  display: flex;
  align-items: center;
}

.menu-car-card:hover {
  background-color: #383636;
}

.menu-car-card img {
  max-width: 150px;
}

.menu-car-card h3 {
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  color: #fff;
  margin-bottom: 0;
}

.menu-car-card p {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  color: #C8C6C6;
  margin-bottom: 0;
}



.mega-menu-navigation {
  list-style: none;
  margin-top: 61px;
}

.mega-menu-navigation li {
  padding: 12px 16px;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
}

.mega-menu-navigation li:hover,
.mega-menu-navigation li:hover a {
  background-color: #383636;
}

.mega-menu-navigation li a:hover {
  background-color: #383636;
  color: #fff !important;
}

.scroll-height {
 height: 100%;
  overflow-y: auto;
  padding-bottom: 20px;
}



li.menu-car-card-li {
  display: none;
}

li.menu-car-card-li a {
  text-decoration: none;
}

li.menu-car-card-li .menu-car-card {
  margin-bottom: 20px;
}

@media screen and (max-width:991px) {
  li.menu-car-card-li {
    display: block;
  }

  .mega-menu {
    display: none;
  }
}

@media screen and (min-width:991px) {
  .navbar {
    transform: translateY(-125px);
    transition: transform ease 0.5s;
    position: absolute;
    top: 0;
    width: 100%;
  }

  .navbar.show {
    transform: translateY(0);
  }

  .promo-bar.hide {
    display: none;
  }
}



@media screen and (max-width:1350px) {
  .contact-info-container {
    clip-path: polygon(0 0, 60% 0, 100% 120%, 0 100%);
  }
}

/*---------Start-1199--------*/
@media screen and (max-width:1199px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm {
    max-width: 100%;
  }

  .contact-info-container {
    clip-path: polygon(0 0, 80% 0, 100% 120%, 0 100%);
  }

  .foolter-1,
  .foolter-2,
  .foolter-3,
  .foolter-4 {
    width: 50%;
  }
  .navbar-toggler {
    right: 11px;
    top: 6px;
  }
}

/*---------Start-991--------*/
@media screen and (max-width:991px) {
  .font-36 {
    font-size: 28px;
  }

  .home-slider h1 {
    font-size: 48px;
  }

  .home-hero.home-hero-image {
    height: 650px;
    margin-bottom: 80px;
  }

  .font-40 {
    font-size: 32px;
  }

  .triangle-bottom::after {
    border-top: 70px solid #fff0;
  }

  .section-text-with-image .row {
    row-gap: 24px !important;
  }

  .welcome-heading {
    position: absolute;
    top: -70px;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 2;
    max-width: 150px;
    text-align: center;
  }

  .section-welcome-to.section-padding {
    padding-top: 120px;
  }
  .promo-bar {
  color: #9C9999;
  background: #000;
}
.navbar.navbar-expand-lg.navbar-dark{
  background: var(--brand-color);
}
.navbar-nav {
    max-height: 75vh;
    overflow: auto;
    padding-bottom: 50px;
  }
  .navbar-toggler .close_svg {
    width: 24px;
    height: 23px;
    top: 9px;
    right: 16px;
    position: absolute;
  }
}

/*---------End-991--------*/

/*---------Start-767--------*/
@media screen and (max-width:767px) {
  .section-two-images {
    padding: 50px 0;
    color: #000;
  }

  .home-slider h1 {
    font-size: 40px;
  }

  .home-hero.home-hero-image {
    height: 550px;
    margin-bottom: 50px;
  }

  .section-two-images .row {
    row-gap: 24px;
  }

  .car-image-container {
    display: flex;
    gap: 18px;
    justify-content: center;
    margin-top: 20px;
  }

  .car-image-container.two {
    justify-content: center;
  }

  .m-column-reverse {
    flex-direction: column-reverse;
  }

  .contact-form-container {
    padding: 20px;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    width: 100%;
  }

  .contact-info-container {
    clip-path: polygon(0 0, 100% 0, 100% 120%, 0 100%);
    padding: 20px;
    gap: 10px;
  }

  .copyright-container p {
    font-size: 12px;

  }

  .foolter-1,
  .foolter-2,
  .foolter-3,
  .foolter-4 {
    width: 100%;
  }

  .promo-bar small {
    font-size: 13px;
  }

  .small-hide-m {
    display: none;
  }
.promo-bar .text-lg-right, .promo-bar .text-lg-left{
  width: auto;
}
.promo-bar .row{
  flex-wrap: nowrap;
  justify-content: space-between;
}
 .navbar-toggler {
    right: 11px;
    top: 6px;
  }
  .navbar-toggler .close_svg {
    width: 24px;
    height: 23px;
    top: 9px;
    right: 16px;
    position: absolute;
  }
  li.menu-car-card-li .menu-car-card {
  margin-bottom: 1px;
}
 .navbar-nav .dropdown-menu {
    border-radius: 0;
  }
  .dropdown-menu.mobile-image-menu.show {
  padding: 0;
}
.main-menu-top {
  border: none;
}
.section-padding{
  padding: 50px 0;
}
.home-hero-slider, .home-slider{
	height: calc(100vh - 100px);
}
}

/*---------End-767--------*/
.contact-section-box a{
  text-decoration: none;
}

/*----- article -----*/
/* ===========================================
   ARTICLE SECTION STYLES
   =========================================== */

.article {
    color: #212529; /* Bootstrap default body text color (dark gray) */
    padding-top: 120px;
    padding-bottom: 3rem;
}

.article h1,
.article h2,
.article h3,
.article h4,
.article h5,
.article h6 {
    color: #111;       /* slightly darker for headings */
    margin-bottom: 1.25rem;
    font-weight: 600;
}

.article p {
    color: #212529;
    margin-bottom: 1rem;
    line-height: 1.7;
    font-size: 1.05rem;
}

.article strong {
    font-weight: 600;
    color: #111;
}

.article a {
    color: #b30000; /* a deep red that matches automotive theme */
    text-decoration: underline;
}

.article a:hover {
    color: #800000;
    text-decoration: none;
}

.article ul,
.article ol {
    margin-bottom: 1.25rem;
    padding-left: 1.5rem;
}

.article li {
    margin-bottom: 0.5rem;
}

/* ----- end article ----- */


/* Oslo Bilsenter Ã¢â‚¬â€œ ansattekort (OBS = "Oslo Bilsenter") */
.obs-employee-card {
    background: #f5f5f5;            /* lys grÃƒÂ¥, ikke for mÃƒÂ¸rk */
    border-radius: 6px;
    padding: 20px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.08);
    transition: transform 0.15s ease, box-shadow 0.15s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
    text-align: center;
}

.obs-employee-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 4px 10px rgba(0,0,0,0.12);
}

.obs-employee-card img {
    border-radius: 4px;
    margin-bottom: 15px;
}

.obs-employee-name {
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 4px;
}

.obs-employee-role {
    color: #555;
    margin-bottom: 10px;
    font-size: 0.95rem;
}

.obs-employee-contact p {
    margin: 0;
    line-height: 1.3;
}


/*----- iframe area finn-ad-section -----*/
/* ===========================================
   FINN SECTION STYLES
   =========================================== */


.finn-ad-section {
    color: #212529; /* Bootstrap default body text color (dark gray) */
    padding-top: 120px;
    padding-bottom: 3rem;
}

/* Oslo Bilsenter Ã¢â‚¬â€œ iframe styling */
/* Oslo Bilsenter Ã¢â‚¬â€œ responsiv iframe fallback */
.obs-iframe {
    width: 100%;
    border: none;
    display: block;
}

/* Desktop (store skjermer) */
@media (min-width: 1200px) {
    .obs-iframe {
        min-height: 5000px;
    }
}

/* Mellomstore skjermer */
@media (min-width: 768px) and (max-width: 1199px) {
    .obs-iframe {
        min-height: 5000px;
    }
}

/* Mobil */
@media (max-width: 767px) {
    .obs-iframe {
        min-height: 6000px;
    }
}

/* ----- end finn-ad-section ----- */


.logo_main svg, .mega-menu-logo-box svg{
  width: 180px;
  height: auto;

}
.social_link {
  display: flex;
  align-items: center;
  margin-left: 12px;
}
.social_link svg {
  width: 18px;
  fill: #fff;
}
.social_link_list {
  margin: 0;
  width: auto;
  display: flex;
  padding: 0;
}
.social_link_list li a:hover svg path{
  fill: #ff0000;
}
.social_main{
  display: flex;
  align-items: center;
}



