* {
  padding: 0;
  margin: 0;
  font-family: "Poppins", sans-serif;
}

body {
  background-color: #000;
}

.main {
  background-image: url("img/bg.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: max(1200px, 100vw);
  height: 95vh;
  position: relative;
}

.box {
  height: 95vh;
  width: 100%;
  opacity: 0.69;
  position: absolute;
  top: 0;
  background-color: black;
}

nav {
  margin: auto;
  justify-content: space-between;
  display: flex;
  max-width: 60vw;
  align-items: center;
  height: 63px;
}

nav img {
  color: rgb(229, 9, 20);
  width: 9.25rem;
  height: 2.5rem;
  position: relative;
  z-index: 10;
  margin-top: 30px;
}

nav button {
  position: relative;
  z-index: 10;
}

.hero {
  font-family: "Martel Sans", sans-serif;
  height: calc(100% - 62px);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: white;
  position: relative;
  gap: 23px;
  padding: 0 30px;
}

.hero > :nth-child(1) {
  font-weight: 700;
  font-size: 48px;
  text-align: center;
}

.hero > :nth-child(2) {
  font-weight: 400;
  font-size: 24px;
  text-align: center;
}

.hero > :nth-child(3) {
  font-weight: 400;
  font-size: 20px;
  text-align: center;
}

.separation {
  height: 9px;
  background-color: rgb(60, 60, 60);
}

select {
  color: rgb(255, 255, 255);
  background-color: rgba(250, 250, 250, 0.024);
  border: 1px solid transparent;
}

.arrow {
  font-size: 18px;
  margin-left: 7px;
}

.btn {
  padding: 3px 8px;
  font-weight: 400;
  color: rgb(255, 255, 255);
  background-color: rgba(248, 243, 243, 0.024);
  border: 1px solid rgba(255, 255, 255, 0.402);
  border-radius: 4px;
  cursor: pointer;
}

.btn-red {
  background-color: #ff1119;
  color: #fff;
  padding: 5px 24px;
  font-size: 25px;
  height: 55px;
  font-weight: 500;
  border-radius: 3px;
}

.btn-red-sm {
  background-color: #ff1119;
  color: #fff;
  margin-left: 18px;
  margin-top: 15px;
}

.hero-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}

.main input {
  padding: 7px 101px 8px 14px;
  color: white;
  width: 250px;
  height: 40px;
  font-weight: 500;
  font-size: 18px;
  border-radius: 3px;
  background-color: rgba(23, 23, 23, 0.7);
  border: 1px solid rgba(246, 238, 238, 0.5);
}

.hover:hover {
  background-color: #e90008;
}

.first {
  display: flex;
  justify-content: center;
  max-width: 70vw;
  margin: auto;
  color: #fff;
  justify-content: center;
  align-items: center;
}

.secimg {
  position: relative;
}

.secimg img {
  width: 30vw;
  position: relative;
  z-index: 10;
  margin-top: 40px;
  margin-bottom: 100px;
}

.secimg video {
  position: absolute;
  margin-top: 111px;
  right: 60px;
  width: 75%;
}

.secimg3 img {
  width: 32vw;
  position: relative;
  z-index: 10;
  margin-top: 70px;
  margin-bottom: 60px;
}

.secimg3 video {
  position: absolute;
  margin-top: 100px;
  margin-left: 88px;
  width: 308px;
}

section.first > div {
  display: flex;
  flex-direction: column;
}

.first > div :nth-child(1) {
  font-size: 40px;
  font-weight: bolder;
}

.first > div :nth-child(2) {
  font-size: 20px;
  /* font-weight: bolder; */
}

.third video {
  margin-bottom: 400px;
}

.faq h2 {
  text-align: center;
  font-size: 48px;
  margin-top: 20px;
}

.faq {
  background-color: #000;
  color: #fff;
  padding: 34px;
  align-items: center;
  justify-content: center;
}

.faqbox {
  display: flex;
  background-color: #1d1d1d;
  padding: 24px;
  max-width: 65vw;
  font-size: 23px;
  margin: auto;
  margin-top: 25px;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  transition: all 0.5s ease-out;
}

.faqbox:hover {
  background-color: #3b3b3b;
}

.ready {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 80px;
}

.ready span {
  font-size: 20px;
  margin-bottom: 500px;
}

.email input {
  justify-content: center;
  font-weight: 400;
  font-size: 20px;
  margin-top: 15px;
  color: black;
  height: 53px;
  width: 400px;
  background-color: rgba(23, 23, 23, 0.7);
  border: 1px solid rgba(246, 238, 238, 0.5);
}

.foot-panel2 {
  background-color: #000000;
  color: #fff;
  height: 300px;
  display: flex;
  justify-content: space-evenly;
}

ul {
  margin-top: 20px;
}

ul a {
  display: block;
  text-decoration: none;
  /* color: #fff; */
  font-size: 1.1rem;
  margin-top: 10px;
  color: #dddddd;
}

ul a:hover {
  text-decoration: underline;
}
