@import url("https://fonts.googleapis.com/css2?family=Ubuntu+Mono&display=swap");
* {
  font-family: "Poppins", sans-serif;
  color: #000000;
  font-size: 20px;
  font-weight: 300;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
}

section {
  max-width: 1920px;
  margin: 0 auto;
}

body {
  background: linear-gradient(to right, #f6dfdc, #f689fa);
  margin: 0 auto;
  overflow-x: hidden;
}

main {
  padding: 0px;
  margin: 0px;
}

button {
  border: 1px solid white;
  border-radius: 50px;
  background: transparent;
  padding: 8px 28px;
  font-size: 20px;
  cursor: pointer;
}

html {
  scroll-behavior: smooth;
}

.main-block {
  display: flex;
  flex-direction: column;
}

.first-block-container {
  display: flex;
  flex: 1;
  position: relative;
}

.slideshow-container {
  height: 20em;
}

.slideshow-inner {
  height: 135%;
  position: absolute;
  z-index: -500;
}

.second-block-container {
  display: flex;
  flex: 2;
  flex-direction: column;
  text-align: center;
  align-items: center;
  margin: auto;
  position: relative;
  width: 100%;
  padding: 0 2em;
}

.fake-background-main {
  background: linear-gradient(to right, #f6dfdc, #f689fa);
  width: 100%;
  height: 100%;
  position: absolute;
  border-top-left-radius: 3em;
  border-top-right-radius: 3em;
  top: 10%;
  z-index: -100;
}

.second-block {
  display: flex;
  flex: 1.5;
  flex-direction: column;
  text-align: center;
  align-items: center;
  padding: 0em 1.5em;
  width: 100%;
}

.pfp-container {
  width: 160px;
  height: 160px;
  position: relative;
}

.pfp-container img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 100px;
}

.blink_me {
  animation: pulse-online 1.5s infinite;
  width: 28px;
  height: 28px;
  display: inline-block;
  border: 1px solid green;
  background-color: green;
  border-radius: 100%;
  position: absolute;
  top: 5%;
  left: 78%;
  box-shadow: 0 0 0 0 rgba(15, 227, 33, 0.25);
}

.bio-container {
  margin: 0.5em;
  text-align: center;
  align-items: center;
  justify-content: center;
  max-width: 40em;
}

.bio-container h2 {
  font-weight: 600;
  font-size: 32px;
}

.bio-container h3 {
  font-size: 20px;
  margin-bottom: 1.5em;
  opacity: 0.7;
}

.bio-container p {
  text-align: center;
  font-size: 22px;
  opacity: 0.8;
}

.link-container {
  display: flex;
  flex-direction: column;
  margin: 1em 0;
  align-items: center;
  width: 100%;
  perspective: 1000px;
  backface-visibility: hidden;
}

.link {
  align-items: center;
  justify-content: space-between;
  text-align: center;
  display: flex;
  text-decoration: none;
  margin: 0.5em 0;
  color: #000000;
  border-radius: 20px;
  padding: 0.75em 1.5em;
  font-weight: 300;
  width: 100%;
  max-width: 40em;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.2));
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.1);
  transition: all 0.4s;
}

.link-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: center;
  text-decoration: none;
  margin: 0.5em 0;
  color: #000000;
  border-radius: 20px;
  padding: 0.9em 1.5em;
  font-weight: 500;
  width: 100%;
  max-width: 40em;
  background: linear-gradient(135deg, rgba(15, 172, 227, 0.7), rgba(14, 142, 205, 0.4));
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: all 0.4s;
  box-shadow: 0 0 0 0 rgba(15, 172, 227, 0.25);
  animation: pulse 1.5s infinite;
}

.link:hover {
  transition: all 0.4s;
  opacity: 0.8;
  background-color: white;
  color: rgb(22, 22, 22);
}

.link-main:hover {
  background-color: rgb(15, 170, 227);
  transition: all 0.4s;
}

.link-icon {
  text-align: left;
  align-items: flex-start;
  justify-content: space-between;
  width: 1.5em;
}

.link-icon-main {
  text-align: left;
  align-items: flex-start;
  justify-content: space-between;
  width: 1.9em;
}

.icon-container {
  margin: 1.5em 0;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: space-around;
  width: 100%;
  max-width: 20em;
}

.icon-container a {
  opacity: 0.5;
  transition: all 0.5s ease;
}

.icon-container a:hover {
  transition: 0.2s;
  opacity: 0.9;
}

.slideshow-container {
  width: 100%;
  overflow: hidden;
}

.slideshow-inner {
  display: flex;
  transition: transform 1s ease;
}

.slide {
  height: 100%;
  flex: 0 0 100%;
}

.slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

@media (max-width: 700px) {
  .slideshow-container {
    height: 10em;
  }
  .slideshow-inner {
    height: 180%;
  }
  .pfp-container {
    width: 140px;
    height: 140px;
  }
  .fake-background-main {
    border-top-left-radius: 3em;
    border-top-right-radius: 3em;
    top: 8%;
  }
  .bio-container h2 {
    font-size: 30px;
  }
  .bio-container h3 {
    font-size: 16px;
    margin-bottom: 1.5em;
    opacity: 0.7;
  }
  .bio-container p {
    text-align: center;
    font-size: 16px;
    opacity: 0.8;
  }
  .link {
    font-size: 18px;
    margin: 0.5em 0;
    border-radius: 20px;
    padding: 0.75em 1.5em;
    font-weight: 300;
  }
  .link-main {
    font-size: 18px;
    margin: 0.5em 0;
    border-radius: 20px;
    padding: 0.9em 1.5em;
    font-weight: 500;
  }
  .link-icon {
    width: 1.2em;
  }
  .link-icon-main {
    width: 1.6em;
  }
}
@keyframes pulse-online {
  0% {
    transform: scale(1);
  }
  70% {
    transform: scale(1.1);
    box-shadow: 0 0 0 20px rgba(90, 212, 108, 0);
  }
  100% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(90, 212, 108, 0);
  }
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  70% {
    transform: scale(1.025);
    box-shadow: 0 0 0 20px rgba(90, 153, 212, 0);
  }
  100% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(90, 153, 212, 0);
  }
}
@keyframes fadeinout {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeoutin {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}/*# sourceMappingURL=styles.css.map */