@import url(https://db.onlinewebfonts.com/c/e8f932e5757ac3896b9fc0251be3a0c0?family=Blooms+Headline+Regular);

@font-face {
  font-family: 'Proxima Nova Rg';
  src: url('../fonts/ProximaNova-Regular.woff2') format('woff2'),
    url('../fonts/ProximaNova-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Blooms Headline Regular";
  src: url("https://db.onlinewebfonts.com/t/e8f932e5757ac3896b9fc0251be3a0c0.eot");
  src: url("https://db.onlinewebfonts.com/t/e8f932e5757ac3896b9fc0251be3a0c0.eot?#iefix")format("embedded-opentype"),
    url("https://db.onlinewebfonts.com/t/e8f932e5757ac3896b9fc0251be3a0c0.woff2")format("woff2"),
    url("https://db.onlinewebfonts.com/t/e8f932e5757ac3896b9fc0251be3a0c0.woff")format("woff"),
    url("https://db.onlinewebfonts.com/t/e8f932e5757ac3896b9fc0251be3a0c0.ttf")format("truetype"),
    url("https://db.onlinewebfonts.com/t/e8f932e5757ac3896b9fc0251be3a0c0.svg#Blooms Headline Regular")format("svg");
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

body {
  font-family: "Proxima Nova Rg", Arial !important;
  font-size: 16px;
  margin: 0;
  padding: 0;
  background-color: #fff;
  color: #000;
}

h1,
h2,
h3 {
  font-family: "Blooms Headline Regular";
}

img {
  max-width: 100%;
  height: auto;
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
}

.wrap {
  max-width: 1200px;
  width: 100%;
  /* padding: 0 20px; */
  /* padding: 0 ; */
  padding: 15px;
  margin: 0 auto;
}

.text-center {
  text-align: center;
}

.fw-bold {
  font-weight: bold;
}

.hide-desk {
  display: none !important;
}

/*Header*/
.header {
  background-color: #151211;
  padding: 10px 0;
  position: relative;
}

#mobMenu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: #fff;
  padding: 20px;
}

#mobMenu a {
  color: #000;
  display: block;
  text-transform: uppercase;
}

#mobMenu a:not(:last-child) {
  margin-bottom: 20px;
}

.header-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-inner .href-logo {
  margin: auto;
}

.header-inner a {
  color: #fff;
  font-size: 20px;
  text-transform: uppercase;
  font-family: "Blooms Headline Regular";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
  line-height: 1;
}

.header-logo {
  display: block;
  margin: 0 auto;
}

/*Topnav*/
.topnav {
  background-color: #333;
  padding: 10px 0;
}

.topnav nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.topnav nav a {
  color: #fff;
  font-size: 1rem;
  text-transform: uppercase;
}

/*Hero section*/
.hero-section {
  /* background-image: url('../images/bannermain.jpg'); */
  /* min-height: 411px; */
  background-color: #FD5C02;
  min-height: 370px;
  width: 100%;
  background-size: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.hero-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  /*height: 411px;*/
}

.hero-section h1,
.hero-section p {
  text-transform: uppercase;
}

.hero-section h1 {
  color: #fff;
  /* font-size: 54px; */
 font-size: clamp(20px, 4vw, 54px);
  margin-bottom: 10px;
}

.hero-section p {
  color: #333;
  /* font-size: 35px; */
  font-size: clamp(10px, 3vw, 35px);
  margin-bottom: 20px;
}

.hero-section ul li {
  font-family: "Blooms Headline Regular";
  /* font-size: 25px; */
  font-size: clamp(12px, 1.2vw, 25px);
  color: #fff;
  text-transform: uppercase;
}

.hero-section ul li:not(:last-child) {
  margin-bottom: 25px;
}

.hero-section .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding-bottom: 40px;
  gap: 1rem;
}

.hero-section .col-md-6 {
  width: 50%;
}

.hero-section .start-here {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 10px;
}

.hero-section .start-here img {
  margin-left: auto;
}

.hero-section .start-here input {
  min-width: 175px;
  max-width: 370px;
  width: 100%;
  border: 5px solid #000;
  color: #000;
  font-weight: bold;
  font-size: 31px;
  height: 60px;
  padding: 2px 10px;
  text-transform: uppercase;
  margin-bottom: 10px;
  text-align: center;
}

.hero-section .start-here input::-webkit-input-placeholder {
  color: #000;
}

.hero-section .start-here input::-moz-placeholder {
  color: #000;
}

.hero-section .start-here input:-ms-input-placeholder {
  color: #000;
}

.hero-section .start-here input::-ms-input-placeholder {
  color: #000;
}

.hero-section .start-here input::placeholder {
  color: #000;
}

/*Product specs*/
.product-specs {
  padding: 50px 0;
}

.product-specs .intro p {
  margin-bottom: 50px;
}

.product-specs .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.product-specs ul {
  margin-top: 30px;
}

.product-specs ul li:not(:last-child) {
  margin-bottom: 20px;
}

/*FAQ*/
.faq {
  padding: 0px 50px 50px 50px;
}

.faq h2 {
  font-family: 'Proxima Nova Rg';
  font-size: 24px;
  color: #333;
  margin-bottom: 20px;
}

.faq p {
  margin-bottom: 20px;
}

.faq p a {
  color: #333;
  text-decoration: underline;
}

/*Reviews*/
.reviews {
  background-color: #f2f2f5;
  padding: 50px 0;
}

.reviews-box {
  font-family: Arial, Helvetica, sans-serif;
  color: rgb(111, 110, 110);
  background: #ffffff;
  line-height: 1.7;
  border: 1px solid #e3e3e3;
  padding: 15px 30px 25px 30px;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  margin-bottom: 30px;
}

.reviews-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #2f3334;
  padding: 15px 30px 10px 30px;
}

.reviews-name {
  font-weight: 700;
}

.reviews-date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  padding-top: 20px;
  margin: 10px 0 20px;
  border-top: 1px solid #ccc;
}

#showMoreDiv {
  display: none;
}

#showMoreBtn {
  display: inline-block;
  cursor: pointer;
}

/*Bike icons*/
.bike-icons {
  padding: 30px 0;
}

.bike-icons img {
  width: 100%;
}

/*Bike types*/
.bike-types {
  background-color: #f2f2f5;
  padding: 30px 0;
}

.bike-types img {
  display: block;
  margin: 0 auto;
}

/*how-to, about-us, contact, css*/
.site-content-contain h1 {
  color: #000 !important;
  font-weight: 800;
  margin-top: 30px;
  font-size: 60px;
}

.fittingul {
  margin-left: 30px;
  list-style: circle !important;
  margin-bottom: 10px;
}

.fittingul li {
  margin-bottom: 5px;
}

.site-content-contain {
  margin-bottom: 30px;
}

.site-content-contain h2 {
  font-weight: 100;
}

.site-content-contain h2,
p {
  margin-bottom: 20px;
}

.site-content-contain .maincontent {
  margin-top: 15px;
}

.site-content-contain .maincontent a {
  color: black;
}

.site-content-contain .maincontent a:hover {
  color: blue;
  text-decoration: underline;
}

/*how-to, about-us, contact, css*/

/*Footer*/
.footer {
  background-color: #151211;
  padding: 70px 0 20px;
}

.footer-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-links {
  width: 220px;
}

.footer-links p,
.footer-links li a {
  color: #fff;
}

.footer-links p {
  font-size: 18px;
  margin-bottom: 15px;
}

.footer-links li {
  margin-bottom: 7px;
}

#maincontent #builder-menu #builder-menu-internal #builder-reg .entries {
  border: 5px solid #FD5C02 !important;
}

#pbregletter1::placeholder {
  color: #FD5C02 !important; /* Change to your desired color */
  opacity: 1 !important;  /* Optional: make sure it's fully visible */
}

.nameplate-main-container #builder-actions {
  background-color: white !important;
}

.nameplate-main-container #maincontent {
  background-color: white !important;
}


.banner-ul li {
  position: relative;
  padding-left: 1.5em;
  /* space for asterisk */
}

.banner-ul li::before {
  content: "*";
  position: absolute;
  left: 0;
  color: white;
  /* or any color you want */
  font-weight: bold;
  font-size: 30px;
}

.banner-img{
  margin-bottom: -15px;
}

.basket-icon{
  color: white;
}