* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto,
    Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  font-weight: 510;
}

body {
  background-color: #000;
  color: #fff;
}

.header {
  width: 100%;
  height: 100vh;
  background-image: linear-gradient(
      to top,
      rgba(0, 0, 0, 0.8) 10%,
      rgba(0, 0, 0, 0.5) 80%,
      rgba(0, 0, 0, 0.8) 90%
    ),
    url('/src/images/BackgroundImage.jpg');
  background-size: cover;
  background-position: center;
  padding: 25px 8%;
  position: relative;
}

nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

nav .logo {
  width: 144px;
}

.btns > button {
  display: inline-flex;
  justify-content: space-evenly;
  align-items: center;
  cursor: pointer;
}

.btns :first-child {
  background-color: transparent !important;
  border: 1px solid rgb(135, 135, 135);
}

.btns :first-child img {
  border: 0;
  margin-left: 10px;
}

.btns button {
  margin: 0px 17px;
  padding: 10px 20px;
  background-color: rgb(193, 17, 25);
  color: white;
  border: 0;
  border-radius: 4px;
}

.btns img {
  width: 14%;
}

.header-content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 100vh;
}

.header-content h1 {
  font-size: 3.6rem;
  font-weight: 800;
  width: 40vw;
  text-align: center;
}

.header-content h3 {
  font-size: 1.4rem;
  font-weight: 700;
  margin: 2vh 0vw;
}

.header-content p {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2.5;
  text-align: center;
}

.header-content .email-signup {
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  border-radius: 4px;
  margin-top: 30px;
}

.last-call {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.last-call .email-signup {
  background-color: #fff;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 30px 0;
  overflow: hidden;
  width: 35vw;
}

.email-signup input {
  flex: 4;
  border: 0;
  outline: 0;
  margin-left: 20px;
  width: 410px;
  font-weight: 400;
  font-size: 1.2rem;
  color: #000;
}

.email-signup input::placeholder {
  font-size: 1.25rem;
  font-weight: lighter;
}

.email-signup button {
  background-color: #db0001;
  border: 0;
  outline: 0;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  padding: 15px 30px;
}

.line {
  background-color: #232323;
  height: 0.45rem;
}

/* 2nd page */

.featues {
  padding: 101px 8%;
  font-size: 22px;
  height: 90vh;
}

.row {
  min-width: 80vw;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: nowrap;
}

.text-col {
  flex-basis: 50%;
  margin-bottom: 20px;
}

.text-col h2 {
  font-size: 3.3rem;
  font-weight: 900;
  width: 35vw;
  text-align: left;
  margin: 4vh 6vw;
}

.text-col p {
  font-size: 1.5rem;
  font-weight: 400;
  width: 32vw;
  text-align: left;
  margin: 1vh 6vw;
}

.img-col .img1 {
  position: relative;
}

.img-col .vid1 video {
  position: absolute;
  top: 95px;
  left: 84px;
  z-index: -1;
  overflow: hidden;
}

.img-col .vid2 video {
  position: absolute;
  top: 42px;
  left: 123px;
  overflow: hidden;
  width: 391px;
  z-index: -1;
}

/* Third Page */

.feature__image__container {
  width: 100%;
  position: relative;
}

.feature__2__poster__container {
  position: absolute;
  bottom: 8%;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 16em;
  display: flex;
  align-items: center;
  background-color: black;
  border: 2px solid rgba(255, 255, 255, 0.25);
  border-radius: 10px;
  height: 60px;
  padding: 0.25rem 0.6rem;
  gap: 15px;
  min-height: 6rem;
}

.poster__details {
  width: 60%;
}

.download__gif__container {
  width: 20%;
  height: 100%;
}

.download__gif__container img {
  width: 61px;
  margin-top: 11px;
}

.poster__container {
  width: 20%;
}

.poster__container img {
  height: 70px;
}

/* Frequently Asked Page */

.faqs {
  margin-top: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.faqs h2 {
  margin: 50px 0 30px;
  text-align: center;
  font-size: 3rem;
  font-weight: bolder;
}

.faq-container {
  max-width: 75vw;
  margin: 0 auto;
}

.faq {
  min-width: 75vw;
  width: 100%;
  background-color: #2d2d2d;
  margin: 5px 0;
  padding: 30px;
  position: relative;
  overflow: hidden;
  transition: 0.5s step-end;
}

.faq:hover {
  background-color: #404040;
}

.faq.active {
  background-color: #2d2d2d;
}

.faq-title {
  margin: 0 35px 0 0;
  font-size: 1.8rem;
  font-weight: 550;
  cursor: pointer;
}

.faq-text {
  margin: 30px 40px 0 0;
  font-size: 1.5rem;
  font-weight: 500;
  display: none;
}

.faq.active .faq-text {
  display: block;
}

.faq-toggle {
  background-color: transparent;
  border: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  padding: 0;
  position: absolute;
  top: 30px;
  right: 20px;
  height: 30px;
  width: 30px;
}

.faq-toggle:focus {
  outline: 0;
}

.faq-toggle .fa-times {
  display: none;
}

.faq.active .fa-times {
  display: block;
}

.faq.active .fa-plus {
  display: none;
}

i {
  font-size: 1.5rem;
  margin-right: 40px;
  color: #fff;
}

/* Last call */

.last-call {
  margin: 50px 0;
}

.last-call h4 {
  font-size: 1.7rem;
}

/* Footer */

.footer {
  padding: 50px 7% 10px;
  color: #777;
}

.footer h2 {
  color: #777;
  font-size: 18px;
  font-weight: 400;
}

.footer a {
  color: #777;
}

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

.footer .col {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}

.footer .col a {
  padding: 1.25vh 0vw;
}

.footer .col button {
  padding: 2vh 0vw;
  background-color: transparent !important;
  border: 1px solid rgb(135, 135, 135);
  margin: 8px 0px;
  color: white;
  border: 0.1px solid #fff;
  border-radius: 4px;
  cursor: pointer;
}

.footer .col button {
  display: inline-flex;
  justify-content: space-evenly;
  align-items: center;
}

.footer .col button img {
  width: 0.75vw;
}

.footer .col p {
  font-size: 0.85rem;
  padding: 2vh 0vw;
}

.footer .special {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}

.footer .special a {
  padding: 1.25vh 0vw;
}

.footer .special p {
  font-size: 0.85rem;
  padding: 2vh 0vw;
}

/* media queries */
@media only screen and (max-width: 1350px) {
  .row {
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    margin: 1vh auto;
  }
  .text-col h2 {
    font-size: 2.8rem;
    width: 57vw;
    margin: 0vh auto;
  }
  .text-col p {
    font-size: 1.4rem;
    font-weight: 500;
    width: 56vw;
    text-align: left;
    margin: 3vh auto;
  }
  .img-col img {
    position: relative;
    width: auto;
  }
  .feature__2__poster__container {
    left: 45%;
  }
}
@media only screen and (max-width: 920px) {
  .row {
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    margin: 1vh auto;
  }
  .text-col h2 {
    font-size: 2.5rem;
    width: 55vw;
    margin: 0vh auto;
  }
  .text-col p {
    font-size: 1.2rem;
    font-weight: 400;
    width: 54vw;
    text-align: left;
    margin: 2vh auto;
  }
  .img-col img {
    position: relative;
    width: auto;
  }
  .feature__2__poster__container {
    left: 45%;
  }
}
@media only screen and (max-width: 895px) {
  .feature__2__poster__container {
    left: 48%;
  }
}
@media only screen and (max-width: 835px) {
  .special {
    display: none;
  }
  .feature__2__poster__container {
    left: 52%;
  }
}
@media only screen and (max-width: 750px) {
  .text-col h2 {
    font-size: 2rem;
    width: 65vw;
    margin: 0vh auto;
  }
  .text-col p {
    font-size: 1.1rem;
    font-weight: 380;
    width: 65vw;
    text-align: left;
    margin: 2vh auto;
  }
  .img-col img {
    position: relative;
    width: auto;
    margin-bottom: 34px;
  }
  .special {
    display: none;
  }
  .feature__2__poster__container {
    left: 55%;
  }
}
@media only screen and (max-width: 570px) {
  .email-signup {
    width: 85vw;
    height: 49px;
  }
  .special {
    display: none;
  }
  .feature__image__container {
    width: 138%;
    position: relative;
  }
  .feature__2__poster__container {
    left: 59%;
  }
}
@media only screen and (max-width: 442px) {
  nav .logo {
    width: 100px;
  }
  nav :nth-child(2) {
    padding: 5px 10px;
  }
  nav :first-child {
    padding: 5px 2px;
  }
  .header-content h1 {
    font-size: 1.9rem;
    font-weight: 800;
    width: 90vw;
    text-align: center;
  }
  .header-content h3 {
    font-size: 1.3rem;
    font-weight: 400;
    margin: 2vh 0vw;
  }
  .header-content p {
    font-size: 1.1rem;
    font-weight: 350;
    line-height: 1.5;
    text-align: center;
  }
  .text-col,
  .img-col {
    flex-basis: 100%;
  }
  .special {
    display: none;
  }
  .feature__image__container {
    width: 178%;
    position: relative;
  }
  .feature__2__poster__container {
    left: 51%;
  }
}
