@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@100;700&family=Roboto:wght@100;300;400&display=swap');


.barlow-condensed-thin {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 100;
  font-style: normal;
 }
 .barlow-condensed-bold, h1, h2, h3, h4, .btn-primary, .order-btn {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase !important;
 }
 .roboto-thin {
  font-family: "Roboto", sans-serif;
  font-weight: 100;
  font-style: normal;
 }
 .roboto-light {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: normal;
 }
 .roboto-regular, p, label, input, select {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
 }
.section-1 {
    background-image: url('https://pictures.dealer.com/l/laxcdjrcllc/1234/be8dbeff70664816b30c75adabc5e727.jpg');
    background-size: cover;
    background-position: center;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 200px;
  }
  h1 {
    font-weight: 900 !important;
  }
  
  .overlay {
    padding: 50px;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
  }
  
  .order-btn {
    background-color: #EA1C2E;
    color: white;
    padding: 15px 30px;
    font-weight: bold;
    cursor: pointer;
    text-decoration: none;
    border: none !important;
  }
  
  .order-btn:hover {
    background-color: #212126;
  }

  .section-2 {
    padding: 100px;
    display: flex;
    justify-content: space-between;
    gap: 50px;
    margin: 0 auto;
    background: #000;
    color: #fff;
  }

  .section-2 h2 {
    margin-bottom: .85em;
   }

  .section-2 h3 {
    opacity: .5;
  }

  .btn-primary:hover {
    background-color: #EA1C2E;
   }

.section-1 h1:before,
.section-2 h2:before,
.contact-form h3:before {
 content: "// ";
 color: #EA1C2E;
}
.section-1 h1:after,
.section-2 h2:after,
.contact-form h3:after {
 content: " //";
 color: #EA1C2E;
}
  
  .text-container {
    flex: 1;
  }
  
  .image-container {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden; 
  }
  .image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover; 
  }

  .section-3 {
    padding: 100px;
    margin: 0 auto;
    background: #3A3A3A;
    color: #ffffff;
  }
  .wrapper {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 40px;
    color: #EA1C2E;
  }
  .cards-container {
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
  }
  
  .card {
    flex: 1;
    background-color: #f8f9fa;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    text-align: center;
    color: #000;
    margin-bottom: 50px;
    flex: 1 1 calc(33.333% - 40px);
    display: flex;
    flex-direction: column;
  }
  
  .card img {
    max-width: 100%;
    height: auto;
    margin-bottom: 15px;
  }

  .card p {
    font-size: 16px;
    line-height: 1.5;
    padding-left: 20px;
    padding-right: 20px;
  }
  
  
  /**Responsive Layouts***/

  @media (max-width: 1200px) {
    .section-1 {
      padding: 100px;
    }
    .section-2, .section-3{
      padding: 50px;
    }
    .section-2 {
      flex-direction: column;
      gap: 10px;
    }
  
    .text-container {
      margin-bottom: 20px; 
    }
  
    .image-container img {
      max-height: 500px; 
    }
  }

  @media (max-width: 900px) {
    .cards-container {
      gap: 20px;
    }
    .card {
      margin-bottom: 0px;
    }
    .cards-container{
      margin-bottom: 30px;
    }
  }
  @media (max-width: 768px) {
    .cards-container {
      flex-direction: column;
    }
    .contact-form {
     padding-left: 30px !important;
     padding-right:30px !important;
    }
    .overlay {
      padding: 30px;
    }
  }

  @media (max-width: 500px) {
    .section-1 {
      padding: 35px;
    }
    .section-2, .section-3{
      padding: 20px;
    }
    .contact-form {
      padding-left: 20px !important;
      padding-right:20px !important;
     }
     .image-container {
    margin-bottom: 20px;
    }
  }


  /**PATCH***/

  .container-max-md {
    margin: 0px !important;
    max-width: 100% !important;
  }

  .p-4 {
    padding: 0 !important;
  }
  .container-max-md {
    margin-right:  0 !important;
    margin-left:  0 !important;
    padding-left:  0 !important;
    padding-right: 0 !important;
  }

  .push {
    visibility: hidden;
  }


  @media (min-width: 992px) {
    .pl-lg-6, .px-lg-6 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
  }

  @media (min-width: 768px) {
  .p-md-5 {
      padding: 0 !important; 
  }
  }