@import url("https://fonts.googleapis.com/css2?family=Martel+Sans:wght@600&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Martel+Sans:wght@900&display=swap');
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: "Martel Sans", sans-serif;
}
body{
    background-color: black; 
 } 
.main {
  background-image: url(images/bg.jpg);
  background-position: center center;
  background-size: max(1800px, 130vw);
  background-repeat: no-repeat;
  height: 100vh;
  position: relative;
}
.main .box {
  position: absolute;
  top: 0;
  height: 100vh;
  width: 100%;
  background-color: black;
  opacity: 0.78;
}
.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 78vw;
  margin: 0 auto;
  height: 62px;
  padding-top: 30px;
}
/* Convert blacker image to colurful using z-index */
.logo {
  width: 170px;
  height: 45px;
  position: relative;
  z-index: 10;
}
.button {
  width: 200px;
  position: relative;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
}
.b1 {
  background-color: rgba(37, 33, 33, 24%) ;
  height: 33px;
  width: 280px;
  color: white;
  font-size: 1rem;
  font-weight: 600;
  border: 1px solid rgb(195, 188, 188);
  box-shadow: 2px 3px 20px black;
  margin-right: 20px;
  border-radius: 4px;
  cursor: pointer;
}
.b2 {
  background-color: red;
  height: 33px;
  width: 160px;
  color: white;
  font-weight: 400;
  font-size: 1rem;
  border-radius: 4px;
  border: none;
  /* padding: 3px; */
}
@media screen and (max-width:400px) {
  .b2 {
    height: 26px;
    width: 140px;
    font-weight: 400;
    font-size: 0.8rem;
    /* padding: 3px; */
}  
.b1 {
height: 30px;
width: 155px;
font-size: 0.8rem;
font-weight: 400;
margin-right: 4px;
margin-left: 65px;
align-items: center;
}
}
.hero {
  font-family: "Martel Sans", sans-serif;
  height: 91vh;
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  gap: 1rem;
  z-index: 10;
}
@media screen and (max-width:960px) {
  .main {height: 80vh;}
  .main .box {height: 80vh;}
  .nav {height: 60px;}
  .logo { width: 160px;
    height: 40px;}
  .button {width: 180px;} 
  .b1 {margin-right: 4px;}
  .main {
    background-position: center center;
    background-size: max(1000px, 100vw);
    height: 80vh;
  }
  .hero {
    height: 71vh;
  }
}
@media screen and (max-width:520px) {
  .logo{    width: 128px;
    height: 22px;}
}
.hero> :nth-child(1){
    font-weight: 900;
    font-size: 3rem;
    font-family: 'Martel Sans', sans-serif;
    text-align: center;
    line-height: 3rem;
    /* height: 4.5rem; */
}
@media screen and (max-width:960px) {
  .hero> :nth-child(1){
    font-size: 2.5rem;
    font-weight: 900;
  }
}
@media screen and (max-width:719px) {
  .hero> :nth-child(1){
    font-size: 2.0rem;
    font-weight: 900;
  }
}
@media screen and (max-width:624px) {
  .hero> :nth-child(1){
    font-size: 1.5rem;
    font-weight: 900;
    line-height: 2rem;
  }
}
.hero> :nth-child(2){
    font-weight: 600;
    /* padding-top: 1px; */
    font-size: 1.5rem;
    text-align: center;
    line-height: 1.9rem;
}
.hero> :nth-child(3){
    font-weight: 600;
    font-size: 1.25rem;
    line-height: 1.5;
    text-align: center;
    
}
@media screen and (max-width:630px) {
  .hero> :nth-child(2){
    font-size: 1.25rem;
  }
  .hero> :nth-child(3){
    font-size: 1.0rem;
    
}
}
.input{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
}
@media screen and (max-width:627px) {
  .input{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 8px;}
}
.b3{
    background-color: red;
    color: white;
    padding: 4px 24px;
    font-size: 25px;
    font-weight: 200;
    border-radius: 4px;
    border: none;
}
@media screen and (max-width:628px) {
 .b3{
  font-size: 18px;
 }
}
.inp{
    padding: 7px 101px 8px 14px;
    font-size: 20px;
    border-radius: 4px;
    background-color: rgba(23, 23, 23, 0.7);
    border: 1px solid rgba(246, 238, 238, 0.3);;
    color: white;
}
@media screen and (max-width:628px) {
  .inp{
   font-size: 14px;
  }
 }
 @media screen and (max-width:400px) {
  .inp{
   font-size: 10px;
  }
  .b3{
    font-size: 10px;
  }
 }
.first{
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 90vw;
    margin: 90px;
    color: white;
    justify-content: center;
    align-items: center;

}
.ftext{  display: flex;
  flex-direction: column;
  max-width: 40vw;
  gap: 2rem;
}
.ftext>:nth-child(1){
  font-weight: 900;
    font-size: 3rem;
    font-family: "Martel Sans", sans-serif;
    /* text-align: center; */
    line-height: 4rem;
}
.ftext>:nth-child(2){
    font-size: 1.4rem;
    font-family: "Martel Sans", sans-serif;
    /* text-align: center; */
    line-height: 1.6rem;
}
/* PLAYING VIDEO IN IMAGE */

.fimage{
    position: relative;
}
.fimage img{
    width: 600px;
    position: relative;
    z-index: 10;
}
.fimage video{
  position: absolute;
  top: 51px;
  right: 0;
  width: 517px;
}
@media screen and (max-width:1220px) {
  .first{
    display: flex;
    flex-direction: column;
  }
  .ftext{
    max-width: 60vw;
    text-align: center;
  }
  .ftext>:nth-child(2){
    font-size: 1.125rem;
    margin: 0 auto;
    max-width: 70vw;
  }
  .fimage video {
    top: 97px;
    right: 87px;
    width: 435px;
}
}
@media screen and (max-width:715px) {
  .fimage img {
    width: 522px;
}
.fimage video {
  top: 82px;
  right: 67px;
  width: 387px;
}
.ftext>:nth-child(1) {
  font-weight: 900;
  font-size: 2.5rem;
  font-family: "Martel Sans", sans-serif;
  /* text-align: center; */
  line-height: 3rem;
}
.ftext>:nth-child(2) {
  font-size: 1.0125rem;
  margin: 0 auto;
  max-width: 70vw;
}
.ftext {
  max-width: 90vw;
  text-align: center;
}
}
@media screen and (max-width:550px) {
  .fimage img {
    width: 336px;
}
.fimage video {
  top: 52px;
  right: 47px;
  width: 244px;
}
.ftext>:nth-child(1) {
  font-weight: 900;
  font-size: 1.7rem;
  font-family: "Martel Sans", sans-serif;
  /* text-align: center; */
  line-height: 1.9rem;
}
.ftext>:nth-child(2) {
  font-size: 0.9rem;
  margin: 0px auto;
  max-width: 80vw;
  line-height: 1.3;
}
.ftext {
  max-width: 90vw;
  text-align: center;
}
}
.first3{
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 90vw;
  margin: 90px;
  color: white;
  justify-content: center;
  align-items: center;
  gap: 2rem;

}

.ftext3{  display: flex;
flex-direction: column;
max-width: 60vw;
text-align: center;
gap: 2rem;
}
.ftext3>:nth-child(1){
font-size: 3.0rem;
font-weight: bolder;
line-height: 1.0;
text-align: start;
}
.ftext3>:nth-child(2){
font-size: 1.5rem;
line-height: 1.2;
text-align: start;
}
.fimage3{
  position: relative;
}
.fimage3 img{
  width: 537px;
  position: relative;
  z-index: 10;
}
.fimage3 video{
  position: absolute;
  top: 46px;
  right: 109px;
  width: 325px;
}
@media screen and (max-width : 600px) {
  .fimage3 img{
      width: 400px;
      position: relative;
      z-index: 10;
  }
  .fimage3 video {
    position: absolute;
    top: 31px;
    right: 74px;
    width: 254px;
}
  }
@media screen and (max-width:1220px) {
  .first3 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  
  } 
}
@media screen and (max-width:810px) {
  .ftext3>:nth-child(1){
    font-size: 3rem;
    font-weight: bolder;
    margin: 0 auto;
    text-align: start;
    line-height: 1.0;
    }
    .ftext3>:nth-child(2){
    font-size: 1.125rem;
    margin: 0 auto;
    text-align: start;
    line-height: 1.6;
    } 
}
@media screen and (max-width:810px){
.ftext3>:nth-child(1) {
  font-size: 2.0rem;
  font-weight: bolder;
  line-height: 1.0;
}
.ftext3>:nth-child(2) {
  font-size: 0.9rem;
  text-align: start;
  line-height: 1.6;
}}
.faq{
  background-color: black;
  color: white;
  padding: 50px;
  gap: 2px;
}
.faq h1{
  text-align: center;
  font-size: 3.5rem;
}
@media screen and (max-width:950px) {
  .faq h1{
    text-align: center;
    font-size: 2.5rem;
  } 
}
@media screen and (max-width:712px) {
  .faq h1{
    text-align: center;
    font-size: 1.5rem;
  } 
}
@media screen and (max-width:480px) {
  .faq h1{
    text-align: center;
    font-size: 1.2rem;
  } 
}
/* .box1{
  gap: 2px;
} */
.faqbox{
  font-size: 1.2rem;
  display: flex;
  background-color: rgb(40, 36, 36);
  padding: 16px;
  max-width: 80vw;
  margin: 7px auto;
  justify-content: space-between;
  cursor: pointer;
  /* color: white; */
}
.faqbox:hover{
  background-color: rgb(60, 60, 60);
}
.separation{
  background-color: rgb(54, 54, 62);
  width: 100vw;
  height: 1.2vh;

}
.hero1{
  font-family: "Martel Sans", sans-serif;
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  gap: 1rem;
  margin-bottom: 100px;
  z-index: 10;
}
.hero1 span{
  font-size: 1.3rem;
}
@media screen and (max-width:830px) {
  .hero1 span{
    font-size: 1.2rem;
    text-align: center;
    margin: 0 auto;
  }
}
footer{
  color: white;
  max-width: 60vw;
  margin: auto;
  padding: 14px;
  margin: auto;
}
footer .Q{
  padding: 34px 0;

}
.footer{
  display: grid;
  grid-template-columns: repeat(4,1fr);
  height: 70vh;
  row-gap: 30rem;
  column-gap: 3rem;
  
}
@media screen and (max-width:870px) {
  .footer{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    row-gap: 0rem;
    column-gap: 9rem;
  }
}
@media screen and (max-width:519px) {
  .footer{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    row-gap: 0rem;
    column-gap: 1rem;
  }
  footer{
    margin: 1px;
  }
}
.footer-item{
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 139px;
 
}
.footer a{
  text-decoration: none;
  font-size: 1.0rem;
  color: white;
}
.input1{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
@media screen and (max-width:624px) {
  .input1{
    display: flex;
    flex-direction: column;
    justify-content: center;
  align-items: center;
  }  
}
.inp1{
  padding: 7px 101px 8px 14px;
  font-size: 20px;
  border-radius: 4px;
  background-color: rgba(23, 23, 23, 0.7);
  border: 1px solid rgba(246, 238, 238, 0.3);;
  color: white;
}
@media screen and (max-width:1220) {
  .faq h1 {
    text-align: center;
    font-size: 3.0rem;
}
}