@import url('https://fonts.googleapis.com/css2?family=Martel+Sans:wght@200;300;400;600;700;800;900&family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=PT+Sans:ital,wght@0,400;0,700;1,400;1,700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
*{
    margin: 0;
    padding: 0;
    font-family: "Noto Sans", Poppins, sans-serif;
    transition: all 0.4s ease-out;
}
html{
    scroll-behavior: smooth;
}
*::selection{
    background-color: rgba(255, 0, 0, 0.5);
}
body{
    background-color: black;
}
main{
    background-image: url(assets/images/banner.jpg);
    height: 40rem;
    width: 100%;
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: max(1400px, 100%);
    z-index: 0;
    transition: none;
}
.box{
    height: 100%;
    width: 100%;
    position: absolute;
    top:0;
    background: rgb(0 0 0 / 45%);
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.837) 0, rgba(0, 0, 0, 0.127) 60%, rgba(0, 0, 0, 0.837) 100%);
    z-index: 1;
    
}
nav{
    display: flex;
    width: 88vw;
    margin: auto;
    align-items: center;
    justify-content: space-between;
    height:95px;
    padding: 0px 5vw;
    border-radius: 15px;
}
.logo{
    width:148px;
}


.logo, button{
    position: relative;
    z-index: 10;
}
.text{
    position:relative;
    height:65%;
    z-index: 10;
    width: 80%;
    margin: auto;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    gap: 4%;
    padding: 30px;
}
h1{
    font-size: 48px;
    font-weight: 900;
}
h3{
    font-weight: 400;
    font-size: 24px;

}
p{
    font-weight: 400;
    font-size: 20px;

}
.button{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}
button{
    font-weight:600;
    color: whitesmoke;
    padding: 3px 8px;
}
.english{
    background-color: rgba(22, 22, 22, 0.7);
    border-radius: 0.25rem;
    border-width: 0.0625rem;
    padding-right: calc(0.75rem + 0rem);
    border:1px solid rgba(128, 128, 128, 0.7);
    color: whitesmoke;
    padding:5px 100px;
    padding-left: 10px;
}
.red-sm{
    background-color: red;
    border-radius: 7%;
    padding: 5px 15px;
    border: none;
}
.red-lr{
    background-color: red;
    font-size: x-large;
    padding: 9px 30px;
    border-radius: 7px;
    border: none;
}
.red-lr:hover, .red-sm:hover{
    background-color: rgb(132, 0, 0);
    cursor: pointer;
}
main input{
    font-size: 15px;
    padding: 15px 155px;
    font-weight: 500;
    padding-left: 10px;
    text-align: left;
    border-radius: 5px;
    background-color:rgba(22, 22, 22, 0.7);
    border:1px solid rgba(128, 128, 128, 0.7);
    color: white;
}

.hero-buttons{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
}
.gap{
    height: 8px;
    width: 100%;
    background-color: rgb(37, 37, 37);
    position: relative;
    z-index: 5;
}
.sec1{
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    gap: 10%;
    height: 35rem;
}

.hero{
    display: flex;
    text-align: left;
    flex-direction: column;
    width: 30%;
}
.heding{
    font-size:48px ;
    font-weight: 900;
}
.par{
    font-size: 22px;
    font-weight: 430;
}
.video{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.tvimage{
    width: 500px;
    position: relative;
    z-index: 1;
}
.pcimage{
    width: 500px;
    position: relative;
    z-index: 1;
}
.tvvideo{
    position: absolute;
    right: 0;
    top: 60px;
    width: 440px;
}
.pcvideo{
    position: absolute;
    right: 0;
    top: 42px;
    left: 90px;
    width: 310px;
}
.faq{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    column-gap: 10px;
}
.faq h2{
    color: white;
    font-size: 30px;
    margin: 20px;
    text-align: center;
}
.faqbox{
    transition: all 0.4s ease-in-out;
    display: flex;
    flex-direction: row;
    justify-content:space-between;
    align-items: center;
    background-color: rgb(45,45,45);
    color: whitesmoke;
    width: 65vw;
    padding: 20px 25px;
    font-size: 25px;
    margin-bottom: 15px;
    cursor: pointer;
    
}
.faqbox:hover{
    background-color:rgb(67, 66, 66); 
}
.faqbox svg{
    width: 30px;
    margin: 0px 20px;
    height: 30px;
    object-position: center;
}
footer {
    color: white;
    max-width: 60vw;
    margin: auto;
    padding: 60px;
}

footer .questions {
    padding: 34px 0;
}


.footer {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    color: white;
}
.footer a {
    font-size: 14px;
    color: white;
}

.footer-item {
    display: flex;
    flex-direction: column;
    gap: 23px;
}
@media screen and (max-width:900px) {
    .sec1{
        flex-direction: column;
        gap: 2%;
    }
    .heding{
        font-size: 32px;
        font-weight: 800;
        padding-top: 0px;
        padding-bottom: 10px;
        text-align: center;
    }
    .hero{
        width: 50%;
        text-align: center;
    }
}
@media screen and (max-width:878px) {  
    .faqbox{
        width: 70vw;
        padding: 12px 20px;
        font-size: 20px;
    }
}
@media screen and (max-width:482px) {  
    .faqbox{
        width: 70vw;
        padding: 12px 20px;
        font-size: 15px;
    }
    .faq h2{
        font-size: 25px;
    }
}
@media screen and (max-width:1000px) {  
    .footer {
        display: grid;
        grid-template-columns: 1fr 1fr ;
        color: white;
    }
}
@media screen and (max-width:600px) {  
    .footer a{
        font-size: 12px;
    }
}
@media screen and (max-width:570px) {  
    .heding{
        font-size: 30px;
        font-weight: 750;
        padding-top: 0px;
        padding-bottom: 10px;
    }
}

@media screen and (max-width:720px) {  
    nav{
        height:80px;
    }
    .logo{
        width:140px;
    }
    h1{
        font-size: 40px;
        font-weight: 850;
    }
    h3{
        font-weight: 400;
        font-size: 22px;
    
    }
    p{
        font-weight: 400;
        font-size: 20px;
    
    }
    .red-lr{
        font-size: large;
        padding: 8px 22px;
        width: 160px;
    }
    main input{
        font-size: 12px;
        padding: 12px 4px ;
        width: 350px;
        font-weight: 400;
    }
}
@media screen and (max-width:720px) {  

    .red-lr{
        font-size: 15px;
        padding: 14px 12px;
        width: 120px;
    }
    main input{
        font-size: 15px;
        padding: 12px 4px ;
        width: 280px;
        font-weight: 500;
    }
}
@media screen and (max-width:500px) {  
    .red-sm{
        border-radius: 6%;
        padding: 5px 10px;
        border: none;
        width: 80px;
    }
    .english{
        display: none;
        width: 0px;
    }

    .logo{
        width:120px;
    }
    .hero-buttons{
        flex-direction: column;
    }
    .red-lr{
        font-size: 15px;
        padding: 10px 12px;
        width: 135px;
        margin-top: 8px;
    }
    .text{
        gap: 2%;
        height:calc(100% - 180px);
    }
    h1{
        font-size: 26px;
        font-weight: 800;
    }
    h3{
        font-weight: 400;
        font-size: 19px;
    
    }
    p{
        font-weight: 400;
        font-size: 16px;
    }
    .hero{
        width: 80%;
    }
    .heding{
        font-size:28px ;
        font-weight: 1000;
    }
    .par{
        font-size: 18px;
        font-weight: 435;
        margin-bottom: 18px;
    }
    .faqbox{
        width: 75vw;
        padding: 12px 20px;
        font-size: 15px;
    }
    .tvimage{
        width: 360px;
        position: relative;
        z-index: 1;
    }
    .tvvideo{
        position: absolute;
        left: 48px;
        top: 55px;
        width: 280px;
    }
    .pcimage{
        width:384px;
        z-index: 1;
    }
    .pcvideo{
        position: absolute;
        right: 0;
        top: 33px;
        left: 65px;
        width: 250px;
    }
    main{
        height: 35rem;
    }
    .box{
        height: 35rem;
        background: rgb(0 0 0 / 50%);
        background-image: linear-gradient(to top, rgba(0, 0, 0, 0.837) 0, rgba(0, 0, 0, 0.163) 60%, rgba(0, 0, 0, 0.837) 100%);
    }
    .sec1{
        height: 48rem;
    }
}