@import url('MartelSans-SemiBold.ttf');

*{
    padding: 0;
    margin: 0;
}
body{
    background-color: black;
}

.main{
    background-image: url("Assets/bg.jpg");
    height: 70vh;
    position: relative;
    background-position: center center;
    background-repeat: none;
    background-size: max(1200px, 100vw);
}
    .main .box{
    height: 70vh;
    width: 100%;
    opacity: 0.65;
    background-color: rgb(0, 0, 0);
    position: absolute;
    top: 0;
}
nav{
    display: flex;
    max-width: 60vw;
    justify-content: space-between;
    margin:auto;
    align-items: center;
    height: 63px;
}
nav img{
    position: relative;
    z-index: 10;
    height: 200px;
}
nav button{
    position: relative;
    z-index: 10;

}
.hero{
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 20px;
    z-index: 10;
    position: relative;
    flex-direction: column;
    gap: 24px;
    padding: 30px;
    
}
.hero> :first-child{
        font-size: 48px;
        font-weight: 900;
        text-align: center;
    }
.hero> :nth-child(2){
    font-size: 24px;
    font-weight: 400;
    text-align: center;
}
.hero> :nth-child(3){
    font-size: 20px;
    font-weight: 400;
    text-align: center;
}

.separation{
    height: 7px ;
    background-color: rgba(72, 72, 72, 0.448);
    width: 100vw;
    position: relative;
    top: 5px;
    padding: 0;
    margin: auto;
}
.btn{
    padding: 8px, 5px;
    font-weight: bold;
    background-color: white;
    margin: 12px;
     width: 80px;
     background-color: rgb(201, 201, 201);

}
.btn-red{
     padding: 19px 15pxs;
     border-radius: 5px;
     border: none;
    font-weight: bold;
    background-color: red;
    height: 55px;
    width: 160px;
    color: white;
    font-size: 20px;
}    
.btn-red-sm{
     padding: 8px 5px;
     margin: 12px;
     width: 80px;
     color: white;
     border-radius: 4.5px;
    font-weight: bold;
    background-color: red;
    border: none;
}
.form{
    padding: 19px 15px;
     margin: 12px;
     width: 280px;
     color: white;
     border-radius: 4.5px;
    font-weight: bold;
    font-size: 16px;
    background-color: rgba(9, 9, 9, 0.696);
    border: 0.8px solid grey;

}
.btn{
     padding: 8px 5px;
     margin: 7px;
     width: 100px;
     color: white;
     border-radius: 4.5px;
    font-weight: bold;
    background-color: rgba(0, 0, 0, 0.251);
    border: 0.5px solid grey;
}
h2{
    display: flex;
    /* justify-content: center; */
    max-width: 70vw;
    margin: 50px;
    margin-left: 150px;
    color: white;
    justify-items: center;
    
    align-items: center;
    top: 650px;
    position: absolute;
    font-size: 48px;
    font-weight: bold;

} 
p{
    display: flex;
    justify-content: center;
    max-width: 70vw;
    margin: 90px;
    margin-left: 150px;
    color: white;
    justify-items: center;
    
    

    
    align-items: center;
    top: 720px;
    position: absolute;
    font-size: 24px;
} 


/* .first .text {
  
   flex: 1;
  font-size: 30px;
  text-align: center;
  
  max-width: 45%; 
   line-height: 1.4;                  
}  */

.secimg img {
  width: 500px;
  height: auto;
  left: 1000px;
  display: flex;
  position: relative;
  top: 10px;
}
.secimg video{
     width: 500px;
  height: auto;
  left: 1000px;
  display: flex;
  position: absolute;
  top: 600px;
  z-index: -1;
}

.secimg1 img{
      width: 500px;
  height: auto;
  right: 1000px;
  display: flex;
  position: relative;
  top: 10px;

}

.second h2{
     display: flex;
    /* justify-content: center; */
    max-width: 70vw;
    margin: 50px;
    margin-left: 150px;
    color: white;
    justify-items: center;
    
    align-items: center;
    top: 1100px;
    position: absolute;
    font-size: 48px;
    font-weight: bold;


}
.second p{
    display: flex;
    justify-content: center;
    max-width: 70vw;
    margin: 90px;
    margin-left: 150px;
    color: white;
    justify-items: center;
    align-items: center;
    top: 1150px;
    position: absolute;
    font-size: 24px;
}

.third h2{
     display: flex;
    /* justify-content: center; */
    max-width: 70vw;
    margin: 50px;
    margin-left: 150px;
    color: white;
    justify-items: center;
    
    align-items: center;
    top: 1530px;
    position: absolute;
    font-size: 48px;
    font-weight: bold;


}
.third p{
    display: flex;
    justify-content: center;
    max-width: 70vw;
    margin: 90px;
    margin-left: 150px;
    color: white;
    justify-items: center;
    align-items: center;
    top: 1600px;
    position: absolute;
    font-size: 24px;
}
.separation-1{
    height: 7px ;
    background-color: rgba(72, 72, 72, 0.448);
    width: 100vw;
    position: absolute;
    top: 1420px;
    padding: 1px;
    margin: auto;
    display: flex;

}
.secimg1 img{
    position: relative;
    top: 120px;
    width: 500px;
}
.secimg1 video{
        width: 400px;
  height: auto;
  left: 1000px;
  
  display: flex;
  position: absolute;
  top: 1500px;
  z-index: -1;
}

.separation-2{
       height: 7px ;
    background-color: rgba(72, 72, 72, 0.448);
    width: 100vw;
    position: absolute;
    top: 1800px;
    padding: 0;
    margin: auto;
    display: flex;

}
.secimg2 img{
    position: relative;
    top: 120px;
    width: 500px;
}
.fourth h2{
    display: flex;
    /* justify-content: center; */
    max-width: 70vw;
    margin: 50px;
    margin-left: 150px;
    color: white;
    justify-items: center;
    
    align-items: center;
    top: 1900px;
    position: absolute;
    font-size: 48px;
    font-weight: bold;


}
.fourth p{
       display: flex;
    justify-content: center;
    max-width: 70vw;
    margin: 90px;
    margin-left: 150px;
    color: white;
    justify-items: center;
    align-items: center;
    top: 1980px;
    position: absolute;
    font-size: 24px;
}
.separation-3{
    height: 7px ;
    background-color: rgba(72, 72, 72, 0.448);
    width: 100vw;
    position: absolute;
    top: 2200px;
    padding: 0;
    margin: auto;
    display: flex;

}

.faqbox h2{
    display: flex;
    background-color: rgb(0, 0, 0);
    padding: 34px;
    top: 90px;
    position: relative;
    /* text-align: center; */
    font-size: 50px;
    justify-content: center;
}
.boxes {
    transition: all 0.5s ease-out;
  display: flex;
  justify-content:space-between ; /* places text left, icon right */
  align-items: center;            /* vertically centers them */
  background-color: #666;
  color: white;
  padding: 10px;
  width: 70%;
  margin: 10px auto;
  font-size: 20px;
  position: relative;
  top: 90px;
  
}

.boxes span{
 
    padding: 14px;
    margin-inline: 10px ;
    
   
    display: flex;
}
.boxes svg{
    filter: invert(1);
   
  width: 30px;   /* or whatever size you like */
  height: 30px;
  fill: white;   /* changes the color of the icon */
  flex-shrink: 0; /* prevents SVG from shrinking */
margin-right: 20px;
}
.boxes:hover{
    background-color: #414141;
    color: white;
}
.separation-4{
    height: 7px ;
    background-color: rgba(72, 72, 72, 0.448);
    width: 100vw;
    position: absolute;
    top: 2900px;
    padding: 0;
    margin: auto;
    display: flex;
}
.footer{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    
   
      gap: 10px;
  margin-top: 30px;
  text-decoration: none;

}
.footer-item{
    display: flex;
    flex-direction: column;
    margin-left: 50px;
    gap: 17px;
    
}
.questions{
    color: white;
    position: relative;
    margin-left: 50px;
    margin-top: 200px;
}
.footer a{
    text-decoration: none;
    color: white;
    font-size: 14px;
}
.footer a:hover{
    text-decoration: underline;
    color: rgb(156, 156, 156);
    font-size: 18px;
}






