
body{
    background-image: url("img/bgimage/bg.jpg");
    background-size: cover;
    background-repeat: repeat;
    background-position: center;
    background-color: hsl(291, 100%, 9%);
    width: 100%;
    height: 100%;


}

nav.select {
	background-color:#3e004875;
    filter: drop-shadow(1px 1px 10px rgb(61, 3, 131));
    border-radius: 50px;
    border: solid;
    border-color: #facfff;
    border-width: 5px;
    border-style: solid;
}

  
nav.select ul {
    list-style: none;
    margin: 0;
    padding: 1em;
    display: flex;
    justify-content: end;
}
  
nav.select li {
    margin-right: 20px;
    position: relative;
}
  
nav.select a {
    color: #fff; 
    text-decoration: none;
    transition: color 0.2s ease;
}
  
nav.select a:hover {
  padding-left: 1em;
  padding-right: 1em;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
    color: #ffffff;
    font-weight: bold;
    transition: color 0.2s ease;
    animation: changeBackground3 7s infinite;
    border-radius: 50px;
    border-width: 1px;
    border-style: solid;
    border-color: white;
    filter: drop-shadow(1px 1px 5px white);
}
@keyframes changeBackground3 {
  1% {
    background-color: #ce68d9;
  }
  2% {
    background-color: #ce68d9;
  }
  4% {
    background-color: #45c6db;
  }
  6% {
    background-color: #45db79;
  }
  8% {
    background-color: #9f45b0;
  }
  10% {
    background-color: #e54ed0;
  }
}
nav.select a.active {
    color: #66d9ef; 
}


/*profile info*/
nav.select2 {
  background-color:#3e004875;
  padding: 1em;
  text-align: center;
  filter: drop-shadow(1px 1px 10px rgb(61, 3, 131));
  border-radius: 50px;
 
}


nav.select2 ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: end;
}

nav.select2 li {
  margin-right: 20px;
  position: relative;
}

nav.select2 a {
  color: #fff; 
  text-decoration: none;
  transition: color 0.2s ease;
}

nav.select2 a:hover {
  padding-left: 1em;
  padding-right: 1em;
  padding-top: 0.2em;
  padding-bottom: 0.2em;
  color: #ffffff;
  font-weight: bold;
  transition: color 0.2s ease;
  animation: changeBackground3 7s infinite;
  border-radius: 50px;
  border-width: 1px;
  border-style: solid;
  border-color: white;
  filter: drop-shadow(1px 1px 5px white);
}

nav.select2 a.active {
  color: #66d9ef; 
}


  
.dropdown {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #333;
    padding: 1em;
    border: 1px solid #444;
}
  
.dropdown li {
    margin-right: 0;
}
  
.dropdown a {
    color: #fff;
    text-decoration: none;
}
  
.dropdown a:hover {
    color: #ccc;
}
  
.sub-dropdown {
    display: none;
    position: absolute;
    top: 0;
    left: 100%;
    background-color: #333;
    padding: 1em;
    border: 1px solid #444;
}
  
.sub-dropdown li {
    margin-right: 0;
}
  
.sub-dropdown a {
    color: #fff;
    text-decoration: none;
}
  
.sub-dropdown a:hover {
    color: #ccc;
}
 nav.personalinfo{
    justify-content: space-between;

 }
  
 div.gallery a{

    text-decoration:none;
    color:white;
    text-align:center;
    justify-content:center;
    align-items: center;
 }
 div.gallery a:hover {
  padding-left: 1em;
  padding-right: 1em;
  padding-top: 0.2em;
  padding-bottom: 0.2em;
  color: #ffffff;
  font-weight: bold;
  transition: color 0.2s ease;
  animation: changeBackground3 7s infinite;
  border-radius: 50px;
  border-width: 1px;
  border-style: solid;
  border-color: white;
  filter: drop-shadow(1px 1px 5px white);
}
 div.gallery{
    text-align:center;
    justify-content:space-between;
    align-items: center;
    padding:10px;
    background-color: purple;
 }

 /* name */ 
.loader {
    display: flex;
    font-size: 1em;
    font-weight: 900;
    margin-top: 50px;
    text-align: start;
    align-items: start;
    justify-content: start;
    animation: homeword 5s;
  }
  @keyframes homeword{
    0%{
      margin-left: 200px;

    }
    100%{
      margin-left: 0px;
     
    }
  }
  .loader > * {
    color: rgb(255, 255, 255);
  }
  .loader span {
    display: inline-flex;
  }

  .denmark{
    margin-left:50px;
    filter: drop-shadow(1px 1px 5px rgb(255, 104, 230));
    text-shadow: blueviolet;
    font-size: 4em;
    font-weight: 10;
    color:rgb(248, 183, 251);;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    
  }
  .denmark:hover{
    color:rgb(166, 227, 255);;
    
  }
  
  .animation {
    background-color: #37014177;
    border-radius: 50px;
    border: solid;
    margin-top: 20px;
    font-size: 3em;
    font-weight: 900;
    color: white;
    width: 33ch;
    filter: drop-shadow(1px 1px 2px rgb(83, 178, 255));
    white-space: nowrap;
    overflow: hidden;
    animation: welcome 5s;
    
  }
  @keyframes welcome{
    0%{
      width: 0ch;
      color:#37014177;
      background-color: #ffcdfb;


    }
    100%{
      background-color: #37014177;

    }
  }





  .loader img{
    filter: drop-shadow(1px 1px 2px rgb(83, 178, 255));
    display: block;
    justify-content: end;
    align-items: end;
    width: 230px; 
    object-fit: cover;
    box-shadow: 0 0 10px rgb(255, 116, 250);
    border-radius: 100px 10px;
    border: 2px solid rgb(255, 255, 255);
  }
  .loader img:hover{
    width: 233px; 
    filter: drop-shadow(5px 5px 10px rgb(83, 178, 255));
    box-shadow: 0 0 20px rgb(116, 232, 255);
  }

p{
    display: block;
    text-align: start;
    filter: drop-shadow(5px 5px 2px rgb(90, 0, 68));
    font-size: 25px;
   
}
.contact a{
  padding-left: 15px;
  font-size: 30px;
  color:rgb(248, 183, 251);
  text-decoration: none;
}

.contact a:hover {
  font-size: 35px;
  color: #00fff7; 
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.5); 
}
.copyright{
  color: white;
  margin-left: 30px;

}
.contact{
  white-space: nowrap;
  overflow: hidden;
  animation:icon 5s;
}
@keyframes icon{
  0%{
  width: 0px;
  color: rgba(255, 255, 255, 0);

  }
  100% {
    width: 600px;
  color:rgb(248, 183, 251);

  }

}

 /* profile.html */
div.profile{
  overflow-y: auto;
  margin: 20%;
margin-top: 30px;
margin-bottom: auto;
background-color:#3e004875;;
place-items: center;
border-radius: 50px;
border: 2px;
border-style: solid;
border-color: #fff;
filter: drop-shadow(1px 1px 5px purple);
animation: movement2 10s infinite;
}
@keyframes movement2{
0%{
border-radius:100px;
}
50%{
  border-radius:50px;
}
100%{
  border-radius:100px;
}
}


.profile:hover{
  background-color:#2c00297c;
  filter: drop-shadow(1px 1px 30px rgba(249, 0, 124, 0.565));
}

.profile img{
  margin-top: 50px;
  width: 150px;
  text-align: center;
  justify-content: center;
  align-items: center;
  place-items: center;
  place-content: center ;
  margin: 0 auto;
  display: block;
  margin-bottom: 20px;
  border-radius: 20px;
  filter: drop-shadow(1px 1px 5px rgb(68, 18, 68));
  transition: 0.1s;

}
.profile img:hover{
  width: 158px;
  transition: 0.1s;
  filter: drop-shadow(1px 1px 10px rgb(255, 159, 159));
}
.profile font{
  margin-top: 20px;
  justify-content: start;
  color:white;
  text-align: left;
  margin-left: 5%;
  font-size: 18px;
  filter: drop-shadow(1px 1px 10px rgb(68, 18, 68));

}

/*profileinfo.html invi*/
.invi{
  height: 400px;
}

/*autiobio*/
.autobiography{
  overflow-y: auto;
  margin: 5%;
  
margin-top: 30px;
margin-bottom: auto;
background-color:#3e004875;
place-items: center;
border-radius: 50px;
border: 2px;
border-style: solid;
border-color: #fff;
filter: drop-shadow(1px 1px 5px purple);
animation: biography 3s;
}
.autobiography:hover{
  filter: drop-shadow(1px 1px 5px rgb(57, 0, 9));
  
}

.autobiography p{
  color: white;
  margin: 5%;
}
.autobiography::-webkit-scrollbar {
  width: 3px; /* panipis ng scrollbar */
  height: 3px; /* taas ng scrollbar */
  background-color: rgba(75, 0, 130, 1); /* kulay ng scrollbar, dark purple */
}

.autobiography::-webkit-scrollbar-thumb {
  background-color: rgb(255, 4, 205); /* kulay ng current line, dark purple */
  border-radius: 50px; /* rounded corners */
  height: 3px; /* taas ng current line */
}
.autobiographypage {
  text-align: center;
  text-decoration: none;
  margin-bottom: 50px;
}

.autobiographypage a{
  background-color: #48000675;
  padding: 10px 20px;
  border-radius: 50px;
  font-size: 20px;
  color: white;
  text-decoration: none;

}
@keyframes biography{
  0% {
    overflow: hidden;
    overflow-y: hidden;
    height: 0px;
    background-color: #00fff7;
  }

  100% {
    overflow: hidden;
    overflow-y: hidden;
    height: 1150px;
  }
  }
  .autobiography2{
    overflow-y: auto;
    margin: 5%;
    
  margin-top: 30px;
  margin-bottom: auto;
  background-color:#1d002268;
  place-items: center;
  border-radius: 50px;
  border: 2px;
  border-style: solid;
  border-color: #fff;
  filter: drop-shadow(1px 1px 5px purple);
  animation: biography2 3s;
  }
  .autobiography2:hover{
    filter: drop-shadow(1px 1px 5px rgb(57, 0, 9));
    
  }
  
  .autobiography2 p{
    color: white;
    margin: 5%;
  }
  .autobiography2::-webkit-scrollbar {
    width: 3px; /* panipis ng scrollbar */
    height: 3px; /* taas ng scrollbar */
    background-color: rgba(75, 0, 130, 1); /* kulay ng scrollbar, dark purple */
  }
  
  .autobiography2::-webkit-scrollbar-thumb {
    background-color: rgb(255, 4, 205); /* kulay ng current line, dark purple */
    border-radius: 50px; /* rounded corners */
    height: 3px; /* taas ng current line */
  }
  @keyframes biography2{
    0% {
      overflow: hidden;
      overflow-y: hidden;
      height: 0px;
      background-color: #00fff7;
    }
  
    100% {
      overflow: hidden;
      overflow-y: hidden;
      height: 780px;
    }
    }


/*myphoto*/
.myphoto{
  justify-content: center;
  text-align: center;
  align-items: center;
  margin-top: 30px;
  background-color:#3e004875;
  margin-left: 20%;
  margin-right: 20%;
  padding-top:20px;
  overflow-y: auto;
  height: 300px;
  margin-bottom: 30px;
  scrollbar-width: thin;
  padding-bottom: 20px;
  border: solid;
  border-color: white;
  filter: drop-shadow(1px 1px 10px rgb(255, 93, 255));
  
}
.myphoto img{
  filter: grayscale(75%);
  width: 150px;
  transition: 1s;
  border-radius: 30px;
}
.myphoto img:hover{
  border-radius: 10px;
  filter: grayscale(0%);
  width: 170px;
  transition: 1s;
  filter: drop-shadow(1px 1px 10px rgb(37, 0, 36));
  animation: imgcolor 2s infinite;
  border: 2px solid white;
}
@keyframes imgcolor{
0%{
  border: 3px solid white;
  filter: drop-shadow(1px 1px 5px rgb(255, 0, 247));
}
20%{
  border: 2.5px solid white;
  filter: drop-shadow(1px 1px 5px rgb(183, 0, 255));
}
40%{
  border: 2px solid white;
  filter: drop-shadow(1px 1px 5px rgb(64, 0, 255));
}
60%{
  border: 2px solid white;
  filter: drop-shadow(1px 1px 5px rgb(0, 179, 255));
}
80%{
  border: 2.5px solid white;
  filter: drop-shadow(1px 1px 5px rgb(255, 0, 179));
}
100%{
  border: 3px solid white;
  filter: drop-shadow(1px 1px 5px rgb(255, 0, 247));
}
}


/*myfam*/
.myfamily{
  justify-content: center;
  text-align: center;
  align-items: center;
  margin-top: 30px;
  background-color:#3e004875;
  margin-left: 15%;
  margin-right: 15%;
  padding-top:20px;
  overflow-y: auto;
  height: 300px;
  margin: bottom 30px;
  scrollbar-width: thin;
  padding-bottom: 20px;
  border: solid;
  border-color: white;
  filter: drop-shadow(1px 1px 10px rgb(255, 93, 255));
}
.myfamily img{
  filter: grayscale(75%);
  width: 350px;
  transition: 1s;
  border-radius: 30px;
}
.myfamily img:hover{
  animation: imgcolor 2s infinite;
  border-radius: 10px;
  filter: grayscale(0%);
  width: 360px;
  transition: 1s;
  filter: drop-shadow(1px 1px 10px rgb(228, 102, 102));
}

/*myfriendss*/
.myfriends{
  justify-content: center;
  text-align: center;
  align-items: center;
  margin-top: 30px;
  background-color:#3e004875;
  margin-left: 15%;
  margin-right: 15%;
  padding-top:20px;
  overflow-y: auto;
  height: 300px;
  margin: bottom 30px;
  scrollbar-width: thin;
  padding-bottom: 20px;
  border: solid;
  border-color: white;
  filter: drop-shadow(1px 1px 10px rgb(255, 93, 255));
  
}
.myfriends img{
  filter: grayscale(75%);
  width: 350px;
  transition: 1s;
  border-radius: 30px;
}
.myfriends img:hover{
  animation: imgcolor 2s infinite;
  border-radius: 10px;
  filter: grayscale(0%);
  width: 360px;
  transition: 1s;
  filter: drop-shadow(1px 1px 10px rgb(228, 102, 102));
}

/*mylove*/
.mylove{
  justify-content: center;
  text-align: center;
  align-items: center;
  margin-top: 30px;
  background-color:#3e004875;
  margin-left: 20%;
  margin-right: 20%;
  padding-top:20px;
  overflow-y: auto;
  height: 300px;
  margin-bottom: 30px;
  scrollbar-width: thin;
  padding-bottom: 20px;
  border: solid;
  border-color: white;
  filter: drop-shadow(1px 1px 10px rgb(255, 93, 255));
}
.mylove img{
  filter: grayscale(75%);
  width: 150px;
  transition: 1s;
  border-radius: 30px;
}
.mylove img:hover{
  animation: imgcolor 2s infinite;
  border-radius: 10px;
  filter: grayscale(0%);
  width: 170px;
  transition: 1s;
  filter: drop-shadow(1px 1px 10px rgb(37, 0, 36));
}

@keyframes movement{
  0% {
    overflow: hidden;
    overflow-y: hidden;
    height: 0px;
    background-color: #00fff7;
  }

  100% {
    overflow: hidden;
    overflow-y: hidden;
    height: 400px;
  }
  }


/*exp*/
.experience{
  overflow: hidden;
  overflow-y: hidden;
  margin: 20%;
  height: 400px;
margin-top: 30px;
margin-bottom: auto;
background-color:#1d00229a;
place-items: center;
border-radius: 50px;
border: 2px;
border-style: solid;
border-color: #fff;
filter: drop-shadow(1px 1px 10px rgb(255, 139, 255));
font-size: 20px;
animation: movement 3s;
}
.experience:hover{
  background-color:rgba(22, 0, 3, 0.331);
  filter: drop-shadow(1px 1px 5px rgb(255, 170, 255));
  
}

.experience li{
  margin-left:20px;
  margin-top:30px;
  color: white;
  justify-content: start;
  align-items: start;
  text-align: start;
  font-weight: bold;
  margin-bottom: 2px;
}

.experience font{
  margin-left:40px;
  margin-top:30px;
  margin-bottom: 30px;
  color: white;
  justify-content: start;
  align-items: start;
  text-align: start;
}


/*education*/
.education{
  overflow-y: hidden;
  margin: 20%;
  height: 400px;
margin-top: 30px;
margin-bottom: auto;
background-color:#1d00229a;
place-items: center;
border-radius: 50px;
border: 2px;
border-style: solid;
border-color: #fff;
filter: drop-shadow(1px 1px 10px rgb(255, 139, 255));
color: white;
font-size: 20px;
animation: movement 3s;
}
.education:hover{
  background-color: rgba(22, 0, 3, 0.331);
  filter: drop-shadow(1px 1px 5px rgb(255, 170, 255));
  
}

.education li{
  margin-left:20px;
  margin-top:30px;
  color: white;
  justify-content: start;
  align-items: start;
  text-align: start;
  font-weight: bold;
}

.education font{
  margin-left:40px;
  margin-top:30px;
  margin-bottom: 30px;
  color: white;
  justify-content: start;
  align-items: start;
  text-align: start;
}

/*skills*/
.skills{
  overflow-y: hidden;
  margin: 20%;
  height: 400px;
margin-top: 30px;
margin-bottom: auto;
background-color:#1d00229a;
border-radius: 50px;
border: 2px;
border-style: solid;
border-color: #fff;
filter: drop-shadow(1px 1px 10px rgba(255, 139, 255, 0.501));
font-size: 20px;
animation: movement 3s;
}
.skills:hover{
  background-color:  rgba(22, 0, 3, 0.331);
  filter: drop-shadow(1px 1px 5px rgb(255, 170, 255));
  
}

.skills li{
  margin-left:20px;
  margin-top:30px;
  color: white;
  transition: 2s;
}

.skill li:hover{
  color: #45db79;
  filter: drop-shadow(1px 1px 30px purple);
  transition: 2s;
}
.font-sentence font{
  
  filter: drop-shadow(10px 10px 10px rgb(36, 0, 36));
  font-size: 30px;
  text-shadow: #9f45b0;
}

/* music */
.container {
  max-width: 800px;
  margin: 40px auto;
  padding: 20px;
  background-color:#17001c97;
  border: 5px solid #ddd;
  border-radius: 50px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  color: white;
  filter: drop-shadow(1px 1px 10px rgb(255, 139, 255));
  animation: music 10s infinite;
}
@keyframes music{
  0%{
    border-radius: 50px;
    color: #f7b4ff;
  }
  50%{
    color: white;
    border-radius: 70px;
  }
  100%{
    color: #f7b4ff;
    border-radius: 50px;
  }
}
@keyframes lyrics{
  0% {
    
    border-radius:80px;
  }
 
  40% {
    border-radius: 20px;
   
  }
  100% {
    border-radius:80px;
   
  }
}

.lyrics {
    border-radius: 50px;
    padding: 20px;
    animation: lyrics 3s infinite;

  margin-top: 30px;
  display: none; 
  border: 2px solid white;
}

#play-button:checked ~ .lyrics {
  display: block;

}

.lyrics p {
  font-size: 18px;
  font-family: Arial, sans-serif;

}
audio{

    border-radius: 30px;
    padding: 5px;
    animation: changeBackground2 10s infinite;
}

/*video*/
.video{
  justify-content: center;
  overflow-y: auto;
  scrollbar-width: none;
  margin: 10%;
  width: 400;
  height: 400px;
  padding-top:30px;
margin-top: 30px;
margin-bottom: auto;
background-color:#17001c97;
place-items: center;
border-radius: 50px;
border: 5px;
border-style: solid;
border-color: #fff;
filter: drop-shadow(1px 1px 10px rgb(255, 139, 255));
font-size: 30px;
animation: movement 3s;
}
.video iframe{
  justify-content: center;
  text-align: center;
  align-items: center;
  
  animation: vidcolor 10s infinite;
  margin-bottom:3%;
}
.video:hover{

  overflow-y: scroll;
  background-color:  #ce68d96c;
  filter: drop-shadow(1px 1px 5px rgba(255, 170, 255, 0.416));
  
}
.video font{
  text-align: center;
  
  border-radius:50px;
  background-color: #9e45b07e;
  padding:5px 15px;
  margin-bottom: 10%;
  
  font-weight: bold;
  color:white;
}

@keyframes vidcolor{
  0%{
    border-radius: 30px;
    border: 3px solid white;
    filter: drop-shadow(1px 1px 5px rgb(255, 0, 247));
  }
  20%{
    border-radius: 50px;
    border: 2.5px solid white;
    filter: drop-shadow(1px 1px 5px rgb(183, 0, 255));
  }
  40%{
    border-radius: 30px;
    border: 2px solid white;
    filter: drop-shadow(1px 1px 5px rgb(64, 0, 255));
  }
  60%{
    border-radius: 30px;
    border: 2px solid white;
    filter: drop-shadow(1px 1px 5px rgb(0, 179, 255));
  }
  80%{
    border-radius: 50px;
    border: 2.5px solid white;
    filter: drop-shadow(1px 1px 5px rgb(255, 0, 179));
  }
  100%{
    border-radius: 30px;
    border: 3px solid white;
    filter: drop-shadow(1px 1px 5px rgb(255, 0, 247));
  }
  }

  .video video{
    border-radius: 20px;
    justify-content:center;
    align-items:center;
    margin-left: 10%;
  margin-right: 10%;
  
  }