@import url("https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

body,
html {
  font-family: "Barlow", sans-serif;
  scroll-behavior: smooth;
}

.barlow-thin {
  font-family: "Barlow", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.barlow-extralight {
  font-family: "Barlow", sans-serif;
  font-weight: 200;
  font-style: normal;
}

.barlow-light {
  font-family: "Barlow", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.barlow-regular {
  font-family: "Barlow", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.barlow-medium {
  font-family: "Barlow", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.barlow-semibold {
  font-family: "Barlow", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.barlow-bold {
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.barlow-extrabold {
  font-family: "Barlow", sans-serif;
  font-weight: 800;
  font-style: normal;
}

.barlow-black {
  font-family: "Barlow", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.barlow-thin-italic {
  font-family: "Barlow", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.barlow-extralight-italic {
  font-family: "Barlow", sans-serif;
  font-weight: 200;
  font-style: italic;
}

.barlow-light-italic {
  font-family: "Barlow", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.barlow-regular-italic {
  font-family: "Barlow", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.barlow-medium-italic {
  font-family: "Barlow", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.barlow-semibold-italic {
  font-family: "Barlow", sans-serif;
  font-weight: 600;
  font-style: italic;
}

.barlow-bold-italic {
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.barlow-extrabold-italic {
  font-family: "Barlow", sans-serif;
  font-weight: 800;
  font-style: italic;
}

.barlow-black-italic {
  font-family: "Barlow", sans-serif;
  font-weight: 900;
  font-style: italic;
}

#carousel {
  margin: 0 auto;
}

.cloud9-item {
  width: 120px;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(255, 255, 255, 0.2);
  margin: 10px;
}

.text-mm {
  color: #f7373a;
}

.btn-mm {
  background-color: #f7373a;
  color: #fff;
}

.btn-mm:hover {
  background-color: #dd2a2d;
  color: #fff;
}

.font-black {
  font-weight: 800;
}

.max-1100 {
  max-width: 1100px;
}

.line-clamp {
  display: -webkit-box;
  line-clamp: 3;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.line-clamp-none {
  line-clamp: unset;
  -webkit-line-clamp: unset;
  -webkit-box-orient: unset;
  display: block;
  overflow: visible;
}

.cta-box {
  background: #ffeeee;
  padding: 1rem 0;
  margin: 2.5rem 0;
}

.highlight-box {
  border-top: 5px solid #ffeeee;
  border-bottom: 5px solid #ffeeee;
  padding: 1rem 0;
  margin: 100px 0;
}

.left-bar {
  position: fixed;
  top: 0;
  left: 0;
  width: 50px;
  height: 100vh;
  background-color: #f7373a;
  padding: 1rem 0;
  z-index: 1;
}

.left-bar button {
  background: none;
  border: none;
  color: white;
}

.offcanvas-start {
  background-color: #f7373a;
  color: white;
  width: 450px;
}

.offcanvas a {
  color: white;
  text-decoration: none;
  padding: 0px 10px;
  display: block;
  font-size: 40px;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 10px;
}

.offcanvas a:hover {
  background-color: #d52f31;
}

.main-content {
  margin-left: 50px;
  margin-top: 0px;
}

.left-bar i {
  color: white;
  font-size: 20px;
}

.hero {
  height: 300px;
  background: url("../assets/images/hero.webp") center top;
  background-size: cover;
}

.hero .overlay {
  width: 100%;
  height: 300px;
  background: rgba(255, 255, 255, 0.296);
  text-align: center;
}

.hero .overlay-thick {
  width: 100%;
  height: 300px;
  background: rgba(255, 255, 255, 0.7);
  text-align: center;
}

.hero .overlay .logo {
  height: 300px;
}

.content {
  font-size: 18px;
  font-weight: 300;
  color: #414141;
}

.content strong {
  font-weight: 500;
}

.glowing-text {
  text-shadow: -1px 1px 0px #ffa8a8;
}

.race-card {
  border: 2px solid #ffa8a8;
  padding: 30px 20px;
  margin-bottom: 20px;
  scroll-margin-top: 70px;
}

.race-card:hover {
  border: 2px solid #f7373a;
}

.floating-nav {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: white;
  padding: 10px 15px;
  border-bottom: 1px solid #ddd;
}

.floating-nav ul {
  display: flex;
  overflow-x: auto;
  white-space: nowrap;
  padding: 10px;
  margin: 0;
  list-style: none;
  gap: 20px;
  scroll-behavior: smooth;
}

.floating-nav ul::-webkit-scrollbar {
  display: none; /* hide scrollbar for aesthetics */
}

.floating-nav a {
  text-decoration: none;
  color: #333;
  padding: 5px 10px;
}

.floating-nav a.active {
  font-weight: bold;
  color: #d9534f;
  border-bottom: 2px solid #d9534f;
}

.footer {
  border-top: 5px solid #f7373a;
  padding-top: 50px;
}

.footer .copyright {
  background: #ffdddd;
  padding: 10px 0px;
  text-align: center;
}

.fixed-links {
  position: fixed;
  bottom: 30px;
  right: 30px;
  display: flex;
  gap: 10px;
  align-items: center;
}

.fixed-links a {
  color: #fff;
  text-decoration: none;
  background: #f7373a;
  padding: 10px 20px;
  border-radius: 100px;
  font-size: 19px;
  z-index: 1999;
}

.fixed-links a.whatsapp {
  background-color: #25d366;
  color: #fff;
}

.book-now-races {
  color: #fff;
  text-decoration: none;
  background: #f7373a;
  padding: 10px 20px;
  border-radius: 100px;
  font-size: 14px;
}

@media (max-width: 768px) {
  .left-bar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 50px;
    padding: 0rem 1rem;
    z-index: 1001;
  }
  .main-content {
    margin-left: 0px;
    margin-top: 50px;
  }
  .floating-nav {
    top: 50px;
  }
  .fixed-links {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: flex;
    gap: 10px;
    align-items: center;
  }
  .fixed-links a {
    padding: 7px 15px;
    font-size: 17px;
  }
}
