*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: "Druk Wide";
}
body{
    background-color: black;
    overflow-x: clip;
}
.loader_bg{
    position: fixed;
    z-index: 999999;
    background: black;
    width: 100%;
    height: 100%;
}
.loader{
    border: 0 solid transparent;
    border-radius: 0px;
    width: 150px;
    height: 150px;
    position: absolute;
    top: calc(50vh - 75px);
    left: calc(50vw - 75px);
}
.loader::before, .loader:after{
    content: '';
    border: 1em solid #ff9900;
    border-radius: 50%;
    width: inherit;
    height: inherit;
    position: absolute;
    top: 0;
    left: 0;
    animation: loader 2s linear infinite;
    opacity: 0;
}
.loader:before{
    animation-delay: 0.5s;
}
@keyframes loader{
    0%{
        transform: scale(0);
        opacity: 0;
    }
    50%{
        opacity: 1;
    }
    100%{
        transform: scale(1);
        opacity: 0;
    }
}
@font-face {
    font-family: 'Druk Wide';
    src: url('DrukWide-Bold.woff2') format('woff2'),
        url('DrukWide-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
.Photos ul li a {
    font-size: 20px;
    -webkit-text-stroke-width: 1px;
        -webkit-text-stroke-color: black;
}
a{
    color: #fff;
}
    nav{
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        padding: 20px 8%;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
nav .logo{
	width: 160px;
}
nav ul li{
	list-style: none;
	display: inline-block;
	margin-left: 40px;
}
nav ul li a{
	text-decoration: none;
	color: #fff;
	font-size: 17px;
    transition: 0.5s;
}    
nav ul li a:hover{
    -webkit-text-stroke: 2px #ff9900;
    color: transparent;
    }
    .content h1{
        font-size: 50px;
        color: #fff;
        font-weight: 600;
        margin-top: 150px;
        text-align: center;
        -webkit-text-stroke-width: 2px;
        -webkit-text-stroke-color: #ff9900;
        transition: 0.5s;
    }
    .promo h1{
        font-size: 50px;
        color: #fff;
        font-weight: 600;
        margin-top: 50px;
        text-align: center;
        transition: 0.5s;
    }
    .Gym h1{
        font-size: 50px;
        color: #fff;
        font-weight: 600;
        margin-top: 50px;
        text-align: center;
        transition: 0.5s;
    }   
    .car h1{
        font-size: 50px;
        color: #fff;
        font-weight: 600;
        margin-top: 50px;
        text-align: center;
        transition: 0.5s;
    }   
    .documentary h1{
        font-size: 50px;
        color: #fff;
        font-weight: 600;
        margin-top: 50px;
        text-align: center;
        transition: 0.5s;
    }
    .music h1{
        font-size: 50px;
        color: #fff;
        font-weight: 600;
        margin-top: 50px;
        text-align: center;
        transition: 0.5s;
    }
    .random h1{
        font-size: 50px;
        color: #fff;
        font-weight: 600;
        margin-top: 50px;
        text-align: center;
        transition: 0.5s;
    }
    .vid1{
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }
    .vid2{
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }
    .vid3{
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }
    .vid4{
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }
    .vid5{
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }
    .vid6{
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }
    .vid7{
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }
    .vid8{
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }
    .vid9{
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }
    .vid10{
        display: flex;
    justify-content: center;
    flex-wrap: wrap;
    }
    .vid11{
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }
    .vid23 {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }
    .back-video{
        object-fit: cover;
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: -1;
    }
    .content h1:hover{
        -webkit-text-stroke: 2px #ff9900;
        color: transparent;
        }
        h1:hover{
            -webkit-text-stroke: 2px #ff9900;
            color: transparent;
            }
    
    @media (min-aspect-ratio: 16/9){
        .back-video{
            width: 100%;
            height: auto;
        }
    }
        @media (max-aspect-ratio: 16/9){
        .back-video{
            width: auto;
            height: 100%;
            }
    } 
    p{
        color: #fff;
        -webkit-text-stroke-width: 1px;
        -webkit-text-stroke-color: #ff9900;
    }
.tiktok{
    color: #fff;
    text-align: center;
}

.tiktok h1{
    font-size: 50px;
    -webkit-text-stroke-width: 2px;
        -webkit-text-stroke-color: #ff9900;
}
.Photos{
    color: #fff;
    text-align: center;
}
.Photos h1{
    font-size: 50px;
    -webkit-text-stroke-width: 2px;
        -webkit-text-stroke-color: #ff9900;
}
.instagram{
    display: flex;
    justify-content: center;
}
.vid11{
    display: flex;
    justify-content: center;
}
@media (max-width: 475px) {
    .hero {
        max-width: 475px;
    }
    body{
        overflow-x: hidden;
        background: url(Images/2008.jpg) no-repeat center center fixed;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
              background-position-x: 0px;
        
    }
    .back-video{
        width: 0%;
    }
   .content h1{
    margin-top: 200px;
    font-size: 40px;
   }
   .promo h1{
    font-size: 30px;
   }
 .car h1{
    font-size: 40px;
 }
 .documentary h1{
    font-size: 28px;
 }
 .Photos h1{
    font-size: 40px;
 }
 .random h1{
    font-size: 40px;
}
nav ul li a{
	font-size: 15px;
}
nav{
	justify-content: center;
    display: flex;
	padding: 10px 0px;
    width: 350px;
}
nav .logo{
	width: 150px;
}
.vid2{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.vid3{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.vid4{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.vid5{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.vid6{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.vid7{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.vid8{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.vid9{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.vid10{
    display: flex;
justify-content: center;
flex-wrap: wrap;
}
.vid11{
    width: 350px;
}
.vid23 {
    width: 350px;
}
    }
    @media (max-width: 640px) {
        .hero {
            max-width: 640px;
        }
    }
    @media (max-width: 768px) {
        .hero {
            max-width: 768px;
        }
    }
    @media (max-width: 1024px) {
        .hero {
            max-width: 1024px;
        }
    }
    @media (max-width: 1280px) {
        .hero {
            max-width: 1280px;
        }
    }
    @media (max-width: 1536px) {
        .hero {
            max-width: 1536px;
        }
    }
    .hero {
        max-width: 1536px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 0.5rem;
	padding-right: 0.5rem;
    }