* {
  margin: 0px;
  font-family: sans-serif;
  border: border-box;
}

body {
  background-color: black;
  color: white;
  overflow: auto;
}

body::-webkit-scrollbar {
  display: none;
}
.hero {
  background-image: url("hero-section.jpg");
  background-position: center;
  height: 90vh;
  width: 100%;
}

.opacity {
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.581);
}

.nav {
  display: flex;
  justify-content: space-between;
  align-self: center;
  padding: 20px 8rem;
  z-index: 10;
}

.nav .lang {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.8rem;
}

.nav .lang button {
  height: 2.5rem;
  background-color: rgba(23, 23, 23, 0.036);
  color: white;
  padding: 6px 14px;
  border: 1px solid white;
  border-radius: 5px;
  font-weight: bold;
  cursor: pointer;
}

.nav .lang .red {
  background-color: rgb(229, 9, 20);
  font-weight: 900;
}

.nav2 {
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}

.nav2> :nth-child(1) {
  font-size: 3.5rem;
  font-weight: 900;
}

.nav2> :nth-child(2) {
  font-size: 3.5rem;
  font-weight: 900;
  position: relative;
  bottom: 1.5rem;
}

.nav2> :nth-child(3) {
  font-size: 1.5rem;
}

.nav2 .email input {
  height: 2.5rem;
  width: 7rem;
  background-color: rgba(23, 23, 23, 0.036);
  color: white;
  padding: 6px 6rem 6px 1rem;
  border: 1px solid white;
  border-radius: 5px;
  font-weight: bold;
  cursor: pointer;
  font-size: 1rem;
}

.nav2 .email button {
  background-color: rgb(229, 9, 20);
  height: 3.5rem;
  color: white;
  padding: 5px 1.5rem;
  border: 1px solid white;
  border-radius: 5px;
  font-weight: bold;
  cursor: pointer;
  font-size: 1.5rem;
}

.opacity .space {
  height: 10vh;
}

.main .line {
  height: 10px;
  background-color: rgba(240, 248, 255, 0.493);
}

.wonder .movies {
  display: flex;
  justify-content: space-around;
  align-items: center;
  gap: 1.5rem;
  flex-wrap: wrap;
}

.margin-around {
  margin: 3vh 18vh;
}

.wonder .text {
  margin: 5vh 0;
  font-weight: 700;
  font-size: 2rem;
}

.wonder .movies .box {
  width: 13vw;
  border-radius: 8px;
  height: 38vh;
}

.wonder .movies .box:hover {
  transform: scale(1.1);
  transition-duration: 0.55s;
  cursor: pointer;
}

.wonder .movies .box1 {
  background-image: url("box1.webp");
}

.wonder .movies .box2 {
  background-image: url("box2.webp");
}

.wonder .movies .box3 {
  background-image: url("box3.webp");
}

.wonder .movies .box4 {
  background-image: url("box4.webp");
}

.wonder .movies .box5 {
  background-image: url("box5.webp");
}

.wonder2 .text {
  margin: 5vh 0;
  font-weight: 700;
  font-size: 2rem;
}

.wonder2 .reasons {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}

.wonder2 .box {
  background-color: rgba(33, 33, 80, 0.766);
  height: 30vh;
  width: 18vw;
  border-radius: 8px;
}

.wonder2 .box h2,
.wonder2 .box p {
  padding: 1.5rem 1.5rem 0.5rem 1.5rem;
}

.wonder3 .text {
  margin: 5vh 0;
  font-weight: 700;
  font-size: 2rem;
}

.wonder3 .questions .box {
  height: 10vh;
  margin: 10px 0;
  background-color: rgb(47, 49, 51);
  font-size: 1.5rem;
  display: flex;
  align-items: center;
  padding: 0 6vh;
}

.footer1 .text {
  text-align: center;
  margin-top: 9vh;
  margin-bottom: 3vh;
}

.footer1 .email {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 5vh;
  margin-bottom: 10vh;
}

.footer1 .email input {
  height: 100%;
  background-color: rgba(23, 23, 23, 0.036);
  color: white;
  padding: 6px 10rem 6px 2rem;
  border: 1px solid white;
  border-radius: 5px;
  font-weight: bold;
  cursor: pointer;
  margin-right: 1rem;
  font-size: 1.25rem;
}

.footer1 .email button {
  background-color: rgb(229, 9, 20);
  font-weight: 900;
  height: 130%;
  color: white;
  padding: 6px 14px;
  border: 1px solid white;
  border-radius: 5px;
  font-weight: bold;
  cursor: pointer;
  font-size: 1.25rem;
}

.footer2 .text {
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 5vh;
}

.footer2 .contect {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-bottom: 10vh;
}

.footer2 .contect .box {
  display: flex;
  flex-direction: column;
  align-items: left;
  justify-content: center;
  gap: 2vh;
}

.footer2 .contect a {
  color: rgba(255, 255, 255, 0.7);
}

.footer3 button {
  height: 2.5rem;
  background-color: rgba(23, 23, 23, 0.036);
  color: white;
  padding: 6px 14px;
  border: 1px solid white;
  border-radius: 5px;
  font-weight: bold;
  cursor: pointer;
  margin-bottom: 5vh;
}