*{
    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;
}
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: 6%;
    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: 25%;
    font-size: 50px;
    margin-top: 2%;
    background: linear-gradient(90deg, rgb(233, 34, 34), rgb(12, 29, 77), rgb(124, 118, 118));
    letter-spacing: 5px;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    background-repeat: no-repeat;
    background-size: 80%;
    animation: shine 4s linear infinite;
    position: relative;
    /* margin-bottom: 5%; */
    /* margin-top: -10%; */
}
@keyframes shine{
    0%{
        background-position-x: -500%;
    }
    100%{
        background-position-x: 500%;
    }
}
.log-out{
    display: flex;
    margin-left: auto;
    margin-right: 3%;
}
.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-top: 1%; */
    margin-left: 4%;
    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.4%;
    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;
}
.first-section{
    display: block;
    height: 100vh;
    margin-top: 5%;
    margin-left: 6%;
}
.vid-short{
    height: 100%;
    display: flex;
    justify-content: center;
    margin-top: 2%;
    width: 94%;
    margin-left: 4%;
    /* place-items: center; */
}
#slider{
    transition: 1s;
    height: 50%;
    border-radius: 10%;
    overflow: auto;
    resize: both;
    position: relative;
    animation: slider 1s ease-in-out 1;
    cursor: pointer;
}
.vid-btn{
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin-top: 10%;
    cursor: pointer;
    background-color: #f00;
    font-weight: 900;
    padding: 3%;
    height: 3%;
    font-size: 27px;
    transition: 1s;
}
.vid-btn:hover{
    background-color: #05f;
    color: rgb(255, 255, 255);
}
#prev{
    margin-right: 2%;
}
#next{
    margin-left: 2%;
}
.short-text{
    font-weight: 900;
    font-size: 55px;
    text-shadow: 3px 3px 3px gray;
    color: #03f;
    text-decoration: underline;
    transition: all 0.5s ease-in-out;
    animation: flicker 0.5s ease-in-out infinite alternate;
    text-shadow: 2px 2px 10px red;
    -webkit-text-stroke: #fff;
	-webkit-text-stroke-width: 1px;
    color: transparent;
    position: unset;
    /* display: flex;
    flex-direction: column; */
}
@keyframes flicker {
	0% {
		opacity: 0.5;
		text-shadow: 2px 2px 10px red;
	}
	100% {
		opacity: 1;
		text-shadow: 2px 2px 20px blue;
	}
}
.pausedslider{
    filter: brightness(50%);
}
/* #video-name{
    display: block;
} */

@media screen and (max-width:580px) {
    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;
    }
    #image-slider{
        height: 130px;
    }
    .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;
    }
    #slider{
        margin-top: 10%;
    }
    .short-text{
        font-size: 30px;
    }
    .vid-short{
        margin-left: 0.5%;
    }
    .vid-short button{
        margin: unset;
        margin-top: 50%;
        padding: 7%;
    }
    /* aside ul li a .fa-house::after{
        content: " Home";
        font-family: cursive, Arial;
        font-size: 16px;
        font-weight: 500;
    }
    aside ul li a .fa-phone::after{
        content: " Contact Us";
        font-family: cursive, Arial;
        width: 100%;
        font-size: 16px;
        font-weight: 500;
    }
    aside ul li a .fa-info::after{
        content: "About Us";
        font-family: cursive, Arial;
        width: 100%;
        font-size: 16px;
        font-weight: 500;
    }
    aside ul li a .fa-circle-half-stroke::after{
        content: "Light/Dark mode";
        font-family: cursive, Arial;
        width: 100%;
        font-size: 16px;
        font-weight: 500;
    }
    aside ul li a .fa-clapperboard::after{
        content: "vidWatch Shorts";
        font-family: cursive, Arial;
        width: 100%;
        font-size: 16px;
        font-weight: 500;
    } */
}