header.event-header {
  width: 100vw;
  position: relative;
  margin: 0 auto;
  height: 80vh;
  max-height: 700px;
  background: url("/img/packages/header_bg-m.jpg"), linear-gradient(to right, #fed652, #fed652 50%, #fed652 75%);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
}
header.event-header::after {
  content: "";
  display: table;
  position: absolute;
  width: 100%;
  height: 30px;
  bottom: -14px;
  left: 0;
  background: #fed652;
  border-radius: 50%;
}
@media all and (min-width: 620px) {
  header.event-header {
    background-size: 60%, cover;
    background-position: center bottom;
  }
}
@media (orientation: landscape) and (min-width: 900px) {
  header.event-header {
    height: 600px;
    background: url("/img/packages/header_bg.jpg"), linear-gradient(to right, #fed652, #fed652 50%, #fed652 75%);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 100% bottom;
  }
}
@media (orientation: landscape) and (min-width: 1200px) {
  header.event-header {
    background: url("/img/packages/header_bg.jpg"), linear-gradient(to right, #fed652, #fed652 50%, #fed652 75%);
    background-repeat: no-repeat;
    background-size: 1280px, contain, cover;
    background-position: 75% 0;
  }
}
header.event-header .header-content {
  top: 45%;
}
@media (orientation: landscape) and (min-width: 900px) {
  header.event-header .header-content {
    top: 55%;
  }
}
header.event-header .header-content h1 {
  color: #ff5047;
  border-bottom: 0px solid #1d338a;
}
header.event-header .header-content h1::before {
  content: attr(data-stroke);
  position: absolute;
  z-index: -1;
  -webkit-text-stroke: 6px #fff;
  text-stroke: 6px #fff;
  text-shadow: 3px 5px 0px #fff;
}
header.event-header .header-content h3 {
  color: #000;
  width: -moz-fit-content;
  width: fit-content;
  box-sizing: border-box;
  margin: 4px 0;
  font-weight: 700;
  text-shadow: 0 0 5px #feffc3;
}
@media (orientation: landscape) and (min-width: 900px) {
  header.event-header .header-content h3 {
    color: #000;
    width: -moz-fit-content;
    width: fit-content;
    box-sizing: border-box;
    margin: 20px 0 60px;
    font-weight: 700;
  }
}
@media (orientation: landscape) and (min-width: 1200px) {
  header.event-header .header-content h3 {
    color: #000;
    width: -moz-fit-content;
    width: fit-content;
    box-sizing: border-box;
    margin: 20px 0 40px;
    font-weight: 700;
  }
}
header.event-header .header-content .header-price {
  color: #000;
  margin-top: 20px;
}
header.event-header .header-content .header-price em {
  border-bottom: 0px solid #1d338a;
}
header.event-header .header-content .header-price em::before {
  content: attr(data-stroke);
  position: absolute;
  z-index: -1;
  -webkit-text-stroke: 6px #ff5047;
  text-stroke: 6px #ff5047;
  text-shadow: 3px 5px 0px #ff5047;
}
header.event-header .header-content .header-btns-container {
  margin: 5px 0;
}
@media (orientation: landscape) and (min-width: 900px) {
  header.event-header .header-content .header-btns-container {
    margin: 20px 0;
  }
}
header.event-header .header-content .header-btns-container .header-btn.blue {
  border: 0;
  border-bottom: 5px solid #780b05;
  background: linear-gradient(to right, #ff5047, #e02d24);
  color: #fff;
  box-sizing: content-box;
}
@media (orientation: landscape) and (min-width: 900px) {
  header.event-header .header-content .header-btns-container .header-btn.blue:hover {
    margin-top: 4px;
    border-bottom: 1px solid #780b05;
    background: linear-gradient(to right, #ff5047, #e02d24);
    color: #fff;
  }
}
header.event-header .header-content .header-btns-container .header-btn.gray-border {
  border: 1px solid #ff5047;
  border-bottom: 5px solid #ff5047;
  background: #fff;
  color: #ff5047;
  box-sizing: content-box;
}
@media (orientation: landscape) and (min-width: 900px) {
  header.event-header .header-content .header-btns-container .header-btn.gray-border:hover {
    margin-top: 4px;
    border-bottom: 1px solid #ff5047;
    background: #fff;
  }
}
header.event-header .header-content .text-link a {
  color: #000;
}/*# sourceMappingURL=event.css.map */