* {
  margin: 0%;
  padding: 0%;
  box-sizing: border-box;
}
body {
  background: linear-gradient(324deg, #000000, #8f060f);
  max-height: 100%;
  max-width: 100%;
  margin: 0;
  overflow-x: hidden;
}

/* navbar css */
.weblogo {
  height: 80px; /* Increase this value */
  width: auto; /* Keeps aspect ratio */
  margin-left: auto;
  display: block; /* Adjust this value as needed */
}
#kanish {
  height: 80px; /* Larger than navbar */
  position: relative;
  top: 0;
}
.avbar-brand {
  padding-left: 10px;
}
.navbar {
  background: #00000082 !important;
}
.navbar-nav li {
  padding: 0 10px;
}
.navbar-nav li a {
  color: #fff !important;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
}
.navbar-nav li .eeb {
  border: 1px solid orange;
  padding: 10px;
  font-weight: 500;
}
.navbar-nav li a.nav-link {
  position: relative;
  display: inline-block;
  color: #fff !important;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  text-decoration: none;
}

.navbar-nav li a.nav-link::after {
  content: "";
  position: absolute;
  width: 0%;
  height: 2px;
  background: orange; /* or #fff or any color you want */
  bottom: 0;
  left: 0;
  transition: width 0.3s ease;
}

.navbar-nav li a.nav-link:hover::after {
  width: 100%;
}

.moblogo {
  display: none;
}
@media (max-width: 768px) {
  .moblogo {
    display: block;
  }
  .weblogo {
    display: none;
  }
  .navbar {
    background: linear-gradient(324deg, #000000, #ff00139e) !important;
  }
  .img123 {
    width: 100%;
    margin-top: 20px;
  }
}
.lang-selector select {
  padding: 5px;
  border-radius: 4px;
  font-size: 14px;
}
/* Nav bar css end */
/* header css start  */
.hero-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 14vw;
  position: relative;
  overflow: hidden;
  flex-wrap: wrap;
}

.left-content {
  flex: 01;
  min-width: 300px;
}

.logos {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}

.logo {
  height: 8rem;
  margin-top: 34px;
}

.hero-section h1 {
  font-size: 40px;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 1.2;
}

.hero-section h1 span {
  font-size: 50px;
  color: white;
}

.hero-section p {
  font-size: 18px;
  font-family: "Comic Sans MS", cursive;
  margin-top: 20px;
}

#right-content {
  flex: 0;
  text-align: right;
}

.bike-img {
  height: 40vw;
  object-fit: contain;
  filter: brightness(1.1) contrast(1.2);
  transform: translateX(-2px);
}
/* header{
  width: 100%;
} */

/* Faded background text */
.hero-section::before {
  content: "QUAD TORC";
  position: absolute;
  top: 10vw;
  left: 3vw;
  font-size: 14vw;
  font-weight: 900;
  color: rgba(255, 255, 255, 0.301);
  z-index: 0;
  pointer-events: none;
}
#l1 span {
  color: #ffffffcf;
  font-size: 4.6vw;
  font-family: "Ancizar Serif", serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
}
#l1 {
  color: #ffffffb9;
  font-size: 4vw;
  font-family: "Ancizar Serif", serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
}
#l {
  color: #fff;
  font-size: 2vw;
  /*       letter-spacing: px; */
  font-family: "Roboto Mono", monospace;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
}

/* ✅ Responsive: Hide quad image on small screens */
@media (max-width: 768px) {
  .hero-section {
    flex-direction: column;
    text-align: center;
    margin-right: 10vw;
    margin-top: 29vw;
    /*    padding: 113px 20px; */
  }
  #l1 span {
    color: #ffffffb9;
    font-size: 6vw;
  }
  #l1 {
    color: #ffffffb9;
    font-size: 8vw;
  }
  #l {
    color: #fff;
    font-size: 4vw;
    font-family: "WDXL Lubrifont TC", sans-serif;
    font-weight: 400;
    font-style: normal;
  }
  .logo {
    height: 5em;
  }

  .bike-img {
    display: none;
  }

  .hero-section::before {
    font-size: 80px;
    top: 10%;
    left: 0;
    text-align: center;
    width: 100%;
  }

  .logos {
    display: flex;
    gap: 20px;
    margin-left: 13vw;
    margin-bottom: 20px;
  }
  .hero-section::before {
    content: "QUAD TORC";
    position: absolute;
    top: 36vw;
    left: 6vw;
    font-size: 12vw;
    font-weight: 900;
    color: rgba(255, 255, 255, 0.301);
    z-index: 0;
    pointer-events: none;
  }
}
/* Header css End  */
/* About Event css Start */
.about-section {
  color: #fff;
  padding: 120px 20px;
  font-family: "Poppins", sans-serif;
}

.title-banner {
  background-color: #1515147a;
  padding: 2vw 12vw;
  clip-path: polygon(0 0, 80% 0, 100% 100%, 0% 100%);
  margin-bottom: 30px;
  display: inline-block;
}

.title-banner h2 {
  margin: 0;
  font-size: 2.5rem;
  padding-right: 10vw;
  font-family: "Ancizar Serif", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}

.about-content-wrapper {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  flex-wrap: wrap;
}

.about-images img {
  width: 11vw;
  margin-bottom: 20px;
  border: 2px solid orange;
  clip-path: polygon(0 0, 90% 0, 100% 15%, 100% 100%, 0% 100%);
}

.about-images {
  display: flex;
  flex-direction: column; /* Default: vertical on desktop */
  gap: 20px;
}
.about-text {
  flex: 1;
  min-width: 300px;
  padding-top: 5vw;
  /* padding-left: 20px; /* Shifts the entire text block to the right */
  padding-right: 59px;
  max-width: 697px; /* Prevents the text block from stretching too wide */
}

.about-text p {
  font-size: 1.3vw;
  margin-bottom: 1em;
  text-align: left; /* Optional: ensures left-aligned text */
}

.read-more-btn {
  scale: 0.9;
  padding: 23px 43px;
  width: 173px;
  text-decoration: none;
  height: 65px;
  background: orange;
  color: white;
  border: none;
  border-radius: 50px;
  font-size: 17px;
  font-weight: bold;
  cursor: pointer;
  position: absolute;
  z-index: 1;
  overflow: hidden;
}

.read-more-btn:hover {
  color: rgba(0, 0, 0, 0.769);
}

.read-more-btn:after {
  content: "";
  background: rgba(255, 255, 255, 0.74);
  position: absolute;
  z-index: -1;
  left: -20%;
  right: -20%;
  top: 0;
  bottom: 0;
  transform: skewX(-45deg) scale(0, 1);
  transition: all 0.5s;
}

.read-more-btn:hover:after {
  transform: skewX(-45deg) scale(1, 1);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

#Rider {
  margin-left: 20vw;
}
#Rider1 {
  margin-left: 6vw;
}

/* ✅ RESPONSIVE MOBILE VIEW */
@media (max-width: 768px) {
  .about-content-wrapper {
    flex-direction: column;
  }
  .about-images {
    flex-direction: row; /* Change to horizontal on mobile */
    justify-content: center; /* Optional: center images */
    flex-wrap: nowrap;
  }

  .about-images img {
    width: 35vw; /* Adjust image size for mobile */
    height: auto;
  }
  #Rider {
    margin-left: 2vw;
  }

  .about-text {
    order: 2;
    flex: 1;
    min-width: 300px;
    padding-right: 127px;
    max-width: 697px;
  }
  .about-text p {
    font-size: 2.6vw;
    transform: translateX(5.5em);
  }
  .title-banner {
    width: 100%;
    clip-path: polygon(0 0, 85% 0, 100% 100%, 0% 100%);
  }

  .title-banner h2 {
    font-size: 1.5rem;
    font-family: "Ancizar Serif", serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
  }
  /*   .read-more-btn {
    font-size: 1rem;
    padding: px 20px;
  } */
  .read-more-btn {
    scale: 0.9;
    padding: 23px 43px;
    margin-top: 2.3em;
    width: 173px;
    text-decoration: none;
    height: 65px;
    background: #00000079;
    color: white;
    border: none;
    border-radius: 50px;
    font-size: 17px;
    font-weight: bold;
    cursor: pointer;
    position: absolute;
    z-index: 1;
    overflow: hidden;
    transform: translateX(13em);
  }
}
/* Keyframe for text animation */
@keyframes slideTextUp {
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
/* About Event css End */
/* OUR ACHIEVEMENTS css START */
.achievements-section {
  text-align: center;
  padding: 40px 20px;
  border-top: 3px solid orange;
  border-bottom: 3px solid orange;
  margin-bottom: 8rem;
  margin-top: 5rem;
  background: #0000000a;
}

.achievements-section h2 {
  color: #ffffffce;
  font-size: 2.5rem;
  margin-bottom: 40px;
  font-family: "Ancizar Serif", serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
  margin-top: 3rem;
}

.achievements-container {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  gap: 20px;
  overflow-x: auto; /* allows scroll if screen isn't wide enough */
  padding: 6px 10px;
}

.achievement-card {
  background-color: #000000ba;
  color: white;
  padding: 20px 30px;
  border-radius: 12px;
  min-width: 240px;
  flex-shrink: 0; /* prevent shrinking */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.4);
  border-left: 5px solid orange;
  transition: transform 0.3s ease;
  margin-bottom: 3rem;
}

.achievement-card:hover {
  transform: translateY(-5px);
}

.achievement-title {
  font-weight: bold;
  font-size: 1.1rem;
  color: orange;
  margin-bottom: 5px;
}

.achievement-subtitle {
  font-size: 0.9rem;
  color: #ccc;
}

@media (max-width: 768px) {
  .achievements-container {
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    overflow-x: hidden;
  }

  .achievement-card {
    width: 90%;
  }
}
/* OUR ACHIEVEMENTS css END */
/* Bike Info css start */
h3 {
  text-align: center;
  color: #ffffffe5;
  font-size: 3rem;
  margin-top: 20px;
  font-family: "Ancizar Serif", serif;
  font-optical-sizing: auto;
  font-weight: 900;
  margin-bottom: 3rem;
  letter-spacing: 0.2rem;
  font-style: normal;
}

.bike-container {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 20px;
  max-width: 1200px;
  margin: auto;
}
/* Bike Soldier Info */
.bike-card1 {
  background-color: #08070747;
  border-radius: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 41px;
  position: relative;
  overflow: hidden;
  border-top: 3px solid orange;
  border-bottom: 3px solid orange;
  animation: slideIn 1s ease-in-out;
}
.bike-info1 {
  transform: translateX(2em);
}

.bike-info1 h2 {
  font-size: 1.8rem;
  color: white;
  font-family: "Ancizar Serif", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}

.bike-info1 ul {
  list-style-type: disc;
  padding-left: 20px;
  color: white;
  font-weight: bold;
  font-size: 1rem;
}
.bike-image1 {
  flex: 1 1 250px;
  text-align: center;
}
.bike-image1 img {
  width: 100%;
  max-width: 27em;
  object-fit: contain;
  transform: translateX(14em);
}

/* Bike GARUDA Info */
.bike-card {
  background-color: #08070747;
  border-radius: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 30px;
  position: relative;
  overflow: hidden;
  border-top: 3px solid orange;
  border-bottom: 3px solid orange;
  animation: slideIn 1s ease-in-out;
  margin-top: 3rem;
}

.bike-info {
  flex: 1 1 300px;
  min-width: 250px;
  padding: 10px;
}

.bike-info {
  transform: translateX(17em);
}

.bike-image {
  flex: 1 1 250px;
  text-align: center;
}

.bike-image img {
  width: 100%;
  max-width: 310px;
  object-fit: contain;
  transform: translateX(-3em);
}
.bike-info h2 {
  font-size: 1.8rem;
  color: white;
  font-family: "Ancizar Serif", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}

.bike-info ul {
  list-style-type: disc;
  padding-left: 20px;
  color: white;
  font-weight: bold;
  font-size: 1rem;
}
.read-more-btn2 {
  scale: 0.5;
  padding: 0 50px;
  width: 15rem;
  height: 5rem;
  background: orange;
  color: white;
  border: none;
  border-radius: 32px;
  font-size: 20px;
  font-weight: bold;
  cursor: pointer;
  position: absolute;
  z-index: 1;
  overflow: hidden;
  transition: background 0.3s ease;
  transform: translateX(-4em);
}

.read-more-btn2:hover {
  color: black;
}

.read-more-btn2:after {
  content: "";
  background: white;
  position: absolute;
  z-index: -1;
  left: -20%;
  right: -20%;
  top: 0;
  bottom: 0;
  transform: skewX(-45deg) scale(0, 1);
  transition: all 0.5s;
}

.read-more-btn2:hover:after {
  transform: skewX(-45deg) scale(1, 1);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

@keyframes slideIn {
  from {
    transform: translateY(50px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

@media (max-width: 768px) {
  .bike-card {
    flex-direction: column;
    text-align: center;
    height: 43rem;
  }
  .bike-image1 {
    order: 1;
    transform: translateX(-13em);
  }
  .bike-image {
    transform: translateX(5em);
  }
  .bike-card1 {
    flex-direction: column;
    text-align: center;
    height: 40em;
  }
  .bike-info {
    padding-left: 0;
    text-align: left;
    transform: translateX(3em);
    margin-right: 1em;
  }
  .bike-info1 {
    order: 2;
    padding-left: 0;
    text-align: left;
    margin-right: -3em;
    transform: translateY(-7em);
  }
}
/* Bike info css end */

/* gallery section css start */
.gallery-section {
  background-color: #12121244;
  color: #fff;
  padding: 60px 20px;
  font-family: "Poppins", sans-serif;
  margin-top: 5rem;
}

.gallery-header {
  text-align: center;
  margin-bottom: 30px;
  position: relative;
}

.gallery-header h4 {
  font-size: 2rem;
  color: #ffffff;
  letter-spacing: 1px;
  font-family: "WDXL Lubrifont TC", sans-serif;
  font-weight: 800;
  font-style: normal;
  transform: translateX(-10.4em);
}
.gallery-header h2 {
  font-size: 2.5rem;
  font-weight: bold;
  margin-top: 10px;
  font-family: "Ancizar Serif", serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
  margin-bottom: 10px;
  transform: translateX(-4em);
}

.gallery-grid {
  display: flex;
  flex-wrap: wrap;
  /* gap: 10px; */
  justify-content: center;
  transform: translateX(10em);
}

.gallery-item {
  position: relative;
  overflow: hidden;
  flex: 1 1 300px;
  max-width: 300px;
  transition: transform 0.4s ease;
}

.gallery-item img {
  width: 100%;
  height: 28rem;
  display: block;
  transition: transform 0.5s ease;
}

.gallery-item:hover img {
  transform: scale(1.1);
  filter: brightness(0.2);
}

.hover-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #ffffff49;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: opacity 0.4s ease;
}

.gallery-item:hover .hover-content {
  opacity: 1;
}

.plus-icon {
  font-size: 1.1rem;
  color: #ffffff;
  background-color: orange;
  padding: 15px;
  width: 2.8rem;
  /* border-radius: ; */
  margin-bottom: 10px;
}

.hover-info p {
  font-weight: bold;
  margin-bottom: 15px;
  margin-top: 15rem;
  margin-right: 8rem;
  font-weight: 700;
  background: #0000008f;
  padding: 4px 8px;
  border-radius: 4px;
}

.hover-link {
  color: #100000fa;
  background: #ffffff98;
  padding: 6px 12px;
  text-decoration: none;
  border-radius: 4px;
  font-family: "Rubik", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
.view-all-btn {
  scale: 0.5;
  padding: 28px 24px;
  width: 20rem;
  height: 6rem;
  background: orange;
  color: white;
  border: none;
  text-decoration: none;
  border-radius: 24px;
  font-size: 26px;
  font-weight: bold;
  cursor: pointer;
  /* position: absolute; */
  z-index: 1;
  display: inline-block;
  overflow: hidden;
  transition: background 0.3s ease;
  transform: translateX(82vw);
}
.view-all-btn:hover {
  color: black;
}
.view-all-btn:after {
  content: "";
  background: white;
  position: absolute;
  z-index: -1;
  left: -20%;
  right: -20%;
  top: 0;
  bottom: 0;
  transform: skewX(-45deg) scale(0, 1);
  transition: all 0.5s;
}

.view-all-btn:hover:after {
  transform: skewX(-45deg) scale(1, 1);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

/* Responsive */

@media (max-width: 768px) {
  .gallery-grid {
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
    transform: translateX(2%);
  }

  .gallery-item {
    max-width: 90%;
  }
  .view-all-btn {
    transform: translateX(2%);
  }
  .gallery-header h4 {
    transform: translateX(2%);
  }

  .gallery-header h2 {
    font-size: 1.8rem;
    transform: translateX(2%);
  }
  .gallery-section {
    height: 100rem;
  }
  .hover-info p {
    transform: translateX(2.8rem);
  }
}
/* gallery section end */
footer {
  background-color: #171717;
  width: 100%;
}

footer .f {
  color: aliceblue;
  margin-top: 50px;
  font-family: "prague";
  text-transform: uppercase;
  letter-spacing: 3px;
  word-spacing: 1px;
  font-weight: 100;
}

footer .ra {
  line-height: 26px;
  letter-spacing: 1px;
  margin-top: 3px;
  color: white;
  font-weight: 100;
}

footer .aea {
  color: orange;
  font-family: "prague";
  letter-spacing: 3px;
  padding-top: 20px;
  text-transform: uppercase;
}

footer .mb-6 {
  margin-top: 40px;
  padding-bottom: 20px;
}

.mb-9 {
  color: aliceblue;
  margin-top: 20px;
  text-align: center;
  font-weight: 250;
}
.carousel-caption {
  color: #fff;
  position: absolute;
  top: 27%;
  left: 153px;
}
h2 {
  font-size: 40px;
  font-weight: bold;
  border-bottom-color: #82c434;
}

@media (max-width: 1300px) {
  h2 {
    font-size: 40px;
  }
}
@media (max-width: 700px) {
  h2 {
    font-size: 20px;
  }
}
/* Popup styles */
.popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.7);
  z-index: 9999;
}

.popup.open {
  display: flex;
}

.popup-content {
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  width: 90%;
  max-width: 600px;
  position: relative;
  text-align: center;
}

.popup-content img {
  width: 300px; /* Set a fixed width */
  height: auto; /* Maintain aspect ratio */
  max-width: 100%;
  object-fit: contain;
  margin: 10px auto;
}

.close-btn {
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 24px;
  cursor: pointer;
}

.back-btn {
  margin-top: 20px;
  padding: 8px 16px;
  border: none;
  background-color: #333;
  color: #fff;
  border-radius: 5px;
  cursor: pointer;
}
