.home_banner {
  position: relative;
  height: 800px;
  overflow: hidden;
}

.home_banner .obverlay {
  position: absolute;
  bottom: 0px;
  height: 40%;
  width: 100%;
  left: 0px;
  background: transparent linear-gradient(180deg, #FFFFFF00 0%, #1F2A4429 50%, #1F2A44 100%) 0% 0% no-repeat padding-box;
}

.home_banner .banner_img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home_banner .container {
  position: relative;
  z-index: 2;
}

.home_banner .banner_content {
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  z-index: 2;
  width: 100%;
}

.home_banner .banner_heading {
  font-size: 50px;
  font-weight: 800;
  color: #ffffff;
  font-family: "Cormorant Garamond";
  text-shadow: 0px 3px 6px #000000;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.home_banner .explore_btn {
  background: #ffffff;
  border: 1px solid #1f2a44;
  border-radius: 2px;
  font-size: 18px;
  font-weight: 600;
  color: #1f2a44;
  width: 250px;
  margin-top: 20px;
  padding: 4px 12px;
  cursor: pointer;
}

/* ====================== Responsive ====================== */

@media (min-width: 0px) and (max-width: 767px) {

  .home_banner .banner_content .banner_heading {
    font-size: 17px;
  }

  .home_banner .banner_content .explore_btn {
    font-size: 14px;
    padding: 2px 15px;
    width: 150px;
  }

  .home_banner .explore_btn {
    margin-top: 8px;
  }

  .home_banner .banner_content {
    bottom: 10px;
  }

  .home_banner .banner_content {
    bottom: 20px;
  }

  .home_banner {
    height: 300px;
  }
}

@media (min-width: 575px) and (max-width: 767px) {
  .home_banner .banner_content .banner_heading {
    font-size: 30px;
  }

  .home_banner .banner_content {
    bottom: 20px;
  }

  .home_banner {
    height: 350px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .home_banner .banner_content .banner_heading {
    font-size: 32px;
  }

  .home_banner .banner_content {
    margin-bottom: 31px;
  }

  .home_banner .explore_btn {
    width: 188px;
    margin-top: 20px;
    padding: 3px 10px;
  }

  .home_banner .banner_content {
    bottom: 0px;
  }

  .home_banner {
    height: 550px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {

  .home_banner .banner_content .banner_heading {
    font-size: 35px;
  }

  .home_banner .banner_content {
    bottom: 30px;
  }

  .home_banner {
    height: 550px;
  }
}

@media (min-width: 1800px) {}

@media (min-width: 1200px) and (max-width: 1399px) {
  .home_banner {
    height: 600px;
  }
}

@media (min-width: 1400px) and (max-width: 1699px) {
  .home_banner {
    height: 700px;
  }
}