:root {
  --white-color: #ffffff;
  --grey-color: #c2c2c2;
  --dark-grey-color: #323232;
  --black-background-color: #000000;
  --footer-background-color: #101012;
}

body {
  font-family: 'Mulish', sans-serif;
  font-weight: 400;
  color: var(--grey-color);
  /* background-color: var(--black-background-color); */
}

.list {
  list-style: none;
}

.link {
  text-decoration: none;
}
h1,
h2,
h3,
h4,
p {
  margin-top: 0;
  margin-bottom: 0;
}

ol,
ul {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

.container {
  max-width: 1471px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}

section {
  background-color: var(--black-background-color);
}

button {
  cursor: pointer;
}

/* -----------------------<header>----------------------- */
.header {
  background-color: var(--black-background-color);
  padding-top: 19px;
  padding-bottom: 19px;
  z-index: -2;
}

.hero-div {
  position: relative;
}

.header-div {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header-logo {
  display: flex;
  align-items: center;
}

.header-logo {
  font-family: 'Poppins', sans-serif;
  position: relative;
  padding-left: 4px;
  font-size: 40px;
  font-weight: 500;
  letter-spacing: 0em;
  text-align: center;
  color: var(--white-color);
}

.header-logo_m {
  font-family: Lemon;
  justify-content: center;
  text-align: center;
  font-size: 40px;
  font-weight: 400;
  padding: 4px 6px;
  margin-right: 14px;
  letter-spacing: 0em;
  text-align: center;
  border: 4px solid transparent;
  border-radius: 14px;
  background-color: var(--black-background-color);
  color: var(--white-color);
  z-index: 2;
}

.header-logo::before {
  content: '';
  position: absolute;
  width: 70px;
  height: 70px;
  top: auto;
  left: 0;
  background: linear-gradient(132.88deg, #326cff 3.44%, #26fff2 100%);
  border-radius: 14px;
}

.header-nav-list {
  display: flex;
  gap: 54px;
}

.header-icon-list {
  display: flex;
  gap: 75px;
}

.header-list-link {
  position: relative;

  font-size: 16px;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0em;
  text-align: center;

  color: var(--grey-color);
}

.header-list-link::after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 2px;
  border-radius: 5px;
}

.strip {
  color: var(--grey-color);
}

.header-list-link.strip::after {
  background: linear-gradient(132.88deg, #326cff 3.44%, #26fff2 100%);
}

.header-icon-svg {
  fill: var(--white-color);
}

.header-bell {
  position: relative;
}

.header-bell::before {
  content: '';
  position: absolute;
  top: -2px;
  right: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: linear-gradient(132.88deg, #326cff 3.44%, #26fff2 100%);
}
/* -----------------------</header>----------------------- */

/* -----------------------<main>----------------------- */
/* 
<!-- =======================using======================= -->
body{
  background: #eee;
}

*{
  margin:0;
  padding:0;
  border:0;
  font-size: 16px;
  line-height: 1.4;
  font-family: sans-serif;
}
.body{
  padding:20px;
  margin:0 auto;
  max-width:80%;
  background:#fff;
  display:block;
  height:100vh;
}
/*.body{
  display: grid;
  grid-template-columns: auto auto;
  justify-content: start;
  grid-column-gap: 10px;
}
.body.-open{
  display: block;
}
*/
.details-div {
  padding: 100px 0;
}
.details-title {
  display: block;
  text-align: center;
  margin-bottom: 40px;
}

.read-open {
  font-family: lemon;
  padding: 10px;
  padding-left: 20px;
  background: linear-gradient(132.88deg, #326cff 3.44%, #26fff2 100%);
  border-radius: 40px;
}
.paragraf-details {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0em;
}
.title-details {
  margin-bottom: 20px;
}
.bottom-details {
  display: flex;
  justify-content: center;
}
h2,
details {
  display: block;
}

details {
  position: relative;
}
details summary {
  display: block;
  cursor: pointer;
  color: #323232;
}
details summary:focus {
  outline: none;
}
details[open] {
  display: block;
  padding-bottom: 25px;
  padding-top: 10px;
  animation: open 0.2s linear;
}
details[open] summary {
  font-family: lemon;
  position: absolute;
  bottom: -12%;
  left: 0;
  padding: 10px;
  border-radius: 40px;
  color: #323232;
  background: linear-gradient(132.88deg, #326cff 3.44%, #26fff2 100%);
}

details #open {
  text-align: middle;
}
details #open:after {
  display: inline-block;
  position: relative;
  top: -3px;
  padding-left: 8px;
  content: '\00bb';
  transform: rotate(90deg);
}
details[open] #open {
  display: none;
}
details #close {
  display: none;
}
details[open] #close {
  display: block;
}

::-webkit-details-marker {
  display: none;
}

@keyframes open {
  0% {
    opacity: 0;
    transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/* <!--=======================/using=======================-->  */
.backg-container {
  display: flex;
  margin-left: auto;
  margin-right: auto;
  max-width: 1600px;
}

.hero-div-shadof {
  box-shadow: 100px 0px 100px 0px rgba(0, 0, 0, 1);
  width: 562px;
  height: 700px;
  top: -115px;
  left: -30px;
  padding-top: 122px;
  padding-bottom: 203px;
}

.hero-backg {
  display: block;
  width: 955px;
  height: 764px;
  background-image: url(../pictures/pexels-1.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.hero-title {
  font-family: 'Marcellus', serif;
  line-height: 70px;
  font-size: 80px;
  font-weight: 400;
  max-width: 532px;
  letter-spacing: 0em;
  margin-bottom: 39px;

  color: var(--white-color);
}

.hero-list {
  position: relative;
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 25px;
}

.hero-list-item {
  font-size: 16px;
  font-weight: 800;
  line-height: 10px;
  letter-spacing: 0em;

  color: var(--white-color);
}

.hero-list-item-border {
  padding: 6px 14px 4.5px;
  background-color: var(--black-background-color);
  border-radius: 50px;
  z-index: 1;
}

.hero-list::after {
  content: '';
  position: absolute;
  width: 59.75px;
  height: 24px;
  background: linear-gradient(132.88deg, #326cff 3.44%, #26fff2 100%);
  border-radius: 50px;
  top: -1.5;
  left: 54.5px;
}

.hero-list-item-marg {
  margin-right: 27px;
}

.hero-star {
  color: #ffb800;
  margin-left: 10px;
}

.hero-text {
  font-size: 18px;

  line-height: 28px;
  letter-spacing: 0em;
  max-width: 507px;
  margin-bottom: 35px;
}

.hero-button-list {
  display: flex;
  gap: 30px;
}

.hero-button {
  display: flex;
  gap: 15px;
  padding: 15px 30px;
  border-radius: 50px;
  border: none;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.25;

  background: linear-gradient(316.53deg, #26fff2 13.2%, #326cff 71.54%);
  box-shadow: 0px 4px 50px 0px #326cff80;
  color: var(--white-color);
}

.hero-button-bg {
  font-size: 16px;
  font-weight: 800;
  line-height: 1.25; /* 125% */
  padding: 15px 30px;
  border-radius: 50px;
  border: none;

  color: var(--dark-grey-color);
  background-color: var(--white-color);
}

.tvShows {
  padding-top: 60px;
}

.tvShows-title {
  position: relative;
  display: flex;
  margin-left: 19px;
  gap: 16px;
  font-size: 28px;
  font-weight: 700;
  line-height: 20px;
  margin-bottom: 47px;

  color: var(--white-color);
}

.tvShows-title-simbol {
  font-family: FontAwesome;
  font-size: 28px;
  line-height: 20px;
}

.tvShows-title::after {
  content: '';
  position: absolute;
  top: 5px;
  left: -32px;
  width: 35px;
  height: 8px;
  transform: rotate(-90deg);
  flex-shrink: 0;
  border-radius: 50px;
  background: var(
    --Brand-grd,
    linear-gradient(317deg, #26fff2 13.2%, #326cff 71.54%)
  );
}

.tvShows-list {
  display: flex;
  gap: 41px;
}

.trending-list {
  margin-bottom: 55px;
}

.tvShows-list-item {
  width: 206px;
  height: 309px;
}

.tvShows-img {
  border-radius: 22px;
}

.tvMovies {
  padding-top: 60px;
}

.tvShows-title {
  margin-bottom: 40px;
}

.genres-section {
  padding-top: 100px;
}

.genres-list {
  display: flex;
  flex-wrap: wrap;
  gap: 27px;
}

.actors-section {
  padding-top: 70px;
}

.actors-list {
  display: flex;
  gap: 60px;
}

.actors-list-img {
  margin-bottom: 20px;
}

.actors-list h3 {
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0em;
  text-align: center;
  color: var(--white-color);
}

.coming-section {
  padding-top: 100px;
}

.coming-picture {
  border-radius: 25px;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;

  white-space: nowrap;
  clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}

.register-section {
  padding: 121px 0;
}

.register-picture {
  border-radius: 20px;
  margin-right: auto;
  margin-left: auto;
}

.register-section-title {
  font-size: 64px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  text-align: left;
  width: 792px;

  color: var(--white-color);
}

.register-div {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  gap: 82px;
  width: 1224px;
  padding: 71px 57px;
}

.register-div .hero-button {
  align-self: center;
}

.register-container {
  position: relative;
}
/* -----------------------</main>----------------------- */

/* -----------------------<footer>----------------------- */
.footer-title {
  display: flex;
  justify-content: center;
  background-color: var(--footer-background-color);
  padding: 70px 0;
}

.logo-footer {
  position: relative;
  text-align: center;
  margin-right: 84px;
}

.footer-div-link {
  display: flex;
  gap: 52px;
}

.footer-link {
  font-size: 18px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 0em;

  color: var(--grey-color);
}

.footer-list-li:not(:nth-child(3)) {
  margin-bottom: 27px;
}

.footer-li-list:not(:nth-child(4)) {
  margin-bottom: 27px;
}
/* -----------------------</footer>----------------------- */
