* {
    margin: 0;
    padding: 0;
    outline: 0;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

ul,
ol {
    list-style-type: none;
    padding: 0;
    margin: 0
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin-bottom: 0;
}

body {
    background-color: #000;
    font-family: "Anonymous Pro", monospace;
    color: #fff;
}





.btn-check:focus + .btn,
.btn:focus {
    outline: 0;
    box-shadow: none;
}



/*-=================================================================================== 
                                top-bar CSS Start 
===================================================================================-*/

.top-bar {
    background: #FF0000;
    text-align: center;
    padding: 6px 10px;
    color: #fff;
}

.top-bar p {
    font-size: 20px;
    font-weight: 700;

}

/*-=================================================================================== 
                                Navbar CSS Start 
===================================================================================-*/
#navbar {
    position: absolute;
    top: 42px;
    left: 0;
    width: 100%;
    padding: 20px 0;
    z-index: 999;
}

#navbar .logo {
    color: #fff;
}

.social-links i {
    color: #a6a6a6;
    font-size: 25px;
    padding-left: 20px;
    line-height: 50px;
    transition: all linear .3s;
}

.social-links i:hover {
    color: #FF0000;
}

#navbar .social-links .btn {
    font-size: 25px;
    padding: 6px 50px;
    color: #a6a6a6;
    border: 1px solid #A6A6A6;
    margin-left: 50px;
    transition: all linear .3s;
}

#navbar .social-links .btn:hover {
    color: #FF0000;
    border: 1px solid #FF0000;
}

.logo h3 {
    white-space: nowrap;
}




/*-=================================================================================== 
                                banner CSS Start 
===================================================================================-*/
#banner {
    position: relative;
    background: url(../images/Noise%20Texture.png);
    background-repeat: no-repeat;
    /*    background-size: cover;*/
    background-position: center;
}

#banner .text h1 {
    font-size: 48px;
    font-weight: 700;
    line-height: 57px;
    text-align: center;
    color: #fff;
}

#banner .text h4 {
    font-size: 30px;
    font-weight: 400;
    line-height: 28px;
    text-align: center;
    color: #fff;
    max-width: 918px;
    margin: 0 auto;
    padding-top: 30px;
    padding-bottom: 80px;
}






/*-=================================================================================== 
                                Process CSS Start 
===================================================================================-*/
#process {
    background: url(../images/Noise%20Texture.png);
    background-repeat: no-repeat;
    /*    background-size: cover;*/
    background-position: center;
    padding-top: 100px;
    padding-bottom: 100px;
}

#process h2 {
    font-size: 62px;
    font-weight: 700;
    line-height: 57px;
    text-align: center;
    color: #fff;
    padding-bottom: 160px;
}

#process .item {
    padding: 30px;
    color: #fff;
    border-radius: 5px;
    border: 2px solid #fff;
    background: linear-gradient(90.17deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0.04) 100%);
    margin-bottom: 25px;
}

#process .item .img-box {
    height: 200px;
    border-radius: 5px;
    border: 2px solid #fff;
    background: rgba(0, 0, 0, 0.65);
    margin-bottom: 25px;
}

#process .item .img-box {
    position: relative;
}

#process .item .img-box img {
    position: absolute;
    bottom: 0;
}

#process .item span {
    background: red;
    padding: 4px 8px;
    font-size: 12px;
    border-radius: 3px;
    box-shadow: -2px -1px 2px 0px rgba(255, 255, 255, 0.58);
}

#process .item p {
    font-size: 25px;
    color: #fff;
    padding-top: 25px;
}







/*-=================================================================================== 
                                Process CSS Start 
===================================================================================-*/
#powered-by {
    background: url(../images/Noise%20Texture.png);
    background-repeat: no-repeat;
    /*    background-size: cover;*/
    background-position: center;
    padding-top: 200px;
    padding-bottom: 200px;
}

#powered-by .item h6 {
    font-size: 24px;
}

#powered-by .item h3 {
    font-size: 33px;
    padding-bottom: 30px;
}

#powered-by .item a {
    padding-bottom: 30px;
    color: #fff;
    text-decoration: underline;
}







/*-=================================================================================== 
                                About CSS Start 
===================================================================================-*/
#about {
    background: url(../images/Noise%20Texture.png);
    background-repeat: no-repeat;
    /*    background-size: cover;*/
    background-position: center;
    padding-top: 100px;
    padding-bottom: 100px;
}

#about .about-text {
    height: 100%;
}

.about-text h6 {
        font-size: 25px;
        padding-top: 50px;
    }



/*-=================================================================================== 
                                Footer CSS Start 
===================================================================================-*/
#footer {
    background: url(../images/Noise%20Texture.png);
    background-repeat: no-repeat;
    /*    background-size: cover;*/
    background-position: center;
    padding-top: 100px;
    padding-bottom: 100px;
}

#footer ul li {
    color: #616161;
    padding: 5px 0;

}

#footer ul li a {
    color: #A6A6A6;
    transition: all linear .3s;
}

#footer ul li a:hover {
    color: red;
}

#footer .sub h3 {
    font-size: 45px;
    font-weight: 700;
}

#footer .sub p {
    font-size: 25px;
    padding-top: 30px;
    padding-bottom: 30px;
}

#footer .sub-box {
    padding: 10px;
    border: 1px solid;
    /*    border-image: linear-gradient(45deg, #fff, rgba(255, 255, 255, 0.26)) 1;*/
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
    background-color: rgba(255, 255, 255, 0.11);
}

#footer .sub-box input {
    border: 0;
    width: 65%;
    background-color: transparent;
    padding-left: 20px;
    color: #fff;
}

#footer .sub-box button {
    border: 0;
    width: 30%;
    color: #A6A6A6;
    border: 1px solid #A6A6A6;
    border-radius: 5px;
    background: rgba(0, 0, 0, 0.29);
    padding: 10px 40px;
}

#footer .sub-box input:placeholder-shown {
    color: #A6A6A6
}