* {
    margin: 0;
    padding: 0;
}

body {
    background-color: black;
}

.main {
    background-image: url("assets/images/bg.jpeg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: max(2000px, 100vw);
    height: 95vh;
    position: relative;
}

.main .box {
    height: 95vh;
    width: 100%;
    opacity: 0.7;
    background-color: black;
    position: absolute;
    top: 0;
}

nav {
    display: flex;
    max-width: 85vw;
    margin: auto;
    justify-content: space-between;
    align-items: center;
    height: 100px;
}

nav img {
    color: rgb(229, 9, 20);
    width: 140px;
    position: relative;
    z-index: 100;
}

nav button {
    position: relative;
    z-index: 10;
}

.hero {
    height: 82%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: white;
    position: relative;
    font-family: "Netflix Sans", "Helvetica Neue", "Segoe UI", Roboto, Ubuntu, sans-serif;
    gap: 23px;
    padding: 0 30px;
    text-align: center;
}

.hero> :nth-child(1) {
    font-weight: 900;
    font-size: 56px;
    text-align: center;
}

.hero> :nth-child(2) {
    font-weight: 500;
    font-size: 20px;
    text-align: center;
}

.hero> :nth-child(3) {
    font-weight: 400;
    font-size: 16px;
    text-align: center;
}

.separation {
    height: 5px;
    background-color: rgb(94, 88, 88);
    position: relative;
    z-index: 20;
}

.btn {
    padding: 3px 8px;
    font-weight: bold;
    background-color: white;
    gap: 3px;
}

.red-btn {
    background-color: red;
    font-weight: bold;
    color: rgb(255, 255, 255);
    padding: 12px 28px;
    font-size: 20px;
    font-family: "Netflix Sans", "Helvetica Neue", "Segoe UI", Roboto, Ubuntu, sans-serif;
    border-radius: 7px;
    cursor: pointer;
}

.red-btn-sm {
    background-color: red;
    font-weight: bold;
    color: white;
    padding: 10px 13px;
    border-radius: 7px;
    border: 2px solid white;
    cursor: pointer;
}

.main input {
    padding: 12px 35px;
    font-size: 20px;
    border-radius: 7px;
    background-color: rgba(23, 23, 23, 0.3);
    border: 1px solid gray;
    color: white;
}

.transparent-btn {
    background-color: rgba(248, 243, 243, 0.021);
    border: 1px solid gray;
    border-radius: 4px;
    padding: 10px 13px;
    color: white;
    cursor: pointer;
}
.first{
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 70vw;
    margin: auto;
    color: white;
}

.secImg{
    position: relative;
}
.secImg img{
    max-width: 30vw;
    position: relative;
    z-index: 10;
}

.secImg video{
    position: absolute;
    right: 0;
    top: 50px;
    max-width: 30vw;
}
section.first > div{
    display: flex;
    flex-direction: column;
    padding: 34px 0;
}
section.first > div :nth-child(1){
    font-size: 40px;
    font-weight: bolder;
}
section.first > div :nth-child(2){
    font-size: 24px;
   
}
.faq{
    background-color: black;
    color: white;
    padding: 34px;
}
.faq h2{
    text-align: center;
    font-size: 48px;
}
.faqbox{
     transition: all 1s ease-out;
    display: flex;
    background-color: #414141;
    padding: 24px;
    max-width: 60vw;
    margin:34px auto;
    justify-content: space-between;
    cursor: pointer;
    font-size: 24px;
}
.faqbox:hover {
    background-color: red;
}
.faq svg{
    filter: invert(1);
}
.last{
    height: 90%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: white;
    position: relative;
    /* font-family: "Netflix Sans", "Helvetica Neue", "Segoe UI", Roboto, Ubuntu, sans-serif; */
    gap: 23px;
    padding: 0 30px;
    text-align: center;
}
.last input{
     padding: 12px 35px;
    font-size: 20px;
    border-radius: 7px;
    background-color: rgba(23, 23, 23, 0.3);
    border: 1px solid gray;
    color: white;
}
.last span{
    font-size: 20px;
}
.last div{
    padding: 15px;
}
footer .questions{
padding: 34px 0;
}
footer{
    font-size: 20px;
    padding: 14px;
    color: white;
     max-width: 90vw;
    margin: auto
}
.footer{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    color: white;
    align-items: center;
}
@media screen and(max-width: 1300px){
    nav{
        max-width: 90vw;
    }
    .first{
        flex-wrap: wrap;
    }
    .secImg img{
    max-width: 18vw;
    
}
.secImg video{
    max-width: 18vw;
}
.hero> :nth-child(1) {
    font-size: 30px;
}
.hero> :nth-child(2) {
    font-size: 16px;
}
.hero> :nth-child(3) {
    font-size: 12px;
}
}
@media screen and(max-width: 1300px){
    .footer{
    display: grid;
    grid-template-columns: 1fr 1fr;
    color: white;
    gap: 25px;
}
}
footer a{
    font-size: 15px;
    color: white;
    
   
}


.footer-item{
    display: flex;
    flex-direction: column;
    gap: 23px;
    font-family: "Netflix Sans", "Helvetica Neue", "Segoe UI", Roboto, Ubuntu, sans-serif;
    text-align: center;
}
.net-pak{
    color: rgba(255, 255, 255, 0.5);
    display: flex;
    flex-direction: column;
    margin: 5px;
    position: relative;
    padding: 50px;
    gap: 23px;
    font-family: Netflix Sans", "Helvetica Neue", "Segoe UI", Roboto, Ubuntu, sans-serif;
}

