@font-face {
  font-family: 'renfrewregular';
  src: url('/css/renfrew-webfont.woff2') format('woff2'),
    url('/css/renfrew-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Rajdhani';
  src: url('/css/Rajdhani-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Rajdhani';
  src: url('/css/Rajdhani-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Rajdhani';
  src: url('/css/Rajdhani-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}

body {
  background: #ffffff;
  font-family: 'Rajdhani', sans-serif;
  font-weight: 400;
}

html,
body {
  width: 100%;
  overflow-x: hidden;
}

html {
  font-size: 100%;
  scroll-behavior: smooth;
}

h1,
h2,
h3 {
  font-weight: 500;
  letter-spacing: 0.3rem;
  text-transform: uppercase;
}

h1 {
  font-family: "renfrewregular";
  font-size: 2.8rem;
  font-weight: 700;
}

h2 {
  color: #ffffff;
  padding-bottom: 10px;
}

h3 {
  font-size: 1rem;
  line-height: 2rem;
}

p {
  color: #000000;
  letter-spacing: 0.8px;
  line-height: 28px;
  font-size: 1.5rem
}

strong {
  color: #f1821a;
  font-weight: 700;
}

#about,
#feature,
#contact {
  background: #ffffff;
}

#about,
#feature,
#contact,
footer {
  padding-top: 50px;
  padding-bottom: 50px;
}

footer .container {
  padding-top: 50px;
}

/* .section-title {
  padding-bottom: 62px;
} */

.section-title h1 {
  padding-bottom: 10px;
}

#about .section-title {
  padding-bottom: 22px;
}

#contact .section-title {
  text-align: center;
}

#contact {
  scroll-margin: 55px;
}


#slideshow {
  top: 0;
  left: 0;
  z-index: -10;
  width: 100vw;
  backface-visibility: hidden;
}


/* home section */
#home {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  min-height: 100vh;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.5);
  /* Tint color */
  background-blend-mode: multiply;
  margin-top: 106px;
  scroll-margin: 130px;
}

#home .home-thumb {
  text-align: center;
}


.menu-container {
  position: relative;
  width: 100%;
  padding: 10px;
  text-align: center;
}

.menu-toggle {
  display: none;
  background-color: #00000000;
  color: white;
  font-size: 1.2rem;
  border: none;
  /* padding: 10px 20px; */
  cursor: pointer;
  margin-bottom: 10px;
  z-index: 99999;
}



.menu a {
  color: white;
  text-decoration: none;
}

@media (max-width: 768px) {
  .menu {
    display: none !important;
    flex-direction: column;
    align-items: center;
    height: auto !important;
  }

  .menu.show {
    display: flex !important;
    margin-top: 50px;
  }

  .menu-toggle {
    display: inline-block;
    /* margin-top: 50px;
    position: fixed; */
  }

  .main-toggle {
    margin-top: 50px;
    height: 70px;
    /* padding: 0px; */
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    margin-bottom: 0px;
    position: fixed;
  }

  .main-menu.show {
    margin-top: 120px !important;   
  }

  .menu-container {
    padding: 0px;
  }

  .menu a {
    width: 100%;
    /* padding: 10px 0; */
  }

  #home {
    margin-top: 0px;
  }
}



.menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  transition: all 0.3s ease;
  height: 76px;
  position: fixed;
  margin-top: 50px;
  left: 0;
  width: 100%;
  align-items: center;
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.5);
}

.main-menu {
  margin-top: 40px !important;
}

.menu .btn {
  background: transparent;
  border: 3px solid #ffffff00;
  border-radius: 5px;
  color: #ffffff;
  font-weight: 700;
  letter-spacing: 1px;
  padding: 14px 36px;
  margin-top: 10px;
  margin-right: 10px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.menu .btn:hover {
  /* background: #f18d1a; */
  color: #f18d1a;
  border-color: transparent;
}

.menu .btn-success {
  background: #ffffff;
  color: #242424;
  border-color: transparent;
}


/* about section */
#about {
  scroll-margin-top: 40px;
  min-height: 100vh;
}

#about h1 {
  color: #000000;
  font-family: 'Rajdhani', sans-serif;
}

#about h2 {
  margin-top: 0px;
  color: #000000;
  font-family: 'renfrewregular';
}

#about p {
  font-size: clamp(14px, 2vw, 22px);
}

#about .about-thumb {
  padding-top: 10px;
}

.justified {
  text-align: justify;
}

/* feature section */
#feature {
  background: #f1821a;
  scroll-margin-top: 50px;
}

#feature .icon {
  color: #ffffff;
  font-size: 42px;
}

#feature p {
  color: #333;
}

#feature .btn {
  background: transparent;
  border: 3px solid #ffffff;
  border-radius: 0px;
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1px;
  padding: 14px 36px;
  margin-top: 62px;
  margin-right: 16px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

#feature .btn:hover {
  background: #ffffff;
  color: #333;
  border-color: transparent;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 10px;
  margin-top: 40px;
  padding: 0 10px;
}

.service-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px;
  background-color: rgba(255, 255, 255, 0.05);
  border-radius: 10px;
  transition: transform 0.3s ease;
}

.service-item:hover {
  transform: translateY(-5px);
  background-color: rgba(255, 255, 255, 0.1);
}

.service-item i {
  font-size: clamp(1.5rem, 5vw, 2.5rem);
  /* scales with screen */
  color: white;
  margin-bottom: 10px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.service-item h2 {
  font-size: clamp(1rem, 3vw, 1.2rem);
  /* scales with screen */
  color: white;
  margin-top: 10px;
  letter-spacing: 1px;
  text-align: center;
}


/* footer section  */
footer {
  background: #111112;
}

footer .copyright-text {
  padding-top: 280px;
  text-align: left;
}

footer a {
  color: #fff;
}

footer a:hover {
  color: rgb(255, 153, 0);
}

/* svg */
.svgcolor-light {
  display: block;
  width: 100%;
  height: 100px;
  margin: 0;
  padding: 0;
  line-height: 0;
  margin-top: -15px;
  margin-bottom: -100px;
}

.svgcolor-light>path {
  fill: white;
  stroke: white;
  stroke-width: 0;
}

/* modal */
/* .modal {
  display: flex;
  justify-content: center;
  align-items: center;
} */

.modal-content h3 {
  color: #ffff;
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: large;
}

.modal-title {
  margin-bottom: 0;
  padding: 0;
}

.modal-content {
  background: url('../images/modal-bg.jpg') no-repeat;
  /* background-size: cover;
  background-position: center center; */
  border-radius: 0;
  /* text-align: center; */
  /* padding: 10px 50px 20px 50px; */
  /* position: relative; */
  background-color: rgba(0, 0, 0, 0.562);
  /* Tint color */
  background-blend-mode: multiply;
}

.btn:focus {
  outline: none;
}

.modal-header {
  border-bottom: 0px;
}

.opening p {
  color: black;
  font-size: large;
  margin: 0;
}

.close {
  color: #f1941a;
  font-size: 60px;
  font-weight: 300;
  text-shadow: none;
  opacity: 1;
  position: absolute;
  top: 40px;
  right: 40px;
  border: 2px solid #ffffff00;
  border-radius: 100px;
  width: 36px;
  height: 36px;
  line-height: 35px;
  text-align: center;
}

.modal-dialog .close:focus {
  outline: none;
}

.modal-body-flex {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  margin-top: 20px;
  text-align: left;
}

.qr-column {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.qr-column img {
  width: 150px;
  max-width: 100%;
  border: 2px solid #f1941a;
  border-radius: 8px;
}

.info-column {
  flex: 2 1 300px;
  min-width: 260px;
  color: black;
}

@media (max-width: 768px) {
  .modal-body-flex {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .info-column {
    text-align: center;
  }
}

/* .modal-dialog form {
  padding: 20px;
}

.modal-dialog form input {
  height: 55px;
} */

/* .modal-dialog form .form-control {
  background: transparent;
  border: 1px solid #f0f0f0;
  border-radius: 0px;
  box-shadow: none;
  font-size: 20px;
  color: #fff;
  margin-bottom: 20px;
  transition: all 0.4s ease-in-out;
} */



/* Back top */
.go-top {
  background-color: #eee;
  bottom: 2em;
  right: 2em;
  color: #111112;
  font-size: 22px;
  display: none;
  position: fixed;
  text-decoration: none;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  transition: all 0.4s ease-in-out;
}

.go-top:hover {
  background: #f19b1a;
  color: #ffffff;
}


/* social icon section  */
.social-icon {
  padding: 0;
  margin: 0;
}

.social-icon li {
  list-style: none;
  display: inline-block;
}

.social-icon li a {
  border-radius: 100px;
  color: #f18d1a;
  font-size: 18px;
  text-decoration: none;
  transition: all 0.4s ease-in-out;
  width: 42px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  margin-top: 12px;
  margin-right: 10px;
}

.social-icon li a:hover {
  background-color: #ffffff;
  color: #111112;
}

.float-container {
  margin-left: 0;
}

.float-child {
  width: 50%;
  float: left;
  padding: 10px;
}

.scroll-banner {
  position: fixed;
  width: 100%;
  overflow: hidden;
  background: linear-gradient(to right, #ff6a00, #ff9900);
  height: 50px;
  display: flex;
  align-items: center;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  z-index: 1000;
}

.scroll-track {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
}

.scroll-content {
  display: inline-block;
  /* padding-left: 100%; */
  animation: seamless-scroll 140s linear infinite;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  color: white;
  letter-spacing: 1px;
}

@keyframes seamless-scroll {
  0% {
    transform: translateX(0%);
  }

  100% {
    transform: translateX(-100%);
  }
}

.scroll-content span {
  display: inline-block;
  margin-right: 80px;
  /* << adjust this for spacing */
}


.map {
  height: 320px;
  width: 100%;
  border: 0;
  border-radius: 10px;
}

@media (max-width: 1200px) {
  .map {
    height: 263px;
    width: 100%;
  }
}

@media (max-width: 992px) {
  .map {
    height: 202px;
    width: 100%;
  }
}

/* Mobile Responsive */
@media (max-width: 980px) {

  h1 {
    font-size: 2.4rem;
  }

  #home {
    height: 65vh;
  }

  #about .section-title {
    padding-bottom: 12px;
  }

  #feature .col-md-4 {
    padding-bottom: 32px;
  }

  .float-child {
    width: 100%;
    float: none;
  }

  .map {
    height: 400px;
    width: 92.5%;
  }

}


@media (max-width: 768px) {

  h1 {
    font-size: 2rem;
  }

  h2 {
    font-size: 1.6rem;
  }

  h3 {
    font-size: 0.8rem;
    line-height: 1.3rem;
  }

  .map {
    height: 400px;
    width: 100%;
  }

}


@media (max-width: 700px) {

  #home {
    height: 100vh;
  }

  #home .btn {
    display: block;
    float: none;
    width: 50%;
    margin-left: 25%;
  }

  .modal-dialog .modal-content {
    padding: 40px 20px;
  }

  footer {
    text-align: center;
  }

  footer .col-sm-6 {
    padding-bottom: 32px;
  }

  .modal-dialog .close {
    font-size: 35px;
    width: 25px;
    height: 25px;
    line-height: 25px;
  }

  footer .copyright-text {
    padding-top: 50px;
    text-align: center;
  }

  #feature h1 {
    margin-left: 10px;
  }

  #about,
  footer {
    padding-top: 0px;
    padding-bottom: 20px;
  }
}

.outside {
  border-radius: 10px;
}

/* 
.parts-banner {
  background-color: #f18d1a;
  top: 0%;
  right: 0;
  width: 100%;
  position: fixed;
  display: flex;

}

.parts-banner h1 {
  flex: 1;
  width: fit-content;
  padding: 0;
  font-size: 30px;
  padding-left: 15px;
  margin-top: 10px;
}

.parts-banner h1:hover {
  color: #fff;
  cursor: pointer;
}



.banner-button:hover {
  color: #fff;
}

.parts-list {
  width: 100%;
  margin-top: 120px;
} */

.order-message {
  background-color: #f5f5f5;
  color: #333;
  padding: 15px 20px;
  border-radius: 8px;
  margin: 150px auto 10px;
  max-width: 600px;
  text-align: center;
  font-size: 1rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.parts-banner {
  background-color: #ff6a00;
  color: white;
  padding: 15px 30px;
  display: flex;
  justify-content: space-between;
  /* align-items: center;
  text-align: center; */
  position: fixed;
  left: 0;
  width: 100%;
  /* height: 50px; */
  /* display: flex;
  justify-content: center; */
  /* center horizontally */
  /* align-items: center; */
  /* center vertically */
  z-index: 9999999;
  height: 60px;
}

.parts-banner h1 {
  font-size: 24px;
  margin: 0;
  cursor: pointer;
  font-weight: 800;
  letter-spacing: 1px;
}

.nav-links {
  display: flex;
  gap: 15px;
}

.banner-button {
  margin-right: 25px;
  font-family: 'Rajdhani';
  font-weight: 700;
  font-size: 30px;
  margin-top: 5px;
  color: #000000;
}

.banner-button:hover {
  color: #fff;
}

/* .banner-button {
  background: white;
  color: #ff6a00;
  padding: 8px 16px;
  border-radius: 6px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
} */

/* .banner-button:hover {
  background: #ffe3cc;
} */

.parts-wrapper {
  padding: 40px 20px;
  max-width: 1200px;
  margin: auto;
}

@media (min-width: 1024px) {
  .parts-iframe {
    height: 750px;
  }
}

.navigate {
  color: #f1821a;
}


.contact-section {
  color: white;
  padding: 10px 10px;
  max-width: 1200px;
  margin: 0 auto;
}

.contact-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: space-between;
}

.contact-grid>div {
  flex: 1 1 250px;
}

.qr-column {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
}

.qr-column img {
  width: 130px;
  border-radius: 8px;
  border: 2px solid #f1941a;
}

.hours-column p,
.info-column h3 {
  margin: 5px 0;
  font-size: 15px;
}

.hours-column h2 {
  font-size: 1.4em;
  margin-bottom: 10px;
  color: black;
}

.contact-link {
  color: rgb(147, 209, 233);
  text-decoration: none;
}

.contact-link:hover {
  text-decoration: underline;
}

@media (max-width: 768px) {
  .contact-grid {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .contact-grid>div {
    flex: 1 1 100%;
  }
}