@media (width >=600px) {

    html {
        scroll-behavior: smooth;
    }

    body {
        margin: 0;
        background-color: rgb(26, 26, 26);
        overflow-x: hidden;
    }

    .website-div {
        display: flex;
        flex-direction: column;
        width: 100vw;
    }

    .first-page-div,
    .second-page-div,
    .third-page-div,
    .fourth-page-div {
        width: 100%;
        height: 100vh;
        margin-bottom: 1vh;
    }

    .first-page-div {
        background-image: url('../Images/background.jpg');
        background-size: cover;
        display: flex;
        justify-content: center;
    }

    .title-div {
        margin-top: 14vh;
        position: absolute;
        height: auto;
        width: 40%;
    }

    .title-div p {
        width: 100%;
        height: 100%;
        margin-top: 0;
        text-align: center;
        color: white;
    }

    .title-div-name {
        font-size: 8vh;
        font-family: "Pacifico", cursive;
    }

    .title-div-astudent {
        margin-top: 0;
        font-family: 'Courier New', Courier, monospace;
        font-weight: 500;
        font-size: 4vh;
    }

    .page-arrow {
        color: rgb(255, 255, 255);
        position: absolute;
        bottom: 3vh;
        font-size: 8vh;
        text-decoration: none;
        rotate: 90deg;
        transition: transform .2s ease, color .2s ease;
    }

    .page-arrow:hover {
        transform: translateX(-0.6vh);
        color: rgb(201, 201, 201);
    }

    .second-page-div {
        background-image: url("../Images/background2.jpg");
        background-size: cover;
        width: 100%;
        height: auto;
        display: flex;
        justify-content: center;
    }

    .about-wrapper {
        width: 100vw;
        height: 130vh;
        display: flex;
        justify-content: space-around;
    }

    .about-me-div {
        margin-top: 5vh;
        width: 675px;
        height: 730px;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        margin-left: 10vw;
        border-radius: 20px;
        box-shadow: 0px 3px 8px rgb(0, 0, 0);
    }

    .skills-div {
        align-self: flex-end;
        width: 675px;
        height: 730px;
        margin-right: 10vw;
        margin-bottom: 10vh;
        border-radius: 20px;
        box-shadow: 0px 3px 8px rgb(0, 0, 0);
        display: flex;
        flex-direction: column;
    }

    @media (max-width: 1750px) {

        .second-page-div {
            height: auto;
        }

        .about-wrapper {
            display: flex;
            flex-direction: column;
            align-items: center;
            height: auto;
        }

        .about-me-div {
            margin-top: 6vh;
            margin-left: 0;
        }

        .skills-div {
            margin-top: 6vh;
            margin-bottom: 6vh;
            margin-right: 0;
            align-self: center;
        }
    }

    .tab-title {
        color: white;
        font-size: 6rem;
        font-family: Arial;
        font-weight: bold;
        margin-top: 2vh;
        margin-bottom: 0;
    }



    .about-desc {
        width: 80%;
        height: 70%;
        margin-top: 3vh;
        text-align: left;
        font-size: 28px;
        color: white;
        font-family: Arial;
    }

    .skills-title-div {
        width: 100%;
        height: 20%;
    }

    .skills-title {
        color: white;
        font-size: 6rem;
        font-family: Arial;
        font-weight: bold;
        margin-top: 2vh;
        margin-bottom: 0;
        text-align: center;
    }

    @media (max-width: 1300px) {
        .tab-title {
            font-size: 4rem;
        }

        .skills-title {
            font-size: 4rem;
        }
    }

    .skills-skills-div {
        border-radius: 20px;
        width: 100%;
        height: 80%;
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 20px;
    }

    .skills-skills-div p {
        margin-top: 0;
        color: white;
        font-family: Arial, Helvetica, sans-serif;
        font-weight: 600;
        font-size: 1.8rem;
        width: 100%;
        height: 30px;
        text-align: center;
        margin-bottom: 10px;
    }

    .progress {
        margin-top: 10px;
        background-color: rgb(18, 18, 18);
        width: 75%;
        height: 23px;
        border-radius: 100px;
        margin-bottom: 70px;
    }

    .progress-bar {
        height: 100%;
        border-radius: 100px;
    }

    .third-page-div {
        background-image: url('../Images/background3.jpg');
        background-size: cover;
        height: 100vh;
        width: 100%;
        display: flex;
        justify-content: center;
        margin-bottom: 0;
    }

    .projects-grid {
        width: 100%;
        height: 100%;
        display: grid;
        grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr;
        grid-template-rows: 20% 1fr auto 1fr auto 1fr auto 1fr;
        position: relative;
    }

    .projects-title {
        margin-top: 30px;
        color: white;
        font-family: Arial, Helvetica, sans-serif;
        font-weight: bold;
        text-align: center;
        font-size: 6rem;
        grid-column: 4 / 5;
        justify-self: center;
        position: absolute;
        width: max-content;
    }

    .project {
        background-color: rgb(20, 20, 20);
        border-radius: 35px;
        border: 2px solid white;
        width: 384px;
        height: 183.4px;
        justify-self: center;
        transform: scale(1);
        transition: all .2s ease;
        position: relative;
    }

    .project:hover {
        transform: scale(1.05);
    }

    .projects-image {
        width: 100%;
        height: 100%;
        border-radius: 35px;
    }

    .project-1 {
        grid-column: 2;
        grid-row: 3;
    }

    .projects-hover-div {
        background-color: rgb(22, 22, 22);
        height: 100px;
        width: 100%;
        position: absolute;
        z-index: -50;
        opacity: 0;
        border-radius: 16px;
        border: 2px solid white;
        transform: translateY(0);
        transition: opacity .1s ease-in-out,
            transform .25s ease;
    }

    .projects-hover-text {
        color: white;
        font-family: Arial;
        font-weight: 600;
        text-align: center;
        font-size: 23px;
        width: 95%;
    }

    .project-1:hover .projects-hover-div {
        transform: translateY(-110px);
        opacity: 1;
    }

    .project-2 {
        grid-column: 4;
        grid-row: 3;
    }

    .project-3 {
        grid-column: 6;
        grid-row: 3;
    }

    .project-4 {
        grid-column: 2;
        grid-row: 5;
    }

    .project-5 {
        grid-column: 4;
        grid-row: 5;
    }

    .project-6 {
        grid-column: 6;
        grid-row: 5;
    }

    .project-7 {
        grid-column: 2;
        grid-row: 7;
    }

    .project-8 {
        grid-column: 4;
        grid-row: 7;
    }

    .project-9 {
        grid-column: 6;
        grid-row: 7;
    }

    .fourth-page-div {
        height: 16.5vh;
        width: 100%;
        background-color: #090909;
        display: flex;
        justify-content: center;
        margin-bottom: 0;
    }

    .contact-wrapper {
        width: 40%;
        height: 80%;
        display: flex;
        justify-content: space-around;
    }

    .contact-wrapper a {
        width: 16%;
        height: auto;
        justify-content: space-between;
        transition: all .2s ease;
        border-radius: 20px;
    }

    .contact-wrapper a:hover {
        transform: scale(1.1);
    }

    .contact-logo {
        width: 100%;
        height: 100%;
        background-repeat: no-repeat;
    }

    .mail-logo {
        background-image: url("../Images/gmail-logo.png");
        background-size: contain;
    }

    .mail-logo:hover {
        background-image: url("../Images/gmail-logo-hover.png");
    }

    .ig-logo {
        background-image: url("../Images/ig-logo.png");
        background-size: contain;
    }

    .ig-logo:hover {
        background-image: url("../Images/ig-logo-hover.png");
    }

    .snap-logo {
        background-image: url("../Images/snap-logo.png");
        background-size: contain;
    }

    .snap-logo:hover {
        background-image: url("../Images/snap-logo-hover.png");
    }

    .snap-link:hover {
        background-color: yellow;
    }

    .to-the-top {
        color: white;
        text-decoration: none;
        font-size: x-large;
        font-family: Arial, Helvetica, sans-serif;
        font-weight: bold;
        position: absolute;
        right: 10vw;
        align-self: center;
        margin-bottom: 4vh;
        transition: filter .2s ease, transform .2s ease;
    }

    .to-the-top:hover {
        filter: brightness(0.65);
        transform: scale(1.05);
    }



}