.h3-topbar {
  padding: 5px 0px;
  background: #1f0013;
}

.h3-topbar .list-inline {
  margin-bottom: 0px;
}

.h3-topbar .list-inline li {
  display: inline-block;
}

.h3-topbar .list-inline li a {
  padding: 3px 8px;
  display: block;
  color: #8d97ad;
  font-weight: 400;
  font-size: 14px;
}

.h3-topbar .list-inline li a:hover {
  color: #ffffff;
}

.h3-topbar .t-r {
  text-align: right;
}

.h3-navbar {
  position: relative;
  border-bottom: 3px solid #ff3399;
  background: linear-gradient(0deg, rgba(42, 0, 24, 1) 0%, rgba(99, 0, 58, 1) 100%);
  padding: 0px 15px;
}

.h3-navbar .navbar-brand {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 240px;
  text-align: center;
  background: transparent;
  color: #ffffff;
  padding: 20px 15px;
  top: -20px;
}

.logo-text {
  line-height: 1.1em;
  z-index: 999;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  text-shadow: 0px 2px 2px #000;
  bottom: -18px;
  font-size: 1.2em;
}

.navbar-brand img {
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  z-index: 998;
  pointer-events: none;
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
  color: #fff;
}

.navbar-light .navbar-nav .nav-link {
  color: #fff;
}

.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
  color: #fff;
}

.navbar-light .navbar-nav .nav-link {
  border-top: 1px solid transparent;
}

.navbar-light .navbar-nav .nav-link:hover {
  background-image: url('../../assets/img/pink-hover.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center bottom;
  border-top: 1px solid #ff3399;
}

.navbar-nav .nav-item a {
  padding: 15px 0px;
}

.image2-holder {
  height: 700px;
  position: absolute;
  top: 0px;
  width: 100%;
  background: url('https://www.dreamvegas.com/images/hero/mirage.png') no-repeat;
  background-size: 60%;
  transition: transform 2s ease;
  transform: scale(1);
  z-index: 9;
  background-position: center;
}

.image3-holder {
height: 550px;
  position: absolute;
  top: -40px;
  width: 100%;
  background: url('https://www.dreamvegas.com/images/hero/temp.png') no-repeat;
  background-size: 30%;
  transition: transform 1.5s ease;
  transform: scale(1);
  z-index: 99;
  background-position: center;
}

.image-container {
  /* height: 500px; */
  overflow: hidden;
  position: relative;
  background: url('https://www.dreamvegas.com/images/hero/bg.png');
  background-size: cover;
}

.labelText {
  padding: 10px 20px;
  background-color: #fff;
  color: #000;
  position: absolute;
  bottom: 20px;
  left: 20px;
}

.content {
  padding: 24px;
}


.image-holder {
 height: 550px;
    width: 100%;
    background-size: cover;
    background-position: center;
    position: relative; /* REQUIRED for overlay */
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Overlay content */
.hero-content {
    text-align: center;
    color: #fff;
    z-index: 2;
    max-width: 800px;
    padding: 20px;
}

/* Optional dark overlay for readability */
.image-holder::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
    z-index: 1;
}

/* Text */
.hero-content h1 {
    font-size: 3rem;
    margin-bottom: 15px;
}

.hero-content p {
    font-size: 1.2rem;
    margin-bottom: 30px;
}

/* Buttons */
.hero-buttons {
    display: flex;
    gap: 15px;
    justify-content: center;
}

.btn {
    padding: 14px 30px;
    font-size: 1rem;
    text-decoration: none;
    border-radius: 5px;
    transition: background 0.3s ease;
}

.btn {
    padding: 14px 30px;
    font-size: 1rem;
    text-decoration: none;
    border-radius: 5px;
    transition: background 0.3s ease;
}

.btn-primary {
    background: #781e44;
    color: #fff;
    border: none;
}

.btn-primary:hover {
    background: #5f1736;
}
.btn-secondary {
    background: #fff;
    color: #781e44;
}


.btn-secondary:hover {
    background: #fff;
    color: #000;
}