/* Normalize styles and global settings */
body {
  font-family: 'Montserrat', sans-serif;
  margin: 0;
  padding: 0;
}

/* Navbar styles */
.navbar {
  background-color: #fff;
  padding: 20px;
  border-bottom: 1px solid #eee;
}

.navbar-brand img {
  height: 40px;
  width: auto;
}

.navbar-nav li {
  margin-right: 10px;
}

.navbar-nav a {
  color: #333;
  font-weight: bold;
}

#founder {
  padding-top: 50px; /* Adjust the value as needed */
}

.navbar-nav a:hover {
  color: #F15F2A;
}

.navbar-nav .active a {
  color: #F15F2A;
}

.navbar-btn {
  margin-left: 10px;
}

.btn-outline-primary{
  color: #F15F2A;
  border-color: #F15F2A;
}


.btn-outline-primary:hover{
  color: white;
  border-color: #F15F2A;
  background-color: #F15F2A;
}

/* Home Parallax */
.bg-image {
  position: relative;
  overflow: hidden;
}

#parallax-container {
  position: absolute;
  top: -10;
  left: 0;
  width: 100%;
  height: 140%;
}

#parallax-image {
  background-image: url('../img/bg-min.JPG');
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 120%;
  position: absolute;
  z-index: -1;
  transform: scale(1.4);

}
/* Parallax Image Section styles */
/* Parallax Image Section styles */
#parallax-section {
  height: 400px;
  position: relative;
  overflow: hidden;
}

.custom-parallax-section {
  position: relative;
  z-index: 1;
}

.custom-parallax-image {
  position: absolute;
  top: -70%;
  left: 0;
  width: 100%;
  height: 130%;
  background-image: url('../img/bg2-min.jpg');
  background-position: center;
  background-size: cover;
  transform: translateZ(-1px) scale(1.3);
  z-index: -1; /* Move the image behind other elements */
}


/* Home Section styles */
#home {
  background-image: url('/img/bg.JG');
  height: 500px;
  background-position: center;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}

#home p,
#home h1 {
  color: #fff;
}

#home h1 {
  font-size: 60px;
  font-weight: bold;
  text-align: center;
}

#home .btn {
  margin-top: 20px;
}

.btn-primary {
  background-color: #F15F2A;
  border-color: #F15F2A;
}

.btn-primary:hover {
  background-color: #FF7F00;
  border-color: #FF7F00;
}

/* Services Section styles */
#services {
  padding: 50px 0;
}

#services h2 {
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 20px;
}

#services p {
  margin-bottom: 30px;
}

.service-item {
  text-align: center;
  margin-bottom: 30px;
}

.service-item i {
  font-size: 48px;
  color: #F15F2A;
  margin-bottom: 15px;
}

.service-item h3 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 15px;
}

.service-item p {
  line-height: 1.8;
}


/* Order Section styles */
#order {
  padding: 50px 0;
}

.img-fluid{
  border-radius: 5%;
  max-height: 80%;
}

#order h2 {
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 20px;
}

#order p {
  margin-bottom: 30px;
}

.form-group label {
  font-weight: bold;
}

#map {
  position: relative;
  width: 100%;
  height: 300px;
  
}

/* Footer styles */
#footer {
  padding: 50px 0;
}

#footer h5 {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}

#footer p {
  color: #aaa;
  line-height: 1.8;
}

.social-icons {
  list-style: none;
  padding: 0;
  margin-top: 10px;
}

.social-icons li {
  display: inline-block;
  margin-right: 10px;
}

.social-icons a {
  color: #fff;
}

#eta {
  font-size: 24px;
  font-weight: bold;
  color: #333;
}


.social-icons a:hover {
  color: #F15F2A;
}

/* Sign Up */
#signup{
  padding-top: 5%;
  padding-bottom: 5%;
}

/* Log In */
#login{
  padding-top: 5%;
  padding-bottom: 5%;
 }

/* About Us */
#about-us{
  padding-top: 5%;
  padding-bottom: 5%;
}

/* Portfolio */
#portfolio{
  padding-top: 5%;
  padding-bottom: 5%;
}

.portfolio-slider {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.portfolio-slide {
  display: flex;
  justify-content: center;
}

.portfolio-slide img {
  max-width: 40%;
  max-height: 100%;
  margin: 0 auto;
  border-radius: 10%;
}

.video-wrapper {
  display: flex;
  justify-content: center;
}

.video-container {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; /* Maintain the aspect ratio of 16:9 (for a standard YouTube video) */
  margin: 0 auto;
  padding-top: 5%;
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#video{
  padding-bottom: 5%;
}

/* Technology */
#technology {
  padding-top: 5%;
  padding-bottom: 5%;
}

.img-fluid {
  border-radius: 5%;
  max-height: 80%;
  max-width: auto;
}

/* Safety */
#safety {
  padding-top: 5%;
  padding-bottom: 5%;
}

#booked{
  padding-top: 5%;
  padding-bottom: 10%;
}
.video-container {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%; /* Set the aspect ratio to 16:9 (change this value as needed) */
  margin: 0 auto;
}

.video-container video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px; /* Set the border radius to your desired value */
}

.video-container video::-webkit-media-controls {
  display: none; /* Hide the default video controls for webkit browsers (Chrome, Safari) */
}

.video-container video::-webkit-media-controls-enclosure {
  display: none; /* Hide the default video controls for webkit browsers (Chrome, Safari) */
}

.video-container video::-webkit-media-controls-panel {
  display: none; /* Hide the default video controls for webkit browsers (Chrome, Safari) */
}

.video-container video::-moz-media-controls {
  display: none; /* Hide the default video controls for Firefox */
}

.video-container video::-ms-media-controls {
  display: none; /* Hide the default video controls for Edge, IE */
}

.video-container video::-ms-media-controls-overlay {
  display: none; /* Hide the default video controls for Edge, IE */
}

.video-container video::media-controls {
  display: none; /* Hide the default video controls for other browsers */
}

@media (min-width: 769px) {
  #home{
    height: 700px;
  }
  #order{
    height: 600px;
  }
  #parallax-section{
    height: 700px;
  }
}

@media (min-width: 1775px) {
  #home{
    height: 1000px;
  }

}

#contact {
  padding: 80px 0;
}

#contact h2 {
  font-size: 32px;
  margin-bottom: 30px;
}

#contact p {
  margin-bottom: 30px;
}

.contact-info {
  background-color: #f9f9f9;
  padding: 30px;
  border-radius: 5px;
}

.contact-info h3 {
  font-size: 24px;
  margin-bottom: 20px;
}

.contact-info ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.contact-info li {
  margin-bottom: 10px;
}

.contact-info i {
  margin-right: 10px;
  color: #888;
}

/* Adjustments for smaller screens */
@media (max-width: 768px) {
  #contact {
    padding: 60px 0;
  }

  #contact h2 {
    font-size: 28px;
  }

  .contact-info {
    padding: 20px;
  }

  .contact-info h3 {
    font-size: 22px;
  }
}