/* AMI HEADER (#1) */
.background {
  position: absolute;
  /* Position it absolutely */
  top: 0;
  /* Align to the top of the page */
  left: 0;
  /* Align to the left of the page */
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: hidden;
  /* Prevents overflow */
  z-index: -1;
  /* Set behind other content */
}

.video-background {
  min-width: 100%;
  /* Minimum width of the video */
  min-height: 100%;
  /* Minimum height of the video */
  width: auto;
  /* Allow for auto width */
  height: auto;
  /* Allow for auto height */
  position: absolute;
  /* Absolutely position the video */
  top: 50%;
  /* Center the video vertically */
  left: 50%;
  /* Center the video horizontally */
  transform: translate(-50%, -50%);
  /* Use transform to perfectly center */
  object-fit: cover;
  /* Cover the whole area without stretching */
}

/* UPCOMING RELEASES (#2) */
/* To restrict styles to the current slide, panel, or example use .slide[data-cid="slide-96-bddfb301"] */
.slide[data-cid=slide-96-bddfb301] .music-96 .player.pause .play {
  display: block;
}
.slide[data-cid=slide-96-bddfb301] .music-96 .player.pause .pause {
  display: none;
}
.slide[data-cid=slide-96-bddfb301] .music-96 .player .play {
  display: none;
}
.slide[data-cid=slide-96-bddfb301] .music-96 .player .pause {
  display: block;
}
.slide[data-cid=slide-96-bddfb301] .music-96 .player .playpause {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  width: 27px;
  height: 27px;
  cursor: pointer;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.101421), 0px 1px 2px rgba(0, 0, 0, 0.101421);
}
.slide[data-cid=slide-96-bddfb301] .music-96 .player .playpause img {
  width: 13px;
  height: 13px;
}
.slide[data-cid=slide-96-bddfb301] .music-96 .player .trackinfo {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
.slide[data-cid=slide-96-bddfb301] .music-96 .player .scrubber {
  margin-top: 17px;
}
.slide[data-cid=slide-96-bddfb301] .music-96 .player .scrubber .bar {
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  height: 3px;
  border-radius: 2px;
  cursor: pointer;
  transition: background-color 0.2s;
}
.slide[data-cid=slide-96-bddfb301] .music-96 .player .scrubber .bar:hover {
  background: rgba(255, 255, 255, 0.5);
}
.slide[data-cid=slide-96-bddfb301] .music-96 .player .scrubber .played {
  position: absolute;
  left: 0;
  top: 0;
  bottom: -1px;
  background: #ffffff;
  border-radius: 2px;
}
.slide[data-cid=slide-96-bddfb301].whiteSlide .music-96 .scrubber .bar {
  border-bottom: 1px solid rgba(32, 32, 32, 0.2);
}
.slide[data-cid=slide-96-bddfb301].whiteSlide .music-96 .scrubber .played {
  background: rgba(32, 32, 32, 0.5);
}

/* KOKAINE'S MUSIC (#3) */
/* To restrict styles to the current slide, panel, or example use .slide[data-cid="slide-96-b887efed"] */
.slide[data-cid=slide-96-b887efed] .music-96 .player.pause .play {
  display: block;
}
.slide[data-cid=slide-96-b887efed] .music-96 .player.pause .pause {
  display: none;
}
.slide[data-cid=slide-96-b887efed] .music-96 .player .play {
  display: none;
}
.slide[data-cid=slide-96-b887efed] .music-96 .player .pause {
  display: block;
}
.slide[data-cid=slide-96-b887efed] .music-96 .player .playpause {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  width: 27px;
  height: 27px;
  cursor: pointer;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.101421), 0px 1px 2px rgba(0, 0, 0, 0.101421);
}
.slide[data-cid=slide-96-b887efed] .music-96 .player .playpause img {
  width: 13px;
  height: 13px;
}
.slide[data-cid=slide-96-b887efed] .music-96 .player .trackinfo {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
.slide[data-cid=slide-96-b887efed] .music-96 .player .scrubber {
  margin-top: 17px;
}
.slide[data-cid=slide-96-b887efed] .music-96 .player .scrubber .bar {
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  height: 3px;
  border-radius: 2px;
  cursor: pointer;
  transition: background-color 0.2s;
}
.slide[data-cid=slide-96-b887efed] .music-96 .player .scrubber .bar:hover {
  background: rgba(255, 255, 255, 0.5);
}
.slide[data-cid=slide-96-b887efed] .music-96 .player .scrubber .played {
  position: absolute;
  left: 0;
  top: 0;
  bottom: -1px;
  background: #ffffff;
  border-radius: 2px;
}
.slide[data-cid=slide-96-b887efed].whiteSlide .music-96 .scrubber .bar {
  border-bottom: 1px solid rgba(32, 32, 32, 0.2);
}
.slide[data-cid=slide-96-b887efed].whiteSlide .music-96 .scrubber .played {
  background: rgba(32, 32, 32, 0.5);
}

/* VINNIE RAPS'S MUSIC (#4) */
/* To restrict styles to the current slide, panel, or example use .slide[data-cid="slide-96-14a77587"] */
.slide[data-cid=slide-96-14a77587] .music-96 .player.pause .play {
  display: block;
}
.slide[data-cid=slide-96-14a77587] .music-96 .player.pause .pause {
  display: none;
}
.slide[data-cid=slide-96-14a77587] .music-96 .player .play {
  display: none;
}
.slide[data-cid=slide-96-14a77587] .music-96 .player .pause {
  display: block;
}
.slide[data-cid=slide-96-14a77587] .music-96 .player .playpause {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  width: 27px;
  height: 27px;
  cursor: pointer;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.101421), 0px 1px 2px rgba(0, 0, 0, 0.101421);
}
.slide[data-cid=slide-96-14a77587] .music-96 .player .playpause img {
  width: 13px;
  height: 13px;
}
.slide[data-cid=slide-96-14a77587] .music-96 .player .trackinfo {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
.slide[data-cid=slide-96-14a77587] .music-96 .player .scrubber {
  margin-top: 17px;
}
.slide[data-cid=slide-96-14a77587] .music-96 .player .scrubber .bar {
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  height: 3px;
  border-radius: 2px;
  cursor: pointer;
  transition: background-color 0.2s;
}
.slide[data-cid=slide-96-14a77587] .music-96 .player .scrubber .bar:hover {
  background: rgba(255, 255, 255, 0.5);
}
.slide[data-cid=slide-96-14a77587] .music-96 .player .scrubber .played {
  position: absolute;
  left: 0;
  top: 0;
  bottom: -1px;
  background: #ffffff;
  border-radius: 2px;
}
.slide[data-cid=slide-96-14a77587].whiteSlide .music-96 .scrubber .bar {
  border-bottom: 1px solid rgba(32, 32, 32, 0.2);
}
.slide[data-cid=slide-96-14a77587].whiteSlide .music-96 .scrubber .played {
  background: rgba(32, 32, 32, 0.5);
}

/* KOK STUDIO (#7) */
/* To restrict styles to the current slide, panel, or example use .slide[data-cid="slide-139-8edbb6f5"] */
.slide[data-cid=slide-139-8edbb6f5] .btn-139 {
  top: 50%;
  transform: translateY(-45px);
  transition: all 0.15s;
}
.slide[data-cid=slide-139-8edbb6f5] .btn-139:hover {
  opacity: 0.6;
}
@media (max-width: 1239px) {
  .slide[data-cid=slide-139-8edbb6f5] .btn-139 {
    top: 100%;
    transform: translateY(-100%);
  }
}
@media (max-width: 1023px) {
  .slide[data-cid=slide-139-8edbb6f5] .btn-139 svg {
    width: 26px;
    height: 26px;
  }
}
@media (max-width: 435px) {
  .slide[data-cid=slide-139-8edbb6f5] .btn-139 svg {
    width: 22px;
    height: 22px;
  }
}

h2 {
  display: flex;
  align-items: center;
  gap: 8px;
  /* Adjust space between text and icons */
}

.icon-large {
  width: 64px;
  height: 64px;
  vertical-align: middle;
  transition: transform 0.3s ease, fill 0.3s ease;
  /* Smooth animation */
}

.instagram-icon:hover .icon-large {
  transform: scale(1.2);
  /* Enlarge icon on hover */
  fill: #E1306C;
  /* Instagram's pinkish color */
}

.social-103 {
  display: inline-block;
}

/* ABOUT AMI (#8) */
/* To restrict styles to the current slide, panel, or example use .slide[data-cid="slide-103-889e43bd"] */
.slide[data-cid=slide-103-889e43bd] .social-103:hover {
  opacity: 1 !important;
}

.social-icons {
  display: flex;
  justify-content: center;
  /* Center the icons horizontally */
  gap: 15px;
  /* Add space between each icon */
  margin-top: 20px;
  /* Add some top margin if needed */
}

.social-link {
  display: inline-block;
  opacity: 0.8;
  transition: opacity 0.3s;
}

.social-link:hover {
  opacity: 1;
  /* Increase opacity on hover */
}

/* ABOUT AMI (#9) */
/* To restrict styles to the current slide, panel, or example use .slide[data-cid="slide-103-41253768"] */
.slide[data-cid=slide-103-41253768] .social-103:hover {
  opacity: 1 !important;
}

.social-icons {
  display: flex;
  justify-content: center;
  /* Center the icons horizontally */
  gap: 15px;
  /* Add space between each icon */
  margin-top: 20px;
  /* Add some top margin if needed */
}

.social-link {
  display: inline-block;
  opacity: 0.8;
  transition: opacity 0.3s;
}

.social-link:hover {
  opacity: 1;
  /* Increase opacity on hover */
}

/* ARTISTS (#10) */
/* To restrict styles to the current slide, panel, or example use .slide[data-cid="slide-105-df3a17b7"] */
.slide[data-cid=slide-105-df3a17b7] .box-105 {
  max-width: 480px;
  min-height: 580px;
}
@media (max-width: 569px) {
  .slide[data-cid=slide-105-df3a17b7] .box-105 {
    max-width: 320px;
    min-height: 440px;
  }
}
.slide[data-cid=slide-105-df3a17b7] .thumbnail-105:hover .poster-105 {
  opacity: 0.3 !important;
}
.slide[data-cid=slide-105-df3a17b7] .thumbnail-105 a:hover {
  opacity: 0.3 !important;
}
.slide[data-cid=slide-105-df3a17b7] .poster-105 {
  transition: 0.15s;
}
.slide[data-cid=slide-105-df3a17b7] .number-105 {
  top: 40px;
  left: 40px;
}
.slide[data-cid=slide-105-df3a17b7] .inner-105 {
  right: 40px;
  bottom: 40px;
  left: 40px;
}

svg.noFill {
  display: inline-block;
  width: 19px;
  height: 18px;
  fill: #ffffff !important;
  stroke: none;
}

/* EVENTS (#11) */
/* To restrict styles to the current slide, panel, or example use .slide[data-cid="slide-97-d07b930b"] */
.slide[data-cid=slide-97-d07b930b] .calendar-97 {
  width: 52px;
  height: 52px;
  padding: 8px;
  font-size: 14px;
  border-radius: 6px;
  border: 1px solid rgba(0, 0, 0, 0.4);
  left: 0;
  cursor: default;
  pointer-events: none;
}
.slide[data-cid=slide-97-d07b930b] .calendar-97:hover {
  transform: translateY(0) !important;
}
.slide[data-cid=slide-97-d07b930b] .calendar-97 .month {
  font-size: 10px;
  line-height: 12px;
  letter-spacing: 1px;
  opacity: 0.8;
}
.slide[data-cid=slide-97-d07b930b] .calendar-97 .number {
  font-size: 22px;
  line-height: 26px;
  font-weight: 400;
}
.slide[data-cid=slide-97-d07b930b] .frame-97 {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  position: relative;
  padding: 30px 0;
}
@media (min-width: 768px) {
  .slide[data-cid=slide-97-d07b930b] .frame-97 {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
.slide[data-cid=slide-97-d07b930b] .frame-97:last-child {
  border-bottom: none !important;
}
.slide[data-cid=slide-97-d07b930b].whiteSlide .frame-97 {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.slide[data-cid=slide-97-d07b930b].whiteSlide .frame-97 a.button.text-white {
  color: #202020 !important;
}
.slide[data-cid=slide-97-d07b930b] .button-buy-97 {
  float: right;
}
.slide[data-cid=slide-97-d07b930b] .title-group-97 {
  min-width: 49%;
  display: inline-block;
  vertical-align: text-top;
}
@media (max-width: 991px) {
  .slide[data-cid=slide-97-d07b930b] .title-group-97 {
    min-width: 37%;
    margin-left: 80px !important;
  }
}
@media (max-width: 767px) {
  .slide[data-cid=slide-97-d07b930b] .title-group-97 {
    margin-left: 0 !important;
    margin-top: 60px;
    display: block;
  }
  .slide[data-cid=slide-97-d07b930b] .button-buy-97 {
    float: none;
    margin-top: 20px;
    display: inline-block;
  }
}
