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

*{
    margin: 0;
    padding: 0;
}
body{
    background-color: black;
    font-family:sans-serif;
}
.main{
    /* background-image: url(Netflix.clone/images/bg.jpeg); */
    background-position: center center;
    background-size: cover;
    height: 70vh;
    position: relative;
    background-repeat: no-repeat;
    border-bottom: 3px solid gray ;
    /* width: 100%;  */
}
nav{
    display: flex;
    justify-content: space-around;
    align-items: center;
    position:relative;
    z-index: 1;
}
.box{
    width: 100vw;
    height: 71vh;
    opacity: 0.64;
    background-color: black;
    position:absolute;
    top: 0;
}
.hero{
    height: 100%;
    color: rgb(255, 255, 255);
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 10px;
    top: -20px;
    font-size: 26px;
}

.row input{
    border: none;
}

.hero > :nth-child(1){
    font-family: 'Martel Sans';
    font-weight: 900;
    text-align:center;
    /* display: flex; */
}
.hero > :nth-child(2){
    font-weight: 400;
    font-size: 23px;
    padding-bottom: 10px;
    text-align:center;
    /* display: flex; */
}
.hero > :nth-child(3){
    font-weight: 400;
    font-size: 23px;
    text-align:center;
    /* display: flex; */
}
button:hover{
    opacity: 55%;
}

/* .bone{
    background-color: black;
    font-size: 20px;
    color: white;
    border-radius: 10px;
    padding: 5px;
    border: 2px solid white;
    cursor:pointer;                
} */

#bone{
    background-color: black;
    font-size: 20px;
    color: white;
    border-radius: 10px;
    padding: 4px;
    border: 2px solid white;
    cursor:pointer;                
}

.btwo{
    background-color: red;
    font-size: 20px;
    border-radius: 10px;
    padding: 7px;
    border: none;
    color: white;
    cursor: pointer;
}

.bree{
    background-color: red;
    font-size: 24px;
    border-radius: 10px;
    padding: 6px;
    border: none;
    color: white;
    cursor: pointer;
} 

.email{
    background-color: rgba(0, 0, 0, 0.452);
    font-size: 25px;
    color: white;
    border-radius: 10px;
    padding: 5px;
    text-align:center;
    /* opacity: 70%; */
}
.margin{
    margin: 15px;
    text-align: center;
}

.first{
    color: white;
    display: flex;
    align-items: center;
    /* width: 100%; */
    /* margin: auto; */

    justify-content: space-between;
    /* overflow: auto; */
    /* flex-wrap: wrap; */
    /* padding:10px; */
}

.pahlivid{
    position: relative;
}  

.pahlivid img{
    position: relative;
    width: 459px;
    z-index: 10;
} 

.pahlivid video{
    position: absolute;
    width: 339px;
    right: 60px;
    top: 70px;
}

.seperation{
    width: 100vw;
    height: 3px;
    background-color: rgba(78, 77, 77, 0.61);
}
.second{
    color: white;
    display: flex;
    align-items: center;
    width: 100%;
    margin: auto;
    /* justify-content: space-between; */
    /* overflow: auto; */
    /* flex-wrap: wrap; */
    /* margin: auto; */
}
.dusrivid img{
    width: 500px;
}
.third{
    color: white;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin: auto;
    /* overflow: auto; */
    /* flex-wrap: wrap; */
    /* margin: auto; */
}
.tisravid{
    position: relative;
}  
.tisravid img{
    position: relative;
    width: 500px;
    z-index: 10;
} 
.tisravid video{
    position: absolute;
    width: 413px;
    right: 50px;
    top: 65px;
}
.fourth{
    color: white;
    text-align: center;
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* width: 100%; */
    /* margin: auto; */
    /* overflow: auto; */
    /* flex-wrap: wrap; */
}

.chotha img{
    width: 460px;
}
.faq{
    color: white;
    text-align: center;
    /* margin-bottom:10px ; */
    /* justify-content: center; */
    /* display: flex; */
    /* flex-direction: column; */
    /* gap: 10px; */
}

#quebox{
    background-color: rgb(37, 37, 37);
    color: rgb(255, 255, 255);
    padding: 10px;
    width: 70vw;
    font-size: 17px;
    margin-bottom: 10px;
    /* appearance: base-select; */
    /* appearance: none; */
    /* -moz-appearance: none; */
    /* -webkit-appearance:none; */
    /* margin: auto; */
    /* display: flex; */
    /* justify-content: space-between; */
    /* margin: 15px; */
    /* bottom: 10px; */
}
/* #quebox option{
    padding: 100px;
    appearance: red;
    background-color: red;
} */

.rowone{
    margin: 15px;
}
.emol{
    background-color: rgba(0, 0, 0, 0.452);
    font-size: 19px;
    color: white;
    border-radius: 10px;
    padding: 5px 20px;
    /* text-align:center; */
}
.brii{
    background-color: red;
    font-size: 18px;
    border-radius: 10px;
    padding: 6px ;
    border: none;
    color: white;
    cursor: pointer;
}
.fifth{
    height: 50vh;
    width: 70%;
    color: white;
    display: flex;
    justify-content: center;
    margin: auto;
    flex-wrap: wrap;
}
.foot{
    margin: 20px 0 20px 0;
    position: absolute;
    display: flex;
    /* align-items: flex-start; */
    /* text-align: start; */
}
.quest{
    padding:0 50px 0 0;
    text-align: center;
    /* display: flex; */
    /* justify-content: center; */
    /* flex-direction: row; */
}
ul{
    margin: 80px 0 0 0;
    list-style: none;
    /* display: flex; */
}
li{
    margin-bottom: 20px;
    text-decoration: underline;
}
li:hover{
    opacity: 60%;
    text-decoration: none;
    background-color: white;
    color: black;
    cursor: pointer;
}
@media only screen and (max-width:786px) {
        .pahlivid img {
           position: relative;
           width: 315px;
           right: 19px;
           z-index: 10;
        }
        .pahlivid video {
            position: absolute;
            width: 231px;
            right: 62px;
            top: 49px;
        }

        .dusrivid img {
            width: 315px;
        }
        .tisravid img {
            position: relative;
            width: 319px;
            z-index: 10;
        }
        .tisravid video {
            position: absolute;
            width: 311px;
            right: 0;
            top: 40px;
        }

        .chotha img {
            width: 290px;
        }
}
    
@media only screen and (max-width:768px) {
        .first, .second, .third, .fourth{
            flex-direction: column;
            flex-wrap: wrap ;
        }    
}

@media only screen and (max-width:768px) {
    h1{
        font-size: 15px;
    }
    h4{
        font-size: 10px;
    }
    
}

@media only screen and (max-width:768px) {
    .rowone{
        display: flex;
        flex-direction: column;
        gap: 10px;
        position: relative;
    }
    .row{
        display: flex;
        flex-direction: column;
        gap: 10px;
        position: relative;
    }
    .bree, .email{
        font-size: 18px;
    }
}
@media only screen and (max-width:768px) {
    
    .hero > :nth-child(1){
    font-family: 'Martel Sans';
    font-weight: 700;
    font-size: 17px;
    }
    .hero > :nth-child(2){
        font-weight: 300;
        font-size: 15px;
    }
    .hero > :nth-child(3){
        font-weight: 300;
        font-size: 14px;
    }
    
}
@media only screen and (max-width:768px) {
    #bone{
        font-size: 12px;
        border-radius: 10px;
        padding: 3px;
        /* color: white; */
        /* background-color: black; */
        /* border: 2px solid white; */
    }
    .btwo{
        font-size: 12px;
        border-radius: 10px;
        padding: 5px;
        /* background-color: red; */
        /* border: none; */
        /* color: white; */
    }
}