.navbar {
    flex-direction: column;
    height: 120px;
    padding: 20px;
}
.navbar img {
   height: 130px;
   width: 200px;
  margin-top: -40px;    
}
.navbar ul{
  margin-top: -10px;
}
.navbar a {
    padding: 10px 10px;
    margin: 0 3px;
    font-size: 14px;
}
.navbar img {
  height: 110px;
  width: 180px;   
}
.navbar img {
  height: 110px;
  width: 180px;   
}
.content {
  width: 100%;
  max-width: 580px; /* set the maximum width of the div */
  margin: 0 auto; /* center the div horizontally */
  box-sizing: border-box; /* include padding and border in the div's width */
  padding: 20px;
  height: auto; /* set the height to auto to adjust to the content inside */
}
.content h1,
.content p {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}

.content h1 {
  font-size: 3rem;
  margin-bottom: 1rem;
}

.content p {
  font-size: 1.5rem;
  margin-bottom: 2rem;
}

.hero.warehouse {
  background: url('../images/home/contact.jpg') no-repeat center center/cover;
  height: 100vh;

}
.warehousecontent{
  width: 100%;
  max-width: 600px; /* set the maximum width of the div */
  margin: 0 auto; /* center the div horizontally */
  box-sizing: border-box; /* include padding and border in the div's width */
  padding: 20px;
  height: auto;
}
.submittcontent{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 100%;
  padding: 0 20px; 
}
.warehousecontent img{
  height: 220px;
  width: 360px;
  margin-top: 200px;
}
.warehousecontent h1{
  font-size: 35px;
  margin-top: -20px;
}

.content img {
  max-width: 100%; /* ensure the image doesn't exceed the width of the div */
  height: auto; /* set the height to auto to adjust to the width */
}

.content h1 {
  font-size: 24px; /* adjust the font size as needed */
  margin-bottom: 10px;
}

.content p {
  font-size: 16px; /* adjust the font size as needed */
  margin-bottom: 20px;
}

.content .btn {
  display: block; /* make the button a block element to fill the width of the div */
  max-width: 200px; /* set a maximum width for the button */
  margin: 0 auto; /* center the button horizontally */
  padding: 10px;
  text-align: center;
  background-color: #f59f0a;
  border: none;
  border-radius: 4px;
  font-size: 16px;
  color: #333;
  text-decoration: none;
}
.lap{
  display: none;
  
}
.mobile{
  display: block;
}


.flex-items {
    flex-direction: column;
}

.flex-columns .column, .flex-grid .column {
    flex: 100%;
    max-width: 100%;
}

.team img {
    width: 100%;
}
#home-articles .articles-container {
    grid-template-columns: repeat(2, 1fr);
  }
  
  #home-articles .articles-container > *:first-child,
  #home-articles .articles-container > *:last-child {
    grid-template-columns: 1fr;
    grid-column: 1;
  }

  #home-articles2 .articles-container {
    grid-template-columns: repeat(2, 1fr);
  }
  
  #home-articles2 .articles-container > *:first-child,
  #home-articles2 .articles-container > *:last-child {
    grid-template-columns: 1fr;
    grid-column: 1;
  }

  @media(max-width: 600px) {
    /* Stack Grid Items */
    #showcase .showcase-container,
    #home-articles .articles-container,
    #main-footer .footer-container {
      grid-template-columns: 1fr;
    }
    #home-articles2 .articles-container{
      grid-template-columns: 1fr;
    }
  
    .page-container {
      grid-template-columns: 1fr;
      text-align: center;
    }
  
    .page-container > *:first-child {
      grid-row: 1;
    }
  
    .l-heading {
      font-size: 2rem;
    }
    .warehousecontent img{
      height: 220px;
      width: 360px;
      margin-top: 450px;
    }
     .submittcontent{
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      text-align: center;
      height: 100%;
      padding: 0 20px; 
}
    .warehousecontent h1{
      font-size: 35px;
      margin-top: -20px;
    }
  }