@import url('https://fonts.googleapis.com/css2?family=Kanit:wght@600&display=swap');
/*---------------------------------------
  CUSTOM PROPERTIES ( VARIABLES )             
-----------------------------------------*/
:root {
  --white-color:                  #FFFFFF;
  --primary-color:                #ff0707;
  --section-bg-color:             #f9f9f9;
  --dark-color:                   #000000;
  --grey-color:                   #fcfeff;
  --text-secondary-white-color:   rgba(255, 255, 255, 0.98);
  --title-color:                  #565758;
  --p-color:                      #717275;
  --body-font-family:           'Kanit', sans-serif;
  --color1: #20bfa9;
  --color2: #f73859;
  --color2Hover: #d83f59;
  --color3: #fff;
}

body {
  font-family: var(--body-font-family);
  background-color: #e7e7e7;
  overflow-x: hidden;
}
.pointer{cursor: pointer;}
.text-shadow{text-shadow: 2px 1px 2px rgb(0 0 3 / 60%);}
.btnWidth{width:145px;}

span.price-text {
  font-size: 40px;
  vertical-align: middle;
}

#top.container-fluid {
  width: 100%;
  padding-right: 0;
  padding-left: 0;
  margin-right: auto;
  margin-left: auto;
}

.btn.focus, .btn:focus {
  outline: 0;
  box-shadow: none;
}

a {
  color: #ce3128;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
  outline : none;
}
a:hover {
  color: #222;
  text-decoration: underline;
}

#CTA a{
  color: #ff0e00;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
  outline : none;
}
#CTA a:hover{
  color: #fff;
  text-decoration: underline;
}

.getDirections {
  margin-top: 4rem;
}

#testimonialSwiper p {
    font-size: 1.3rem;
    letter-spacing: -1px;
    line-height: 2.3rem;
    text-shadow: 2px 1px 2px rgb(0 0 3 / 60%);
    background: #0000004a;
    padding: 1rem;
    border-radius: 10px;
}

.btn-outline-dark {
  color: #fff;
  background-color: #ce3128;
  background-image: none;
  border-color: #ddd;
}

.btn-outline-dark:hover {
  color: #ce3128;
  background-color: #fff;
  border-color: #ddd;
}

.hdr-ourBikes {
  background-image: url(../img/hdr-our-bikes.jpg);
  position: relative;
  background-position: bottom;
  background-size: cover;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  align-content: center;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 32vh;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}
.hdr-repairShop {
  background-image: url(../img/hdr-repair-shop.jpg);
  position: relative;
  background-position: bottom;
  background-size: cover;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  align-content: center;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 32vh;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}
.hdr-bikeRentals {
  background-image: url(../img/hdr-bike-rentals.jpg);
  position: relative;
  background-position: bottom;
  background-size: cover;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  align-content: center;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 32vh;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}

.hdr-ourBikes h3, .hdr-repairShop h3, .hdr-bikeRentals h3 {
  font-size: 70px;
  position: absolute;
  bottom: -15px;
  color: #222;
  text-shadow: 2px 1px 2px rgb(0 0 3 / 60%);
}
.repair-bg {
  background-image: url(../img/repair-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  min-height: 40vh;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-align-items: center;
}
.about-bg {
  background-image: url(../img/about-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  min-height: 40vh;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-align-items: center;
}
.rentals-bg {
  background-image: url(../img/rentals-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  min-height: 40vh;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-align-items: center;
}
.bikes-bg {
  background-image: url(../img/ourbikes-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  min-height: 40vh;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-align-items: center;
  text-align: center;
}
.breadcrumb {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 1rem;
  list-style: none;
  border-radius: 0.25rem;
  margin-left: -1rem;
  background-color: transparent;
  font-size: 14px;
}
.breadcrumb-item+.breadcrumb-item {
  padding-left: 0;
}
.breadcrumb-item.active {
  color: #ce3128;
}
.breadcrumb-item+.breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.4rem;
  color: #6c757d;
  content: "";
}

.page-heading .heading-content h1 {
  font-size: 32px;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 1px;
  background-color: rgba(250,250,250,0.1);
  display: inline-block;
  margin-bottom: 0;
  margin-top: 220px;
  padding: 20px 60px;
}

.page-heading .heading-content em {
  font-style: normal;
  font-weight: 200;
}

.dealer-phone {
  position: absolute;
  top: 1.5rem;
  right: 5rem;
  font-size: 23px;
}
.dealer-phone a{color: #fff; text-decoration: none;}

/* Nav Bar */
nav .logo {
  float: left;
  margin-left: 30px;
}

nav .logo a {
  font-size: 28px;
  line-height: 80px;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  letter-spacing: 0.5px;
  text-shadow: 2px 1px 2px rgb(0 0 3 / 60%);
}

nav .logo em {
  font-style: normal;
  font-weight: 200;
  text-shadow: 2px 1px 2px rgb(0 0 3 / 60%);
}

nav {
  background: rgb(0 0 0 / 78%);
  height: 80px;
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 300;
  box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.5);
}

/* Menu Icon */
.menu-icon {
  background: transparent;
  border: 1px solid #fff;
  width: 50px;
  height: 50px;
  margin: 15px 15px 0 auto;
  position: relative;
  cursor: pointer;
  transition: background 0.5s;
  border-radius: 5px;
}

.menu-icon span,
.menu-icon span:before,
.menu-icon span:after {
  cursor: pointer;
  border-radius: 1px;
  height: 2px;
  width: 35px;
  background: white;
  position: absolute;
  left: 15%;
  top: 50%;
  display: block;
  content: '';
  transition: all 0.5s ease-in-out;
}

.menu-icon span:before {
  left: 0;
  top: -10px;
}

.menu-icon span:after {
  left: 0;
  top: 10px;
}

.menu-icon.active {
  background: rgba(250,250,250,0.2);
}

.menu-icon.active span {
  background-color: transparent;
}

.menu-icon.active span:before,
.menu-icon.active span:after {
  top: 0;
}

.menu-icon.active span:before {
  transform: rotate(135deg);
}

.menu-icon.active span:after {
  transform: rotate(-135deg);
}

/* Menu */
.overlay-menu {
  background: rgba(0, 0, 0, 0.95);
  color: #ffffff;
  position: fixed;
  z-index: 100;
  left: 0;
  top: 0;
  height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  width: 100%;
  padding: 50px 0;
  opacity: 0;
  text-align: center;
  transform: translateY(-100%);
  transition: all 0.5s;
}

.overlay-menu.open {
  opacity: 1;
  transform: translateY(0%);
}

.overlay-menu .main-menu {
  transform: translateY(50%);
  opacity: 0;
  transition: all 0.3s;
  transition-delay: 0s;
}

.overlay-menu.open .main-menu {
  transition: all 0.7s;
  transition-delay: 0.7s;
  opacity: 1;
  transform: translateY(0%);
}

.overlay-menu .main-menu:nth-child(2) {
  transition-delay: 0s;
}

.overlay-menu.open .main-menu:nth-child(2) {
  transition-delay: 1.25s;
}

.overlay-menu {
  overflow: scroll;
}

.overlay-menu::-webkit-scrollbar {
  display: none;
}

.overlay-menu ul {
  list-style: none;
  margin-top: 80px;
  padding: 0px;
}
.overlay-menu ul li {
  padding: 15px 0px;
}

.overlay-menu ul li a {
  font-size: 24px;
  font-weight: 300;
  color: #fff;
  text-decoration: none;
  transition: all 0.5s;
}

.overlay-menu li .active {
  font-size: 24px;
  font-weight: bold;
  color: #ce3128;
  text-decoration: none;
  transition: all 0.5s;
}

.overlay-menu ul li a:hover {
  color: rgba(250,250,250,0.5);
}

.overlay-menu p {
  margin-top: 60px;
  font-size: 13px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 200;
  letter-spacing: 0.5px;
  text-align: center;
}
.popup-icon {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 300;
  display: inline-block;
  width: 60px;
  height: 60px;
}

.popup-icon button {
  background-color: transparent;
  outline: none;
  border: none;
  cursor: pointer;
}

.modal-btn img {
  width: 60px;
  height: 60px;
}

.getDirections a{color:#ce3128;}

/* Modal */
.modal {
  background-color: rgba(0,0,0,.95);
  display: none;
  overflow: auto;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: all 0.6s;
  overflow: scroll;
  z-index: 1041;
}

.modal::-webkit-scrollbar {
  display: none;
}

/* Modal Content */
#modal .modal-content {
  text-align: center;
  position: relative;
  top: 0;
  width: 100%;
  margin: 0 auto;
  background-color: transparent;
}
#modal .modal-animated-in {
  animation: totop-in .6s ease;
}
#modal .modal-animated-out {
  animation: totop-out .6s ease forwards;
}
#modal .modal-header {
  border-bottom: none;
  justify-content: center;
}

#modal .modal-header h3 {
  color: #fff;
  font-weight: 400;
  letter-spacing: 1px;
  font-size: 64px;
  margin-top: 5%;
  border-bottom: none;
  margin-bottom: 20px;
  text-align: center;
}

#modal .modal-header em {
  font-style: normal;
  font-weight: 200;
}

#modal .modal-content .close-btn {
  position: absolute;
  z-index: 99999999;
  color: #fff;
  right: 5px;
  top: 15px;
  width: 50px;
  height: 50px;
  text-align: center;
  cursor: pointer;
}

#modal .modal-body {
  text-align: center;
  margin: 0 auto;
}

#modal .modal-body input {
  border-radius: 5px;
  padding-left: 15px;
  font-size: 14px;
  font-weight: 200;
  color: #000;
  background-color: rgb(250 250 250);
  outline: none;
  border: none;
  box-shadow: none;
  line-height: 40px;
  height: 40px;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 25px;
}

#modal .modal-body textarea {
  border-radius: 5px;
  padding-left: 15px;
  padding-top: 10px;
  font-size: 14px;
  font-weight: 200;
  color: #000;
  background-color: rgb(250 250 250);
  outline: none;
  border: none;
  box-shadow: none;
  height: 165px;
  max-height: 220px;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  margin-bottom: 25px;
}

#modal .modal-body button {
  border-radius: 0px;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 600;
  background-color: transparent;
  color: #fff;
  letter-spacing: 2px;
  border-bottom: 3px solid #fff;
  display: inline-block;
  padding: 0px 0px 3px 0px;
  transition: all 0.5s;
  border-top: none;
  border-right: none;
  border-left: none;
}

#modal .modal-body button:hover {
  color: #ce3128;
  border-color: #ce3128;
  outline: none;
}

.socialMedia a {
  display: inline-block;
  margin: 0.125rem;
  line-height: 40px;
}

.socialMedia a .fa, .socialMedia a .fab, .socialMedia a .fas {
  transition: box-shadow 0.5s ease;
  box-shadow: 0 1px 2px 1px rgb(0 0 0 / 10%), 0 1px 1px 0 rgb(0 0 0 / 20%);
  font-size: 1.125rem;
  width: 40px;
  height: 40px;
  line-height: inherit;
  text-align: center;
  opacity: 0.8;
  color: #fff;
}

.socialMedia a .fa-facebook-f, .socialMedia a .fab-facebook-f, .socialMedia a .fas-facebook-f {
  background-color: #3b5998;
}
.socialMedia a .fa-twitter, .socialMedia a .fab-twitter, .socialMedia a .fas-twitter {
  background-color: #55acee;
}
.socialMedia a .fa-youtube, .socialMedia a .fab-youtube, .socialMedia a .fas-youtube {
  background-color: #cd201f;
}
.socialMedia a .fa-google, .socialMedia a .fab-google, .socialMedia a .fas-google {
  background-color: #dc4e41;
}

/* Keyframes */
@keyframes totop-in {
  0% {
    top: 600px;
    opacity: 0;
  }
  100% {
    top: 0%;
    opacity: 1;
  }  
}

@keyframes totop-out {
  0% {
    top: 0px;
    opacity: 1;
  }
  100% {
    top: -100%;
    opacity: 0;
  }  
}
/* ############################################################################ */
/* Homepage */
/* ############################################################################ */
#video-container  {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  z-index: 1;
}

#video-container video,
.video-overlay {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
}

#video-container .video-overlay {
  z-index: 9999;
  background: linear-gradient(to top, #000, transparent 85%);
  width: 100%;
}

#video-container .video-content {
  z-index: 99999;
  position: absolute;
  height: 100%;
  width: 100%;
}

#video-container .video-content .inner {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column wrap;

  /* ###################################################################### */
  /* Uncomment the section below to use a background image instead of video */
  /* ###################################################################### */
  /* background-image: url('../img/bg.jpg');
  background-position: top center;
  background-size: cover; */
}

#video-container .video-content .inner h1 {
  font-size: 45px;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 2px;
  font-weight: 500;
}
.inner-title{
  padding: 1rem;
  border-radius: 10px;
  text-align: center;
}

#video-container .video-content .inner em {
  font-style: normal;
  font-weight: 200;
}


#video-container .video-content .inner p {
  color: #fff;
  font-size: 22px;
  font-weight: 200;
  letter-spacing: 1.5px;
  text-align: center;
  padding: 0px 30px;
}

/* #video-container .video-content .inner .scroll-icon {
  margin-top: 45px;
} */

.overlay {
  background: linear-gradient(to top, #000, transparent 85%);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}


.vehicleSelect{text-align: center;}

#video-container .nav {
  display: inline-flex;
  font-size: 16px;
  color: #fff;
  margin-top: 1.5rem;
}

#video-container .nav a {
  color: #fff;
  text-shadow: 2px 1px 2px rgb(0 0 3 / 60%);
  padding: 0px 15px;
  font-size: 20px;
  background: #0000009e;
  text-decoration: none;
}
#video-container .nav a:hover {
  border: solid 1px #ce3128;
}

#video-container .nav a.selected {
  border: solid 1px #ce3128;
}

#video-container .primary-button a {
  display: inline-block;
  background-color: #ce3128;
  padding: 15px 24px;
  border-radius: 3px;
  text-transform: uppercase;
  font-size: 14px;
  width:250px;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  letter-spacing: 0.5px;
  text-align: center;
}
.secondary-button a {
  display: inline-block;
  padding: 15px 24px;
  border-radius: 3px;
  text-transform: uppercase;
  font-size: 14px;
  width:250px;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  letter-spacing: 0.5px;
  text-align: center;
  border: solid 1px;
}
#video-container .input-padding {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
#video-container select {
  padding: .7rem;
  border: solid 1px #000;
  margin-bottom: .5rem;
  font-size: 20px;
}
#video-container .keyword {
  padding: 1.7rem;
  height: 39px;
  border: solid 1px #000;
  padding-top: -1px;
  font-size: 20px;
}
#video-container .dividerTopMargin{margin-top: 3px;}

.qualityMessage {
  background-image: url(../img/quality-bg.jpg);
  position: relative;
  background-position: right;
  background-size: cover;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  align-content: center;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100vh;
}
.qualityMessage em{background: #ce3128;padding: .5rem;}
.page-banner-title {
  color: #fff;
  font-size: 4.625rem;
  text-transform: uppercase;
  text-shadow: 2px 1px 2px rgb(0 0 3 / 60%);
  letter-spacing: -1px;
  font-weight: bold;
}
.page-banner-subtitle{
  color: #fff;
  font-size: 1.625rem;
  text-shadow: 2px 1px 2px rgb(0 0 3 / 60%);
  font-weight: 800;
  letter-spacing: 1px;
  margin-top: -20px;
}

/* lightbox captions */
.slbCaption {
  color: rgb(255 255 255);
  text-shadow: 2px 1px 2px rgb(0 0 3 / 60%);
}
/* lightbox arrows */
.slbArrow {
  width: 2em;
  font-size: 40px;
}
/* lightbox close button */
.slbCloseBtn {
  font-size: 4em;
}

.quote-slider {
  text-align: center;
  background-image: url(../img/quality-bg.jpg);
  position: relative;
  background-position: right;
  background-size: cover;
  color: #fff;
  min-height: 45vh;
}
.quote-slider p {
  font-size: 1.5rem;
  letter-spacing: -1px;
  line-height: 2.3rem;
  text-shadow: 2px 1px 2px rgb(0 0 3 / 60%);
}
.quote-slider .quote {
  font-size: 4rem;
  color: #ce3128;
  font-style: italic;
  font-weight: bold;
  text-align: center;
  height: 55px;
  margin-top: -31px;
}
.featuredBikes {
  color: #fff;
  /* background-color: #232323; */
  background-image: url(../img/featured-bg.jpg);
  background-position: center;
  background-size: contain;
  border-top: solid 1px #565656;
  border-bottom: solid 1px #565656;
}

/* .featuredBikes .title {
  margin-top: -3rem;
} */

.featuredBikes .title h1{
  font-size: 25px;
  text-align: center;
  color: #fff;
  text-shadow: 2px 1px 2px rgb(0 0 3 / 60%);
}
.featuredBikes .title p{
  font-size: 20px;
  text-align: center;
  color: #fff;
  text-shadow: 2px 1px 2px rgb(0 0 3 / 60%);
  line-height: 3px;
}

.featuredBikes .home-prev, .home-next {
  margin-top: -55px;
}
#featuredSwiper a{color:#fff;text-decoration: none;}
#featuredSwiper a:hover{color:#ce3128;}

.subPageTopMargin{padding-top:5.1rem;}

@media (max-width: 563px) {
  .h4, h4 {
    font-size: 1rem;
  }
  .h3, h3 {
    font-size: 1.45rem;
  }
  .h1, h1 {
    font-size: 2.5rem;
  }
  #video-container .video-content .inner h1 {
    font-size: 23px;
  }
  .btnWidth{width:95%;}
  .display-4 {
      font-size: 2.5rem;
  }
}

@media (max-width:768px){ 
  .page-banner-title {
      font-size: 4rem;
  }
  
  #bikes h1{
    font-size: 1.2rem;
  }
  #repair h1 {
    font-size: 2rem;
  }
  .page-banner-subtitle {
      color: #fff;
      font-size: 1.5rem;
      text-transform: uppercase;
      text-shadow: 2px 1px 2px rgb(0 0 3 / 60%);
      font-weight: 800;
      letter-spacing: 1px;
      margin-bottom: 5rem;
  }
  .quote-slider p {
      font-size: 1rem;
      letter-spacing: -1px;
      line-height: 2.3rem;
  }
  .repair-bg, .bikes-bg, .rentals-bg, .about-bg {
    min-height: 25vh;
  }
}

/*Auto collapse divs on mobile view*/
@media (min-width: 991px) {
  .collapse.dont-collapse-sm {
    display: block;
    height: auto !important;
    visibility: visible;
  }
}

@media (max-width: 992px) {
  

}