
<link href="https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap" rel="stylesheet">
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html, body{
  max-width: 100%;
  overflow-x: hidden;
}

/* font*/

.dancing-script{
  font-family: "Dancing Script", cursive;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}


/* nav bar */ 

.nav-bar {
  z-index: 1000;
  top: 0;
  left: 0;
  display: flex;
  position: relative; 
  width: 100%;
  font-size: larger;
  color: gray;
  background-color: #7e011f;

}

.logo img {
  height: 100px; /* adjust to your preferred size */
}

.nav-links {
  margin-left: auto; 
  margin-right: 0;
  width: 60%;
}

.nav-link {
  margin-left: auto; 
  margin-right: 0;
  width: 100%;
  display: flex;
  justify-content: space-evenly;
  padding: 19px 0px;

}

.nav-element {
  display: inline;
  margin-top: 22.5px;
}

.nav-element a {
  font-size: 20px;
  color: white;
  text-align: center;
  margin: 0px 0px 0px 25px;
  padding: 35px 0px;
  text-decoration: none;
  z-index: 10;
}

.nav-element a:hover {
  color: #fea116;
}


/* Responsive css*/ 

.hamburger {
  margin-left: auto; 
  margin-right: 50px;
  margin-top: 22.5px;
  font-size: 2rem;
  color: white;
  display: none;
  cursor: pointer;
  z-index: 1002;
}
@media (max-width: 768px) {
  .nav-links {
    background-color: #790021;
    position: fixed;
    top: 0;
    right: -250px;
    height: 100%;
    width: 250px;
    padding-top: 5rem;
    transition: right 0.3s ease-in-out;
    z-index: 1001;
  }

  .nav-link {
    flex-direction: column;
    background-color: #790021;
    position: fixed;
    top: 0;
    padding-top: 5rem;
    transition: right 0.3s ease-in-out;
    z-index: 1001;
  }
  
  .nav-links .nav-element {
    margin-bottom: auto;
  }

  .nav-links.open {
    right: 0;
  }

  .hamburger {
    display: block;
  }
}

/* logo */ 

#logo-photo {
  width: 280px;
  color: #fea116;
}







.opportunity-section {
    background-image: url(../images/bg1.png); 
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5%;
    color: #000000;
    min-height: 80vh;
    margin-top: 0;
}

.content {
    max-width: 50%;
    text-align: left;
}

.heading {
    
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 15px;
    color: #fea116;
   line-height: 1.6;
 font-family: 'Rubik', sans-serif;

}

.paragraph {
    font-size: 16px;
    line-height: 1.6;
    text-align: justify;
    margin: 30px 0;
    color:#000000;
 font-family: 'Rubik', sans-serif;
}

.detail-box {
    color: white;
    margin-bottom: 50px;
}

.detail-box p {
    font-size: 16px;
     color: #000000;
 font-family: 'Rubik', sans-serif;
}

/* Bullet points */
.points {
    font-size: 1.2rem;
    margin-left: 20px;
}

.points p {
    margin-bottom: 10px;
}

.points p::before {
    content: "•";
    color: #fea116;
    font-weight: bold;
    display: inline-block;
    width: 20px;
}

/* Phone number button */
.detail-box a {
    display: inline-block;
    padding: 10px 45px;
    background-color: #ffbe33;
   color:  #7e011f;
    border-radius: 45px;
    transition: all 0.3s;
    border: none;
    margin-top: 20px;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
}

/* Image on the right */
.truck-container {
    max-width: 40%;
}

.truck-container img {
    width: 500px;
    height: 500px;
}



/* Responsive css */

@media (max-width: 1200px) {
    .opportunity-section {
        flex-direction: column-reverse;
        text-align: center;
        padding: 4%;
    }

    .content {
        max-width: 100%;
    }

    .truck-container {
        max-width: 100%;
        margin-top: 30px;
    }

    .truck-container img {
        width: 80%;
        max-width: 400px;
    }
}



@media (max-width: 768px) {
    .heading {
        font-size: 22px;
    }

    .paragraph, .points p, .detail-box p {
        font-size: 15px;
    }

    .truck-container img {
        width: 80%;
        max-width: 350px;
    }

    .detail-box a {
        padding: 8px 30px;
        font-size: 14px;
    }
}


@media (max-width: 480px) {
    .heading {
        font-size: 20px;
    }

    .paragraph, .points p, .detail-box p {
        font-size: 14px;
    }

    .truck-container img {
        width: 90%;
        max-width: 300px;
    }

    .detail-box a {
        padding: 8px 25px;
        font-size: 13px;
    }

    .points {
        margin-left: 10px;
    }
}




/* service container */

.our-story {
    background-image: url(../images/4.png); 
    background-size: cover;
    background-position: center;
    padding: 40px 10%;
}

.story-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    
}

.image-container img {
    width: 400px;
    border-radius: 10px;
   
}

.content-container {
    width: 55%;
}

.content-container h2 {
    font-size: 32px;
    color: #7e011f;
    margin-bottom: 15px;
    font-family: 'Rubik', sans-serif;
font-style: italic;
}

.content-container p {
    font-size: 16px;
    line-height: 1.6;
    color: #333;
     font-family: 'Rubik', sans-serif;
   text-align: justify;
}

/* Responsive css*/ 

@media (max-width: 768px) {
    .story-container {
        flex-direction: column;
        text-align: center;
    }

    .image-container img {
        width: 100%;
        max-width: 400px;
    }

    .content-container {
        width: 100%;
        margin-top: 20px;
    }
  }




/* footer part begins */

.footer-part {
  width: 100%;
  background-color: #7e011f;
  color: white;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  padding: 20px;
  box-sizing: border-box;
}

.company-section,
.contact-section,
.opening-section {
  flex: 1;
  min-width: 250px;
  margin: 10px;
}

.heading-part {
  margin: 12px 0;
  padding: 15px 0;
  font-family: "Dancing Script", cursive;
  font-weight: 700;
  font-size: 35px;
  color: #fea116;
  text-align: center;
}

.inside-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.inside-text-part {
  margin: 10px 0;
}

.social-media {
  margin-top: 15px;
}

.social-media i {
  margin: 0 8px;
  font-size: 20px;
  cursor: pointer;
}


/* Responsive css*/ 

@media (max-width: 768px) {
  .footer-part {
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 10px;
    gap: 5px;
  }

  .company-section,
  .contact-section,
  .opening-section {
    margin: 5px 0;
  }

  .heading-part {
    font-size: 24px;
    padding: 8px 0;
  }

  .inside-text-part {
    margin: 5px 0;
    font-size: 13px;
  }

  .social-media {
    margin-top: 8px;
  }

  .social-media i {
    font-size: 16px;
    margin: 0 4px;
  }
}

