@font-face {
  font-family: 'Gill Sans';
  font-weight: 300;
  src:  url("../fonts/Gill-Sans-Light.woff") format("woff");
}

@font-face {
  font-family: 'Gill Sans';
  font-weight: 400;
  src:  url("../fonts/Gill-Sans.woff") format("woff");
}

@font-face {
  font-family: 'Gill Sans';
  font-weight: 500;
  src:  url("../fonts/Gill-Sans-Medium.woff") format("woff");
}

@font-face {
  font-family: 'Gill Sans';
  font-weight: 600;
  src:  url("../fonts/Gill-Sans-Bold.woff") format("woff");
}

html {
  scroll-snap-type: y mandatory;
}

body {
  font-family: "Gill Sans", sans-serif;
  background-color: #FAFAFA;

}

h1, h2, h3, .h1, .h2, .h3 {
  font-family: "Gill Sans", sans-serif;
  letter-spacing: .2rem;
  text-transform: uppercase;
  font-weight: 300;
}

p {
  font-weight: 300;
  letter-spacing: .05rem;
  line-height: 1.7;
  /*color: #444444;*/
}

.ls-1 {
  letter-spacing: 0.05rem
}

.ls-2 {
  letter-spacing: 0.2rem
}

.epilogue {
  font-family: 'Epilogue', sans-serif !important;
  letter-spacing: 0;
}

.montserrat {
  font-family: 'Montserrat', sans-serif !important;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
}

.bg-color {
  background-color: var(--accent);
}

.bg-hover-dark:hover{
  background: #000000!important;
  border-color:#000000!important;
}
.bg-hover-dark:hover a, a.bg-hover-dark:hover{
  color: #FFFFFF!important;
}
.text-dark-hover-white {
  color: #343a40!important;
}
.text-dark-hover-white:hover {
  color: #FFF!important;
}
/* HAMBURGER ICON ANIMATION */
.icon-bar {
  width: 18px; 
  height: 1px;
  background-color: #000;
  display: block;
  transition: all 0.2s;


  &:last-child {
    margin-top: 6px;
  }
}

.navigation-home .icon-bar {
  background-color: #fff;
}
 
.navbar-toggler {
  border: none;
  background: transparent !important;
}

.navbar-toggler .top-bar {
  transform: rotate(45deg) translate(3px, 3px);
  /*transform-origin: center;*/
}
 
.navbar-toggler .middle-bar {
  opacity: 0;
}
 
.navbar-toggler .bottom-bar {
  transform: rotate(-45deg) translate(2px, -2px);
  transform-origin: center;
}
 
.navbar-toggler.collapsed .top-bar {
  transform: rotate(0deg);
  transform-origin: center;
}
 
.navbar-toggler.collapsed .middle-bar {
  opacity: 1;
}
 
.navbar-toggler.collapsed .bottom-bar {
  transform: rotate(0);
}


/* HAMBURGER ICON ANIMATION */

.ml-min-15 { margin-left:-15px!important; }
.mr-min-15 { margin-right:-15px!important; }

.mb-none{margin-bottom:0px!important;}

.border-1 { border-width:1px !important; }
.border-2 { border-width:2px !important; }
.border-3 { border-width:3px !important; }
.border-4 { border-width:4px !important; }
.border-5 { border-width:5px !important; }
.border-10 { border-width:10px !important; }

.border-hover-1:hover { border-width:1px !important; }
.border-hover-2:hover { border-width:2px !important; }
.border-hover-3:hover { border-width:3px !important; }
.border-hover-4:hover { border-width:4px !important; }
.border-hover-5:hover { border-width:5px !important; }
.border-hover-10:hover { border-width:10px !important; }

.border-radius-top-left-05 { border-top-left-radius: 0.5rem!important; }
.border-radius-top-right-05 { border-top-right-radius: 0.5rem!important; }
.border-radius-bottom-left-05 { border-bottom-left-radius: 0.5rem!important; }
.border-radius-bottom-right-05 { border-bottom-right-radius: 0.5rem!important; }

.fs-3 { font-size: 3rem!important; }
.fs-4 { font-size: 4rem!important; }

.mt-6 { margin-top: var(--6); }
.mb-6 { margin-bottom: var(--6); }
.my-6 { margin-top: var(--6); margin-bottom: var(--6); }

.mt-7 { margin-top: var(--7); }
.mb-7 { margin-bottom: var(--7); }
.my-7 { margin-top: var(--7); margin-bottom: var(--7); }

.mt-8 { margin-top: var(--8); }
.mb-8 { margin-bottom: var(--8); }
.my-8 { margin-top: var(--8); margin-bottom: var(--8); }

.pt-6 { padding-top: var(--6); }
.pb-6 { padding-bottom: var(--6); }
.py-6 { padding-top: var(--6); padding-bottom: var(--6); }

.pt-7 { padding-top: var(--7); }
.pb-7 { padding-bottom: var(--7); }
.py-7 { padding-top: var(--7); padding-bottom: var(--7); }

.pt-8 { padding-top: var(--8); }
.pb-8 { padding-bottom: var(--8); }
.py-8 { padding-top: var(--8); padding-bottom: var(--8); }


.rotate {
  transform: rotate(90deg);
  /* Legacy vendor prefixes that you probably don't need... */
  /* Safari */
  -webkit-transform: rotate(90deg);
  /* Firefox */
  -moz-transform: rotate(90deg);
  /* IE */
  -ms-transform: rotate(90deg);
  /* Opera */
  -o-transform: rotate(90deg);
  /* Internet Explorer */
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
}

.bg-instagram {
  background: #f09433; 
  background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); 
  background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
  background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
}

/* START OF SUBMENU */
.dropdown-submenu{ position: relative; }

.dropdown-submenu>.dropdown-menu{
  top:0;
  left:100%;
  margin-top:-6px;
  margin-left:-1px;
  -webkit-border-radius:0 6px 6px 6px;
  -moz-border-radius:0 6px 6px 6px;
  border-radius:0 6px 6px 6px;
}

.dropdown-submenu>a:after{
  display:block;
  content:" ";
  float:right;
  width:0;
  height:0;
  border-color:transparent;
  border-style:solid;
  border-width:5px 0 5px 5px;
  border-left-color:#cccccc;
  margin-top:5px;margin-right:-10px;
}
.dropdown-submenu:hover>a:after{
  border-left-color:#555;
}
.dropdown-submenu.pull-left{ float: none; }
.dropdown-submenu.pull-left>.dropdown-menu{
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}
/* END OF SUBMENU*/


/* GENERAL */
:root {
  --accent: /*rgb(231,186,111) #d9a11c*/ #000;
  --accent_cont: #fff;
  --accent_dark: #151515;

  /* Distances */
  --6: 4.5rem;
  --7: 6rem;
  --8: 8rem;

  /* Swiper slider */
  --swiper-scrollbar-bottom: 10px;
  --swiper-scrollbar-size: 4px;
  --swiper-scrollbar-drag-bg-color: var(--accent);
  /*--swiper-scrollbar-sides-offset: 140px;*/
}

.fw-500 {font-weight: 500 !important;}
.fw-600 {font-weight: 600 !important;}

.text-color {
  color: var(--accent);
}

.hvr-color:hover, .hvr-color:hover i {
  color: var(--accent) !important;
}

.bg-dark {
  background-color: #000 !important;
}

.bg-light {
  background-color: #ECECEC !important;
}

.btn {
  padding: 0.6rem 1.4rem 0.4rem;
  font-weight: 500;
  border-radius: .5rem !important;
  border-width: 1px !important
  /*line-height: 1;*/
}

.btn-sm {
  padding: 0.45rem .9rem 0.25rem;
}

.btn-primary {
  color: var(--accent_cont);
  background-color: var(--accent);
  border-color: var(--accent);
  transition: all .3s;
}

.btn-primary:hover {
  color: var(--accent_cont);
  background-color: rgb(0 0 0 / 30%);
  border-color: var(--white);
  /*box-shadow: 0px 0px 20px 0px rgb(255 255 255 / 70%);*/
}

.btn-primary:focus {
  color: var(--accent_cont);
  background-color: var(--accent);
  border-color: var(--accent);
}

.btn-primary.disabled, .btn-primary:disabled {
  color: var(--accent_cont);
  background-color: var(--accent);
  border-color: var(--accent);
}

.btn-outline-primary {
  color: var(--accent);
  background-color: transparent;
  border-color: var(--accent);
  transition: all .3s;
}

.btn-outline-primary:hover {
  color: var(--accent_cont);
  background-color: var(--accent);
  border-color: var(--accent);
}

.btn-white {
  color: var(--accent);
  background-color: var(--accent_cont);
  border-color: var(--accent_cont);
  border-width: 2px;
  transition: all .3s;
}

.btn-white:hover {
  color: #fff;
  background-color: transparent;
}

.btn-link {
  outline: none;
  box-shadow: none !important;

  i {
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
}

.btn-link.icon-start:hover i, .btn-link.icon-start:focus i, .btn-link.icon-start:active i {
  -webkit-transform: translateX(-5px);
  transform: translateX(-5px);
}

.btn-link:hover i, .btn-link:focus i, .btn-link:active i {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}

.color {
  color: var(--accent);
}

.starting-container {
  margin-top: 5rem !important;
}
/* .scroller section {
    scroll-snap-align: start;
} */
/* END OF GENERAL */


/* HEADER */
.navbar-brand {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);

  img {
    transition: height .2s;
    height: 16px;
  }
}

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

/* .navbar-collapse {
    position: absolute;
    top: 0;
    width: 400px;
    background-color: var(--accent);
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    left: -150px;
}
.navbar-collapse.collapsing {
    height: auto;
    left: -400px;
    -webkit-transition: left 0.6s;
    -o-transition: left 0.6s;
    -moz-transition: left 0.6s;
    transition: left 0.6s;
}
.navbar-collapse.show {
    left: 0;
    -webkit-transition: left 0.6s;
    -o-transition: left 0.6s;
    -moz-transition: left 0.6s;
    transition: left 0.6s;
} */

.navigation {
  .navbar-nav {
    li {
      padding: 0 0.8rem;

      &.dropdown {
        padding: 0 1.4rem 0 .8rem;
      }

      a {
        position: relative;
        font-size: .9rem;
        font-weight: 300;
        text-transform: uppercase;
        color: var(--accent);
        transition: all .3s;

        &:hover {
          opacity: 0.8;
        }
      }
    }
    .megamenu {
      li a:hover {
        opacity: 1;
      }
    }
  }

  &.darkmode .navbar-nav li a {
        color: #fff;
  }

 /*  &.home .navbar-nav li a {
    color: var(--accent);
  } */
}



/* .navbar-nav li a::after {
  content: '';
  position: absolute;
  background-color: #fff;
  top: 10px;
  left: -14px;
  height: 1.6rem;
  width: 2px;
  opacity: 0;
   -webkit-transition: opacity 0.15s ease-in-out;
    -o-transition: opacity 0.15s ease-in-out;
    -moz-transition: opacity 0.15s ease-in-out;
    transition: opacity 0.15s ease-in-out;
} */

/* .navbar-nav li a:hover::after {
  opacity: 1;
} */

.dropdown-menu {
  position: absolute !important;
  width: 100%;
  top: 72px;
  left: 0;
  background-color: rgba(255, 255, 255, 1);
  backdrop-filter: blur(10px);
  border: 0;
  border-radius: 1rem;
  box-shadow: 0 0 20px 0px #00000014;
  padding: 4.3rem 0rem 0rem 4rem;
  opacity: 0;
  transition: all .5s, transform .5s;
  transform: translateY(10px);
  display: block;
  visibility: hidden;
  pointer-events: none;

  &::before {
    content: '';
    position: absolute;
    top: -40px;
    width: 100%;
    height: 40px;
  }

  li {
    border-radius: 1rem;
    transition: all .3s;
    padding: 1rem;


    &:hover {
      background-color: #EFEFEF;
    }

    a {
      color: var(--accent) !important;
    }
  }
}

.dropdown {
  position: unset !important;
}

.dropdown:hover .dropdown-menu {
  display: block;
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
  pointer-events: all;
}

li.dropdown > a::before {
  content: '\f078';
  font-family: 'Font Awesome 7 Pro';
  position: absolute;
  top: 6px;
  left: 72px;
  font-size: .8rem;
  font-weight: 300;
}

.dropdown-toggle::after {
  margin-left: unset; 
  border-top: unset; 
  border-right: unset; 
  border-bottom: unset;
  border-left: unset;
}


/* .v-class {
  position: absolute;
  left: -30px;
  top: 80px;
  transform: rotate(-90deg);
}

.v-class::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 10px;
  background-color: #000;
}

.sprinter {
  position: absolute;
  left: -34px;
  top: 196px;
  transform: rotate(-90deg);
}

.sprinter::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 10px;
  background-color: #000;
} */
/* END OF HEADER */


/* HOME */

/* END OF HOME */

/* CAR DETAIL PAGE */
.card {
  background-color: transparent !important;
}

.slick-dots {
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 1rem 0;
  list-style-type: none;
  bottom: -50px !important;
  text-align: right !important;
  padding-right: 10px !important;
}

.slick-dots li {
  margin: 0 60px 0 0 !important;
}
  
.slick-dots li button {
  display: block;
  width: 4rem !important;
  height: 4px !important;
  padding: 0 !important;
  border: none !important;
  border-radius: 26px !important;
  background-color: var(--accent_dark) !important;
  text-indent: -9999px;
}
  
.slick-dots li.slick-active button {
  background-color: var(--accent) !important;
}

.img-parallax {
  width: 100vmax;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%,0);
  pointer-events: none
}


.marker {
  background: var(--accent);
  border-radius: 50%;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 1);
  margin: 10px;
  height: 20px;
  width: 20px;
  transform: scale(1);
  animation: pulse 2s infinite;
  position: absolute;
  cursor: pointer;
  transition: transform .3s !important;
}

.marker:hover {
  transform: scale(1.4) !important;
}

@keyframes pulse {
0% {
transform: scale(0.95);
box-shadow: 0 0 0 0 rgba(231, 186, 111, 0.9);
}

70% {
transform: scale(1);
box-shadow: 0 0 0 10px rgba(231, 186, 111, 0);
}

100% {
transform: scale(0.95);
box-shadow: 0 0 0 0 rgba(231, 186, 111, 0);
}
}

.tooltip-wrapper {
    /*min-width:400px;
    max-width:400px;*/
    width: 400px;
    /*margin-left: 20px;
    transform:translate(0, -50%);*/
    padding:0;
    color:#EEEEEE;
    background-color:#444444;
    font-weight:normal;
    font-size:13px;
   /* position:absolute;*/
    z-index:99999999;
    box-sizing:border-box;
    box-shadow:0 1px 8px rgba(0,0,0,0.5);
    visibility:visible; opacity:1; transition:opacity 0.8s;
    text-align: left;
}

.tooltip-wrapper .text-content {
  padding: .9rem 1.4rem;
}

.tooltip-wrapper h4 {
  font-family: 'epilogue', sans-serif;
  margin-bottom: .9rem;
}

.text-content p {
  color: #fff;
  font-family: 'epilogue', sans-serif;
}

.tooltip-wrapper img {
    width:400px;
    border-radius:8px 8px 0 0;
}

.tooltip .arrow {
  display: none !important;
  position: relative !important;
  width: 0 !important;
  height: 0 !important;
}

.tooltip.show {
    opacity: 1;
}

.tooltip-inner {
    background-color: transparent;
    max-width: 420px !important;
}

.content-header {
  position:absolute;
  top:0;
  left:0;
}

.detail-cards h4 {
  height: 40px;
}
/*---- End of old code-----*/

.video-superwrapper { height: 100% !important; }
.video-wrapper { height: 100% !important; }

.play-pause-btn {
  height: 40px;
  width: 40px;
  background: rgba(121, 121, 121, 0.30);
  backdrop-filter: blur(10px);
  bottom: 10px; 
  left: 10px; 
  cursor: pointer;
  transition: all .3s;

  &:hover {
    background: rgba(121, 121, 121, 0.60);
  }
}

/* .static-transition {
   will-change: clip-path;
  clip-path: inset(100% 0% 0% 0%);
  transform: translateY(-100vh);
} */
/* END OF CAR DETAIL PAGE */


/* DISCOVER */
.nav-pills button {
 color: var(--accent) !important;
 border-bottom: solid 1px #C7C7C7 !important;
 border-radius: 0 !important;
 text-transform: uppercase;
 letter-spacing: .1rem;
 padding-bottom: .4rem;
 font-size: .9rem;
}

.nav-pills button.active {
  color: var(--accent) !important;
  background-color: transparent !important;
  border-bottom: solid 1px var(--accent) !important;
}
/* END OF DISCOVER */

/* DEALERS */
.mapcontainer {
  height: 550px;
}

.layover {
  position: absolute;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.7);
  height: 100%;
  width: 100%;
  top: 0;
}
/* END OF DEALERS */

/* BESPOKE */
.background-flag {
    z-index: 0;
    width: 174%;
    top: 70px;
    left: -10px;
}

.bespoke-models .slick-prev:before {
    content: '\f137';
    font-family: 'Font Awesome 7 Pro';
    font-weight: 700;
    color: var(--accent);
    opacity: 1;
}

.bespoke-models .slick-next:before {
    content: '\f138';
    font-family: 'Font Awesome 7 Pro';
    font-weight: 700;
    color: var(--accent);
    opacity: 1;
}

.bespoke-models .slick-prev {
   left: 110px;
   z-index: 99;
}

.bespoke-models .slick-next {
   right: 130px;
}

.hover-detail {
  width: 100%;
  height: 280px;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
  /*background: #D05332;*/
}

.hover-detail .overlay, .hvr-overlay .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  padding: 50px 20px;
  opacity: 0;
  background: #14141466;
  transition: opacity 0.35s;
}
 
.hover-detail:hover .overlay, .hvr-overlay:hover .overlay {
  opacity: 1;
}
/* END OF BESPOKE */


/* SERVICES */
@property --gradient-top {
  initial-value: rgba(0,0,0,.3);
  inherits: false;
  syntax: '<color>';
}

@property --gradient-bottom {
  initial-value: rgba(0,0,0,.8);
  inherits: false;
  syntax: '<color>';
}


.block-hvr {
  .img {
    transition: all 4s;
    transform: scale(1.2);
  }
  .linear-gradient {
    transition: --gradient-top 1s, --gradient-bottom 1s;
    background: linear-gradient(var(--gradient-top), var(--gradient-bottom));
  }

  &:hover {
    .img {
      transform: scale(1);
    }
    .linear-gradient {
      --gradient-top: rgba(0,0,0,.4);
      --gradient-bottom: rgba(0,0,0,.4);
    }
  }
}

.services-card {
  padding: 1.8rem 4rem 1.8rem 2rem !important;
}
/* END OF SERVICES */


/* CONTACTFORM */

#ccms_form_contact label, form label {
  display: none;
}

#ccms_form_contact textarea {
  height: 8em;
}

.form-control {
  background-color: #fff;
  border: 0;
  color: #000;
  border-radius: .6rem;
  padding: 0.75rem 1rem;
}

.form-control:focus {
  background-color: #fff;
  color: #000;
  box-shadow: none !important;
}

.form-dark .form-control {
  background-color: #fff;
  color: #fff;
  border-radius: 0;
  padding: 0.75rem 0rem;
}

.form-dark .form-control:focus {
  background-color: #fff;
  color: #fff;
}

.form-dark input::placeholder {
  color: #fff !important;
}

select {
  -moz-appearance: none;
-webkit-appearance: none;
appearance: none;

background-image: url('../img/chevron-down-regular.svg');
background-repeat: no-repeat;
background-position: right 1em top 55%;
background-size: .8em auto
}


/* END OF CONTACTFORM */

/* FOOTER */
.footer-links li {
  font-weight: 300;
  
  &:not(:last-child) {
    margin-bottom: .8rem;
  }

  &:first-child {
    margin-bottom: 1rem;
    letter-spacing: .2rem;
  }
}

.footer-links, .footer-socials {
  li a {
    color: rgba(255, 255, 255, 0.6);
    text-decoration: none;
    transition: color .3s;
  }
}

.footer-links, .footer-socials {
  li a:hover {
    color: rgba(255, 255, 255, 1);
  }
}

.footer-socials {
  i { font-size: 1.5rem; }
}

.footer-gdpr li a {
  text-decoration: none;
}
.footer-gdpr li a:hover {
  text-decoration: underline;
}
/* END OF FOOTER */

/* TIMELINE */
.timeline {
  position: relative;
}

.timeline::before {
  content: "";
  display: block;
  width: .4rem;
  height: 100%;
  background: var(--accent);
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.timeline .row {
  position: relative;
}

.timeline .row::after {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  background-color: var(--accent);
  border-radius: 50%;
  left: calc(50% - 20px);
  top: calc(50% - 20px);
}
/* END OF TIMELINE */

/* SWIPER SLIDER */
.swiper {
  /*width: 100vw;*/
  height: 100%;
}

.swiper-slide {
  flex-shrink: 0 !important;

  &:first-child {
    width: 30%;
  }

  &:nth-child(2) {
    width: unset;
  }

  img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

.inspo-img {
  height: 260px;
  background-color: #E4E4E4;
  border-radius: 1.6rem;
}

.aspect-21-9 { aspect-ratio: 21 / 9; }
.aspect-9-21 { aspect-ratio: 9 / 21; }
.aspect-15-16 { aspect-ratio: 15 / 16; }
.aspect-16-15 { aspect-ratio: 16 / 15; }
.aspect-16-9 { aspect-ratio: 16 / 9; }
.aspect-9-16 { aspect-ratio: 9 / 16; }
.aspect-5-4 { aspect-ratio: 5 / 4; }
.aspect-4-5 { aspect-ratio: 4 / 5; }
.aspect-4-3 { aspect-ratio: 4 / 3; }
.aspect-3-4 { aspect-ratio: 3 / 4; }
.aspect-3-2 { aspect-ratio: 3 / 2; }
.aspect-1 { aspect-ratio: 1 / 1; }

.h-half {
  height: calc(50% - 8px);
}
/* END OF SWIPER SLIDER */

/* SCROLLABLE TEXT */
.pinned {
  position: relative;

  .single-step {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
  }
}
/* END OF SCROLLABLE TEXT */


@media (max-width: 1200px) { 

}

@media (max-width: 992px) { 

}
@media (max-width: 768px) { 
  /* GENERAL */
  .starting-container {
      margin-top: 3.6rem !important;
  }
  /* END OF GENERAL */

  /* CAR DETAIL PAGE */
  .video-superwrapper { height: counter-set: !important; }
  .video-wrapper { height: unset !important; }
  /* END OF CAR DETAIL PAGE */

  .container-layover {
    margin-right:0rem;
  }
  .timeline .row::after {
    left: 17px;
  }
  .timeline::before {
    left: 34px;
    right: unset;
  }

  .navbar-brand {
    top: 0;
    img {
      height: 14px;
    }
  }
}
@media (max-width: 576px) { 
  .navbar-collapse {
    width: 100vw;
    overflow-y: scroll;
    left: -100vw;
  }
  .navbar-collapse.collapsing {
    left: -100vw;
  }
  .dropdown-menu {
    height: unset;
    position: unset !important;
    width: unset;
    display: none;
    padding: 1rem !important;
  }

  .megamenu img {
    width: 170px !important;
  }

  .nav-pills button {
   /*height: 300px;*/
  }

  .swiper-slide {
    &:first-child {
        width: 38%;
    }
  }

  /* .v-class {
    position: absolute;
    left: 50px;
    top: 240px;
    transform: rotate(-90deg);
  }
  
  .sprinter {
    position: absolute;
    left: 50px;
    top: 356px;
    transform: rotate(-90deg);
  } */

  .bespoke-models .slick-prev {
    left: 40px;
    z-index: 99;
  }

  .bespoke-models .slick-next {
    right: 30px;
  }

  .slick-dots li {
    margin: 0 28px 0 0 !important;
  }
  .slick-dots li button {
    width: 2rem !important;
  }

  .content-header {
    position:absolute;
    top:25vh;
    left:20px;
  }
}

@media (max-height: 590px) { 
  .navbar-collapse {
    overflow-y: scroll;
  }

  .dropdown-menu {
    height: unset;
    position: unset !important;
    width: unset;
    padding: 1rem 0rem 1.5rem 1rem;
  }

}



/* SLICK SLIDER CUSTOM */
@media (min-width:576px) {
  .container.fluid-right {
    width: calc(((100% - 540px) / 2) + 540px) !important;
    margin-right: 0;
    max-width: 820px;
  }
}

@media (min-width:768px) {
  .container.fluid-right {
    width: calc(((100% - 720px) / 2) + 720px) !important;
    margin-right: 0;
    max-width: 970px;
  }
}

@media (min-width:992px) {
  .container.fluid-right {
    width: calc(((100% - 970px) / 2) + 970px) !important;
    margin-right: 0;
    max-width: 1170px;
  }
}

@media (min-width:1200px) {
  .container.fluid-right {
    width: calc(((100% - 1140px) / 2) + 1140px) !important;
    margin-right: 0;
    max-width: 1300px;
  }
}

@media (min-width:1400px) {
  .container.fluid-right {
    width: calc(((100% - 1320px) / 2) + 1320px) !important;
    margin-right: 0;
    max-width: 1520px;
  }
}

@media (min-width:1716px) {
  .container.fluid-right {
    width: calc(((100% - 1320px) / 2) + 1320px) !important;
    margin-right: 0;
    max-width: 1720px;
  }
}


/* END OF SLICK SLIDER CUSTOM */
