* {
    padding: 0;
    margin: 0;
    font-family: netflix-sans;
    color: #fff;

}

@font-face {
    font-family: 'netflix-sans';
    src: url('netflix-sans-font/NetflixSans-Bold.woff2') format('woff2'),
}


@font-face {
    font-family: 'netflix-sans-regular';
    src: url('netflix-sans-font/NetflixSans-Regular.woff2') format('woff2'),
}


body {
    background: #000;
}

.banner {
    width: 100%;
    height: 110vh;
    background: url(images/banner.jpg);
   
}

.banner-inner {
    width: 100%;
    height: 110vh;
    background: rgba(0, 0, 0, 0.50);
    z-index: 0;
}

.banner-header {

    padding: 25px 160px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.banner-header img {
    width: 150px;
    z-index: 2;
}

.banner-header button {
    background: rgb(229 9 20);
    padding: 10px 20px;
    color: rgb(255 255 255);
    font-size: 13px;
    font-weight: 600;
    border-radius: 6px;
    border: none;
    cursor: pointer;
}

.banner-text {

    color: #fff;
    text-align: center;
    margin-top: 190px;

}

.banner-text h1 {
    font-size: 50px;
    font-weight: 600;
    margin-bottom: 27px;

}

.banner-text>:nth-child(2) {
    font-size: 24px;
    margin-bottom: 27px;
    font-family: netflix-sans-regular;
}

.banner-text>:nth-child(3) {
    font-size: 20px;
    font-family: netflix-sans-regular;
}

.input-box {
    align-items: center;
    display: flex;
    justify-content: center;

    margin-top: 20px;
}

.input-box input {
    width: 320px;
    margin-right: 215px;
    padding: 20px;
    font-size: 16px;
    color: rgb(187 183 180);
    border-radius: 4px;
    border: 0.1px solid rgb(187 183 180);
    background: #131211bb;
}

.input-box button {
    position: absolute;
    right: 340px;
    padding: 20px 50px;
    background: rgb(229 9 20);
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    cursor: pointer;
    border: none;
    border-radius: 6px;
}

.seperation {
    width: 100%;
    height: 8px;
    background: rgb(35 35 35);
}

/* ===========================section 1================== */
.section-1 {
    height: 83vh;
    display: flex;
}

.section-1 .col-1 {
    width: 37%;
    color: #fff;
    margin: 150px 0px 0px 150px;
}

.section-1 .col-1 h1 {
    font-size: 50px;
    font-weight: bolder;
    margin-bottom: 20px;

}

.section-1 .col-1 p {
    font-size: 24px;
    font-family: netflix-sans-regular;
}

.section-1 .col-2 {
    width: 35%;
    color: #fff;
}

.section-1 .col-2 img {
    width: 450px;
    margin-top: 70px;
    z-index: 10;
}

.section-1 .col-2 video {
    width: 328px;
    position: relative;
    bottom: 271px;
    left: 59px;

}

/* ===========================section 2================== */
.section-2 {
    height: 83vh;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    margin-top: -20px;
}

.section-2 .col-2 {
    width: 50%;
}

.section-2 .col-1 {
    width: 50%;
    font-family: netflix-sans-regular;
}

.section-2 .col-1 img {
    width: 480px;
    align-items: center;
    margin-left: 150px;
    margin-top: 40px;

}

.img-box {
    width: 270px;
    height: 110px;
    left: 250px;
    bottom: 130px;
    position: relative;
    border: 2px solid rgb(90 90 90);
    background: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 10px;
}

.section-2 .col-1 .img-box img {
    width: 65px;
    position: relative;
    right: 5px;
    bottom: 20px;
}

.text {
    margin-right: 200px;
}

.section-2 .col-1 .img-box .text p {
    font-size: 16px;
    font-size: netflix-sans-regular;
}

.section-2 .col-1 .img-box .text p span {
    font-size: 14px;
    color: #004feb;
    font-weight: 400;
}



.section-2 .col-2 h1 {
    font-size: 48px;
    font-weight: 900;
}

.section-2 .col-2 p {
    font-size: 24px;
    font-weight: 400;
    font-family: netflix-sans-regular;
    margin-top: 12px;
}

/* ===========================section 3================== */
.section-3 {
    height: 83vh;
    display: flex;
}

.section-3 .col-1 {
    width: 60%;
    margin: 140px 40px 0 179px;
}

.section-3 .col-1 {
    width: 40%;

}

.section-3 .col-1 h1 {
    font-family: netflix-sans;
    font-size: 48px;
    font-weight: 900;
}

.section-3 .col-1 p {
    font-family: netflix-sans-regular;
    font-size: 24px;
    margin-top: 20px;
}

/* ===========================section 4================== */
.section-4 {
    display: flex;
    align-items: center;
    height: 83vh;
    justify-content: center;
}

.section-4 .col-1 {
    width: 50%;
}

.section-4 .col-2 {
    width: 50%;
}

.section-4 .col-1 img {
    width: 470px;
    margin: 0px 0 0 150px;
}

.section-4 .col-2 h1 {
    font-size: 48px;
    font-weight: bolder;
    margin-bottom: 30px;
}

.section-4 .col-2 p {
    font-size: 24px;
    font-family: netflix-sans-regular;
}

/* ===========================section 5================== */

.section-5 {
    width: 100%;
    height: auto;
    margin-bottom:80px ;

}

.section-5 h1 {
    font-size: 48px;
    text-align: center;
    margin-top: 60px;
    margin-bottom: 20px;
    font-weight: bolder;
}


.main {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.qna {
    background: rgb(45 45 45);
    width: 70%;
    height: 90px;
    line-height: 3.6;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 24px;
    cursor: pointer;
    margin-bottom: 9px;

}

.qna:hover {
    background: rgb(65, 64, 64);
}

.qna p {
    font-family: netflix-sans-regular;
    margin-left: 20px;
    margin-top: 2px;
}

.qna i {
    margin-right: 30px;
    font-size: 40px;
    font-weight: lighter;

}

.detail {

    width: 70%;
    background: rgb(45 45 45);
    height: auto;
    margin-top: -7px;
    margin-bottom: 8px;
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.7s ease;
}

.show {

    max-height: 1000px;

}

.detail p {
    font-size: 24px;
    font-family: netflix-sans-regular;
    margin: 30px;
}

.section-5-para {
    margin: 20px 0 0 0;
}

.section-5-para p {
    font-size: 20px;
    font-family: netflix-sans-regular;
    text-align: center;
}

/* ==============================footer============================== */
footer {
    height: 60vh;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 25% 0 10%;

}

.option1 {
    width: 20%;
}

.option2 {
    width: 20%;

}

.option3 {
    width: 20%;
}

.option4 {
    width: 20%;
}


footer .options1 ul span li {
    margin-bottom: 10px;
    font-size: 16px;
}

footer .options3 ul li,
footer .options4 ul li,
footer .options2 ul li,
footer .options1 ul li {
    text-decoration: underline rgb(168 168 168);
    font-size: 14px;
    font-family: netflix-sans-regular;
    color: rgb(168 168 168);
    list-style: none;
    cursor: pointer;
    padding: 10px;
}

.language-select {
    background: transparent;
    border: 0.4px solid #fff;
    width: 120px;
    border-radius: 3px;
    height: 30px;
}

.language-select select {
    width: 120px;
    height: 30px;
    background: #0f0f0f;
    font-size: 16px;
    font-family: netflix-sans-regular;
}

.end {
    font-size: 14px;
    font-family: netflix-sans-regular;
    margin-top:25px ;
    color: rgb(168 168 168);
}

.mobile-content{
 display: none;       
}
/* =======================moblile screen=========================== */
/* =======================moblile screen=========================== */


@media only screen and (max-width: 768px){
    
    .mobile{
        display: none;
    }
    .mobile-content{
        display: flex;
        font-family: netflix-sans-regular;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        padding: 20px;
        gap: 20px;
    }
    .mobile-content h1{
        font-family: netflix-sans;
        font-size: 15px;
    }
    .mobile-content p{
        font-size: 10px;
        font-weight: 300;
    }
    .more-mobile{
        margin: 40px;
        font-family: netflix-sans-regular;
    }
    .mobile-instruction{
        width: 80vw;
        height: auto;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }
    .step-1{
        
        font-family: netflix-sans-regular;
        width: 80vw; 
    }
    .step-1 img{
        width: 100%;
        
        margin-bottom: 30px;
    }
}