:root {
  --white: white;
  --black: black;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #fff;
  background-color: #000;
  font-family: Plusjakartasans, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Jumperpersonaluseonly;
  font-size: 7vw;
  font-weight: 400;
  line-height: 2;
}

.hero-section {
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero-video {
  filter: grayscale(76%);
  width: 100%;
  min-height: 100vh;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.fade-overlay {
  z-index: 1;
  background-image: linear-gradient(rgba(0, 0, 0, 0), #000 89%);
  height: 200px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.container {
  z-index: 1;
  width: 100%;
  max-width: 1200px;
  position: relative;
}

.video-overlay {
  background-color: rgba(0, 0, 0, .56);
  width: 100%;
  height: 100%;
}

.main-image {
  z-index: 1;
  border: 3px solid #191919;
  border-radius: 30px;
  width: 500px;
  position: absolute;
  top: 5%;
  bottom: auto;
  left: auto;
  right: 16%;
  overflow: hidden;
  transform: rotate(2deg);
}

.artist-name {
  color: #f44;
  margin-top: 20px;
  font-family: Kingshare, sans-serif;
  font-size: 70px;
  line-height: 100px;
}

.featuring {
  letter-spacing: 7px;
  text-transform: uppercase;
  margin-top: 20px;
  font-size: 18px;
  font-weight: 700;
}

.artist-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  margin-top: -48px;
  display: flex;
}

.artist-image {
  width: 100%;
}

.everglaze {
  letter-spacing: 7px;
  text-transform: uppercase;
  width: 300px;
  font-weight: 800;
}

.date {
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 45px;
  font-weight: 800;
  line-height: 50px;
}

.timing {
  font-size: 26px;
  font-weight: 500;
  line-height: 30px;
}

.hero-text {
  color: #ffdc18;
  letter-spacing: -3px;
  text-shadow: 0 1px 16px rgba(0, 0, 0, .73);
  font-family: Montserrat, sans-serif;
  font-size: 104px;
  font-style: italic;
  font-weight: 900;
  line-height: 1;
}

.address {
  margin-top: 10px;
  margin-bottom: 24px;
  font-size: 20px;
}

.grid-2-col {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-2-col.main-grid {
  grid-template-columns: 1fr auto;
}

.special-guest-text {
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 700;
}

.small-image {
  border: 2px solid #191919;
  border-radius: 30px;
  width: 200px;
}

.guest-name {
  margin-top: 10px;
  font-family: Kingshare, sans-serif;
  font-size: 35px;
  line-height: 50px;
}

.guest-wrap {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.button {
  text-align: center;
  text-transform: uppercase;
  background-color: #ff4445;
  border-radius: 16px;
  min-width: 300px;
  padding-top: 25px;
  padding-bottom: 25px;
  font-size: 18px;
  font-weight: 700;
}

.button-no-link {
  color: #fff;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: 700;
  display: flex;
}

.play-button {
  width: 20px;
  margin-right: 10px;
}

.button-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.lightbox-button {
  text-transform: uppercase;
  border: 2px solid #fff;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  min-width: 300px;
  padding: 25px 20px;
  text-decoration: none;
  display: flex;
}

.bottom-gradient {
  display: none;
}

@media screen and (max-width: 991px) {
  .hero-section {
    flex-flow: column;
    padding-top: 40px;
  }

  .hero-content {
    text-align: center;
    padding-bottom: 60px;
  }

  .main-image {
    width: 400px;
    position: relative;
    top: auto;
    right: auto;
  }

  .artist-name {
    margin-top: -14px;
  }

  .artist-wrapper {
    flex-flow: column;
    margin-top: 0;
  }

  .everglaze {
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
  }

  .hero-text {
    font-size: 80px;
  }

  .grid-2-col.main-grid {
    grid-template-columns: 1fr;
  }

  .button-wrapper {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .bottom-gradient {
    background-image: linear-gradient(rgba(0, 0, 0, 0), #000);
    height: 200px;
    display: block;
    position: absolute;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }
}

@media screen and (max-width: 767px) {
  .main-image {
    width: 300px;
  }

  .artist-name {
    margin-top: -22px;
  }

  .everglaze {
    width: 225px;
    margin-top: 20px;
  }

  .hero-text {
    font-size: 46px;
    line-height: .9;
  }
}

@media screen and (max-width: 479px) {
  .main-image {
    width: 250px;
  }

  .artist-name {
    margin-top: -34px;
    font-size: 41px;
  }

  .date {
    font-size: 34px;
  }

  .timing {
    font-size: 23px;
  }

  .hero-text {
    font-size: 52px;
  }

  .address {
    font-size: 16px;
  }

  .grid-2-col.guest-grid {
    grid-template-columns: 1fr;
  }
}


@font-face {
  font-family: 'Plusjakartasans';
  src: url('../fonts/PlusJakartaSans-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Plusjakartasans';
  src: url('../fonts/PlusJakartaSans-ExtraBold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Plusjakartasans';
  src: url('../fonts/PlusJakartaSans-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Plusjakartasans';
  src: url('../fonts/PlusJakartaSans-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Plusjakartasans';
  src: url('../fonts/PlusJakartaSans-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Plusjakartasans';
  src: url('../fonts/PlusJakartaSans-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Kingshare';
  src: url('../fonts/Kingshare.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}