@font-face {
    font-family: mine;
    src: url(./Vonique\ 64\ Bold.ttf);
}
@font-face {
    font-family: opt;
    src: url(./Raleway-SemiBold.ttf);
}
@font-face {
    font-family: sma;
    src: url(./DESIGNER.otf);
}
*{
   margin:0;
   padding:0;
   font-family: "General Sans";
   box-sizing: border-box; 
}
html,body{
    width:100%;
    height:100%;
}
#minicircle{
    transition:all cubic-bezier(0.19, 1, 0.22, 1)1s;
    width: 10px;
    height: 10px;
    position: absolute;
    z-index: 999999;
    border-radius: 50%;
    background-color: antiquewhite;

}
#main{
    width:100%;
    background-color: black;
}
#first-page{
    position: relative;
    width:100%;
    height:100vh;
    background-color: black;
    color:white
}
#nav a{
    font-family: sma;
    color: aliceblue;
    text-decoration: none;
    font-size: 18px;
}
#nav h4{
    font-family: sma;
}
#heading{
    margin-top: 90px;
}
#nav{
    font-family: sma;
    display:flex;
    align-items: center;
    justify-content: space-between;
    width:100%;
    padding:20px 40px;
    color:aliceblue
}
#heading{
    opacity: .6;
    margin-left: 30px;
    line-height: 1;
    font-size: 8vh;
    font-family: "General Sans Medium";
    text-transform: uppercase;
    font-weight: 900;

}
#tr1{
    width: fit-content;
    overflow:hidden
}
#tr1 h1{
    transform: translateY(100%);
    font-family:mine;
    font-size: 15vw;
}
#heading #sech1{
    margin-left: 230px;
    transform: translateY(110%);
    font-family:mine;
    font-size: 10vw;
}
#heading #sech2{
    margin-left: 900px;
    font-size:2vh ;
}
.dbbox{
    width:fit-content;
    overflow: hidden;
}
.dbbox #sech2{
    text-align: right;
    transform: translateY(100%);
}
#free h5{
    text-align: right;
    margin-top: 3vw;
    font-size: 1.5vw;
    opacity: 0.7;
    font-family:sma;
}
#ffooter {
    font-family: opt;
    padding: 0 2vw;
    width:100%;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    position: absolute;
    bottom: 3%;
    justify-content: space-between;
}
#ffooter #lin{
    text-decoration: none;
    font-family: sma;
    font-stretch: wider;
    color: #fff;
}
#second{
    color: white;
    padding-top: 200px;
    padding-right: 15vw;
    width:100%;
    height: 100vh;
    background-color:black
}
.elem{
    text-decoration: none;
    font-family: opt;
    align-items: center;
    padding-right: 0;
    display: flex;
    position: relative;
    padding: 3.5vw 2.5vw;
    width:100%;
    border-top: 1px solid #888;
}
.elem #lin{
    text-decoration: none;
    color: #fff;
    opacity: 0.6;
}
.elem #lin2{
    text-decoration: none;
    color: #fff;
    opacity: 0.6;
}
.elem h1{
    text-decoration: none;
    font-family: opt;
    text-transform: uppercase;
    font-size: 6vw;
    opacity: .6;
}
.eleml{
    text-decoration: none;
    border-bottom: 1px solid #888;
}
.eleml #lin3{
    text-decoration: none;
    color: #fff;
    opacity: 0.6;

}
.elem img{
    opacity: 0;
    height: 130%;
    position: absolute;
    z-index: 9999999;
    border-radius: 15%;

}
#about{
    display: flex;
    position: relative;
    align-items: center;
    gap: 50px;
    color: #fff;
    padding: 10vw 10vw;
    padding-left: 10vw;
    width: 100%;
    background-color: black;
}
#me{
    width: 25rem;
}
#about img{
    width: 200px;
    border-radius: 10%;
}
#me p{
   /* width: 25rem;*/
    opacity: 0;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    margin-bottom: 10px;
    line-height: 1.7;
    margin-bottom: 30px;
    font-size: 3vh;
    color: white;
}
@media screen and (max-width:600px) {
    #main{
        overflow-x: hidden;
        max-width: 100vw;
    }
   #first-page #nav {
        width: 100vw;
        font-family: sma;
        color: aliceblue;
        text-decoration: none;
        font-size: 18px;
}
#heading{
    opacity: .6;
    margin-left: 30px;
    line-height: 1;
    font-size: 8vh;
    font-family: "General Sans Medium";
    text-transform: uppercase;
    font-weight: 900;
    width: 100vw;

}
#tr1{

    width: fit-content;
    overflow:hidden
    
}
#tr1 h1{
    transform: translateY(100%);
    font-family:mine;
    font-size: 25vw;
}
#heading #sech1{
    padding-top: 3vh;
    width: 40wm;
    margin-left: 10px;
    transform: translateY(110%);
    font-family:mine;
    font-size: 15vw;
}
#heading #sech2{
    margin-left: 00px;
    font-size:4vw ;
}
.dbbox{
    width:fit-content;
    overflow: hidden;
}
.dbbox #sech2{
    text-align: right;
    transform: translateY(100%);
}
#free{
    padding-top: 7vh;
    font-size:5vw;
}
#free h5{
    font-size: 2.5vw;
}
#about{
    padding-top: 10px;
    flex-direction: column;
}
#about img{
    padding-top: 10px;

}
#about p{
    width: 80vw;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 5vw;

}
}
