*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
section{
    background:linear-gradient(rgba(7, 7, 7, 0.5),rgb(43, 40, 40)),url(./images/background.jpg);
    background-position: center;
    background-size: cover;
    height: 110vh;
    width: 100%;
    padding: 20px 40px;
    text-align: center;
    font-family: 'poppins', sans-serif;
    border-bottom: 10px solid rgb(46, 45, 45);  
}
section nav{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 90px;
}
section nav .logo{
    overflow: hidden;
    width: 200px;
    height: 100%;
}
section nav .logo img{
    width: 100%;
    height: 100%;
}
section nav button{
    outline: none;
    border: none;
    border-radius: 5px;
    background: red;
    padding: 10px 20px;
    text-align: center;
}
section nav button a{
    text-decoration: none;
    color: whitesmoke;
    font-size: 20px;
    font-weight: 600;
}
section .body-area{
    color: white;
    align-items: center;
    margin: 10%;
}
section .body-area h1{
    font-size: 55px;
    margin-bottom: 20px;
}
section .body-area h2{
    margin-bottom: 30px;
}
section .body-area h3{
    margin-bottom: 20px;
}
.buttons{
    display: flex;
    justify-content: center;
}
.buttons input{
    padding: 18px;
    width: 500px;
    font-weight: 400;
    font-size: 17px;
    border: none;
    outline: none;
}
.buttons button{
    padding: 18px;
    width: 200px;
    outline: none;
    border: none;
    background: red;
}
.buttons button a{
    text-decoration: none;
    color: white;
    font-size: 22px;
    gap: 5px;
}
.buttons button i{
    color: white;
    font-size: 22px;
    cursor: pointer;
}
/* -------------------enjoyment-area---------------- */
.enjoyment-area{
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    padding: 40px 0 50px 0;
    background: black;
    color: white;
    font-family: 'poppins', sans-serif;
    border-bottom: 10px solid rgb(46, 45, 45); 
}
.enjoyment-area .enjoy-tv{
    text-align: left;
    /* border: 2px red solid; */
    width: 450px;
}
.enjoyment-area .enjoy-tv h1{
    margin-bottom: 20px;
    font-size: 45px;
    font-weight: 600;
}
.enjoyment-area .enjoy-tv p{
    /* line-height: 5px; */
    font-size: 25px;
}
.enjoyment-area .television-set{
    width: 500px;
    height: 350px;
    background: url(./images/real\ tv.png);
    background-size: cover;
    background-position: center;
    object-fit: cover;
}
.enjoyment-area .stranger-things{
    background: url(./images/staranger\ things.jpg);
    width: 300px;
    height: 450px;
    background-size: cover;
    background-position: center;
    object-fit: cover;
    position: relative;
}
.enjoyment-area .stranger-things .three-things{
    position: absolute;
    bottom: 30px;
    left: 0;
    border: 2px solid rgb(46, 45, 45); 
    border-radius: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px;
    background: black;
}
.enjoyment-area .stranger-things .three-things img{
    width: 70px;
    height: 60px;
    /* display: inline-block; */
}
.enjoyment-area .stranger-things .three-things p{
    margin-left: 15px;
    font-weight: 500;
    font-size: 18px;
}
.enjoyment-area .stranger-things .three-things p span{
    color: blue;
}
.enjoyment-area .stranger-things .three-things i{
    font-size: 30px;
    font-weight: lighter;
}
.enjoyment-area #download{
    width: 500px;
}
/*-------------- .everywherearea--------- */
.everywhere{
    padding: 50px;
    background: black;
    color: white;
    font-family: 'poppins', sans-serif;
    border-bottom: 10px solid rgb(46, 45, 45); 
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.everywhere .enjoy-tv{
    text-align: left;
    /* border: 2px red solid; */
    width: 450px;
}
.everywhere .enjoy-tv h1{
    margin-bottom: 20px;
    font-size: 45px;
    font-weight: 600;
}
.everywhere .enjoy-tv p{
    /* line-height: 5px; */
    font-size: 25px;
}
.everywhere .any{
    width: 500px;
}
.enjoyment-area #kids{
    background: url(./images/kids.png);
    width: 600px;
}
/*--------------- frequently asked questions-------------- */
.netflix{
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
    text-align: center;
    color: white;
    font-family: 'poppins', sans-serif;
    background: black;
    padding: 40px 0;
    height: 160vh;
    width: 100%;
}
.netflix h1{
    margin-bottom: 20px;
    font-size: 45px;
    font-weight: 600;
}
.netflix ul{
    list-style: none;
    text-align: center;
    margin-bottom: 20px;
}
.netflix ul li{
    background: rgb(46, 45, 45);
    cursor: pointer;
    padding: 20px;
    margin-bottom: 20px;
    width: 700px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 25px;
}
.netflix h3{
 font-weight: 100;
 font-size: 20px;
}
.netflix .buttons{
    margin-top: -10px;
}

/*------------------- footer area---------------- */
footer{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    padding: 40px 80px;
    width: 100%;
    color: gray;
    font-family: 'poppins', sans-serif;
    background: black;
}
footer h4{
    margin-bottom: 20px;
}
footer h4 a{
    font-size: 17px;
    text-decoration: none;
    text-decoration: none;
    color: gray;
}
footer .links{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}
footer .links ul{
    list-style: none;
    margin-bottom: 20px; 
}
footer .links ul li{
    margin-bottom: 15px;
}
footer .links ul li a{
    text-decoration: none;
    color: gray;
    font-size: 15px;
}
footer .links ul li a:hover,
footer h4 a:hover{
    text-decoration: underline;
}
@media (max-width: 480px){
    section{
        background:linear-gradient(rgba(7, 7, 7, 0.5),rgb(43, 40, 40)),url(./images/background.jpg);
        background-position: center;
        background-size: cover;
        height: 80vh;
        width: 100%;
        padding: 15px 20px;
        text-align: center;
        font-family: 'poppins', sans-serif;
        border-bottom: 10px solid gray;  
    }
    section nav{
        display: flex;
        justify-content: space-between;
        align-items: center;
        height: 70px;
        width: 100%;
    }
    section nav .logo{
        overflow: hidden;
        width: 120px;
        height: 100%;
    }
    section nav .logo img{
        width: 100%;
        height: 100%;
    }
    section nav button{
        outline: none;
        border: none;
        border-radius: 5px;
        background: red;
        padding: 7px 15px;
        text-align: center;
    }
    section nav button a{
        text-decoration: none;
        color: whitesmoke;
        font-size: 16px;
        font-weight: 500;
    }
    section .body-area{
        display: flex;
        flex-direction: column;
        margin-top: 15%;
        /* justify-self: center; */
    }
    section .body-area h1{
        font-size: 25px;
        /* margin-bottom: 10px; */
    }
    section .body-area h2{
       font-size: 18px;
    }
    section .body-area h3{
        /* margin-bottom: 20px; */
        font-size: 15px;
    }
    .buttons{
        display: flex;
        justify-content: space-between;
        flex-direction: column;
        height: 120px;

    }
    .buttons input{
        padding: 18px;
        width: 300px;
        font-weight: 400;
        font-size: 17px;
        border: none;
        outline: none;
        border-radius: 5px;
    }
    .buttons button{
        padding: 15px;
        /* width: 200px; */
        outline: none;
        border: none;
        background: red;
        border-radius: 5px;
    }
    .buttons button a{
        text-decoration: none;
        color: white;
        font-size: 17px;
        /* gap: 5px; */
    }
    .buttons button i{
        color: white;
        font-size: 17px;
        cursor: pointer;
    }
    .enjoyment-area{
        display: flex;
        /* justify-content: space-around; */
        align-items: center;
        flex-direction: column;
        width: 100%;
        padding: 12px;
        background: black;
        color: white;
        font-family: 'poppins', sans-serif;
        border-bottom: 10px solid rgb(46, 45, 45); 
    }
    .enjoyment-area .enjoy-tv{
        text-align: center;
        /* border: 2px red solid; */
        width: 100%;
        padding: 10px;
    }
    .enjoyment-area .enjoy-tv h1{
        margin-bottom: 20px;
        font-size: 25px;
        font-weight: 500;
    }
    .enjoyment-area .enjoy-tv p{
        /* line-height: 5px; */
        font-size: 18px;
    }
    .enjoyment-area .television-set{
        width: 100%;
        height: 250px;
        background: url(./images/real\ tv.png);
        background-size: cover;
        background-position: center;
        object-fit: cover;
    }
    .enjoyment-area .stranger-things{
        background: url(./images/staranger\ things.jpg);
        width: 100%;
        height: 250px;
        background-size: cover;
        background-position: center;
        object-fit: cover;
        position: relative;
    }
    .enjoyment-area .stranger-things .three-things{
        position: absolute;
        bottom: 20px;
        left: 40px;
        border: 2px solid rgb(46, 45, 45); 
        border-radius: 15px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 5px;
        background: black;
        width: 250px;
    }
    .enjoyment-area .stranger-things .three-things img{
        width: 50px;
        height: 50px;
        /* display: inline-block; */
    }
    .enjoyment-area .stranger-things .three-things p{
        /* margin-left: 7px; */
        font-weight: 500;
        font-size: 18px;
    }
    .enjoyment-area .stranger-things .three-things p span{
        color: blue;
    }
    .enjoyment-area .stranger-things .three-things i{
        font-size: 15px;
        font-weight: lighter;
    }
    .enjoyment-area #download{
        width: 100%;
    }
    .everywhere{
        padding: 15px;
        background: black;
        color: white;
        font-family: 'poppins', sans-serif;
        border-bottom: 10px solid rgb(46, 45, 45); 
        display: flex;
        /* justify-content: space-around; */
        align-items: center;
        flex-direction: column;
        text-align: center;
    }
    .everywhere .enjoy-tv{
        text-align: left;
        /* border: 2px red solid; */
        width: 100%;
        text-align: center;
    }
    .everywhere .enjoy-tv h1{
        margin-bottom: 20px;
        font-size: 30px;
        font-weight: 600;
    }
    .everywhere .enjoy-tv p{
        /* line-height: 5px; */
        font-size: 25px;
    }
    .everywhere .any{
        width: 100%;
    }
    .enjoyment-area #kids{
        background: url(./images/kids.png);
        background-position: center;
        background-size: cover;
        width: 100%;
    }
    .netflix{
        display: flex;
        /* justify-content: space-between; */
        flex-direction: column;
        align-items: center;
        text-align: center;
        color: white;
        font-family: 'poppins', sans-serif;
        background: black;
        border-bottom: 10px solid rgb(46, 45, 45); 
        
        /* height: 90vh; */
        width: 100%;
        height: 70vh;
        padding: 20px;
    }
    .netflix h1{
        margin-bottom: 20px;
        font-size: 30px;
        font-weight: 600;
    }
    .netflix ul{
        list-style: none;
        text-align: center;
        /* margin-bottom: 20px; */
        width: 100%;
        padding: 0 7px;
    }
    .netflix ul li{
        background: rgb(46, 45, 45);
        cursor: pointer;
        padding: 10px;
        /* margin-bottom: 20px; */
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        font-size: 20px;
        text-align: left;
    }
    .netflix h3{
     font-weight: 100;
     font-size: 17px;
     display: none;
    }
    .netflix .buttons{
        display: none;
    }
    footer{
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: space-between;
        padding: 20px ;
        width: 100%;
        color: gray;
        font-family: 'poppins', sans-serif;
        background: black;
        text-align: left;
    }
    footer h4{
        margin-bottom: 20px;
    }
    footer h4 a{
        font-size: 20px;
        text-decoration: none;
        text-decoration: none;
        color: gray;
    }
    footer .links{
        display: flex;
        /* justify-content: space-between; */
        align-items: flex-start; 
        flex-direction: column;
        text-align: left;
        width: 100%;
    }
    footer .links ul{
        list-style: none;
        margin-bottom: 20px; 
    }
    footer .links ul li{
        margin-bottom: 15px;
    }
    footer .links ul li a{
        text-decoration: none;
        color: gray;
        font-size: 18px;
    }
    footer .links ul li a:hover,
    footer h4 a:hover{
        text-decoration: underline;
    }
} 

 /* @media screen and (min-width: 340px){
    .begin{
        height: 75vh;
        width: 100%;
        padding: 10px;
    }
    .body-area h3{
       font-size: 20px;
    }
    .enjoyment-area .enjoy-tv{
        text-align: center;
        width: 100%;
        /* padding: 7px; 
    }
    .enjoyment-area .enjoy-tv h1{
        margin-bottom: 20px;
        font-size: 26px;
        font-weight: 500;
    }
    .enjoyment-area .enjoy-tv p{
        font-size: 20px;
        font-weight: 200;
    }
    .enjoyment-area .television-set{
        width: 100%;
        height: 300px;
        background: url(./images/real\ tv.png);
        background-size: cover;
        background-position: center;
        object-fit: cover;
    }
    .everywhere{
        width: 100%;
    }
    .everywhere .enjoy-tv{
        text-align: center;
        width: 100%;
        padding: 10px;
    }
    .enjoyment-area #download{
        width: 100%;
        padding: 20px;
    }
    
    #question{
        /* display: flex;
        justify-content: center; 
        flex-direction: column;
        align-items: center;
        text-align: center;
        color: white;
        font-family: 'poppins', sans-serif; 
        border-bottom: 7px solid #515c6f; 
        /* background: red; 
        background: black;
        height: 95vh;
        padding: 10px;
        /* height: 80vh;  
      
        /* padding-bottom: 20px; 
        /* height: 80vh; 
    }
    .netflix h1{
        margin-bottom: 10px; 
        font-size: 25px;
        font-weight: 500;
    }
    .netflix ul{
        list-style: none;
        text-align: center;
        width: 100%;
        padding: 10px;
        /* padding-bottom: 0; */
       
        /* margin-bottom: 7px;  
    }
    .netflix ul li{
        background: rgb(46, 45, 45);
        cursor: pointer;
        padding: 10px;
        margin-bottom: 10px;
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        font-size: 20px;
    }
    .netflix ul li:last-child{
        margin-bottom: 0;
    }
    .netflix h3{
     font-weight: 100;
     font-size: 18px;
     width: 100%;
     margin-bottom: 10px;
    }
    /* .netflix .buttons{
        margin-top: 5px;
    }   
} 
@media screen and (max-width: 480px) {
    section{
        background:linear-gradient(rgba(7, 7, 7, 0.5),rgb(43, 40, 40)),url(./images/background.jpg);
        background-position: center;
        background-size: cover;
        height: 65vh; 
        width: 100%;
        padding: 20px 40px;
        text-align: center;
        font-family: 'poppins', sans-serif;
        border-bottom: 10px solid #515c6f ;
       
    }
    section nav{
        display: flex;
        justify-content: space-between;
        align-items: center;
        height: 70px;
        width: 100%;
    }
    section nav .logo{
        overflow: hidden;
        width: 110px;
        height: 100%;
    }
    section nav .logo img{
        width: 100%;
        height: 100%;
    }
    section nav button{
        outline: none;
        border: none;
        border-radius: 5px;
        background: red;
        padding: 7px 10px;
        text-align: center;
    }
    section nav button a{
        text-decoration: none;
        color: whitesmoke;
        font-size: 15px;
        font-weight: 600;
    }
    section .body-area{
        color: white;
        align-items: center;
        margin-top: 15%;
    }
    section .body-area h1{
        font-size: 25px;
        margin-bottom: 15px;
    }
    section .body-area h2{
        margin-bottom: 15px;
        font-weight: 200;
    }
    section .body-area h3{
        margin-bottom: 20px;
        font-size: 15px;
        font-weight: 500;
    }
    .buttons{
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-direction: column;
    }
    .buttons input{
        padding: 15px;
        width: 300px;
        font-weight: 400;
        font-size: 17px;
        border: none;
        outline: none;
        margin-bottom: 15px;
        border-radius: 5px;
    }
    .buttons button{
        padding: 10px;
        width: 140px;
        outline: none;
        border: none;
        background: red;
        border-radius: 5px;
    }
    .buttons button a{
        text-decoration: none;
        color: white;
        font-size: 18px;
        gap: 5px;
    }
    .buttons button i{
        color: white;
        font-size: 22px;
        cursor: pointer;
    }
    /* --------------------.enjoyment-area-------------- 
    .enjoyment-area{
        display: flex;
        justify-content: space-around;
        align-items: center;
        flex-direction: column;
        width: 100%;
        padding: 30px;
        background: black;
        color: white;
        font-family: 'poppins', sans-serif;
        border-bottom: 10px solid rgb(46, 45, 45); 
    }
    .enjoyment-area .enjoy-tv{
        text-align: center;
        padding: 10px;
        /* border: 2px red solid; 
        width: 100%;
    }
    .enjoyment-area .enjoy-tv h1{
        margin-bottom: 20px;
        font-size: 30px;
        font-weight: 500;
    }
    .enjoyment-area .enjoy-tv p{
        /* line-height: 5px; 
        font-size: 20px;
    }
    .enjoyment-area .television-set{
        width: 100%;
        height: 300px;
        background: url(./images/real\ tv.png);
        background-size: cover;
        background-position: center;
        object-fit: cover;
    }
    .enjoyment-area .stranger-things{
        background: url(./images/staranger\ things.jpg);
        width: 250px;
        height: 300px;
        background-size: cover;
        background-position: center;
        object-fit: cover;
    }
    .enjoyment-area .stranger-things .three-things{
        position: absolute;
        bottom: 20px;
        left: 0;
        border: 2px solid rgb(46, 45, 45); 
        border-radius: 15px;
        display: flex;
        justify-content: space-between;
        /* width: 240px; 
        align-items: center;
        padding: 3px;
        background: black;
    }
    .enjoyment-area .stranger-things .three-things img{
        width: 50px;
        height: 50px;
        /* display: inline-block; 
    }
    .enjoyment-area .stranger-things .three-things p{
        margin-left: 15px;
        font-weight: 400;
        font-size: 13px;
    }
    .enjoyment-area .stranger-things .three-things p span{
        color: blue;
    }
    .enjoyment-area .stranger-things .three-things i{
        font-size: 15px;
        font-weight: lighter;
    }
    .enjoyment-area #download{
        width: 100%;
        padding: 20px;
    }

    /*-------------------- .everywherearea------------ 
    .everywhere{
        padding: 50px;
        background: black;
        color: white;
        font-family: 'poppins', sans-serif;
        border-bottom: 10px solid rgb(46, 45, 45); 
        display: flex;
        justify-content: space-around;
        align-items: center;
        flex-direction: column;
    }
    .everywhere .enjoy-tv{
        text-align: center;
        /* border: 2px red solid; 
        width: 100%;
    }
    .everywhere .enjoy-tv h1{
        margin-bottom: 10px;
        font-size: 30px;
        font-weight: 300;
    }
    .everywhere .enjoy-tv p{
        /* line-height: 5px; 
        font-size: 20px;
    }
    .everywhere .any{
        width: 300px;
    }
    .enjoyment-area #kids{
        background: url(./images/kids.png);
        background-position: center;
        background-size: cover;
        width: 380px;
    }
    .netflix{
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
        text-align: center;
        color: white;
        font-family: 'poppins', sans-serif;
        background: black;
        height: 75vh;
        /* padding: 15px 0; */
        /* height: 80vh; 
        width: 100%;
        padding: 20px;
        /* padding-bottom: 20px; 
    }
    .netflix h1{
        /* margin-bottom: 20px; 
        font-size: 30px;
        font-weight: 500;
    }
    .netflix ul{
        list-style: none;
        text-align: center;
        width: 100%;
        padding: 0 20px;
        /* margin-bottom: 10px; 
    }
    .netflix ul li{
        background: rgb(46, 45, 45);
        cursor: pointer;
        padding: 10px;
        margin-bottom: 20px;
        width: 100%;
        /* width: 380px; 
        display: flex;
        justify-content: space-between;
        align-items: center;
        font-size: 18px;
    }
    .netflix h3{
     font-weight: 100;
     font-size: 18px;
     width: 80%;
    }
    .netflix .buttons{
        margin-top: 7px;
    }  
    /*------------------- footer area---------------- 
footer{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    padding: 20px 50px;
    width: 100%;
    color: gray;
    font-family: 'poppins', sans-serif;
    background: black;
}
footer h4{
    margin-bottom: 15px;
}
footer h4 a{
    font-size: 17px;
    text-decoration: none;
    text-decoration: none;
    color: gray;
}
footer .links{
    display: flex;
    justify-content: space-between;
    align-items: left;
    text-align: left;
    flex-direction: column;
    width: 100%;
}
footer .links ul{
    list-style: none;
    margin-bottom: 20px; 
    width: 100%;
}
footer .links ul li{
    margin-bottom: 15px;
}
footer .links ul li a{
    text-decoration: none;
    color: gray;
    font-size: 15px;
}
footer .links ul li a:hover,
footer h4 a:hover{
    text-decoration: underline;
}
     
} */