/** Shopify CDN: Minification failed

Line 43:84 Expected identifier but found "*"
Line 495:28 Expected "}" to go with "{"

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:bb-privilege (INDEX:0) */
.bb-privilege-outer {
    background-color: #1e1e1e;
    width: 33%;
}
/* END_SECTION:bb-privilege */

/* START_SECTION:amateurs (INDEX:1) */
section.amateurs-section {
    padding: 100px 0;
}
.parent {
            position: relative;
            height: 500px; /* Example height */
            border: 1px solid black;
			height: 250vh;
        }

        .absolute-element {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            height: 100%; /* This makes it have the same height as the parent */
            /* border: 1px dashed red; */
        }

        .sticky-child {
            position: -webkit-sticky; /* For Safari */
            position: sticky;
            top: 30vh; /* Distance from the top when it becomes sticky */
            /* background-color: yellow; /* Just to visualize the sticky element */ */
            padding: 10px;
              width: 55%;
            margin: 0 auto;
            text-align: center;
        }
		.relative-element {
  z-index: 1;
  position: relative;
  /* background-color: red; */
  /* margin-bottom: 5vw; */
}
.amateurs-section h3.h1 {
    font-size: 100px;
    line-height: 100px;
}
.sticky-child p {
    color: #959290;
    width: 60%;
    margin: 0 auto;
}
.img-second img {
    /* position: absolute; */
    float: right;
    margin-right: 100px;
    margin-top: -100px;
    width: 350px;
}
.img-first img {
    margin-left: 100px;
    width: 350px;
}
.img-third img {
    margin-left: 0px;
    margin-top: 200px;
}

/*==========Responsive==========*/
@media only screen and (max-width: 767px) {
}
/* END_SECTION:amateurs */

/* START_SECTION:born-tropics (INDEX:7) */
.born-tropics-sec {
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 50px;
    background-size: cover;
}
.born-tropics-sec .rte.text-size-regular {
    width: 50%;
    opacity: 0.8;
}
.born-tropics-sec h3.h1 {
    font-size: 72px;
    line-height: 80px;
}
/* END_SECTION:born-tropics */

/* START_SECTION:dealer-page (INDEX:18) */
.tab-menu { width: 40%; }
.tab-menu ul { margin:0; padding:0; list-style:none; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; flex-direction: column; gap: 10px; }
.tab-menu ul li { -ms-flex-preferred-size: 0; flex-basis: 0; -ms-flex-positive: 1; flex-grow: 1; max-width: 100%; text-align:center; }
.tab-menu ul li a { font-size: 15px; color: #fff; text-transform: uppercase; letter-spacing: 0.44px; display:inline-block; padding:15px 26px; display:block; text-decoration:none; transition:0.5s all; background: #1e1e1e; border: 2px solid #000; border-bottom: 0; }
.tab-menu ul li a:hover { background:#E63F1A; color:#fff; text-decoration:none; }
.tab-menu ul li a.active { background:#E63F1A; color:#fff; text-decoration:none; }
.tab-box { display:none; }

.tab-teaser { width:40%; margin:0 auto; display: flex; flex-direction: column; }
.tab-main-box { width: 60%; }

section.dealer-section { max-width: 1440px; margin: 0 auto; padding: 100px 35px; }
.left-tab { display: flex; }
.rich-text__inner.find-us-text { padding-left: 0; }

.map-right {
    width: 100%;
}
.map-left {
    width: 0%;
}
.template-page-dealer .map-parent {
    min-height: 250px;
    height: unset;
}
.template-page-dealer .map-right {
    padding: 30px;
}
.location-parent {
    grid-template-columns: 1fr;
}
.map-right a {
    color: #FF5000;
    padding-top: 20px;
}
p.dealer-title {
    font-size: 20px;
    font-weight: bold;
}

/*==========Responsive==========*/
@media only screen and (max-width: 767px) {
.left-tab {
    display: flex;
    flex-direction: column;
}
.tab-teaser {
    width: 100% !important;
}
.tab-menu {
    width: 100% !important;
}
.tab-main-box {
    width: 100% !important;
    padding-top: 20px;
}
}
/* END_SECTION:dealer-page */

/* START_SECTION:founders (INDEX:29) */
.images .image{
  position: relative;
}

.images .first{
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: z-index .5s ease,transform .6s ease;
}

.images .image:hover .first{
  z-index: 0;
  /* background-color: red;
  transform: scale(1.05); */
}

.founder-parent {
    display: flex;
    justify-content: center;
    column-gap: 10px;
}

.founder-one {
    width: -webkit-fill-available;
}

section.founders-section {
    padding: 100px 50px;
}

.founder-one h3.h3 {
    padding-top: 30px;
    margin-bottom: 10px;
}

.founder-one p {
    margin-bottom: 10px;
}

p.founder-content {
    color: #adadad;
    width: 80%;
}

.founder-one.founder-left {
    margin-top: 100px;
}

.founder-one.founder-center {
    margin-top: 200px;
}

.image img {
    outline: 2px solid #000;
    outline-offset: -2px;
}

/*==========Responsive==========*/
@media only screen and (max-width: 767px) {
.founder-parent {
    flex-direction: column;
}
.founder-one {
    margin-top: 50px !important;
}
}
/* END_SECTION:founders */

/* START_SECTION:past-ride (INDEX:60) */
section.past-ride-section {
    padding: 5.208vw 6.771vw;
  }

  .past-rides-container {
    display: flex;
    flex-wrap: wrap;
    gap: 1.719vw 0vw;
    justify-content: space-between;
    margin-top: 2.5vw;
  }

  .ride-single-post {
    position: relative;
    overflow: hidden;
    height: 32.5vw;
    width: 100%;
  }

  .past-rides-wide {
    flex-basis: 52.56vw;
  }

  .past-rides-narrow {
    flex-basis: 31.5vw;
  }

  .ride-img {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 100%;
  }

  .ride-img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
  }

  .ride-img::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 12.813vw;
    background: linear-gradient(
      to bottom,
      rgba(255, 255, 255, 0),
      rgba(0, 0, 0, 0.8)
    );
  }

  .ride-single-post:hover .ride-img img {
    -ms-transform: scale(1.15);
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
  }

  .img-text {
    position: absolute;
    bottom: 2.5vw;
    left: 2.65vw;
    right: 2.65vw;
    color: white;
    z-index: 2;
  }

  h3.h3.img-title {
    margin-bottom: 0;
  }

  /* popup & slider*/
  .pop-up-overlay {
    background: rgba(var(--color-overlay-rgb), 0.85);
    backdrop-filter: blur(0.156vw);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 100;
    opacity: 0;
    transition: opacity 0.25s ease;
  }

  .slider-container {
    position: relative;
    width: 100%;
    height: -webkit-fill-available;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    flex-direction: column;
    padding-top: 6vw;
    padding-bottom: 4vw;
    
    /* position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(
      -50%,
      -50%
    ); */
  }

   h3.ride-title {
    margin: 0;
    padding: 0;
    text-align: center;
    font-family: Evogria;
    font-size: 3.125vw;
    font-style: normal;
    font-weight: 400;
    letter-spacing: -0.094vw;
    text-transform: lowercase;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
  }


  .past-ride-slider-container {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
  }

  .past-ride-slider-header {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 3.646vw;
    margin-bottom: 4vw;
    position: relative;
  }

  .close-btn-container {
    right: 0;
    position: absolute;
    margin-right: 5.104vw;
    cursor: pointer;
    display: flex;
    width: 3.646vw;
    height: 3.646vw;
    padding: .625vw;
    justify-content: center;
    align-items: center;
    gap: 12px;
    flex-shrink: 0;
    background: var(--BB-Orange, #FF5000);
  }

  .past-ride-slider-images {
    width: 100%;
    height: 30vw;
  }

  .past-ride-slider-images img {
    width: 45.833vw;
    height: 30vw;
    object-fit: cover;
  }

  .slick-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 1.172vw;
    height: 30vw;
  }

  .nav-btns {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 4.219vw;
  }

  .btn-prev,
  .btn-next {
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 3.646vw;
    height: 3.646vw;
    padding: 0.625vw;
    gap: 0.625vw;
    color: #fff;
    cursor: pointer;
    flex-shrink: 0;
    border: 1px solid #FF5000;
  }

  .btn-prev {
    margin-right: 1.745vw;
  }

  .btn-next {
    margin-left: 1.745vw;
  }

  .btn-prev::before,
  .btn-next::before {
    font-size: 1.302vw;
    line-height: 40%;
    font-weight: 400;
    text-transform: uppercase;
  }

  /*==========Responsive==========*/
  @media only screen and (max-width: 767px) {
    .past-rides-container {
      flex-direction: column;
    }

    .past-rides-container {
      gap: 1.719vh 0vw;
    }

    .ride-single-post {
      position: relative;
      overflow: hidden;
      height: auto;
      width: 100%;
    }

    .past-rides-narrow {
      flex-basis: 52.45vw;
    }
/* END_SECTION:past-ride */

/* START_SECTION:video-zoom (INDEX:80) */
section.video-zoom-section {
    width: 100vw;
    height: 100%;
    position: relative;
    overflow: hidden;
}
  video#aboutVideo {
    width: 100vw;
    height: 100%;
    transform-origin: center center; 
}
video#aboutVideo {
    width: 100vw !important;
}
/* END_SECTION:video-zoom */