:root {
        --primary-color: #C052FF;
        --secondary-color: #6b7280;
        --background-color: black;
        --card-background-color: #383838;
        --text-primary-color: white;
        --text-secondary-color: rgb(187, 187, 187);
        --border-color: black;
      }

::-webkit-scrollbar {
  width: 0px;
}

::-webkit-scrollbar-track {
  background: transparent;
}

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html,body {
    height: 100vh;
    width: 100%;
}

body{
    background: #111111;
    font-family: "Poppins", sans-serif;
}

*::selection{
    background-color: #C052FF;
}

.navbar{
    height: 60px;
    width: 98%;
    background: rgba(255, 255, 255, 0.17);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(8.5px);
    -webkit-backdrop-filter: blur(8.5px);
    border: 1px solid rgba(255, 255, 255, 0.07);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
    border-radius: 10px;
    position: fixed;
    top: 2%;
    z-index: 9999;
}

nav{
    display: flex;
    align-items: center;
    justify-content: center;
}

.navbar h2 {
    color: white;
    font-size: 2rem;
    font-weight: 700;
}

.navbar a {
    color: white;
    text-decoration: none;
    font-size: 1.5rem;
    padding: 5px 20px;
    background: #111;
    border-radius: 8px;
    font-weight: 500;
}

#page1 {
    height: 100vh;
    width: 100%;
    background: #111111;
    padding: 0px 50px;
    position: relative;
    margin-top: 150px;
    z-index: 1;
}

.page1-wrapper{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.introduction h1{
    color: white;
    font-size: 3rem;
    line-height: 60px;
    font-weight: 700;
}

.introduction p {
    color: white;
    font-size: 1.5rem;
    margin-top: 10px;
    font-weight: 200;
}



.page1-wrapper img {
    height: 420px;
    border-radius: 100px 0px 100px 0px;
}

.page-1-btn {
    margin-top: 10px;
    display: flex;
    gap: 20px;
}
.sayhi {
    text-decoration: none;
    color: black;
    background: #C052FF;
    padding: 10px 20px;
    font-size: 1.5rem;
    font-weight: 700;
    border-radius: 50px;
}

.github {
    text-decoration: none;
    color: black;
    background: #3492EA;
    padding: 10px 20px;
    font-size: 1.5rem;
    font-weight: 700;
    border-radius: 50px;
}

/* page 2 ---------------------------- */

#page2{
    height: auto;
    width: 100%;
    background: #222222;
}

#page2 {
    padding: 5px 50px;
}

.page-2-wrapper {
    display: flex;
    flex-direction: column;
    /* align-items: center; */
    justify-content: center;
    padding-bottom: 30px;
    
}


.page-2-wrapper h1{
  background: url('images/gra1.jpg') no-repeat center center;
  background-size: cover;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  font-size: 3rem;
  font-weight: 700;
  
}

.page-2-wrapper p {
    color: white;
    font-size: 1.5rem;
    font-weight: 200;
}

.about-me {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.about-war {
    display: flex;
    align-content: center;
    justify-content: center;
    gap: 30px;
    
}

.page-2-wrapper img {
    height: 400px;
    border-radius: 0px 100px 0px 100px;
}

/* page 3 ----------------------------- */

#page3{
    height: 100vh;
    width: 100%;
    background: #111;
    padding: 20px 50px;
}

.page-3-wrapper > h1{
   
  color: white;
  font-size: 3rem;
  font-weight: 700;

}

.page-3-wrapper{
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.devlopment h1 {
    display: inline-block;
    font-size: 2rem;
    font-weight: 300;
    color: white;
    border: 1px solid white;
    padding: 3px 10px;
    border-radius: 5px;
}

.dev-images-wrapper img{
    height: 60px;
}

.dev-images-wrapper {
    display: flex;
    gap: 15px;
    margin-top: 20px;
    flex-wrap: wrap;
}

.design h1 {
    display: inline-block;
    font-size: 2rem;
    font-weight: 300;
    color: white;
    border: 1px solid white;
    padding: 3px 10px;
    border-radius: 5px;
}

.design-images-wrapper img{
    height: 60px;
}

.design-images-wrapper {
    display: flex;
    gap: 15px;
    margin-top: 20px;
}

.tools h1 {
    display: inline-block;
    font-size: 2rem;
    font-weight: 300;
    color: white;
    border: 1px solid white;
    padding: 3px 10px;
    border-radius: 5px;
}

.tools-images-wrapper img{
    height: 60px;
}

.tools-images-wrapper {
    display: flex;
    gap: 15px;
    margin-top: 20px;
}

/* page4 -------------------  */

#page4{
    height: auto;
    width: 100%;
    background: #222222;
    z-index: -1;
}



/* page 5 --------------- > */

#page5{
    min-height: 100vh;
    width: 100%;
    padding: 0px 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url('images/aboutbg.png'); /* Path to image */
    background-size: cover; /* Make image cover the entire section */
    background-position: center; /* Center the image */
    background-repeat: no-repeat; /* Prevent tiling */
}

.page-5-main-wrapper h1{
    font-size: 7rem;
    color: white;
    font-weight: 700;
    text-align: center;
}

.page-5-main-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    
}

.page-5-main-wrapper .links a {
    color: #C052FF;
    font-size: 1.5rem;
}



/* Responsive design  */


@media (max-width:600px) {
    .navbar h2 {
        font-size: 1.8rem;
    }

    .navbar a {
        font-size: 1.2rem;
    }

    .page1-wrapper{
        flex-wrap: wrap;
        padding-bottom: 30px;
    }

    .page1-wrapper img {
        height: 500px;
        /* border-radius: 500px 500px 0px 0px; */
        border-radius: 0px 100px 0px 100px;
        
    }

    .page-2-wrapper img{
        height: 510px;
        border-radius: 100px 0px 100px 0px;
    }

    .my-image {
        display: none;
    }

    .introduction h1{
        font-size: 1.8rem;
        line-height: 35px;
    }

    #page1{
        height: auto;
        padding: 0 20px;
    }


    .introduction p {
        font-size: 1rem;
    }

    .sayhi, .github {
        padding: 5px 10px;
        font-size: 1.2rem;
    }

    .about-war{
        flex-wrap: wrap-reverse;
    }

    .about-me p {
        font-size: 1rem;
    }

    .page-2-wrapper h1 {
        font-size: 2rem;
    }

    #page2{
        height: auto;
        padding: 0 20px;
    }

    .page-2-wrapper{
        flex-wrap: wrap;
        padding-bottom: 30px;
    }

    .page-3-wrapper {
        padding-bottom: 30px;
        gap: 10px;
    }

    #page3{
        height: auto;
        padding: 0 20px;
    }

    .page-3-wrapper>h1{
        font-size: 2rem;
    }

    .devlopment h1 {
        font-size: 1rem;
    }

    .design h1 {
        font-size: 1rem;
    }

    .tools h1 {
        font-size: 1rem;
    }

    .dev-images-wrapper img {
        height: 40px;
    }

    .design-images-wrapper img {
        height: 40px;
    }

    .tools-images-wrapper img {
        height: 40px;
    }

    #page4{
        padding: 0 8px;
    }

    .page-5-main-wrapper h1{
        font-size: 2rem;
    }

    #page5{
        padding: 0 20px;
    }
}