.ng-style-tab {
  margin: 0 0.3rem;
  font-size: 1.7rem;
}

.title-badge {
  padding: 3px 7px;
  color: #fff;
  background-color: #77777777;
  border-radius: 10px;
  text-transform: capitalize;
}

header#header__event,
header#header__cart {
  position: relative;
  height: 500px;
  overflow: hidden;
  border-radius: 21px;
  margin: 20px auto;
  max-width: 1300px;
}

header#header__cart {
  height: 156px;
}

@media screen and (max-width: 992px) {
  header#header__event,
  header#header__cart {
    margin: 20px 16px;
  }
  header#header__cart {
    height: 120px;
  }
  header#header__cart .header__info
  {
    flex-direction: column;
    gap: unset;
  }
  header#header__cart .header__title
  {
    font-size: 3rem;
  }
  
}

header .header__background {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
  z-index: 1;
}

header .header__overlay {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  right: 0;
}

header .header__content {
  height: 170px;
  display: flex;
  align-items: flex-end;
  width: 100%;
}

.header__bottom-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.8) 0%,
    rgba(0, 0, 0, 0.5) 50%,
    rgba(0, 0, 0, 0) 100%
  );
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  padding-inline: 50px;
  padding-block: 30px;
  padding-top: 142px;
  backdrop-filter: blur(px);
}

.header__text-container {
  display: flex;
  flex-direction: column;
  gap: 15px;
  color: white;
}

.header__title {
  font-size: 4.5rem;
  font-weight: bold;
  margin: 0;
  line-height: 1.2;
}

.header__info {
  display: flex;
  flex-direction: row;
  gap: 24px;
  margin: 0;
}

.header__date,
.header__location {
  font-size: 1.6rem;
  margin: 0;
  font-weight: 500;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
  display: flex;
  align-items: center;
  gap: 8px;
}

.header__buy-btn {
  background: #4a90e2;
  color: white;
  border: none;
  padding: 15px 35px;
  font-size: 1.6rem;
  font-weight: 600;
  border-radius: 12px;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(74, 144, 226, 0.3);
  text-transform: none;
  white-space: nowrap;
}

.header__buy-btn:hover {
  background: #357abd;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(74, 144, 226, 0.4);
}

#video_area > iframe {
  width: -webkit-fill-available;
  width: -moz-available;
  min-height: 420px;
  border-radius: 5px;
}

.gmap-container iframe {
    width: 100%;
    min-height: 250px;
    border-radius: 5px;
}

.mapa-predio-container {
    border-radius: 5px;
    cursor: zoom-in;
}

.mapa-predio-container img {
    border-radius: 5px;
}

@media screen and (max-width: 992px) {
    

    .header__bottom-content {
        flex-direction: column;
        gap: 20px;
        align-items: flex-start;
        justify-content: flex-start;
    }

    .header__buy-btn {
        align-self: stretch;
        text-align: center;
    }
}

@media screen and (max-width: 992px) {
  
  .header__title {
    font-size: 2.5rem;
  }

  .header__date,
  .header__location {
    font-size: 1.4rem;
  }

  .header__buy-btn {
    padding: 12px 25px;
    font-size: 1.4rem;
  }

  .header__bottom-content {
    padding: 20px;
    gap: 15px;
  }

  #video_area > iframe {
    min-height: 188px;
  }

  .ng-style-tab {
    margin: 0.3rem;
    font-size: 1.5rem;
  }

  .blog_details {
    padding: 15px;
  }
}

@media screen and (max-width: 480px) {
  .header__title {
    font-size: 2rem;
  }

  .header__date,
  .header__location {
    font-size: 1.3rem;
  }

  .header__bottom-content {
    padding: 15px;
  }

    header#header__event {
        height: 350px;
    }
} 