*, html {
  padding: 0;
  margin: 0;
  font-family: "Nunito";
}

a, button {
  cursor: pointer;
  cursor: pointer;
}

.mr-1 {
  margin-right: 0.1em;
}

body {
  background: linear-gradient(to right, #141e30, #243b55); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  color: #e6e6e6;
}

#main-container {
  margin-bottom: 2em;
  height: 90vh;
  width: 100vw;
  display: flex;
  justify-content: center;
  align-items: center;
}

.main-card {
  width: 30%;
  padding: 2em;
  border-radius: 25px;
  backdrop-filter: blur(100px);
  background-color: #243b55;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 30px 90px;
}
.main-card__profile-pic {
  display: flex;
  justify-content: center;
}
.main-card__profile-pic img {
  border-radius: 100px;
  border: 2px solid #fff;
}
.main-card__title {
  margin-top: 1em;
  display: flex;
  justify-content: center;
  font-size: 2rem;
  font-weight: 500;
}
.main-card__subtitle {
  font-size: 1.2rem;
  display: flex;
  justify-content: center;
}
.main-card__location {
  margin-top: 0.5em;
  display: flex;
  justify-content: center;
  align-items: center;
}
.main-card__experiences {
  margin-top: 2em;
  display: flex;
  justify-content: space-evenly;
}
.main-card__experiences__wrap {
  text-align: center;
  width: 30%;
}
.main-card__experiences__wrap__number {
  font-size: 2rem;
  font-weight: 600;
}
.main-card__experiences__wrap__label {
  font-size: 1rem;
}
.main-card__social {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: auto;
  margin-top: 3em;
  width: 30%;
}
.main-card__social a {
  color: inherit;
}
.main-card__social__linkedin-icon, .main-card__social__github-icon {
  position: relative;
  bottom: 0;
  transition: bottom 0.5s;
}
.main-card__social__linkedin-icon:hover, .main-card__social__github-icon:hover {
  bottom: 5px;
}
.main-card__social__linkedin-icon {
  display: flex;
  align-items: center;
  padding: 0.5em;
  border-radius: 25px;
  background: linear-gradient(#0A66C2, #0180ff);
}
.main-card__social__github-icon {
  display: flex;
  align-items: center;
  padding: 0.5em;
  border-radius: 25px;
  background: linear-gradient(#000, rgb(46, 46, 46));
}
.main-card__buttons-group {
  margin-top: 3em;
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: 100%;
}
.main-card__buttons-group a {
  width: 40%;
  text-decoration: none;
}
.main-card__buttons-group__btn {
  font-size: 1.1rem;
  font-weight: bold;
  display: block;
  padding: 1em;
  border-radius: 50px;
  border: none;
  width: 100%;
  box-shadow: 0px 0px 0px 0px #0180ff;
  transition: box-shadow 1s, bottom 0.5s;
  position: relative;
  bottom: 0;
  color: rgba(255, 255, 255, 0.9);
}
.main-card__buttons-group__btn-blue:hover {
  box-shadow: 0px 0px 10px 0px #489ceb;
  bottom: 5px;
}
.main-card__buttons-group__btn-blue {
  background-image: linear-gradient(0, #0180ff 0%, #0A66C2 100%);
}
.main-card__buttons-group__btn-red {
  background-image: linear-gradient(0, #e74412 0%, #EA5455 100%);
}
.main-card__buttons-group__btn-red:hover {
  box-shadow: 0px 0px 10px 0px #489ceb;
  bottom: 5px;
}

@media screen and (max-width: 1000px) {
  .main-card__profile-pic {
    height: 25vh;
  }
  .main-card__title {
    margin-top: 1em;
    height: 6vh;
  }
  .main-card__subtitle {
    height: 4vh;
  }
  .main-card__location {
    height: 5vh;
  }
  .main-card__experiences {
    height: 20vh;
  }
  .main-card__social {
    height: 25vh !important;
  }
  .main-card__buttons-group {
    height: 10vh;
  }
  img {
    margin-top: 1em;
    width: 150px;
    height: 150px;
  }
  .main-card__title {
    margin: 0;
    margin-top: 15px;
  }
  #main-container {
    margin-bottom: 0;
    height: 100vh;
    width: 100vw;
  }
  .main-card {
    width: 100%;
    height: 100%;
    border-radius: 0;
    margin: 0;
    padding: 0;
  }
  .main-card__experiences {
    display: flex;
    flex-wrap: wrap;
    margin-top: 1em;
  }
  .main-card__experiences__wrap {
    display: flex;
    flex-direction: column;
    width: 100vw;
    align-items: center;
    padding-top: 0.25em;
    padding-bottom: 0.25em;
    background-color: rgba(255, 255, 255, 0.1);
  }
  .main-card__experiences__wrap__number {
    font-size: 1.2em;
  }
  .main-card__experiences__wrap__label {
    font-size: 0.8em;
  }
  .main-card__social {
    width: 100%;
    height: 200px;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
  }
  .main-card__buttons-group {
    display: flex;
    justify-content: space-evenly;
    margin: 0;
    padding: 0;
    margin-top: 0.5em;
    position: absolute;
    bottom: 0.5em;
  }
  .main-card__buttons-group a {
    width: 45vw;
  }
  .main-card__buttons-group__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    height: 8vh;
    width: 100%;
    margin: 0;
    margin-top: 0.5em;
  }
}

/*# sourceMappingURL=app.css.map */
