@import url('https://fonts.googleapis.com/css2?family=Roboto+Serif:ital,opsz,wght@0,8..144,100..900;1,8..144,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lexend:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif:ital,wght@0,100..900;1,100..900&display=swap');

:root {
    --primary-color: #2f65a7;
    --secondary-color: #008000;
    --tertiary-color: #3781dc;
    --quaternary-color: #171a1c;
    --quinary-color: #2a2e32;
}

* {
    margin: 0;
    /* font-family: 'Times New Roman', Times, serif; */
    font-family: "Lexend", sans-serif;

}

html {
    scroll-behavior: smooth !important;
}

html, body{ 
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100vh;
    overflow-y: hidden;
    box-sizing: border-box;
    background-color: blanchedalmond;
}

/* Start Generation Here */
/* Custom scrollbar styling */
::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    background: #2a2a2a;
}

::-webkit-scrollbar-thumb {
    background: var(--primary-color);
    border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
    background: #006600;
}

/* Firefox scrollbar styling */
* {
    scrollbar-width: thin;
    scrollbar-color: var(--primary-color) #2a2a2a;
}
/* End Generation Here */


/* Landing page  */
.main-wrapper {
    height: 100%;
    background: #171a1c;
    overflow: auto;
    /* display: flex;
    flex-direction: column; */
}

.main-wrapper.comson {
    display: flex;
    flex-direction: column;
}

.nav-wrapper {
    position: sticky;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 15px;
    /* border-bottom: solid #d9d9d9;
    border-width: 0 0 1px 0; */
    font-family: "Lexend", sans-serif;
    font-weight: 300;
    font-size: medium;
}

nav {
    background: #171a1c;
    display: flex;
    justify-content: flex-start;
}

nav ul {
    list-style-type: none;
    padding: 0;
    display: flex;
}

nav li {
    padding-inline: 10px;
    display: flex;
}

nav a {
    text-decoration: none;
    text-align: center;
    color: #fff;
    display: block;
    padding: 32px 20px 4px 20px;

}

.hover-underline-animation {
    /* display: inline-block; */
    position: relative;

}

.hover-underline-animation:after {
    content:'';
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    height: 1px;
    bottom: 0;
    left: 0;
    background-color: var(--tertiary-color);
    transform-origin: bottom right;
    transition: transform 0.25s ease-out;
}

.hover-underline-animation:hover:after {
    transform: scaleX(1);
    transform-origin: bottom left;

}

.amarton {
    font-weight: 700;
}

hr {
    display: none;
}


.landing-page-content-wrapper {
    height: 100vh;
    /* flex: 1; */
    display: flex;
    width: 100%
}

.landing-page-content-wrapper.comson2 {
    height: unset;
    flex: 1;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.content-div {
    background: #171a1c;
    /* padding-right: 10%;
    padding-left: 10%; */
    display: flex;
    align-items: center;
}

/* .content-div-one {
    width: 10%;
    border-right: solid #d9d9d9;
    border-width: 0 1px 0 0;
} */

.content-div-two {
    width: 100%;
    flex-shrink: 1;
    background: #171a1c;
    border-right: solid var(--tertiary-color);
    border-width: 0 1px 0 0;
    display: flex;
    justify-content: flex-end;
    margin: 200px 0;
}

.name-title-div {
    font-family: "Lexend", sans-serif;
    text-align: right;
    padding-right: 20px;
    color: #d9d9d9;
}

.name {
    font-size: 620%;
    color: #d9d9d9FF;
    text-shadow: 1px 0 10px #00800088;
    padding-bottom: 1rem;
}

.name.fs::before{
    content: "_";
    color: #008000;
}

.title {
    font-size:x-large;
}

.title {
    font-size:x-large;
    color: #d9d9d9FF;
    text-shadow: 1px 0 40px #00800088;
}

.title.fs::before {
    content: "_";
    color: #008000;
}

.content-div-three {
    flex-shrink: 1;
    width: 100%;
}

.introduction {
    font-family: "Lexend", sans-serif;
    font-weight: 300;
    font-size: medium;
    margin: 3% 6% 3% 3%;
    color: #d9d9d9;
}

.introduction p {
    line-height: 2;
    font-size: 1.2rem;
    text-align: justify;
}


/* Portfolio page */

.portfolio-page-content-wrapper {
    min-height: 60vh;
    /* border-top: solid var(--tertiary-color); */
    /* border-width: 1px 0 0 0; */
    background: #171a1c;
    margin-top: 15px;
    color: #d9d9d9;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

.portfolio-page-content-wrapper p {
    font-style: italic;
    color: #BBB;
    font-size: 1.2rem;
    text-align: justify;
    margin: 0 auto 60px auto;
    padding: 0 30px;
}

.portfolio-title {
    /* font-family: "Noto Serif", serif; */
    font-weight: 300;
    font-size: 200%;
    padding: 40px 100px 50px 0px;
    min-width: 70%;
}

.portfolio-title:before {
    content:"_";
    color: #008000;
}

.underscore:before {
    content:"_";
    color: #008000;
}

.portfolio-content-wrapper {
    display: flex;
    justify-content: space-evenly;
    min-width: 70%;
    margin-top: 10px;
    margin-bottom: 100px;
}


.portfolio-section-title {
    /* color: var(--tertiary-color); */
    font-weight: 800;
    font-style: bold;
    /* text-align: center; */
    padding: 30px 10px 30px 0px;
    /* font-family: "Noto Serif", serif; */
    font-weight: 200;
    font-size:x-large;
}

.portfolio-section ul li {
    list-style-type: "";
    margin-bottom: 8px;
}

.portfolio-section ul {
    padding-left: 0;
}

.portfolio-section ul li a {
    text-decoration: none;
    /* font-family: "Noto Serif", serif; */
    font-weight: 200;
    font-size: large;
    color: #d9d9d9;
}

/* .portfolio-section ul li::marker {
    color:#008000;
}

.hover-underline {
    text-decoration: underline;
    text-decoration-color:transparent;
    transition: text-decoration-color 0.25s;
}

.hover-underline:hover {
    text-decoration-color:#008000;
} */

.contact-page-content-wrapper {
    min-height: 10vh;
    /* border-top: solid var(--tertiary-color); */
    /* border-width: 1px 0 0 0; */
    background: #171a1c;
    margin-top: 15px;
    color: #d9d9d9;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.contact-page-content-wrapper small {
    font-style: italic;
    color: #BBB;
    margin: auto;
    padding: 0 30px;
}

.contact {
    font-family: "Lexend", sans-serif;
    font-weight: 300;
    font-size: 200%;
    padding: 40px 100px 50px 0px;
    min-width: 70%;
}

.contact::before {
    content:"_";
    color: #008000;
}

.contact-list {
    min-width: 70%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    padding-bottom: 30px;
}

.contact-list li {
    margin: 15px;
    list-style-type: none;
    font-family: "Lexend", sans-serif;
    font-weight: 300;
    font-size: medium;
    color: #d9d9d9;
}

.contact-list li a {
    color: #fff;
    text-decoration: none;
    font-size: 32px;
}

.copyright {
    bottom:10px;
    left:calc(50% - 150px);
    color: #008000;
    margin: 40px;
    text-align: center;
    font-size: 14px;
}

.copyright a {
    color: #fff;
    text-decoration: none;
    border-bottom: 1px solid #008000;
}


/* Small screen */

@media screen and (min-width: 755px) {
    .introduction p {
        max-width: 650px;
    }
}

@media screen and (max-width: 768px) {
    nav {
        display: flex;
        flex-direction: column;
    }

    nav a {
        padding: 6px;
    }


    hr {
        display: block;
        transform: skew(140deg, 159deg);
        color: #008000;
    }
    

    .landing-page-content-wrapper {
        display: flex;
        flex-direction: column;
        overflow-x: hidden;
    }


    .content-div {
        max-height: 50%;
    }

    .content-div-one {
        display: none;
    }

    .content-div-two {
        width: auto;
        /* border-bottom: solid #d9d9d9;
        border-width: 0 0 1px 0; */
        flex-grow: 1;
        /* padding-top: 160px; */
        padding-right: 20px;
        /* padding-bottom: 10px; */
        display: flex;
        align-content: flex-start;
        border: none;
    }

    .name {
        font-size: 400%;
    }

    .name.fs {
        font-size: 300%;
    }

    .title.fs {
        font-size: 90%;
        text-align: center;
    }

    .content-div-three {
        /* border-bottom: solid #d9d9d9;
        border-width: 0 0 1px 0; */
        flex-grow: 1;
        max-height: 300px;
    }

    .introduction {
    margin: 3% 3% 3% 3%;


    }

    .portfolio-content-wrapper {
        display: flex;
        flex-direction: column;
    }
    

/* Coming soon page: */


    .flex {
        align-items: end;
        justify-content: flex-start;
    }

    .cs-pp {
        font-weight: 100;
        font-size: x-large;
        text-align: end;
    }

}