/* GENERAL */

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600&display=swap');

* {
    margin: 0;
    padding: 0;
    /* border: 1px solid red; */
}

body {
    font-family: "Poppins", sans-serif;
    background-color: aliceblue;
    /* background-color: beige; */
}

html {
    scroll-behavior: smooth;
}

p {
    color: rgb(85, 85, 85);
}

/* TRANSITION */

button, a, .project-container, .singular-social-container, .contact-info-container {
    transition: all 300ms ease;
}

/* DESKTOP NAV */

nav, .nav-links {
    display: flex;
}

nav {
    justify-content: space-around;
    align-items: center;
    height: 4rem;
    position: sticky;
    top: 0px;
    background-color: aliceblue;
    /* background-color: aqua; */
    border-bottom: 2px solid rgb(71, 71, 193);
}

.nav-links {
    gap: 2rem;
    list-style: none;
    font-size: 1.2rem;
}

.logo {
    font-size: 1.5rem;
    background-color: rgba(0, 0, 0, 0);
    color: black;
    border: none;
    
    font-weight: 400;
    padding: 0rem;
    width: 100%;
    border-radius: 0rem;
}

.logo:hover {
    color: rgb(71, 71, 193);
}

a {
    color: black;
    text-decoration: none;
}

a:hover {
    color: rgb(71, 71, 193);
}

/* SECTIONS */

section {
    max-width: 1080px;
    margin: 0 auto 0;
    /* padding-top: 4vh;
    height: 96vh;
    margin: 0 10rem;
    box-sizing: border-box;
    min-height: fit-content; */
    margin-bottom: 8rem
}

.section-container {
    display: flex;
    justify-content: center;
    /* justify-content: center; */
    gap: 2rem;
    /* height: 80vh; */
}

.section__pic-container {
    display: flex;
    height: 400px;
    width: 400px;
    margin: auto 0;
}

.section__text {
    align-self: center;
    text-align: center;
}

.section__text p {
    font-weight: 600;
}

.section__text__p1 {
    text-align: center;
}

.section__text__p2 {
    font-size: 1.75rem;
    margin-bottom: 1rem;
}

.title {
    font-size: 3rem;
    text-align: center;
}

#socials-container {
    display: flex;
    justify-content: center;
    margin-top: 1rem;
    gap: 1rem;
}

/* PROFILE */

#profile {
    display: flex;
    justify-content: center;
    gap: 5rem;
    height: 90vh;
    /* background-color: aliceblue; */
}

#profile .section__pic-container img {
    border-radius: 100%;
    /* border: 1px solid red; */
    /* background-image: radial-gradient(aliceblue, rgb(71, 71, 193)); */
    /* border: 2px solid rgb(71, 71, 193); */
    background-color: rgb(71, 71, 193);
    /* padding-top: 28px; */
    /* border: rgb(163, 163, 163) 0.1rem solid; */
}

/* ICON */

.singular-social-container {
    display: flex;
    background-color: rgb(163, 163, 163);
    border-radius: 100%;
    height: 3rem;
    width: 3rem;
    justify-content: center;
    align-items: center;
}

.singular-social-container:hover {
    background-color: rgb(71, 71, 193);
}

.icon {
    cursor: pointer;
    height: 2rem;
    /* background-color: lightblue; */
    /* border-radius: 50%; */
    /* padding: 01rem; */
}

/* BUTTONS */

.btn-container {
    display: flex;
    justify-content: center;
    gap: 1rem;
}

button {
    font-weight: 600;
    transition: all 300ms ease;
    padding: 1rem;
    width: 8rem;
    border-radius: 2rem;
    border: none;
    cursor: pointer;
}

.btn-color-1, .btn-color-2 {
    border: rgb(85, 85, 85) 0.1rem solid;
    color: aliceblue;
    background: rgb(85, 85, 85);
}

.btn-color-1:hover, .btn-color-2:hover {
    border: rgb(71, 71, 193) 0.1rem solid;
    background: rgb(71, 71, 193);
    color: aliceblue;
}

/* .btn-color-1, .btn-color-2 {
    border: rgb(53, 53, 53) 0.1rem solid;
    color: rgb(53, 53, 53);
    background: none;
}

.btn-color-1:hover, .btn-color-2:hover {
    border: rgb(71, 71, 193) 0.1rem solid;
    background: rgb(71, 71, 193);
    color: aliceblue;
} */

/* OTHER BUTTONS STYLE FROM VID */

/* .btn-color-1, .btn-color-2:hover {
    background:rgb(53, 53, 53);
    color: white;
}

.btn-color-1:hover {
    background: rgb(0, 0, 0);
}

.btn-color-2 {
    background: none;
}

.btn-color-2:hover {
    border: rgb(255, 255, 255) 0.1rem solid;
} */

/* PROJECTS */

#projects {
    /* background-color: aliceblue; */
    /* background-color: aquamarine; */
    /* margin-bottom: 4rem; */
    scroll-margin-top: 4rem;
}

#all-projects-container {
    display: flex;
    gap: 2rem;
    margin-bottom: 2rem;
    margin-top: 2rem;
    /* justify-content: center; */
}

.project-container {
    
    padding: 1.5rem;
    flex: 1;
    background: rgb(0, 0, 0, 0.05);
    border-radius: 2rem;
    /* border: rgb(163, 163, 163) 0.1rem solid; */
    text-align: center;
    cursor: pointer;
}

.project-container:hover {
    /* border: rgb(71, 71, 193) 0.1rem solid; */
    /* color:rgb(71, 71, 193); */
    background: rgb(0, 0, 0, 0.15);
}

#projects img {
    width: 100%;
    border-radius: 2rem;
}

#project-btn-container {
    display: flex;
    flex-direction: row-reverse;
}

/* ABOUT */

#about {
    /* background-color: greenyellow; */
    scroll-margin-top: 4rem;
}

#about .section__pic-container {
    display: flex;
    justify-content: center;
    width: 270px;
}

#about img {
    border-radius: 2rem;
    /* border: rgb(163, 163, 163) 0.1rem solid; */
}

.text-container {
    width: 500px;
    margin: auto 0;
}

/* CONTACT */

#contact {
    display: flex;
    justify-content: center;
    flex-direction: column;
    /* background-color: lightgoldenrodyellow; */
    scroll-margin-top: 4rem;
}

#contact .section-container {
    border: 0.1rem solid rgb(163, 163, 163);
    border-radius: 2rem;
    margin: 0 auto;
}

.contact-info-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    margin: 1rem;
}

.contact-icon {
    cursor: default;
}

#contact .singular-social-container {
    background-color: rgb(163, 163, 163);
}

/* FOOTER */

footer {
    margin: 6rem 0 2rem;
    /* background-color: lightskyblue; */
}

footer p {
    text-align: center;
}

/* CONSTRUCTION */

.under-construction {
    background-color: yellow;
    position: absolute;
    border-radius: 2rem;
    margin: 1rem;
    padding: 0.4rem;
}