html {
  font-family: 'Montserrat', Arial;
}

.swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  margin-top: 5px;
  background-color: #FFF;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 7px 4px;
}
.slider {
  top: 0;
  width: 100vw;
  max-width: 1800px;
  max-height: 700px;
  height: calc(100vw / 2.25);
}

.swiper-container {
  width: 100%;
  max-width: 1800px;
  height: 100%;
}

.slide {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  text-align: center;
  font-size: 18px;
  overflow: hidden;
}

.slide-image {
  position: absolute;
  width: 150000000%;
  height: 100%;
  max-width: 2000px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: center;
  animation: newAnimation 1s forwards ease;
}

@media only screen and (max-width: 600px) {
  .slide-image {
    width: 50000000000em;
  }
}

@media only screen and (max-width:800px) {
  .slide-image.right {
    left: auto;
    right: -30px;
  }
}

@keyframes newAnimation {}

.slide-image-dup,
.slide-image-dup-2 {
  position: absolute;
  width: 100vw;
  height: 100%;
  max-width: 1800px;
}

.slide-image-dup {
  background: linear-gradient(90deg, rgba(0, 0, 0, 1)0%, rgba(0, 0, 0, 0.8)20%, rgba(0, 0, 0, 0.4)40%, rgba(0, 0, 0, 0.4) 60%, rgba(0, 0, 0, 0.2) 80%, rgba(0, 0, 0, 0.9) 100%);
}

.slide-image-dup-2 {
  background: linear-gradient(0deg, #000 0%, rgba(0, 0, 0, 0.2)20%, rgba(0, 0, 0, 0.1)40%, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0.4) 80%, rgba(0, 0, 0, 0.7) 100%);
}

@media only screen and (max-width:600px) {
  .slide-image-dup {
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.9)0%, rgba(0, 0, 0, 0.5)20%, rgba(0, 0, 0, 0.4)40%, rgba(0, 0, 0, 0.4) 60%, rgba(0, 0, 0, 0.4) 80%, rgba(0, 0, 0, 0.9) 100%);
  }

  .slide-image-dup-2 {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.9)0%, rgba(0, 0, 0, 0.2)20%, rgba(0, 0, 0, 0.2)40%, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0.1) 80%, rgba(0, 0, 0, 0.9) 100%);
  }
}

.slide-title {
  font-size: 4rem;
  line-height: 1;
  max-width: 50%;
  white-space: normal;
  word-break: break-word;
  color: #FFF;
  z-index: 100;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  font-weight: normal;
}

@media (min-width: 45em) {
  .slide-title {
    display: none;
    font-size: 7vw;
    max-width: none;
  }
}

.slide-title span {
  white-space: pre;
  display: inline-block;
  opacity: 0;
}

.slideshow {
  position: relative;
}

.slideshow-pagination {
  display: flex;
  flex-direction: column;
  position: absolute;
  justify-content: center;
  margin-left: 68.4em;
  top: -45px;
  transition: 0.3s opacity;
  z-index: 1;
  width: 10px;
}

.slideshow-pagination-item {
  display: flex;
  align-items: center;
}

.slideshow-pagination-item .pagination-number {
  opacity: 0.5;
}

.slideshow-pagination-item:hover,
.slideshow-pagination-item:focus {
  cursor: pointer;
}

.slideshow-pagination-item:last-of-type .pagination-separator {
  width: 0;
}

.slideshow-pagination-item.active .pagination-number {
  opacity: 1;
}

.slideshow-pagination-item.active .pagination-separator {
  width: 3vw;
}

.slideshow-navigation-button {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  height: 3rem;
  width: 3rem;
  z-index: 1000;
  transition: all 0.3s ease;
  color: rgba(255, 255, 255, 0.7);
  background-color: rgba(255, 255, 255, 0.1);
}

.slideshow-navigation-button:hover,
.slideshow-navigation-button:focus {
  cursor: pointer;
  background: #e50914;
  color: rgba(0, 0, 0, 0.8);
}

.slideshow-navigation-button.prev {
  right: 2rem;
  bottom: 1rem;
}

.slideshow-navigation-button.next {
  right: 2rem;
  bottom: 4.2rem;
}

/* customized code */

.slide-container {
  position: absolute;
  width: 800px;
  left: 0;
  bottom: 20px;
  color: rgba(255, 255, 255, 0.7);
  text-align: left;
  padding: 10px 10px 10px 50px;
}

.slide-container h3 {
  margin: 10px 0;
  color: rgba(255, 255, 255, 0.9);
  font-weight: 600;
  font-size: 40px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.slide-container .slide-title {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  font-family: 'Montserrat', Arial;
  text-transform: none;
}

.slide-container .slide-btns {
  margin: 20px 0;
  padding: 10px 20px;
  padding-left: 0;
}

.slide-container .slide-btn {
  width: 80px;
  height: 30px;
  padding: 8px 12px;
  border-radius: 10px;
  text-decoration: none;
  color: rgba(0, 0, 0, 0.8);
  font-size: 15px;
}

.slide-container .watch-now-btn {
  background-color: #e50914;
  padding-left: 16px;
  color: rgba(0, 0, 0, 1);
}

.slide-container .details-btn {
  background-color: rgba(255, 255, 255, 0.8);
  margin-left: 5px;
  transition: all 0.5s;
}

.slide-container .small-text-on-slider {
  display: flex;
  width: auto;
  padding: 0;
  list-style: none;
}


.slide-container .slide-anime-sub-sub-anime-txt {
  gap: 8px;
}

.slide-container .slide-list-ele {
  display: flex;
  margin-left: 0px;
  color: rgba(255, 255, 255, 0.7);
}

.slide-container .slide-list-ele .list-element-dot {
  padding-top: 5px;
  padding-right: 5px;
}

.slide-container .slide-list-ele .list-element-dot i {
  display: block;
  height: 5px;
  width: 5px;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
}

@media only screen and (max-width:500px) {
  .slide-container .slide-anime-sub-sub-anime-txt {
    gap: 5px;
  }

  .slide-container .slide-list-ele .list-element-dot {
    padding-top: 4px;
  }
}

.slide-container .watch-now-btn .play-svg {
  height: 17px;
  position: relative;
  margin-bottom: -4px;
}

.slide-container .details-btn .svg-icon-on-slide {
  height: 20px;
  rotate: 180deg;
  position: absolute;
  fill: black;
  margin-top: 1.5px;
}

.slide-container .details-btn i {
  transition: all 0.2s;
}

.slide-container .details-btn:hover i {
  transform: scale(1.1);
  margin-left: 2px;
}

.slide-container .details-btn:hover {
  padding-right: 10px;
}

.slide-container .slide-more-info {
  font-size: 14px;
}

.slide-container .slide-anime-des {
  display: none;
}

@media (min-width:800px) {
  .slide-container .slide-anime-des {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 15px;
  }
}

.slide-container .updated-time-on-slide {
  font-size: 14px;
  padding-left: 25px;
}

.slide-container .svg-icon-clk-on-slider {
  position: absolute;
  height: 15px;
  margin-left: -20px;
  margin-top: 2px;
}

.swiper-slide {
  max-width: 1800px;
  min-width: auto;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (max-width:800px) {
  .slider {
    min-height: 30em;
  }

  .slide-container .slide-anime-des {
    width: auto;
  }

  .slide-container h3 {
    font-size: 30px;
  }

  .slide-container .slide-btns {
    margin: 10px 0;
  }

  .slide-container {
    padding-left: 20px;
    width: 90%;
  }
}

@media only screen and (max-width:500px) {
  .slide-container .slide-btn {
    font-size: 10px;
    padding: 8px 10px;
    height: 20px;
  }

  .slide-container .details-btn .svg-icon-on-slide {
    height: 16px;
    margin-top: 5px;
  }

  .slide-container .details-btn:hover>.svg-icon-on-slide {
    height: 20px;
    margin-top: 3px;
  }

  .slide-container .watch-now-btn .play-svg {
    height: 13px;
    margin-top: 3px;
  }

  .slideshow-navigation {
    display: none;
  }

  .slide-container h3 {
    font-size: 25px;
  }

  .slide-container .slide-title,
  .small-text-on-slider,
  .small-text-on-slider {
    font-size: 10px;
  }

  .slide-container ul {
    margin: 5px 0;
  }

  .slide-container .svg-icon-clk-on-slider {
    height: 11px;
    margin-left: -14px;
    margin-top: -0.5px;
  }

  .slide-container .updated-time-on-slide {
    padding-left: 14px;
  }
}

.slider-dots {
  position: absolute;
  z-index: 1;
  display: flex;
  flex-direction: column;
  top: 20px;
  right: 14px;
}

.slider-dot {
  background-color: rgba(255, 255, 255, 0.8);
  margin: 6px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
}

.slider-dot:hover {
  cursor: pointer;
}

.pagination-number {
  background-color: rgba(255, 255, 255, 0.8);
  width: 17px;
  border-radius: 50%;
  height: 17px;
  margin: 10px;
}

.slideshow-pagination .active .pagination-number {
  background-color: #e50914;
}

@media only screen and (max-width:900px) {
  .slide-container {
    padding-left: 20px;
    width: 90%;
  }
}

@media only screen and (max-width:1100px) {
  .pagination-number {
    height: 15px;
    width: 15px;
    margin: 8px;
  }

  .slideshow-pagination {
    right: 100px;
  }
}



@media only screen and (max-width:850px) {
  .slideshow-navigation-button {
    height: 35px;
    width: 35px;
    font-size: 10px;
    bottom: 0;
  }

  .slideshow-navigation-button.next {
    bottom: 3rem;
  }

  .slideshow-navigation-button.prev {
    bottom: 0.5rem;
  }
}

@media only screen and (max-width:800px) {
  .slideshow-navigation {
    display: flex;
  }
  
}

@media only screen and (max-width:750px) {
  .pagination-number {
    height: 10px;
    width: 10px;
  }

  .slideshow-pagination {
    right: 0;
  }
}

@media only screen and (max-width:600px) {
  .slideshow-pagination {
    top: 10px;
  }
}

@media only screen and (max-width:340px) {
  .slideshow-pagination {
    display: none;
  }
}

.slide-container .slide-btn:hover {
  cursor: pointer;
}

.slide-container span {
  color: rgba(255, 255, 255, 0.5);
}

.img-anime-logo {
  height: 150px;
}

.img-anime-logo img {
  height: 100%;
}

.bg-images {
  position: fixed;
  height: 100vh;
  width: 100vw;
  z-index: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.bg-images img {
  width: 100%;
  top: 0;
  left: 0;
  filter: blur(5px);
  animation: fadeUpNew001 0.2s ease;
}

@keyframes fadeUpNew001 {
  0% {
    height: 0;
    width: 0;
  }
}

.bg-images::after {
  content: "";
  position: absolute;
  z-index: 10;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.7) 100%);
}

/* Play button container */
.grid-view .play-button-container, .tile-view .play-button-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.grid-view .episode-item:hover .play-button-container, .tile-view .episode-item:hover .play-button-container {
    opacity: 1;
}

/* Play button styling */
.play-button {
    background-color: rgba(0, 0, 0, 0.6);
    color: white;
    border: none;
    border-radius: 50%;
    padding: 10px;
    cursor: pointer;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.play-button:hover {
    background-color: rgba(255, 0, 0, 0.8);
}
