.sub_container_hero{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.main_heading{
    color: white !important;
}
.gif_image_hero{
    width: 95%;
}
  .btn-outline-dark {
    border-radius: 0;
  }

  .btn-outline-dark:focus {
    box-shadow: none;
  }

  .contact {
    background: #d02228;
    text-decoration: none;
    color: white;
    box-shadow: 0 0px 6px rgba(22, 22, 26, 0.18);
    transition: 0.4s ease;
  }
  .contact:hover{
    background: #9e0d11;
    color: white;
  }

  .header-main {
    width: 100%;
    background: black;
    padding-top: 0px !important;
    height: 100vh;
  }

  .fw-bold {
    font-weight: 30px;
  }

  .custom-fs-5 {
    font-size: 90px;
  }

  .cash_on {
    font-weight: 500;
    color: white !important;
  }

  .cod {
    font-size: 13px;
    font-weight: 400;
  }

  .text {
    max-width: 40%;
  }

  @media screen and (max-width: 992px) {
    .sub_container_hero{
        flex-direction: column;
    }
    .text {
      background-image: url("/frontend/images/bg-gradient.png");
      background-size: cover;
      background-position: center;
      width: 100%;
      height: 100%;
      max-width: 600px;
    }
  }
