*{
    margin:0;
    padding:0;
    font-family: sans-serif;
}
.logoandsignin{
    display: flex;
    justify-content: space-between;
    width:90%;
    margin:0 auto;
    padding-top:15px ;
}
.logoandsignin img{
    width:100px;
}
.thisisbackgroundcolor button a{
    text-decoration: none;
    color: white;
}

.logoandsignin button{
 background-color: #e50914;
 color: white;
 padding-left: 10px;
 padding-right: 10px;
}
header{
    background-image: url('background_image.jpg');
    height: 100vh;
}
.thisisbackgroundcolor{
    background-color: rgba(0,0,0,0.6);
    height: 100vh;
}
.content{
    color: white;
    display: flex;
    margin: 0 auto;
    flex-direction: column;
    width:60%;
    justify-content: center;
    align-items: center;
    line-height: 2;
    height: 80vh;

}
.content h1{
    font-size: 3rem;
}

.getstartedbtn{
    margin-top: 1rem;
}
.getstartedbtn button{
    padding: 1rem;
    color: white;
    font-size: 0.8rem;
    background-color: #e50914;
    padding-right: 6rem;
}
.getstartedbtn input{
    padding: 1rem;
    color: white;
    font-size: 0.8rem;
    padding-right: 14rem;
}
.section1{
    display:flex;
    background-color:black;
    height:60vh;
    align-items: center;
    justify-content: space-evenly;
    flex-wrap: wrap;
}
.section1content{
    color:white;
    line-height: 2;
}
.section1image img{
    width:16rem;
}
.section1content h2{
    font-size: 3rem;
}
.section1content p{
    font-size: 1rem;
}


.section2{
    display:flex;
    background-color:black;
    height:60vh;
    align-items: center;
    justify-content: space-evenly;
    flex-wrap: wrap;
}
.section2content{
    color:white;
    line-height: 2;
    width:50%;
}
.section2image img{
    width:16rem;
}
.section2content h2{
    font-size: 3rem;
}
.section2content p{
    font-size: 1rem;
}



.section3{
    display:flex;
    background-color:black;
    height:60vh;
    align-items: center;
    justify-content: space-evenly;
    flex-wrap: wrap;
}
.section3content{
    color:white;
    line-height: 2;
}
.section3image img{
    width:16rem;
}
.section3content h2{
    font-size: 3rem;
}
.section3content p{
    font-size: 1rem;
}


.section4 {
    background-color: black;
}

.section4 h3{
    text-align: center;
    color: white;
}
.section4 a{
    text-decoration: none;
    color: white;
    background-color: rgb(139, 131, 131);
    margin: 1rem;
     padding: 1rem; 

}

#thisish5{
    color:white;
}
.links{
    display: flex;
    flex-direction: column;
    width: 60%;
    margin: 0 auto;
}

.subscriptionside{
    text-align: center;
    margin-top: 30px;
    padding-bottom: 30px;
}





footer{
    background-color: black;
    color: white;
}
.footeritems{
    width: 80%;
    margin: 0 auto;
}
.footerelements{
    display: flex;
    justify-content: space-between;
}
.footerelements div li a{
    text-decoration: none;
    color: rgb(134, 128, 128);
}
.footerelements div ul {
    list-style: none;
    line-height: 2.5;

}
.contactus p{
    color: rgb(134, 128, 128);
    margin-bottom: 20px;
    padding-top: 20px;
}


@media (max-width:1030px){
    .getstartedbtn button{
        padding: 1rem;
        font-size: 0.6rem;
        padding-right: 3rem;
    }
    .getstartedbtn input{
        padding: 1rem;
        font-size: 0.6rem;
        padding-right: 7rem;
        
    }
    .content h1{
        font-size: 2rem;
    }
    .section1content h2{
        font-size: 2rem;
    }
    .section1content p{
        font-size: 1rem;
    }
    .section1{
        height: 80vh;
    }

    .section2content h2{
        font-size: 2rem;
    }
    .section2content p{
        font-size: 1rem;
    }
    .section2{
        height: 80vh;
    }

    .section3content h2{
        font-size: 2rem;
    }
    .section3content p{
        font-size: 1rem;
    }
    .section3{
        height: 80vh;
    }


}
@media (max-width:750px){

    .footerelements li a{
        font-size: 10px;
    }
   
}
@media (max-width:930px){
    .section1 h2,p{
        text-align: center;
    }

    .section2 h2,p{
          text-align: center;
          
    }
    .section2 h2{
        font-size: 20px;
        
  }
  .section1 h2{
    font-size: 20px;
    
}
.section3 h2{
    font-size: 20px;
    
}
    .section3 h2,p{
        text-align: center;
  }
  .section2image img{
    width:10rem;
}
.section1,.section2,.section3{
    height: 90vh;
}
}
@media (max-width:455px){
    .links a{
        font-size: 12px;
    }

}
@media (max-width:450px){
    .content h1{
        font-size:18px ;
    }
    .getstartedbtn button{
        padding: 0.5rem;
        padding-right: 2rem;
    }
    .getstartedbtn input{
        padding: 0.5rem;
        padding-right: 7rem;
    }
}