* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: Geneva, Tahoma, Verdana, sans-serif;
}

html,
body {
  min-height: 100%;
  max-width: 100%;
}

.container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 auto;
}

.epPreviewImage {
  max-width: 100%;
  height: auto;
   transition: 0.1s ease; /* smooth effect */
}

.epPreviewImage:hover {
  cursor: pointer;
  /* opacity: 0.8; */
    filter: brightness(70%); /* lowers brightness, makes it darker */
}

.subSmall {
  font-size: 0.9em;
}

.site-logo {
  text-decoration: none;
  padding: 0;
  margin: 0;
}
.site-logo a {
  text-decoration: none;
}
.tagline {
  font-weight: bold;
}
.poweredby {
  padding: 3px 0 0 0px;
  font-size: 0.9em;
  font-style: normal;
}
.nav-bar {
  background-color: #000000;
  width: 100%;
}
.nav-item {
  display: inline;
  padding: 0 20px;
  font-size: 1.2em;
  font-weight: 600;
}

.nav-item a {
  text-decoration: none;
}

.pagination-bar {
  width: 100%;
  display: flex;
  text-align: center;
  padding: 10px 15px 20px 15px;
  background: #ffffff;
}

.comment {
  padding: 10px 10px;
}
/* fonts */
.featuring {
  text-transform: uppercase;
  font-size: 1.1em;
  font-weight: 700;
}

.footer {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 30px 0 0 0;
}

.footer-info {
  padding: 30px 0 100px 0;
  width: 100%;
  align-items: center;
  background: #fff;
  text-align: center;
}

.join-button {
  display: inline-block;
  padding: 0.8em 1em;
  border: 0.1em solid #03c75f;
  /* margin: 0 0.2em 0.2em 0; */
  margin: 0;
  width: 9100%;
  border-radius: 0.32em;
  box-sizing: border-box;
  text-decoration: none;
  font-size: 1.4em;
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  color: #ffffff;
  text-shadow: 0 0.04em 0.04em rgba(0, 0, 0, 0.35);
  background-color: #03c75f;
  text-align: center;
  transition: all 0.15s;
  white-space: nowrap;
}
.join-button:hover {
  text-shadow: 0 0 2em rgba(255, 255, 255, 1);
  color: #03c75f;
  border-color: #03c75f;
  cursor: pointer;
  background-color: #ffffff;
}

.pagination {
  display: flex;
  width: 100%;
  justify-content: right;
  font-size: 1.2em;
}
.page-number {
  padding: 10px 15px;
}

.pagination a {
  text-decoration: none;
}
.page-number:hover {
  background-color: #000000;
  color: #ffffff;
}
.page-number:hover a {
  background-color: #000000;
  color: #ffffff;
}
.page-current {
  background-color: #000000;
  color: #ffffff;
}
.page-current a {
  text-decoration: none;
}

#pageArrowLeft {
  flex: 1;
  margin: 0 10px 0 0;
  background-color: #fff;
}
#pageArrowRight {
  flex: 1;
  margin: 0 0 0 10px;
  background-color: #fff;
}
.pageNum {
  background-color: #fff;
  flex: 1;
  border-width: 1px 0.25px 1px 0.5px;
  border-color: #ececec;
  border-style: solid;
}
.pageNumHeader {
  width: 100%;
  text-align: center;
  padding: 5px 0;
}
.pageButton {
  padding: 15px 10px;
  color: blue;
  font-weight: normal;
  cursor: pointer;
}
.pageButtonDisabled {
  color: silver;
  cursor: default;
}
.pageButtonSelected {
  color: #fff;
  background: blue;
}
/* */
.headerDiv {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  background-color: #000000;
  position: sticky;
  top: 0;
  z-index: 1000;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.35);
}
.headerLogoContainer {
  width: 100%;
  flex-basis: 100%;
  padding: 5px 10px;
  text-align: center;
}

.headerLinks {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0px 15px;
    width: 100%;
    justify-content: space-between;
   /* background-color: #c12828; */
}

.headerLinks a {
  font-size: 1.1em;
  /* padding: 0px 15px; */
  color: #fff;
  text-decoration: none;
}
.headerLinks a:hover {
  text-decoration: underline;
}


  .headerLogoContainer {
    flex: 1;
    padding: 5px 10px;
    text-align: center;
  }
  .headerLinksContainer {
    width: 100%;
    /* display: flex; */
    align-items: center;
    text-align: center;
    gap: 50px;
  }

  .headerLinks div a {
    font-size: 1.1em;
  }


.episodesContainer {
  width: 100%;
  /* background-color: blue; */
  max-width: 1260px;
  margin: 0 auto;
  align-items: center;
  text-align: center;
}
.epPreview {
  width: 100%;
  /* padding: 0 0 10px 0;
  margin: 5px 5px;
  background-color: #eeeeee;
text-align: center; */
}
.epData {
  padding: 12px 10px;
  color: #444444;
}
.navJoinButton {
  margin: 0 auto;
  text-align: center;
  padding: 0 10px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.navJoinButton:hover {
  cursor: pointer;
}
.nav-presell {
  background-color: #eeeeee;
  padding: 20px 0;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.epImage {
  width: 100%;
}

.bigPic:hover {
  cursor: pointer;
}
.smallPicContainer {
  display: flex;
  flex-wrap: wrap;
  flex-basis: 100%;
  background-color: #ffffff;
}
.smallPic {
  flex-basis: 50%;
  padding: 5px;
  background-color: #ffffff;
}
.episode {
  display: block;
  width: 95%;
  margin: 0 auto;
  max-width: 1260px;
  background-color: #fff;
}
.mainSection {
  flex: 1;
  background-color: #000000;
  /* max-height: 450px; */
}

.bigPic {
  /* max-width: 700px; */
  max-height: 100%;
  padding: 0 30px;
  margin: 0 auto;
}
.infoSection {
  flex: 1;
  background-color: #ffffff;
  padding: 0 0 0 10px;
}
.videoFormat {
  background-color: #eeeeee;
  margin: 4px 1px;
  padding: 6px 3px;
  font-size: 0.9em;
}
.videoFormat:hover {
  background-color: #ffffff;
  cursor: pointer;
}
.videoBlack {
  color: black;
  font-weight: bold;
}
.videoBlue {
  color: blue;
}
.bestFormat {
  background-color: black;
  padding: 3px;
  font-size: 0.7em;
  font-weight: bold;
  color: #ffffff;
  border-radius: 2px;
}
.epTitle {
  font-size: 1.6em;
  padding: 0 0 8px 0;
  border-bottom-color: #000000;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
.epTitleText {
  font-size: 0.9em;
}

.epGirlText {
  padding: 6px 0;
}
.epComment {
  padding: 5px 0 5px 20px;
  color: #444444;
}
.joinDiv {
  text-decoration: none;
}
/* overlay https://codepen.io/martinkrulltott/pen/xwrXwR */
.bold {
  font-weight: bold;
}
.black {
  color: #000000;
}
.blueLink {
  color: #21aff8;
}

.noline {
  text-decoration: none;
}
.epPreviewDate {
  font-size: 0.8em;
}
.getPassword {
  font-size: 1.12em;
}

.epImage {
  width: 410px;
  height: 230px;
  }
  .join-button {
    width: 100%;
  }


  
  .navJoinButton {
    width: 25%;
    padding: 0;
    margin: 0 20px 0 0;
  }
  .getPassword {
    font-size: 2em;
  }


  .epPreview {
    flex-basis: 29%;
    padding: 0px;
    max-width: 420px;
  }
  .episode {
    width: 100%;
  }
  .smallPic {
    flex-basis: 25%;
  }

  .nav-bar {
    padding: 15px 0 0 0;
  }
  .nav-item {
    padding: 0 20 px;
    font-size: 1em;
  }

  .list-item {
    flex: 1 1 100%;
    padding: 2px;
  }

  .bannerImageContainer {
    flex: 50%;
    display: flex;
    justify-content: center;
    background-color: black;
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 10px;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.45);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
  }

  .bannerImageContainer::before {
    content: "";
    position: absolute;
    inset: 0;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 10px;
    pointer-events: none;
    z-index: 3;
  }

  .bannerImageContainer::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 24px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0));
    pointer-events: none;
    z-index: 3;
  }

  .bannerImageContainer:hover {
    transform: translateY(-2px);
    box-shadow: 0 16px 32px rgba(0, 0, 0, 0.55);
  }

  .bannerImageLink {
    position: relative;
    display: block;
    width: 100%;
    min-height: 100%;
    text-decoration: none;
    color: #ffffff;
  }

  .bannerImageLink::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.78) 0%, rgba(0, 0, 0, 0.08) 45%, rgba(0, 0, 0, 0.18) 100%);
    z-index: 2;
    pointer-events: none;
  }

  .bannerImage {
    width: 100%;
    min-height: 100%;
    display: block;
    transition: opacity 0.2s ease;
  }

  .bannerHoverVideo {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    transition: opacity 0.2s ease;
    pointer-events: none;
  }

  .bannerPlayerChrome {
    position: absolute;
    inset: 0;
    z-index: 4;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 10px 12px;
    pointer-events: none;
  }

  .bannerTopBadge {
    align-self: flex-start;
    display: inline-flex;
    gap: 6px;
    align-items: center;
    padding: 5px 10px;
    font-size: 0.72rem;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    background: rgba(10, 10, 10, 0.78);
    border: 1px solid rgba(255, 255, 255, 0.35);
    border-radius: 999px;
    font-weight: 700;
  }

  .bannerPlayButton {
    align-self: center;
    width: 58px;
    height: 58px;
    border-radius: 50%;
    background: rgba(15, 15, 15, 0.55);
    border: 2px solid rgba(255, 255, 255, 0.82);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.3rem;
    box-shadow: 0 0 0 8px rgba(0, 0, 0, 0.22);
    transition: transform 0.22s ease, background-color 0.22s ease, opacity 0.22s ease;
    opacity: 0.96;
    color: #ffffff;
  }

  .bannerPlayGlyph {
    display: inline-block;
    color: #ffffff;
    line-height: 1;
    font-size: 0.95em;
    font-style: normal;
    font-weight: 900;
    transform: translateX(2px);
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.45);
  }

  .bannerPlayButton i {
    color: #ffffff;
    line-height: 1;
    font-size: 1em;
  }

  .bannerPlayButton i:empty::before {
    content: "\25B6";
    font-size: 2rem;
    margin-left: 2px;
  }

  .bannerImageContainer:hover .bannerPlayButton {
    transform: scale(1.08);
    background: linear-gradient(135deg, rgba(3, 199, 95, 0.95), rgba(2, 156, 73, 0.95));
  }

  .bannerBottomControls {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: center;
    gap: 10px;
    width: 100%;
  }

  .bannerMeta {
    min-width: 0;
  }

  .bannerTitle {
    font-size: 0.98rem;
    font-weight: 700;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.75);
  }

  .bannerTitleMasked {
    letter-spacing: 0.04em;
    user-select: none;
  }

  .bannerTitleMaskedChar {
    display: inline-block;
    filter: blur(2.2px);
  }

  .bannerTitleMaskedSpace {
    white-space: pre;
    filter: none;
  }

  .bannerDuration {
    font-size: 0.78rem;
    margin-top: 4px;
    opacity: 0.94;
    display: inline-flex;
    align-items: center;
    gap: 6px;
  }

  .bannerMetaToasts {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-top: 6px;
  }

  .bannerToast {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 4px 8px;
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    border-radius: 6px;
    border: 1px solid transparent;
    text-transform: uppercase;
    backdrop-filter: blur(2px);
  }

  .bannerActionToast {
    display: inline-flex;
    justify-content: center;
    text-align: center;
    white-space: nowrap;
    width: auto;
    justify-self: center;
  }

  .bannerToastPreview {
    background: rgba(14, 14, 14, 0.78);
    border-color: rgba(255, 255, 255, 0.35);
    font-size: 0.62rem;
    width: max-content;
  }

  .bannerToastPlaying {
    background: linear-gradient(135deg, rgba(215, 25, 32, 0.95), rgba(168, 12, 18, 0.95));
    border-color: rgba(255, 179, 183, 0.82);
    box-shadow: 0 0 12px rgba(215, 25, 32, 0.38);
    position: relative;
    animation: bannerNowPlayingPulse 1.1s cubic-bezier(0.22, 0.61, 0.36, 1) infinite;
    font-size: 0.78rem;
    flex: 0 0 auto;
    width: auto;
  }

  .bannerToastPlaying::after {
    content: "";
    position: absolute;
    inset: -3px;
    border-radius: 8px;
    border: 1px solid rgba(255, 95, 95, 0.55);
    opacity: 0;
    transform: scale(0.92);
    animation: bannerNowPlayingHalo 1.1s ease-out infinite;
    pointer-events: none;
  }

  .bannerToastDuration {
    background: rgba(14, 14, 14, 0.75);
    border-color: rgba(255, 255, 255, 0.35);
  }

  .bannerWatchToast {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 12px 20px;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.4);
    background: linear-gradient(135deg, rgba(3, 199, 95, 0.95), rgba(2, 156, 73, 0.95));
    color: #ffffff;
    font-size: 1.36rem;
    font-weight: 800;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    box-shadow: 0 6px 14px rgba(2, 129, 61, 0.35);
    align-self: auto;
    white-space: nowrap;
    transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
    margin: 0;
  }

  .bannerWatchToast i {
    color: #e9ffe6;
    transition: color 0.2s ease;
  }

  .bannerWatchToast:hover,
  .bannerImageContainer:hover .bannerWatchToast {
    background: #ffffff;
    color: #03c75f;
    border-color: #03c75f;
    transform: translateY(-1px);
  }

  .bannerWatchToast:hover i,
  .bannerImageContainer:hover .bannerWatchToast i {
    color: #03c75f;
  }

  @keyframes bannerNowPlayingPulse {
    0% {
      transform: scale(1);
      box-shadow: 0 0 8px rgba(215, 25, 32, 0.32);
    }
    35% {
      transform: scale(1.16);
      box-shadow: 0 0 24px rgba(215, 25, 32, 0.78);
    }
    55% {
      transform: scale(1.08);
      box-shadow: 0 0 16px rgba(215, 25, 32, 0.62);
    }
    100% {
      transform: scale(1);
      box-shadow: 0 0 8px rgba(215, 25, 32, 0.32);
    }
  }

  @keyframes bannerNowPlayingHalo {
    0% {
      opacity: 0;
      transform: scale(0.9);
    }
    45% {
      opacity: 0.78;
      transform: scale(1.22);
    }
    100% {
      opacity: 0;
      transform: scale(1.34);
    }
  }

  .bannerControlIcons {
    display: inline-flex;
    gap: 8px;
    align-items: center;
    padding: 6px 8px;
    border-radius: 999px;
    background: rgba(6, 6, 6, 0.6);
    border: 1px solid rgba(255, 255, 255, 0.25);
    font-size: 0.82rem;
  }

  .bannerControlIcons i:first-child {
    color: #77dd77;
  }

  /* Reusable pseudo player component */
  .pseudo-player {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
  }

  .pseudo-player__link {
    position: relative;
    display: block;
    width: 100%;
    min-height: 100%;
    text-decoration: none;
    color: #ffffff;
  }

  .pseudo-player__image {
    width: 100%;
    min-height: 100%;
    display: block;
    transition: opacity 0.2s ease;
  }

  .pseudo-player__video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    transition: opacity 0.2s ease;
    pointer-events: none;
  }

  .pseudo-player__chrome {
    position: absolute;
    inset: 0;
    z-index: 4;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 10px 12px;
    pointer-events: none;
  }

  .pseudo-player__play {
    align-self: center;
    width: 58px;
    height: 58px;
    border-radius: 50%;
    background: rgba(15, 15, 15, 0.55);
    border: 2px solid rgba(255, 255, 255, 0.82);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.3rem;
    box-shadow: 0 0 0 8px rgba(0, 0, 0, 0.22);
    transition: transform 0.22s ease, background-color 0.22s ease, opacity 0.22s ease;
    opacity: 0.96;
    color: #ffffff;
  }

  .pseudo-player__play-glyph {
    display: inline-block;
    color: #ffffff;
    line-height: 1;
    font-size: 0.95em;
    font-style: normal;
    font-weight: 900;
    transform: translateX(2px);
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.45);
  }

  .pseudo-player:hover .pseudo-player__play {
    transform: scale(1.08);
    background: linear-gradient(135deg, rgba(3, 199, 95, 0.95), rgba(2, 156, 73, 0.95));
  }

  .pseudo-player--simple .pseudo-player__chrome {
    align-items: center;
    justify-content: center;
    padding: 0;
  }

  .pseudo-player--simple .pseudo-player__top-badge,
  .pseudo-player--simple .pseudo-player__bottom-controls,
  .pseudo-player--simple .pseudo-player__toast {
    display: none;
  }

  .pseudo-player--simple .pseudo-player__play {
    opacity: 0.96;
    transform: scale(1);
  }

  .pseudo-player--simple:hover .pseudo-player__play {
    opacity: 0.96;
    transform: scale(1.08);
  }

  .pseudo-player--simple .pseudo-player__link::before {
    content: "";
    position: absolute;
    inset: 0;
    background: transparent;
    transition: background 0.22s ease;
    z-index: 2;
    pointer-events: none;
  }

  .pseudo-player--simple:hover .pseudo-player__link::before {
    background: transparent;
  }

  .pseudo-player--full .pseudo-player__link::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.78) 0%, rgba(0, 0, 0, 0.08) 45%, rgba(0, 0, 0, 0.18) 100%);
    z-index: 2;
    pointer-events: none;
  }

  .bannerControlIcons i:last-child {
    color: #d1d5db;
  }

  .bannerImageMainContainer {
    width: 100%;
    display: flex;
    flex-basis: 100%;
    background-color: black;
    padding: 0px 0;
  }
.navJoinButton {
width: 80%;
margin: 10px auto 10px auto;
}
.presellContainer {
  width:95%; 
  margin: 0 auto;
}
.previewContainer {
  width: 100%;
}

.image {
  width: 100%;
}

.modelPreviewImage {
  width: 100%;
  max-width: 100%;
  height: auto;
  padding: 0 0 10px 0;
  margin: 5px 5px;
  background-color: #eeeeee;
  text-align: center;
  max-height: 268px;
}

section .alphaContainer {
  margin-bottom: 20px;
  
}

.alphaContainer {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 30px 0 0 0;
  
}

.alphaContainer div {
  padding: 0 10px;

}

.alphaContainer div a {
  font-size: 1.2em;
  text-decoration: none;
  /* color: #000000; */
}

.alphaContainer div a:hover {
  text-decoration: underline;
}

@media all and (min-width: 768px) {
    .modelPreviewImage {
      width: 100%;
      max-width: 100%;
      height: auto;
      padding: 0 0 10px 0;
      margin: 5px 5px;
      background-color: #eeeeee;
      text-align: center;
      max-height: 245px;
    }

.headerLinksContainer {
      width: 100%;
      display: flex;
      flex-wrap: nowrap;
      flex: 2;
      justify-content: right;
    }

    .previewContainer {
      width: 33%;
      padding: 5px;
    }
    .presellContainer {
      width:75%;
    }
    .navJoinButton {
width: 250px;
margin-right: 20px;
    }

    .episodesContainer {
      width: 100%;
      display: flex;
      flex-wrap: wrap;
      max-width: 1260px;
      margin: 0 auto;
      align-items: center;
    }
  }



@media all and (min-width: 1200px) {


  .episode {
    display: flex;
    flex-wrap: wrap;
  }
  .mainSection {
    flex: 3;
  }
  .infoSection {
    flex: 1;
  }
}
