:root {
  font-size: 62.5%;
}

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

body {
  -webkit-font-smoothing: antialiased;
  font-family: "Poppins", sans-serif;

}

button {
  cursor: pointer;
}

.circle1,
.circle2 {
  background: -webkit-gradient(linear, left top, right bottom, from(rgba(196, 196, 196, 0.5)), to(rgba(196, 196, 196, 0.3)));
  background: linear-gradient(to right bottom, rgba(196, 196, 196, 0.5), rgba(196, 196, 196, 0.3));
  height: 25rem;
  width: 25rem;
  border-radius: 50%;
  position: absolute;
  z-index: 2;
}

.circle1 {
  bottom: 3%;
  right: 22%;
}

.circle2 {
  top: 3%;
  left: 22%;
}

@media (max-width: 1024px) {
  .circle1 {
    bottom: 3%;
    right: 15%;
  }
  .circle2 {
    top: 3%;
    left: 15%;
  }
}

@media (max-width: 900px) {
  .circle1 {
    bottom: 3%;
    right: 10%;
  }
  .circle2 {
    top: 3%;
    left: 10%;
  }
}

@media (max-width: 750px) {
  .circle1 {
    bottom: 3%;
    right: 5%;
  }
  .circle2 {
    top: 3%;
    left: 5%;
  }
}

@media (max-width: 600px) {
  .circle1 {
    bottom: 3%;
    right: -5%;
  }
  .circle2 {
    top: 3%;
    left: -5%;
  }
}

.content {
  min-height: 100vh;
  background: -webkit-gradient(linear, left bottom, right top, from(#5b4463), to(#28223f));
  background: linear-gradient(to right top, #14a7cf, #28223f);
  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: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.content .glass {
  min-height: 55rem;
  width: 37rem;
  background: -webkit-gradient(linear, left top, right bottom, from(rgba(30, 30, 57, 0.5)), to(rgba(30, 30, 57, 0.3)));
  background: linear-gradient(to right bottom, rgba(30, 30, 57, 0.5), rgba(30, 30, 57, 0.3));
  border-radius: 2rem;
  z-index: 3;
  -webkit-backdrop-filter: blur(1.2rem);
          backdrop-filter: blur(1.2rem);
}

.content .glass header {
  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;
}

.content .glass header .avatar {
  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;
  width: 17rem;
  height: 17rem;
  border-radius: 50%;
  border: 2px #14a7cf solid;
  margin: 1.5rem 0 1rem 0;
  padding: 0.8rem;
  -o-object-fit: cover;
     object-fit: cover;
}

.content .glass header h1 {
  font-size: 3.2rem;
  font-weight: 400;
  color: #fff;
}

.content .glass header p {
  font-size: 1.6rem;
  font-weight: 300;
  color: #fff;
}

.content .glass main p {
  font-size: 1.6rem;
  font-weight: 300;
  text-align: center;
  color: #fff;
  padding: 1.8rem 5rem 2rem 5rem;
}

.content .glass main .socialmedia {
  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: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.content .glass main .socialmedia a {
  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: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  color: #fff;
  background-color: #14a7cf;
  text-decoration: none;
  border-radius: 0.5rem;
  padding: 1rem 1.4rem;
  margin-bottom: 2rem;
  font-size: 1.6rem;
  font-weight: 300;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.content .glass main .socialmedia a img {
  width: 2.8rem;
  margin-right: 0.8rem;
}

.content .glass main .socialmedia a:hover {
  background-color: #75445d;
}

.content .glass main .socialmedia #linkedin {
  margin-right: 2.2rem;
}

.content .glass footer {
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 0px 0px 20px 20px;
  padding: 1rem 2.5rem;
}

.content .glass footer h3 {
  font-size: 1.6rem;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 0.4rem 1rem 0;
  border: rgba(255, 255, 255, 0.1);
}

.content .glass footer h5 {
  font-size: 1.2rem;
  font-weight: 400;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 0.4rem;
  padding: 0.7rem;
  margin-bottom: 1rem;
}

.content .glass footer .line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}
/*# sourceMappingURL=main.css.map */