@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
* {
  margin: 0;
  padding: 0;
  font-family: 'Poppins', sans-serif;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

body {
  -webkit-font-smoothing: antialiased;
  min-height: 100vh;
  background: -webkit-linear-gradient(#9999ff, #ff9999);
  text-rendering: optimizeLegibility;
}

div {
  display: block;
}

@keyframes fadeInAnimation {
  0% {
    position: relative;
    opacity: 0;
    top: 30px;
  }
  100% {
    position: relative;
    opacity: 1;
    top: 0px;
  }
}

@keyframes fadeDownAnimation {
  0% {
    position: relative;
    opacity: 0;
    top: -30px;
  }
  100% {
    position: relative;
    opacity: 1;
    top: 0px;
  }
}

@keyframes type {
  from {
    width: 0;
  }
}

.action {
  position: fixed;
  bottom: 50px;
  left: 50px;
  width: 50px;
  height: 50px;
  background: #fff;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
}

.action span {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #9999ff;
  font-size: 2em;
  transition: 0.3s ease-in-out;
}

.action.active span {
  transform: rotate(135deg);
}

.action ul {
  position: absolute;
  bottom: 55px;
  background: #fff;
  min-width: 250px;
  padding: 20px;
  border-radius: 20px;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
.action.active ul {
  bottom: 65px;
  opacity: 1;
  visibility: visible;
  transition: 0.3s;
}
.action ul li {
  list-style: none;
  text-decoration: none;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 7px 0;
}

.action ul li:hover {
  font-weight: 600;
}
.action ul li:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.action ul li img {
  margin-right: 15px;
  opacity: 0.2;
  transform: scale(0.7);
}
.action ul li:hover img {
  opacity: 0.8;
  transform: scale(1);
}
.bigbox {
  background-color: #282a37;
  min-height: 83vh;
  min-width: 83vw;
  height: 98vh;
  /* width: 99vw; */
  margin: 1vh auto;
  padding: 40px;
  box-sizing: border-box;
  /* color: white; */
  position: relative;
  border-radius: 20px;
}
.barlink {
  color: black;
}

.boxone {
  width: 100%;
  height: 97%;
  border-style: dashed;
  border-radius: 20px;
  border-color: #9999ff;
  position: relative;
  display: flex;
  padding: 50px;
}

h1 {
  text-align: center;
}

.myemail:hover {
  color: #ffa500;
}

.myemail {
  color: grey;
}

.lilbox {
  margin-top: 50px;
  padding-top: 50px;
  min-width: 130px;
  width: 200px;
  min-height: 120px;
  border-style: inset;
  overflow-wrap: normal;
  border-color: #35eadb;
  position: relative;
  padding: 10px;
  color: white;
}

#mainpage {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#nonmain {
  flex-direction: column;
  justify-content: start;
  align-items: center;
  padding: 2px 50px;
}

#centerme {
  text-align: center;
}

.main-name {
  justify-content: center;
  align-items: center;
  letter-spacing: 5px;
  font-weight: bold;
  font-size: 300%;
  padding-bottom: 10px;
  white-space: nowrap;
  overflow: hidden;
  width: 10em;
}

.acup {
}

.reflect {
  text-align: center;
  -webkit-box-reflect: below -2px linear-gradient(transparent, rgba(0, 0, 0, 0.2));
}

#one-1 {
  animation-duration: 700ms;
  visibility: visible;
  animation-delay: 1s;
}

#two-2 {
  animation-duration: 1200ms;
  visibility: visible;
  animation-delay: 1s;
}

#three-3 {
  animation-duration: 1700ms;
  visibility: visible;
  animation-delay: 1s;
}

#one {
  animation-duration: 700ms;
  visibility: visible;
}

#two {
  animation-duration: 1200ms;
  visibility: visible;
}

#three {
  animation-duration: 1700ms;
  visibility: visible;
}

.intthing {
  animation: fadeInAnimation;
  background: -webkit-linear-gradient(#9999ff, #ff9999);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: 4px;
  padding: 40px;
  animation-fill-mode: both;
  animation-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  text-transform: capitalize;
  text-align: center;
  align-self: center;
}

.intthing::before {
  visibility: collapse;
}

.intthing:hover {
  -webkit-text-fill-color: white;
  -webkit-background-clip: unset;
  background: transparent;
}

#foo {
  background: -webkit-linear-gradient(#9999ff, #ff9999);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: animated-text 600ms steps(6000, end) 600ms 1 normal both;
}

@keyframes animated-text {
  from {
    visibility: collapse;
    text-align: center;
    width: 0;
  }
  to {
    visibility: visible;
    text-align: center;
    width: 465px;
  }
}

.dreamy-eyes {
  height: 200px;
  width: 200px;
  color: #9999ff;
  border: #9999ff;
  position: absolute;
  top: 200px;
  white-space: nowrap;
}

.superposition {
  position: absolute;
  top: 200px;
}

#exposition {
  right: 25vw;
}
#inposition {
  left: 25vw;
}

.copyright {
  /* color: white; */
  padding: 20px;
  background: -webkit-linear-gradient(#9999ff, #ff9999);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.projectlink {
  color: lightgreen;
  display: block;
}

.projectlink:hover {
  color: #ffa500;
}

.project-flex {
  position: relative;
  display: grid;
  padding: 50px;
}
