@import url('https://fonts.googleapis.com/css2?family=Martel+Sans:wght@600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,900;1,14..32,900&display=swap');

*{
    padding: 0;
    margin: 0;
    font-family:'Martel', sans-serif;
}
body{
    background-color: #000000;
}
.text-logo {
    font-size: 32px;
    font-weight: bold;
    color: white;
    font-family: 'Inter', sans-serif;
}

.main{
    background-image: url("assets/Images/bg1.jpg");
    background-position: center center;
    background-size: max(1200px,100vw);
    background-repeat: no-repeat;
    height: 644px;
    position: relative;
}
.main .box{
    height: 644px;
    width: 100%;
    opacity: 0.69;
    background-color: #000000;
    position: absolute;
    top: 0;
}
nav{
    max-width: 75vw;
    display: flex;
    justify-content: space-between;
    margin: auto;
    align-items: center;
    height: 100px;
}
nav img{
    color:#e50914;
    width: 150px;
    position: relative;
    z-index: 10;
}
nav button{
    position: relative;
    z-index: 10;
}
.hero{
    font-family:'Inter',sans-serif;
    height: calc(100% - 100px);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: #ffffff;
    position: relative;
    font-size: x-large;
    gap: 15px;
    padding: 0 30px;
}
.hero> :nth-child(1){
    font-family: 'Inter',sans-serif;
    font-size: clamp(1.5rem,6vw,3rem);
    font-weight: bolder; 
    text-align: center;
}
.hero> :nth-child(2){
    font-family: 'Inter',sans-serif;
    font-size: clamp(1.5rem,6vw,3rem);
    font-weight: bolder;
    text-align: center;
}
.hero> :nth-child(3){
    font-weight: lighter;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
}
.hero> :nth-child(4){
    font-size: 16px;
    font-weight: 400;
    text-align: center;
}
.seperator{
    height: 7px;
    background-color: rgb(46, 44, 44);
    position: relative;
    z-index: 20;
}
.dropdown {
    position: relative;
    display: inline-block;
}


.dropdown-content {
    display: none;
    position: absolute;
    background: rgba(0, 0, 0, 0.8);
    border: 1px solid #ffffff;
    border-radius: 4px;
    min-width: 120px;
    top: 110%; 
    left: 0;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    transition: opacity 0.2s ease-in-out;
}


.dropdown-content a {
    color: #ffffff;
    padding: 10px 16px;
    display: block;
    text-decoration: none;
    font-size: 14px;
}


.dropdown:hover .dropdown-content {
    display: block;
    opacity: 1;
}
.btn{
    padding: 8px 30px;
    font-weight: 400;
    background-color: rgba(248, 243, 243, 0.021);
    color: #ffffff;
    border: 1px solid #ffffff;
    border-radius: 4px;
    cursor: pointer;
}
.btn span{
    font-size: 14px;
    font-weight: bold;
    background: rgba(255,255,255,0.2);
    padding: 2px 4px;
    border-radius: 3px;
}

.btn-red{
    background-color: #e50914;
    color: #ffffff;
    padding: 14px 36px;
    font-size: 24px;
    font-weight: 520;
    border-radius: 4px;
    border: #e50914;
}
.btn-red-sm{
    background-color: #e50914;
    color: #ffffff;
    padding: 11px 20px;
    border: #e50914;
    height: 36px;
}
.hero-buttons{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
    
}
.main input{
    padding: 17px 180px 19px 14px;
    font-weight: 500;
    font-size: 16px;
    border-radius: 4px;
    color: #ffffff;
    background-color: rgba(23,23,23,0.7);
    border: 1px solid rgba(246,238 , 238, 0.5)
}
.first{
    display: flex;
    justify-content: center;
    max-width: 70vw;
    margin: auto;
    color: #ffffff;
    justify-content: center;
    align-items: center;
}
.secImage{
    
    position: relative;
    width: 100%;
    max-width: 555px;
    margin: auto;
}
.secImage img{
    width: 100%;
    height: auto;
    position: relative;
    z-index: 10;
}

.secImage video{
    position: absolute;
    top: 10%;
    left: 10%;
    width: 80%;
    height: auto;
    
}    
section.first > div{
    display: flex;
    flex-direction: column;
    padding: 34px 0;
    
}
section.first > div :nth-child(1){
    font-size: 48px;
    font-weight: bolder;
}
section.first > div :nth-child(2){
    font-size: 24px;
}
.faqq h2{
    text-align: center;
    font-size: 48px;
}
.faqq{
    background: black;
    color: #ffffff;
    padding: 34px;
   
}
.faqBox:hover{
    background-color: #414141;
    color: #ffffff;
}
.faqBox svg{
    filter: invert(1);
}
.faqBox{
    transition: all 1s ease-out;
    display: flex;
    justify-content: space-between;
    background-color: #2d2d2d;
    padding: 24px;
    font-size: 24px;
    max-width: 60vw;
    margin: 34px auto;
    cursor: pointer;
}
footer{
    color: #ffffff;
    max-width: 60vw;
    margin: auto;
    padding: 60px;
}
footer .questions{
    padding: 34px 0;
}
.footer{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    color: #ffffff;  
}


.footer a{
    font-size: 14px;
    color: #ffffff;
}
.footer-item{
    display: flex;
    flex-direction: column;
    gap: 23px;
}

.faqBox.open {
    background-color: #414141;
}


  



@media screen and (max-width: 768px) {
    nav {
        max-width: 90vw;
        flex-direction: column;
        height: auto;
        padding: 20px 0;
        gap: 15px;
        align-items: center;
    }

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

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

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

    .main input {
        width: 90%;
        padding: 14px;
    }

    .btn-red {
        width: 90%;
        padding: 14px;
        font-size: 18px;
    }

    .first {
        flex-direction: column;
        max-width: 90vw;
        text-align: center;
    }

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

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

    .faqBox {
        max-width: 90vw;
        font-size: 18px;
    }

    footer {
        max-width: 90vw;
    }

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

}

@media screen and (max-width: 1024px) {
    .hero > :nth-child(1) {
        font-size: 40px;
    }

    .first {
        max-width: 90vw;
    }

    .secImage {
        max-width: 90%;
    }

    .faqq h2 {
        font-size: 32px;
    }

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