*{
    margin: 0;      padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    }
.pacifico-regular {
        font-family: "Pacifico", cursive;
        font-weight: 400;
        font-style: normal;
}
@font-face {
    font-family: 'gaby';
    src: url('./fonts/gaby.demo.ttf');
}

      
:root{
    /* For 1rem = 10px */
    font-size: 62.5%;
    }
body{
    display: flex;
    flex-direction: column;
    align-items:center ;
    background-color: #ffd8ff;

}
html{
    scroll-behavior: smooth;
}


    /* Navbar container */
    .navbar {
        position: fixed;
        top: 20px;
        display: flex;
        gap: 65px;
        left: 50%;
        transform: translateX(-50%);
        width: 100%;
        justify-content: center;
      }
  
      /* Recessed button styles */
      .nav-button {
        background: linear-gradient(145deg, #7262dd, #a805ff); /* Monochromatic blue-gray gradient */
        border: 1px solid rgba(0, 0, 0, 0.2);
        border-radius: 12px;
        padding: 10px 30px;
        font-size: 20px;
        font-weight: 800;
        font-family: 'Arial', sans-serif;
        color: #edeef7;
        text-transform: uppercase;
        text-align: center;
        text-decoration: none;
        position: relative;
        box-shadow: inset 5px 5px 15px rgba(0, 0, 0, 0.5),
                    inset -5px -5px 15px rgba(255, 255, 255, 0.1);
        transition: transform 0.2s ease, box-shadow 0.2s ease;
      }
  
      /* Subtle texture for realism */
      .nav-button::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: radial-gradient(circle, rgba(225, 13, 13, 0.05) 1px, transparent 1px);
        background-size: 4px 4px;
        opacity: 0.5;
        border: solid black 1px;
        border-radius: 12px;
      }
  
      /* Hover effect - slight lift */
      .nav-button:hover {
        color: #ffffff;
      }
  
      /* Pressed effect - deeper inset */
      .nav-button:active {
        transform: translateY(1px);
        box-shadow: inset 5px 5px 15px rgba(0, 0, 0, 0.5),
                inset -5px -5px 15px rgba(255, 255, 255, 0.1),
                    1px 1px 5px rgba(0, 0, 0, 0.2),
                    -1px -1px 5px rgba(255, 255, 255, 0.03);
      }

div.intro{
    font-size: 2rem;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-family: "Pacifico", cursive;
}
div.intro span.name{
    font-family: 'gaby';
    font-size: 7rem;
}
div.intro span.arch{
    font-family: 'gaby';
    font-size: 3rem;
}
@media (min-width:707px){
    div.intro{
        font-size: 3rem;
    }
    div.intro span.name{
        font-size: 14rem;
    }
    div.intro span.arch{
        font-family: 'gaby';
        font-size: 4rem;
    }
}
/* div.links{
    width: 40vw;
    height: 20px;
    background-color: red;
} */
ul.social-media{
    position:fixed;
    top:max(90%, 92vh);
    left:50%;
    transform: translate(-50%, -50%);
    margin:0;
    padding:0;
    display:flex;
    max-width: 100vw;
  }
  
ul.social-media li {
    list-style: none;
  }
  
ul.social-media li a {
    position: relative;
    font-size: 10rem;
    width:6rem;
    height:6rem;
    display:block;
    text-align:center;
    margin:0 10px;
    border-radius: 50%;
    padding: .7rem;
    box-sizing: border-box;
    text-decoration:none;
    box-shadow: 0 10px 15px rgba(0,0,0,0.3);
    background: linear-gradient(0deg, #ddd, #fff);
    transition: .5s;
}
@media (max-width: 480px) {
ul.social-media li a {
    width: 5rem;
    height:5rem;
    padding: .4rem;
}

}
@media (max-width: 360px) {
    ul.social-media li a {
        width: 90%;
        height: 90%;
    }
}
ul.social-media li a:hover {
    box-shadow: 0 2px 5px rgba(0,0,0,0.3);
    text-decoration:none;
}
  
ul.social-media li a .fab {
    width: 100%;
    height:100%;
    display:block;
    background: linear-gradient(0deg, #fff, #ddd);
    border-radius: 50%;
    line-height: calc(60px - 12px);
    font-size:24px;
    color: #262626;
    transition: .5s;
}
  
ul.social-media li:nth-child(1) a:hover .fab {
    color: #3b5998;
}
  
ul.social-media li:nth-child(2) a:hover .fab {
    color: #00aced;
}
  
ul.social-media li:nth-child(3) a:hover .fab {
    color: #FF0000;
}
  
ul.social-media li:nth-child(4) a:hover .fab {
    color: #007bb6;
}
  
ul.social-media li:nth-child(5) a:hover .fab {
    color: #e4405f;
}


#art-gallery {
    height: 450px;
    width: 50%;
    margin-top: 100svh;
    margin-bottom: 140px;
    background-color: #292d38;
    border-radius: 15px;
    box-shadow: inset 0px 0px 20px rgb(0, 0, 0);
    display: flex;
    align-items: center;
    justify-content: center;
  }

  /* Content wrapper inside the art gallery */
  .gallery-content {
    text-align: center;
    padding: 20px;
    color: #e5e7eb; /* Light gray for text */
    font-family: 'Arial', sans-serif;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 35px;
  }
  
    /* Title styling with minimal glow */
    .gallery-content h2 {
        font-size: 42px;
        font-weight: 700;
        background: linear-gradient(90deg, #f9a8d4, #ff81c0);
        background-clip: text;
        -webkit-background-clip: text;
        color: transparent;
        letter-spacing: 2px;
        text-shadow: 0 0 5px rgba(236, 72, 153, 0.3);
      }

  /* Description styling */
  .gallery-content .description {
    font-size: 20px;
    line-height: 1.2;
    color: #ffffff;
    max-width: 700px;
    margin: 0 auto;
  }


    /* Instructions styling */
    .gallery-content .instructions {
        font-size: 18px;
        line-height: 1.5;
        color: #f9a8d4;
        max-width: 600px;
        margin: 0 auto;
        font-style: italic;
        background: rgba(61, 4, 46, 0.208);
        padding: 10px 15px;
        border-radius: 8px;
        border: 1px solid rgba(236, 72, 153, 0.2);
        box-shadow: 0 0 10px rgba(236, 72, 153, 0.1);
      }

    /* Let's Go button styling */
    .gallery-content .lets-go-btn {
        background: linear-gradient(45deg, #ec4899, #f472b6, #f9a8d4); /* Pink gradient */
        border: none;
        border-radius: 50px;
        padding: 15px 40px;
        font-size: 18px;
        font-family: 'Poppins', sans-serif;
        font-weight: 600;
        color: #ffffff;
        text-transform: uppercase;
        text-align: center;
        text-decoration: none;
        position: relative;
        box-shadow: 0 0 20px rgba(236, 72, 153, 0.5),
                    inset 0 0 10px rgba(255, 255, 255, 0.2);
        transition: transform 0.3s ease, box-shadow 0.3s ease;
        animation: buttonGlow 2s infinite alternate;
      }
  
      /* Glowing effect for the button */
      @keyframes buttonGlow {
        0% { box-shadow: 0 0 20px rgba(236, 72, 153, 0.5), inset 0 0 10px rgba(255, 255, 255, 0.2); }
        100% { box-shadow: 0 0 30px rgba(236, 72, 153, 0.8), inset 0 0 15px rgba(255, 255, 255, 0.3); }
      }
  
      /* Hover effect - lift and glow */
      .gallery-content .lets-go-btn:hover {
        transform: translateY(-5px);
        box-shadow: 0 0 40px rgba(236, 72, 153, 0.8),
                    inset 0 0 15px rgba(255, 255, 255, 0.3);
      }
  
      /* Pressed effect */
      .gallery-content .lets-go-btn:active {
        transform: translateY(2px);
        box-shadow: 0 0 15px rgba(236, 72, 153, 0.3),
                    inset 0 0 5px rgba(255, 255, 255, 0.1);
      }