/* ============== TABLE OF CONTENTS ============== */

/* ---- 1. GENERAL
   ---- 2. ASSESSMENT APP COMPONENTS
*/

/* =============================================== */

/* ===================================
----  1. General
===================================== */

@font-face {
  font-family: "Mona Sans";
  src: url("../fonts/Mona-Sans/Mona-Sans.ttf") format("truetype");
}

@font-face {
  font-family: "Mona Sans SemiBold";
  src: url("../fonts/Mona-Sans/Mona-Sans-SemiBold.ttf") format("truetype");
}

@font-face {
  font-family: "Mona Sans Bold";
  src: url("../fonts/Mona-Sans/Mona-Sans-Bold.ttf") format("truetype");
}

.font-semi-bold-c {
  font-family: "Mona Sans SemiBold" !important;
}

@media (min-width: 1200px) {
  .card__sub-text {
    font-size: 20px !important;
  }
}

body {
  font-family: "Mona Sans" !important;
}

.container-page {
  max-width: 1280px;
  margin: 0 auto;
}

@media (min-width: 1368px) {
  .container-page {
    max-width: 1400px;
  }
}

.logo-img {
  height: 30px;
  margin-top: 0.8rem;
  margin-bottom: 0.8rem;
}

@media (min-width: 1200px) {
  .logo-img {
    height: unset;
  }
}

.navigation-bar {
  background-color: #333534;
}

.nav-item a {
  color: #333534;
  transition: 0.2s;
}

.nav-item a:hover {
  color: #d0d700;
}

@media (min-width: 992px) {
  .nav-item a {
    color: #f8f9fa;
    font-size: 9px;
  }
}

@media (min-width: 1200px) {
  .nav-item a {
    font-size: 11px;
  }
}

.navbar__link-container {
  font-size: 14px;
}

.navbar__link-container > .navbar-nav {
  gap: 1.4rem;
}

@media (min-width: 992px) and (max-width: 1277px) {
  .navbar__link-container > .navbar-nav {
    gap: 0.4rem;
  }
}

.banner__container {
  background-image: url(../img/banner.jpg);
  background-image: url(../img/banner-s.webp);
  background-size: cover;
  position: relative;
  height: 40vh;
  background-position: 56% 22%;
  margin-top: 80px;
  min-height: 320px;
}

@media (max-width: 575px) {
  .banner__container {
    height: 40vh;
    min-height: 320px;
    max-height: 680px;
  }
}

@media (min-width: 768px) {
  .banner__container {
    background-image: url(../img/banner.jpg);
  }
}

@media (min-width: 1200px) {
  .banner__container {
    min-height: 640px;
    background-position: 56% 80%;
  }
}

.banner__header {
  font-family: "Mona Sans Bold";
}

@media (min-width: 1200px) {
  .banner__header {
    font-size: 3.8rem;
    letter-spacing: 4px;
  }
}

.banner__text-container {
  position: absolute;
  width: 100%;
  top: 56%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.banner__subheading {
  font-size: 18px;
  font-weight: 500;
}

@media (min-width: 1200px) {
  .banner__subheading {
    font-size: 24px;
  }
}

.banner__btn {
  border: 2px solid #d0d700;
  background-color: transparent;
  font-weight: 500;
  transition: all 0.2s;
  display: block;
  width: 200px;
  text-align: center;
}

.banner__btn:hover {
  border: 2px solid #d0d700;
  background-color: #d0d700;
  color: #333534 !important;
}

.information {
  background-size: cover;
  position: relative;
  background-position: 62% 53%;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

@media (min-width: 1200px) {
  .information {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.p-modal__video-container {
  padding: 56.25% 0 0 0;
  position: relative;
}

.p-modal__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.information__heading {
  color: #d0d700;
  font-family: "Mona Sans SemiBold";
}

@media (min-width: 1200px) {
  .information__heading {
    font-size: 2.5rem;
  }
}

.information__link {
  color: #333534;
  text-decoration: none;
  border-bottom: 2px solid #d0d700;
}

.details {
  background-color: #f1f1f1;
  padding-top: 40px;
  padding-bottom: 40px;
}

@media (min-width: 1200px) {
  .details {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.details__summary {
  min-height: 96px;
}

.card {
  background-color: #f1f1f1 !important;
}

.card__img {
  filter: brightness(70%);
  width: 100%;
}

.card__header {
  position: absolute;
  left: 50%;
  bottom: 5%;
  transform: translate(-50%, -50%);
  color: #fff;
  text-transform: capitalize;
  width: 100%;
}

.assessments-card__header {
  position: absolute;
  left: 50%;
  bottom: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  text-transform: capitalize;
  width: 100%;
}

.card,
.card-img {
  border-radius: 0 !important;
}

.assessments {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

@media (min-width: 992px) {
  .assessments {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

/* Contact us */
.contact-us {
  margin-top: 8px;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 48px;
  padding-bottom: 48px;
}

.contact-us__header {
  color: #d0d700;
  font-family: "Mona Sans SemiBold";
}

.contact-us__input {
  border: 0 !important;
  border-bottom: 1px solid black !important;
  border-radius: 0 !important;
  width: 90% !important;
}

.contact-us__submit-btn-container {
  display: flex;
  justify-content: end;
}

.contact-us__submit-btn {
  width: 100%;
  border: 0;
  border: 1px solid #d0d700;
  background-color: transparent;
  font-weight: 500;
  padding: 0.3rem;
  transition: 0.2s;
  color: #000;
}

@media (min-width: 768px) {
  .contact-us__submit-btn {
    width: fit-content;
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

.contact-us__submit-btn:hover {
  background-color: #d0d700;
  border: 1px solid #d0d700;
  color: #333534 !important;
}

.contact-us__textarea {
  border-bottom: 1px solid black !important;
  border-radius: 0 !important;
  height: 225px;
}

/* Footer */

.footer {
  background-color: #333534;
}

.footer__inner {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}

.footer__link-container {
  width: 100%;
}

@media only screen and (min-width: 1200px) and (max-width: 1400px) {
  .footer__link-container {
    width: 80%;
  }
}

@media (min-width: 1400px) {
  .footer__link-container {
    width: 60%;
  }
}

.footer__link {
  text-decoration: none;
  color: #fff;
}

.footer__icon-container {
  width: 85%;
}

@media (min-width: 1200px) {
  .footer__icon-container {
    width: 30%;
  }
}

.footer__icon {
  color: #d0d700;
  font-size: 24px;
}

.footer__text {
  color: #fff;
  font-size: 12px;
}

.footer__link {
  color: #fff;
  text-decoration: none;
}

.footer__link:hover {
  color: #e6e6e6;
}

.coach-license__header {
  width: fit-content;
  border-bottom: 2px solid #d0d700;
  font-family: "Mona Sans SemiBold";
}

@media (min-width: 992px) {
  .coach-license__header {
    border-bottom: unset;
  }
}

.partners__primary-heading {
  font-weight: 800;
  margin-top: 150px;
  text-transform: uppercase;
  font-size: 50px;
  font-size: 36px;
  letter-spacing: 2px;
  text-shadow: 0 8px 18px rgba(213, 213, 213, 1);
}

@media (min-width: 576px) {
  .partners__primary-heading {
    font-size: 50px;
  }
}

@media (min-width: 992px) {
  .partners__primary-heading {
    font-size: 68px;
    font-size: 58px;
    margin-left: -6px;
    letter-spacing: 2px;
  }
}

@media (min-width: 1401px) {
  .partners__primary-heading {
    letter-spacing: 3px;
  }
}

@media (min-width: 1701px) {
  .partners__primary-heading {
    letter-spacing: 4px;
  }
}

.partner-1 {
  background-image: url(../img/assessment-bg.png);
  background-size: cover;
  position: relative;
  background-position: 62% 89%;
  padding-top: 40px;
  padding-bottom: 120px;
}

@media (min-width: 1200px) {
  .partner-1 {
    padding-top: 40px;
    padding-bottom: 140px;
  }
}

.partner-1__heading {
  font-weight: 700;
}

@media (min-width: 992px) {
  .flex-order-lg-1 {
    order: 1 !important;
  }
  .flex-order-lg-2 {
    order: 2 !important;
  }
}

.partner-2 {
  background-color: #333534;
}

.academy {
  margin-top: 50px;
}

@media (min-width: 768px) {
  .academy {
    margin-top: 88px;
  }
}

.academy-bio {
  background-color: #f1f1f1;
}

.academy__heading {
  font-size: 36px;
  text-transform: uppercase !important;
  background-color: rgba(0, 0, 0, 0) !important;
  font-family: "Mona Sans Bold";
  text-shadow: 3px 3px 16px #d5d5d5;
  text-shadow: 0 8px 18px #d5d5d5;
  letter-spacing: 2px;
}

@media (min-width: 576px) {
  .academy__heading {
    font-size: 40px;
  }
}

@media (min-width: 992px) {
  .academy__heading {
    font-size: 3.5rem;
  }
}

@media (min-width: 1201px) {
  .academy__heading {
    font-size: 3.6rem;
  }
}

@media (min-width: 1401px) {
  .academy__heading {
    letter-spacing: 3px;
  }
}

@media (min-width: 1700px) {
  .academy__heading {
    letter-spacing: 4px;
  }
}

.academy__inner {
  padding: 0.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 16px;
}

@media (min-width: 576px) {
  .academy__inner {
    padding: 2rem;
  }
}

@media (min-width: 768px) {
  .academy__inner {
    flex-direction: row;
  }
}

@media (min-width: 992px) {
  .academy__inner {
    gap: 72px;
  }
}

.academy__inner > .academy__text-container {
  width: 95%;
  box-shadow: -2px 7px 28px 0 rgba(213, 213, 213, 1);
}

@media (min-width: 992px) {
  .academy__inner > .academy__text-container {
    min-height: 400px;
    display: flex;
    align-items: center;
    padding: unset;
  }
}

@media (min-width: 576px) {
  .academy__inner > .academy__text-container {
    width: 90%;
  }
}

.academy__subheading {
  font-weight: 600;
  font-size: 20px;
  margin-top: 16px;
}

@media (min-width: 768px) {
  .academy__inner > .academy__text-container {
    width: 50%;
    margin-top: unset;
    z-index: 1;
    flex: 0 0 auto;
  }
}

@media (min-width: 768px) {
  .academy__subheading {
    margin-left: 8px;
  }
}

@media (min-width: 768px) {
  .margin-left-lg-academy {
    margin-left: -56px !important;
  }
}

.teams-card--inner {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.teams-card__btn {
  color: #fff;
  font-size: 56px;
}

@media (min-width: 992px) {
  .teams-card__btn {
    font-size: 80px;
  }
}

.card {
  border-color: transparent !important;
}

.dropdown-menu > li > .nav-dropdown__link {
  color: #333534;
}

.dropdown-menu > li > .nav-dropdown__link:active {
  background-color: #d0d700;
}

.dropdown-menu > li > .nav-dropdown__link:hover {
  color: #d0d700;
}

.nav-link.show {
  color: #d0d700 !important;
}

.p-col-cta {
  color: #d0d700;
}

.p-col-cta:hover {
  color: #d0d700;
}

.app__img {
  max-height: 740px;
  max-height: 160px;
}

.profile {
  padding-bottom: 2rem;
}

@media (min-width: 768px) and (max-width: 991px) {
  .profile {
    margin-top: 80px;
  }
}

.header__cta-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1rem;
}

.section-app-1__list > li > a {
  color: #d0d700;
  text-decoration: none;
  text-transform: capitalize;
}
.section-app-1__list > li > a:hover {
  color: #d0d700;
  text-decoration: underline;
}
.section-app-1__list > li > i {
  color: #d0d700;
}

.elearning__price-text {
  font-size: 20px;
  color: #d0d700;
  font-weight: 600;
  margin-bottom: 0;
}

@media (min-width: 992px) {
  .academy__inner--session {
    gap: 64px;
  }
}

.cta-btn {
  border: 2px solid #d0d700;
  font-weight: 500;
  transition: all 0.2s;
  font-size: 14px;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  color: #000;
}

.cta-btn:hover {
  border: 2px solid #d0d700;
  background-color: #d0d700;
  color: #333534;
}

@media (min-width: 992px) {
  .cta-btn {
    width: fit-content;
  }
}
@media (min-width: 1200px) {
  .cta-btn {
    width: 240px;
  }
}

.accent-color--1 {
  color: #d0d700 !important;
}

.accent-color--2 {
  color: #989898 !important;
}

.accent-color--3 {
  color: #333534 !important;
  font-weight: 700;
}

.p-grid-col-5 {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-template-rows: repeat(1, 1fr);
  grid-column-gap: 28px;
  grid-row-gap: 28px;
}

@media (min-width: 514px) {
  .p-grid-col-5 {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
}

@media (min-width: 992px) {
  .p-grid-col-5 {
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 28px;
    grid-row-gap: 28px;
  }
}

@media (min-width: 1200px) {
  .p-grid-col-5 {
    grid-template-columns: repeat(5, 1fr);
  }
}

@media (min-width: 1200px) {
  .p-grid-col-xl-4 {
    grid-template-columns: repeat(4, 1fr);
  }
}

.course__icon {
  font-size: 32px;
  margin-bottom: 12px !important;
}

@media (min-width: 476px) {
  .course__icon {
    margin-bottom: 4px;
  }
}

@media (min-width: 1400px) {
  .course__icon {
    font-size: 44px;
  }
}

.p-br {
  display: none;
}

@media screen and (min-width: 768px) {
  .p-br {
    display: block;
  }
}

.section3 {
  background-color: #daf0fd;
  background-image: linear-gradient(
    to bottom,
    #adcdf3,
    #b6d6f6,
    #c1dff8,
    #cde8fa,
    #daf0fd
  );
}

@media screen and (min-width: 992px) {
  .section3 {
    background-image: url(../img/s3-bg2.jpg);
    background-position: center;
    background-position: 52% 96%;
  }
}

.section3__inner {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  gap: 4rem;
  padding-top: 3rem;
  padding-bottom: 2rem;
  font-size: 18px;
}

@media screen and (max-width: 767px) {
  .section3__inner {
    align-items: center;
  }
}

@media screen and (min-width: 768px) {
  .section3__inner {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media screen and (min-width: 992px) {
  .section3__inner {
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }
}

@media screen and (min-width: 1200px) {
  .section3__inner {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }
}

.section3__inner-div {
  background-color: #333534;
  padding: 2rem;
  color: #fff;
  position: relative;
  padding-top: 3.5rem;
  padding-bottom: 0.5rem;
  width: 80%;
}

@media screen and (min-width: 576px) {
  .section3__inner-div {
    width: 55%;
  }
}

@media screen and (min-width: 768px) {
  .section3__inner-div {
    width: unset;
  }
}

.section3__inner-div--elearning {
  background-color: #fff;
  color: unset;
}

@media screen and (min-width: 992px) {
  .section3__inner--elearning {
    grid-template-columns: repeat(3, 1fr);
  }
}

.section3__heading {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 1rem;
}

.section3__icon-div {
  background-color: #d0d700;
  padding: 0.8rem;
  color: #333534;
  width: fit-content;
  margin: 0 auto;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -134%);
}

.section3__icon-div > i {
  font-size: 36px;
}

@media screen and (min-width: 768px) {
  .s-5 {
    transform: scale(1.1);
  }
}

.s-img {
  max-height: 440px;
}

.s6 {
  background-image: url(../img/lines.webp);
  background-position: center;
  background-size: cover;
}

.s6-heading {
  font-size: 36px;
}

.t-box {
  background-color: #333534;
  background-color: rgba(0, 0, 0, 0.8);
  padding: 2.5rem;
  padding-top: 3.5rem;
  padding-bottom: 4.5rem;
  text-align: left;
  width: 92%;
  margin: 0 auto;
}

@media screen and (min-width: 576px) and (max-width: 767px) {
  .t-box {
    width: 80%;
  }
}

@media screen and (min-width: 768px) {
  .t-box {
    min-height: 338px;
  }
}

.t-icon {
  font-size: 36px;
}

.t-header {
  font-size: 20px;
  margin-bottom: 1.5rem;
}

.sectionT {
  background-color: #daf0fd;
  background-image: url(../img/t-bg.jpg);
  background-position: center;
  background-size: cover;
}

.cookies-box {
  position: fixed;
  bottom: 2%;
  background-color: rgba(255, 255, 255, 0.85);
  right: 1%;
  z-index: 1;
  border-radius: 0.25rem;
  max-width: 350px;
  display: none;
}

.cookies-box {
  font-size: 14px;
}

.pc-button {
  background-color: #d0d700;
  border-radius: 8px;
  padding: 0.5rem;
  font-size: 14px;
}

.p-bg-primary {
  background-color: #d0d700;
}

/* ===================================
--- Assessment App page components
===================================== */

.details__header {
  color: var(--GreenColour);
  font-weight: 800;
}

.details__img {
  width: 48px;
}

@media (min-width: 400px) {
  .details__img-container {
    text-align: center;
  }
}

@media (min-width: 768px) {
  .details__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 16px;
    grid-row-gap: 8px;
  }
}

.details__list li::marker {
  color: var(--GreenColour);
}

.p-bg-green {
  background-color: var(--GreenColour);
}

@media (min-width: 768px) {
  .details__grid-2 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(3, 1fr);
    grid-column-gap: 16px;
    grid-row-gap: 8px;
  }

  .div1 {
    grid-area: 1 / 1 / 2 / 3;
  }
  .div2 {
    grid-area: 1 / 3 / 2 / 4;
  }
  .div3 {
    grid-area: 2 / 1 / 3 / 2;
  }
  .div4 {
    grid-area: 2 / 2 / 3 / 4;
  }
  .div5 {
    grid-area: 3 / 1 / 4 / 3;
  }
}

@media (min-width: 1200px) {
  .details__grid-2 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .div1 {
    grid-area: 1 / 1 / 2 / 3;
  }
  .div2 {
    grid-area: 1 / 3 / 2 / 4;
  }
  .div3 {
    grid-area: 1 / 4 / 2 / 5;
  }
  .div4 {
    grid-area: 2 / 1 / 3 / 3;
  }
  .div5 {
    grid-area: 2 / 3 / 3 / 5;
  }
}

.p-grid-col-5 {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-template-rows: repeat(1, 1fr);
  grid-column-gap: 32px;
  grid-row-gap: 32px;
}

@media (min-width: 416px) {
  .p-grid-col-5 {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
  }
}

@media (min-width: 768px) {
  .p-grid-col-5 {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 1200px) {
  .p-grid-col-5 {
    grid-template-columns: repeat(5, 1fr);
  }
}

@media (min-width: 1200px) {
  .p-grid-col-xl-4 {
    grid-template-columns: repeat(4, 1fr);
  }
}

.offers-list li {
  margin-bottom: 2rem;
}

@media only screen and (max-width: 660px) {
  .offers-container ul {
    padding-left: 1rem;
  }
}

.p-ml {
  margin-left: 32px !important;
  margin-right: 32px !important;
}

@media (min-width: 576px) {
  .p-ml {
    margin-left: 72px !important;
  }
}

@media (min-width: 768px) {
  .p-ml {
    margin-left: 80px !important;
    margin-right: 80px !important;
  }
}

@media (min-width: 992px) {
  .p-ml {
    margin-left: 64px !important;
    margin-right: 64px !important;
  }
}

@media (min-width: 1201px) {
  .p-ml {
    margin-left: 72px !important;
    margin-right: 72px !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .p-ml--2 {
    margin-left: 56px !important;
    margin-right: 56px !important;
  }
}
