@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;300;400;500&display=swap");
body {
  background-image: url("bg-ndt.jpg");
  background-position: center;
  height: 50%;
  overflow: visible;
  font-family: 'Inter', sans-serif;
}

.container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 97vh;
}

.card {
  backdrop-filter: blur(16px) saturate(180%);
  -webkit-backdrop-filter: blur(16px) saturate(180%);
  background-color: rgba(17, 25, 40, 0.75);
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.125);
  padding: 15px;
  width: 30%;
  height: 75%;
  min-width: 380px;
  min-height: 448px;
  max-width: 380px;
  max-height: 448px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
  transition: 0.5s;
}

.card:hover {
  background-color: rgba(17, 25, 40, 0.85);
}

.circle {
  border: dotted 5px gray;
  border-radius: 25em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.image {
  position: relative;
  width: 155px;
  height: 150px;
}

h2 {
  position: relative;
  color: white;
  font-weight: 500;
  margin-top: 25px;
}

p {
  position: relative;
  color: #9ca3af;
  font-weight: 400;
  margin-top: 10px;
  word-wrap: break-word;
  width: 300px;
  height: 100px;
  text-align: center;
}

.circle, .image, h2, p {
  -webkit-animation: load 1s ease;
          animation: load 1s ease;
  -webkit-animation-delay: 2;
          animation-delay: 2;
}

.socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.socials a {
  position: relative;
  margin-right: 5px;
}

.socials a:nth-child(1), .socials a:nth-child(2), .socials a:nth-child(3) {
  -webkit-animation: load1 1s ease 0s 1;
          animation: load1 1s ease 0s 1;
  -webkit-animation-delay: 2;
          animation-delay: 2;
}

.socials a:nth-child(4), .socials a:nth-child(5), .socials a:nth-child(6) {
  -webkit-animation: load2 1s ease 0s 1;
          animation: load2 1s ease 0s 1;
  -webkit-animation-delay: 2;
          animation-delay: 2;
}

a {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.card p a {
  color: #5762ff;
}

.eh {
  position: relative;
  color: #9ca3af;
  -webkit-animation: load3 1s ease 1;
          animation: load3 1s ease 1;
  -webkit-animation-delay: 2;
          animation-delay: 2;
}

@-webkit-keyframes load {
  0% {
    top: -500em;
  }
  100% {
    top: 0;
  }
}

@keyframes load {
  0% {
    top: -500em;
  }
  100% {
    top: 0;
  }
}

@-webkit-keyframes load1 {
  0% {
    left: -500em;
  }
  100% {
    left: 0;
  }
}

@keyframes load1 {
  0% {
    left: -500em;
  }
  100% {
    left: 0;
  }
}

@-webkit-keyframes load2 {
  0% {
    right: -500em;
  }
  100% {
    right: 0;
  }
}

@keyframes load2 {
  0% {
    right: -500em;
  }
  100% {
    right: 0;
  }
}

@-webkit-keyframes load3 {
  0% {
    bottom: -500em;
  }
  100% {
    bottom: 0;
  }
}

@keyframes load3 {
  0% {
    bottom: -500em;
  }
  100% {
    bottom: 0;
  }
}

/* outline: none;
box-shadow: 0 0 0 5px rgba(85,173,238,0.5); */
/* <img src="https://img.icons8.com/ios-glyphs/30/cccccc/twitter--v1.png"> */
/*# sourceMappingURL=style.css.map */