* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    color: aliceblue;
    font-family: 'General Sans Regular', sans-serif;
}

@font-face {
    font-family: 'MyCustomFont';
    src: url('/GeneralSans_Complete/GeneralSans_Complete/Fonts/TTF/GeneralSans-Variable.ttf') format('truetype');
}

#minicircle {
    position: absolute;
    height: 10px;
    width: 10px;
    background-color: aliceblue;
    border-radius: 50%;
    transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
}

html,
body {
    width: 100%;
    height: 100%;
    background-color: black;
    font-family: 'MyCustomFont', sans-serif;
    /* overflow-x: hidden; */

}

/* body::-webkit-scrollbar {
    display: none;
} */

#main {
    width: 100%;
}

#hero {
    height: 100vh;
    width: 100%;
    position: relative;
}

nav {
    color: aliceblue;
    height: 6vw;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 40px 3vw;
}

nav a {
    text-decoration: none;
    color: aliceblue;
    background-color: none;
    font-size: 2.6vh;
    font-weight: 550;
}

nav h5 {
    font-size: 2.6vh;
    font-weight: 550;
}

.upanimate {

    width: fit-content;
    overflow-y: hidden;
    transition: all ease 1s;
    position: relative;

}

.upanimate .upanimateelem {
    transform: translateY(100%);


}

#product {
    width: fit-content;
    background-color: transparent;
    font-size: 10vw;
    text-transform: uppercase;
    font-family: 'MyCustomFont', sans-serif;
    /* font-family: "General Sans Medium"; */
    margin-top: 40px;
    margin-left: 30px;
    opacity: 0.6;
    font-weight: 600;
    margin-bottom: -40px;
}


.container {
    display: flex;
    flex-direction: column;
    background-color: transparent;
    font-family: 'MyCustomFont', sans-serif;
    position: relative;
}

.container #designer {
    margin-left: 13vw;
    font-weight: 600;
    background-color: transparent;
    opacity: 0.6;
    font-size: 10vw;
    text-transform: uppercase;
    font-family: 'General Sans Medium', sans-serif;
    margin-top: -30px;
}

.container #location {
    text-align: right !important;
    text-transform: uppercase;
    background-color: transparent;
    /* font-size:1.1vw; */
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.5px;
    margin-top: -1vh;
}

#hire {
    text-align: right;
    margin-right: 3vw;
    margin-top: 16vh;
    font-weight: 300;
    font-size: 14px;
}

#hire h4 {
    line-height: 28px;
}

#hero-footer {
    padding: 0 2vw;
    width: 100%;
    position: absolute;
    bottom: 2%;
    display: flex;
    /* background-color: brown; */
    align-items: center;
    justify-content: space-between;

}

#hero-footer a {
    text-decoration: none;
    color: aliceblue;
    font-weight: 600;
}

#hero-footer #skills {
    text-decoration: none;
    color: aliceblue;
    /* padding-right: 170px; */
    padding-right: 14vw;
}

#hero-footer .icons {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 1vw;
    gap: 5px;
}

#hero-footer .icons div {
    border-radius: 50%;
    background-color: darkgray;
    height: 25px;
    width: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;

}

#hero-footer .icons i {
    color: black;
    font-weight: 600;
}

#portfolio {
    height: 120vh;
    width: 100%;
    position: relative;
    padding-top: 15vw;
    padding-right: 10%;
    padding-left: 4%;
    /* background-color: brown; */
    background-color: black;
}

/* .projects
{

} */
.projects .elem {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 40px 0;
    /* border: 2px solid #909599; */
    border-left: none;
    border-right: none;

}

.projects .elem h1 {
    font-size: 7.5vw;
    color: #909599;
    font-family: "General Sans Medium";
    font-weight: 200;
}

.projects .elem h5 {
    font-size: 1rem;
    font-weight: 200;
}

.projects .elem img {
    position: absolute;
    height: 32%;
    /* display: none; */
}

/* /////////////////////////////////////// */

#about-me {
    height: 125vh;
    width: 100%;
    background-color: black;
    position: relative;
    margin: 0vw 2vw;
    margin-top: 20vw;
}

#about-me .intro {
    display: flex;
    position: relative;
    gap: 6vw;
    align-items: center;
}

#about-me .intro #description {
    display: flex;
    flex-direction: column;
}

#about-me .intro #description h4 {
    width: 30rem;
    font-size: 1.2vw;
    font-weight: 300;
    line-height: 1.8vw;
}

#about-me .intro #description p {

    font-size: 1.1vw;
    font-weight: 300;
    line-height: 1.8vw;
    opacity: 0.6;
}

#about-me .intro #description button {
    margin-top: 1rem;
    width: 6.2rem;
    height: 2.2rem;
    background-color: black;
    border: 1px solid white;
    border-radius: 24px;
    cursor: pointer;
    font-size: 0.9rem;
}
#about-me .intro #description button:hover
{
    background-color: aliceblue;
    color: black;
}
#about-me .intro img {
    height: 16vw;
    width: 16vw;
    border-radius: 50%;
    margin-left: 25vw;
    margin-top: -10px;
}

#about-me .handles {
    padding: 12rem 2rem;
    display: flex;
    flex-direction: column;
    line-height: 2rem;
}

#about-me .handles a {
    color: aliceblue;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 900;
    max-width: fit-content;
}

#about-me .handles h4 {
    opacity: 0.6;
    font-size: 1vw;
    text-transform: uppercase;
}

/* ////////////////////////// */
#footer {
    position: relative;
    margin-top: -1rem;
}

#about-me #footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.1rem 1rem;
    position: relative;
}

#about-me #footer .left {
    display: flex;
    gap: 2.5rem;
}

#about-me #footer .left a {
    text-decoration: none;
    color: aliceblue;
    font-size: 0.9rem;
    font-weight: 800;
}

#about-me #footer .right {
    display: flex;
    gap: 2.5rem;
    padding-right: 3rem;

}

#about-me #footer .right a {
    text-decoration: none;
    color: aliceblue;
    font-size: 0.9rem;
    font-weight: 800;
}