body {
  font-family: "parabolica", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.bg__prim {
  background-color: #0e2434;
}

.navbar__link-container {
  font-size: 14px;
  background-color: #0e2434;
  font-weight: 700;
  word-spacing: 1px;
}

.nav-link {
  color: rgb(248, 249, 250);
}

@media (max-width: 575px) {
  .nav-link {
    font-size: 13px;
  }
}

@media (min-width: 99px) {
  .navbar__link-container > .navbar-nav {
    gap: 1.5rem;
  }
}

.banner__container {
  background-image: url(../img/banner-d.webp);
  background-size: cover;
  position: relative;
  height: 40vh;
  background-position: 56% 22%;
  min-height: 320px;
}

@media (max-width: 575px) {
  .banner__container {
    height: 40vh;
    min-height: 440px;
    max-height: 680px;
  }
}

@media (min-width: 680px) {
  .banner__container {
    background-image: url(../img/banner.webp);
  }
}
@media (min-width: 1200px) {
  .banner__container {
    min-height: 640px;
    background-position: 56% 80%;
  }
}

.banner__header {
  color: #d6b867;
  font-family: "bourbon", sans-serif;
  font-weight: 400;
  font-style: normal;
}

@media (min-width: 768px) {
  .banner__header {
    text-align: center;
  }
}

@media (min-width: 1200px) {
  .banner__header {
    font-size: 4rem;
    letter-spacing: 2px;
  }
}

.banner__img {
  width: 120px;
  margin-bottom: 16px;
}

@media (min-width: 1200px) {
  .banner__img {
    width: unset;
    margin-bottom: unset;
  }
}

.banner__text-container {
  position: absolute;
  width: 100%;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media (min-width: 576px) {
  .banner__text-container {
    top: 60%;
  }
}

@media (min-width: 768px) {
  .banner__text-container {
    top: 63%;
  }
}

@media (min-width: 1201px) {
  .banner__text-container {
    top: 55%;
  }
}

@media (min-width: 1201px) {
  .banner__subheading-container {
    width: 84%;
    margin: 0 auto;
  }
}

.banner__subheading {
  font-size: 13px;
}

@media (min-width: 768px) {
  .banner__subheading {
    font-size: 16px;
    text-align: center;
  }
}

@media (min-width: 992px) {
  .banner__subheading {
    font-size: 18px;
  }
}

@media (min-width: 1200px) {
  .banner__subheading {
    font-size: 20px;
  }
}

.details {
  padding-top: 40px;
  padding-bottom: 40px;
}

@media (min-width: 1200px) {
  .details {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.details__summary {
  min-height: 96px;
}

.card__img {
  width: 100%;
}

.card__header {
  position: absolute;
  left: 44%;
  bottom: 0%;
  transform: translate(-50%, -50%);
  text-transform: capitalize;
  width: 75%;
  text-align: left;
  color: #d6b867;
  font-family: "parabolica", sans-serif;
  font-weight: 700;
  font-style: normal;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .card__header {
    left: 50%;
    bottom: 0%;
    width: 90%;
  }
}

.card,
.card-img {
  border-radius: 0 !important;
}

.card-img--overlay {
  left: 50%;
  bottom: 50%;
  transform: translate(-50%, -50%);
}

.card__link {
  color: #fff;
  text-decoration: none;
  border-bottom: 1px solid #f30;
  width: fit-content;
}

.contact-us {
  margin-top: 80px;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 48px;
  padding-bottom: 48px;
}

.footer {
  background-color: #0e2434;
}

.footer__ul {
  list-style: none;
}

.academy-bio {
  background-color: #f1f1f1;
}

.card {
  border-color: rgba(0, 0, 0, 0) !important;
}

.products {
  background-color: #0e2434;
}

.products__link {
  text-decoration: none;
  border: 1px solid #d6b867;
  background-color: #d6b867;
  color: #0e2434;
}

.contact__header {
  color: #d6b867;
  font-family: "bourbon", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 3rem;
}

.p-input {
  border: 0;
  border-bottom: 1px solid #d6b867;
  border-radius: 0;
}

.contact__btn-c {
  display: flex;
  justify-content: end;
}

.contact__btn {
  background-color: #d6b867;
  color: #000;
  transition: all 0.15s ease-in-out;
}

/*==================== What We Offer page ===== */
.services__header {
  text-transform: uppercase;
  color: #d6b867;
  font-family: "bourbon", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 40px;
}

.services__header--small {
  font-size: 32px;
}

@media (min-width: 768px) {
  .services__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, 1fr);
    grid-column-gap: 32px;
  }
}

.services__img {
  width: 32px;
  background-color: #0e2434;
  padding: 0.3rem;
}

@media (min-width: 401px) {
  .services__img {
    width: 48px;
  }
}

.banner__container--offer {
  background-image: url(../img/banner-offer-sm.webp);
}

@media (min-width: 680px) {
  .banner__container--offer {
    background-image: url(../img/banner-offer.webp);
  }
}

.banner__container--elearning {
  background-image: url(../img/elearning-bg-sm.webp);
}

@media (min-width: 680px) {
  .banner__container--elearning {
    background-image: url(../img/elearning-bg.webp);
  }
}

.card__header--offer {
  font-size: 22px;
  width: 88%;
  left: 48%;
  font-weight: 600;
  margin-bottom: 8px;
}

.btn-gold {
  border: 1px solid #d6b867;
  padding: 6px 12px !important;
  font-family: inherit;
  cursor: pointer;
  color: #0e2434;
  background-color: #d6b867;
  width: fit-content;
}

@media (min-width: 576px) {
  .btn-gold {
    padding: 6px 22px !important;
  }
}

.btn-gold--hover:hover {
  color: rgba(255, 255, 255, 0.75);
  background-color: #d6b867;
}

.card__img--dark {
  filter: brightness(0.5);
}

.p-card__link {
  text-decoration: none;
  color: inherit;
  transition: all 0.3s;
  border-bottom: 2px solid transparent;
}

.p-card__link:hover {
  border-bottom: 2px solid #d6b867;
}

/* ===== Modal ===== */

.p-modal,
.modal {
  background-color: rgba(239, 239, 240, 0.6) !important;
}

.p-modal__header {
  color: #d6b867;
  font-family: "bourbon", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 44px;
}

@media (min-width: 768px) {
  .p-modal__header {
    text-align: center;
    font-size: 3rem;
  }
}

@media (min-width: 1200px) {
  .p-modal__header {
    font-size: 2.8rem;
    letter-spacing: 2px;
  }
}

.p-modal__subheading {
  font-size: 16px;
}

.p-modal-content {
  border: 0;
}

@media (min-width: 1200px) {
  .p-modal__header--main {
    font-size: 3.1rem;
  }
}

.p-modal-icon {
  background-color: #0e2434;
  padding: 0.3rem;
}

.p-modal-icon--round {
  width: 48px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 1.5rem;
  font-family: "bourbon", sans-serif;
}

.color-p {
  color: #d6b867;
  font-size: 24px;
  font-weight: 400;
  margin-top: 4px;
}

@media (min-width: 768px) {
  .p-modal__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }
}

@media (min-width: 992px) {
  .p-w-lg-75 {
    width: 75%;
  }
}

@media (min-width: 576px) {
  .centered {
    width: 1400px;
  }
}

.p-c-img {
  max-width: 100%;
}

@media (min-width: 992px) {
  .p-c-img {
    max-width: unset;
    max-width: 716px;
  }
  .po-img-left {
    transform: translate(-16%, 0);
  }
  .po-img-right {
    transform: translate(16%, 0);
  }
}

@media (min-width: 1201px) {
  .p-c-img {
    max-width: unset;
    max-width: 888px;
  }
  /* .po-img-left {
    transform: translate(-16%, 0);
  }
  .po-img-right {
    transform: translate(16%, 0);
  } */
}

@media (min-width: 1555px) {
  .p-c-img {
    max-width: 100%;
  }
  .po-img-left {
    transform: unset;
  }
  .po-img-right {
    transform: unset;
  }
}

.pm-img {
  max-width: 150px !important;
}

.pp-img {
  max-width: 700px !important;
}

.ptext {
  font-size: 16px;
}

.p-img-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}

@media (min-width: 400px) {
  .p-img-box {
    gap: 40px;
  }
  .ptext {
    font-size: 28px;
  }
}

@media (min-width: 992px) {
  .ptext {
    font-size: 44px;
  }
}

.p--bg {
  background-image: url(../img/partners-bg-s.webp);
}

@media (min-width: 680px) {
  .p--bg {
    background-image: url(../img/partners-bg.webp);
  }
}

.pc-col {
  background-color: #0e2434 !important;
}

@media (min-width: 768px) {
  .p-w-lg-75--v {
    width: 75%;
  }
}

@media (min-width: 992px) {
  .p-w-lg-75--v {
    width: 85%;
  }
}

.pm-icon {
  color: #d6b867;
  margin-right: 10px;
  margin-bottom: 4px;
}

.p-grid-e {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(7, 1fr);
  grid-column-gap: 0px;
  grid-row-gap: 32px;
}

@media (min-width: 601px) {
  .p-grid-e {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(4, 1fr);
    grid-auto-rows: 1fr;
    gap: 16px;
    align-items: stretch;
    justify-items: stretch;
  }

  .p-grid-e-div1 {
    grid-column: 1 / -1;
  }

  .p-grid-e-div2,
  .p-grid-e-div3,
  .p-grid-e-div4,
  .p-grid-e-div5,
  .p-grid-e-div6,
  .p-grid-e-div7 {
    width: 100%;
    height: 100%;
  }

  .p-grid-e img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

@media (min-width: 992px) {
  .p-grid-e {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(3, 1fr);
  }

  .p-grid-e-div1 {
    grid-area: 1 / 1 / 4 / 2;
  }
}

/* Card */

.p-icon-e {
  color: #d6b867;
  font-size: 38px;
  margin-bottom: 0;
}

.services__header--sh {
  font-size: 28px;
  text-align: center;
  margin-top: 24px !important;
}

.p-text-ce {
  font-size: 14px;
}

@media (min-width: 1401px) {
  .services__header--sh {
    font-size: 32px;
  }

  .p-icon-e {
    font-size: 40px;
  }
}

.p-grid-e > div {
  max-width: 320px;
}

@media (min-width: 601px) {
  .p-grid-e-div1 {
    max-width: unset !important;
  }
}

@media (min-width: 601px) {
  .p-grid-e-div1 {
    margin-top: 20px;
  }
}

@media (min-width: 992px) {
  .p-grid-e-div1 {
    margin-top: unset;
  }

  .p-grid-e > div {
    max-width: unset;
  }

  .p-grid-e {
    gap: 20px;
  }
}

@media (min-width: 1301px) {
  .p-grid-e {
    gap: 12px;
  }
  .services__header--sh {
    font-size: 30px;
    margin-bottom: 8px !important;
  }

  .p-text-ce {
    font-size: 16px;
    margin-bottom: 8px !important;
  }

  .p-icon-e {
    font-size: 40px;
  }
}

@media (min-width: 992px) {
  .p-grid-e-div1 div {
    padding: 32px;
  }

  .p-icon-e--1 {
    font-size: 104px;
  }

  .services__header--sh-1 {
    font-size: 72px;
    margin-bottom: 32px;
  }

  .p-text-ce--1 {
    font-size: 22px;
  }

  .products__link--1 {
    margin-top: 56px !important;
    width: 80%;
    text-align: center;
    font-size: 24px;
    padding: 0.5rem !important;
  }
}

.p-icon-img {
  width: 44px !important;
}

@media (min-width: 992px) {
  .p-icon-img--1 {
    width: 128px !important;
    margin-bottom: 16px;
  }
}

.modal-header {
  margin-left: 10px !important;
}
