.section1
{
    width: 100%;
    background-image: linear-gradient(rgba(0, 0, 0, .127),rgba(0, 0, 0, 0.6)) , url(./huluback.jpg);
    background-size: cover;
    height: 100vh;
    background-repeat: no-repeat;
}
.logo
{
    width: 70px;
    height: 20px;
}
.login
{
    border: none;
    width: 80px;
    height: 30px;
    border-radius: 8px;
    /* background-color: rgba(0, 0, 0, 0.001); */
    background: transparent;
}
.login:hover
{
    font-weight: 400;
    background-color: #323843;
}
.login:focus-within
{
    font-weight: 400;
    background-color: #c1c5cd;
}
.tablinks
{
font-size: 13px;
font-weight: 700;
color: white;
}
.disneybun
{
    width: 50%;
    height: 45px;
    background-color: #00ed82;
    font-weight: 500;
    font-size: 15px;
    border: none;
    border-radius: 3px;
}
.disneybun:hover
{
    background-color:  #158850;
    opacity: 0.7;
}
.section2
{
    height: 900px;
    background-color: #0b0c0f;
}
.section3
{
    height: 570px;
    background-color: #0b0c0f;
}
#part1
{
    display: flex;
    flex-direction: row;
    flex-flow: wrap;
}
#part2
{
    display: flex;
    flex-direction: row;
    flex-flow: wrap;
}
.words
{
    margin-top: -540px;
}
#section4
{
    height: 730px;
}
#section5
{
    height: 1230px;
    background-color: #0b0c0f;
}
#section7
{
    height: 1250px;
    /* background-color: #0b0c0f; */
    background-color: green;
    display: none;
}
.maain
{
    padding-top: 30px;
    height: 500px;
    margin-top: 10px;
    display: flex;
    align-items: center;
    flex-direction: row;
    flex-flow: wrap;
    justify-content: center;
}
.box
{
    width: 23%;
    /* padding: 25px; */
    height: 450px;
}
/* .tv-shows
{
    background-image:linear-gradient(rgba(0, 0, 0, 0.327),rgba(0, 0, 0, 0.6)) , url(./hulu1.jpg);
} */
.movies
{
    margin-left: 20px;
}
.original
{
    margin-left: 20px;
}
.premium
{
    margin-left: 20px;
}
.abss
{
    margin-top: -430px;
    margin-left: -10px;
}
.tab {
    overflow: hidden;
    /* border: 1px solid #ccc; */
    /* background-color: hsl(0, 0%, 95%); */
    position: absolute;
    z-index: 2;
    margin-top: 190px;
    padding-left: 15%;
    display: flex;
    width: 90%;
    /* background-color: yellow; */
  }
#downbutton
{
    position: absolute;
    text-align:center;
    background-color: #0b0c0f;
    color: white;
    border: none;
    -webkit-animation: bounce .3s infinite alternate;
    -moz-animation: bounce .3s infinite alternate;
    animation: bounce .3s infinite alternate;
}
  @-webkit-keyframes bounce {
    to { -webkit-transform: scale(1.2); }
  }
  @-moz-keyframes bounce {
    to { -moz-transform: scale(1.2); }
  }
  @keyframes bounce {
    to { transform: scale(1.2); }
  }

@media (max-width:1115px) and (min-width:0px) 
{
    body
    {
        background-color: #0b0c0f;
    }
    .box
    {
        width: 39%;
        height: 450px;
        background-repeat: no-repeat;
        background-size: cover;
        margin-bottom: 30px;
    }
    .section3
    {
        margin-top:400px;
    }
    .zeze
    {
        display: none;
    }
    .original
    {  
     margin-left: 0px;
    }
    .premium
    {  
     margin-left: 20px;
    }
}
@media (max-width:579px) and (min-width:0px) 
{
    .modal .kemi
    {
        height: 900px;
    }
    .modal .kemi
    {
        height: 900px;
    }
    .box
    {
        height: 300px;
    }
    .section3
    {
        margin-top:150px;
    }
    .abss
    {
        margin-top: -270px;
    }
    #section4
    {
        margin-top:150px;
        height: 1500px;
    }
    .ire .absolute
    {
        margin-left: 20px;
        margin-top: -590px;
    }
    .tab
    {
        padding: 0px;
        width: 99%;
        margin-top: 70px;
    }
    .tab .tablinks
    {
        font-size: 12px;
    }

}
@media (max-width:820px) and (min-width:0px) 
{
    .modal .kemi
    {
        height: 700px;
    }

}
@media (max-width:412px) and (min-width:0px) 
{
    .modal .kemi
    {
        height: 700px;
    }
}
@media (max-width:912px) and (min-width:0px) 
{
    .modal .kemi
    {
        height: 700px;
    }
}
@media (max-width:803px) and (min-width:0px) 
{
    .ire .div1
    {
        width: 99%;
    }
    .ire .div2
    {
        width: 100%;
    }
    .ire .absolute
    {
        margin-left: 20px;
    }
    .tab
    {
        padding: 0px;
        width: 99%;
    }
    .sese
    {
        flex-wrap: wrap;
    }
}
@media (max-width:375px) and (min-width:0px) 
{
    #section4
    {
        margin-top:250px;
        height: 1500px;
    }
    .div1
    {
        width: 100%;
    }
    .div2
    {
        width: 100%;
    }
    .modal .kemi
    {
        height: 950px;
    }
}
@media (max-width:994px) and (min-width:0px) 
{
    #section5
    {
        display: none;
    }
    #section7
    {
        display: block;
    }
    #section4
    {
        height: fit-content;
    }
}
