*{
    margin: 0;
    padding: 0;
    box-sizing:  border-box;
}
html,body{
    width: 100%;
    height: 100%;
    font-family: Fredoka;
}

#main{
    width: 100%;
    height: 100%;
    background-image: url(1.png);
    background-position: center;
    background-size: cover;
    /* object-fit: cover; */

}

#pic{
    width: 100%;
    height: 100%;
    background-image: url(1.png);
    background-position: center;
    background-size: cover;
}


#nav{
    font-family: Montserrat;
    display: flex;
    align-content: center;
    padding: 15px;
    width: 100vw;
    height: 50px;
    position: absolute;
    position: relative;
    /* background-color: aqua; */
    
}

#nav a{
    color: black;
}
#nav img{
    height: 30px;
    margin-right: 10px;
    margin-left: 10px;
}

#one{
    display: flex;
    position: relative;
    align-items: center;
    width: 180px;
}

#one h1{
    font-family: Fredoka;
    font-size: 18px;
    text-decoration: none;
}

#two{
    position: relative;
    display: flex;
    align-items: center;
    margin-left: 90px;
}

#two a{
    font-size: 12px;
    margin-left: 20px;
    font-weight: 500;
    text-decoration: none;
}


#three{
    position: absolute;
    display: flex;
    align-items: center;
    right: 50px;
    display: flex;
}

#three a{
    margin-left: 25px;
    font-size: 12px;
    font-weight: 500;
    text-decoration: none;
}

#three #h4{
    margin-left: 80px;
    font-size: 12px;
    font-weight: 500;
    text-decoration: none;
}

.line{
    position: absolute;
    /* top: -15px; */
    right: -40px;
    width: 1px;
    height: 40px;
    background-color: rgb(39, 39, 39);
}

.line2{
    position: absolute;
    left: -20px;
    width: 1px;
    height: 40px;
    background-color: rgb(80, 80, 80);
}

#three .line{
    right:  70px;
}

#fnr{
    position: absolute;
    top: 80px;
    left: 30px;
}

#fnr h1{
    font-family: Fredoka;
    font-size: 65px;
}

#fnr button{
    margin-top: 20px;
    font-size: 11px;
    letter-spacing: 1px;
    padding: 12px;
    border-radius: 6px;
    border: transparent;
    background-color: black;
    color: aliceblue;
    box-shadow: 0 0 5px 2px rgb(20, 20, 20);
}

#fnr button a{
    font-family: "Fredoka";
    text-decoration: none;
    color: aliceblue;
}
#code{
    position: absolute;
    bottom: 60px;
    left: 30px;
    width: 70px;
}

#soc{
    position: absolute;
    display: flex;
    align-items: center;
    bottom: 20px;
    left: 30px;
}

#circle{
    width: 5px;
    margin : 10px;
    height: 5px;
    border-radius: 50%;
    background-color: black;
}
#soc h2{
    font-size: 13px;
}

#fnl{
    position: absolute;
    right: 90px;
    top: 90px;
}

#fnl h1{
    font-family: Fredoka;
    margin-bottom :20px;
    font-size: 35px;
}

#fnl p{
    font-size: 13px;
    line-height: 20px;
    font-weight: 500;
}

#h5{
    position: absolute;
    bottom: 30px;
    right: 50px;
}

/* resposive area */

@media screen and (max-width:600px) {
    #main{
    }
    #nav{
        width: 0vw;
    }
    #two {
    display: none;
    }

    /* #two a{
    font-size: 3vw;
    font-weight: 600;
    } */

    #fnl{
    left: 20px;
    top: 41vh;
    left: 10vw;
    width: 90vw;
    }
    #fnr h1{
        font-size: 8vw;
    }

    #fnl h1{
        font-size: 7vw;
    }

    #fnl p{
        font-size: 4vw;
        line-height: 6vw;
    }
    
    #soc h2{
        font-size: 3vw;
    }

    #three{
        display: none;
    }

    .line{
        display: none;
    }

    #code{
        width: 20vw;
        bottom: 4vh;
        left: 72vw;
    }
    #h5{
        display: none;
    }
    #soc{
        bottom: 6vh;
        margin-left: 5px;
    }

    #nav img{
        height: 9vw;
    }

    #one h1{
        font-size: 9vw;
    }

    #frn button{
        font-size: 5vw;
        padding: 4vw;
    }
}