@import url("https://fonts.googleapis.com/css2?family=Martel+Sans:wght@200;300;400;600;700;800;900&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");

@import url("https://fonts.googleapis.com/css2?family=Martel+Sans:wght@200;300;400;600;700;800;900&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");

html,body{
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
  overflow-x: hidden;
}
* {
  padding: 0;
  margin: 0;
}
body {
  background-color: #000000;
}
.main {
  background-image: url("https://assets.nflxext.com/ffe/siteui/vlv3/826348c2-cdcb-42a0-bc11-a788478ba5a2/6d20b198-e7ab-4e9f-a1aa-666faa0298f9/IN-en-20240729-POP_SIGNUP_TWO_WEEKS-perspective_WEB_a67d8c9e-8121-4a74-98e4-8005eb2df227_large.jpg");
  /* object-position: right; */
  background-position: center center;
  height: 100vh;
  width: 100%;
  position: relative;
  background-size: max(1300px, 100vw);
  /* background-repeat: no-repeat; */
}
.main .box {
  background-color: #000000;
  height: 100vh;
  width: 100%;
  opacity: 0.64;
  position: absolute;
  top: 0%;
  left: 0%;
}
nav {
  /* background-color: #000000; */
  display: flex;
  max-width: 80vw;
  margin: auto;
  justify-content: space-between;
  align-items: center;
}
nav img {
  position: relative;
  z-index: 10;
}

nav button {
  position: relative;
  z-index: 10;
  cursor: pointer;
}
.hero {
  display: flex;
  color: white;
  position: relative;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 100%;
  font-family: "Martel Sans", sans-serif;
  gap: 7px;
  top: 8px;
  /* padding: 3px; */
  text-align: center;
}
.hero > :nth-child(1) {
  font-weight: 1000;
  font-size: 48px;
}
.hero > :nth-child(2) {
  font-weight: 400;
  font-size: 24px;
}
.hero > :nth-child(3) {
  font-weight: 400;
  font-size: 18px;
}
.seperation {
  background-color: rgb(71, 70, 70);
  height: 6px;
}
.btn {
  padding: 10px 23px;
  color: rgb(0, 0, 0);
  background-color: rgba(56, 55, 55, 0.062);
  color: rgb(255, 255, 255);
  border: 1px solid white;
}
.btn-red {
  background-color: rgb(233, 7, 7);
  color: white;
  border-radius: 5px;
  cursor: pointer;
}
.btn-red-sm {
  background-color: rgb(202, 16, 16);
  color: white;
  font-size: 20px;
  border-radius: 7px;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  border: none;
  cursor: pointer;
}
.main input {
  font-size: 15px;
  color: white;
  background-color: rgba(23, 23, 23, 0.7);
  border-radius: 7px;
  font-weight: 900;
  font-family: "Martel Sans", sans-serif;
  border: none;
  padding: 10px 101px 8px 14px;
  border: 1px solid rgb(230, 223, 223);
}
.heriye {
  display: flex;
  gap: 12px;
}
.first {
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  margin: auto;
  max-width: 80vw;
  /* flex-wrap: wrap; */
}
.secimg {
  position: relative;
}
.secimg img {
  width: 30vw;
  position: relative;
  z-index: 1;
}
.secimg video {
  position: absolute;
    top: 24%;
    right: 2px;
    left: 16%;
    width: 24vw;
}
section.first > div :first-child {
  font-family: "Martel Sans", sans-serif;
  font-size: 48px;
  font-weight: 900;
}
section.first > div :nth-child(2) {
  font-family: "Martel Sans", sans-serif;
  font-size: 24px;
  font-weight: 900;
}

section.first > div {
  display: flex;
  flex-direction: column;
  padding: 34px;
}
.secimg-qwe {
  position: relative;
}

.secimg-qwe video {
  position: absolute;
  top: 4vw;
  right: 8vw;
  width: 19vw;
}
.secimg-qwe img {
  width: 30vw;

  /* position: relative; */
  z-index: 1;
}
.faq {
  background-color: rgb(0, 0, 0);
  height: 20vw;
  width: 100vw;
  text-align: center;
  padding: 45px 12px;
}
.faq h2 {
  text-align: center;
  padding: 32px;
  font-family: "Martel Sans", sans-serif;
  font-weight: 900;
  color: white;
  font-size: 48px;
}
.faqbox {
  background-color: rgba(134, 130, 130, 0.308);
  width: 70vw;
  padding: 23px;
  display: flex;
  margin: auto;
  justify-content: space-between;
  border-radius: 4px;
  font-family: "Martel Sans", sans-serif;
  font-weight: 400;
  color: white;
  font-size: 23px;
  cursor: pointer;
}
.faqbox:hover {
  background-color: #414141;
  transition: all ease-out 0.3s;
}
.faqbox svg {
  color: white;
}
.navbar {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 22px;
}
.footer {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  padding: 16px;
  /* max-width: 60vw; */
  gap: 110px;
  margin: auto;
}
.footer-content {
  display: flex;
  flex-direction: column;
  gap: 12px 32px;
}


.footer a {
  color: white;
}

footer .hello2 {
  color: rgb(240, 228, 228);
  padding: 22px;
  font-family: "Martel Sans", sans-serif;

}
footer .hello2 {
  color: rgb(240, 228, 228);
  /* padding: 22px 12px 12px; */
  /* font-family: "Martel Sans", sans-serif; */

}
footer{
  padding: 22px;
}
@media screen and (max-width: 1300px){
  .first{
    flex-wrap: wrap;
  }
  /* .secimg-qwe video {
    
   
    position: absolute;
    top: 11vw;
    right: 17vw;
    width: 244px;
  }
  .secimg-qwe img{
    
    position: relative;
   
    width: 364px;
  
}
  */
  .hero > :nth-child(1) {
    /* font-weight: 1000; */
    font-size: 32px;
  }
  .hero > :nth-child(2) {
    /* font-weight: 400; */
    font-size: 18px;
  }
  .hero > :nth-child(3) {
    /* font-weight: 400; */
    font-size: 18px;
  }
  nav{
    max-width: 90vw;
  }
  .heriye{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 16px;
  }
  .ass{
    display: flex;
    flex-direction: column;
   
    gap: 12px;
  }

}