.Home_Banner {
  height: 100%;
  position: relative;
  margin-bottom: 30px;
}

.Home_Banner .side_img_div {
  position: absolute;
  width: 120px;
  mix-blend-mode: soft-light;
}

.Home_Banner .left_side {
  bottom: -10%;
  left: 20%;
}

.Home_Banner .right_side {
  bottom: -10%;
  right: 0%;
  z-index: -1;
}

.Home_Banner .side_img_div .side_img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.Home_Banner .img_holder {
    height: auto;
    aspect-ratio: 1/0.5;
    width: 100%;
    object-position: center !important;
}

.Home_Banner .img_holder .banner_img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.Home_Banner .banner_content {
  color: #fff;
  position: absolute;
  top: 200px;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 650px;
  z-index: 5;
  /* background: transparent
    linear-gradient(
      269deg,
      #67000000 0%,
      #7d000073 15%,
      #800000cd 38%,
      #540000 100%
    )
    0% 0% no-repeat padding-box; */
  padding-left: 50px;
}

.Home_Banner .banner_content .banner_title {
  font-size: 64px;
  font-weight: 700;
  color: #ffffff;
  display: -webkit-box;
  /* -webkit-line-clamp: 1; */
  -webkit-box-orient: vertical;
  overflow: hidden;
  letter-spacing: 1.28px;
  text-shadow: 0px 3px 6px #370000;
  position: relative;
  margin-bottom: 80px;
  padding-bottom: 20px;
  font-family: "Roboto Slab";
}

.Home_Banner .banner_content .banner_title:after {
  content: "";
  background: linear-gradient(90deg, #ffe600 0%, #ffb26b 50%, #df0003 100%)
    no-repeat padding-box padding-box;
  border-radius: 50px;
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.Home_Banner .banner_content .banner_text {
  font-size: 28px;
  color: #ffffff;
  display: -webkit-box;
  /* -webkit-line-clamp: 2; */
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 40px;
  font-family: "Roboto Slab";
  width: 500px;
}

.Home_Banner .banner_content .btn_div {
  margin-top: 30px;
  width: fit-content;
  display: block;
}

.Home_Banner .btn_wrapper .btn_text {
  font-size: 28px;
}

/* ==================== Media Queries =============== */

@media (min-width: 0px) and (max-width: 575px) {
  .Home_Banner {
    height: auto;
  }

  .Home_Banner .banner_content .banner_title {
    font-size: 22px;
    margin-bottom: 30px;
  }

  .Home_Banner .banner_content {
 display: none;
  }

  .Home_Banner .banner_content .banner_text {
    font-size: 15px;
    margin-bottom: 25px;
    width: auto;
  }
  .Home_Banner .img_holder {
  
    aspect-ratio: 10/5.3 !important;
}
}

@media (min-width: 576px) and (max-width: 767px) {
.Home_Banner .banner_content {
 display: none;
}

  .Home_Banner .banner_content .banner_title {
    font-size: 40px;
    padding-bottom: 10px;
    margin-bottom: 60px;
  }

  .Home_Banner .banner_content .banner_text {
    font-size: 25px;
  }

  .Home_Banner {
    height: 400px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .Home_Banner .banner_content {
display: none;
  }

  .Home_Banner .banner_content .banner_title {
    font-size: 48px;
    padding-bottom: 10px;
    margin-bottom: 60px;
  }

.Home_Banner .btn_wrapper .btn_text {
    font-size: 22px;
}

  .Home_Banner {
    height: 400px;
  }

  .Home_Banner .btn_wrapper .btn_text {
    font-size: 20px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
.Home_Banner .banner_content {
    width: 555px;
    padding-left: 30px;
    top: 90px;
}

  .Home_Banner .banner_content .banner_title {
    font-size: 50px;
    margin-bottom: 70px;
  }

  .Home_Banner .banner_content .banner_text {
    font-size: 26px;
  }

  .Home_Banner .btn_wrapper .btn_text {
    font-size: 22px;
  }

  .Home_Banner {
    height: auto;
  }
}

@media (min-width: 1200px) and (max-width: 1599px) {

  .Home_Banner .banner_content .banner_title {
    font-size: 50px;
  
}
.Home_Banner .btn_wrapper .btn_text {
    font-size: 24px;
}
.Home_Banner .banner_content .banner_text {
    font-size: 24px;
   
}
}

@media (min-width: 1900px) {
  
}
