*{
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
}
html ::-webkit-scrollbar{
    background:transparent;
    width: 10px;
    height: 10px;
}
html ::-webkit-scrollbar-thumb{
    background-color: #000;
    border-radius: 30px;
    transition:0.5s;
}
html ::-webkit-scrollbar-thumb:hover{
    background-color:#111;
    transition:0.5s;
}
body{
    background-color: black;
    background: url(Images/Dark\ background\ home\ page\ image.jpg);
    background-size: cover;
    transition: 1s;
    color: rgb(255, 255, 255);
    display: flex;
    flex-direction: column;
    text-align: center;
    overflow-x: hidden;
}
body ::selection{
    color: #f00;
}
header{
    width: 94%;
    /* background-color: #fff; */
    display: flex;
    /* justify-content: center; */
    align-items: center;
    text-align: left;
    place-items: center;
    margin: auto;
    background-color: #000;
    margin-left: 8.5%;
    padding: 0;
    padding-bottom: 3%;
    height: 75px;
}
header h1{
    /* display: flex;
    text-align: center;
    justify-content: center;
    place-items: center;
    align-items: center; */
    font-family: "Audiowide","shadow-multiple";
    margin-left: 30%;
    font-size: 50px;
    margin-top: 2%;
}
.log-out{
    display: flex;
    margin-left: auto;
    margin-right: 10%;
}
.log-out .fa-arrow-right-from-bracket{
    font-size: 32px;
    color: #a00;
    align-items: center;
    transition: 500ms;
}
.log-out .fa-arrow-right-from-bracket:hover{
    color: #00f;
    font-size: 35px;
}
.logo{
    margin-left: 5%;
    height: 100px;
    width: 120px;
}
aside{
    background-color: #fff;
    transition: 1s;
    width: 5%;
    height: 100%;
    padding: 2%;
    display: flex;
    flex-direction: column;
    position: fixed;
    justify-content: center;
    text-align: center;
    align-items: center;
    left: 0;
}
aside ul li a .fa-solid{
    margin-top: 30px;
    color: #000;
    cursor: pointer;
    font-size: 20px;
    transition: 0.3s;
}
aside ul li a .fa-solid:hover{
    font-size: 25px;
    color: #00f;
    box-shadow: inset 3px 3px 4px darkgray;
    border-radius: 30px;
    padding: 20px;
}
aside ul li{
    display: block;
    list-style-type: none;
}
aside ul li a img {
    height: 20px;
    margin-top: 30px;
    cursor: pointer;
    transition: 0.3s;
}
aside ul li a img:hover{
    height: 25px;
    box-shadow: inset 3px 3px 4px darkgray;
    border-radius: 30px;
    padding: 20px; 
}
/* aside ul li a.fa-solid{
    color: #000;
    
} */
#menu{
    background-color: white;
    width: 5%;
    height: 9.9%;
    padding: 2%;
    display: flex;
    justify-content: center;
    cursor: pointer;
    position: fixed;
    z-index: 3;
    color: #000;
}
.fa-bars{
    margin-top: 30px;
    transition: 0.5s;
}
.fa-bars:hover{
    height: 10px;
    box-shadow: inset 3px 3px 4px #5e5e79;
    border-radius: 30px;
    padding: 20px; 
    color: #f00;
}
aside ul li a .fa-solid::after{
    color: #000;
    display: block;
}
aside ul li a .fa-house:hover::after{
    content: " Home";
    font-family: cursive, Arial;
    font-size: 16px;
}
aside ul li a .fa-phone:hover::after{
    content: " Contact Us";
    font-family: cursive, Arial;
    width: 100%;
    font-size: 16px;
}
aside ul li a .fa-info:hover::after{
    content: "About Us";
    font-family: cursive, Arial;
    width: 100%;
    font-size: 16px;
}
aside ul li a .fa-circle-half-stroke:hover::after{
    content: "Light/Dark mode";
    font-family: cursive, Arial;
    width: 100%;
    font-size: 16px;
}
aside ul li a .fa-clapperboard:hover::after{
    content: "vidWatch Shorts";
    font-family: cursive, Arial;
    width: 100%;
    font-size: 16px;
}
aside.active{
   left: -500px;
}
.light-mode{
    background: url(Images/NEW\ WHITE\ BACKGROUND.jpg);
    background-size: cover;
    color: #000;
}
.dark-aside{
    background-color: #000;
}
.dark-aside ul li a .fa-solid{
    color: #fff;
}
.dark-aside ul li a .fa-solid:hover{
    color: #f00;
}
.dark-aside ul li a img{
    background-color: #fff;
    padding: 10px;
    border-radius: 50%;
}
.dark-aside ul li a .fa-solid::after{
    color: #fff;
}
.dark-menu{
    background-color: rgb(0, 0, 0) !important;
    color: #fff;
}
.dark-menu .fa-bars{
    color: #fff;
}
#video-container{
    /* display: flex;
    justify-content: center; */
    margin-left: 8%;
    margin-top: 3%;
}
iframe{
    border-left-color: blue;
    border-left-width: 5px;
    border-left-style: solid;
    border-right-color: red;
    border-right-width: 5px;
    border-right-style: solid;
    width: 90%;
    height: 50vh;
    background: url(Images/car\ pic.png);
    resize:both;
}
/* video:fullscreen{
    box-shadow:inset 20px 20px 30px 20px #000;
} */
.comment-section{
    margin-left: 8%;
}
.commentText{
    margin-top: 5%;
    display: flex;
    justify-content: center;
}
#commentInput{
    height: 30px;
    border-radius: 30px;
    padding-left: 2%;
}
.commentText{
    font-weight: 900;
    font-size: 32px;
}
#send{
    padding: 1%;
    border-radius: 20px;
    background-color: gray;
    width: 10%;
    cursor: pointer;
    transition: 0.5s;
    color: #fff;
    font-weight: 900;
}
#send:hover{
    background-color: rgb(80, 77, 77);
}
.comment{
    font-size: x-large;
    border-radius: 30px;
    background-color: red;
    word-break: break-all;
    width: 300px;
    margin: 1%;
    margin-left: 5%;
    margin-top: 3%;
    text-align: center;
    list-style-type: none;
    padding: 0.2em;
}
.comment::selection{
    color: #05f;
}
/* .fa-thumbs-up{
   display: grid;
} */
@media screen and (max-width:580px) {
    .aside-body{
        overflow: hidden;
    }
    aside{
        left: -100px;
        transition:all 2s;
        position: absolute;
        z-index: 5;
    }
    aside.active{
       width:100%;
       height: 90%;
       left: unset;
       top: 10%;
       position: fixed;
       z-index: 5;
    }
    #menu{
        width: 100%;
        height: unset;
        content: "vidWatch Shorts";
    }
    .log-out{
        margin: unset;
    }
    .logo{
        height: 45px;
        width: 60px;
    }
    header{
        margin: unset;
        margin-top: 19%;
        width: 100%;
        justify-content: space-around;
    }
    header h1{
        font-size: 20px;
        margin-left: unset;
    }
    #video-container{
        margin: unset;
    }
    /* .input-container{
        display: grid;
    } */
    .input-container input{
        width: 50%;
        margin-left: auto;
    }
    #send{  
        appearance: none;
        width: 30%;
        background-color: #00f;
    }
    .comment{
        width: 50%;
        margin-left: unset;
        margin-top: 10%;
    }
    /* aside ul li a .fa-house::after{
        content: " Home";
        font-family: cursive, Arial;
        font-size: 16px;
        font-weight: 500;
    }
    
        font-family: cursive, Arial;
        width: 100%;
        font-size: 16px;
    } */
}