@media (min-width:701px) and (max-width:999px){
    .logo{
        width:40%;
        padding:1rem 5rem;
    }

    .header_right{
        padding:1.5rem 5rem;
    }

    .section_one{
        height:100vh;
        background-size:cover;
        background-repeat: no-repeat;
    }

    .internal_portion{
        padding:3rem 0 0 0;
        margin:3rem 15rem;
    }

    .heading{
        font-size:2.6rem;
        margin:2rem 0 1rem 0;
        font-weight:700;
    }

    .cost{
        font-size: 18px;
    }

    .email_input{
        width:250px;
    }

    .start_button{
        font-size:1.2rem;
        padding:15px 25px;
    }

    .section_two{
        padding:1rem 2rem;
    }

    .trending{
        margin:2rem 0 1rem 3rem;
        font-size: 1.1rem                   ;
    }

    .movie_image{
        width:160px;
        height:220px;
        margin:8px 15px 0 50px;
    }

    .movie_image2{
        width:160px;
        height:220px;
        margin:8px 15px;
    }

    .movie_image3{
        width:160px;
        height:220px;
        margin:8px 15px;
    }

    .movie_image4{
        width:160px;
        height:220px;
        margin:8px 15px;
    }

    .img_one{
        width:160px;
        height:220px;
    }

    .movie_2{
        font-size: 5.5rem;
        left:-15px;
    }

    .reasons{
        padding:3rem 0 0.5rem 2rem;
    }

    .reasons_div{
        display:grid;
        grid-template-columns: auto auto;
        gap:0.5rem;
        padding:0 0 0 2rem;

    }

    .tv_div{
        font-size: 1.2rem;
        font-weight: 700;
        margin:0 0 0.5rem 0;
    }

    .paragraph{
        padding:0 2rem 5rem 0;
    }

    .frequent_questions{
        font-size: 1.4rem;
        margin:4rem 0 1rem 2rem;
    }

    .six_questions{
        margin-left: 2rem;
        font-size: 1.4rem;
        font-weight:500;
    }

    .email_input_two{
        width:500px;
    }

    .start_button_two{
        font-size: 1.2rem;
        padding:14px 20px 15px 20px;
    }

    .contact{
        padding:4rem 0 2rem 2rem;
    }

    .anchor_tags{
        display:grid;
        grid-template-columns: auto auto auto;
        margin-left:2rem;
    }

    .anchor_one{
        /* margin-left:2rem; */
    }

    .lang{
        margin:4rem 0 2rem 2rem;
    }

    .footer{
      margin:0 0 4rem 2rem;  
    }:0 0 4rem 2rem;
}