html {
  font-size: 16px;
}
body {
  background-image: url('https://sparkk-hellfest-2.s3.fr-par.scw.cloud/images/texture.png');
  background-size: cover;
  background-position: top center;
  background-attachment: fixed;
  background-color: #111111;
  position: relative;
}

* {
  /* Reset. */
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 1;
}

.schedule {
  margin: 0 auto;
  width: 1080px;
  max-width: 96%;
}

.schedule .schedule_day {
  width: 100%;
  display: block;
  position: relative;
  padding-bottom: 7.125rem;
}

.schedule .schedule_day_title {
  font-family: Teko;
  font-style: normal;
  font-weight: normal;
  font-size: 2.25rem;
  line-height: 1.625rem;
  margin-bottom: 0px;
  padding-left: 10px;
  color: #F55A5C;
  position: absolute;
  left: -0.125rem;
  top: 0.6875rem;
  transform: rotate(-90deg) translateX(-100%);
  transform-origin: top left;
}

.schedule .schedule_day_title:first-letter {
  text-transform: uppercase;
}

.schedule .schedule_day_stage {
  width: 20%;
  display: inline-block;
  vertical-align: top;
  padding: 0.4rem;

}

.schedule .schedule_day_stages {
  display: block;
  position: relative;

  padding-left: 5rem;
  margin: 0px -0.425rem 0px -2.425rem;
}

.schedule .schedule_day_stage_title {
  font-family: Bebas Neue;
  font-style: normal;
  font-weight: normal;
  font-size: 1.875rem;
  line-height: 91.7%;
  margin-bottom: 0px;
  color: #F6F6F1;
  left: -0.125rem;
}

.schedule .schedule_day_stage_title_mobile {
  display: none;
}

.schedule .schedule_show {
  background-color: #F6F6F1;
  color: #000;
  padding: 0.625rem;
  border-radius: 0.312rem;
}

.schedule .side_list_item {
  padding-top: 70%;
}

.schedule .side_list_item div {
  font-size: 1.5rem;
}

.side_list_item {
  display: block;
  cursor: pointer;
  width: 100%;
  padding-top: 60%;
  margin-bottom: 0.8rem;
  position: relative;
}
.side_list_item.live .side_list_item_con { border: 2px solid #f55a5c}
.side_list_item.live .side_list_item_con:after{
  content: "Live";
  display: block;
  position: absolute;
  top: 0.625rem;
  left: 0.625rem;
  font-family: Teko;
  font-style: normal;
  font-weight: normal;
  font-size: 1.125rem;
  background: #F55A5C;
  width: auto;
  height: auto;
  line-height: 100%;
  color: #fff;
  text-transform: uppercase;
  padding: 0.125rem 0.375rem 0 0.375rem;
  border-radius: 0.125rem;
  opacity: 1;
}
.side_list_item.live .side_list_item_con span{ display: none; }


.side_list_item.past .side_list_item_con:before{
   height: 100%;
   background: linear-gradient(186.8deg, rgba(245, 90, 92, 0) 37.09%, #F55A5C 100%);
   opacity: 1;
 }
.side_list_item.past .side_list_item_con span{
  display: none;
}
.side_list_item.past .side_list_item_con .replay{
  display: block;
}


.side_list_item .side_list_item_con {
  margin-bottom: 1rem;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  background-size: cover;
  position: absolute;
  background-color: #000;
  box-shadow: 0px 0px 30px rgba(255, 109, 99, 0.15), 0px 10px 50px #111;
  border-radius: 0.625rem;
  overflow: hidden;
  background-position: center;
}

.side_list_item .side_list_item_con:before {
  content: '';
  width: 100%;
  height: 6.75rem;
  position: absolute;
  left: 0px;
  bottom: 0px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%);
  opacity: 0.7;
}

.side_list_item .side_list_item_con:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 2.6875rem;
  left: 0px;
  top: 0px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, #000 100%);
  opacity: 0.7;
}

.side_list_item .side_list_item_con font {
  color: #fff;
  text-transform: uppercase;
  margin-right: .625rem;
}

.side_list_item .side_list_item_con span {
  position: absolute;
  padding: .625rem 1rem;
  top: 0px;
  left: 0px;
  width: 100%;
  font-family: Teko;
  font-style: normal;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #f55a5c;
}

.side_list_item .side_list_item_con div {
  position: absolute;
  padding: .625rem 1rem;
  bottom: 0px;
  left: 0px;
  width: 100%;
  font-family: Bebas Neue;
  font-style: normal;
  font-weight: normal;
  font-size: 1.5rem;
  line-height: 91.7%;
  color: #ffffff;
}

.header {
  text-align: center;
}

.logo {
  width:28.75rem;
  max-width: 100%;
  margin: 1.25rem 0 9.375rem;
}

.container {
  width: 96%;
  max-width: 1080px;
  margin: 0 auto;
}

.replay {
  display: none;
}

.hfc__back-map {
  display: inline-block;
  text-align: right;
  text-decoration: none;
  margin-top: 25px;
  border-radius: 3px;
  border: 1px solid #f55a5c;
  padding: 0.7rem 1rem  0.4rem 1rem;
  text-transform: uppercase;
  cursor: pointer;
}

.hfc__back-map:hover svg {
  fill: #ffffff;
}
.hfc__back-map:hover{
  border: 1px solid #ffffff;
}

.hfc__back-map:hover span {
  color: #ffffff;


}

.hfc__back-map svg {
  width: 0.875rem;
  fill: #f55a5c;
  position: relative;
  top: .25rem;

}

.hfc__back-map span {
  font-family: Teko;
  font-style: normal;
  font-weight: normal;
  font-size: 1.25rem;
  line-height: 1.5rem;
  color: #f55a5c;

}

.schedule_stage_head {
  display: flex;
  margin-bottom: 1rem;
  position: absolute;
  top: 31.75rem;
  width: 1080px;
  max-width: 100%;
  padding-left: 3rem;

}
.schedule_stage_head_con{
  width: 100%;
}
.schedule_stage_head-fixed {
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
  padding: 1rem 3rem 1rem 3rem;
  z-index: 10;
  background-color: #111111ed;
}
.schedule_stage_head-fixed .schedule_stage_head_con{
  width: 1080px;
  max-width: 100%;
  margin: auto;
  padding-left: 3rem;
}

.schedule .schedule_day_stages {
  display: flex;
}

.schedule .schedule_day_stage {
  min-width: 12.75rem;
}

.hfc__pop-up {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 100;
  backdrop-filter: blur(6px);
  align-items: center;
  justify-content: center;
  flex-direction: column;
  display: flex;
  opacity: 0;
  transform: scaleY(0);
  transform-origin: bottom;
  transition: opacity .3s;
}

.hfc__pop-up::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #111111;
  opacity: .4;
}

.hfc__pop-up-close {
  width: 3rem;
  height: 2.375rem;
  border-radius: 3px;
  border: 1px solid #f55a5c;
  position: absolute;
  top: 3vh;
  right: 10%;
  margin-bottom: .5rem;
  cursor: pointer;
  transition: border .3s;
}

.hfc__pop-up-close:hover {
  border: 2px solid #ffffff;
}

.hfc__pop-up-close:hover span {
  background: #ffffff;
}

.hfc__pop-up-close span {
  display: inline-block;
  width: 2px;
  height: 1.25rem;
  background: #f55a5c;
  position: absolute;
  top: 50%;
  left: 50%;
  transition: background .3s;
}

.hfc__pop-up-close span:nth-child(1) {
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
}

.hfc__pop-up-close span:nth-child(2) {
  transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}

.hfc__pop-up-content {
  width: 70%;
  padding-bottom: 39.375%;
  background: #111111;
  margin: 0 auto;
  border-radius: 1.25rem!important;
  overflow: hidden;
  position: relative;
  box-shadow: 0px 0px 30px rgb(246 246 241 / 15%);
}

.hfc__pop-up-content iframe {
  width: 100%;
  height: 100%;
  border-radius: 1.25rem;
  position: absolute!important;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
  transition: opacity .3s ease-in-out .3s;
}

.hfc__pop-up_show {
  opacity: 1;
  transform: scaleY(1);
  transform-origin: bottom;
}

.hfc__pop-up_show .hfc__pop-up-content iframe {
  opacity: 1;
}

.hfc-under {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  z-index: -2;
}

.hfc-under__image {
  background-repeat: no-repeat;
  background-position: top center;
  background-attachment: fixed;
  background-size: 100%;
  width: 100%;
  height: 100%;
  opacity: .1;
  filter: blur(2px);
  display: block;
}

@media (max-width: 1250px) {
  .logo {
    margin: 1.25rem 0 6rem;
  }

  .hfc-under__image {
    display: none;
  }

  .schedule_stage_head {
    position: relative;
    top: 0;
  }

  .schedule_stage_head-fixed {
    position: relative;
    top: 0;
    backdrop-filter: none;
    padding: 0;
  }
}

@media (max-width: 1500px) {
  html {
    font-size: 1.10vw;
  }
}

@media (max-width: 750px) {
  html {
    font-size: 16px;
  }

  .container {
    width: 90%;
  }

  .logo {
    margin: 1.25rem 0 3rem;
    width: 20rem;
  }

  .schedule {
    width: 90%;
  }

  .schedule .schedule_day_title {
    font-size: 1.5rem;
  }

  .schedule_stage_head {
    display: none;
  }

  .schedule .schedule_day_stages {
    padding-left: 4rem;
    padding-right: 2rem;
  }

  .schedule .schedule_day_stages {
    display: block;
  }

  .schedule .schedule_day_stage {
    width: 100%;
  }

  .schedule .schedule_day_stage_title_mobile {
    display: block;
    margin-bottom: 1rem;
  }

  .schedule .side_list_item {
    padding-top: 50%;
  }
}
