  *{
    margin-top: 0;
    padding: 0;
      font-family: "Poppins", sans-serif;
}
.accc{
    text-align: center;
    height: 110px;
    width: 200px;
    color: black;
    background-color: white;
    border: 10px solid #fca311;
    border-radius: 50px;
    padding:10px 10px 10px 10px;
    margin: auto;
}
hr{
    color: cornsilk;
}


img{
    border-radius: 50%;
    border: 10px solid #fca311;
    filter:drop-shadow(2px,2px,40px,yellow);
    
}
h1{
    font-family: 'Courier New', Courier, monospace;
}






body{
  /* background-image: url(https://i.ibb.co/whz0MD4Z/gaspar-zaldo-Gz-Hl2-BGcvmo-unsplash.jpg); */
  background: black;
  background-attachment: fixed;
  color: #FAF9F6; /* Soft Ivory for default text */

}

.projfuture {
  justify-self: left;
  margin-bottom: 40px;
  
  background-color:white;
    padding: 20px;
    text-align: center;
  border-radius: 20px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  color: #001219; /* Rich Black */

  
}



.project-section {
  max-width: 800px;
  background-color: white; /* Soft Ivory background */
  margin: 40px auto;
  width:fit-content;
  padding-top: 3px;
  padding-left: 3px;
  padding-right: 3px;
  border-top-right-radius: 15px;
  border-bottom-left-radius: 15px;

  box-shadow: 0 8px 20px rgba(0,0,0,0.1);
  font-family: 'Poppins', sans-serif;
  color: #2E3A59; /* Midnight Navy */
  text-align: center;

  
}




/* NAVBAR */
.navbar1 {
  position: sticky;
  top: 0;
  background: rgba(15,15,15,0.9);
  backdrop-filter: blur(10px);
  padding: 16px 32px;
  height: 18px;
  font-size: large;
  display: flex;
  justify-content: space-between;
  z-index: 100;
}

.navbar1 nav a {
  margin-left: 18px;
  color: #f5f5f5;
  text-decoration: none;
  font-weight: 500;
}

.navbar1 h2{
  position: relative;
  top: -10px;
  color: #EE9B00;
}


/* footer style */

.mobile-contact {
    margin-bottom: 20px;
    text-align: center;
}
.mobile-social-links a {
    margin: 5px;
    text-decoration: none;
    color: #007bff;
    font-weight: 600;
}
.mobile-contact .project-footer-links{
  color: red;
}
  .mobile-footer {
    text-align: center;
    padding: 15px;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 30px;
    margin-right: 30px;
    background: #222;
    border-radius: 12px;
  }



/* Container for the GitHub section */
.github-section-container {
    background-color: antiquewhite;
    border: 1px solid #e1e4e8;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 2rem;
    text-align: center;
  width: fit-content;
    max-width: 400px;
    width: 90%;

    transition: transform 0.3s ease-in-out;
    font-family: Arial, sans-serif;
}

.designer-flex-for-githubsection{
  display: flex;
  justify-content: center; /* Centers horizontally */
  align-items: center; 
  column-gap: 30px;
  margin-left: 10px;
  margin-right: 10px;
}


/* Hover effect for the container */
/* .github-section-container:hover {
    transform: translateY(-5px);
} */

/* Heading for the section */
.github-section-container h2 {
    color: #24292e;
    font-size: 1.8rem;
    margin-bottom: 1rem;
}

/* Paragraph text */
.github-section-container p {
    color: #586069;
    font-size: 1rem;
    line-height: 1.5;
    margin-bottom: 1.5rem;
}

/* Styling for the link button */
.github-link {
    display: inline-block;
    background-color: #2ea44f; /* GitHub's green button color */
    color: #ffffff;
    font-size: 1rem;
    font-weight: 600;
    padding: 12px 24px;
    border-radius: 6px;
    text-decoration: none;
    transition: background-color 0.3s ease, transform 0.2s ease;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

/* Hover and active states for the button */
.github-link:hover {
    background-color: #2c974b;
    transform: translateY(-2px);
}

.github-link:active {
    transform: translateY(0);
}

/* Optional: Add an icon or image */
.github-icon {
    width: 40px;
    height: 40px;
    margin-bottom: 1rem;
}











/* General container for the project section */

.designer-flex-for-projectsection{
    display: flex;
  justify-content: center; /* Centers horizontally */
  align-items: center; 
  column-gap: 30px;
  margin-left: 10px;
  margin-right: 10px;
}





.project-showcase-container {
    background-color: gray;
    justify-content: left;
    border: 1px solid #dee2e6;
    border-radius: 12px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.08);
    padding: 1rem;
    max-width: 500px;
    height: fit-content;


    width: 90%;
    margin: 2rem auto;
    text-align: center;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

/* Heading styling */
.project-showcase-container h2 {
    color: #343a40;
    font-size: 2.2rem;
    margin-bottom: 1rem;
    font-weight: 600;
}

/* Paragraph text styling */
.project-showcase-container p {
    color: black;
    font-size: 1.1rem;
    line-height: 1.8;
    margin-bottom: 2rem;
    text-align: left;
}

/* Link container for buttons */
.project-link-container {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}

/* General button styling */
.project-link {
    display: inline-block;
    padding: 14px 28px;
    font-size: 1.1rem;
    font-weight: 600;
    text-decoration: none;
    border-radius: 8px;
    transition: all 0.3s ease-in-out;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

/* Primary link (e.g., View Project) */
.project-link:nth-of-type(1) {
    background-color: #007bff;
    color: #ffffff;
}

/* Hover and active states for primary link */
.project-link:nth-of-type(1):hover {
    background-color: #0056b3;
    transform: translateY(-3px);
}

/* Secondary link (e.g., Explore Code) */
.project-link.secondary-link {
    background-color: #6c757d;
    color: #ffffff;
}

/* Hover and active states for secondary link */
.project-link.secondary-link:hover {
    background-color: #5a6268;
    transform: translateY(-3px);
}

/* Responsive design for smaller screens */
@media (max-width: 576px) {
    .project-showcase-container {
        padding: 2rem;
        margin: auto;
    }

    .project-link-container {
        flex-direction: column;
        gap: 10px;
    }

    .project-link {
        padding: 12px 20px;
        font-size: 1rem;
    }
    .designer-flex-for-githubsection{
      /* display: block; */
        justify-content: center; /* Centers horizontally */
  align-items: center; 
    }



}

@media (max-width: 763px) {
      .designer-flex-for-githubsection{
        display: block;
        margin: auto;
        flex-direction: row;
        max-width: fit-content;
        justify-content: center; /* Centers horizontally */
        align-items: center; 
    }
  
}



@media (max-width: 502px) {
      .designer-flex-for-githubsection{
        display: flex;
        margin: auto;
        flex-direction: column;
        max-width: 100%;
        

        
        justify-content: center; /* Centers horizontally */
        align-items: center; 
    }
        .github-section-container{
            background-color:transparent;
            color: black;
        }
        .github-section-container p{
            background-color:transparent;
            color: black;
        }
        .github-section-container h2{
            background-color:transparent;
            color: black;
        }

        .designer-flex-for-projectsection{

          align-content: center;
          justify-items: center;
          max-width: 100%;
        }
        .project-showcase-container{
          background-color: transparent;
        }
        .project-showcase-container p{
          color: white;

        }
        .project-showcase-container h2{
          color: antiquewhite;
        }

        


}
.mobile-topbar {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 15px;
    text-align: center;
}
.mobile-topbar nav a {
    margin: 5px;
    text-decoration: none;
    color: #EE9B00;
    font-weight: 600;
}


@media (max-width:1200px) {
  .social-media-for-topbar{
    opacity: 0;
  }  
  .contents-of-top-bar .ach-for-topbar{
    opacity: 0;
  }


  
}


@media (max-width: 1000px) {
    .navbar1{
    display: none;

  }
}

@media (min-width: 1000px) {
    .navbar2{
    display: none;

  }
}

section {
/* background-image: linear-gradient(90deg, gray, gray, black); */
      /* background-image: linear-gradient(90deg, gray, white,gray); */
  background-color: none;
  border-radius: 20px;
  padding: 40px;
  margin: 40px auto;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  max-width: 1100px;
  font-family: 'Poppins', sans-serif;
  color: white;
  z-index: -1;
}

section h2 {
  font-size: 28px;
  font-weight: 600;
  color: #fca311;
  border-left: 5px solid red;
  padding-left: 12px;
  margin-bottom: 25px;
}

.project-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}

.project-card {
      /* background-image: linear-gradient(90deg, #007bff, #000); */
      background-color: #e5e5e5;
  width: 300px;
  padding: 20px;
  border-radius: 14px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.2);
  transition: transform 0.3s ease;
  /* color: #fff; */
    color: #000;
    border: 5px solid white; 
}

.project-card:hover {
  transform: translateY(-5px);
}

.project-card a {
  text-decoration: none;
  color: #EE9B00;
  font-weight: 500;
}

