*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: "Druk Wide", sans-serif;
}
.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: 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;
    }
    .about h1{
        font-size: 50px;
        color: #fff;
        font-weight: 600;
        margin-top: 175px;
        text-align: center;
        transition: 0.5s;
}
.about h1:hover{
    -webkit-text-stroke: 2px #ff9900;
    color: transparent;
    }
    #container{
        margin-top: 25px;
        display: flex;
        flex-wrap: wrap;
    }
    p{
        font-size: 20px;
        color: #fff;
        font-weight: 600;
        text-align: center;
        margin-top: 20px;
        padding: 15px;
    }
    .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%;
            }
    } 
    .hero1{
        max-width: 480px;
        margin-top: 30px;
        margin-left: 75px;
    }
    form{
        width:max-content;
        max-width: 600px;
        margin-left: 40px;
        flex-direction: row;
    }
    .input-group{
        margin-bottom: 30px;
        position: relative;
    }
    input, textarea{
        width: 100%;
        padding: 10px;
        outline: 0;
        border: 1px solid #fff;
        color: #fff;
        background: transparent;
        font-size: 15px;
    }
label{
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    padding: 10px;
    color: #fff;
    cursor: text;
    transition: 0.2s;
}
button{
    padding: 10px 0;
    color: #ff9900;
    outline: none;
    background: transparent;
    border: 1px solid #fff;
    width: 100%;
    cursor: pointer;
}
input:focus~label,
input:valid~label,
textarea:focus~label,
textarea:valid~label{
    top: -35px;
    font-size: 14px;

}
.row{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.row .input-group{
    flex-basis: 48%;
}
.con1{
    font-size: 25px;
    color: #fff;
    margin-top: 0px;
    float: left;
    margin-left: 60px;
    width: 600px;
    line-height: 90px;
    
}
.con2{
    font-size: 25px;
    color: #fff;
    font-weight: 0;
    margin-top: 0px;
    text-align: left;
    margin-left: 30px;
    
}
.color{
    color: #ff9900;
}
a{
    color: #fff;
}
body{
    background-color: black;
}
@media screen and (max-width: 320px) {
    .whole {
        max-width: 320px;
    }
    body{
        overflow-x: clip;
    }
    #container{
        margin-left: -40px;;
        width: 1px;
    }
    .con1{
        font-size: 1px;
        margin-top: 20px;
        line-height: 40px;
    }
form{
    width: 320px;
    font-size: 1px;
    float: none;
    margin-left: -30px;
    max-width: 415px;
}
.about h1{
    text-align: center;
    font-size: 35px;
    max-width: 450px;
}

}
@media screen and (max-width: 475px) {
    .whole {
        width: 375px;
    }
    body{
        overflow-x: hidden;
                background: url(Images/2007.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%;
    }
    p {
        width: 375px;
    }
    ul {
        width: 375px;
    }
    #container{
        margin-left: 0px;
        width: 375px;
    }
    .con1{
        font-size: 13px;
        margin-top: 40px;
        line-height: 40px;
        width: 300px;
    }
form{
    width: 375px;
    font-size: 14px;
    float: none;
    margin-left: -30px;
    max-width: 310px;
}
.about h1{
    text-align: center;
    font-size: 40px;
    max-width: 300px;
    margin-left: 50px;
}

nav ul li a{
	font-size: 15px;
}
nav{
	justify-content: center;
    display: flex;
	padding: 10px 0px;
    width: 390px;
}
nav .logo{
	width: 150px;
}
    }
    @media (max-width: 640px) {
        .hero {
            max-width: 640px;
        }
        #container{
            margin-left: 0px;
        }
        .con1{
            font-size: 13px;
            margin-top: 40px;
            line-height: 40px;
        }
    form{
        width: 375px;
        font-size: 14px;
        float: none;
        margin-left: -30px;
        max-width: 310px;
    }
    .about h1{
        text-align: center;
        font-size: 40px;
        max-width: 300px;
        margin-left: 50px;
    }
    nav .logo{
        width: 150px;
    }
    button{
        padding: 20px 0px;
    }
        }
    @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;
    }