﻿/* ---- PROFILE PAGE FOR EACH OF HEAD STAFF  ---- */
.profilePageWrap {
  padding: 140px 24px 100px;
  background-color: #e9f1f5;
  margin-bottom: 100px;
}

.profilePage_headerunderLay {
  background: linear-gradient(180deg, #17364b -3.16%, rgba(23, 54, 75, 0) 87.71%);
  background-color: #17364b;
  position: absolute;
  top: 0;
  width: 100vw;
  height: 100px;
  left: 0;
  z-index: 1;
}

.backToTeamPage {
  color: #17364b;
  font-family: Commissioner;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  display: flex;
  align-items: center;
  gap: 16px;
  transition: color 0.3s;
  cursor: pointer;
  margin-top: 40px;
}
.backToTeamPage:hover {
  color: #387da0;
}

.backToTeamPage:hover path {
  stroke: #387da0;
}

.profiletext_wrap {
  margin-top: 40px;
}

.profilePage_img {
  background-color: rgba(184, 209, 221, 0.4);
  border-radius: 20px;
  height: auto;
  max-width: 400px;
  overflow: hidden;
  width: 100%;
}

.profilePage_img img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.mirror-image {
  transform: scaleX(-1);
}

.profilePage_header {
  color: var(--blue-3-main-color, #387da0);
  font-family: 'Space Grotesk', sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: 110.127%;
  letter-spacing: -2.25px;
}

.profilePage_title {
  color: var(--blue-3-main-color, #387da0);
  font-family: Commissioner;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-top: 32px;
}

.profilePage_text {
  color: var(--blue-1-main-color, #0f181f);
  font-family: Commissioner;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  margin-top: 16px;
}
@media (min-width: 1024px) {
  .profilePageWrap {
    display: flex;
    position: relative;
    max-width: 1024px;
    margin: 0 auto;
    padding: 188px 48px 100px;
    align-items: flex-start;
    gap: 40px;
  }

  .profiletext_wrap {
    margin-top: 0;
    max-width: 500px;
  }

  .profilePage_header {
    font-size: 40px;
    line-height: 110.127%;
    letter-spacing: -2.25px;
  }

  .profilePage_title {
    font-size: 20px;
    font-weight: 300;
    line-height: normal;
    margin-top: 16px;
  }
  .backToTeamPage {
    position: absolute;
    top: 138px;
    left: 48px;
    font-size: 16px;
    margin-top: 0;
  }
  .profilePage_text {
    font-size: 16px;
    line-height: 30px;
    margin-top: 40px;
  }
}
@media (min-width: 1200px) {
  header {
    top: 18px;
  }
  .profilePageWrap {
    max-width: 1200px;
  }
}

@media (min-width: 1440px) {
  .profilePageWrap {
    padding: 210px 48px 160px;
    max-width: 1440px;
    justify-content: center;
    align-items: stretch;
  }
  .profilePage_header {
    font-size: 79px;
    line-height: 88px;
    letter-spacing: -3.95px;
  }
  .profiletext_wrap {
    max-width: 760px;
  }
  .profilePage_title {
    font-size: 24px;
  }
  .backToTeamPage {
    top: 148px;
    left: 52px;
  }
  .profilePage_img {
    align-items: flex-end;
    display: flex;
    width: 100%;
    max-width: 550px;
    /* height: 700px; */
    height: auto;
  }
}
