*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: "Druk Wide";
}
.loader_bg{
    position: fixed;
    z-index: 999999;
    background: black;
    width: 100%;
    height: 100%;
}
.loader{
    border: 0 solid transparent;
    border-radius: 50%;
    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;
}
    nav{
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        padding: 20px 8%;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
nav .logo{
	width: 170px;
}
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;
    }
    .about h1{
        font-size: 50px;
        color: #fff;
        font-weight: 0;
        margin-top: 175px;
        text-align: center;
        letter-spacing: 20px;
        transition: 0.5s;
}
.about h1:hover{
    -webkit-text-stroke: 2px #ff9900;
    color: transparent;
    }
    p{
        font-size: 20px;
        color: #fff;
        font-weight: 600;
        text-align: center;
    }
    .about p{
        padding: 0px 10px;
    }
    .back-video{
        position: fixed;
        right: 0;
        bottom: 0;
        z-index: -1;
    }
    
    @media (min-aspect-ratio: 16/9){
        .back-video{
            width: 100%;
            height: auto;
        }
    }
        @media (max-aspect-ratio: 16/9){
        .back-video{
            width: auto;
            height: 100%;
            }
    } 
body{
background-color: #000000;
    }
    .card-container{
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        margin-top: 0px;
    }
    .card{
        width: 400px;
        background-color: #f0f0f0;
        border-radius: 12px;
        overflow: hidden;
        box-shadow: 20px rgba(11, 11, 11, 0.2);
        margin: 20px;
    }
    .card img{
width: 100%;
height: auto;
    }
    .card-content{
        padding: 16px;
    }
    .card-content h3{
font-size: 28px;
margin-bottom: 8px;
text-align: center;
    }
    .card-content p{
        color: #666;
        font-size: 15px;
        line-height: 1.3;
    }
    span{
        color: #ff9900;
        text-align: center;
        justify-content: center;
    }
    .foot{
        color: #000000;
        margin-top: 10px;
    }
    p1{
        color: #000000;
    }
    .feet{
        margin-top: 10px;
    }
    #happy{
        width: 200px;
        margin-left: 80px;
        margin-top: -50px;
        z-index: -1;
    }
    .up{
        z-index: 1;
        position: relative;
        top: 90px;
    }
    .pack{
        padding: 0px 15px;
    }
    @media (max-width: 375px) {
        .hero {
            max-width: 375px;
        }
    }
    @media (max-width: 475px) {
        .hero {
            max-width: 475px;
        }
        body{
            overflow-x: hidden;
                        background: url(Images/2010.jpg) contain no-repeat center center fixed;
                        -webkit-background-size: cover;
                        -moz-background-size: cover;
                        -o-background-size: cover;
                        background-size: cover;
                              background-position-x: 0px;
        }
        .about h1{
            font-size: 45px;
            letter-spacing: 10px;
        }
        p{
            font-size: 13px;
        }
        .back-video{
            width: 0%;
        }
        #happy{
            margin-left: 55px;
        }
        nav ul li a{
            font-size: 16px;
        }
        nav{
            justify-content: center;
            display: flex;
            padding: 10px 0px;
            width: 390px;
        }
        nav .logo{
            width: 150px;
        }
        }
        @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;
        }