* {
    margin: 0;
    padding: 0;
    font-family: sans-serif;
}

.background-image {
    background-image: url('./beauty2.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    height: 100vh;
}

.hero {
    height: 100%;
    width: 100%;
    background-image: linear-gradient(rgba(0,0,0,0.4),rgba(0,0,0,0.4)),url('./banner.jpg');
    background-position: center;
    background-size: cover;
    position: absolute;
}

.form-box{
    width: 380px;
    height: 480px;
    position: relative;
    margin: 6% auto;
    background: #fff;
    padding: 5px;
    overflow: hidden;
}

.button-box{
    width: 220px;
    margin: 35px auto;
    position: relative;
    box-shadow: 0 0 20px 9px #ff61241f;
    border-radius: 30px;

}

.toggle-btn{
    padding: 10px 30px;
    cursor: pointer;
    background: transparent;
    border: 0;
    outline: none;
    position: relative;
}

#btn {
    top: 0;
    left: 0;
    position: absolute;
    width: 110px;
    height: 100%;
    background: linear-gradient(to right, #333333,#ffffff);
    border-radius: 30px;
    transition: .5s;
}

.social-icons{
    margin: 30px auto;
    text-align: center;
}

.social-icons img{
    width: 30px;
    margin: 0 12px;
    box-shadow: 0 0 20px 0 #7f7f7f3d;
    cursor: pointer;
    border-radius: 50%;
}

.input-group{
    top: 180px;
    position: absolute;
    width: 280px;
    transition: .5s;
}

.input-field{
    width: 100%;
    padding: 10px 0;
    margin: 5px 0;
    border-left: 0;
    border-top: 0;
    border-right: 0;
    border-bottom: 1px solid #999;
    outline: none;
    background: transparent;
}

.submit-btn {
    width: 85%;
    padding: 10px 30px;
    cursor: pointer;
    display: block;
    margin: auto;
    background: linear-gradient(to right, #333333,#ffffff);
    border: 0;
    outline: none;
    border-radius: 30px;
}
.check-box{
    margin: 30px 10px 30px 0;
}

span{
    color: #777;
    font-size: 12px;
    bottom: 68px;
    position: absolute;
}

#login{
    left: 50px;
}

#register{
    left: 450px;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}

nav {
    display: flex;
    height: 80px;
    width: 100%;
    background: #1b1b1b;
    align-items: center;
    justify-content: space-between;
    padding: 0 50px 0 100px;
    flex-wrap: wrap;
}

    nav .logo {
        color: #fff;
        font-size: 35px;
        font-weight: 600;
    }

    nav ul {
        display: flex;
        flex-wrap: wrap;
        list-style: none;
    }

        nav ul li {
            margin: 0 5px;
        }

            nav ul li a {
                color: #f2f2f2;
                text-decoration: none;
                font-size: 18px;
                font-weight: 500;
                padding: 8px 15px;
                border-radius: 5px;
                letter-spacing: 1px;
                transition: all 0.3s ease;
            }

                nav ul li a.active,
                nav ul li a:hover {
                    color: #111;
                    background: #fff;
                }

    nav .menu-btn i {
        color: #fff;
        font-size: 22px;
        cursor: pointer;
        display: none;
    }

input[type="checkbox"] {
    display: none;
}

@media (max-width: 1000px) {
    nav {
        padding: 0 40px 0 50px;
    }
}

@media (max-width: 920px) {
    nav .menu-btn i {
        display: block;
    }

    #click:checked ~ .menu-btn i:before {
        content: "\f00d";
    }

    nav ul {
        position: fixed;
        top: 80px;
        left: -100%;
        background: #111;
        height: 100vh;
        width: 100%;
        text-align: center;
        display: block;
        transition: all 0.3s ease;
    }

    #click:checked ~ ul {
        left: 0;
    }

    nav ul li {
        width: 100%;
        margin: 40px 0;
    }

        nav ul li a {
            width: 100%;
            margin-left: -100%;
            display: block;
            font-size: 20px;
            transition: 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
        }

    #click:checked ~ ul li a {
        margin-left: 0px;
    }

    nav ul li a.active,
    nav ul li a:hover {
        background: none;
        color: cyan;
    }
}

.content {
  height: 100%;
    width: 100%;
    background-image: linear-gradient(rgba(0,0,0,0.4),rgba(0,0,0,0.4)),url('./banner.jpg');
    background-position: center;
    background-size: cover;
    position: absolute;
}

    .content div {
        font-size: 40px;
        font-weight: 700;
    }

.content-title {
    background-color: #7f7f7f3d;
    width: 100%;
    background: linear-gradient(to right, #333333,#ffffff);
    text-align: center;
}

    .heading{
        text-align: center;
        
    }

.hyperlink {
    width: 200px;
    height: 200px;
    border: 5px solid #000000;
    text-align: center;
    background-image: url('./crunch.png');
    background-position: center;
    background-color: #7f7f7f3d;
    float: left;
    margin: 20px;
}
.anime {
    width: 200px;
    height: 200px;
    border: 5px solid #000000;
    text-align: center;
    background-image: url('./anime.jpg');
    background-position: center;
    background-color: #7f7f7f3d;
    float: left;
    margin: 20px;
    font-weight: bold;
}
a{
    background: black;
    color: white;

}
.website {
    background-color: #000000;
    color: white;
    width: 100px;
    margin: 10px auto;
    box-shadow: 0 0 20px 9px #ff61241f;
    border-radius: 30px;
}

.netf {
    width: 200px;
    height: 200px;
    border: 5px solid #000000;
    text-align: center;
    background-image: url('./netflix.jpg');
    background-position: center;
    background-color: #7f7f7f3d;
    float: left;
    margin: 20px;
}

.hulu {
    width: 200px;
    height: 200px;
    border: 5px solid #000000;
    text-align: center;
    background-image: url('./hulu.jpg');
    background-position: center;
    background-color: #7f7f7f3d;
    float: left;
    margin: 20px;
}
.hidive {
    width: 200px;
    height: 200px;
    border: 5px solid #000000;
    text-align: center;
    background-image: url('./hidive.jpg');
    background-position: center;
    background-color: #7f7f7f3d;
    float: left;
    margin: 20px;
}
.funimation {
    width: 200px;
    height: 200px;
    border: 5px solid #000000;
    text-align: center;
    background-image: url('./funimation.jpg');
    background-position: center;
    background-color: #7f7f7f3d;
    float: left;
    margin: 20px;
}
.gogoanime {
    width: 200px;
    height: 200px;
    border: 5px solid #000000;
    text-align: center;
    background-image: url('./gogo.jpg');
    background-position: center;
    background-color: #7f7f7f3d;
    float: left;
    margin: 20px;
}
.prime {
    width: 200px;
    height: 200px;
    border: 5px solid #000000;
    text-align: center;
    background-image: url('./prime.jpg');
    background-position: center;
    background-color: #7f7f7f3d;
    float: right;
    margin: 11px;
}

.section{
    position: relative;
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;

}
.comment-box{
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    width: 500px;

}
.comment-box h2 {
    font-size: 20px;
    margin-bottom: 15px;
}
.comment-box input{
    width: 100%;
    height: 50px;
    padding: 0 20px;
    margin-bottom: 15px;
    border-radius: 5px;
    border: 1px solid #86b0b6;

}
.comment-box input:focus{
    border: 1px solid #000;
    outline: 0;
}
.comment-box textarea{
    width: 100%;
    height: 150px;
    padding: 15px 20px;
    margin-bottom: 10px;
    border-radius: 5px;
    border: 1px solid #86b0b6;
}
.comment-box textarea:focus{
    border: 1px solid #000;
    outline: 0;
}
.comment-box button{
    border: 0;
    padding: 10px;
    background: #000;
    font-size: 18px;
    border-radius: 5px;
    color: #fff;

}
.comment-box button:hover{
    background-color: #fff;
}