body {
  background-color: var(--clr-background);
  font-family: var(--ff-nunito);
}
.header {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin-top: 1rem;
  z-index: 20;
}

.header__left {
  align-items: center;
  display: flex;
  flex-direction: row;

}

.header__right {
  display: flex;
  flex-direction: row;
}



.header__logo {
  width: 2.4rem;
  margin-left: 0.9rem;
  margin-top: 0.5rem;
}

.header__img_search {
  width: 1.5rem;
  margin-top: 0.5rem;
}

.header__img_notif {
  margin-right: 2rem;
  width: 1.5rem;
  margin-top: 0.5rem;
}

.header__button {
  display: flex;
}

.header__button_film {
  letter-spacing: 0.94;
  color: var(--clr-white);
  font-size: 1rem;
  margin-right: 1rem;
  text-decoration: none;
}

.header__button_series {
  letter-spacing: 0.94;
  color: var(--clr-white);
  font-size: 1rem;
  text-decoration: none;

}

.header__button_home {
  letter-spacing: 0.94;
  color: var(--clr-white);
  font-size: 0.8rem;
  text-decoration: none;

}

.header__button_playlist {
  position: relative;
  top: 0.6rem;
  right: 1rem;
  letter-spacing: 0.94;
  color: var(--clr-white);
  font-size: 1.2rem;
  width: 7rem;
  height: 1rem;
  text-decoration: none;
  background-color: var(--clr-lightdark);
}

.header__button_film:hover {
  color: var(--clr-red);
  transition: 0.5s all ease;

}

.header__button_series:hover {
  color: var(--clr-red);
  transition: 0.5s all ease;
}

.header__button_home:hover {
  color: var(--clr-red);
  transition: 0.5s all ease;
}

.header__button_playlist:hover {
  color: var(--clr-red);
  transition: 0.5s all ease;
}

.header__type {
  max-width: 10rem;
  font-size: 1rem;
  text-align: center;
  appearance: none;
  padding: 0.3rem;
  background-color: var(--clr-lightdark);
  border-radius: 5px;
  color: var(--clr-white);
  border: none;
}

.header__type_first:active {
  color: var(--clr-red);
}

.header__type_element {
  background-color: var(--clr-lightdark);
  font-size: 1rem;
}

.header__profil {
  font-size: 1rem;
  padding: 0.1rem;
  background-color: var(--clr-lightdark);
  border-radius: 1rem;
  color: var(--clr-white);
}

.footer__profil_element {
  color: var(--clr-lightdark);
  font-size: 0.5rem;
}

.avant {
  height: 43.7rem;
}

.avant__image {
  display: flex;
  justify-content: center;
  height: 43.7rem;
}

.avant__img {
  position: relative;
  top: -10rem;
  clip-path: circle(56% at 51% 23%);
  z-index: 10;
}



.avant__link {
  display: flex;
  justify-content: center;
  position: relative;
  height: 3.1rem;
  top: -29rem;
  z-index: 10;

}

.avant__svg_i {
  position: relative;
  display: flex;
  justify-content: center;
  top: -25rem;
  left: -3rem;
  fill: var(--clr-white);
}

.avant__svg_plus {
  position: relative;
  top: -25rem;
  left: 5rem;
  fill: var(--clr-white);
}

.avant__h1 {
  position: relative;
  top: -28rem;
  display: flex;
  justify-content: center;
  font-size: 2rem;
  color: var(--clr-white);
}

.avant__h2 {
  position: relative;
  top: -29rem;
  left: 13rem;
  border-radius: 1.2rem;
  font-size: 1rem;
  color: var(--clr-gray);
  border: 2px solid var(--clr-gray);
  width: 8rem;
  padding: 0 2.5rem;

}


@media screen and (min-width: 800px) and (max-width: 1000px) {
  .avant__h2 {
    position: relative;
    top: -29rem;
    left: 25rem;
    border-radius: 1.1rem;
    font-size: 1rem;
    color: var(--clr-gray);
    border: 2px solid var(--clr-gray);
    width: 8rem;
    padding: 0 2.5rem;

  }

}

@media screen and (min-width: 200px)and (max-width: 1000px) {
  .films_avant {
    position: relative;
    top: -25rem;
  }

  .footer__newsletter_container {
    display: none;
    
  }
  
  .footer__newsletter {
    display: none;
  
  }
  
  .footer__newsletter_h1 {
    display: none;
  }
  
  .footer__newsletter_h2 {
    display: none;
  }
  
  .footer__newsletter_h {
    display: none;
  }
  
  .footer__newsletter_input {
    display: none;
  }
  
  .footer__newsletter_button {
    display: none;
  }
  
  .footer__nav {
    display: none;
  
  }
  
  .footer__nav_ul {
    display: none;
  }
  
  .footer__nav_li {
    display: none;
  }
  
  .footer__nav_image {
    display: none;
  }
  
  .footer__nav_imgglobal {
    display: none;
  }
  
  .footer__nav_img_whatsapp {
    display: none;
  }
  
  .footer__nav_span {
    display: none;
  }
  
  .footer__brand {
    display: none;
  
  }
  
  .footer__brand_li {
    display: none;
  }
  
  .footer__brand_ul {
    display: none;
  
  
  }
  
  .footer__brand_img {
    display: none;
  }
  
  .footer__brand_img4 {
    display: none;
  }
  
  .footer__brand_img5 {
    display: none;
  }
  
  .footer__brand_img8 {
    display: none;
  }
  
  .footer__brand_img10 {
    display: none;
  }
  
  .footer__bottom {
  
    display: none;
    
  }
  
  .footer__bottom-container {
    display: none;
  }
  


.avant__video {
  display: none;
}
}
@media screen and (min-width: 1000px) {
  .avant__img {
    display: none;
  }


  
  .avant__link {
    display: none;

  }

  .avant__video {
    height: 31.2rem;
    width: 99%;
    display: block;

    position: relative;
    bottom: 1rem;
    top: -5rem;
  }

  .avant__video_svg {
    display: none;

  }

  .avant__h2 {
    display: none;
  }

  .avant__h1 {
    display: none;

  }

  .avant__svg_i {

    display: none;

  }

  .avant__svg_plus {

    display: none;
  }

  .avant__image {
    display: none;

  }

}

.nav__footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-around;
  margin: 0;
  padding: 0;
  top: 37rem;

}

.nav__footer_container {
  background-color: var(--clr-lightdark);
  position: fixed;
  z-index: 1;
  width: 95%;
  bottom: 0;
  padding: 0 10px;
  float: left;
}

.nav_footer__home {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: var(--clr-white);
  font-size: 1rem;
  text-decoration: none;
}

.nav_footer__profil {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: var(--clr-white);
  font-size: 1rem;
  text-decoration: none;
}

.nav_footer__watchlist {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: var(--clr-white);
  font-size: 1rem;
  text-decoration: none;
  width: 3.1rem;
  height: 3.1rem;
}

.nav_footer__home_svg {
  fill: var(--clr-white);
}

.nav_footer__profil_svg {
  fill: var(--clr-white);
}

.nav_footer__watchlist_svg {
  fill: var(--clr-white);
}


.nav_footer__home_svg:active {
  fill: var(--clr-red);
}

.nav_footer__profil_svg:active {
  fill: var(--clr-red);
}

.nav_footer__watchlist_svg:active {
  fill: var(--clr-red);
}


.scrollpane {
  padding: 0.7rem;
  display: flex;
  scroll-snap-type: x mandatory;
  overflow-x: scroll;
}

.avant__svg {
  display: flex;
  justify-content: space-around;
}



.films_avant {
  align-items: center;
  display: flex;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 10rem;
  background-image: url(../asset/star.jpg);
  background-repeat: no-repeat;
  background-size: cover;


}

.films {

  display: flex;
  justify-content: center;
  flex-direction: row;
  position: relative;
  gap: 1rem;
}

.card__text_image2 {
  color: var(--clr-white);
}



.footer__newsletter_container {
  display: flex;
  justify-content: center;
}

.footer__newsletter {
  width: 80%;
  background-color: hsla(0, 0%, 7%, 0.753);
  border-radius: 0.7rem;
  opacity: 0.8;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  align-items: center;

}

.footer__newsletter_h1 {
  font-size: 1.9rem;
  color: var(--clr-white);
}

.footer__newsletter_h2 {
  font-size: 1rem;
  color: var(--clr-white);
  position: relative;
  top: -1rem;
}

.footer__newsletter_h {
  position: relative;
  left: 2rem;
}

.footer__newsletter_input {
  width: 30rem;
  height: 2rem;
  background-color: var(--clr-lightdark);
  border: 1px solid rgb(37, 37, 37);
  border-radius: 5px;
  font-weight: 500;
  padding: 1.3rem 1rem;

}

.footer__newsletter_button {
  background-color: var(--clr-lightdark);
  font-size: 1rem;
  color: var(--clr-gray);
  border: none;
  padding: 0.8rem 5rem;
  border-radius: 5px;
  margin-right: 5rem;
}

.footer__nav {
  display: flex;
  justify-content: space-around;

}

.footer__nav_ul {
  list-style-type: none;
  color: var(--clr-white);
  font-size: 1rem;
  font-weight: 600;
}

.footer__nav_li {
  margin-top: 1rem;
  padding-bottom: 0.5rem;
  list-style-type: none;
  color: var(--clr-white);
  font-size: 1rem;
  font-weight: 500;
}

.footer__nav_image {
  width: 10rem;
}

.footer__nav_imgglobal {
  display: flex;
  flex-direction: row;
  gap: 0.5rem;
}

.footer__nav_img_whatsapp {
  border-radius: 10rem;
  width: 2rem;
  height: auto;
}

.footer__nav_span {
  text-align: center;
  font-weight: 100;
  font-size: 1rem;
  position: relative;
  top: -0.5rem;
  left: 1rem;
}

.footer__brand {

  display: flex;
  justify-content: center;
  flex-direction: column;
}

.footer__brand_li {
  display: flex;
  flex-direction: row;
  gap: 1rem;
  align-items: center;
  margin-top: 1rem;
}

.footer__brand_ul {
  color: var(--clr-white);
  font-size: 1rem;
  list-style-type: none;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;



}

.footer__brand_img {
  width: 6rem;
}

.footer__brand_img4 {
  width: 8rem;
}

.footer__brand_img5 {
  width: 4rem;
}

.footer__brand_img8 {
  width: 10rem;
}

.footer__brand_img10 {
  width: 3rem;
}

.footer__bottom {


  color: var(--clr-gray);
}

.footer__bottom-container {
  display: flex;
  justify-content: center;
}


.header__label {
  position: relative;
  display: inline-block;
 }
 
 .header__label > input {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  z-index: -1;
  position: absolute;
  right: 6px;
  top: -8px;
  display: block;
  margin: 0;
  border-radius: 50%;
  width:2.5rem ;
  height:2.5rem;
  background-color: rgb(0, 0, 0, 0.38);
  outline: none;
  opacity: 0;
  transform: scale(1);
  pointer-events: none;
  transition: opacity 0.3s 0.1s, transform 0.2s 0.1s;
 }
 
 .header__label > span::before {
  content: "";
  float: right;
  display: inline-block;
  margin: 5px 0 5px 10px;
  border-radius: 7px;
  width: 36px;
  height: 14px;
  background-color: rgb(0, 0, 0, 0.38);
  vertical-align: top;
  transition: background-color 0.2s, opacity 0.2s;
 }
 
 .header__label > span::after {
  content: "";
  position: absolute;
  top: 2px;
  right: 16px;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  background-color: #fff;
  transition: background-color 0.2s, transform 0.2s;
 }
 
 
 
 .header__label > input:checked + span::after {
  background-color: #018786;
  transform: translateX(16px);
 }
 input:checked ~ html {
background-color: white;
 }
 

