/* stylelint-disable selector-list-comma-newline-after */

.blog-header {
    line-height: 1;
    border-bottom: 1px solid #e5e5e5;
  }
  
  .blog-header-logo {
    font-family: "Playfair Display", Georgia, "Times New Roman", serif/*rtl:Amiri, Georgia, "Times New Roman", serif*/;
    font-size: 2.25rem;
  }
  
  .blog-header-logo:hover {
    text-decoration: none;
  }
  
  h1, h2, h3, h4, h5, h6 {
    font-family: "Playfair Display", Georgia, "Times New Roman", serif/*rtl:Amiri, Georgia, "Times New Roman", serif*/;
  }
  
  .nav-scroller {
    position: relative;
    z-index: 2;
    height: 2.75rem;
    overflow-y: hidden;
  }
  
  .nav-scroller .nav {
    display: flex;
    flex-wrap: nowrap;
    padding-bottom: 1rem;
    margin-top: -1px;
    overflow-x: auto;
    text-align: center;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }
  
  .nav-scroller .nav-link {
    padding-top: .75rem;
    padding-bottom: .75rem;
    font-size: .875rem;
  }
  
  /*
   * Footer
   */
  .blog-footer {
    padding: 2.5rem 0;
    color: #727272;
    text-align: center;
    background-color: #f9f9f9;
    border-top: .05rem solid #e5e5e5;
  }
  .blog-footer p:last-child {
    margin-bottom: 0;
  }

  /* Custom CSS */
  .heading-box{
      border: 1px solid ;
      border-radius: 10px;
      padding: 10px;
      background-color: rgba(0, 0, 0, 0.8)
  }
  .showcase .container{
      background-image: url(/bootstrap/img/showcase-car.jpg);
      background-size: cover;
      background-repeat: no-repeat;
      width: 100vw;
      height: 100vh;
      color:white;
      text-align: center;
      display: flex;
      justify-content: center;
      align-content: center;
      flex-wrap: wrap;  
      flex-direction: column;
  }
  .showcase h1{
      font-weight:900;
  }

  .packages{
      padding: 10px 0px;
  }

  .list-group .list-group-item:hover{
      background-color:#727272 ;
      color: white;
      padding: 10px;
  }
  .packages-section{
      margin-bottom:30px;
  }

  .contact-us-section{
      margin-top: 20px;
  }

  .submit-btn{
      margin-top: 10px;
  }