@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

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

body {
  background: #000;
  font-family: 'Poppins', sans-serif;
  z-index: 1000;
  overflow: hidden;
  color: #fff;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
}

#blob {
  background: linear-gradient(
    to right,
    aquamarine,

    mediumpurple);
  height: 400px;
  aspect-ratio: 1;
  position: absolute;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
  border-radius: 50%;
  animation: rotateBlob 20s infinite;
}

#blur {
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 2;
  backdrop-filter: blur(200px);
}

nav {
  width: 100%;
  height: 10vh;
  display: flex;
  justify-content: space-around;
  align-items: center;
  z-index: 5;
  position: absolute;
}
 nav .name {
  font-weight: 200;
  font-size: 1.3rem;
}

section {
  height: 80vh;
  width: 100%;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  position: absolute;
  z-index: 3;
}

section .icons {
  height: 100vh;
  width: 10vw;
  flex-direction: column;
  display: flex;
  justify-content:center;
  align-items: center;
}

section .icons a i {
  font-size: 2rem;

}

section .icons div a {
  color: #fff;
  padding: 10px;
  
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 30px 0px 30px 0px;
  border-radius: 10px;
  position: relative;
  transition: all .8s ease;
}

section .icons div a:hover  {
    box-shadow: -10px 14px 16px 1px rgba(0,0,0,0.75);  
  -webkit-box-shadow: -10px 14px 16px 1px rgba(0,0,0,0.75);
  -moz-box-shadow: -10px 14px 16px 1px rgba(0,0,0,0.75);
}


section .icons div a::before {
  content: '';
  box-sizing: border-box;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  border-bottom: 3px solid transparent;
  border-left: 3px solid transparent;
  transition: all .8s ease;
}

section .icons div a::after {
  content: '';
  box-sizing: border-box;
  width: 0;
  height: 0;
  position: absolute;
  right: 0;
  top: 0;
  border-top: 3px solid transparent;
  border-right: 3px solid transparent;
  transition: all .8s ease;
}

section .icons div:hover a::after,
section .icons div:hover a::before {
  border-color: #fffff2;
  border-radius: 5px;
  width: 100%;
  height: 100%;
}



section .texts {
  width: 50%;
  height: auto;
  justify-content: center;
  align-items: center;
  padding: 50px;
  display: flex;
  flex-direction: column;
  /* align-items: center; */
  border-radius: 20px;
}

section .texts .overlay {
  z-index: 4;
  width: 1px;
  height: 1px;
  position: absolute;
  left: 1px;
  right: 1px;
}

section .texts h1{
  font-weight: 400;
  margin-bottom: 0rem;
  font-size: 4rem;
  cursor:none;
}

section .texts h2 {
 margin-bottom: 2rem;
  
  color: hsl(250, 8%, 65%);
  font-size: 1.4rem;
}

section .texts a {
  margin-top: 30px;
  width: 200px;
  font-size: 1.2rem;
  height: 60px;
  padding: 15px;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  border-radius: 5px;
  outline: none;
  text-decoration: none;
  background: #ffb2bf;
  color: #000;
  transition: 200ms all ease;
  box-shadow: -10px 14px 16px 1px rgba(0,0,0,0.75);  
  -webkit-box-shadow: -10px 14px 16px 1px rgba(0,0,0,0.75);
  -moz-box-shadow: -10px 14px 16px 1px rgba(0,0,0,0.75);
}

section .texts a i {
  font-size: 2rem;
}

section .texts a:hover {
  background: #000;
  color: #ffb2bf;
  box-shadow: -16px 14px 52px 1px rgba(0,0,0,0.75);
  -webkit-box-shadow: -16px 14px 52px 1px rgba(0,0,0,0.75);
  -moz-box-shadow: -16px 14px 52px 1px rgba(0,0,0,0.75);
}

section .mamuContain {
  display: flex;
  justify-content: center;
position: relative;
  align-items: center;
  height: 100vh;
  width: 50%;
}

section .mamu {
  background: url(https://scontent.fktm8-1.fna.fbcdn.net/v/t1.6435-9/52258718_1254813264657115_8399453977833373696_n.jpg?_nc_cat=107&ccb=1-7&_nc_sid=8bfeb9&_nc_ohc=OG1i7FC_UgMAX-cTlFu&_nc_ht=scontent.fktm8-1.fna&oh=00_AfAQcr0ps0k2lJW5qtlz4OkweRY0MadcQ7RpYn5O7ZFNCg&oe=6468AD5D);
  background-size: cover;
  aspect-ratio: 16/9;
  display: flex;
  aligh-items: center;
  justify-content: center;
  margin-top: 100px;
  background-position: center center ;
  height: 450px;
  width: 450px;
  box-shadow: 0px 20px 5px 5px rgba(0,0,0,0.3);
  transition: all 1s ease-in;
  animation: animate 6s ease infinite;
}



@keyframes animate {
  0% {
    border-radius: 60% 40% 30% 70%/60% 30% 70% 40%;
  }
  50% {
    border-radius: 30% 60% 70% 40%/50% 60% 30% 60%;
  }
  100% {
    border-radius: 60% 40% 30% 70%/60% 30% 70% 40%;
  }
}

@keyframes rotateBlob {
  from  {
  rotate: 0deg;
  }
  50% {
    scale: 1 1.5;
  } 
  to {
  rotate: 360deg;
  }
}


footer {
  color: white;
  z-index: 3;
  position: absolute;
  bottom: 0;
  margin-bottom: 0px;
  width: 100%;
  height: 10vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

#tooltipText {
  position: absolute;
  left: 56%;
  top: 0%;
  transform: translateX(-50%);
  background-color: #fff;
  color: #000;
  white-space: nowrap;
  padding: 10px 15px;
  border-radius: 5px;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.5s ease;
} 

#tooltipText::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translateX(-50%);
  border: 15px solid;
  border-color: #fff #ffff #ffff #ffff;
}

#tooltip:hover #tooltipText {
  top: -70px;
  visibility: visible;
  opacity: 1;
}