@import url("https://fonts.googleapis.com/css2?family=Martel+Sans:wght@200;300;400;600;700;800;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");
* {
  margin: 0;
  padding: 0;
  font-family: "Poppins", sans-serif;
}

body {
  background-color: black;
}

.main {
  background-image: url(assets/images/bg.jpg);
  height: 70vh;
  position: relative;
  background-position: center, center;
  background-size: max(1200px, 100vw);
  background-repeat: no-repeat;
}

.main .box {
  height: 70vh;
  width: 100%;
  opacity: 0.69;
  background-color: black;
  position: absolute;
  top: 0;
}

nav {
  max-width: 80vw;
  justify-content: space-between;
  margin: auto;
  display: flex;
  align-items: center;
  height: 62px;
}

nav img {
  position: relative;
  width: 114px;
  z-index: 10;
}

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: bolder;
  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;
}

.seperation {
  height: 4px;
  background-color: rgb(60, 59, 59);
}

.btn {
  padding: 3px 8px;
  font-weight: 400;
  color: white;
  background-color: rgba(248, 243, 243, 0.021);
  border-radius: 4px;
  border: 1px solid white;
  cursor: pointer;
}

.btn-red {
  background-color: red;
  color: white;
  padding: 3px 24px;
  font-size: 20px;
  border-radius: 4px;
  font-weight: 400;
}

.btn-red-sm {
  background-color: red;
  color: white;
}
.hero-buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}

.main input {
  background-color: rgba(23, 23, 23, 0.7);
  padding: 7px 101px 8px 14px;
  color: white;
  font-weight: 900;
  border: 1px solid rgba(246, 238, 238, 0.5);
  font-size: 12px;
  border-radius: 4px;
}

.first {
  display: flex;
  justify-content: center;
  max-width: 70vw;
  min-height: 60vh;
  margin: auto;
  color: white;
  justify-content: center;
  align-items: center;
}



.secImg {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.secImg img {
  max-width: 30vw;
  position: relative;
  z-index: 10;
  width: 100%;
}

.secImg video {
  width: 73%;
  position: absolute;
  top: 48px;
  object-fit: cover;
  top: 48%;
  left: 50%;
  height: auto;
  transform: translate(-50%, -50%);
  z-index: 5;
}

section.first > div {
  display: flex;
  flex-direction: column;
}

section.first > div :nth-child(1) {
  font-size: 48px;
  font-weight: bolder;
}

section.first > div :nth-child(2) {
  font-size: 24px;
}
.faq h2 {
  text-align: center;
  font-size: 48px;
}

.faq {
  background: black;
  color: white;
  padding: 34px;
}

.faqbox:hover {
  background-color: #414141;
  color: white;
}

.faqbox {
  color: white;
  transition: all 1s ease-out;
  font-size: 24px;
  display: flex;
  background-color: #808080;
  justify-content: space-between;
  padding: 18px;
  max-width: 70vw;
  margin: 34px auto;
  cursor: pointer;
}
footer {
  color: white;
  max-width: 60vw;
  margin: auto;
  padding: 14px;
}

footer a{
  font-size: 14px;
  color: white;
}

footer .questions{
  padding: 34px 0;
}

.footer {
  text-align: center;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  color: white;
}

@media screen and (max-width:1300px){
  .footer{
    display: grid;
    grid-template-columns: 1fr 1fr ;
  }
}
.footer-item {
  display: flex;
  flex-direction: column;
  gap: 23px;
}


/* 📱 Mobile responsiveness ke liye */
@media screen and (max-width: 768px) {

.main{
  height: auto;
}

.main .box{
  top: 0;
  bottom: 0;
  height: auto;
}

  .hero > :nth-child(1) {
    font-size: 32px; /* Heading chhota */
  }
  .hero > :nth-child(2) {
    font-size: 18px;
  }
  .hero > :nth-child(3) {
    font-size: 16px;
  }

  .hero-buttons {
    flex-direction: column; /* Email + button ek ke niche ek */
    gap: 10px;
  }

  .main input {
    width: 80%; /* Full width input */
    padding: 10px;
    font-size: 14px;
  }

  section.first {
    flex-direction: column; /* Text aur image niche niche */
    text-align: center;
    height: auto; /* Fixed height hatao */
    padding: 20px 0;
  }

  section.first > div :nth-child(1) {
    font-size: 28px; /* Heading chhoti */
  }

  section.first > div :nth-child(2) {
    font-size: 16px;
  }

  .secImg img {
    max-width: 80vw;
  }

  .secImg video {
    width: 70%;
  }

  .faqbox {
    max-width: 90%;
    font-size: 18px;
  }

  .faq h2 {
    font-size: 32px;
  }

  .footer {
    grid-template-columns: 1fr 1fr; /* 1 column footer */
    text-align: center;
    gap: 20px;
  }
}

@media screen and (max-width:1300px) and (min-width:769px){

  .hero> :nth-child(1){
    font-size: 40px;
  }

  .hero> :nth-child(2){
    font-size: 20px;


  }

  .hero> :nth-child(3){
    font-size: 18px;
  }

  section.first{
    flex-wrap: wrap;
    height: auto;
    text-align: center;
    padding: 40px;

  }

  section.first> div :nth-child(1){
    font-size: 36px;
  }

  section.first> div :nth-child(2){
    font-size: 20px;
  }
  
  .secImg img{
    max-width: 50vw;
  }

  .secImg video{
    width: 80%;
  }

  .faqbox{
    max-width: 80vw;
    font-size: 20px;
  }

  faq h2{
    font-size: 40px;
  }

.footer {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;        /* items ke beech ka gap */
  padding: 20px;    /* chaaro taraf andar ka gap */
}
}
