*{
    margin:0;
    padding:0;
    font-family: 'Poppins', sans-serif;
    font-family: 'Roboto', sans-serif;
}

.box{
    display: flex;
    height: 100vh;
    width: 100%;
    background: transparent;
}
.section{
    width: 100%;
}
.container{
    overflow-y: scroll;
    background: rgb(0, 0, 0);
    padding-left: 17.5%;
    width: 82.5%;
}
.container>*{
    padding-left: 17.5%;
    width: 82.5%;
}
.header{
    padding: 0;
    height:65px;
    width:82.5%;
    background: #0c0c0cde;
    position:fixed;
}
.main{
    height: auto;
    margin: 0;
    width: 100%;
    padding: 10vh 0;
    background:linear-gradient(180deg,#1d1d1d,#0f0f0f) ;
}
.about-footer{
    display: flex;
    height: auto;
    width: -webkit-fill-available;
    padding: 40px 20px 10px;
    justify-content: space-around;
}
.about-part{
    display: flex;
    height: auto;
    width: 100%;
    justify-content: space-around;
}
.about-footer>.about-part h3{
    color: white;
    padding: 10px 0;

}
.about-footer>.about-part li{
    padding: 5px 0;
    color: #bfbfbf;

}
.creator{
    margin: 30px 40px;
    padding: 40px 0;
    color: #bfbfbf;
    border-top: 1px solid #898989;
}


.footer-fixed{
    display: flex;
    justify-content: space-between;
    color:white;
    padding: 15px 25px 0;
    height:10vh;
    width: 97%;
    background: linear-gradient(45deg, #af2896, #509bf5);
    position:fixed;
    bottom: 0;
}
.btn-signup{
    color: black;
    text-align: center;
    padding: 15px 5px;
    font-weight: 900;
    font-size: 16px;
    background: white;
    width: 150px;
    border-radius: 30px;
    height: 20px;
}


@media screen and (max-width: 1000px){
    .container{
    padding-left: 0;
    width: 100%;
    }
    .header{
    width: 100%;
    }
    .footer-fixed{
        justify-content: center;
        flex-flow: column;
        height: auto;
        width: 100%;
        padding: 0;
    }
    .ads{
        display: none;
    }
    .btn-signup{
    display:none;
    margin: 5px;
    position: relative;
    left: 50%;
    transform: translate(-50%,0%);
    }
}

@media only screen and (max-width: 800px) {

    .about-part{
        display: flex;
        flex-direction: column;
            }
}
