:root {
  --theme-color: #01164f;
  --text-color: #323232;
  --button-bg: #4378fd;
  --button-bg-hover: #192eb4;
  --episode-bg: #fbab18;
  --episode-bg-coming-soon: #fb2618;
}

@font-face {
  font-family: 'Noto Sans';
  src: url('./font/NotoSans-Regular.ttf');
}

@font-face {
  font-family: 'Noto Sans Medium';
  src: url('./font/NotoSans-Medium.ttf');
}

@font-face {
  font-family: 'Noto Sans Semibold';
  src: url('./font/NotoSans-SemiBold.ttf');
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Noto Sans', sans-serif;
  scroll-behavior: smooth;
}

body::before {
  content: '';
  position: fixed;
  background: rgba(0, 0, 0, 0.5);
  height: 100%;
  width: 100%;
  z-index: 9999999999;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s ease-in-out;
}

body.overlay-active::before {
  opacity: 1;
  visibility: visible;
}

img {
  width: 100%;
  height: auto;
}

/* Header  */
.top-search-bar .input-group img {
  width: 16px;
  margin-left: auto;
  display: block;
}

.top-search-bar .input-group input {
  font-size: 13px;
}

.top-search-bar .input-group {
  border: none;
  border-bottom: 2px solid var(--theme-color);
  margin-left: auto;
  width: calc(100% - 2.5rem);
}

.top-search-bar .input-group-text {
  padding: 8px;
  padding-right: 0;
}

.top-search-bar {
  padding: 1rem 0;
}

.bottom-logo-nav {
  background-color: var(--theme-color);
}

.bottom-logo-nav {
  padding: 0.75rem 0;
}

dl,
ol,
ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.site-brand img {
  width: calc(100% - 2rem);
}

a {
  text-decoration: none;
}

.terms-privacy li a,
.main-nav li a {
  color: #fff;
}

.main-nav li a {
  font-weight: 500;
  font-size: 13px;
}

/* Page title  */
.page-title > div {
  z-index: 9999;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.page-title iframe {
  width: 100%;
}

.select-season:focus,
.select-season,
.discussion-card a,
.talk-expert-cta,
.page-title a.btn {
  background-color: var(--button-bg);
  font-size: 12px;
  padding: 0.75rem 1rem;
}

.select-season option:hover {
  background-color: red;
}

.talk-expert-cta:hover,
.page-title a.btn:hover {
  background-color: var(--button-bg-hover);
}

.discussion-card h4,
.discussions h1,
.moneymaster-host p,
.contact-money-master h1,
.page-title > div h1 {
  font-weight: 300;
}

.discussion-card span,
.discussions h1 span,
.moneymaster-host h2 span,
.contact-money-master h1 span,
.page-title a.btn,
.page-title > div h1 span {
  font-weight: 700;
}

.discussion-card p,
.page-title > div p {
  font-size: 1.1rem;
  margin: 1rem 0 1.5rem;
}

.page-title iframe {
  height: calc(100vh / 2);
}

.page-title > img {
  object-fit: cover;
  left: 0;
  top: 0;
  height: 100vh;
}

.video-testimonials {
  background-color: #000b26;
}

.video-testimonials {
  padding: 4rem 0 7rem;
}

.episode-number {
  background-color: var(--episode-bg);
  margin-right: 1rem;
  font-size: 11px;
  padding: 4px 9px;
  font-weight: 700;
}

.episode-number.coming-soon {
  background-color: var(--episode-bg-coming-soon);
}

.journey-body {
  margin: 1rem 0 2.5rem;
}

.discussion-card span,
.journey-body > div {
  margin: 0.75rem 0;
}

.journey-body p {
  font-size: 15px;
  font-weight: 300;
}

.video-testimonials h4 {
  margin-bottom: 2rem;
  font-size: 1.438rem;
  font-weight: normal;
}

.image-placeholder i {
  position: absolute;
  bottom: 0;
  z-index: 9999;
  font-size: 2rem;
  margin: 0 0 0.5rem 0.75rem;
}

.journey-pagination li.current {
  background: var(--button-bg);
  padding: 8px 14px;
  color: #fff;
}

.journey-pagination li {
  margin-right: 1rem;
  font-size: 11px;
  cursor: pointer;
}

.contact-money-master {
  padding: 3.5rem 0 8rem;
}

.testimonials-placeholder img {
  width: 7.5rem;
  margin-right: 1rem;
  border-radius: 50%;
  border: 1px solid #4378fd;
  height: 7.5rem;
  object-fit: cover;
  object-position: top;
}

.testimonials-placeholder p {
  color: #737373;
  font-weight: 300;
  font-size: 15px;
  margin: 1rem 0 0 0;
  width: calc(100% - 1rem);
}

.testimonials-placeholder .testimonial {
  margin-bottom: 2.5rem;
}

.form-control:focus {
  border-color: #4378fd !important;
  box-shadow: none;
}

.testimonials-placeholder h3 {
  font-weight: 300;
  font-size: 1.563rem;
}

.testimonial-title span {
  color: var(--button-bg);
  font-weight: bold;
}

.discussion-nav {
  margin-top: 1rem;
}

.discussion-nav i {
  border: 2px solid #00164e;
  height: 30px;
  width: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  margin-left: 1rem;
  cursor: pointer;
}

.discussion-nav i::before {
  font-weight: bold !important;
}

.contact-form .form-group {
  margin-bottom: 1rem;
}

.contact-form .form-group label {
  color: var(--text-color);
  font-weight: 300;
  font-size: 14px;
}

.contact-form .form-group input {
  border-color: #d6e2ff;
}

.contact-form .form-group textarea,
.contact-form .form-group input,
.contact-form .form-group select {
  border: 2px solid #d6e2ff;
  height: 2.9rem;
  font-weight: bold;
  color: var(--button-bg);
}

.contact-form .input-group .form-group {
  width: calc(50% - 0.5rem);
}

.contact-form .form-group textarea {
  height: 110px;
}

.contact-form .form-check label {
  font-size: 14px;
  margin-left: 0.5rem;
  color: var(--text-color);
}

.contact-form .form-submit {
  background: #ffba41;
  margin-top: 1rem;
  font-weight: bold;
  padding: 1rem;
}

.contact-form {
  margin-top: 1.813rem;
}

.contact-form .form-check-input[type='checkbox'] {
  border-radius: 0.25em;
  border: 3px solid #c3c3c3;
}

.contact-form .lead-alert {
  margin: 1rem 0 0 0;
}

.moneymaster-host .host-avatar {
  margin: 0 auto;
  width: 60%;
  display: block;
}

.contact-form .form-check label a {
  color: #fff;
  text-decoration: underline;
  display: block;
}

.discussions,
.moneymaster-host {
  padding: 4rem 0;
}

.moneymaster-host .host-avatar {
  margin: 0 auto;
  width: 25%;
  display: block;
  position: absolute;
  bottom: 0;
  left: 10%;
}

.moneymaster-host {
  padding: 3rem 0;
  position: relative;
}

/* #agents-row {
	height: 636px;
	overflow-x: auto;
	scrollbar-color: #D6E2FF #F5F5F5;
} */

.video-intro {
  top: 1.5rem;
}

.appointment-form-div {
  background: #4377fe;
  border-radius: 16px;
  padding: 2rem;
}

.appointment-form-div {
  label {
    color: #fff !important;
    font-weight: 300;
    opacity: 0.8;
  }
}

.moneymaster-host p {
  font-size: 15px;
}

.moneymaster-host h2 {
  font-weight: normal;
  font-size: 3rem;
  line-height: 3.8rem;
  margin-bottom: 1rem;
}

.discussion-card {
  background-color: #ecf1ff;
  border-radius: 11.55px;
}

.discussion-card p {
  font-weight: 300;
}

.discussions h1,
.contact-money-master h1 {
  margin: 0 0 2.5rem;
}

.discussion-card a {
  font-weight: 500;
  border-radius: 3px;
}

.discussion-card {
  background-color: #ecf1ff;
  border-radius: 11.55px;
}

.discussion-heading {
  background-color: var(--theme-color);
  border-radius: 11.55px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  padding: 2rem;
}

.discussion-heading h4 {
  font-size: 2.6rem;
}

.discussion-card p {
  font-weight: 300;
}

.discussions h1,
.contact-money-master h1 {
  margin: 0 0 2.5rem;
}

.discussion-card a {
  font-weight: 500;
  border-radius: 3px;
  padding: 0.75rem 1.5rem;
}

.discussion-card span {
  margin-bottom: 0;
  font-size: 1.25rem;
}

.discussion-body {
  padding: 1rem 2rem;
}

.speaker-avatar img {
  width: 7% !important;
}

.speaker-avatar span {
  font-size: 14px;
  color: #4378fd;
}

.discussion-card a:hover {
  background: #01164f;
}

footer {
  background: var(--theme-color);
  padding: 4rem 0;
}

footer a {
  font-size: 14px;
}

footer h4 {
  font-weight: 600;
  font-size: 1.2rem;
  margin-bottom: 1rem;
}

footer a {
  display: flex;
  align-items: center;
}

footer a,
footer h4,
footer .h4 {
  color: #fff;
  text-decoration: none;
  font-weight: 400;
  padding-left: 0;
}

footer a:hover {
  color: #fff;
  opacity: 0.8;
}

footer a i {
  width: 1.5rem;
}

.footer-social img {
  width: 70%;
}

.terms-privacy li {
  margin-left: 0.75rem;
}

.contact-form .form-group textarea::placeholder,
.contact-form .form-group input::placeholder {
  font-weight: 400;
}

.journey-card {
  cursor: pointer;
}

.video-iframe {
  width: 100%;
  height: auto;
  position: relative;
  padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
}

.video-iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modal {
  z-index: 10000;
}

.modal-backdrop.show {
  opacity: 0.75;
}

.moneymaster-host .host-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.talk-to-expert-btn {
  transform: scale(1.3) translateX(10%);
  background-color: #fbab18 !important;
  color: #fff;
  font-weight: 700;
}

/* // Small devices (landscape phones, 576px and up) */
@media (max-width: 576px) {
  .testimonials-placeholder p,
  .moneymaster-host h2,
  .top-search-bar .input-group {
    width: 100%;
  }

  .site-brand img {
    width: 100%;
  }

  .page-title > div p {
    font-size: 1rem;
  }

  .video-testimonials,
  .discussions,
  .moneymaster-host,
  .contact-money-master {
    padding: 2.5rem 0;
  }

  .moneymaster-host .host-avatar {
    margin: 0 auto;
    width: 75%;
    display: block;
    position: relative;
    bottom: 0;
    left: 0;
    margin-bottom: 0rem;
    margin-left: auto;
  }

  br {
    display: none;
  }

  /* .page-title iframe {
    height: calc(100vh / 3);
    margin: 1rem 0;
    position: relative;
    top: unset;
    transform: unset;
  } */

  .discussion-heading h4 {
    font-size: 1.5rem;
  }

  .discussions h1,
  .contact-money-master h1 {
    margin: 0 0 2rem;
  }

  .page-title > img {
    height: 80vh;
  }

  .moneymaster-host .host-bg {
    object-fit: cover;
    object-position: right;
  }

  .contact-form .form-group {
    margin-bottom: 1rem;
  }

  .discussion-card {
    /* padding: 2rem 1rem; */
  }

  .discussions-slider {
    margin: 0 0.563rem;
  }

  footer {
    text-align: center;
  }

  .footer-social.d-flex.justify-content-center {
    width: 50%;
    margin: 1.5rem auto;
  }

  .terms-privacy {
    margin: 0px auto;
    justify-content: center !important;
  }

  .terms-privacy li:not(:first-child) {
    margin-left: 0.75rem;
  }

  #agents-row {
    height: 100%;
  }

  .appointment-form-div {
    margin: 0;
  }

  .select-season {
    margin-bottom: 1.5rem;
  }

  .video-testimonials h4 {
    margin-bottom: 1rem;
  }

  .discussion-body {
    padding: 1rem;
  }

  .contact-money-master {
    padding-bottom: 0;
  }

  .testimonials-placeholder .testimonial {
    margin-bottom: 1.5rem;
  }

  .moneymaster-host h2 {
    font-size: 2rem;
    line-height: 2.8rem;
    margin: 1rem 0;
  }

  .offset-1 {
    margin-left: unset !important;
  }

  .row-cols-5 > * {
    flex: 0 0 50%;
    text-align: left;
  }

  footer h4 {
    margin: 1.5rem 0;
  }

  .page-title > div {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .appointment-form-div {
    border-radius: 16px;
    padding: 1rem;
  }

  .video-intro {
    top: unset;
  }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
}

/* // Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
}

/* // X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
}

/* // XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {
  .moneymaster-host .host-avatar {
    margin: 0 auto;
    width: calc(317px + 2rem);
    display: block;
    position: absolute;
    bottom: 0;
    left: 20%;
  }

  .page-title > img {
    height: calc(100vh * 3 / 4);
  }
}