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

body {
  background: url(../images/animesher.com_gif-scenery-pastel-2032097.gif) no-repeat center center;
  background-size: cover;  /* Ensure the background image covers the full screen */
  background-attachment: fixed;  /* Optional: Keeps the background fixed during scrolling */
  font-size: 1.5em;
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  text-align: center;
  height: 100vh;  /* Ensures the body takes up full viewport height */
}



nav {
  padding: 10px 20px 10px 0px;
  display: flex;
  justify-content:center;
  align-items: center;
  width:93%;
  font-size:1.1em;
  gap:20px;
  
}

header{
  display:flex;
  background: linear-gradient(to bottom, #D8DBE0, #C2C0D8);
  align-items: center;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.5);
}

.noobles {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  width: 100%;
  font-size: 1.5em;
  white-space: nowrap;
  color:#332547;
}


.noobles img {
  object-fit: contain;
  width:10%;
}

nav a {
  text-decoration: none;
  font-weight: bold;
  padding: 20px;
  color: #332547;
  text-decoration: none;
  transition: 1s;
  
}


nav a:hover {
  background: linear-gradient(to bottom, #b9c9e7, #a39edd);
  transition: 1s;
  border-radius:30px;
}



















main{
  display:flex;
  flex-direction: column;
  align-items:center;
  width: 50%;
  margin:0 auto;
}

h1 {
  color: #8e7696;
}

.me {
  max-width: 40%;
  border-radius:70px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.5);
}


.about {
  background: linear-gradient(to bottom, #EBC2CA, #F5D7F7);
  width:60%;
  height: auto;
  border-radius: 50px;
  color:#332547;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.5);
}

.about p {
  margin: 10px;
}

main p {
  margin-top: 0px;
  margin-right: 50px;
  padding: 20px;
}












.facts{
  background: linear-gradient(to bottom, #D8DBE0, #C2C0D8);
  padding:20px;
  display:flex;
  justify-content:center;
  gap:130px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.5);
}

.facts button{
  padding:5px;
  border-radius: 10px;
  border:none;
  background-color: #b6b4d1;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.5);
}

.content{
  background: linear-gradient(to bottom, #EBC2CA, #F5D7F7);
  height:500px;
  margin-top:10px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.5);
}

.content p{
  font-size:23px;
}

div.facts-positioning{
  padding-left:20px;
  display: flex;
  padding-top:70px;
}


#fact1 img{
    height: 30vh;
    width: auto; 
}


#fact2{
  display:none;
  padding-left:20px;
  padding-top:70px;
  

}

#fact2 img{
  height: 30vh;
  width: auto;
}

#fact3{
  display:none;
  padding-left:20px;
  padding-top:70px;
}

#fact3 img{
  height: 30vh;
  width: auto;
}












.projects{
  background: linear-gradient(to bottom, #D8DBE0, #C2C0D8);
  padding:20px;
  display:flex;
  justify-content:flex-start;
  align-items: flex-start;
  gap:40px;
  width:auto;
  border-radius: 25px 25px  0 0 ;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.5);
}

section.projects{
  align-self:flex-start;
}

.projects button{
  padding:5px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  border:none;
  background-color:#b7b5d3;
  
}

.proj{
  background: linear-gradient(to bottom, #EBC2CA, #F5D7F7);
  height:700px;
  border-radius: 0 25px 25px 25px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.5);
}

.proj p{
  font-size:23px;
  padding:10px;
  border-radius:50px;
  margin-top:50px;
}

#proj1{
  background:linear-gradient(to bottom, #D8DBE0, #C2C0D8);
  border-radius:50px;
  width:90%;
  margin-left:70px;
  margin-top:50px;
  display:flex;
  justify-content: center;
 align-items: center;
 flex-direction:column;
}

#proj1 img{
  width:30%;
 padding-top:50px;
}


#proj2{
  display:none;
  background:linear-gradient(to bottom, #D8DBE0, #C2C0D8);
  border-radius:50px;
  width:90%;
  margin-left:70px;
  margin-top:50px;
  justify-content: center;
 align-items: center;
 flex-direction:column;
}

#proj2 img{
  width:30%;
 padding-top:50px;
}



#proj3{
  display:none;
  background:linear-gradient(to bottom, #D8DBE0, #C2C0D8);
  border-radius:50px;
  width:90%;
  margin-left:70px;
  margin-top:50px;
  justify-content: center;
 align-items: center;
 flex-direction:column;
 height:400px;
}

#proj3 video{
  width:30%;
  display:flex;
  justify-content: center;
 align-items: center;
 transform: translate(115%, 0%);
 padding-top:50px;
}

#proj4{
  display:none;
  background:linear-gradient(to bottom, #D8DBE0, #C2C0D8);
  border-radius:50px;
  width:90%;
  margin-left:70px;
  margin-top:50px;
  justify-content: center;
 align-items: center;
 flex-direction:column;
}


#proj4 img{
  width:30%;
  display:flex;
  justify-content: center;
 align-items: center;
 padding-top:50px;
 padding-left:230px;
}



#proj5{
  display:none;
  background:linear-gradient(to bottom, #D8DBE0, #C2C0D8);
  border-radius:50px;
  width:90%;
  margin-left:70px;
  margin-top:50px;
  justify-content: center;
 align-items: center;
 flex-direction:column;
}


#proj5 img{
  width:30%;
  display:flex;
  justify-content: center;
 align-items: center;
 transform: translate(115%, 0%);
 padding-top:50px;
}

#proj6{
  display:none;
  background:linear-gradient(to bottom, #D8DBE0, #C2C0D8);
  border-radius:50px;
  width:90%;
  margin-left:15px;
  margin-top:50px;
  justify-content: center;
 align-items: center;
 flex-direction:column;
 height:400px;
}

#proj6 video{
  width:30%;
  display:flex;
  justify-content: center;
 align-items: center;
 transform: translate(115%, 0%);
 padding-top:50px;
}

#proj7{
  display:none;
  background:linear-gradient(to bottom, #D8DBE0, #C2C0D8);
  border-radius:50px;
  width:90%;
  margin-left:15px;
  margin-top:50px;
  justify-content: center;
 align-items: center;
 flex-direction:column;
 height:400px;
}

#proj7 video{
  width:30%;
  display:flex;
  justify-content: center;
 align-items: center;
 transform: translate(115%, 0%);
 padding-top:50px;
}



.resume{
  display:flex;
  align-items:center;
  width:50%;
  justify-content:center;
  margin: 0 auto;
}

.categories{
  background: linear-gradient(to bottom, #D8DBE0, #C2C0D8);
  height:55vh;
  width:20%;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:15px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.5);
}


.categories button{
  padding:3px;
  width:200px;
  margin-bottom:15px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  border:none;
  background-color:#b6b4d1;
}

.display{
  background: linear-gradient(to bottom, #EBC2CA, #F5D7F7);
  height:55vh;
  width:50vh;
  border-radius: 0 25px 25px 0;
  display:flex;
  flex-direction: column;
  align-items:center;
  justify-content: center;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.5);
  
}


.display h3{
  background:linear-gradient(to bottom, #D8DBE0, #C2C0D8);
  border-radius:10px;
  width:30%;
  margin: 0 auto;
  padding:20px;
  font-size:20px;
  
}

.button {
  background-color: pink;
  padding: 5px;
  color: rgb(0, 0, 0);
  border-radius: 5px;
  box-shadow: 2px 2px gray;
  transition: 1s;
  display: inline-block; 
  margin:20px;
}

.inside{
  background:linear-gradient(to bottom, #D8DBE0, #C2C0D8);
  border-radius:50px;
  width:500px;
margin-top:50px;
  font-size:15px;
  height:auto;
  padding:20px;
}


#edu ul{
  list-style:none;
}

#employment{
  display:none;
}

#skills{
  display:none;
}

#volunteer{
  display:none;
}

#awards{
  display:none;
}

#languages{
  display:none;
}

#contact{
  display:none;
}





















footer {
  background: linear-gradient(to bottom, #D8DBE0, #C2C0D8);
  color: #332547;
  box-shadow: 0px 0px 10px black;
  position: fixed;
  bottom: 0px;
  width: 100%;
  text-align: center;

}

footer section {
  display: flex;
  font-size: 1em;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.socials{
  display: flex;
  align-items: center;
  justify-content:center;
  font-size: 1.5em;
  color:#332547;

}

.socials a{
  color:#332547;
}


.socials p{
  font-size:25px;
}










  
@media (max-width: 1920px) {
  body {
    font-size: 2em; 
    padding-bottom: 300px;
  }

  nav {
    width: 100%; 
    font-size: 30px; 
    gap: 30px;
  }

  header {
    padding: 10px; 
  }

  .noobles {
    width: 100%; 
    font-size: 40px; 
  }

  .noobles img {
    width: 100px;
  }

  main {
    width: 40%; 
    font-size: 20px;
  }

  .about {
    width: 100%; 
    font-size: 20px;
  }

  .facts {
    gap: 200px;
  }

  .projects {
    gap: 8px; 
  }

  .proj {
    height: 600px; 
    
  }

  #proj1{
    margin-left:40px;
  }

  #proj2{
    margin-left:30px;
  }

  #proj3{
    margin-left:30px;
  }

  #proj4{
    margin-left:30px;
  }

  #proj5{
    margin-left:30px;
  }

  h1{
    font-size: 40px;
  }

  
  .categories {
    width: 25%; 
  }

  .display {
    width: 100%; 
  }

  .display h3{
    background:linear-gradient(to bottom, #D8DBE0, #C2C0D8);
    border-radius:10px;
    width:70%;
    margin: 0 auto;
    padding:20px;
    font-size:20px;
    
  }

  .inside {
    background: linear-gradient(to bottom, #D8DBE0, #C2C0D8);
    border-radius: 50px;
    width: auto; 
    font-size: 14px; 
    margin-top: 30px; 
    box-sizing: border-box; 
    overflow-y: auto; 
    height: 300px; 
  }
  

  footer {
    background: linear-gradient(to bottom, #D8DBE0, #C2C0D8);
    color: #332547;
    height: 80px; 
    box-shadow: 0px 0px 10px black;
    position: fixed; 
    bottom: 0px;
    left: 0; 
    width: 100%; 
    text-align: center;
    display: flex; 
    justify-content: center;
    align-items: center; 
    z-index: 1000;
  }
  
  footer section {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%; 
  }
  
  .socials {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    font-size: 1.5em;
    color: #332547;
  }
  
  .socials a {
    color: #332547; 
  }
}


@media (max-width: 578px) {

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

  body {
    font-size: 1.2em;
    height: auto;
    overflow-x: hidden;
    overflow-y: auto;
  }

  nav {
    padding: 10px 15px;
    width: 100%;
    font-size: 1em;
    gap: 15px;
    flex-wrap: wrap;
    justify-content: center;
  }

  nav a {
    padding: 10px 15px;
    font-size: 1.1em;
  }

  header {
    padding: 10px 5px;
    justify-content: center;
  }

  .noobles {
    font-size: 1.2em;
  }

  .noobles img {
    width: 20%;
  }

  main {
    width: 80%;
    margin: 0 auto;
  }

  h1 {
    font-size: 1.4em;
  }

  .me {
    max-width: 70%;
  }

  .about {
    width: 80%;
    padding: 10px;
  }

  .facts {
    flex-direction: row;
    gap: 10px;
    justify-content: center;
    padding: 10px;
    margin-top: 20px;
  }

  .facts button {
    padding: 10px 20px;
    font-size: 1em;
    width: auto;
    box-sizing: border-box;
    border-radius: 10px;
    border: none;
    background-color: #b6b4d1;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.5);
  }

  .facts button:hover {
    background: linear-gradient(to bottom, #b9c9e7, #a39edd);
    transition: 1s;
    border-radius: 30px;
  }

  .projects {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    padding: 10px;
  }

  .projects button {
    padding: 10px 20px;
    font-size: 1em;
    width: auto;
    box-sizing: border-box;
    border-radius: 10px;
    border: none;
    background-color: #b6b4d1;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.5);
  }

  .projects button:hover {
    background: linear-gradient(to bottom, #b9c9e7, #a39edd);
    transition: 1s;
    border-radius: 30px;
  }

  .projects button {
    width: 45%;
  }

  footer {
    font-size: 0.9em;
    padding: 10px;
  }

  .socials {
    font-size: 1.2em;
  }

  .socials a {
    font-size: 1.2em;
  }

  .resume, .categories {
    width: 100%;
    margin: 0;
    gap: 10px;
  }

  .categories button {
    width: 100%;
    padding: 8px;
  }

  .display {
    width: 90%;
    height: auto;
    padding: 10px;
  }

  .button {
    width: 100%;
    padding: 10px;
  }

  .inside {
    width: 90%;
  }

  .button {
    width: 100%;
    padding: 10px;
  }
}


