@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

* {
  margin: 0;
  padding: 0;
  font-family: "Poppins", sans-serif;
}
body {
  background-color: black;
}
.main {
  background-image: url("assets/images/bg.jpg");
  height: 70vh;
  width: 100vw;
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.main .box {
  height: 70vh;
  width: 100%;
  opacity: 0.64;
  background-color: black;
  position: absolute;
  top: 0;
}
nav {
  max-width: 60vw;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100px;
}
nav img {
  color: red;
  width: 134px;
  position: relative;
  z-index: 10;
}
nav button {
  position: relative;
  z-index: 10;
}
.hero {
  height: calc(100% - 100px);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: white;
  position: relative;
  font-family: "Poppins", sans-serif;
  padding: 0 30px;
  gap: 23px;
}
.hero span {
  display: block;
}
.child1 {
  font-weight: 700;
  font-size: 48px;
  text-align: center;
}
.child2 {
  font-weight: 400;
  font-size: 24px;
  text-align: center;
}
.child3 {
  font-weight: 400;
  font-size: 20px;
  text-align: center;
}
.line {
  height: 4px;
  background-color: rgb(62, 62, 62);
  position: relative;
  z-index: 20;
}
.btn {
  font-family: "Poppins", sans-serif;
  padding: 3px 8px;
  font-weight: 400;
  color: white;
  background-color: rgba(23, 23, 23, 0);
  border: 1px solid white;
  border-radius: 4px;
  cursor: pointer;
}
.btn-red {
  background-color: red;
  color: white;
  padding: 3px 24px;
  font-size: 20px;
  border-radius: 4px;
  font-weight: 400;
}
.btn-red-sm {
  background-color: red;
  color: white;
}
.hero-buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}

.main input {
  padding: 7px 101px 8px 14px;
  font-size: 12px;
  border-radius: 4px;
  color: white;
  background-color: rgba(23, 23, 23, 0.7);
  border: 1px solid rgba(246, 238, 238, 0.5);
}
.first {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 70vw;
  margin: auto;
  color: white;
}
@media screen and (max-width: 1100px) {
  .first {
    flex-wrap: wrap;
  }
  .child1 {
  font-weight: 700;
  font-size: 32px;
  text-align: center;
}
.child2 {
  font-weight: 400;
  font-size: 18px;
  text-align: center;
}
.child3 {
  font-weight: 400;
  font-size: 18px;
  text-align: center;
}
.hero-buttons {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
nav {
  max-width: 90vw;
}
}
.secImg {
  position: relative;
}
.secImg img {
  width: 555px;
  position: relative;
  z-index: 10;
}
.secImg video {
  position: absolute;
  top: 118px;
  right: 78px;
  height: 227px;
}
.tv {
  display: flex;
  flex-direction: column;
}
.first > div :first-child {
  font-size: 48px;
  font-weight: bolder;
  padding: 34px 0;
}
.first > :nth-child(2) {
  font-size: 24px;
}
.faq h2 {
    text-align: center;
    font-size: 48px;
}
.faq {
    background-color: black;
    color: white;
    padding: 34px;
    align-items: center;
    font-size: 24px;
}
.faqbox svg {
  filter: invert(1);
}
.faqbox {
  display: flex;
  justify-content: space-between;
  background-color: rgb(61, 61, 61);
  color: white;
  padding: 20px;
  max-width: 60vw;
  margin: 12px auto;
  cursor: pointer;
  transition: all 0.4s ease-in-out;
}
.faqbox:hover {
  background-color: rgb(97, 97, 97);
}

.footer{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  color: white;
}
@media screen and (max-width: 1100px) {
  .footer {
    display: grid;
    grid-template-columns: 1fr 1fr;
    color: white;
  }
  .faq h2 {
    text-align: center;
    font-size: 32px;
}
footer {
  max-width: 90vw;
}
.footer-items {
  align-items: center;
}
}
.footer-items {
  display: flex;
  flex-direction: column;
  gap: 13px;
}
footer {
  color: white;
  max-width: 60vw;
  margin: auto;
  padding: 34px;
}
.footer a {
  font-size: 14px;
  color: white;
}
footer .questions {
  padding: 34px 0px;
}