
/* Entire Website styling */
  body, html {
    height: 100%;
    margin: 0;
    padding: 0;
    font-family: 'Roboto', sans-serif;
    min-height: 100vh;
    scroll-behavior: smooth;
    position: relative;
    background-color: black;
  }

  body::-webkit-scrollbar {
    width: 0; 
  }
  
  body {
    -ms-overflow-style: none; 
    scrollbar-width: none; 
  } 

  .all-content {
    opacity: 0;
    z-index: 1; /* Second Layer */
    width: 100%;
  }

  #preloader {
    width: 100vw;
    height: 100vh;
    background-color: white;
    display: grid;
    align-items: center;
    justify-items: center;
    position: relative;
    z-index: 10; /* Fourth & Top Layer */
    opacity: 1;
  }

  .loading_text {
    transform: translateY(-150%);
  }

  @media (max-width: 420px)  {
    .loading_text p {
      transform: translate(5%, -75%);
    }
  }

  @media (max-width: 820px)  {
    .loading_text p {
      transform: translate(5%, -75%);
    }
  }

  .loading_text p {
    letter-spacing: 30px;
    color: black;
    font-weight: 700;
    pointer-events: none;
    user-select: none;
  }

  .pace {
    pointer-events: none;
    user-select: none;
    z-index: 2000; 
    position: fixed;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 400px;
    /* border: 1; */
    height: 1px;
    overflow: hidden;
    background: white;
  }

  .pace .pace-progress {
    max-width: 400px;
    position: absolute;
    z-index: 2000;
    top: 0;
    right: 100%;
    height: 100%;
    width: 100%;
    height: 4px;
    background:  #bf5700;
  } 
  
  /* Nav-Bar Section */
  nav {
    top: 0;
    left: 0;
    width: 100vw;
    display: flex;
    background-color: rgba(0, 0, 0, 0);
    justify-content: center;
    z-index: 2;
    position: fixed;
  }

  .nav-gradient {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(78,78,78,1) 50%, rgba(0,0,0,1) 100%);
    z-index: -1;
  }

  #menu-toggle {
    display: none;
  }

  .menu-icon {
    display: none;
    cursor: pointer;
    position: fixed;
    padding: 20px;
    right: 0;
    top: 0;
    z-index: 8;
  }

  .menu-icon .fa-times {
    display: none;
  }

  #menu-toggle:checked + .menu-icon .fa-times {
    display: block;
  }

  #menu-toggle:checked + .menu-icon .fa-bars {
    display: none;
  }

  nav ul {
    list-style-type: none;
  }

  nav li {
    display: inline;
  }

  nav a {
    color: #ffffff;
    text-decoration: none;
    font-size: 16px;
    font-weight: 400;
    padding: 30px;
    padding-bottom: 0px;
    letter-spacing: 0.1em;
  }

  @media (max-width: 768px) {
    .nav-links {
      display: none;
      position: fixed;
      margin: 0;
      right: -200px; /* Off-screen by default */
      top: 0;
      width: 200px;
      height: 100vh;
      background-color: rgba(0,0,0,0.9);
      flex-direction: column;
      align-items: center;
      justify-content: center;
      transition: right 0.5s ease; /* Animate the right property */
    }

    .menu-icon {
      display: flex;
      color: white;
      font-size: 24px;
    }

    .menu-icon .fa-bars {
      display: block;
      color: #888888;
      font-size: 24px;
    }

    #menu-toggle:checked + .menu-icon + .nav-links {
      display: flex;
    }

    nav li {
      display: block;
      margin: 7.5%;
    }
  }

  /* Background Image w/ Parallax */

  .parallax-inner-wrapper h1 {
  padding-top: 6rem;
   color: white;
   font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
   font-weight: 1000;
   text-align: center;
  }

  .parallax-background-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 0;
  }

  .parallax-wrapper {
    position: relative;
    z-index: 1;
    height: 100%;
  }

  .parallax {
    position: relative;
    height: 100vh;
  }

  .parallax-inner-wrapper {
    width: 100%;
    position: relative;
    display: grid;
    align-items: center;
    justify-content: center;
    transform: translate(0, 175%);
  }

  .parallax-image1 {
    width: 100%; 
    min-width: 100%;
  }

  .parallax-image-wrapper {
    /* height: 80%; */
    width: 100%;
    transform: translateY(-10%) scale(1.05);
  }

  @media (max-width: 480px) {
    .parallax-image-wrapper {
      transform: translate(-133.33%, -10%);
      height: 100%;
    }
    
    .parallax-image1 {
      width: auto;
      height: 112%;
    }

    .parallax-inner-wrapper {
      transform: translate(0, 125%);
    }
  }

  @media screen and (min-width: 768px) and (max-width: 1024px) {
    .parallax-image-wrapper {
      transform: translate(-85%, -10%);
      height: 100%;
    }
    
    .parallax-image1 {
      width: auto;
      height: 112%;
    }

    .parallax-inner-wrapper {
      transform: translateY(250%);
    }
  }

  @media screen and (min-width: 1025px) and (max-width: 1580px) {
    .parallax-image-wrapper {
      transform: translateY(0%) scale(1.5);
      height: 85%;
    }
    
    .parallax-inner-wrapper {
      transform: translateY(100%);
    }
  }

  @media screen and (min-width: 1580px) and (max-width: 1920px) {
    .parallax-image-wrapper {
      transform: scale(1.25);
      height: 85%;
    }

    .parallax-inner-wrapper {
      transform: translateY(150%);
    }
  }

  .parallax-inner-wrapper p {
    font-size: 18px;
    font-weight: 200;
    letter-spacing: 0.08rem;
    color: white;
    text-align: center;
  }

  .parallax-inner-wrapper img {
    transform: translate(52.5%);
  }

  /* Content Sections */
  .content {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: white;
  }
  
  .regular-content {
    margin-left: 20%;
    margin-right: 20%;
    height: 100%;
    background-color: b;
    padding: 50px;
    background-color: white;
    overflow: hidden;
  }

  .regular-content p {
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 0.02rem;
  }

  .under-parallax {
    background: linear-gradient(180deg, rgba(0,0,0,1) 20%, rgba(191,87,0,1) 75%);
    margin: 0;
    padding: 0;
  }

  /* +--------------------------------+ */
  /* |           SVG SPACER           | */
  /* |         ABSTRACT LINES         | */
  /* +--------------------------------+ */
  .svg-spacer {
    height: 400px;
    transform: translateY(-150%);
  }

  @media (max-width: 1680px) {
    .svg-spacer {
      transform: translateY(-95%);
    }
  }

  @media (max-width: 1024px) {
    .svg-spacer {
      transform: translateY(-50%);
    }
  }

  @media (max-width: 820px) {
    .svg-spacer {
      transform: translateY(-25%);
    }
  }

  @media (max-width: 420px) {
    .svg-spacer {
      display: none;
    }
  }
  
  /* +--------------------------------+ */
  /* |        BIOGRAPHY SECTION       | */
  /* +--------------------------------+ */

  .biography-container {
    margin: 7.5%;
    margin-top: 10%;
    margin-bottom: 10%;
    padding-top: 1%;
    margin-top: -1%;
  }

  .biography-content {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 5%;
    color: white;
    margin: 5%;
    margin-bottom: 22.5%;
  }

  .biography-container h2 {
    font-weight: 600;
    font-size: 32px;
    color: white;
    letter-spacing: 0.1em;
  }

  .biography-content p {
    font-size: 20px;
    font-weight: 300;
    line-height: 30px;
    letter-spacing: 1.5px;
    line-height: 35px;
  }

  @media screen and (max-width: 1440px) {
    .biography-content p {
      font-size: 16px;
    }
  }
  
  @media screen and (max-width: 900px) {
    .biography-content p {
      font-size: 14px;
    }

    .biography-content {
      display: block;
    }

    .biography-content img {
      display: none;
    }

    #firstParagraph {
      border-right: none;
    }
  }
  
  @media screen and (max-width: 600px) {
    .biography-content p {
      font-size: 14px;
    }
  }

  .biography-content img {
    width: 100%;
    max-width: 850px;
  }

  /* +----------------------------------------+ */
  /* |            TIMELINE STYLING            | */
  /* +----------------------------------------+ */

  .timeline-container {
    padding: 2rem;
    margin: 0 auto;
    max-width: 800px;
    position: relative;
    min-height: 150px;
  }

  .timeline-container h1,
  .timeline-container h2,
  .timeline-container p {
    color: white;
  }

  .timeline-container h1 {
    letter-spacing: 0.1em;
  }

  .timeline-content p {
    letter-spacing: 0.1em;
  }

  .timeline-container h1 {
    transform: translateY(-250%);
  }

  .line {
    position: absolute;
    z-index: 1;
    left: calc(50% - 1px);
    width: 2px;
    top: 3.34%;
    bottom: -50px;
    background: linear-gradient(0deg, rgba(0,0,0,1) 25%, rgba(255,255,255,1) 50%, rgba(191,87,0,1) 75%);
    display: none;
  }

  .line::before,
  .line::after {
    position: absolute;
    display: block;
    content: "";
    height: 1rem;
    width: 1rem;
    border-radius: 50%;
    background-color: #171717;
    left: 50%;
    transform: translateX(-50%);
  }

  .line::after {
    bottom: 0;
  }

  .timeline-section {
    display: flex;
    opacity: 0;
    transform: translateX(-100%);
    transition: 600ms ease;
    position: relative;
    z-index: 1;
    margin: 50px 0;
    padding: 1rem;
    border-radius: 1rem;
    align-items: center;
    min-height: 300px;
  }

  .timeline-section:nth-child(odd) {
    flex-direction: row-reverse;
    transform: translateX(100%);
  }

  .timeline-bead {
    position: absolute;
    display: block;
    height: 1rem;
    width: 1rem;
    border-radius: 50%;
    background-color: white;
    left: 50%;
    top: 20%;
    transform: translateX(-50%);
  }

  .timeline-content {
    width: calc(50% - 2rem);
    outline: solid 2px white;
    border-radius: 30px;
    padding: 7.5px;
  }

  .show-me:nth-child(n) {
    transform: none;
    opacity: 1;
  }

  .timeline-spacer {
    height: 100px;
  }

  @media screen and (max-width: 768px) {
    .line {
      left: 2rem;  /* Adjust as needed */
    }

    .timeline-section {
      flex-direction: column !important; /* Override direction */
      align-items: flex-start !important; /* Override alignment */
      transform: translateX(0%) !important; /* Override translation */
      min-height: initial;
    }

    .timeline-content {
      width: 100%; /* Full width */
    }

    .timeline-bead {
      left: 0; /* Adjust as needed */
    }
  }

  /* Mobile responsive styling */
  @media screen and (min-width: 768px) and (max-width: 1025px) {
    .line {
      left: 2rem;  /* Adjust as needed */
    }

    .timeline-section {
      flex-direction: column !important; /* Override direction */
      align-items: flex-start !important; /* Override alignment */
      transform: translateX(0%) !important; /* Override translation */
      min-height: initial;
    }

    .timeline-content {
      width: 75%; /* Full width */
    }

    .timeline-bead {
      left: 0; /* Adjust as needed */
    }
  }

  /* +----------------------------------------+ */
  /* |            EQUIPMENT STYLING           | */
  /* +----------------------------------------+ */

.equipment-container {
  margin: 0;
  background-color: #ffffff;
}

.equipment-section {
  color: white;
  max-width: 100vw;
  margin-top: 2.5%;
  padding-top: 0.25%;
}

.equipment-content {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10%;   /* Adjusted the gap to a fixed size, you can adjust as required */
  position: relative;
  align-items: center;
  justify-content: center;
  margin-left: 5%;
  margin-right: 5%;
}

.equipment-section h2 {
  font-weight: 600;
  font-size: 32px;
  color: #000;
  padding-left: 33.33%;
  padding-bottom: 0.75%;
  letter-spacing: 0.1em;
}

.equipment-content img {
  width: 100%;     /* Stretches the image to the full width of its container */
  max-height: 250px;
  margin-bottom: 1rem;  /* Adjusted the margin to a fixed size, you can adjust as required */
  opacity: 0;
  position: relative;
  transform: translateY(50px);
  transition: opacity 1s, transform 1s;
  object-fit: cover;   /* Ensures the image covers its container without distortion */
}

.equipment-img-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

#Phaeton {
  max-width: 500px;
  width: auto;
  height: auto;
}

#GardBags {
  max-width: 250px;
  width: auto;
  height: auto;
}

#Lotus {
  max-width: 250px;
  width: auto;
  height: auto;
}

.equipment-content img.reveal {
  opacity: 1;
  transform: translateY(0);
}

.equipment-content img:nth-child(1) {
  transition-delay: 0.2s;
}

.equipment-content img:nth-child(2) {
  transition-delay: 0.4s;
}

.equipment-content img:nth-child(3) {
  transition-delay: 0.6s;
}

.equipment-content img:nth-child(3) {
  transition-delay: 0.8s;
}

@media (max-width: 1680px) {
  .equipment-content {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 5%;   /* Adjusted the gap to a fixed size, you can adjust as required */
    position: relative;
    align-items: center;
    justify-content: center;
    margin-left: 5%;
    margin-right: 5%;
    padding-bottom: 2.5%;
  }

  #Phaeton {
    max-width: 85%;
  }

  #GardBags, #Lotus {
    max-width: 75%;
  }
}

@media (max-width: 1024px) {
  .equipment-section h2 {
    padding-left: 0;
    margin-left: 3.33%;
    margin-bottom: 7.5%;
  }
}

@media (max-width: 420px) {
  .equipment-container {
    min-height: 100vh;
  }
    
  .equipment-content {
    grid-template-columns: 1fr;  /* Single column for mobile */
    gap: 2.5%;             /* Adjust gap for mobile, can be adjusted to your preference */
    padding-bottom: 4.5rem;
  }

  .equipment-section h2 {
    padding-left: 0;
    margin-left: 3.33%;
    margin-bottom: 7.5%;
  }

  /* Adjust max-width of images on mobile if needed */
  #Phaeton {
    max-width: 80%;  /* Adjusted for mobile */
    margin: 0 auto;
    padding-left: 2rem;
  }

  #GardBags {
    transform: scale(0.65);
    margin: 0 auto;
    padding-left: 1.75rem;
  }

  #Lotus {
    max-width: 70%;  /* Adjusted for mobile */
    max-height: 70%;
    margin: 0 auto;
    padding-left: 2.5rem;
  }
}

  /* +----------------------------------------+ */
  /* |            MEDIA STYLING               | */
  /* +----------------------------------------+ */

.media-container {
  margin: 0;
  padding: 0;
}

.media-container h2 {
  font-weight: 600;
  font-size: 32px;
  color: #ffffff;
  padding-left: 33.33%;
  padding-bottom: 0.5%;
  letter-spacing: 0.1em;
}

.media-section {
  margin: 2.5% auto;
  max-width: 1000px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.media-videos iframe {
  margin: 2.5% auto;
  height: 40vh;
  width: 38.5vw;
}

.media-spotify {
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 2%;
}

.spotify-iframe {
  flex: 1;
  max-width: 100%;
}

.spotify-iframe iframe {
  width: 100%;
}

@media (max-width: 768px) {
  .media-videos iframe {
    height: 30vh; /* Adjusted for mobile */
    width: 100%; /* Full width for mobile */
  }

  .media-spotify {
    flex-direction: column; /* Stack them vertically for mobile */
    align-items: center;
  }
}

@media (max-width: 1024px) {
  .media-container h2 {
    padding-left: 0;
    margin-left: 3.33%;
    margin-bottom: 7.5%;
  }

  .media-videos iframe {
    width: 75vw;
  }

  .spotify-iframe {
    margin: 1%;
  }
}

  /* +----------------------------------------+ */
  /* |         PARALLAX-SPACER STYLING        | */
  /* +----------------------------------------+ */
.parallax-container {
  position: relative;
  overflow: hidden;
} 

.parallax-image-wrapper2 {
  /* display: flex; */
  height: 50vh;
  /* transform: scale(0.75); */
  transform: translateY(-50%);
}

.parallax-image2 {
  height: auto;
  width: 100%; 
}

@media screen and (min-width: 320px) and (max-width: 1024px) {
  .parallax-container {
    height: 25vh;
  }

  .parallax-image-wrapper2 {
    transform: translateY(12.5%) scale(1.75);
  }
}


  /* +----------------------------------------+ */
  /* |            CONTACT STYLING             | */
  /* +----------------------------------------+ */

.contact-container {
  padding-top: 1.5%;
  padding-bottom: 1.5%;
  position: relative;
  width: 100%;
  height: auto;
  background-color: #fafafa;
  overflow: hidden;
  display: flex;
  align-self: center;
  justify-content: center;
}

.form {
  width: 100%;
  max-width: 820px;
  background-color: #dedede;
  border-radius: 10px;
  box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.1);
  z-index: 1;
  overflow: hidden;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.contact-form {
  background-color: #bf5700;
  position: relative;
}

.circle {
  border-radius: 50%;
  background: linear-gradient(135deg, transparent 20%, #171717);
  position: absolute;
}

.circle.one {
  width: 130px;
  height: 130px;
  top: 130px;
  right: -40px;
}

.circle.two {
  width: 80px;
  height: 80px;
  top: 10px;
  right: 30px;
}

.contact-form:before {
  content: "";
  position: absolute;
  width: 26px;
  height: 26px;
  background-color: #bf5700;
  transform: rotate(45deg);
  top: 50px;
  left: -13px;
}

form {
  padding: 2.3rem 2.2rem;
  overflow: hidden;
  position: relative;
}

.title {
  color: #fff;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1;
  margin-bottom: 0.7rem;
}

.input-container {
  position: relative;
  margin: 1rem 1rem;
}

.input {
  width: 100%;
  outline: none;
  border: 2px solid #fafafa;
  background: none;
  padding: 0.6rem 1.2rem;
  color: #fff;
  font-weight: 500;
  font-size: 0.95rem;
  letter-spacing: 0.5px;
  border-radius: 25px;
  transition: 0.3s;
}

textarea.input {
  padding: 0.8rem 1.2rem;
  min-height: 150px;
  border-radius: 22px;
  resize: none;
  overflow-y: auto;
}

.input-container label {
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
  padding: 0 0.4rem;
  color: #fafafa;
  font-size: 0.9rem;
  font-weight: 400;
  pointer-events: none;
  z-index: 1000;
  transition: 0.5s;
}

.input-container.textarea label {
  top: 1rem;
  transform: translateY(0);
}

.btn {
  padding: 0.6rem 1.3rem;
  background-color: #fff;
  border: 2px solid #fafafa;
  font-size: 0.95rem;
  color: #bf5700;
  line-height: 1;
  border-radius: 25px;
  outline: none;
  cursor: pointer;
  transition: 0.3s;
  margin: 0;
}

.btn:hover {
  background-color: transparent;
  color: #fff;
}

.input-container span {
  position: absolute;
  top: 0;
  left: 25px;
  transform: translateY(-50%);
  font-size: 0.8rem;
  padding: 0 0.4rem;
  color: transparent;
  pointer-events: none;
  z-index: 500;
}

.input-container span:before,
.input-container span:after {
  position: absolute;
  width: 10%;
  opacity: 0;
  transition: 0.3s;
  height: 5px;
  background-color: white;
  top: 50%;
  transform: translateY(-50%);
}

.input-container.focus label {
  top: 0;
  transform: translateY(-90%);
  left: 25px;
  font-size: 0.8rem;
}

.contact-info {
  padding: 2.3rem 2.2rem;
  position: relative;
}

.contact-info .title {
  color: #bf5700;
  font-weight: 800;
  letter-spacing: 0.05em;
}

.text {
  color: #333;
  margin: 1.5rem 0 2rem 0;
  line-height: 1.85em;
  letter-spacing: 0.033em;
}

.information {
  display: flex;
  color: #555;
  margin: 0.7rem 0;
  align-items: center;
  font-size: 0.95rem;
}

.icon {
  width: 28px;
  margin-right: 0.7rem;
}

.social-media {
  padding: 2rem 0 0 0;
}

.social-media p {
  color: #333;
}

.social-icons {
  display: flex;
  margin-top: 0.5rem;
}

.social-icons a {
  width: 35px;
  height: 35px;
  border-radius: 5px;
  background: linear-gradient(45deg, #bf5700, #f8971f);
  color: #fff;
  text-align: center;
  line-height: 35px;
  margin-right: 0.5rem;
  transition: 0.3s;
}

.social-icons a:hover {
  transform: scale(1.05);
}

.contact-info:before {
  content: "";
  position: absolute;
  width: 110px;
  height: 100px;
  border: 22px solid #bf5700;
  border-radius: 50%;
  bottom: -77px;
  right: 50px;
  opacity: 0.3;
}

.square {
  position: absolute;
  height: 400px;
  top: 50%;
  left: 50%;
  transform: translate(181%, 11%);
  opacity: 0.2;
}

@media (max-width: 850px) {
  .form {
    grid-template-columns: 1fr;
  }

  .contact-info:before {
    bottom: initial;
    top: -75px;
    right: 65px;
    transform: scale(0.95);
  }

  .contact-form:before {
    top: -13px;
    left: initial;
    right: 70px;
  }

  .square {
    transform: translate(140%, 43%);
    height: 350px;
  }

  .big-circle {
    bottom: 75%;
    transform: scale(0.9) translate(-40%, 30%);
    right: 50%;
  }

  .text {
    margin: 1rem 0 1.5rem 0;
  }

  .social-media {
    padding: 1.5rem 0 0 0;
  }
}

@media (max-width: 480px) {
  .container {
    padding: 1.5rem;
  }

  .contact-info:before {
    display: none;
  }

  .square,
  .big-circle {
    display: none;
  }

  form,
  .contact-info {
    padding: 1.7rem 1.6rem;
  }

  .text,
  .information,
  .social-media p {
    font-size: 0.8rem;
  }

  .title {
    font-size: 1.15rem;
  }

  .social-icons a {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }

  .icon {
    width: 23px;
  }

  .input {
    padding: 0.45rem 1.2rem;
    padding-right: 0.015em;
  }

  textarea.input {
    padding-right: 0.015em;
  }

  .btn {
    padding: 0.45rem 1.2rem;
  }
}

  /* +----------------------------------------+ */
  /* |            FOOTER STYLING              | */
  /* +----------------------------------------+ */
footer {
  background: linear-gradient(90deg, rgba(0,0,0,1) 0%, 
            rgba(78,78,78,1) 50%, rgba(0,0,0,1) 100%
          );
  color: white;
  padding: 20px 0;
  width: 100%;
  position: relative;
}

.footer-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
}

.footer-container p {
  font-weight: 300;
  letter-spacing: 0.1em;
}

@media (max-width: 768px) {
  .footer-container p {
    font-size: 10px;
  }

  .footer-container {
    padding: 0;
  }
}