* {
  padding: 0px;
  margin: 0px;
  font-family: "Fira Sans", sans-serif;
}
body {
  background-color: black;
}
.main {
  background-image: url(bg.jpg);
  background-position: center center;
  height: 70vh;
  width: 100%;
  background-size: cover;
  position: relative;
}
.box {
  height: 70vh;
  width: 100%;
  background-color: black;
  opacity: 0.69;
  position: absolute;
  top: 0;
}
nav {
  max-width: 80vh;
  height: 62px;
  margin: auto;
  background-color: rgba(0, 0, 0, 0.13);
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 3;
}
nav img {
  width: 80px;
  position: relative;
  left: 12px;
}
.hero {
  height: calc(100% - 63px);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: white;
  position: relative;
  z-index: 10;
  padding: 0px 30px;
  gap: 8px;
  text-align: center;
}
.email {
  padding: 7px 40px;
  background-color: rgba(28, 28, 28, 0.357);
  border: 1px solid rgba(255, 255, 255, 0.514);
  color: white;
  font-weight: bold;
  border-radius: 2px;
  font-size: 9px;
}
.hbtn {
  padding: 3px 8px;
  border: 3px solid red;
  background-color: red;
  color: rgb(255, 255, 255);
  font-weight: 450;
  border-radius: 4px;
  cursor: pointer;
  position: relative;
  right: 10px;
}
.hbtn1 {
  background-color: rgba(35, 34, 34, 0.539);
  color: rgb(255, 253, 253);
  border: 1px solid rgba(255, 255, 255, 0.47);
}
.separation {
  height: 7px;
  width: 100%;
  background-color: rgba(48, 47, 47, 0.68);
  position: relative;
  z-index: 11;
}
.htext1 {
  font-size: 40px;
  font-weight: 600;
}
.htext2 {
  font-size: 16px;
  font-weight: 500;
}
.htext3 {
  font-size: 14px;
  font-weight: 400px;
}
.secfirst {
  display: flex;
  justify-content: space-evenly;
  text-align: center;
  margin: auto;
  background-color: black;
}
/* @media (max-width: 600px) {
  .secfirst {
    display: flex;
    flex-wrap: wrap;
  }
} */
.sec1text {
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-size: 16px;
  font-weight: 400;
  max-width: 60vh;
  padding: 34px 0px;
}
.enjoy {
  font-size: 24px;
  font-weight: bold;
}
.secfirst_img {
  position: relative;
  z-index: 10;
}
.secfirst_img video {
  width: 219px;
  position: absolute;
  top: 45px;
  right: 43px;
  z-index: -10;
}

.faq {
  background-color: black;
}
.faq h2 {
  padding: 30px;
  color: white;
  background-color: black;
  text-align: center;
}
.faqbox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  background-color: #585757;
  color: rgb(232, 232, 232);
  border-radius: 5px;
  max-width: 60vw;
  margin: 15px auto;
}
.faqbox:hover {
  transition: all 1s ease-out;
  background-color: rgb(31, 31, 31);
}
.lastbtn {
  display: flex;
  justify-content: center;
  align-items: center;
}
.lbtndiv {
  background-color: black;
  color: white;
  text-align: center;
}
button {
  margin-left: 20px;
}
footer {
  height: 15vw;
  color: white;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  margin-top: 80px;
  align-items: center;
}
.footertext a {
  color: white;
  list-style: none;
  text-decoration: none;
}
.foottext {
  padding-bottom: 10px;
  list-style: none;
}
