
html {
  cursor: url(images/cursor_0000.png), auto;
  -webkit-animation: cursor 1200ms infinite;
  animation: cursor 1200ms infinite;
}
@-webkit-keyframes cursor {
  0% {cursor: url(images/cursor_0000.png), auto;}
  5% {cursor: url(images/cursor_0001.png), auto;}
  10% {cursor: url(images/cursor_0002.png), auto;}
  15% {cursor: url(images/cursor_0003.png), auto;}
  20% {cursor: url(images/cursor_0004.png), auto;}
  25% {cursor: url(images/cursor_0005.png), auto;}
  30% {cursor: url(images/cursor_0006.png), auto;}
  35% {cursor: url(images/cursor_0007.png), auto;}
  45% {cursor: url(images/cursor_0008.png), auto;}
  50% {cursor: url(images/cursor_0009.png), auto;}
  55% {cursor: url(images/cursor_0010.png), auto;}
  60% {cursor: url(images/cursor_0011.png), auto;}
  65% {cursor: url(images/cursor_0012.png), auto;}
  70% {cursor: url(images/cursor_0013.png), auto;}
  80% {cursor: url(images/cursor_0014.png), auto;}
  85% {cursor: url(images/cursor_0015.png), auto;}
  90% {cursor: url(images/cursor_0016.png), auto;}
  91% {cursor: url(images/cursor_0017.png), auto;}
  92% {cursor: url(images/cursor_0018.png), auto;}
  93% {cursor: url(images/cursor_0019.png), auto;}
  94% {cursor: url(images/cursor_0020.png), auto;}
  95% {cursor: url(images/cursor_0021.png), auto;}
  96% {cursor: url(images/cursor_0022.png), auto;}
  100% {cursor: url(images/cursor_0023.png), auto;}
} 

@keyframes cursor {
  0% {cursor: url(images/cursor_0000.png), auto;}
  5% {cursor: url(images/cursor_0001.png), auto;}
  10% {cursor: url(images/cursor_0002.png), auto;}
  15% {cursor: url(images/cursor_0003.png), auto;}
  20% {cursor: url(images/cursor_0004.png), auto;}
  25% {cursor: url(images/cursor_0005.png), auto;}
  30% {cursor: url(images/cursor_0006.png), auto;}
  35% {cursor: url(images/cursor_0007.png), auto;}
  45% {cursor: url(images/cursor_0008.png), auto;}
  50% {cursor: url(images/cursor_0009.png), auto;}
  55% {cursor: url(images/cursor_0010.png), auto;}
  60% {cursor: url(images/cursor_0011.png), auto;}
  65% {cursor: url(images/cursor_0012.png), auto;}
  70% {cursor: url(images/cursor_0013.png), auto;}
  80% {cursor: url(images/cursor_0014.png), auto;}
  85% {cursor: url(images/cursor_0015.png), auto;}
  90% {cursor: url(images/cursor_0016.png), auto;}
  91% {cursor: url(images/cursor_0017.png), auto;}
  92% {cursor: url(images/cursor_0018.png), auto;}
  93% {cursor: url(images/cursor_0019.png), auto;}
  94% {cursor: url(images/cursor_0020.png), auto;}
  95% {cursor: url(images/cursor_0021.png), auto;}
  96% {cursor: url(images/cursor_0022.png), auto;}
  100% {cursor: url(images/cursor_0023.png), auto;}
}

a:hover, button:hover {
  cursor: url("images/pointer.gif"), auto;
  animation: pointer 1000ms infinite;
  -webkit-animation: pointer 1000ms infinite;
}

@keyframes pointer {
  0% {cursor: url(images/pointer_0000.png), auto;}
  10% {cursor: url(images/pointer_0001.png), auto;}
  20% {cursor: url(images/pointer_0002.png), auto;}
  30% {cursor: url(images/pointer_0003.png), auto;}
  40% {cursor: url(images/pointer_0004.png), auto;}
  50% {cursor: url(images/pointer_0005.png), auto;}
  60% {cursor: url(images/pointer_0006.png), auto;}
  70% {cursor: url(images/pointer_0007.png), auto;}
  80% {cursor: url(images/pointer_0008.png), auto;}
  90% {cursor: url(images/pointer_0009.png), auto;}
  95% {cursor: url(images/pointer_0010.png), auto;}
  100% {cursor: url(images/pointer_0011.png), auto;}
}

@-webkit-keyframes pointer {
  0% {cursor: url(images/pointer_0000.png), auto;}
  10% {cursor: url(images/pointer_0001.png), auto;}
  20% {cursor: url(images/pointer_0002.png), auto;}
  30% {cursor: url(images/pointer_0003.png), auto;}
  40% {cursor: url(images/pointer_0004.png), auto;}
  50% {cursor: url(images/pointer_0005.png), auto;}
  60% {cursor: url(images/pointer_0006.png), auto;}
  70% {cursor: url(images/pointer_0007.png), auto;}
  80% {cursor: url(images/pointer_0008.png), auto;}
  90% {cursor: url(images/pointer_0009.png), auto;}
  95% {cursor: url(images/pointer_0010.png), auto;}
  100% {cursor: url(images/pointer_0011.png), auto;}
}

html, body {
background-color: white;
color: lightcoral;
font-family: Verdana;
font-size: 12px;
height: 100%;
margin: 0;
overflow-x: hidden;
}

#home {
  overflow-y:hidden;
  color: lightcoral;
  font-family: Verdana;
  font-size: 12px;
  height: 100%;
  margin: 0;
  background: url(https://wallpaperaccess.com/full/8278296.gif);
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

a:link {
background: -webkit-linear-gradient(#FAA2D7, #BDB6EF);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
text-decoration: none;
}

a:hover {
background: -webkit-linear-gradient(#fcaedd, #d0cbf7);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
text-decoration: none;
}

a:visited {
background: -webkit-linear-gradient(#fcaedd, #d0cbf7);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
text-decoration: none;
}

ul {
  list-style-type: none;
  overflow: hidden;
  background-color: white;
  margin: auto;
  padding: 0;
    width: 296px;
  height: 37px;
  top: 0%;
 position: relative;
 border-top-left-radius: 40px;
 border-top-right-radius: 40px;
}

li {
  float: left;
}

li a {
  display: block;
  color: white;
  text-align: center;
    padding: 14px 15px;
  text-decoration: none;
}

li a:hover {
  background-color: #ffe6ef;
}

b, strong {
   color: #ff6683;
   }
h1 {
  font-size: 50px;
  font-style: normal;
  background: -webkit-linear-gradient(#FAA2D7, #BDB6EF);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

h2 {
  font-size: 100px;
  font-style: normal;
  background: -webkit-linear-gradient(#FAA2D7, #BDB6EF);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

p {
  color: lightcoral;
}

*::-webkit-scrollbar {
  height: 10px;
  width: 10px;
}

*::-webkit-scrollbar-track {
  border-radius: 5px;
  background-color: white;
}

*::-webkit-scrollbar-track:hover {
  background-color: #e3e3e3;
}

*::-webkit-scrollbar-track:active {
  background-color: #e3e3e3;
}

*::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: -webkit-linear-gradient(#FAA2D7, #BDB6EF);
}

*::-webkit-scrollbar-thumb:hover {
  background: -webkit-linear-gradient(#FAA2D7, #BDB6EF);
}

*::-webkit-scrollbar-thumb:active {
  background: -webkit-linear-gradient(#fcaedd, #d0cbf7);
}

/* HOME PAGE */
.mainpage {
  width: 1500px;
  transform-origin: top center;
  transition: transform 0.2s ease-in-out;
}

.maincontent {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: nowrap;
  width: 100%;
  padding: 40px 20px;
  box-sizing: border-box;
}

.updatesubtitle {
  color: lightcoral;
  position: absolute;
  white-space: nowrap;
  right: 60px;
  bottom: -15px;
  font-size: 25px;
  font-family: 'Ubuntu';
  background: -webkit-linear-gradient(#FAA2D7, #BDB6EF);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  }
  
.updatecontainer {
flex: 1 1 auto;
min-width: 0;
max-width: 50%;
position: relative;
margin: 0;
display: flex;
flex-direction: column;
align-items: center;
border-radius: 1%;
top: 200px;
right: 0%;
}
.updateheader {
min-width: 0;
max-width: 35%;
width: 100%;
height: 5%;
background-color: white;
text-align: center;
padding: 1%;
box-shadow: -5px 5px 5px #ffb8ce;
border-top-left-radius: 50px;
}
.update {
min-width: 0;
max-width: 35%;
width: 100%;
height: 32vh;
padding: 1%;
background-color: white;
color: #666666;
overflow-y: auto;
box-shadow: -5px 5px 5px #ffb8ce;
border-bottom-left-radius: 5%; 
}

.logo {
position: absolute;
width: 640px;
height: 180px;
top: 15%;
left: 30%;
margin: auto;
overflow: visible;
}

.menu {
  margin: auto;
  width:40%;
  position:relative;
  top:215px;
  white-space:nowrap;
  z-index:5;
  left: 5%;
  }
  
.tokamote {
  position: absolute;
  right: -109px;
  bottom: -20%;
  overflow: visible;
  }
  
.header {
  height: 20%;
  width: 70%;
  margin: auto;
  position: relative;
  top: 6%;
  left: 5%;
  }
  
.boxcontainer {
flex: 1 1 auto;
min-width: 0;
max-width: 75%;
position: relative;
margin: 0;
display: flex;
flex-direction: column;
align-items: center;
border-radius: 1%;
top: 150px;
right: 10%
}
  
.box {
min-width: 0;
width: 100%;
max-width: 800px;
height: auto;
padding: 0 30px 30px 30px;
background-color: white;
margin: auto;
font-size: 12px;
color: lightcoral;
box-shadow: -5px 5px 5px #ffb8ce;
position: relative;
image-rendering: pixelated;
  }
  
.boxheader {
min-width: 0;
width: 100%;
max-width: 800px;
padding: 0 30px 30px 30px;
height: 17px;
border-top-left-radius: 50px;
background-color: white;
background-image: url("images/page.png");
background-position: left;
background-repeat: no-repeat;
text-align: center;
box-shadow: -5px 5px 5px #ffb8ce;
margin: auto;
position: relative;
top: 10%;
  }
  
.note {
  color: lightcoral;
  position: absolute;
  top: 375px;
  left: 500px;
  white-space: nowrap;
  }

/* MOBILE HOME PAGE */
  
@media (max-width: 375px) {
.mainpage {
transform: scale(calc(100vw / 375));
transform-origin: top center;
flex-direction: column;
align-items: center;}
  
.updatecontainer {
flex: 1 1 auto;
min-width: 0;
max-width: 50%;
position: relative;
margin: 0;
display: flex;
flex-direction: column;
align-items: center;
border-radius: 1%;
top: 200px;}

.maincontent {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: nowrap;
  width: 50%;
  padding: 40px 20px;
  box-sizing: border-box;
}

.scaler {
  width: 50%;
  display: flex;
  justify-content: center;
  overflow: hidden;
}

.updatesubtitle {
  color: lightcoral;
  position: absolute;
  white-space: nowrap;
  right: 60px;
  bottom: -15px;
  font-size: 25px;
  font-family: 'Ubuntu';
  background: -webkit-linear-gradient(#FAA2D7, #BDB6EF);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  }
  
.updatecontainer {
flex: 1 1 auto;
min-width: 0;
max-width: 50%;
position: relative;
margin: 0;
display: flex;
flex-direction: column;
align-items: center;
border-radius: 1%;
top: 200px;
right: 5%;
}
.updateheader {
min-width: 0;
max-width: 35%;
width: 100%;
height: 5%;
background-color: white;
text-align: center;
padding: 1%;
box-shadow: -5px 5px 5px #ffb8ce;
border-top-left-radius: 50px;
}
.update {
min-width: 0;
max-width: 35%;
width: 100%;
height: 32vh;
padding: 1%;
background-color: white;
color: #666666;
overflow-y: auto;
box-shadow: -5px 5px 5px #ffb8ce;
border-bottom-left-radius: 5%; 
}

.logo {
position: absolute;
width: 640px;
height: 180px;
top: 15%;
left: 16%;
margin: auto;
overflow: visible;
}

.menu {
  margin: auto;
  width:40%;
  position:relative;
  top:215px;
  white-space:nowrap;
  z-index:5;
  right: 5%;
  }
  
.tokamote {
  position: absolute;
  right: -109px;
  bottom: -20%;
  overflow: visible;
  }
  
.header {
  height: 20%;
  width: 70%;
  margin: auto;
  position: relative;
  top: 6%;
  left: 5%;
  }
  
.boxcontainer {
flex: 1 1 auto;
min-width: 0;
max-width: 75%;
position: relative;
margin: 0;
display: flex;
flex-direction: column;
align-items: center;
border-radius: 1%;
top: 150px;
right: 20%
}
  
.box {
min-width: 0;
width: 100%;
max-width: 800px;
height: auto;
padding: 0 30px 30px 30px;
background-color: white;
margin: auto;
font-size: 12px;
color: lightcoral;
box-shadow: -5px 5px 5px #ffb8ce;
position: relative;
image-rendering: pixelated;
  }
  
.boxheader {
min-width: 0;
width: 100%;
max-width: 800px;
padding: 0 30px 30px 30px;
height: 17px;
border-top-left-radius: 50px;
background-color: white;
background-image: url("images/page.png");
background-position: left;
background-repeat: no-repeat;
text-align: center;
box-shadow: -5px 5px 5px #ffb8ce;
margin: auto;
position: relative;
top: 10%;
  }
  
.note {
  color: lightcoral;
  position: absolute;
  top: 375px;
  left: 500px;
  white-space: nowrap; }
}
  
/* ABOUT PAGE */

.aboutlogo {
position: absolute;
top: auto;
bottom: -30px;
right: 350px;
margin: auto;
overflow: visible;
}

.aboutmenu {
  margin: auto;
  width:250px;
  position:relative;
  top:35px;
  right:175px;
  white-space:nowrap;
  z-index:2;
  }
  
  .aboutbox {
  width: auto;
  height: auto;
  padding: 0 30px 30px 30px;
  background-color: white;
  margin: auto;
  font-size: 12px;
  color: lightcoral;
  position: relative;
  top: 0%;
  box-sizing: border-box;
  display:flex;
  }
  
.aboutbox2 {
  width: auto;
  height: auto;
  padding: 0 30px 30px 30px;
  background-color: white;
  margin: auto;
  font-size: 12px;
  color: lightcoral;
  position: relative;
  top: 0%;
  }

.left {
  width: 35%;
  order: 1;
}

.right {
  width: 65%;
  order: 2;
}

  .aboutbox3 {
  width: 185px;
  height: 485px;
  background-color: white;
  color: lightcoral;
  box-shadow: -5px 5px 5px #ffb8ce;
  position: absolute;
  top: 26%;
  left: 75%;
  z-index:1;
  border-bottom-left-radius:25px;
  border-bottom-right-radius:25px;
  padding-left: 15px;
  padding-top:15px;
  }
  
.aboutboxheader {
  width: auto;
  height: 47px;
  border-top-left-radius: 50px;
  background-color: white;
  background-image: url("images/page.png");
  background-position: left;
  background-repeat: no-repeat;
  text-align: center;
  box-shadow: -5px 5px 5px #ffb8ce;
  margin: auto;
  position: relative;
  top: 0%;
  }
  
  .tokaliz {
  bottom: auto;
  margin-inline: auto;
  width: fit-content;
  object-fit: cover;
  display:block;
  object-fit: cover;
  margin:auto;
  max-width:100%;
  height:auto;
  }
  
@keyframes float {
	0% {
		transform: translatey(0px);
	}
	50% {
		transform: translatey(-10px);
	}
	100% {
		transform: translatey(0px);
	}
}

@keyframes float2 {
	0% {
		transform: translatey(-10px);
	}
	50% {
		transform: translatey(0px);
	}
	100% {
		transform: translatey(-10px);
	}
}

  .skillCard {
    display: inline-block;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: 10rem;
    margin: 2rem;
    margin-bottom: 2rem;
    transform: translatey(0px);
	animation: float 6s ease-in-out infinite;
  }
  
    .skillCard2 {
    display: inline-block;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: 10rem;
    margin: 2rem;
    margin-bottom: 2rem;
    transform: translatey(0px);
	animation: float2 6s ease-in-out infinite;
  }

.skillCardName {
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
    margin: 0;
}

.skillCardIcon {
    width: 10rem;
    height: 10rem;
    object-fit: contain;
}

/* PORTFOLIO PAGE */

#portfolio {
  overflow-y:hidden;
  color: lightcoral;
  font-family: Verdana;
  font-size: 12px;
  height: 100%;
  margin: 0;
  background: url(https://media3.giphy.com/media/v1.Y2lkPTc5MGI3NjExMzJtNG5lamNhbGViN3phZ24ybG82ZHZyNDdveXE0OXJsbzlobjNoeiZlcD12MV9pbnRlcm5hbF9naWZfYnlfaWQmY3Q9Zw/FlodpfQUBSp20/giphy.gif);
  background-size: 50%;
  background-repeat: repeat;
  background-attachment: fixed;
  image-rendering: pixelated;
}

.portfoliobox .tv {
    position: absolute;
  top: -5px;
  left: -5px;
  width: calc(100% + 200px);
  height: calc(100% + 200px);
  pointer-events: none;
  z-index: 2;
  transform: translate(-11%, -10%);
}

.portfoliobox {
   position: relative;
  width: 625px;
  height: 395px;
  margin: 0 auto;
  font-size: 12px;
  color: lightcoral;
  top: 30%;
  image-rendering: pixelated;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index:0;
  }
  
  .portfoliobox embed {
  width: 100%;
  height: 100%;
  z-index:1;
}
  
  .portfoliomenu {
  margin: auto;
  width:250px;
  position:relative;
  top:205px;
  right:175px;
  white-space:nowrap;
  }
  
  .portfoliologo {
    width: 640px;
    height: 180px;
    margin: auto;
    top: 2%;
    left: 0; 
    right: 0; 
    margin-inline: auto; 
    width: fit-content;
    position: absolute;
  }