@import url('https://fonts.googleapis.com/css2?family=Bungee+Tint&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bungee+Tint&family=DM+Mono:ital,wght@0,300;0,400;0,500;1,300;1,400;1,500&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    background-color: #f5f0e8;
    scroll-behavior: smooth;
    scroll-padding-top: 60px
}

.navbar {
    min-height: 70px;
    width: 100%;
    border-bottom: 2px solid #000000;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: center;
    position: fixed;
    z-index: 3;
}

.logo {
    color: #c84b2f;
    margin-left: 60px;
    font-size: 20px;
    font-family: "Playfair Display", serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: italic;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
}

.nav-links {
    margin-right: 60px;
    list-style-type: none;
    font-size: 14px;
    font-family: "DM Mono", monospace;
    font-weight: 300;
    font-style: normal;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
}

.nav-links li a {
    margin: 25px;
    color: #000000;
    text-decoration: none;
}

.nav-links li a:hover {
    color: #c84b2f;
    cursor: pointer;
}

.hero-container {
    min-height: 700px;
    width: 100%;
    display: flex;
    flex-direction: row;
}

.left-section-hero-container {
    height: 750px;
    width: 50vw;
    border-right: 2px solid #000000;
    padding: 60px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

#edition {
    color: #8a7f72;
    font-size: 12px;
    font-family: "DM Mono", monospace;
    font-weight: 300;
    font-style: normal;
}

.hero-heading {
    font-family: "Playfair Display", serif;
    font-optical-sizing: auto;
    font-weight: 900;
    font-size: 80px;
    font-style: normal;
    position: relative;
    z-index: 0;
}

.hero-heading #top {
    position: relative;
    z-index: 1;
}

.hero-heading #bottom {
    color: #c84b2f;
    font-style: italic;
    position: relative;
    bottom: 20px;
}

.hero-subheading {
    color: #8a7f72;
    min-height: 100px;
    width: 250px;
    border-top: 2px solid #8a7f72;
    padding-top: 10px;
    font-size: 14px;
    font-family: "DM Mono", monospace;
    font-weight: 300;
    font-style: normal;
    letter-spacing: 1px;
    line-height: 25px;
    text-transform: uppercase;
}

.right-section-hero-container {
    height: 750px;
    width: 50vw;
    padding: 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.profile-wrapper {
    height: 240px;
    width: 70%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
}

.profile {
    height: 240px;
    width: 240px;
    border-radius: 50%;
    border: 3px solid #000000;
    background-image: url("/Assets/profile.png");
    background-size: cover;
}

.headline {
    width: 70%;
    font-family: "Playfair Display", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-size: 26px;
    font-style: normal;
    line-height: 30px;
    word-spacing: 2px;
    position: relative;
    top: 20px;
}

.headline span {
    color: #c84b2f;
    font-style: italic;
    font-weight: bold;
}

.scroll {
    color: #8a7f72;
    font-size: 12px;
    font-family: "DM Mono", monospace;
    font-weight: 300;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: relative;
    top: 40px;
}

#skills-container {
    height: 400px;
    width: 100%;
    border-top: 2px solid #000000;
    padding: 60px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

#skills-caption {
    height: 30px;
    width: 100%;
    color: #8a7f72;
    font-size: 12px;
    font-family: "DM Mono", monospace;
    font-weight: 300;
    letter-spacing: 1px;
    display: flex;
    align-items: center;
}

#skills-caption span {
    height: 3px;
    width: 30px;
    background-color: #c84b2f;
    margin-right: 15px;
}

.skills-container-items {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.frontend, .backend, .tools {
    height: 200px;
    /* width: 350px; */
    width: 30%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.frontend-heading, .backend-heading, .tools-heading {
    height: 40px;
    /* width: 350px; */
    width: 100%;
    font-family: "Playfair Display", serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-size: 26px;
    font-style: normal;
    border-bottom: 1px solid rgba(138, 127, 114, 0.25);
}

.frontend-skills, .backend-skills, .tools-skills {
    height: 150px;
    width: 100%;
}

.frontend-skills-list {
    padding: 10px;
    margin: 5px 5px 5px 0px;
    border: 1px solid #000000;
    border-radius: 3px;
    font-size: 12px;
    font-family: "DM Mono", monospace;
    font-weight: 300;
    display: inline-block;
}

.frontend-skills-list:hover {
    color: #ffffff;
    background-color: #000000;
}

#html5, #css3, #js {
    color: #c84b2f;
    border-color: #c84b2f;
}

#html5:hover, #css3:hover, #js:hover {
    color: #ffffff;
    background-color: #c84b2f;
}

.backend-skills-list {
    padding: 10px;
    margin: 5px 5px 5px 0px;
    border: 1px solid #000000;
    border-radius: 3px;
    font-size: 12px;
    font-family: "DM Mono", monospace;
    font-weight: 300;
    display: inline-block;
}

.backend-skills-list:hover {
    color: #ffffff;
    background-color: #000000;
}

#express {
    color: #c84b2f;
    border-color: #c84b2f;
}

#express:hover {
    color: #ffffff;
    background-color: #c84b2f;
}

.tools-skills-list {
    padding: 10px;
    margin: 5px 5px 5px 0px;
    border: 1px solid #000000;
    border-radius: 3px;
    font-size: 12px;
    font-family: "DM Mono", monospace;
    font-weight: 300;
    display: inline-block;
}

.tools-skills-list:hover {
    color: #ffffff;
    background-color: #000000;
}

#git, #github, #node-js {
    color: #c84b2f;
    border-color: #c84b2f;
}

#git:hover, #github:hover, #node-js:hover {
    color: #ffffff;
    background-color: #c84b2f;
}

#work-container {
    height: 400px;
    width: 100%;
    background-color: #000000;
    padding: 50px 60px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.work-caption {
    color: #8a7f72;
    background-color: #000000;
    display: flex;
    flex-direction: row;
    align-items: center;
    font-size: 12px;
    font-family: "DM Mono", monospace;
    font-weight: 300;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.work-caption span {
    height: 3px;
    width: 20px;
    background-color: #c84b2f;
    margin-right: 15px;
}

.work-container-items {
    background-color: #000000;
    height: 250px;
    width: 100%;
    display: flex;
    flex-direction: row;   
}

#work1, #work2, #work3 {
    background-color: #000000;
    height: 250px;
    width: 100%;;
    padding: 30px;
    border: 1px solid rgba(138, 127, 114, 0.5);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

#work1:hover, #work2:hover, #work3:hover {
    cursor: pointer;
}

.work-counts {
    color: #c84b2f;
    background-color: #000000;
    font-size: 12px;
    font-family: "DM Mono", monospace;
    font-weight: 300;
}

.work-headings {
    color: #f5f0e8;
    background-color: #000000;
    font-family: "Playfair Display", serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-size: 24px;
}

.work-captions {
    color: #afa190;
    background-color: #000000;
    font-size: 12px;
    font-family: "DM Mono", monospace;
    font-weight: 400;
}

.work-skills {
    background-color: #000000
}

.work-skills span {
    color: #8a7f72;
    background-color: #000000;
    border: 1px solid #8a7f72;
    border-radius: 3px;
    padding: 5px;
    margin: 3px 3px;
    font-size: 10px;
    font-family: "DM Mono", monospace;
    font-weight: 400;
    letter-spacing: 2px;
}

#contact-container {
    height: 600px;
    width: 100%;
    display: flex;
    flex-direction: row;
}

#left-section-contact-container {
    height: 600px;
    width: 50%;
    border-right: 2px solid #000000;
    padding: 60px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

#contact-heading-container {
    height: 250px;
    display: flex;
    flex-direction: column;
}

#div1, #div2, #div3 {
    font-family: "Playfair Display", serif;
    font-optical-sizing: auto;
    font-weight: 800;
    font-size: 66px;
}

#div2 {
    color: #c84b2f;
    font-style: italic;
    position: relative;
    bottom: 15px;
}

#div3 {
    position: relative;
    bottom: 30px;
}

#contact-details-container {
    /* height: 220px; */
    display: flex;
    flex-direction: column;
}

#email-container, #linkedin-container, #github-container, #X-container {
    height: 60px;
    border-bottom: 1px solid rgba(138, 127, 114, 0.15);
    font-family: "Playfair Display", serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-size: 20px;
    display: flex;
    flex-direction: row;
    align-items: center;
}

#email-container span, #linkedin-container span, #github-container span, #X-container span {
    color: #8a7f72;
    font-size: 12px;
    font-family: "DM Mono", monospace;
    font-weight: 400;
    letter-spacing: 2px;
    margin-right: 25px;
}

#email-container a, #linkedin-container a, #github-container a, #X-container a {
    position: relative;
    bottom: 3px;
}

#right-section-contact-container {
    height: 600px;
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 60px;
}

#main-container-right-section-contact-container {
    height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    font-family: "DM Mono", monospace;
}

#available-container {
    height: 30px;
    display: flex;
    align-items: center;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
}

#available-container div {
    height: 10px;
    width: 10px;
    animation: greenDotAnimation 1s linear 0s infinite normal;
    margin-right: 10px;
    background-color: rgba(0, 255, 0, 0.75);
    border-radius: 50%;
}

@keyframes greenDotAnimation {
    from {
        height: 10px;
        width: 10px;
    }
    to {
        height: 15px;
        width: 15px;
    }
}

#available-caption {
    height: 100px;
    width: 70%;
    color: #8a7f72;
    font-size: 12px;
    line-height: 30px;
}

#send-message-container {
    height: 50px;
    width: 250px;
    background-color: #000000;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
}

#send-message-container a {
    color: #ffffff;
    background-color: #000000;
    text-decoration: none;
}

.footer-container {
    color: #8a7f72;
    height: 70px;
    width: 100%;
    padding: 0px 60px;
    border-top: 2px solid #000000;
    font-family: "DM Mono", monospace;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: center;
}

#left-section-of-footer {
    display: flex;
    flex-direction: row;
    align-items: center;
}

#copyright-icon {
    font-size: 10px;
    margin-right: 5px;
}

#copyright {
    font-size: 12px;
}

#middle-section-of-footer {
    font-size: 12px;
}

#right-section-of-footer {
    font-size: 12px;
}

/* Tablets / Small Laptops */
@media(min-width: 768px) and (max-width: 1200px) {
    .nav-links {
        font-size: 14px;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-content: center;
    }

    #edition {
        font-size: 10px;
    }

    .hero-heading {
        font-size: 56px;
    }

    .hero-subheading {
        font-size: 12px;
        width: 250px;
    }

    .profile-wrapper {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
    }
    
    .profile  {
        flex-shrink: 0;
    }

    .headline {
        width: 300px;
        font-size: 20px;
    }

    .scroll {
        font-size: 10px;
    }

    #work-container {
        height: 600px;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
    }

    #work1, #work2, #work3 {
        height: 400px;
        position: relative;
        bottom: 60px;
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
    }

    .work-skills {
        height: auto;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }

    #left-section-contact-container {
        width: 100%;
    }

    #div1, #div2, #div3 {
        font-size: 52px;
    }

    #div1 {
        position: relative;
        z-index: 2;
    }
    #div2 {
        position: relative;
        bottom: 15px;
        z-index: 1;
    }

    #div3 {
        position: relative;
        bottom: 30px;
        z-index: 0;
    }

    #contact-details-container {
        width: 100%;
        position: relative;
        bottom: 30px;
    }

    #left-section-contact-container {
        width: 50%;
    }

    #email-container, #linkedin-container, #github-container, #X-container {
        font-size: 16px;
    }

    #email-container span, #linkedin-container span, #github-container span, #X-container span {
        font-size: 10px;
    }

    #main-container-right-section-contact-container {
        height: 300px;
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
    }

    #available-caption {
        height: auto;
        width: 80%;
    }

    #send-message-container {
        flex-shrink: 0;
    }
}

/* Mobiles */
@media(max-width: 768px) {
    html {
        width: 100%;
    }

    .logo {
        margin-left: 30px;
    }

    .nav-links {
        display: none;
    }

    .hero-container {
        display: flex;
        flex-direction: column;
    }

    .left-section-hero-container {
        height: 50%;
        width: 100%;
        padding: 60px 30px;
        border-bottom: 2px solid #000000;
    }

    .right-section-hero-container {
        height: 50%;
        width: 100%;
        padding: 60px 30px;
    }

     #edition {
        font-size: 10px;
    }

    .hero-heading {
        font-size: 56px;
    }

    .hero-subheading {
        font-size: 12px;
        width: 250px;
    }

    .profile-wrapper {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
    } 

    .profile  {
        flex-shrink: 0;
    }

    .headline {
        width: 400px;
        font-size: 20px;
    }

    .scroll {
        font-size: 10px;
    }

    #skills-container {
        padding: 60px 30px;
    }

    #work-container {
        position: relative;
        top: 100px;
        height: 950px;
        width: 100%;
        padding: 60px 30px;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
    }

    .work-container-items {
        position: relative;
        top: 50px;
        height: auto;
        display: flex;
        flex-direction: column;
    }

    #work1, #work2, #work3 {
        height: 250px;
        width: 100%;
        padding: 30px;
    }

    #contact-container {
        height: 960px;
        margin-top: 100px;
        display: flex;
        flex-direction: column;
    }

    #left-section-contact-container {
        width: 100%;
        padding: 60px 30px;
        border-bottom: 2px solid #000000;
    }

    #right-section-contact-container {
        width: 100%;
        padding: 60px 30px;
    }

    #div1, #div2, #div3 {
        font-size: 52px;
    }

    #div1 {
        position: relative;
        z-index: 2;
    }

    #div2 {
        position: relative;
        bottom: 15px;
        z-index: 1;
    }

    #div3 {
        position: relative;
        bottom: 30px;
        z-index: 0;
    }
    
    #email-container, #linkedin-container, #github-container, #X-container {
        font-size: 16px;
    }

    #email-container span, #linkedin-container span, #github-container span, #X-container span {
        font-size: 10px;
    }

    #main-container-right-section-contact-container {
        height: 240px;
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
    }

    #available-caption {
        height: auto;
        width: 60%;
    }

    .footer-container {
        height: 100px;
        padding: 20px 0px;
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
    }

    #left-section-of-footer, #middle-sectin-of-footer, #right-section-of-footer {
        display: flex;
        justify-content: center;
    }
}

/* Small Mobiles */
@media(max-width: 480px) {
    html {
        width: 100%;
    }

    .headline {
        font-size: 18px;
        width: 90%;
    }

    #skills-caption {
        font-size: 10px;
    }

    .frontend-heading, .backend-heading, .tools-heading {
        font-size: 22px;
    }

    .frontend-skills-list, .backend-skills-list, .tools-skills-list {
        font-size: 10px;
    }
}

/* Special Cases */
@media(max-width: 375px) {
    #work-container {
        height: 1100px;
        width: 100%;
    }

    .work-container-items {
        height: 1100px;
        width: 100%;
    }

    #work1, #work2, #work3 {
        height: 300px;
        width: 100%;
    }

    .work-skills {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }
}