/*!********************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/sass-loader/dist/cjs.js!./assets/css/event.scss ***!
  \********************************************************************************************************************************************/
@keyframes bounceAlpha {
  0% {
    opacity: 1;
    transform: translateX(0px) scale(1);
  }
  25% {
    opacity: 0;
    transform: translateX(10px) scale(0.9);
  }
  26% {
    opacity: 0;
    transform: translateX(-10px) scale(0.9);
  }
  55% {
    opacity: 1;
    transform: translateX(0px) scale(1);
  }
}
@keyframes bounceAlphaLeft {
  0% {
    opacity: 1;
    transform: translateX(0px) scale(1);
  }
  25% {
    opacity: 0;
    transform: translateX(-10px) scale(0.9);
  }
  26% {
    opacity: 0;
    transform: translateX(10px) scale(0.9);
  }
  55% {
    opacity: 1;
    transform: translateX(0px) scale(1);
  }
}
#header {
  background: transparent;
}

#hero-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100vh;
  z-index: 0;
  opacity: 20%;
}
#hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#hero {
  padding-top: 240px;
  height: 100vh;
  z-index: 1;
  position: relative;
  overflow: hidden;
}
#hero .hero__bottom {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 30px;
  pointer-events: none;
}
@media (max-width: 767px) {
  #hero .hero__bottom {
    bottom: 100px;
  }
}
#hero .hero__bottom .logos {
  display: flex;
  align-items: center;
  justify-content: space-between;
  pointer-events: all;
}
@media (max-width: 767px) {
  #hero .hero__bottom .logos a {
    width: 20%;
    height: auto;
    display: block;
    text-decoration: none;
  }
  #hero .hero__bottom .logos a svg {
    width: 100%;
    height: auto;
    display: block;
  }
}
@media (max-width: 1600px) {
  #hero .hero__bottom .col-xl-6 {
    width: 100%;
    flex: 1;
    margin-left: 0;
  }
}
#hero .hero__date {
  line-height: 100px;
  margin-top: -120px;
  margin-left: auto;
}
#hero .hero__date span {
  font-size: 100px;
  line-height: 100px;
  display: block;
  text-align: right;
  margin-left: 24px;
}
#hero .hero__date .hero__date__line {
  pointer-events: none;
  display: flex;
}
#hero .hero__date .hero__date__line svg {
  margin-top: auto;
  margin-bottom: auto;
  margin-left: 16px;
}
@media (max-width: 1600px) {
  #hero .hero__date {
    margin-top: 300px;
    margin-left: auto;
    margin-right: 60px;
  }
}
@media (max-width: 767px) {
  #hero .hero__date {
    margin-top: 140px;
  }
}
#hero .hero__back {
  height: 226px;
  width: 226px;
  background: #F2FE7E;
  color: #272727;
  font-size: 40px;
  line-height: 40px;
  display: flex;
  border-radius: 100%;
  text-decoration: none;
  position: absolute;
  top: -18px;
  right: -18px;
  overflow: hidden;
}
#hero .hero__back span {
  margin: auto;
  text-align: center;
}
@media (max-width: 1600px) {
  #hero .hero__back {
    display: none;
  }
}
#hero .hero__book {
  display: none;
}
@media (max-width: 1600px) {
  #hero .hero__book {
    height: 226px;
    width: 226px;
    background: #e396df;
    color: #272727;
    font-size: 40px;
    line-height: 40px;
    display: flex;
    border-radius: 100%;
    text-decoration: none;
    position: absolute;
    top: 594px;
    left: 10px;
    overflow: hidden;
  }
  #hero .hero__book span {
    margin: auto;
    text-align: center;
  }
}

#about {
  padding: 40px 0 200px 0;
}
#about h2 {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  #about {
    padding-bottom: 100px !important;
  }
}

.hero__save {
  display: none;
}
@media (max-width: 1600px) {
  .hero__save {
    background: #272727;
    color: #e396df;
    display: flex;
    align-self: flex-start;
    padding: 6px 36px 6px 36px;
    border-radius: 42px;
    width: auto;
    display: block;
    position: absolute;
    top: 24px;
    right: 24px;
  }
}
@media (max-width: 767px) {
  .hero__save {
    display: none;
  }
}

#button-wrapper {
  position: fixed;
  bottom: 30px;
  left: 0;
  right: 0;
  display: flex;
  z-index: 9;
  pointer-events: none;
}
@media (max-width: 1600px) {
  #button-wrapper {
    display: none;
  }
}
#button-wrapper .button {
  background: rgba(46, 191, 165, 0.6);
  color: white;
  display: flex;
  align-self: flex-start;
  padding: 6px 6px 6px 36px;
  border-radius: 42px;
  backdrop-filter: blur(30px);
  pointer-events: all;
}
@media (max-width: 1600px) {
  #button-wrapper .button {
    padding: 6px 36px;
  }
}
#button-wrapper .button .button__text {
  margin-right: 24px;
}
@media (max-width: 1600px) {
  #button-wrapper .button .button__text {
    margin: 0;
  }
}
#button-wrapper .button .button__icon {
  background: white;
  height: 68px;
  width: 68px;
  display: flex;
  border-radius: 100%;
}
#button-wrapper .button .button__icon svg {
  margin: auto;
}
@media (max-width: 1600px) {
  #button-wrapper .button .button__icon {
    display: none;
  }
}
#button-wrapper .button:hover .button__icon svg {
  animation-name: bounceAlpha;
  animation-duration: 1.4s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

#event-booking {
  display: none;
  max-width: 600px;
}

.am-event-price.am-event-free,
.am-event-date-month {
  color: #272727 !important;
}

.amelia-app-booking #amelia-booking-wrap .el-button--primary.el-button, #am-modal.am-modal.am-in-body .el-button--primary.el-button {
  background: #2ebfa5 !important;
  color: white !important;
  border-radius: 20px;
  border: 1px solid #272727 !important;
}

.am-show-calendar-container svg path {
  fill: #272727 !important;
}

.amelia-app-booking #amelia-booking-wrap p, #am-modal.am-modal.am-in-body p {
  line-height: 20px;
}

@media (max-width: 1500px) {
  h1, h2, h3 {
    font-size: 80px;
    line-height: 80px;
  }
  #hero .hero__date span {
    font-size: 80px;
    line-height: 80px;
  }
}
@media (max-width: 991px) {
  h1, h2, h3 {
    font-size: 40px;
    line-height: 40px;
  }
  #hero .hero__date span {
    font-size: 40px;
    line-height: 40px;
  }
  #hero {
    padding-top: 96px;
  }
  #hero .hero__date .hero__date__line svg {
    width: 50px;
  }
  #hero .hero__book {
    height: 126px;
    width: 126px;
    font-size: 20px;
    line-height: 20px;
    top: 224px;
    right: 10px;
    left: unset;
  }
  #about {
    padding-bottom: 160px;
  }
}
