* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background-color: #e25b00;
  margin: 0;
  padding: 0;



}  

p {

  font-family: "OpenSans-Regular";
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  
}

a {

  font-family: "Special Gothic Expanded One", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}


.overlay-content h1 {

  font-family: "Special Gothic Expanded One", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-size: 4rem;

}

.overlay-content p {


  font-size: 2rem;

}

h1 {

  font-family: "Kinetic-Bold";
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "wdth" 100;

}
  
  .nav-link {
    transition: transform 0.3s ease;
  }

  .nav-link:hover {
    transform: scale(0.9); 
  }
  #typed-text {
    font-weight: bold;
    font-size: 15px;
    color: black; 
  }
  .navbar-nav .nav-link {
    color: white !important;
  }

  .navbar .navbar-nav .nav-link:hover {
    color:#ff6600 !important;
  }

  @media (max-width: 768px) {
    .container, .col-md-6 {
      margin-bottom: 50px;

    }

    .container .col-md-6 h1 {
      text-align: center;
      font-weight: bold;

    }
  }  


  .card {
    position: relative;
    overflow: hidden;
    background: linear-gradient(to bottom, transparent, transparent);
    transition: background 0.6s ease-in-out;
  }
  .card:hover {
    background: linear-gradient(to bottom, rgba(255, 0, 0, 0.3), orange);
    transform: scale(1.1);

  }
  

  .carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ff8000' viewBox='0 0 8 8'%3E%3Cpath d='M5.5 0L6.91 1.41 3.33 5 6.91 8.59 5.5 10l-5-5z'/%3E%3C/svg%3E");
  }
  
  .carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ff8000' viewBox='0 0 8 8'%3E%3Cpath d='M2.5 0L1.09 1.41 4.67 5 1.09 8.59 2.5 10l5-5z'/%3E%3C/svg%3E");
  }
  
  



.carousel {
  margin-bottom: 15rem;
  
}

.carousel-caption {
  bottom: 3rem;

}

@media (max-width: 768px) {
  .carousel  {
    margin-bottom: 1rem; 
  }
}





.featurette-divider {
  margin: 5rem 0; 
}

.featurette-heading {
  letter-spacing: -.05rem;
}



@media (min-width: 40em) {

  .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }
}

@media (min-width: 62em) {
  .featurette-heading {
    margin-top: 7rem;
  }
}


#scrollToTopBtn {
  position: fixed;
  bottom: 200px;
  right: 22px;
  background-color: #443b35;
  color: white;
  border: none;
  border-radius: 5px;
  padding: 10px;
  font-size: 2rem;
  font-weight: bold;
  cursor: pointer;
  display: none; 
  transition: opacity 0.3s;
  z-index: 9999; 
}

#scrollToTopBtn:hover {
  background-color: #000000;
}


  @media (max-width: 1000px) {
    #scrollToTopBtn {
      font-size: 1rem;
      padding: 10px;
    }
  }



.custom-contact {
    max-width: 500px;
    background: #fff;
    padding: 30px;
    font-weight: bold;
    border-radius: 10px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    margin: auto;
    margin-top: 120px;
    
}

@media (max-width: 760px) {
  .custom-contact {
    margin-top: 0px;
  }
}
.custom-contact-title {
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    color: #0d0d0d;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.btn-custom {
    background: #007bff;
    border: none;
    color: #fff;
    font-size: 18px;
    padding: 10px;
    border-radius: 5px;
    transition: 1.5s;
    font-weight: bold; 
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.7);
}
.btn-custom:hover {
    background-color: #007bff73;
    color: #fff;
}


.fade-in {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 1.0s ease-out, transform 1.0s ease-out;
}

.fade-in.show {
  opacity: 1;
  transform: translateY(0);
}



.video-container {
  position: relative;
  width: 100%;
  height: 100vh; 
  overflow: hidden;
}

.video-container video {
  width: 100%;
  height: 100%;
  object-fit: cover; 
}

.overlay-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: white;
  width: 90%;
}

@media (max-width: 768px) {
  .video-container {
    height: 100vh; 
  }
}


@media (max-width: 767px) {
  .overlay-content {
    top: 60%; 
  }
  .overlay-content h1 {
    font-size: 2rem;
  }

  .overlay-content p {
    font-size: 1rem; 
  }

}


@media (max-width: 570px) {
  .overlay-content {
    top: 55%;
  }
  .overlay-content h1 {
    font-size: 1.5rem; 
  }

  .overlay-content p {
    font-size: 1rem; 
  }

}


.btn-icon {
  display: inline-block;
  padding: 10px 20px;
  font-weight: bold;
  font-size: 20px;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.7);
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
  background-color: #e25b00;
  transition: color 0.3s ease-in-out;
  z-index: 1;
}

.btn-icon::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: linear-gradient(to right, #ff7b30, #ffb380);
  transition: width 0.5s ease-in-out;
  z-index: -1;
}

.btn-icon:hover::before {
  width: 100%;
}


.footer-custom {

  background-color: rgb(38,50,64); 
  height: auto;

  
}


@media (max-width: 1000px) {
  .footer-custom {
    height: auto; 
    
  }
}


.gallery-container {
  position: relative;
  max-width: 100%;
  margin: auto;
  overflow: hidden;
}

.image-track {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  white-space: nowrap;
  overflow-y: hidden; 
}

.image-track img {
  height: 250px;
  width: auto;
  border-radius: 5px;
  transition: transform 0.2s ease-in-out;
  
}

.image-track img:hover {
  transform: scale(1.1);
}

.btn-scroll {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.5);
  color: white;
  border: none;
  cursor: pointer;
  padding: 10px;
  font-size: 18px;
  border-radius: 5px;
  z-index: 10;
}

.btn-scroll:hover {
  background: rgba(0, 0, 0, 0.8);
}

.prev {
  left: 0;
}

.next {
  right: 0;
}

#carouselExample .carousel-item img {
  height: 350px;
  width: 350px;
  margin-top: 10px;
}


.carousel-item img {
 
  width: 100%; 
  min-height: 400px; 
  max-height: 400px; 
  height: auto;

} 


@media (max-width: 767px) {
  .carousel-item img {
 
    width: 100%; 
    min-height: 600px; 
    max-height: 600px; 
    height: auto;
  
  } 

}

@media (max-width: 1000px) {
    
  .col-lg-3 {
    margin-bottom: 80px;
  }

}