.modal-event {
  --font-family: Vollkorn, Noto Sans, Arial, sans-serif;;
  --color-title: #F9FEC1;
  --color-text: #FDE310;
  --color-button: #FFF6E0;
  --background: #7E1F6E;
  --background-shadow: #4D0429;
  --background-button-hover: rgba(0, 254, 38, 0.40);
  --shadow-button-hover: 0px -2px 2px 0px #07D926 inset, 2px 2px 4px 0px #03DC24 inset;
  --image-button-close: url(Button-close.png);
  --image-button-play: none;
  --image-title-background: url(Lto.png);
}

.modal-event__title {
  background-image: var(--image-title-background);
  background-repeat: no-repeat;
  background-size: contain;
}

.modal-event__title span {
  font-family:var(--font-family);
  text-shadow: 0 -1px 0 #570012;
  transform: translate(-25px, 1px);
}

@media screen and (min-width: 375px) {
  .modal-event__title span {
    transform: translateX(-25px);
  }
}

@media screen and (min-width: 905px) {
  .modal-event__title span {
    transform: translateX(-30px);
  }
}

@media screen and (min-width: 1240px) {
  .modal-event__title span {
    transform: translateX(-50px);
  }
}

@media screen and (min-width: 1440px) {
  .modal-event__title span {
    font-size: 30px;
    line-height: 42px;
  }
}

.modal-event__btn--close:before {
  background-image: var(--image-button-close);
}

.modal-event__btn--play {
  color: var(--color-button);
  font-family: Vollkorn, Noto Sans, Arial, sans-serif;
  font-size: 16px;
  font-weight: 800;
  line-height: 20px;
  text-transform: capitalize;
  padding: 0;
}

@media screen and (min-width: 905px) {
  .modal-event__btn--play {
    font-size: 28px;
    line-height: 36px;
  }
}

@media screen and (min-width: 1240px) {
  .modal-event__btn--play {
    font-size: 36px;
    line-height: 44px;
  }
}

@media screen and (min-width: 1440px) {
  .modal-event__btn--play {
    font-size: 36px;
    line-height: 44px;
  }
}

.modal-event__btn--play:before {
  display: none;
}

.modal-event__btn--play span {
  text-shadow: 0 1px 1px rgba(17, 31, 7, 0.86);
}

.modal-event__btn--play span:before {
  display: none;
}

.modal-event__btn__wrapper {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  align-items: center;
  background-image: url(../img/buttons/btn-play--left.png), url(../img/buttons/btn-play--mid.png), url(../img/buttons/btn-play--right.png);
  background-position: 0, 50%, 100%;
  background-repeat: no-repeat;
  background-size: 38px 40px, calc(100% - 74px) 40px, 38px 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-filter: drop-shadow(0 0 20px rgba(0, 0, 0, .64));
  filter: drop-shadow(0 0 20px rgba(0, 0, 0, .64));
  -webkit-justify-content: center;
  justify-content: center;
  padding: 0 25px;
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
}

@media screen and (min-width: 600px) {
  .modal-event__btn__wrapper {
    padding: 0 40px
  }
}

@media screen and (min-width: 905px) {
  .modal-event__btn__wrapper {
    background-size: 51px 63px, calc(100% - 100px) 63px, 51px 63px;
    padding: 0 70px
  }
}

@media screen and (min-width: 1240px) {
  .modal-event__btn__wrapper{
    background-size: 76px 88px, calc(100% - 148px) 88px, 76px 88px
  }
}

@media screen and (min-width: 1440px) {
  .modal-event__btn__wrapper {
    background-size: 90px 100px, calc(100% - 176px) 100px, 90px 100px;
    padding: 0 95px
  }
}

.modal-event__btn--play .modal-event__btn__wrapper:before {
  background: -webkit-gradient(linear, left top, left bottom, from(#8bea56), to(#49b615));
  background: linear-gradient(180deg, #8bea56, #49b615);
  border-radius: 20px;
  bottom: 0;
  content: "";
  height: calc(100% - 16px);
  left: 0;
  margin: auto;
  opacity: 0;
  position: absolute;
  display: inline-block;
  right: 0;
  top: -2px;
  -webkit-transition: .5s;
  transition: .5s;
  width: calc(100% - 32px)
}

@media screen and (min-width: 905px) {
  .modal-event__btn--play .modal-event__btn__wrapper:before {
    border-radius: 24px;
    height: calc(100% - 24px);
    width: calc(100% - 44px)
  }
}

@media screen and (min-width: 1240px) {
  .modal-event__btn--play .modal-event__btn__wrapper:before {
    border-radius: 26px;
    height: calc(100% - 32px);
    width: calc(100% - 64px)
  }
}

@media screen and (min-width: 1440px) {
  .modal-event__btn--play .modal-event__btn__wrapper:before {
    border-radius: 30px;
    height: calc(100% - 36px);
    width: calc(100% - 76px)
  }
}

.modal-event__btn--play:hover .modal-event__btn__wrapper:before {
  opacity: 1
}

.modal-event__foot:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/halloween-2025/Web-4.png);
  background-repeat: no-repeat;
  background-size: auto 100%;
  pointer-events: none;
}
