

/* moddified 12:08 27/05/25*/



body {
    background-color: #0f0f0f;
    margin: 0px;
    
    font-family: "Inter", sans-serif;
    color: white;
    font-weight: 400;
    line-height: 1.5;
}

h1{
    font-weight: 600;
    font-size: 6.5rem;
    line-height: 1;
}

h2{
    font-size: 3rem;
    line-height: 1;
}
h3{

    font-size: 5rem;
    line-height: 1;
}
h4{

    font-size: 3rem;
    line-height: 1;
}
h5{

    font-size: 1.5rem;
    line-height: 1;
    margin: 0;
}
h6{

    font-size: 1rem;
    line-height: 1.4;
}

p {

    font-size: 1rem;
}

ul{

}

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

.width-800 {
    max-width: 800px;
    width: 100%;
}


.navlinks li:hover{
    transform: rotate(5deg);
    color: #555;
}

.navbar a{
    color:inherit;

}

.bold {
    font-weight: 700;
}

.grey {
    color: #ffffff41;
}

.green {
    color: #41b78e;
}

hr.solid {
    border-top: 1px solid #ffffff;
}




.button-text{
    color:inherit;
    transition: 0.4s ease-in-out;

}


.button-text:hover{
    transform: rotate(5deg);
    color: #555;
}




.navbar {
    width: 100%;
    align-items: center;
    background-color: #ffffff00;
    position: fixed;
    top: 0;

    backdrop-filter: blur(10px);
}

.navbar-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 2rem;
    padding: 1rem 2.5%;
}

.logo {
    font-size: 1.2rem;
    color: white;
    font-weight: bold;
    font-family: inter;
    text-wrap: nowrap;
    width: fit-content;
}

.navbar ul {
    display: flex;
    color: white;
    list-style: none;
}


.navbar li{
    padding: 0.5rem;
    font-size:1rem;
    color: #ffffff;
    transition: 0.2s ease-in-out;
    

}


.navbar li:hover{
    transform: rotate(5deg);
    color: #555;
}

.navbar li a{
    color:inherit;

}

.separator {
    width: 100%;
}

.container {
    width: 95%;
    margin: 2rem auto;
    max-width: 1600px;
}

.hero {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 95%;
    margin: 2rem auto;
    padding-top: 8rem;
}

.intro {
    display: flex;
    align-items: center;
    gap: 2rem;
    margin-bottom: 20vh;
}

.profile-pic {
    width: 320px;
    height: 320px;
    border-radius: 50%;
    object-fit: cover;
    box-shadow: 0px 20px 30px #41b78e0e;
    border: 1px solid #ffffff18;
}

.hero-text {
    color: #ffffff41;
    max-width: 20rem;
}


.location {
    font-family: "JetBrains Mono", monospace;
    font-optical-sizing: auto;
    display: flex;
    align-items: center;
    gap: 2rem;
    text-wrap: nowrap;
}

.profile {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 2rem;
    flex: 1
}

.col-1 {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    justify-content: space-between;
}

/* Button Styling */

.button {
    color: white;
    border: none;
    cursor: pointer;
    font-size: 1rem;
    display: flex;
    gap: 1rem;
    align-items: center;
}



.arrow-button{
    transition: 0.4s  ease-in-out;
}


.arrow-button:hover{
    transform: rotate(45deg);
}



.buttons {
    display: flex;
    gap: 2rem;
}

.button img {
    
    width: 1rem;
    aspect-ratio: 1;
}

/* Button Styling END */

.profile-text {
    max-width: 600px;
}

.profile-pic2 {
    mix-blend-mode: lighten;
    object-position: center;
    object-fit: cover;
    max-width: 600px;
    width: 100%;
}

.projects {

}

.first-project {
    background-color: #ffffff11;
    padding: 2rem 0;
}

.second-project {
    background-color: #ffffff21;
    padding: 2rem 0;
}

.third-project {
    background-color: #ffffff31;
    padding: 2rem 0;
}

.fourth-project {
    background-color: #262626;
    padding: 2rem 0;
}

.fifth-project {
    background-color: #2e2e2e;
    padding: 2rem 0;
}

.sixth-project {
    background-color: #1b1b1b;
    padding: 2rem 0;
}



.project-content {
    display: flex;
    gap: 4rem;
    justify-content: space-between;
}

.project-text {
    display: flex;
    justify-content: space-between;
    gap: 2rem;
    
}

.project-thumb {
    width: fit-content;

}

.categories {
    display: flex;
    align-items: center;
    gap: 1rem;
    list-style: none;
    width: 100%;
}

.categories hr {
    width: 100%;
    height: 1px;
    border: none;
    border-top: 1px solid #ffffff33;
}

.cat-item {
    border: #ffffff41 1px solid;
    padding: 0.5rem 1rem;
    border-radius: 2rem;
}

.project-info {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    flex: 1;
}

.exp-item {
    display: flex;
    gap: 2rem;
    justify-content: space-between;
    border-top: 1px solid #ffffff33;
    padding: 1.5rem 0;
}

.exp-item p {
    font-size: 1.4rem;
    font-weight: 600;
}

.experience {
    display: flex;
    justify-content: space-between;
    gap: 2rem;
    flex: 1;
}

.experience .buttons {
    flex-direction: column;
    justify-content: flex-end;
}

.experience-list {
    width: 60%;
}

.services-text {
    display: flex;
    gap: 2rem;
    max-width: 1600px;
    margin: 0 auto;
}

.services {
    display: flex;
    overflow-x: scroll;
    padding-left: 5%;
}

.services-item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;

    padding: 2rem;
    width: 90%;
    min-width: 30vw;
    height: 60vh;
}

.row-1 {
    display: flex;
    gap: 2rem;
    justify-content: space-between;
    flex-wrap: wrap;
}


.number {
    font-family: "JetBrains Mono", monospace;
    font-optical-sizing: auto;
    font-size: 4rem;
    font-weight: 600;
    color: #ffffff41;
    font-family:;
}


.first {
    background-color: #ffffff11;
}

.second {
    background-color: #ffffff21;
}

.third {
    background-color: #ffffff31;
}

.fourth {
    background-color: #2e2e2e;
}

.fifth {
    background-color: #363636;
}

.bg-darkgrey {
    background-color: #ffffff11;
}

.footer-buttons {
    margin-top: 2rem;
    display: flex;
    width: 100%;
    justify-content: space-evenly;
    flex: 1;
    transition: 2s ease-in-out;
}




.footer-text {
    max-width: 800px;
    margin-top: 30vh;
}

.footer-box {
    padding: 2rem;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;

    font-size: 1.4rem;
    transition: 0.5s ease-in-out;
}
.footer-box:hover {
    font-size:2rem;
    padding-top:1.5rem;
    padding-bottom:1.5rem;
}

.margin-10 {
    margin-top: 10vh;
    margin-bottom: 10vh;
}

.margin-20 {
    margin-top: 20vh;
    margin-bottom: 20vh;
}


/* width */
::-webkit-scrollbar {
    width: 5px;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
    background: #f1f1f111;
  }
  
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: #ffffff21;
    border-radius: 1rem;
  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: #555;
  }

  @media (max-width: 1280px) {

    .experience {
            flex-wrap: wrap-reverse;
        }

        .experience-list {
            width: 100%;
        }

  }


    @media (max-width: 1078px) {

        h1 {
            font-size: 4.5rem;
        }

        h2 {
            font-size: 3.5rem;
        }

        .profile {
            flex-wrap: wrap-reverse;
            justify-content: center;
            gap: 4rem
        }

        .services-item {
            height: 40vh;
            min-width: 50vw;
        }

            .location {
        flex-wrap: wrap;
        }

        .separator {
        width: 10%;
        }   

    }


  @media (max-width: 768px) {

    h1 {
        font-size: 3rem;
    }

    h2 {
            font-size: 2.5rem;
        }
    
    .intro {
        margin-bottom: 10vh;
        flex-wrap: wrap;
    }
    .profile-pic {
        width: 15rem;
        height: 15rem;
    }
    .container {
        width: 80%;
    }

    .project-content {
        flex-wrap: wrap;
    }

    .footer-buttons {
        flex-wrap: wrap;
    }

    .navbar-content {
        flex-wrap: wrap;
        justify-content: center;
    }

  }