@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@700&display=swap");
* {
  margin: 0;
  padding: 0;
}
body {
  background-color: black;
  font-family: Netflix Sans, Helvetica Neue, Segoe UI, Roboto, Ubuntu,
    sans-serif;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
}
html {
  font-size: 10px;
}
/* ==========================================================================================
                       * Header  Part                        
========================================================================================== */
.main {
  background: url(images/bc.jpg);
  height: 100vh;
  width: 100vw;

  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.main .box {
  width: 100%;
  height: 100vh;
  background: rgb(0, 0, 0);

  opacity: 0.72;
  position: absolute;
  top: 0;
}
nav {
  max-width: 77vw;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 18vh;
}
nav img {
  color: red;
  width: 18rem;
  position: relative;
  z-index: 10;
}
nav button {
  position: relative;
  z-index: 10;
}
.up-button {
  display: flex;
  gap: 11px;
  align-items: center;
}
.btn-red-sn {
  font-family: sans-serif;
  font-weight: 600;
  border-radius: 4px;
  padding: 1rem 16px;
  background-color: red;
  color: white;
  border: 1px solid red;
  font-size: 1.5rem;
}
.btn {
  font-size: 1.5rem;
  padding: 1rem 40px;
  background-color: white;
  background-color: rgb(62 62 62 / 41%);
  color: white;
  border: 2px solid rgb(249 249 249 / 81%);
  border-radius: 3px;
}
/* ==========================================================================================
                       * Hero Text Part                       
========================================================================================== */
.main .hero {
  font-family: Netflix Sans, Helvetica Neue, Segoe UI, Roboto, Ubuntu,
    sans-serif;
  height: calc(100% - 18vh);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: white;
  position: relative;
  z-index: 10;

  gap: 23px;
  padding: 0 30px;
}
.hero > :nth-child(1) {
  /* text-shadow: 4px 4px 9px rgb(255 0 0); */
  text-align: center;
  font-size: 5rem;
  font-weight: 900;
}
.hero > :nth-child(2) {
  text-align: center;
  font-size: 2.7rem;
  font-weight: 500;
}
.hero > :nth-child(3) {
  font-size: 2rem;
  text-align: center;
  font-weight: 450;
}
.sepration {
  height: 11px;
  background-color: rgb(59, 59, 59);
}
.down-button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
input {
  background-color: rgba(23, 23, 23, 0.2);
  font-size: 1.6rem;
  padding: 15px 123px 12px 26px;
  border-radius: 4px;
  border: 2px rgba(255 255 255 / 58%) solid;
}
.btn-red {
  background-color: red;
  border: 2px solid rgb(90, 0, 0);
  color: #ca0000;
  border-radius: 4px;
  font-size: 2rem;
  color: white;
  padding: 13px 37px;
}
/* ========================================================================================
*                                  MainPart 
========================================================================================*/

.first {
  padding: 20px;
  max-width: 75vw;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  margin: auto;
  height: 80vh;
}
.secimage {
  position: relative;
}
.secimage img {
  width: 555px;
  position: relative;
  z-index: 10;
}
.secimage video {
  position: absolute;
  top: 88px;
  width: 402px;
  left: 74px;
}
.first > div {
  display: flex;
  gap: 8px;
  flex-direction: column;
}
.first > div :first-child {
  font-size: 5rem;
  font-weight: 900;
}
.first > div :nth-child(2) {
  font-size: 24px;
}

/* ==========================================================================================
                          * Section faq                        
========================================================================================== */
.faq h1 {
  text-align: center;
  font-size: 4.8rem;
  font-weight: 900;
  margin-bottom: 25px;
  /* padding: 15px; */
}
.faq {
  color: white;
  padding: 34px;
}
.faqbox:hover {
  background-color: #414141;
  cursor: pointer;
}
.faqbox svg {
  width: 30px;
  height: 30px;
  filter: invert(1);
}
.faqbox {
  transition: all 1s ease-out;
  background-color: #2d2d2d;
  padding: 24px;
  width: 70vw;
  margin: 10px auto;
  display: flex;
  align-items: center;
  font-size: 2.4rem;
  justify-content: space-between;
}
.down-started {
  display: flex;
  flex-direction: column;
  gap: 33px;
  text-align: center;
  color: #fff;
  font-size: 2.4rem;

  padding: 34px;
}

/* ==========================================================================================
                          * Footer Part                        
========================================================================================== */
footer {
  max-width: 73vw;
  margin: auto;
  height: 40vh;
}
footer .question {
  color: #d6bebe;
  margin: 60px 0 20px;
  font-size: 2.2rem;
  text-decoration: underline;
}
.footer {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
.footer a {
  color: #918585;
}
.footer-item {
  gap: 23px;
  display: flex;
  flex-direction: column;
  font-size: 1.7rem;
}
