@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:wght@700&display=swap");

.profile-info {
  margin-bottom: 25px;
}

.profile-img {
  width: 80%;
  max-width: 500px;
  padding: 0.5em;
}

.profile-img2 {
  width: 100%;
  max-width: 750px;
  padding: 0.5em;
}

.profile-img-section {
  position: relative;
}

.profile {
  text-align: center;
  background-color: white;
}

.profile-title {
    font-size: 35px;
    font-weight: bold;
    margin: 0;
    color: rgb(0 101 235);
    font-family: "Noto Sans", sans-serif;
    background-color: white;
}

.profile-title2 {
  font-size: 35px;
  font-weight: bold;
  margin: 0;
  color: black;
  font-family: "Noto Sans", sans-serif;
}

.profile-details {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3;
  max-width: 450px;
  margin: 20px auto;
  background-color: white;
}

.profile-btn {
    background-color: rgb(3 175 136);
    color: var(--text-color-inverse);
    border: none;
    padding: 0.5em 1em;
    border-radius: 7px;
    cursor: pointer;
    opacity: 0.8;
    font-weight: 500;
}

.profile-btn2 {
  background-color: var(--primary-color);
  color: var(--text-color-inverse);
  border: none;
  font-size: 20px;
  padding: 0.5em 1em;
  border-radius: 7px;
  cursor: pointer;
  margin-top: 20px;
}

.profile-btn:hover {
  filter: brightness(130%);
}

.profile-info2 {
  margin-bottom: 0px;
  justify-content: space-between;
  max-width: 980px;
  margin: 0 auto;
  background: rgb(255 255 255 / 36%);
  border: none;
  border-radius: 7px 7px;
  padding: 0.5em 1em;
  position: relative;
  text-align: right;
  box-shadow: 0px 2px 10px #000000;
  z-index: 99;
  opacity: .90;
}

.profile-info3 {
  margin-bottom: 0px;
  justify-content: space-between;
  max-width: 980px;
  margin: 0 auto;
  background: rgb(255 255 255 / 36%);
  border: none;
  border-radius: 7px 7px;
  padding: 0.5em 1em;
  box-shadow: 0px 2px 10px #000000;
  text-align: left;
  position: relative;
  z-index: 99;
  opacity: .90;
}

@media (min-width: 950px) {
  .profile-info {
    margin-bottom: 0px;
  }

  .profile-info2 {
    margin-bottom: 0px;
    justify-content: space-between;
    max-width: 980px;
    margin: 0 auto;
    background: rgb(255 255 255 / 36%);
    border: none;
    border-radius: 7px 7px;
    padding: 0.5em 1em;
    position: relative;
    text-align: right;
    box-shadow: 0px 2px 10px #000000;
    z-index: 99;
    opacity: .90;
  }

  .profile-info3 {
    margin-bottom: 0px;
    justify-content: space-between;
    max-width: 980px;
    margin: 0 auto;
    background: rgb(255 255 255 / 36%);
    border: none;
    border-radius: 7px 7px;
    padding: 0.5em 1em;
    position: relative;
    text-align: left;
    box-shadow: 0px 2px 10px #000000;
    z-index: 99;
    opacity: .90;
  }
  
  .profile-img {
    width: 100%;
    max-width: 500px;
    padding: 0;
  }

  .profile-img2 {
    width: 100%;
    max-width: 750px;
    padding: 0;
  }
  
  .profile {
    text-align: left;
    display: flex;
    justify-content: space-between;
    max-width: 980px;
    margin: 0 auto;
    align-items: center;
    background-color: white;
  }
  
  .profile-title {
    font-size: 60px;
  }
  
  .profile-details {
    font-size: 25px;
    margin: 30px 0;
    background-color: white;
  }
  
  .profile-btn {
    font-size: 28px;
  }
}
