@import url('https://fonts.googleapis.com/css2?family=Martel+Sans:wght@400;600;900&family=Poppins:wght@400;600;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');


*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Poppins", sans-serif;
}

body{
    background-color: black;
}

.main{
    background-image: url("Assets/Background.jpg");
    height: 80vh;
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: max(1200px, 100vw);
}

.main .box{
    height: 80vh;
    width: 100%;
    opacity: 0.7;
    background-color: black;
    position: absolute;
    top: 0;
}

nav{
    max-width: 80vw;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: auto;
    height: 62px;
}

nav img{
    width: 140px;
    padding-top: 20px;
    position: relative;
    z-index: 10;
    margin-left: 10px;
}

nav .buttons{
    position: relative;
    z-index: 10;
    margin-right: 10px;
    margin-top: 10px;
}

.hero{
    height: calc(100% - 62px);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: white;
    /* z-index: 10; */
    position: relative;
    font-family: "Martel Sans", sans-serif;
    gap: 23px;
    padding: 0px 30px;
}

#heading{
    height: 140px;
    width: 650px;

}

.hero> :nth-child(1){
    font-weight: 700;
    font-size: 50px;
    line-height: 70px;
    text-align: center;
}

.hero> :nth-child(2){
    font-size: 20px;
    font-weight: 550;
    text-align: center;
}

.hero :nth-child(3){
    font-size: 16px;
    font-weight: 400;
    text-align: center;
}

.seperation{
    height: 7px;
    background-color: grey;
    opacity: 0.3;
}

.btn{
    font-weight: 400;
    background-color: rgba(23, 23, 23, 0.7);
    height: 32px;
    width: 124px;
    padding: 6px 36px 6px 34px;
    border-radius: 4px;
    color: #fff;
    border: 1px solid #807f7f;
    font-family: 'Poppins', sans-serif; 
    cursor: pointer;

}

.btn-red-one{
    background-color: #E50914;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    height: 30px;
    border-radius: 4px;
    min-height: 32px;
    padding: 4px 16px;
    margin-left: 5px;
    cursor: pointer;
    border: none;

}

.btn-red-one:hover{
    background-color: rgb(194, 0, 0);
}


.btn-red-two{
    background-color: #E50914;
    color: #fff;
    font-weight: 510;
    padding: 3px 24px;
    font-size: 24px;
    border-radius: 4px;
    height: 56px;
    margin: 0px 0px 0px 8px;
    padding: 12px 24px 12px 24px;
    border-radius: 4px;
    border: none;
    width: 211.562px;
    cursor: pointer;
}

.btn-red-two:hover{
    background-color: rgb(194, 0, 0);
}


input{
    padding: 15px 16px 15px 13px;
    font-size: 1rem;
    border-radius: 4px;
    background-color: rgba(23, 23, 23, 0.6);
    height: 56px;
    width: 368px;
    font-weight: 500;
    color: #fff;
    border: 1px solid grey;
    font-weight: 400;
    outline: none;
    transition: border 0.3s ease;
    
}

input:focus {
  
  border: 1px solid white;
  box-shadow: none;
}

.hero-buttons{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1px;
}

.first{
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 80vw;
    margin: auto;
    color: #fff;
}

.secImg{
    position: relative;
}

.secImg video{
    position: absolute;
    top: 90px;
    right: 80px;
    z-index: -10;
}

section.first>div{
    display: flex;
    flex-direction: column;

}

section.first >div :first-child{
    font-size: 40px;
    font-family: "Poppins",sans-serif;
    font-weight: bolder;
}

section.first>div :nth-child(2) {
    font-size: 18px;
}

.first-three>div{
    display: flex;
    flex-direction: column;
}

.first-three{
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 80vw;
    margin: auto;
    color: #fff;
}

section.first-three>div :first-child{
    font-size: 40px;
    font-family: "Poppins",sans-serif;
    font-weight: bolder;
}

section.first-three>div :nth-child(2){
    font-size: 18px;
}

.faq{
    color: #fff;
    text-align: center;
    font-size: 24px;
    padding: 34px;
} 

.faqbox{
    display: flex;
    background-color: #3a3939;
    justify-content: space-between;
    padding: 20px 32px 16px 32px;
    max-width: 80vw;
    width: 100%;
    margin: auto;
    margin-top: 9px;
    height: 70px;
    font-size: 22px;
    cursor: pointer;
    transition: all 2sec ease-in;
} 

.faqbox:hover{
    background-color: rgb(66, 65, 65);
    color: white;
}

.line{
    color: #fff;
    display: flex; 
    justify-content: center; 
    align-items: center;
    padding: 20px;
}

footer{
    color: white;
    max-width: 60vw;
    max-width: 100%;
    padding: 60px;
    margin-left: 90px;
}

footer .questions{
    padding: 34px 0px;
}

.footer-item{
    display: flex;
    flex-direction: column;
}

.footer-item a{
    text-decoration: none;
    color: #fff;
    font-size: 14px;
}

.footer-item a:hover{
    text-decoration: underline;
}

.footer {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    color: white;

}

footer .text{
    font-size: 14px;
}

.b{
    margin: 40px 0px;
}

.last{
    font-size: 13px;
    margin-top: 30px;
}

.last>:nth-child(2){
    color: rgb(68,142,244);
}


/* Responsiveness */

/* Add this CSS at the end of your existing stylesheet to make the page responsive */

/* Mobile devices (up to 768px wide) */
@media screen and (max-width: 768px) {

    nav {
        flex-direction: column;
        align-items: flex-start;
        padding: 10px;
    }

    .hero {
        padding: 20px;
        text-align: center;
    }

    .hero > :nth-child(1) {
        font-size: 30px;
        line-height: 40px;
    }

    .hero > :nth-child(2),
    .hero > :nth-child(3) {
        font-size: 16px;
    }

    .hero-buttons {
        flex-direction: column;
        gap: 10px;
        width: 100%;
    }

    .hero-buttons input,
    .hero-buttons button {
        width: 100%;
    }

    section.first,
    section.first-three,
    section.first.second {
        flex-direction: column;
        padding: 20px;
        text-align: center;
    }

    .secImg {
        width: 100%;
    }

    .secImg img,
    .secImg video {
        width: 100%;
        height: auto;
        position: static;
    }

    .faqbox {
        font-size: 18px;
        padding: 16px;
        height: auto;
        flex-direction: column;
        align-items: flex-start;
    }

    footer {
        padding: 20px;
        margin-left: 0;
    }

    .footer {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }

    .btn,
    .btn-red-one,
    .btn-red-two {
        width: 100%;
    }
}



