@import url('https://fonts.googleapis.com/css?family=Hammersmith+One|Russo+One|Staatliches&display=swap');

*{
margin:0;
padding:0;
box-sizing:border-box;
font-size:14px;
}

body {
background: url(../img/background.png);
background-size: cover;
margin: 0vw;
}

.logo__block img  {
width:150px;
}

.menu__block .navbar-nav .nav-link {
color: #fff;
margin: 1rem;
font-family: 'Hammersmith One';
cursor: pointer;
border-bottom: 1px solid transparent;
font-size: 14px;
font-weight: normal;
padding: 0;
margin:5px 10px;
}

.menu__block ul li.active a {
color:#019efd !important;
}

/* .navbar-collapse.show {
position: absolute;
background: #333744;
width: 100%;
top: 81%;
z-index: 1;
} */


.menu__icon {
font-size:20px;
color:#fff;
}

.banner__img {
text-align: center;
}

.banner__img img{
/* width:300px; */
}

.banner__features {
margin-top:2rem;
}

.banner__features span {
color: #ffd149;
font-weight: 500;
font-size:12px;
}

.banner__features span::after{
content: "|";
color:#fff;
margin:10px;
}

.banner__features span:last-child::after{
display:none;
}

/* .backguy {
position: absolute;
left: 55vw;
top: 3vw;
width: 26vw;
} */

.menu {
list-style-type: none;
margin: 0vw;
padding: 0vw;
position: absolute;
width: 50vw;
height: 5vw;
left: 20vw;
line-height: 2vw;
}

/* .menuitem {
color: #fff;
float: left;
margin: 1.5vw;
font-family: 'Hammersmith One';
cursor: pointer;
border-bottom: 0.1vw solid transparent;
height: 1.5vw;
font-size:14px;
} */

.maintext {
display: flex;
flex-direction: column;
justify-content: center;
height: 100%;
color: #fff;
}

.title {
font-family: 'Staatliches';
color: #fff;
font-size:80px;
letter-spacing:5;
}

.primary__btn {
color: #fff !important;
background: #019efd;
padding: 10;
width: 10rem;
text-align: center;
cursor: pointer;
margin-top:10px;
display:inline-block;
text-decoration: none;
border:none;
}

.footer__section {
background: rgba(0, 0, 0, 0.3);
box-shadow: inset 0 0 2vw rgba(0, 0, 0, 0.3);
/* position:absolute;
bottom:0; */
}

.footer__section .footer__block {
padding: 15px;
color: #fff;
box-shadow: inset 0 0 2vw rgba(0, 0, 0, 0.3);
height: 100%;
}

.footer__section .footer__block .timer {
color: #019efd;
font-family: 'Hammersmith One';
font-size:24px; 
}

.footer__section .footer__block .footer__title {
color: #019efd;
font-size:24px;
font-family: 'Hammersmith One';
}

.footer__section .footer__block .top__title {
color:#fff;
font-family: 'Hammersmith One';
font-size:16px;
}

.footer__section .footer__block .footer__btn {
background: #3ca918;
color:#fff !important;
display: flex;
align-items: center;
justify-content: center;
margin: 10px 0;
padding:5px;
text-decoration:none !important;
}

.innerpage__content {
margin-top:2rem;
color:#fff;
}


.innerpage__heading {
font-family: 'Staatliches';
color: #fff;
font-size: 40px;
letter-spacing: 5;
}

.form__section label {
display:block;
font-size:14px;
margin-top:10px;
margin-bottom:10px;
}

.form__section input {
background: transparent;
border: 1px solid #019efd;
width: 100%;
color:#fff;
}

.form__section input:focus {
border: 1px solid #019efd !important;
}

.form__section textarea {
    background: transparent;
    border: 1px solid #019efd;
    width: 100%;
    color:#fff;
    }
    
    .form__section textarea:focus {
    border: 1px solid #019efd !important;
    }

@media (max-width:991) {



}