/* Fonts */

@font-face {
  font-family: Gibson;
  src: url("../fonts/gibson-regular.ttf");
  font-weight: 300;
}

@font-face {
  font-family: Gibson;
  src: url("../fonts/gibson-bold.ttf");
  font-weight: 400;
}

@font-face {
  font-family: Lato;
  src: url("../fonts/Lato-Bold.ttf");
  font-weight: 700;
}
@font-face {
  font-family: Lato;
  src: url("../fonts/Lato-Regular.ttf");
  font-weight: 400;
}

@font-face {
  font-family: Miller Banner;
  src: url("../fonts/miller.ttf");
}

@font-face {
  font-family: "Miller Banner";
  src: url("../fonts/mbanner/Miller-Banner-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: Protest;
  src: url("../fonts/ProtestRevolution-Regular.ttf");
}

body {
  margin: 0;
}

h1,
h2 {
  margin: 0;
}

h1 {
  font-family: Miller Banner;
  font-size: 64px;
  font-style: normal;
  font-weight: bold;
  line-height: 125%; /* 112.5px */
}

h2 {
  text-align: center;
  font-family: Miller Banner;
  font-size: 64px;
  font-style: normal;
  font-weight: bold;
  margin-bottom: 60px;
}

p {
  font-family: Gibson;
  font-weight: 300;
  line-height: 150%;
  font-size: 18px;
}

a.orange,
a.orange:hover,
a.orange:visited,
a.orange:active {
  color: #f4bd18;
}

ul {
  list-style: none;
  padding: 0;
}

.btn {
  border-radius: 200px;
  background: #f4bd18;
  display: inline-flex;
  height: 42px;
  padding: 0px 24px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: #073396;
  text-align: center;
  font-family: Gibson;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  text-decoration: none;
}

.btn.background-white {
  border: 1px solid black;
}
/* colors */
.background-blue {
  background-color: #073396 !important;
}
.background-teal {
  background-color: #468f8f !important;
}
.background-black {
  background-color: #000 !important;
}
.background-white {
  background-color: #fff !important;
  color: #131313;
}
.text-white {
  color: #fff !important;
}

/* layout */
.d-flex {
  display: flex !important;
}

.d-grid {
  display: grid;
}

.d-block {
  display: block !important;
}

.flex-direction-column {
  flex-direction: column;
}

.justify-content-center {
  justify-content: center;
}

.align-items-center {
  align-items: center;
}

.align-items-end {
  align-items: end;
}

.position-relative {
  position: relative;
}

.disable-scroll {
  height: 100%;
  overflow: hidden;
}

.section {
  padding: 120px 0px;
}

.text-center {
  text-align: center;
}

.show-on-tablet {
  display: none !important;
}

.show-on-mobile {
  display: none !important;
}

.fa-play,
.fa-lock {
  z-index: 9;
  color: white;
  font-size: 25px !important;
  background: #0c0d11a1;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex !important;
  justify-content: center;
  align-items: center;
}

/* sections */
.hero-wrapper {
  position: relative;
  background: #000;
  background: linear-gradient(
      0deg,
      rgba(0, 0, 0, 0.55) 0%,
      rgba(0, 0, 0, 0.55) 100%
    ),
    url("../images/hero.jpeg") lightgray 50% / cover no-repeat;
}

.hero-wrapper video {
  margin: 56px auto;
}

.hero-video {
  width: 844px;
  height: 494px;
  background-position: center;
  background-size: cover;
  cursor: pointer;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s ease;
  border-radius: 40px;
}

.hero-video.playing {
  background: transparent !important;
}

.hero-video.playing .fa-play {
  display: none !important;
}

.hero-wrapper video {
  width: 844px;
  height: 474px;
  border-radius: 40px;
}

.hero-video.playing video {
  display: flex;
}

.hero-wrapper .content {
  z-index: 2;
  position: relative;
  color: #fff;
  justify-content: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.hero-wrapper .anchor-icon {
  width: 49px;
  height: 49px;
  border-radius: 50%;
  border: 3px solid #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  text-align: center;
  z-index: 1;
  right: 0;
  bottom: 33px;
  left: 50%;
  transform: translate(-50%, 0);
  cursor: pointer;
}
.hero-wrapper .anchor-icon:hover {
  background-color: #ffffff33;
}
.hero-wrapper i {
  color: #fff;
  font-size: 30px;
}

.hero-wrapper .cta {
  font-family: Gibson;
  font-weight: 600;
  font-size: 30px;
  line-height: 37.5px;
  text-align: center;
  margin-bottom: 16px;
}

.hero-wrapper .cta-subtitle {
  font-family: Gibson;
  font-size: 18px;
  line-height: 27px;
  letter-spacing: 0%;
  text-align: center;
}

.hero-wrapper p {
  margin: 0;
}

.hero-wrapper iframe {
  width: 100%;
  border: 0;
  display: block;
  height: 100vh;
}

nav {
  background: transparent;
  position: absolute;
  z-index: 9;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.navbar {
  width: 1440px;
  padding: 16px 183px;
  justify-content: space-between;
  align-items: center;
}

.navbar .mobile-burger {
  color: #fff;
  display: none;
}

.navbar ul {
  gap: 32px;
  position: relative;
  margin: 0;
  display: flex;
}
.nav-links > ul > li {
  padding: 15px 0;
}
.navbar ul li span,
.navbar ul li a {
  color: #fff;
  text-align: center;
  font-family: Gibson;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 125%;
  text-decoration: none;
  cursor: pointer;
}

.navbar .dropdown-content {
  border-radius: 24px;
  background: #0c0d11;
  padding: 8px 0;
  display: none;
  position: absolute;
  top: 50px;
}

.navbar ul li.dropdown.active .dropdown-content {
  display: block;
}

.navbar ul li.dropdown.active i {
  transform: rotate(180deg);
}

.navbar .dropdown-content a {
  color: #9e9e9e;
  padding: 8px 36px;
  width: 100%;
  display: block;
  text-align: left;
}

.navbar .dropdown-content a:hover {
  color: #fff;
}

#hero {
  position: relative;
}
#hero .text {
  max-width: 854px;
  margin: 0px auto 24px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

#hero .text p {
  margin: 0;
}

#hero .subtitle {
  font-family: Gibson;
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
}

#hero .brands {
  gap: 47.62px;
}

#hero .brands-wrapper p {
  color: #fff;
  font-family: Gibson;
  font-size: 19px;
  font-style: normal;
  font-weight: 300;
  line-height: 125%; /* 27.5px */
}

.paradise-photos {
  display: flex;
  align-items: end;
  justify-content: center;
  gap: 33.59px;
  margin-bottom: 56px;
  flex-wrap: wrap;
}

.paradise-photos img {
  width: 166px;
}

.brands-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 60px;
  margin-top: 56px;
}

#stream {
  width: 98%;
  grid-template-columns: 200px auto;
  margin: 40px 0;
}

#stream-controls {
  flex-direction: column;
  justify-content: center;
}

.streamer {
  width: 195px;
  height: 25%;
  border-right: 5px solid transparent;
  background-size: cover;
  background-repeat: no-repeat;
  cursor: pointer;
  transition: all 0.5s ease;
  background-position: center;
}

.streamer-cademaddox {
  background-image: url("../images/interviews/1.jpg");
}

.streamer-skyyknox {
  background-image: url("../images/interviews/2.jpg");
}

.streamer-diegosilva {
  background-image: url("../images/interviews/6.jpg");
}

.streamer-dillondiaz   {
  background-image: url("../images/interviews/5.jpg");
}

.streamer-jkabethandale {
  background-image: url("../images/interviews/3.jpg");
}

.streamer-marceleugene {
  background-image: url("../images/interviews/7.jpg");
}

.streamer-tonygenius69 {
  background-image: url("../images/interviews/4.jpg");
}

.streamer.active {
  border-right: 5px solid #ffbe00;
}

#venues {
  background: #f5f5f5;
}

#venues .party {
  margin: 0px auto;
}

#venues h2 {
  color: #000;
}

#venues h2 img {
  width: 114px;
  height: 100%;
}

#venues .venues-grid {
  grid-template-columns: 1fr 1fr;
  column-gap: 70px;
  row-gap: 35px;
}

.venue > img {
  margin-bottom: 32px;
}

#venues .description .date {
  font-style: normal;
  font-weight: 700;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  line-height: 46px;
  font-family: "Miller Banner";
  font-size: 50px;
}

#venues .description .date .month {
  font-size: 30px;
}

#venues .description hr {
  height: 8px;
  background: #f4bd18;
  width: 100%;
  margin: 24px 0;
  border: 0;
}

#venues .description .data .name {
  margin: 24px 0;
  color: #0c0d11;
  text-align: center;
  font-family: Gibson;
  font-size: 56px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
}

#venues .description .data span {
  margin-left: 16px;
  padding-left: 16px;
  border-left: 2px solid;
}

#venues .description .data p.featuring {
  font-size: 18px;
  font-style: normal;
  max-width: 710px;
  margin: 0px auto 32px;
}

.weeks {
  margin-top: 80px;
  overflow: hidden;
}

.weeks .weeks-pills {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-bottom: 48px;
}

.weeks .pill {
  display: flex;
  padding: 8px 16px;
  justify-content: flex-end;
  align-items: flex-start;
  gap: 10px;
  border-radius: 999px;
  border: 1px solid #0c0d11;
  cursor: pointer;
  font-family: Gibson;
  font-weight: 200;
  font-size: 18px;
}

.weeks .pill.active {
  background: #0c0d11;
  color: #fff;
  font-weight: 600;
}

.weeks .pill:not(.active):hover {
  background: #0c0d1108;
}

.week {
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  column-gap: 90px;
  display: none;
  row-gap: 48px;
}

.week.active {
  display: flex;
}

.week.slick-initialized {
  display: none;
}

.week.active.slick-initialized {
  display: block;
}

.week-creator {
  display: flex;
  gap: 16px;
  margin-bottom: 28px;
  width: 450px;
}

.week-creator .date {
  color: #0c0d11;
  font-family: "Miller Banner";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 125%;
  margin: 0 0 4px;
}

.week-creator .name {
  color: #0c0d11;
  font-family: Gibson;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%; /* 37.5px */
  margin: 0 0 8px;
}

.week-creator a {
  color: #0c0d11;
  font-family: Gibson;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}

#private-videos h2 {
  color: #c59f55;
}

#private-videos p {
  color: #9e9e9e;
  line-height: 150%;
}

#private-videos .text {
  max-width: 854px;
  text-align: center;
  margin: 0px auto 64px;
}

.private-slide .private-slide-wrapper {
  border-radius: 24px;
  border: 4px solid transparent;
  cursor: pointer;
  padding: 0 38px;
}

.private-slide:hover .private-slide-wrapper {
  border: 4px solid #c59f55;
  background-color: #0c0d11a1;
}

.private-slide.active .private-slide-wrapper {
  border: 4px solid #c59f55;
}

.private-slide p {
  color: #9e9e9e;
  text-align: center;
  font-family: Gibson;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 125%;
}

.slick-disabled {
  opacity: 0.3;
}

#private-videos .private-slide.active p.title {
  color: #c59f55;
}

.slick-initialized .slick-slide.private-slide .private-slide-wrapper {
  display: flex;
  justify-content: center;
  flex-direction: column;
  background: #141414;
  margin: 0 16px;
}

.private-slide img {
  width: 220px;
  height: 220px;
  margin: 52px auto 0px;
}

.video-private-slider,
.store-slider {
  padding-left: 40px;
}

.video-private-slider .slick-next,
.store-slider .slick-next {
  right: 182px;
}

.video-private-slider .slick-prev,
.store-slider .slick-prev {
  right: 280px;
  left: unset;
}
.store-slider .slick-arrow {
  border: 1px solid #000;
}
.store-slider .slick-arrow:before {
  color: #000;
}

#private-videos .fancy {
  color: #f00;
}
.creator-content .slick-dots button {
  background: #0c0d11;
  border-color: #ffffff;
}
.creator-content .slick-dots .slick-active button {
  background: #fff;
}

.fancy {
  font-family: "Protest";
}

.creator-content {
  flex-direction: column;
  display: none;
}

.creator-content.active {
  display: flex;
}

.creator-content .btn {
  align-self: center;
}

#private-videos p.creator-content-title {
  color: #c59f55;
  font-family: Gibson;
  font-size: 42px;
  font-style: normal;
  font-weight: 600;
  line-height: 125%;
  margin-bottom: 0;
  margin-top: 100px;
}
#private-videos p.creator-content-subtitle {
  margin-bottom: 32px;
}
#creators {
  margin: 0px auto;
  text-align: center;
  overflow: hidden;
  background: #fff;
}

#creators .links {
  background: #0c0d11;
  color: #fff;
  display: flex;
  width: 100%;
  padding: 12px 0px;
  justify-content: center;
  align-items: center;
  gap: 16px;
  border-radius: 80px;
  margin-top: 32px;
}

#creators .creators {
  max-width: 1200px;
  margin: 0px auto;
  position: relative;
}

#creators .creators .d-flex {
  margin-bottom: 80px;
  gap: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#creators .creators .creator {
  max-width: 300px;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 20px;
  position: relative;
}

#creators .creators .creator img {
  z-index: 5;
}

.video-private-content {
  margin: 0px auto;
}

#creators .creators .creator h4 {
  margin: 0;
  text-align: center;
  font-family: Miller Banner;
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
}

#creators .creators .creator p {
  text-align: left;
  font-size: 18px;
  font-style: normal;
  margin: 0;
  max-width: 316px;
}

#creators .creators .creator a {
  color: #fff;
  text-align: center;
  font-family: Gibson;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 125%; /* 25px */
  text-decoration-line: underline;
}

#creators .creators .creator:before {
  content: "";
  position: absolute;
  height: 20px;
  width: 100vw;
  background: #fff;
  z-index: 2;
  left: 15%;
  right: 0;
  left: 80%;
  top: 145px;
}

.videos {
  max-width: 1220px;
  margin: 0px auto;
}

.videos-3-cols {
  grid-template-columns: repeat(3, 1fr);
  gap: 48px;
  margin-bottom: 30px;
}

#videos .video-container,
#ctas .modal,
.gifts-container {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #0c0d11cc;
  z-index: 99;
  display: none;
  justify-content: center;
  align-items: center;
}

#videos .video-container .video-wrapper {
  max-width: 800px;
  position: relative;
}

#videos .video-container .close,
.modal .close,
.gifts-container .close {
  content: "\f00d";
  position: absolute;
  z-index: 100;
  cursor: pointer;
  right: -20px;
}

.gifts-creators-wrapper {
  border-radius: 16px;
  background: #fff;
  max-width: 925px;
  position: relative;
  padding: 64px;
  top: 25px;
}
.gifts-creators {
  flex-wrap: wrap;
  justify-content: center;
  gap: 35px;
}

.gifts-container .close {
  color: #fff;
  right: 0px;
  top: -40px;
  font-size: 30px;
}

.gifts-container .creator {
  max-width: 180px;
  flex: 1 0 21%;
}

.gifts-container .creator img {
  width: 144px;
  margin: 0px auto;
}

.gifts-container .creator h4 {
  font-family: Gibson;
  color: #0c0d11;
  margin: 8px 0;
  font-size: 24px;
}

#videos .video-container video {
  max-width: 768px;
}

#videos .video {
  text-align: left;
}

#venues .venue {
  max-width: 860px;
  margin: 0px auto;
}

.video .poster {
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 175px;
  background-position: center;
  border-radius: 24px;
}

.videos-3-cols .video .poster {
  height: 220px;
}

.video a {
  color: #fff;
  text-decoration: none;
}

.video h4 {
  font-family: Gibson;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  margin: 16px 0;
}

.video p {
  font-style: normal;
  font-family: Gibson;
  font-weight: 300;
  font-size: 18px;
  line-height: 27px;
}
#gifts .gifts {
  display: grid;
  margin: 0px auto;
  justify-content: center;
  align-items: center;
  gap: 25px;
  margin-bottom: 50px;
  grid-template-columns: repeat(5, 1fr);
  max-width: 1569px;
}
#gifts .gift {
  max-width: 200px;
  margin: 0px auto;
  cursor: pointer;
}
#gifts .gift img {
  max-width: 75px;
  height: auto;
}
#gifts .gift h4 {
  font-family: Gibson;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  text-wrap: nowrap;
  margin: 12px auto;
}

#gifts .gift .coins {
  font-family: Lato;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}

#gallery {
  position: relative;
}

.creators-img {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  right: 0;
  margin: 0;
  max-width: 1400px;
  margin: 0px auto;
}

#gallery .content {
  max-width: 1440px;
  margin: 0px auto;
}

#gallery p {
  max-width: 856px;
  margin: 0px auto 30px;
  text-align: center;
}

#store {
  background: #f5f5f5;
  text-decoration: none;
}

#store a {
  text-decoration: none;
}
.store-slider {
  margin: 48px 0 113px;
  width: 100%;
}
.store-slide {
  margin: 0 16px;
}
.store-slide a {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: start;
}

.private-selector label {
  color: #fff;
  font-family: Gibson;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

.private-selector {
  position: relative;
}

.private-selector select {
  appearance: none; /* Remove default arrow */
  -webkit-appearance: none;
  -moz-appearance: none;
  display: block;
  border-radius: 4px;
  border: 1px solid #e5e5e5;
  background: transparent;
  color: #fff;
  width: 100%;
  padding: 8px;
  margin: 10px 0 24px;
  font-size: 18px;
}

.private-selector:after {
  content: "\f078"; /* Font Awesome chevron-down */
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  right: 10px;
  top: 73%;
  transform: translateY(-50%);
  pointer-events: none;
  color: #fff;
}

.store-slide p {
  margin: 0;
}

#store h2 {
  margin-bottom: 16px;
}

#store .title {
  color: #131313;
  font-family: Gibson;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 42px */
}

#store .price {
  color: #131313;
  font-family: Gibson;
  font-size: 22px;
  font-style: normal;
  line-height: 150%;
}

#store img {
  border-radius: 24px;
  width: 100%;
  max-width: 400px;
}

.gallery {
  width: 1092px;
  height: 680px;
  margin: 0px auto;
  position: relative; /* Prevents overlapping issues */
  margin-bottom: 500px;
  margin-top: 64px;
}

.gallery img {
  display: block;
  cursor: pointer;
}

.img1 {
  position: absolute;
  left: 0%;
  top: 0px;
}

.img2 {
  position: absolute;
  left: 31.7692%;
  top: 0px;
}

.img3 {
  position: absolute;
  left: 55.5385%;
  top: 0px;
}

.img4 {
  position: absolute;
  left: 79.5077%;
  top: 0px;
}

.img5 {
  position: absolute;
  left: 31.7692%;
  top: 284px;
}

.img6 {
  position: absolute;
  left: 79.377%;
  top: 273px;
}

.img7 {
  position: absolute;
  left: 0%;
  top: 429px;
}

.img8 {
  position: absolute;
  left: 31.7692%;
  top: 492px;
}

.img9 {
  position: absolute;
  left: 55.5385%;
  top: 492px;
}

.slick-prev,
.slick-next {
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 0;
  line-height: 0;
  position: absolute;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  bottom: -100px;
  cursor: pointer;
  background: transparent;
  border: 1px solid #fff;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.slick-prev:hover,
.slick-next:hover {
  color: transparent;
  outline: none;
  background: #ffffff1c;
}

.slick-prev:before,
.slick-next:before {
  font-size: 20px;
  line-height: 1;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: 45vw;
}

.slick-prev:before {
  content: "\f053";
}

.slick-next {
  right: 45vw;
}

.slick-next:before {
  content: "\f054";
}

.mobile {
  display: none;
}

.slick-dots {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
  padding: 0;
  margin: 40px 0 0;
}

.slick-dots button {
  width: 16.364px;
  height: 16.364px;
  color: transparent;
  border-radius: 50%;
  background: #fff;
  border-color: #000;
  border-style: solid;
}

.slick-dots .slick-active button {
  background: #000;
}

#ctas {
  padding-bottom: 0;
}
#ctas .d-flex {
  gap: 20px;
}

.modal-content {
  width: 480px;
  height: 370px;
  position: relative;
}

iframe#signupForm {
  background: #fff;
}

.collapse {
  overflow: hidden;
  transition: height 200ms;
}

.collapsed {
  display: none;
}

.collapse-content {
  max-width: 630px;
  margin: 30px auto 0;
  height: 220px;
  justify-content: center;
  display: flex;
  align-items: center;
  border-radius: 20px;
  overflow: hidden;
}

.btn.active {
  background: #fc531d;
  color: #fff;
}

.weeks-content {
  max-width: 1300px;
  margin: 0px auto;
}

.d-flex.slick-initialized {
  display: block !important;
}

/* Responsive */

@media screen and (max-width: 1560px) {
  #hero .pictures {
    align-items: center;
  }
  #gifts .gifts {
    max-width: 1300px;
  }

  #gifts .gift h4 {
    font-size: 18px;
  }
}

@media screen and (max-width: 1400px) {
  .navbar {
    padding: 16px 80px;
  }
  #hero .hero-columns {
    margin: 0px auto;
  }
  #venues .venue img {
    width: 100%;
  }
  #videos .videos,
  #gifts .gifts,
  #venues .venue,
  #hero .hero-columns,
  #gallery .content,
  .video-private-content,
  .weeks-content {
    max-width: 1100px;
  }
  .slick-next {
    right: 43vw;
  }
  .slick-prev {
    left: 43vw;
  }
}

@media screen and (max-width: 1200px) {
  .gallery {
    zoom: 0.7;
  }
  .navbar {
    padding: 16px 40px;
  }
  #videos .videos,
  #gifts .gifts,
  #venues .party,
  #hero .hero-columns,
  .video-private-content {
    max-width: 900px;
  }
  #gifts .gifts {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }
  #videos .videos-3-cols .video .poster {
    height: 160px;
  }
}

@media screen and (max-width: 1100px) {
  #creators .creators {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 100px;
    justify-content: center;
    max-width: 800px;
  }
  #creators .creators .creator {
    box-sizing: border-box;
    justify-self: center;
  }
  #creators .creators .creator:last-child {
    grid-column: span 2;
    max-width: 100%; /* Allow it to take full width */
  }
}

@media screen and (max-width: 1000px) {
  .navbar {
    padding: 16px 20px;
  }
  #videos .videos,
  #gifts .gifts,
  #venues .party,
  #hero .hero-columns,
  #slider p {
    max-width: 800px;
  }
  #videos .videos-3-cols .video .poster {
    height: 175px;
  }

  #videos .videos,
  #videos .videos.videos-3-cols,
  .video-private-content .videos-3-cols {
    gap: 25px;
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (min-width: 900px) {
  .store-slide:first-child,
  .private-slide:first-child {
    padding-left: calc(50vw - 36.75rem);
  }
  .navbar ul li.dropdown:hover .dropdown-content {
    display: block;
  }
  .navbar ul li.dropdown:hover i {
    transform: rotate(180deg);
  }
}

@media screen and (max-width: 900px) {
  #creators .creators {
    gap: 50px;
    max-width: 650px;
  }
  .video-private-slider,
  .store-slider {
    padding: 0;
  }

  .video-private-content {
    max-width: 600px;
  }
  #creators .creator {
    margin: 0px 10px;
  }
  .hero-wrapper.section {
    padding-left: 0;
    padding-right: 0;
  }
  .gallery {
    zoom: 0.6;
    margin-bottom: 300px;
  }
  .hide-on-tablet {
    display: none !important;
  }
  .show-on-tablet {
    display: block !important;
  }
  .hero-wrapper h1 {
    padding: 20px 40px;
  }
  .hero-wrapper .anchor-icon {
    bottom: 50px;
  }
  .brands-wrapper {
    flex-direction: column;
  }
  .hero-logo {
    display: none;
  }
  .navbar .dropdown-content {
    top: 0;
    position: relative;
  }
  .navbar .dropdown-content a {
    text-align: right;
  }
  .navbar .mobile-burger .fa-times,
  .navbar .active .mobile-burger .fa-bars {
    display: none;
  }
  .navbar .active .mobile-burger .fa-times {
    display: block;
  }

  .navbar .mobile-burger {
    display: block;
  }
  .navbar {
    background: #0c0d11;
  }
  .navbar ul.menu {
    position: absolute;
    right: 0;
    top: 59px;
    background: #0c0d11;
    flex-direction: column;
    left: 0;
    gap: 0;
    padding: 5px 0;
    display: none;
  }
  .active ul.menu {
    display: flex;
  }
  .nav-links > ul > li {
    padding: 0;
    width: 100%;
    text-align: right;
  }
  .navbar ul li span,
  .navbar ul li a {
    width: 100%;
    display: block;
    text-align: right;
    padding: 10px 20px;
    box-sizing: border-box;
  }
  h1 {
    font-size: 68px;
  }
  #videos .videos,
  #gifts .gifts,
  #venues .party,
  #hero .hero-columns,
  #slider p,
  h2,
  #c {
    max-width: 600px;
  }
  h2 {
    margin: 0px auto 50px;
  }
  #venues .venues-grid {
    grid-template-columns: 1fr;
  }
  #ctas {
    padding-left: 20px;
    padding-right: 20px;
  }
  #ctas .d-flex {
    flex-direction: column;
  }
  #hero .hero-columns .pictures {
    order: 1;
    flex-direction: column;
    text-align: center;
    gap: 20px;
    color: #fff;
  }
  #hero .hero-columns .text {
    order: 2;
    padding: 0;
    margin-top: 50px;
  }
  #hero .hero-columns .text h1 {
    display: none;
  }
  .mobile {
    display: block;
  }

  #hero .brands {
    flex-direction: column;
  }
  #venues h2 {
    flex-direction: column;
    text-align: center;
    align-items: center;
    margin-bottom: 64px;
  }
  #videos .videos {
    grid-template-columns: repeat(2, 1fr);
  }
  #videos .video .poster {
    height: 160px;
  }
  #gifts .gifts {
    grid-template-columns: repeat(2, 1fr);
  }
  .slick-next {
    right: 40vw;
  }
  .slick-prev {
    left: 40vw;
  }

  #creators .creators .creator img {
    width: 100%;
    height: auto;
  }
  #creators .creators .creator:before {
    top: 95px;
  }
  #videos .video-container .video-wrapper {
    max-width: 80%;
  }
  #videos .video-container video {
    max-width: 100%;
  }
  .hero-wrapper.section {
    padding-top: 0;
  }
  .hero-wrapper video {
    width: 100%;
    height: auto;
    border-radius: 0;
  }
}

@media screen and (max-width: 700px) {
  #creators .creators {
    display: block;
    max-width: 400px;
  }
  .gifts-container .creator {
    max-width: none;
  }
  .gifts-creators-wrapper {
    width: 490px;
    max-width: none;
    padding: 40px 0px;
  }

  .gifts-container {
    padding: 50px 20px 20px;
  }
  .hero-wrapper h1 {
    font-size: 40px;

    line-height: 125%;
  }
  .store-slide a {
    align-items: center;
  }
  .video-private-slider {
    max-width: 324px;
    margin: 0px auto;
  }
  .video-private-slider .slick-prev,
  .store-slider .slick-prev {
    right: 220px;
    left: unset;
    bottom: -70px;
  }
  .video-private-slider .slick-next,
  .store-slider .slick-next {
    left: 220px;
    bottom: -70px;
  }
  .gallery {
    zoom: 0.3;
    margin-bottom: 600px;
  }
  #stream {
    grid-template-rows: auto 200px;
    grid-template-columns: 1fr;
    height: 100vh;
    margin-top: 59px;
  }
  #stream-controls {
    order: 2;
    flex-direction: row;
    height: 200px;
    gap: 0;
  }
  #stream-frame {
    height: 100%;
  }
  .streamer {
    width: 25%;
    height: auto;
    border-right: 0 !important;
    border-top: 5px solid transparent;
    background-size: cover;
  }
  .streamer.active {
    border-top: 5px solid #f4bd18;
  }

  /* #videos .videos,
  #gifts .gifts,
  #venues,
  #hero .hero-columns,
  #slider p {
    max-width: 400px;
  } */
  #videos .videos,
  #videos .videos.videos-3-cols,
  .video-private-content .videos-3-cols {
    grid-template-columns: 1fr;
  }
  #videos .video .poster,
  #videos .videos-3-cols .video .poster {
    height: 220px;
  }
  .slick-next {
    right: 35vw;
  }
  .slick-prev {
    left: 35vw;
  }
  #creators .creators .creator {
    margin: 0 30px;
    max-width: initial;
  }
  .section {
    padding: 80px 15px;
  }
}

@media screen and (max-width: 500px) {
  #private-videos p {
    text-align: left;
  }
  h2 br {
    display: none;
  }
  .hero-wrapper video {
    margin: 56px auto 24px;
  }
  .hero-wrapper h1 {
    padding: 0px 40px 20px;
  }
  .hero-columns h2 {
    padding: 0 16px;
  }
  .store-slider {
    margin-bottom: 40px;
  }
  .gifts-creators-wrapper {
    width: 300px;
    padding: 40px 0px;
  }
  .weeks .weeks-pills {
    overflow-x: auto;
    white-space: nowrap;
    scrollbar-width: none;
    -ms-overflow-style: none;
    justify-content: flex-start;
    position: absolute;
    left: 0;
    width: 100%;
  }
  .weeks .weeks-pills::-webkit-scrollbar {
    display: none; /* Hides scrollbar in Chrome/Safari */
  }

  #venues {
    position: relative;
    overflow: hidden;
  }
  .week-creator {
    flex-direction: column;
    width: 100%;
    align-items: center;
    text-align: center;
  }
  .slick-slide img {
    margin: 0px auto;
    width: 160px;
    height: 160px;
  }
  #store img {
    width: 240px;
    height: 240px;
  }
  #gallery {
    padding-bottom: 100%;
  }
  .mobile-gallery {
    margin-bottom: 150px;
  }

  .mobile-gallery div {
    background-size: cover;
    width: 100%;
    background-position: center;
    border-radius: 24px;
    height: 232px;
    background-size: cover;
    background-position: center;
  }

  .mobile-gallery div img {
    width: 100%;
    border-radius: 24px;
  }
  #gifts .gift h4 {
    font-size: 16px;
    letter-spacing: -0.8px;
    font-weight: 300;
  }
  #gifts .gift .coins {
    font-size: 16px;
  }
  #gifts .gifts {
    gap: 10px;
  }
  .coins img {
    width: 16px;
  }
  #creators .creators {
    max-width: 100%;
  }
  #creators .creators .creator {
    margin: 0 10px;
  }
  #creators .creators .creator p {
    max-width: 100%;
  }
  .section,
  .mobile-brands {
    padding: 80px 15px;
  }
  .mobile-brands {
    margin-top: -50px;
    background: #fff;
    z-index: 10;
    position: relative;
    border-radius: 24px 24px 0px 0px;
  }

  .brands {
    gap: 32px;
  }
  .brands p {
    margin-bottom: 0;
  }
  #hero .hero-columns .text {
    text-align: left !important;
  }
  #hero {
    overflow: hidden;
    padding-bottom: 110%;
  }
  .hide-on-mobile {
    display: none !important;
  }
  .mobile-brands .brands-wrapper {
    margin-top: 0;
  }
  .mobile-boys {
    width: 100%;
    position: absolute;
    bottom: -100px;
    left: 50%;
    transform: translate(-50%, 0);
  }
  .show-on-mobile {
    display: block !important;
  }
  .modal-content {
    width: 300px;
  }
  #videos .video-container .close,
  .modal .close {
    right: 0;
    top: -20px;
  }
  #stream-controls {
    height: 100px;
  }
  #stream {
    grid-template-rows: auto 100px;
  }

  #gifts .gifts img {
    grid-template-columns: 1fr;
  }
  #venues h2 img {
    width: 74px;
  }
  h2 {
    font-size: 40px;
  }
  #venues .description .date,
  #venues .description .data .name {
    font-size: 30px;
    line-height: 125%;
  }
  #venues .description .data span {
    font-size: 18px;
  }
  #venues .description .data .name {
    margin: 12px 0 16px;
    line-height: 115%;
  }
  #venues .description .data p.featuring {
    font-style: normal;
    text-align: left;
  }
  #venues .description hr {
    margin: 16px 0;
  }
  .slick-next {
    right: 26vw;
  }
  .slick-prev {
    left: 26vw;
  }
  .btn {
    width: 100%;
    padding: 0;
  }
  .video p,
  p,
  #creators .creators .creator p {
    font-size: 16px;
    line-height: 150%;
  }
  .venue > img {
    margin-bottom: 24px;
  }
  .weeks {
    margin-top: 64px;
  }
  .weeks-content {
    margin-top: 80px;
  }
  .weeks .weeks-pills {
    position: absolute;
    gap: 0;
  }
  .weeks .pill {
    margin: 0 8px;
    font-size: 16px;
  }
  .weeks-content .slick-dots {
    margin-top: 12px;
  }
  #store .title {
    font-size: 22px;
  }
  .gifts-creators .btn {
    padding: 12px 32px;
    width: auto;
    height: auto;
  }
  #gallery p {
    text-align: left;
  }
}

.creator-content .poster {
  position: relative;
  overflow: hidden;
}

.creator-content .poster::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: inherit;
  background-size: cover;
  background-position: center;
  filter: blur(4px);
  z-index: 0;
}

.creator-content .poster > * {
  position: relative;
  z-index: 1;
}

select:not(:-internal-list-box):not([multiple]) option {
  color: black!important;
  background-color: white;
}