@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}

.section-profile {
  width: 100%;
  /* height: 10vh; */
  height: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-position: center;
  background-size: cover;
}

.section-profile-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 400px;
  width: 100%;
  border-radius: 25px;
  padding: 30px;
  /* border: 1px solid #ffffff40; */
  margin-top: 70px;
}

.profile {
  /* background: teal; */
  width: 148px;
  height: 148px;
  margin: 0 auto;
  /* -webkit-clip-path: polygon(
    50% 0%,
    95% 25%,
    95% 75%,
    50% 100%,
    5% 75%,
    5% 25%
  );
  clip-path: polygon(50% 0%, 95% 25%, 95% 75%, 50% 100%, 5% 75%, 5% 25%); */
}

.main-header {
  width: 100%;
  /* padding-top: 3%; */
  /* height: 24vh; */
  display: flex;
  align-items: center;
  justify-content: center;
}

.user-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 400px;
  width: 100%;
  padding-top: 24px;
  /* border: 1px solid #ffffff40; */
  /* box-shadow: 0 5px 20px rgba(0, 0, 0, 0.4); */
}

.main-body {
  width: 100%;
  /* padding-top: 5%; */
  /* height: 100vh; */
  display: flex;
  align-items: center;
  justify-content: center;
}

.user-body {
  display: flex;
  flex-direction: column;
  /* align-items: center; */
  max-width: 400px;
  width: 100%;
  border-radius: 25px;
  /* background-image: url(images/back.jpg); */
  padding: 10px;
  /* border: 1px solid #ffffff40; */
  /* box-shadow: 0 5px 20px rgba(0, 0, 0, 0.4); */
}

/* .image {
  position: relative;
  height: 150px;
  width: 150px;
} */

.image .profile-pic {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  /* box-shadow: 0 5px 20px rgba(0, 0, 0, 0.4); */
}

.data {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 15px;
}

.data h2 {
  font-size: 23px;
  font-weight: 600;
}

span {
  font-size: 13px;
}

.row .info {
  text-align: center;
  padding: 0 20px;
}

.buttons {
  display: flex;
  align-items: center;
  margin-top: 30px;
}

.buttons .btn {
  color: #fff;
  text-decoration: none;
  margin: 0 20px;
  padding: 8px 25px;
  border-radius: 25px;
  font-size: 18px;
  white-space: nowrap;
  background: linear-gradient(to left, #33ccff 0%, #ff99cc 100%);
}

.buttons .btn:hover {
  box-shadow: inset 0 5px 20px rgba(0, 0, 0, 0.4);
}

.buttons .user-info {
  color: #000;
  text-decoration: none;
  /* margin: 0 20px; */
  width: 100%;
  padding: 8px 25px;
  border-radius: 25px;
  font-size: 18px;
  white-space: nowrap;
  background: linear-gradient(to left, #edf1f5 0%, #edf1f5 100%);
  display: flex;
  align-items: center;
}

.user-info {
  color: #000;
  text-decoration: none;
  /* margin: 0 20px; */
  width: 100%;
  /* padding: 10px 0px 10px 15px; */
  border-radius: 15px;
  font-size: 16px;
  white-space: nowrap;
  margin-top: 8px;
  background: linear-gradient(to left, #edf1f5 0%, #edf1f5 100%);
  align-items: center;
}

.circle-icon {
  color: #fff;
  background: #2dabe2;
  /* width: 100px;
  height: 100px; */
  border-radius: 50%;
  text-align: center;
  /* line-height: 100px; */
  vertical-align: middle;
  padding: 8px;
}

.social-media-info {
  color: #000;
  text-decoration: none;
  /* margin: 0 20px; */
  width: 100%;
  /* padding: 5px 15px; */
  border-radius: 25px;
  font-size: 18px;
  white-space: nowrap;
  /* margin-top: 10px; */
  background: linear-gradient(to left, #edf1f5 0%, #edf1f5 100%);
  align-items: center;
  display: flex;
  justify-content: space-evenly;
}

.logo {
  /* position: relative; */
  /* display: flex;
  flex-direction: column;
  align-items: center; */
  width: 168px;
  /* width: 100%; */
}

.profile-logo {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 400px;
  width: 100%;
  border-radius: 25px;
  /* padding: 30px; */
  /* border: 1px solid #ffffff40; */
  /* border-radius: 50%; */
  /* box-shadow: 0 5px 20px rgba(0, 0, 0, 0.4); */
}

.social-icon {
  width: 42px;
  height: 42px;
  vertical-align: middle;
  display: inline;
}

.social-icon-white {
  width: 56px;
  height: 56px;
  vertical-align: middle;
  display: inline;
}

a {
  text-decoration: none;
}
