body {
  margin: 0;
  background-color: black;
  font-family: 'Netflix Sans', Arial, Helvetica, sans-serif;

}

.hero {
  background-image: url('./images/netflix-background.jpg');
  position: relative;
  background-size: cover;
  background-position: center;
}

.hero-layer {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgb(2, 0, 36);
  background: radial-gradient(circle, rgba(2, 0, 36, 0.35480129551820727) 0%, rgba(0, 0, 0, 0.7469581582633054) 74%, rgba(0, 0, 0, 0.8954175420168067) 100%);
  top: 0;
  left: 0;
  z-index: 0;
}

header {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}

.logo {
  width: 148px;
  height: 40px;
  margin: 22px 0 0 145px;
}

.header-items {
  display: flex;
  flex-direction: row;
  margin: 25px 165px 0 0;
}

select {
  width: 148px;
  height: 32px;
  background-color: rgba(190, 190, 190, 0.068);
  color: rgba(226, 226, 226, 0.836);
  font-size: 14px;
  border-radius: 4px;
  margin-right: 8px;
  font-weight: bold;
  text-align: center;
  padding-left: 6px;
  cursor: pointer;
}

option {
  color: black;
}

.select-container {
  position: relative;
}

.bi.bi-translate {
  color: white;
  position: absolute;
  top: 6px;
  left: 10px;
}

button {
  width: 72.42px;
  height: 32px;
  background-color: #e50913;
  color: #fff0f1;
  border: none;
  border-radius: 3px;
  font-size: 14px;
  font-weight: bold;
  font-family: 'Netflix Sans', Arial, Helvetica, sans-serif;
  text-decoration: none;
  cursor: pointer;
}

a.button {
  text-decoration: none;
}

section {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  color: white;
  align-items: center;
  margin-top: 60px;
  padding-bottom: 70px;
}

.title {
  font-size: 55px;
  text-align: center;
  font-weight: 900;
}

.description {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  margin: -30px 0 35px;

}

.description-form {
  text-align: center;
  font-size: 16px;
  margin-bottom: 15px;
}

.email {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

input {
  background-color: transparent;
  width: 402.5px;
  height: 54px;
  border: 1px solid grey;
  border-radius: 5px;
  padding: 0 16px;
  margin-right: 8px;
  color: white;
  font-size: 16px;
}

.btn-large {
  width: 177.5px;
  height: 56px;
  border: 1px solid #e50913;
  font-size: 20px;
  border-radius: 5px;
}

.container {
  width: 1054px;
  margin: 0 auto;
}

article {
  color: white;
  display: flex;
  flex-direction: column;
}

.subtitle {
  width: 100%;
  text-align: left;
  font-size: 24px;
  margin-top: 100px;
}

.plans {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;

}

.reset-link {
  text-decoration: none;
  margin-bottom: 180px;
}

.plans-container {
  background: linear-gradient(180deg, #6c1f41 0%, #210d0e 100%);
  border-radius: 5%;
  width: 348px;
  height: 245px;
  padding: 4px 24px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: 0.25s linear;
  text-decoration: none;
}

.plans-container:hover {
  transform: scale(1.03);
}

.plans-title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 0px;
  color: white;

}

.plans-title:visited {
  color: white;
  margin-bottom: 180px;
}

.plans-text {
  color: #ffffffcc;
  font-size: 18px;

}

.plans-value {
  font-weight: bold;
  color: #ffffffcc;

}

.sign-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.sign-container-text {
  background: linear-gradient(149deg, #192247 0%, #210e17 96.86%);
  border-radius: 5%;
  height: 337px;
  padding: 8px 16px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.plans-text-sign {
  color: #ffffffb3;
  font-size: 15px;
}

.image {
  width: 100%;
  text-align: right;
}

.accordion.open .bi.bi-plus-lg {
  transform: rotate(45deg);
}

.question {
  display: flex;
  flex-direction: column;

}

.subtitle-question {
  width: 100%;
  text-align: left;
  font-size: 24px;
  margin-top: 70px;
}

.bi.bi-plus-lg {
  font-size: 36px;
  transition: linear 0.1s;
}

.btn-questions {
  font-size: 24px;
  background-color: #2d2d2d;
  width: 840px;
  height: 80px;
  text-align: left;
  padding-left: 24px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding-right: 30px;
  transition: 0.25s linear;
  cursor: pointer;
  margin-bottom: 8px;
  border-radius: 0;
}

.btn-text.hidden {
  display: none;
}

.btn-questions:hover {
  background-color: #4b4b4b;
}

.btn-text {
  display: flex;
  flex-direction: column;
  width: 816px;
  height: 100%;
  font-size: 24px;
  background-color: #2d2d2d;
  padding: 0 0 24px 24px;
  justify-content: space-between;
  margin-top: -7px;
  margin-bottom: 8px;
}

.email-footer {
  width: 980px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.email-sign {
  width: 800px;
}

.text-email {
  font-size: 16px;
  color: #ffffffe0;
  margin: 80px 0 20px;
  font-weight: 400;
}

footer {
  color: #bebebec5;
  font-size: 16px;
  margin: 30px 100px 0 30px;
}

.links {
  font-size: 14px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 40px 0 50px;
}

a {
  color: #bebebec5;
  display: flex;
  justify-content: space-between;
  height: 35px;
}

.netflix-brasil {
  font-size: 14px;
  margin: 40px 0 80px;
}