body {
  color: rgb(255,255,255);
  font-family: Montserrat, sans-serif;
  overflow-x: hidden;
  margin: 0;
  padding: 0;
}

#hero {
  width: 100%;
  height: 100vh;
  background: url("../../assets/img/2023/first%20screen%20mobile.png") center / cover no-repeat;
}

@media (min-width: 768px) {
  #hero {
    background: url("../../assets/img/2023/first%20screen.png") center / cover no-repeat;
    height: 100vh;
  }
}

.navbar-light .navbar-brand {
  color: rgb(255,255,255);
}

.navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover {
  color: white;
}

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-top: 0.5rem;
  padding-bottom: .5rem;
  /*background-color: white;*/
}

#nav-heading {
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: bold;
  color: #000000;
}

@media (min-width: 768px) {
  #nav-heading {
    text-align: center;
    font-family: Montserrat, sans-serif;
    font-size: 40px;
    font-weight: bold;
    color: black;
  }
}

#title {
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  margin-left: 5px;
}

#bullet {
  font-size: 12px;
  font-family: Montserrat, sans-serif;
  margin-left: 5px;
}

#message-button {
  font-family: Montserrat, sans-serif;
  padding-top: 8px;
  padding-bottom: 8px;
  border-radius: 30px;
  border-width: 2px;
}

@media (min-width: 768px) {
  #message-button {
    font-family: Montserrat, sans-serif;
    padding-top: 12px;
    padding-bottom: 12px;
    border-radius: 30px;
    border-width: 2px;
  }
}

#image-text {
  text-align: center;
  padding-bottom: 50px;
}

@media (min-width: 576px) {
  #image-text {
    text-align: center;
    padding-bottom: 50px;
  }
}

@media (min-width: 768px) {
  #title {
    font-size: 36px;
  }
}

@media (min-width: 768px) {
  #bullet {
    font-size: 16px;
  }
}

a {
  color: #000000;
  text-decoration: none;
}

a:hover {
  color: #007aff;
}

#message-button:hover {
  background: rgba(255,255,255,0);
  border: 2px solid rgb(255,255,255) ;
}

#video-and-stats {
  text-align: center;
  margin-bottom: 150px;
}

#video-and-stats iframe {
  width: 240px;
  height: 135px;
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  #video-and-stats iframe {
    width: 560px;
    height: 315px;
  }
}

#stats {
  width: 90%;
  margin: 0 auto;
  margin-bottom: 100px;
}

@media (min-width: 768px) {
  #stats {
    width: 600px;
    margin: 0 auto;
    margin-bottom: 200px;
  }
}

#stats th {
  text-align: left;
  color: white;
  font-family: Montserrat, sans-serif;
  border-width: 0px;
  border-color: white;
  border-bottom-width: 0px;
  padding-left: 0px;
}

#stats .cell-left {
  text-align: left;
  color: white;
  padding-left: 0px;
}

#stats .cell-right {
  text-align: right;
  color: white;
  font-weight: bold;
  padding-right: 0px;
}

#video-and-stats h1 {
  font-family: Montserrat, sans-serif;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 24px;
}

@media (min-width: 768px) {
  #video-and-stats h1 {
    font-family: Montserrat, sans-serif;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 42px;
  }
}

#individual-car {
  width: 100%;
  height: 60vh;
  background: url("../../assets/img/2022%20Car/arcuate%20shaped%20frame%20and%20body%20skin%20zoomed%20out%20cropped%20mobile.jpg") center / cover no-repeat;
  margin-top: 50px;
}

@media (min-width: 768px) {
  #individual-car {
    width: 100%;
    height: 100vh;
    background: url("../../assets/img/2022%20Car/arcuate%20shaped%20frame%20and%20body%20skin%20zoomed%20out%20cropped.jpg") center / cover no-repeat;
    margin-top: 2px;
  }
}

#body-skin .container {
  margin-top: 450px;
}

#individual-car h1 {
  font-size: 22px;
  text-align: left;
}

@media (min-width: 576px) {
  #individual-car h1 {
    font-size: 24px;
    text-align: right;
  }
}

@media (min-width: 992px) {
  #individual-car h1 {
    font-size: 34px;
    text-align: right;
  }
}

#individual-car p {
  font-size: 14px;
}

@media (min-width: 992px) {
  #individual-car p {
    font-size: 16px;
  }
}

#shaped-frame .figure {
  max-width: 70%;
}

#shaped-frame #figure-title {
  color: rgb(255,255,255);
  font-family: Montserrat, sans-serif;
  font-size: 24px;
}

#shaped-frame .figure-caption {
  color: rgb(255,255,255);
  font-family: Montserrat, sans-serif;
  font-size: 14px;
}

#shaped-frame {
  width: 100%;
  height: 80vh;
  background: url("../../assets/img/2022%20Car/arcuate%20shaped%20frame%20cropped%20mobile.jpg") center / cover no-repeat;
  margin-top: 2px;
}

@media (min-width: 768px) {
  #shaped-frame {
    width: 100%;
    height: 100vh;
    background: url("../../assets/img/2022%20Car/arcuate%20shaped%20frame%20cropped.jpg") center / cover no-repeat;
    margin-top: 2px;
  }
}

#shaped-frame p {
  font-size: 14px;
}

@media (min-width: 992px) {
  #shaped-frame p {
    font-size: 16px;
  }
}

#windshield-frame {
  width: 100%;
  height: 80vh;
  background: url("../../assets/img/2022%20Car/arcuate%20frame.jpg") center / cover no-repeat;
  margin-top: 2px;
}

@media (min-width: 768px) {
  #windshield-frame {
    width: 100%;
    height: 100vh;
    background: url("../../assets/img/2022%20Car/arcuate%20frame%20cropped.jpg") center / cover no-repeat;
    margin-top: 2px;
  }
}

#windshield-frame p {
  font-size: 14px;
}

@media (min-width: 992px) {
  #windshield-frame p {
    font-size: 16px;
  }
}

#center-flow {
  width: 100%;
  height: 80vh;
  background: url("../../assets/img/2022%20Car/center%20flow%20cooling%20system%20zoomed%20in%20cropped.jpg") center / cover no-repeat;
  margin-top: 2px;
}

@media (min-width: 768px) {
  #center-flow {
    width: 100%;
    height: 100vh;
    background: url("../../assets/img/2022%20Car/center%20flow%20cooling%20system%20zoomed%20in.jpg") center / cover no-repeat;
    margin-top: 2px;
  }
}

#center-flow p {
  font-size: 14px;
}

@media (min-width: 992px) {
  #center-flow p {
    font-size: 16px;
  }
}

#shaped-a {
  width: 100%;
  height: 80vh;
  background: url("../../assets/img/2022%20Car/shaped%20a%20arms.jpg") center / cover no-repeat;
  margin-top: 2px;
}

@media (min-width: 768px) {
  #shaped-a {
    width: 100%;
    height: 100vh;
    background: url("../../assets/img/2022%20Car/shaped%20a%20arms.jpg") center / cover no-repeat;
    margin-top: 2px;
  }
}

#shaped-a p {
  font-size: 14px;
}

@media (min-width: 992px) {
  #shaped-a p {
    font-size: 16px;
  }
}

#image-left {
  text-align: right;
}

#image-right {
  text-align: left;
  padding-top: 20px;
  padding-bottom: 20px;
}

#image-box {
  width: 259px;
  height: 194px;
}

#image-box h1 {
  font-size: 32px;
  font-family: Montserrat, sans-serif;
  text-align: right;
  margin-right: 60px;
}

#customer-choices h1 {
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  text-align: center;
}

@media (min-width: 768px) {
  #customer-choices h1 {
    font-family: Montserrat, sans-serif;
    font-size: 42px;
    text-align: center;
  }
}

#customer-choices {
  margin-bottom: 50px;
}

div.description_small {
  transition: height 500ms;
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 25%;
  z-index: 99;
  background-color: rgba(0,0,0,0.89);
  color: white;
  opacity: 0.7;
  overflow: hidden;
}

div.wrapper {
  position: relative;
  /*float: left;*/
}

.description_small_title {
  padding-top: 5px;
  font-size: 24px;
  font-family: Montserrat, sans-serif;
}

.thumbnail a > img, .thumbnail > img {
  top: 15px;
  left: 15px;
  font-size: 28px;
  color: #ffffff;
  cursor: pointer;
  color: #000000;
  /*right: 50px;*/
  width: 100%;
  margin-top: 15px;
}

#about p {
  text-align: center;
  font-family: Montserrat, sans-serif;
}

#about {
  margin-right: 15px;
  margin-left: 15px;
  font-size: 12px;
  margin-top: 50px;
}

@media (min-width: 576px) {
  #about {
    margin-right: 50px;
    margin-left: 50px;
    font-size: 14px;
    margin-top: 50px;
  }
}

@media (min-width: 992px) {
  #about {
    margin-right: 150px;
    margin-left: 150px;
    font-size: 16px;
    margin-top: 50px;
  }
}

@media (min-width: 1400px) {
  #about {
    margin-right: 250px;
    margin-left: 250px;
    font-size: 18px;
    margin-top: 50px;
  }
}

#pricing {
  font-family: Montserrat, sans-serif;
  margin-top: 120px;
}

@media (min-width: 992px) {
  #pricing {
    font-family: Montserrat, sans-serif;
    margin-top: 50px;
  }
}

@media (min-width: 1200px) {
  #pricing {
    font-family: Montserrat, sans-serif;
    margin-top: 150px;
  }
}

#pricing h1 {
  text-align: center;
  font-size: 28px;
  color: black;
  margin-top: 20px;
  font-weight: bold;
}

#pricing-table {
  width: 90%;
  margin: 0 auto;
  margin-bottom: 50px;
}

@media (min-width: 768px) {
  #pricing-table {
    width: 600px;
    margin: 0 auto;
    margin-bottom: 100px;
  }
}

#pricing-table th {
}

#pricing-table .cell-left {
  color: #000000;
  text-align: left;
  padding-left: 0px;
  font-size: 14px;
}

@media (min-width: 576px) {
  #pricing-table .cell-left {
    color: #000000;
    text-align: left;
    padding-left: 0px;
    font-size: 16px;
  }
}

#pricing-table .cell-right {
  padding-right: 0px;
  text-align: right;
  color: rgb(0,0,0);
  font-size: 14px;
}

@media (min-width: 576px) {
  #pricing-table .cell-right {
    padding-right: 0px;
    text-align: right;
    color: rgb(0,0,0);
    font-size: 16px;
  }
}

#contact-info {
  font-family: Montserrat, sans-serif;
}

#contact-info h1 {
  font-size: 28px;
  text-align: center;
  color: black;
  font-weight: bold;
}

#contact-table {
  width: 90%;
  margin: 0 auto;
  margin-bottom: 100px;
}

@media (min-width: 768px) {
  #contact-table {
    width: 600px;
    margin: 0 auto;
    margin-bottom: 200px;
  }
}

#contact-table .cell-left {
  color: #000000;
  text-align: left;
  padding-left: 0px;
}

#contact-table .cell-right {
  padding-right: 0px;
  text-align: right;
  color: rgb(0,0,0);
}

#social-icon {
  font-size: 22px;
}

@media (min-width: 576px) {
  #social-icon {
    font-size: 42px;
  }
}

#social-media div {
  text-align: center;
}

#social-media .row {
  width: 70%;
  margin: 0 auto;
  padding-bottom: 50px;
}

@media (min-width: 768px) {
  #social-media .row {
    width: 600px;
    margin: 0 auto;
    padding-bottom: 50px;
  }
}

#nav-subtitle {
  text-align: center;
  padding-top: 0px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  color: black;
}

@media (min-width: 768px) {
  #nav-subtitle {
    text-align: center;
    padding-top: 0px;
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    color: black;
  }
}

#body-skin {
  background: url("../../assets/img/2022%20Car/arcuate%20shaped%20frame%20and%20body%20skin%20zoomed%20out%20cropped%20mobile.jpg") center / cover no-repeat;
  height: 80vh;
  margin-top: 2px;
}

@media (min-width: 768px) {
  #body-skin {
    background: url("../../assets/img/2022%20Car/arcuate%20shaped%20frame%20and%20body%20skin%20zoomed%20out%20cropped.jpg") center / cover no-repeat;
    height: 100vh;
    margin-top: 2px;
  }
}

#footer {
  font-family: Montserrat, sans-serif;
  text-align: center;
  margin-bottom: 120px;
}

@media (min-width: 992px) {
  #footer {
    font-family: Montserrat, sans-serif;
    text-align: center;
    margin-bottom: 50px;
  }
}

@media (min-width: 1200px) {
  #footer {
    font-family: Montserrat, sans-serif;
    text-align: center;
    margin-bottom: 150px;
  }
}

#bottom .row {
  margin: 0 auto;
}

#bottom #left {
  margin: 0 auto;
}

#bottom #right {
  height: 460px;
}

.navbar-brand {
  font-family: Montserrat, sans-serif;
  width: 175px;
  height: 50px;
  background: url("../../assets/img/Kleerit%20Standard%20Text%20Logo.png") left / 90% no-repeat;
}

@media (min-width: 576px) {
  .navbar-brand {
    font-family: Montserrat, sans-serif;
    width: 256px;
    height: 50px;
    background: url("../../assets/img/Kleerit%20Standard%20Text%20Logo.png") left / 90% no-repeat;
  }
}

.navbar-nav {
  font-family: 'Alegreya Sans SC', sans-serif;
  font-size: 14px;
}

.nav-link:hover {
  color: #6f6e6e;
  background-color: transparent;
  font-weight: bold;
}

.nav-link {
  color: #000000;
  background-color: transparent;
  font-weight: bold;
}

.p-top {
  font-size: 16px;
  font-family: Montserrat, sans-serif;
  color: rgb(0,0,0);
  font-weight: bold;
  margin: 0px;
}

@media (min-width: 768px) {
  .p-top {
    font-size: 26px;
    font-family: Montserrat, sans-serif;
    color: rgb(0,0,0);
    font-weight: bold;
    margin: 0px;
  }
}

.p-bottom {
  font-size: 12px;
  font-family: Montserrat, sans-serif;
  color: rgb(0,0,0);
}

@media (min-width: 768px) {
  .p-bottom {
    font-size: 14px;
    font-family: Montserrat, sans-serif;
    color: rgb(0,0,0);
  }
}

.reserve-button {
  font-family: Montserrat, sans-serif;
  background: rgba(10,88,202,0);
  width: 90%;
  color: #000000;
  border: 3px solid #000000 ;
}

.arrow-button {
  width: 95%;
  font-family: Montserrat, sans-serif;
  color: #ffffff;
  font-size: 26px;
  animation: bounce 0.6s;
  animation-direction: alternate;
  animation-iteration-count: infinite;
}

@media (min-width: 768px) {
  .arrow-button {
    width: 95%;
    font-family: Montserrat, sans-serif;
    color: #ffffff;
    font-size: 32px;
    animation: bounce 0.6s;
    animation-direction: alternate;
    animation-iteration-count: infinite;
  }
}

.arrow-button:hover {
  color: white;
}

#image-text .container {
  width: 300px;
}

@media (min-width: 768px) {
  #image-text .container {
    width: 700px;
  }
}

.reserve-button:hover {
  background-color: transparent;
  color: #000000;
  border-color: #007aff;
  transition: 0.7s;
}

.nav-item {
  font-size: 9px;
  text-transform: none;
  padding-right: 10px;
}

@media (min-width: 992px) {
  .nav-item {
    font-size: 14px;
    text-transform: none;
    padding-right: 20px;
  }
}

@media (min-width: 1200px) {
  .nav-item {
    font-size: 16px;
    text-transform: none;
    padding-right: 20px;
  }
}

@keyframes bounce {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-10px);
  }
}

.icon.ion-speedometer {
  font-size: 16px;
}

@media (min-width: 768px) {
  .icon.ion-speedometer {
    font-size: 26px;
  }
}

#landing-padding {
  height: 150px;
}

@media (min-width: 576px) {
  #landing-padding {
    height: 450px;
  }
}

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
  margin-right: 20px;
  text-align: right;
  padding-right: 0px;
}

.sidebar {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #111;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}

.sidebar {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #ffffff;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
  text-align: center;
}

.siderbar {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #111;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}

.siderbar a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.siderbar a {
  color: #f1f1f1;
}

.siderbar .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

.openbtn {
  border: none;
  background-color: rgba(0,0,0,0);
  font-family: 'Alegreya Sans SC', sans-serif;
  font-size: 16px;
  font-weight: bold;
}

@media (min-width: 576px) {
  .openbtn {
    border: none;
    background-color: rgba(0,0,0,0);
    font-family: 'Alegreya Sans SC', sans-serif;
    font-size: 10px;
    font-weight: bold;
  }
}

@media (min-width: 992px) {
  .openbtn {
    border: none;
    background-color: rgba(0,0,0,0);
    font-family: 'Alegreya Sans SC', sans-serif;
    font-size: 16px;
    font-weight: bold;
  }
}

.sidebar-items {
  text-decoration: none;
  color: white;
  transition: 0.5s;
}

.closebtn {
  text-decoration: none;
  font-size: 32px;
}

.navbar-toggler-icon {
  display: flex;
  width: 1.5em;
  height: 1.5em;
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 0%;
  justify-content: center;
}

.hambur-text {
  color: black;
}

.navbar-toggler {
  padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
  font-size: var(--bs-navbar-toggler-font-size);
  line-height: 1;
  color: var(--bs-navbar-color);
  background-color: transparent;
  border: none;
  border-radius: inherit;
  transition: var(--bs-navbar-toggler-transition);
}

#landing-top {
  margin-top: 0px;
  text-align: center;
}

@media (min-width: 768px) {
  #landing-top {
    margin-top: 30px;
    text-align: center;
  }
}

@media (min-width: 768px) {
  .navbar-brand {
    background: url("../../assets/img/Kleerit%20Standard%20Text%20Logo%20v2.png") left / 120% no-repeat;
  }
}

.sidebar-titles {
  text-decoration: none;
}

#items {
}

#expItem {
  text-decoration: none;
}

.openbtn-mobile {
  border: none;
  background-color: rgba(0,0,0,0);
  font-family: 'Alegreya Sans SC', sans-serif;
  font-size: 0px;
  font-weight: bold;
}

@media (max-width: 750px) {
  .openbtn-mobile {
    border: none;
    background-color: rgba(0,0,0,0);
    font-family: 'Alegreya Sans SC', sans-serif;
    font-size: 14px;
    font-weight: bold;
  }
}

#cart-button {
  font-family: Montserrat, sans-serif;
  background: rgba(0,0,0,0);
  color: rgb(0,0,0);
  border: 2px solid rgb(0,0,0);
  width: 70px;
  height: 40px;
  font-size: 16px;
}

@media (min-width: 768px) {
  #cart-button {
    font-family: Montserrat, sans-serif;
    background: rgba(0,0,0,0);
    color: rgb(0,0,0);
    border: 2px solid rgb(0,0,0);
    width: 70px;
    height: 40px;
    font-size: 16px;
  }
}

#product-list-title {
  color: #000000;
  font-family: Montserrat, sans-serif;
  margin-top: 30px;
  font-size: 28px;
  margin-bottom: 20px;
}

#carousel-img-choices {
  border-radius: 0px;
  width: 100%;
  height: 50%;
  box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.75);
}

#carousel-img {
  border-radius: 0px;
  width: 100%;
  height: 25vh;
  box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.75);
}

@media (min-width: 576px) {
  #carousel-img-choices {
    border-radius: 15px;
    width: 259px;
    height: 194px;
    box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.75);
  }
}

@media (min-width: 576px) {
  #carousel-img {
    border-radius: 15px;
    width: 60%;
    height: 25vh;
    box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.75);
  }
}

@media (min-width: 768px) {
  #carousel-img {
    border-radius: 15px;
    width: 60%;
    height: 30vh;
    box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.75);
  }
}

@media (min-width: 992px) {
  #carousel-img {
    border-radius: 15px;
    width: 60%;
    height: 40vh;
    box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.75);
  }
}

@media (min-width: 1200px) {
  #carousel-img {
    border-radius: 15px;
    width: 60%;
    height: 50vh;
    box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.75);
  }
}

@media (min-width: 1400px) {
  #carousel-img {
    border-radius: 15px;
    width: 60%;
    height: 60vh;
    box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.75);
  }
}

#carousel-three {
  background-color: white;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 40px;
}

#carousel-two {
  background-color: white;
  text-align: center;
  padding-top: 40px;
  padding-bottom: 40px;
}

.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000000;
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  /*opacity: .5;*/
  transition: opacity .6s ease;
}

.carousel-indicators {
  position: initial;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-right: 15%;
  margin-bottom: 1rem;
  margin-left: 15%;
  margin-top: 10px;
  list-style: none;
}

#carousel-text {
  margin-top: 60px;
  color: black;
  margin-bottom: 30px;
}

#windshield-text {
  margin-top: 40px;
  color: black;
  margin-bottom: 60px;
}

#cooling-system-text {
  margin-top: 50px;
  color: black;
  margin-bottom: 60px;
}

#carousel-paragraph {
  color: #46494e;
  padding-top: 0px;
}

@media (min-width: 768px) {
  #carousel-paragraph {
    color: #46494e;
    padding-top: 0px;
  }
}

#windshield-paragraph {
  color: #46494e;
  padding-top: 20px;
}

@media (min-width: 768px) {
  #windshield-paragraph {
    color: #46494e;
    padding-top: 0px;
  }
}

#trailing-arms-paragraph {
  color: #46494e;
  padding-top: 20px;
}

#cooling-system-paragraph {
  color: #46494e;
  padding-top: 20px;
}

@media (min-width: 768px) {
  #trailing-arms-paragraph {
    color: #46494e;
    padding-top: 0px;
  }
}

@media (min-width: 768px) {
  #cooling-system-paragraph {
    color: #46494e;
    padding-top: 0px;
  }
}

#carousel-subheading {
  color: black;
  font-size: 20px;
}

#windshield-subheading {
  color: black;
  font-size: 20px;
}

#trailing-arms-subheading {
  color: black;
  font-size: 20px;
}

#trailing-arms-subheading {
  color: black;
  font-size: 20px;
}

#cooling-system-subheading {
  color: black;
  font-size: 20px;
}

#carousel-heading {
  color: black;
  font-weight: bold;
  font-size: 28px;
}

#windshield-heading {
  color: black;
  font-weight: bold;
  font-size: 28px;
}

#trailing-arms-heading {
  color: black;
  font-weight: bold;
  font-size: 28px;
}

#trailing-arms-heading {
  color: black;
  font-weight: bold;
  font-size: 28px;
}

#cooling-system-heading {
  color: black;
  font-weight: bold;
  font-size: 28px;
}

#carousel-btn-order:hover {
  border-color: #007aff;
  transition: 0.35s;
}

#carousel-btn-order {
  background-color: rgba(255,255,255,0);
  color: black;
  border-width: 2px;
  border-color: black;
  border-radius: 2px;
  width: 150px;
  height: 35px;
  font-size: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#windshield-btn-order {
  background-color: rgba(255,255,255,0);
  color: black;
  border-width: 2px;
  border-color: black;
  border-radius: 2px;
  width: 150px;
  height: 35px;
  font-size: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#trailing-arms-btn-order {
  background-color: rgba(255,255,255,0);
  color: black;
  border-width: 2px;
  border-color: black;
  border-radius: 2px;
  width: 150px;
  height: 35px;
  font-size: 14px;
  margin-top: 15px;
}

@media (min-width: 992px) {
  #trailing-arms-btn-order {
    background-color: rgba(255,255,255,0);
    color: black;
    border-width: 2px;
    border-color: black;
    border-radius: 2px;
    font-size: 14px;
    margin-top: 15px;
    width: 150px;
    height: 35px;
  }
}

#cooling-system-btn-order {
  background-color: rgba(255,255,255,0);
  color: black;
  border-width: 2px;
  border-color: black;
  border-radius: 2px;
  width: 150px;
  height: 35px;
  font-size: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#carousel-btn-message {
  background-color: #f4f4f4;
  color: #57595e;
  border-radius: 2px;
  width: 150px;
  height: 35px;
  font-size: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 40px;
  border-width: 2px;
  border-color: #f4f4f4;
}

#windshield-btn-message {
  background-color: #f4f4f4;
  color: #57595e;
  border-radius: 2px;
  width: 150px;
  height: 35px;
  font-size: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 40px;
  border-width: 2px;
  border-color: #f4f4f4;
}

#trailing-arms-btn-message {
  background-color: #f4f4f4;
  color: #57595e;
  border-radius: 2px;
  width: 150px;
  height: 35px;
  font-size: 14px;
  margin-left: 0px;
  border-width: 2px;
  border-color: #f4f4f4;
  margin-top: 15px;
}

@media (min-width: 992px) {
  #trailing-arms-btn-message {
    background-color: #f4f4f4;
    color: #57595e;
    border-radius: 2px;
    width: 150px;
    height: 35px;
    font-size: 14px;
    margin-left: 0px;
    border-width: 2px;
    border-color: #f4f4f4;
    margin-top: 15px;
  }
}

#cooling-system-btn-message {
  background-color: #f4f4f4;
  color: #57595e;
  border-radius: 2px;
  width: 150px;
  height: 35px;
  font-size: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 40px;
  border-width: 2px;
  border-color: #f4f4f4;
}

#carousel-text-col-left {
  width: 100%;
}

#windshield-text-col-left {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#trailing-arms-text-col-left {
  width: 100%;
  text-align: center;
}

@media (min-width: 576px) {
  #trailing-arms-text-col-left {
    width: 100%;
    text-align: left;
  }
}

#cooling-system-text-col-left {
  width: 100%;
}

@media (min-width: 768px) {
  #carousel-text-col-left {
    width: 40%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}

@media (min-width: 768px) {
  #windshield-text-col-left {
    width: 40%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}

@media (min-width: 768px) {
  #trailing-arms-text-col-left {
    width: 40%;
  }
}

@media (min-width: 768px) {
  #cooling-system-text-col-left {
    width: 40%;
  }
}

#carousel-text-col-right {
  width: 100%;
}

#windshield-text-col-right {
  width: 100%;
}

#trailing-arms-text-col-right {
  width: 100%;
  text-align: center;
}

@media (min-width: 576px) {
  #trailing-arms-text-col-right {
    width: 100%;
    text-align: left;
  }
}

#cooling-system-text-col-right {
  width: 100%;
}

@media (min-width: 768px) {
  #carousel-text-col-right {
    width: 60%;
  }
}

@media (min-width: 768px) {
  #windshield-text-col-right {
    width: 60%;
  }
}

@media (min-width: 768px) {
  #trailing-arms-text-col-right {
    width: 50%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin-top: 20px;
    margin-left: 20px;
  }
}

@media (min-width: 768px) {
  #cooling-system-text-col-right {
    width: 60%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin-top: 20px;
  }
}

#carousel-text-row {
  margin-left: 0px;
  margin-right: 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

#windshield-text-row {
  margin-left: 0px;
  margin-right: 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

#trailing-arms-text-row {
  margin-left: 0px;
  margin-right: 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

#cooling-system-text-row {
  margin-left: 0px;
  margin-right: 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media (min-width: 768px) {
  #carousel-text-row {
    margin-left: 0px;
    margin-right: 0px;
    display: flex;
    flex-direction: row;
    align-items: initial;
  }
}

@media (min-width: 768px) {
  #windshield-text-row {
    margin-left: 0px;
    margin-right: 0px;
    display: flex;
    flex-direction: row;
    align-items: initial;
  }
}

@media (min-width: 768px) {
  #trailing-arms-text-row {
    margin-left: 0px;
    margin-right: 0px;
    display: flex;
    flex-direction: row;
    align-items: initial;
  }
}

@media (min-width: 768px) {
  #cooling-system-text-row {
    margin-left: 0px;
    margin-right: 0px;
    display: flex;
    flex-direction: row;
    align-items: initial;
  }
}

@media (min-width: 992px) {
  #carousel-text-row {
    margin-left: 100px;
    margin-right: 100px;
    display: flex;
    flex-direction: row;
    align-items: initial;
  }
}

@media (min-width: 992px) {
  #windshield-text-row {
    margin-left: 100px;
    margin-right: 100px;
    display: flex;
    flex-direction: row;
    align-items: initial;
  }
}

@media (min-width: 992px) {
  #trailing-arms-text-row {
    margin-left: 0px;
    margin-right: 0px;
    display: flex;
    flex-direction: row;
    align-items: initial;
  }
}

@media (min-width: 992px) {
  #cooling-system-text-row {
    margin-left: 0px;
    margin-right: 0px;
    display: flex;
    flex-direction: row;
    align-items: initial;
  }
}

#feature-img-container {
  width: 100%;
  margin-right: 0px;
  margin-left: 0px;
}

#a-arms-left-img {
  width: 100vw;
  height: 50vh;
  background: url("../../assets/img/2023/seventh%20screen.png") center / cover no-repeat;
  display: flex;
  align-items: end;
  justify-content: center;
  box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.75);
  margin-bottom: 20px;
}

@media (min-width: 992px) {
  #a-arms-left-img {
    width: 80%;
    height: 95vh;
    background: url("../../assets/img/2023/seventh%20screen.png") center / cover no-repeat;
    display: flex;
    align-items: end;
    justify-content: center;
    box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.75);
    margin-bottom: 0px;
  }
}

#frame-left-img {
  width: 100vw;
  height: 45vh;
  background: url("../../assets/img/2023/third%20screen.png") center / cover no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.75);
  margin-bottom: 20px;
}

@media (min-width: 1400px) {
  #a-arms-left-img {
    width: 80%;
    height: 95vh;
    background: url("../../assets/img/2023/seventh%20screen.png") center / cover no-repeat;
    display: flex;
    align-items: end;
    justify-content: center;
    box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.75);
    margin-bottom: 0px;
  }
}

@media (min-width: 992px) {
  #frame-left-img {
    width: 80%;
    height: 95vh;
    background: url("../../assets/img/2023/third%20screen.png") center / cover no-repeat;
    display: flex;
    align-items: end;
    justify-content: center;
    box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.75);
  }
}

@media (min-width: 1400px) {
  #frame-left-img {
    width: 80%;
    height: 95vh;
    background: url("../../assets/img/2023/third%20screen.png") center / cover no-repeat;
    display: flex;
    align-items: end;
    justify-content: center;
    box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.75);
  }
}

#a-arms-right-text {
  width: 100vw;
  height: 50vh;
  background-color: #ffffff;
}

#frame-right-text {
  width: 100vw;
  height: 45vh;
  background-color: #ffffff;
}

@media (min-width: 1400px) {
  #a-arms-right-text {
    width: 20%;
    height: 95vh;
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}

@media (min-width: 992px) {
  #a-arms-right-text {
    width: 20%;
    height: 95vh;
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}

@media (min-width: 992px) {
  #frame-right-text {
    width: 20%;
    height: 95vh;
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}

@media (min-width: 1400px) {
  #frame-right-text {
    width: 20%;
    height: 95vh;
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}

#a-arms-heading {
  color: black;
  font-size: 28px;
  font-weight: bold;
}

#frame-heading {
  color: black;
  text-align: center;
  font-size: 28px;
  font-weight: bold;
}

#a-arms-paragraph {
  color: black;
}

#frame-paragraph {
  color: black;
}

#a-arms-btn-order {
  background-color: rgba(255,255,255,0);
  color: black;
  border-width: 2px;
  border-color: black;
  border-radius: 2px;
  width: 150px;
  height: 35px;
  font-size: 14px;
  margin-top: 10px;
}

#frame-btn-order {
  background-color: rgba(255,255,255,0);
  color: black;
  border-width: 2px;
  border-color: black;
  border-radius: 2px;
  width: 150px;
  height: 35px;
  font-size: 14px;
  margin-top: 10px;
}

@media (min-width: 1200px) {
  #a-arms-btn-order {
    background-color: rgba(255,255,255,0);
    color: black;
    border-width: 2px;
    border-color: black;
    border-radius: 2px;
    width: 200px;
    height: 35px;
    font-size: 14px;
    margin-top: 10px;
  }
}

@media (min-width: 1200px) {
  #frame-btn-order {
    background-color: rgba(255,255,255,0);
    color: black;
    border-width: 2px;
    border-color: black;
    border-radius: 2px;
    width: 200px;
    height: 35px;
    font-size: 14px;
    margin-top: 10px;
  }
}

@media (min-width: 1400px) {
  #frame-btn-order {
    background-color: rgba(255,255,255,0);
    color: black;
    border-width: 2px;
    border-color: black;
    border-radius: 2px;
    width: 250px;
    font-size: 16px;
    margin-top: 10px;
  }
}

#a-arms-btn-message {
  background-color: #f4f4f4;
  color: #57595e;
  border-radius: 2px;
  width: 150px;
  height: 35px;
  font-size: 14px;
  border-width: 0px;
  margin-top: 10px;
}

#frame-btn-message {
  background-color: #f4f4f4;
  color: #57595e;
  border-radius: 2px;
  width: 150px;
  height: 35px;
  font-size: 14px;
  border-width: 0px;
  margin-top: 10px;
}

@media (min-width: 1200px) {
  #a-arms-btn-message {
    background-color: #f4f4f4;
    color: #57595e;
    border-radius: 2px;
    width: 200px;
    height: 35px;
    font-size: 14px;
    border-width: 2px;
    border-color: #f4f4f4;
    margin-top: 10px;
  }
}

@media (min-width: 1200px) {
  #frame-btn-message {
    background-color: #f4f4f4;
    color: #57595e;
    border-radius: 2px;
    width: 200px;
    height: 35px;
    font-size: 14px;
    border-width: 2px;
    margin-top: 10px;
  }
}

@media (min-width: 1400px) {
  #frame-btn-message {
    background-color: #f4f4f4;
    color: #57595e;
    border-radius: 2px;
    width: 250px;
    font-size: 16px;
    border-width: 2px;
    margin-top: 10px;
    border-color: #f4f4f4;
  }
}

#frame-text-inner {
  display: flex;
  flex-direction: column;
}

#a-arms-img {
  object-fit: cover;
}

#frame-img {
  object-fit: cover;
}

#feature-img-div {
  display: flex;
  flex-direction: column;
  width: 100vw;
}

@media (min-width: 992px) {
  #feature-img-div {
    display: flex;
    flex-direction: row;
  }
}

#a-arms-text {
  margin-top: 20px;
  margin-left: 10px;
  margin-right: 10px;
}

#frame-text {
  margin-top: 20px;
  margin-left: 10px;
  margin-right: 10px;
}

@media (min-width: 992px) {
  #a-arms-text {
    margin-top: 40px;
    margin-left: 10px;
    margin-right: 10px;
  }
}

@media (min-width: 992px) {
  #frame-text {
    margin-top: 40px;
    margin-left: 10px;
    margin-right: 10px;
  }
}

#a-arms-btns {
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

#frame-btns {
  margin-bottom: 40px;
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media (min-width: 992px) {
  #frame-btns {
    margin-bottom: 60px;
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}

#a-arms-subheading {
  color: black;
  font-size: 20px;
  margin-bottom: 0px;
}

#frame-subheading {
  color: black;
  font-size: 20px;
  margin-bottom: 20px;
  text-align: center;
}

.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-right: auto;
  margin-left: auto;
}

#sidebar-phone-icon {
  margin-right: 10px;
  color: black;
  font-size: 38px;
}

#sidebar-email-icon {
  margin-left: 10px;
  color: black;
  font-size: 38px;
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: transform 0.6s linear;
  margin-top: 20px;
}

@media (min-width: 576px) {
  .carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: transform 0.6s linear;
    margin-top: 20px;
  }
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

