/* Style Navbar*/
/* Navbar draw lines */
.navbar .navbar-nav .nav-link {
  color: #000000;
  font-size: 1.1em;
}

.navbar .navbar-nav .nav-link:hover {
  color: #000000;
}

.navbar .navbar-nav .nav-item {
  position: relative;
}

.navbar .navbar-nav .nav-item::after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #ff0000;
  width: 0%;
  content: "";
  height: 4px;
  transition: all 0.5s;
}

.navbar .navbar-nav .nav-item:hover::after {
  width: 100%;
}

/* Navbar draw lines */

/* navbar toggler */
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,102,203, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

/* navbar toggler */


@import url('https://fonts.googleapis.com/css2?family=Merriweather:wght@700&display=swap');

.navbar-brand {
  font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
  font-weight: 900;
}


.navbar-brand:hover,
.navbar-brand>span:hover {
  color: rgb(243, 230, 230) !important;
}

.nav-link.active {
  font-family: fantasy;
  font-weight: 100;
}


.nav-link.active:hover {
  background-color: rgb(243, 230, 230);
  border-radius: 3px;
  color: rgb(253, 23, 165) !important;
}

body {
  background-color: #0a0809;
}

.btn.btn-danger {
  color: rgb(255, 255, 255);
  background-color: rgb(253, 23, 165);
}

.dropdown-menu {
  background-color: rgb(3, 3, 3);
}


.dropdown-item {
  color: rgb(242, 14, 105);
  font-family: fantasy;
  font-weight: 100;
  transition: transform .5s;
}

.dropdown-item:hover {
  background-color: rgb(243, 230, 230);
  transform: scale(0.9);
  color: rgb(253, 23, 165);
}

.btn.btn-danger {
  font-family: 'Franklin Gothic Medium';
  font-weight: 900;
  color: rgb(1, 1, 1) !important;
  transition-duration: 0.8s;
  transition-duration: linear;
  box-shadow: 0px 0 0 #f740ae inset;
  background-color: #EF2F88;
}

.btn.btn-danger:hover {
  box-shadow: 100px 0 0 #ffc107 inset;
}



.btn.btn-warning {
  font-family: 'Franklin Gothic Medium';
  font-weight: 900;
  color: rgb(1, 1, 1) !important;
  transition-duration: 0.8s;
  transition-duration: linear;
  box-shadow: 0px 0 0 #f740ae inset;
}

.btn.btn-warning:hover {
  box-shadow: 100px 0 0 #f740ae inset;
}

/* Style Navbar*/


/*Style Caraousel*/
@import url('https://fonts.googleapis.com/css2?family=Satisfy&display=swap');


.carousel-item img {
  opacity: 0.5;
  border-radius: 10px;
}

.carousel-caption h5 {
  font-family: 'Satisfy', cursive;
  color: rgb(218, 218, 195);
  text-shadow: .1em .1em 0 rgb(208, 69, 138);
}

/* media queries for carousel caption */
@media (min-width: 300px) {
  .carousel-caption h5 {
    font-size: 30px;
    bottom: 30px;
    position: relative;
  }
}

@media (min-width: 576px) {
  .carousel-caption h5 {
    font-size: 30px;
    bottom: 40px;
    position: relative;
  }
}

@media (min-width: 768px) {
  .carousel-caption h5 {
    font-size: 50px;
    bottom: 50px;
    position: relative;
  }
}



@media (min-width: 992px) {
  .carousel-caption h5 {
    font-size: 80px;
    bottom: 60px;
    position: relative;
  }
}


@media (min-width: 1200px) {
  .carousel-caption h5 {
    font-size: 80px;
    bottom: 70px;
    position: relative;
  }
}

/* media queries for carousel caption */

.carousel-caption a {
  text-decoration: none;
}

/*Style Caraousel*/

/* style title trending movies */
span.title {
  color: #EF2F88;
  font-family: fantasy;
  font-weight: 100;
  font-size: 25px;
}

/* title */

/* Slider movies */
.swiper {
  width: 100%;
  height: 100%;
}

.card {
  border-radius: 30px;
  transition: transform .2s;
  overflow: hidden;
}

.card img {
  border-radius: 10px;
}

.swiper-slide {
  text-align: center;
  background: rgb(0, 0, 0);
  border-radius: 30px;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}


.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: 'prev';
  color: #EF2F88;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: 'next';
  color: #EF2F88;
}

.swiper-pagination-bullet-active {
  background-color: #EF2F88 !important;
}

.swiper-pagination-bullet {
  background-color: red !important;
}

@import url('https://fonts.googleapis.com/css2?family=Mulish&display=swap');

.card:hover {
  transform: scale(0.9);
}

.card:hover .card-title {
  visibility: visible;
}

.card:hover .card-title i {
  visibility: visible;
}

.card:hover .card-img {
  filter: blur(3px);
}

.card-title {
  position: relative;
  top: 40%;
  visibility: hidden;
  font-family: 'Mulish', sans-serif;
  font-weight: 700;
}

.card-title i {
  font-size: 20px;
  visibility: hidden;
}

/* media queries for movie card title */
@media (min-width: 320px) {
  .card-title {
    font-size: 12px;
  }
}

@media (min-width: 576px) {
  .card-title {
    font-size: 13px;
  }
}

@media (min-width: 768px) {
  .card-title {
    font-size: 13px;
  }
}


@media (min-width: 992px) {
  .card-title {
    font-size: 16px;
  }
}

@media (min-width: 1200px) {
  .card-title {
    font-size: 18px;
  }
}

/* media queries for movie card title caption */
/* Slider movies */


/* Footer */
.btn-floating :hover {
  color: #f5176c;
}

.Judul2 a {
  transition: transform 0.2s ease-in-out !important;
}

.Judul2 a:hover {
  color: #f5176c !important;
  transform: translateX(5px) !important;
}

.judul:hover {
  color: white !important;
}

/* Footer */

/* button back on top */



/* button back on top */

/* scroolbar */

/* width */
::-webkit-scrollbar {
  width: 12px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #000000;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: linear-gradient(to bottom, #af2626 50%, #440107 100%);


}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(to bottom, #af2626 75%, #440107 100%);
}
/* scroolbar */


/* Scroll top */
.scrollTop{
    position: fixed;
    right: 1rem;
    bottom: -20%;
    padding: 5px;
    transition: .4s;
    background-color: rgb(0, 0, 0);
}
.scrollTop:hover{
    background-color: rgb(65, 60, 60);
}
.scrollTop_icon{
    font-size: 1.8rem;
    color: #f5176c;
}
/* show scrolltop */
.show-scroll{
    visibility: visible;
    bottom: 1.5rem;
}
