*{
    margin: 0;
    padding: 0;
}

body{
    background-color: #515151;
    font-family: 'Open Sans', sans-serif;
    width: 100%;
    height: 100%;
}


#nav{
    height: 5px;
    padding: 5vh 3vw;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#nav img{
    width: 100px;
}

#nav #right{
    display: flex;
    align-items: center;
    gap: 40px;
}

#nav i{
    margin-top: 3px;
    font-size: 20px;
    color: #ffffff;
    cursor: pointer;
}

#nav a{
    text-decoration: none;
    font-weight: 400;
    font-size: 1.5vmax;
    color: #ffffff;
    letter-spacing: -1;
}

#menu{
    height: 100vh;
    width: 20vmax;
    position: fixed;
    top: 0;
    right: -23vw;
    background-color: #00000066;
    backdrop-filter: blur(5px);
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 5vh;
    padding-left: 3vw;
    z-index: 2;
}

#menu a{
    color: #fff;
    font-size: 3vmax;
}

#menu a:hover{
    color: #ff8239;
}

#menu i{
    font-size: 2vmax;
    position: absolute;
    top: 3vh;
    right: 13%;
    cursor: pointer;
    color: #fff;
}

#logo{
    width: 100%;
    display: flex;
    justify-content: center;
    background-color: #fff;
}

#welcome{
    display: flex;
    justify-content: center;
    color: #fff;
    font-size: 4vmax;
    padding: 2vw;
}

#about{
    display: flex;
    justify-content: center;
    color: aliceblue;
    font-size: 1.5vmax;
    text-decoration: underline;
    padding: 2vw;
    padding-bottom: 0;
}

.JD{
    margin: 5vh auto;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6vw;
    color: #fff;
    background-color: #424242;
    width: 50%;
    border-radius: 20px;
    flex-wrap: wrap;
}

#jd_disc{
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 1.2vmax;
}

.JD img{
    width: 10vmax;
}

.TO{
    margin: 5vh auto;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 7vw;
    color: #fff;
    background-color: #424242;
    width: 50%;
    border-radius: 20px;
    flex-wrap: wrap;
}

#to_disc{
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #fff;
    font-size: 1.1vmax;
}

.TO img{
    width: 9vmax;
}

.GF{
    margin: 5vh auto;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10vw;
    color: #fff;
    background-color: #424242;
    width: 50%;
    border-radius: 20px;
    flex-wrap: wrap;
}

#gf_disc{
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #fff;
    font-size: 1vmax;
}

.GF img{
    width: 8vmax;
}

.team{
    margin: 5vh auto;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5vw;
    color: #fff;
    background-color: #424242;
    width: 80%;
    border-radius: 20px;
    padding: 5vw;
    flex-wrap: wrap;
}

.team i{
    font-size: 4vmax;
}

#t1,#t2,#t3,#t4,#t5{
    display: flex;
    flex-direction: column;
    align-items: center;
}

#footer{
    background-color: #424242;
    /* height: 20vh; */
    padding: 5vw;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    overflow: hidden;
    flex-wrap: wrap;
}

.socials{
    display: flex;
    gap: 1.8vw;
}

.socials i:hover{
    font-size: 2vw;
}

#part1 a{
    font-size: 4vh;
    color: #fff;
    text-decoration: none;    
}

#part1 img{
    width: 7vw;
}

#part1 h3{
    font-weight: 100;
    padding-bottom: 2vh;
    color: #fff;
}

.part h5{
    font-weight: 200;
    cursor: pointer;
}

.part h5:hover{
    font-weight: 400;
    font-size: 2vh;
    border-radius: 20px;  
    color: #ff4c1b;
}

#part2,#part3,#part4{
    display: flex;
    flex-direction: column;
    gap: 2vh;
    cursor: pointer;
    color: #fff;
}

.copyright{
    height: 7vh;
    background-color: rgb(49, 49, 49);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    cursor:default;

}