@font-face {
  font-family: "CircularStd-Book";
  src: url("../fonts/CircularStd-Book.eot");
  src: url("../fonts/CircularStd-Book.eot?#iefix") format("embedded-opentype"),
    /* url("../fonts/CircularStd-Book.woff2") format("woff2"), */
      url("../fonts/CircularStd-Book.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: "CircularStd-Medium";
  src: url("../fonts/CircularStd-Medium.eot");
  src: url("../fonts/CircularStd-Medium.eot?#iefix") format("embedded-opentype"),
    /* url("../fonts/CircularStd-Medium.woff2") format("woff2"), */
      url("../fonts/CircularStd-Medium.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: "CircularStd-Bold";
  src: url("../fonts/CircularStd-Bold.eot");
  src: url("../fonts/CircularStd-Bold.eot?#iefix") format("embedded-opentype"),
    /* url("../fonts/CircularStd-Bold.woff2") format("woff2"), */
      url("../fonts/CircularStd-Bold.woff") format("woff");
  font-display: swap;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  outline: none;
}

body {
  min-width: 330px;
  font-family: "CircularStd-Book", sans-serif;
  font-weight: 400;
  background-color: #9dcbf0;
}

main {
  overflow: hidden;
}

img,
svg {
  display: block;
  max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-family: "CircularStd-Book", sans-serif;
  margin-bottom: 0;
}

div,
span,
label {
  font-family: "CircularStd-Book", sans-serif;
}

.ms-32 {
  margin-left: 2rem;
}

.bold {
  font-weight: 700 !important;
}

.top-container {
  background: #ffffff;
  border-top-left-radius: 2rem;
  border-top-right-radius: 2rem;
  margin: 1.5rem 1.5rem 0;
}

.logo {
  width: auto;
  height: auto;
}

.title {
  color: #00092c;
  font-size: 3.5rem;
  font-weight: 700;
  text-align: center;
}

.download-btn {
  background: #9dcbf0;
  color: #00092c;
  font-size: 1.25rem;
  font-weight: 700;
  border-radius: 2rem;
  padding: 0.25rem 1rem;
  border: none;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin: auto;
}

.profile-container {
  background: linear-gradient(
    90deg,
    rgba(24, 31, 53, 1) 0%,
    rgba(58, 107, 150, 1) 26%,
    rgba(27, 34, 57, 1) 87%
  );
  border-top-left-radius: 2rem;
  border-top-right-radius: 2rem;
  padding: 1rem 1rem 0.5rem;

  .name-dropdown {
    border: 2px solid #ffffff;
    border-top-left-radius: 0.625rem;
    border-top-right-radius: 0.625rem;
    width: 100%;
    background: transparent;
    color: #ffffff;
    font-size: 1.5rem;
    font-weight: 500;
    padding: 0.25rem 0;
    cursor: pointer;
  }

  #student-name option {
    padding: 0.625rem;
    background: #fff;
    color: #ffffff;
  }

  .profile-label {
    color: #ffffff;
    font-size: 1.5rem;
    font-weight: 500;
    text-align: center;
  }

  .box-container {
    border: 2px solid #ffffff;
    border-top-left-radius: 0.625rem;
    border-top-right-radius: 0.625rem;
  }
}

.profile-img-container {
  background-image: url("../image/bg1.png"), url("../image/bg2.png");
  background-position: left center, right center; /* Positions the images horizontally on their respective sides */
  background-size: 50% 100%, 50% 100%; /* Ensures each image takes up 50% width and 100% height */
  background-repeat: no-repeat, no-repeat;
  background-color: rgba(
    0,
    0,
    0,
    0.5
  ); /* Adds a semi-transparent black background */
  /* filter: blur(5px); */
  display: flex;
  justify-content: center;
  height: 100%; /* Ensure the container itself has full height */

  .overlay {
    display: flex;
    justify-content: center;
    width: 100%;
    height: 100%;
    background-color: rgba(96, 139, 193, 0.5); /* Semi-transparent overlay */
  }

  .profile-learner {
    margin: -3.5rem 0 -9rem;
    .profile-img {
      /* border: 1px solid #000000; */
      border-radius: 50%;
      width: auto;
      height: 30rem;
      /* box-shadow: 0 0 0 11px #eeeae5, 0 0 0 12px #000000; */
    }
  }

  .profile-label {
    background: linear-gradient(
      90deg,
      rgba(14, 23, 45, 1) 0%,
      rgba(44, 86, 124, 1) 26%,
      rgba(44, 100, 146, 1) 87%
    );
    color: #ffffff;
    font-size: 2rem;
    font-weight: 700;
    border-radius: 1.5rem;
    width: max-content;
    padding: 0.25rem 1.75rem;
    margin-left: auto;
    margin-right: auto;
    margin-top: -4rem;
    position: relative;
  }
}

.quote {
  background: #ffffff;
  padding: 1rem 4rem;
  display: flex;
  justify-content: space-between;
  /* Container for the quote */
  .quote-box {
    position: relative;
    border: 4px solid #9dcbf0;
    border-radius: 0 1rem;
    text-align: center;
    width: 33.33%;
  }

  /* Styling the quotation marks */
  .quote-mark {
    font-size: 5rem;
    line-height: 2.5rem;
    font-weight: 700;
    color: #00092c;
    position: absolute;
  }

  .quote-mark.left {
    /* top: -2.5rem; */
  }

  .quote-mark.right {
    /* bottom: -20px; */
  }

  /* Styling the quote text */
  .quote-text {
    font-size: 1.25rem;
    line-height: 1.5;
    padding: 1rem;
  }
}

.section {
  height: 100%;
  .section-title-bg {
    padding: 1rem 0;

    .section-title {
      color: #ffffff;
      font-size: 2rem;
      font-weight: 600;
      text-align: center;
    }
  }
  .section-body {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem 0;
    gap: 1rem;

    .section-score-container {
      position: relative;
      z-index: 1;
      .score-container {
        position: absolute;
        top: 40%;
        left: 30%;
        display: flex;
        flex-direction: column;
        text-align: center;
        .score {
          color: #ffffff;
          font-size: 2.5rem;
          font-weight: 600;
          line-height: 2rem;
        }
        .words {
          color: #ffffff;
          font-size: 1.25rem;
          font-weight: 500;
          line-height: 1.25rem;
        }
      }

      .section-score-meter {
        width: 10rem;
        height: auto;
      }
    }

    .arrow {
      position: absolute;
      left: calc(40% - 3.125rem);
      width: 0;
      height: 0;
      border-top: 5rem solid transparent;
      border-bottom: 5rem solid transparent;
      border-right: 5rem solid #678eac;
    }

    .video-player-container {
      position: relative;
      z-index: 1;
      border-radius: 0.8rem;
      background: linear-gradient(
        90deg,
        rgba(14, 23, 45, 1) 0%,
        rgba(44, 86, 124, 1) 26%,
        rgba(44, 100, 146, 1) 87%
      );
      padding: 6px;
      box-shadow: 20px 15px 20px 3px rgb(17 17 17 / 30%),
        0px -16px 30px 20px rgb(6 6 6 / 25%);

      .video-player {
        border-radius: 0.8rem;
        height: 7.5rem;
        object-fit: cover;
      }

      .video-title {
        background: #84c8de;
        color: #00092c;
        font-size: 1rem;
        font-weight: 700;
        border-radius: 2rem;
        text-align: center;
        padding: 0 1rem;
        width: max-content;
        margin: auto;
      }
    }
  }
}

.section-title-bg1 {
  background: #6e9bb7;
}

.section-body1 {
  background: #a8c3d4;
  height: 100%;
}

.section-title-bg2 {
  background: #79a6a4;
}

.section-body2 {
  background: #afcac8;
  height: 100%;
}

.section-title-bg3 {
  background: #69a87c;
}

.section-body3 {
  background: #a5cbb0;
  height: 100%;
}

@media (min-width: 1200px) and (max-width: 1400px) {
  .profile-learner {
    margin: 1rem auto !important;
  }

  .quote {
    padding: 1rem;
    display: grid;
    gap: 1.5rem;
    justify-content: center;

    .quote-box {
      width: 100% !important;
    }
  }
}

@media (min-width: 901px) and (max-width: 1199px) {
  .arrow {
    border-bottom: 4rem solid transparent !important;
    left: calc(40% - 2.5rem) !important;
  }

  .profile-learner {
    margin: 1rem auto !important;
  }

  .quote {
    padding: 1rem;
    display: grid;
    gap: 1.5rem;

    .quote-box {
      width: 100% !important;
    }
  }
}

@media (min-width: 768px) and (max-width: 900px) {
  .profile-img {
    height: 25rem !important;
  }

  .title {
    font-size: 2.5rem;
  }

  .video-player {
    height: 7rem !important;
  }

  .arrow {
    border-bottom: 4rem solid transparent !important;
  }

  .profile-learner {
    margin: 1rem auto !important;
  }

  .quote {
    padding: 1rem;
    display: grid;
    gap: 1.5rem;

    .quote-box {
      width: 100% !important;
    }
  }
}

@media (max-width: 768px) {
  .top-container {
    margin: 1.5rem 1rem 0 !important;
  }

  .mobile-align-center {
    justify-content: center;
    gap: 0.5rem 0;
  }

  .profile-label {
    text-align: center !important;
  }

  .logo {
    margin: auto;
  }

  .download-btn {
    margin-bottom: 1rem;
  }

  .title {
    font-size: 2.5rem;
  }

  .profile-learner {
    margin: 1rem auto !important;
  }

  .quote {
    padding: 1rem;
    display: grid;
    gap: 1.5rem;

    .quote-box {
      width: 100% !important;
    }
  }
}

@media (min-width: 569px) and (max-width: 768px) {
  .profile-img {
    height: 25rem !important;
  }

  .title {
    font-size: 2.5rem;
  }

  .video-player {
    height: 9rem !important;
  }

  .section-body {
    gap: 3rem !important;
  }

  .arrow {
    border-bottom: 6.25rem solid transparent !important;
    left: calc(42% - 2.5rem) !important;
  }
}

@media (min-width: 425px) and (max-width: 568px) {
  .profile-img {
    height: 22rem !important;
  }

  .video-player {
    height: 8rem !important;
  }
}

@media (max-width: 424px) {
  .profile-img {
    height: 22rem !important;
  }

  .video-player {
    height: 10rem !important;
  }

  .section-score-container,
  .arrow {
    display: none !important;
  }
}
