/**
* Template Name: Laura
* Updated: Mar 10 2023 with Bootstrap v5.2.3
* Template URL: https://bootstrapmade.com/laura-free-creative-bootstrap-theme/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: GothamBook;
  color: #000;
}

a {
  color: #4a8ecc;
}

a:hover {
  color: #044c7f;
  
}

h1,
h3,
h4,
h5,
h6 {
  font-family: GothamBold;
}
h2 {font-family: GothamBoldItalic;font-size:3em;}
strong {font-family: GothamBold;font-weight: normal;}
em {font-family: GothamBookItalic;}
p, ul, ol {line-height:2em;}
.btn-download {border-radius: .8em;border-color: #a72c31;border-width: .25em; background: #ed1c24;color:#fff;font-family: GothamBold;font-size:1em;text-transform: uppercase; padding: 0.2em 1.5em;}
.btn-download:hover {background: #a72c31;}

hr {height:0; border: 2px solid #044c7f;width:90%;margin: 2em auto;opacity: 1;}

/*--------------------------------------------------------------
# Videos
--------------------------------------------------------------*/
#videos #main {margin-top: 15vh;}
video {background: #000;}
.video-container {
    position: relative;
    display: flex;
    /*width: max-content;
    height: max-content;*/
    justify-content: center;
    align-items: center;
}
.video-container #video {
    /*width: 100%;
    height: auto;
    border-radius: 20px;*/
}
.video-container .bi.bi-play-btn,.video-container .bi.bi-play-btn-fill {
    position: absolute;
    height: auto;
    top: calc(50% - 2.5vw);
    padding: 0 .5em;
    width: 25%;
    display: flex;
    justify-content: space-around;
    opacity: 1.0;
    transition: opacity 0.4s;
    z-index: 9997;
    /*color: #4a8ecc;*/
    color:#c4a77f;
    font-size:5vw!important;
}
.video-container .controls {
    position: absolute;
    background:#1e2d3d;
    height: 2em;
    bottom: 0;
    padding: 0 .5em;
    width: 100%;
    display: flex;
    justify-content: space-around;
    opacity: 0.05;
    transition: opacity 0.4s;
}
/*#home .video-container .controls {bottom: 0;}*/
.video-container:hover .controls {
    opacity: 1;
}
.video-container .controls button {
    background: transparent;
    color: #fff;
    text-shadow: 0px 1px 5px rgba(0,0,0,0.4);
    border: none;
    cursor: pointer;
    padding-bottom: 2px;
}
.video-container .controls .timeline {
    flex: 1;
    display: flex;
    align-items: center;
    border: none;
    /*border-right: 3px solid #ccc;
    border-left: 3px solid #ccc;*/
}
.video-container .controls .timeline .bar{
    background: rgba(196, 167, 127,0.5);
    height: 4px;
    flex: 1;
}
.video-container .controls .timeline .bar .inner{
    background: #c4a77f;
    width: 0%;
    height: 100%;
}
.video-container .bi {
    font-size: 1.4em !important;
}
.video-container .bi::before, .video-container [class^="bi-"]::before, .video-container [class*=" bi-"]::before {vertical-align: -.2em!important;}
@media (max-width: 575px) {
    video-container .bi.bi-play-btn,.video-container .bi.bi-play-btn-fill {
    top: calc(50% - 5vw);
    font-size:10vw!important;
}
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #c4a77f;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #ddc7a2;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#home #header{ transition: all 0.5s;}


#header {
  z-index: 9999;
  background: #1e2d3d;
  padding: 0 1em 0 2em;
  
}

#header.header-transparent {
  background: transparent;
}

#header.header-scrolled {
  background: #1e2d3d;
  
}
#home #header {opacity: 100;}
#home #header.header-scrolled {opacity: 1;}
#header h1 {color:#fff;}

@media (max-width: 575px) {
    #header {
}
}


/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  /*align-items: center;*/
}

.navbar li {
  position: relative;
}
.navbar-brand {padding: 0!important;}
.navbar-brand img {height:100px;width:auto;margin: 1em 0;}
.navbar-brand h1 {display: none;}
.navbar a,
.navbar a:focus {
  display: flex;
 /* align-items: center;*/
  justify-content: space-between;
  padding: 10px 15px;
  color: #fff;
  white-space: nowrap;
  /*transition: 0.3s;*/
  font-size: .95em;
  font-family: GothamBook;
  text-transform: uppercase;
  /*font-weight: 600;*/
  letter-spacing: 1px;
  text-decoration: none;
}

.navbar a i,
.navbar a:focus i {
  font-size: 1em;
  margin-left: 5px;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  color:#c4a77f;
    font-family:GothamBold;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
  border-radius: 4px;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: .9em;
  text-transform: none;
  font-weight: 400;
  color: #3b434a;
  letter-spacing: 1px;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  color:#c4a77f;
}

.navbar .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #c4a77f;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(36, 41, 46, 0.9);
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  border-radius: 10px;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 14px;
  color: #c4a77f;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #c4a77f;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
  color: #ffb727;
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 100vh;
  background: #4a8ecc url("/public/realhmw/images/how-money-works-animated.svg");
  background-color:#4a8ecc; 
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}
#hero-sp {
  width: 100%;
  height: 100vh;
  background: #4a8ecc url("/public/realhmw/images/how-money-works-animated-sp.svg");
  background-color:#4a8ecc; 
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}

#hero:before,#hero-sp:before {
  content: "";
  background: rgba(0, 0, 0, 0.0);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#hero .hero-container,#hero-sp .hero-container {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content:flex-end;
  align-items:center;
  flex-direction: column;
  padding: 0 15px;
}

#hero h1,#hero-sp h1 {
  margin: 0 0 10px 0;
  font-size: 64px;
  font-family: "Satisfy", serif;
  color: #fff;
}

#hero h2,#hero-sp h2 {
  color: #eee;
  margin-bottom: 50px;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

#hero .btn-scroll,#hero-sp .btn-scroll {
  transition: 0.4s;
  color: rgba(255, 255, 255, 0.6);
  animation: up-down 1s ease-in-out infinite alternate-reverse both;
  margin-bottom: 8em;
}

#hero .btn-scroll i,#hero-sp .btn-scroll i {
  font-size: 48px;
}

#hero .btn-scroll:hover,#hero-sp .btn-scroll:hover {
  color: #ffb727;
}

@media (min-width: 1024px) {
  #hero ,#hero-sp {
    background-attachment: fixed;
  }
}

@media (max-width: 575px) {
  #hero h1.#hero-sp h1 {
    font-size: 40px;
  }

  #hero h2,#hero-sp h2 {
    text-align: center;
    margin-bottom: 30px;
  }
}

@keyframes up-down {
  0% {
    transform: translateY(5px);
  }

  100% {
    transform: translateY(-5px);
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 0;
}

.section-bg {
  background-color: white;
}

.section-title {
  text-align: left;
}

.section-title h2 {
  font-size: 3.25em;
  line-height: 1.25em;
}

.section-title span {
  /*position: absolute;*/
  font-family:GothamBold;
  font-size: 2.6em;
  line-height: 0;
}

.section-title p {
  font-family:GothamMedium;
}
@media (max-width: 991px) {
  .section-title h2 {
    font-size: 64px;
    line-height: 66px;
    margin-bottom: 15px;
  }
    .section-title span {
    font-size: 36px;
  }
    *.border-left {border-left: none!important;}
    .ps-5 {padding-left: calc(var(--bs-gutter-x) * .5)!important;}
}
@media (max-width:767.98px) {
  .section-title h2 {
    font-size: 60px;
    line-height: 62px;
  }
  
}
@media (max-width: 575px) {
  .section-title h2 {
    font-size: 44px;
    line-height: 46px;
    margin-bottom: 15px;
      width:100%!important;
  }

  .section-title span {
    font-size: 32px;
  }
  .concept {padding: 6em 3em!important;  }
    
}


/*--------------------------------------------------------------
# Concepts
--------------------------------------------------------------*/

#videos #main {margin-top: 100px;}
#videos .concepts {background: rgba(154,181,198,0.15);padding: 0 8em;}



.dark-blue {background:#1e2d3d;}
.blue {background:#2f4d6c;}
.gold {background:#c4a77f;}
.medium-gold {background:#ddc7a2;}
.light-gold {background:#e1d3bf;}
.grey {background:#999;}
.light-grey {background:#ccc;}
.dark-grey {background:#6f7983;}
.blue-grey {background:#a5abb1;}
.text-dark-grey {color:#6f7983;}
.text-grey {color:#999;}
.text-light-grey {color:#ccc;}
.text-gold {color:#c4a77f;}
.text-medium-gold {color:#ddc7a2;}
.text-blue {color:#2f4d6c;}
.text-dark-blue {color:#1e2d3d;}
.text-charcoal {color:#333;}

.border-gold {border-color:#c4a77f!important;}

.table-numbers strong {font-size:3.2em;line-height:.9em;}
.table-numbers-md strong {font-size:2.6em;line-height:.9em;}
.table-numbers td {font-size:2em;line-height:.9em;vertical-align:middle;letter-spacing:-1px;}
.table-numbers-md td {font-size:1.5em;line-height:.9em;vertical-align:middle;letter-spacing:-1px;}

.img-shift {margin-left: -4em;}

@media (max-width: 991px) {
    .concepts p {/*font-size: 1em;*/}
}
@media (max-width:767.98px) {
    #home h1 {font-size:3.5em;}
    #payyourselffirst .icon, #ruleof72 .icon {font-size:1em;line-height: 1.1em;}
    #payyourselffirst table {width: 100%;}
    #payyourselffirst table .field {width:125px;}
    #payyourselffirst .lt-green-bkg {padding: 1rem .5rem!important;}
    #ruleof72 table.doubled {width: 100%;font-size: 1em;line-height: 1.1em;}
    #ruleof72 table.doubled td {height:10vh;}
    #rule-72 {width:100%;font-size: .75em;}
    
    
    .concepts img {width:100%;height:auto;}
    .concepts h3 {width:100%;}
    .concepts p {font-size: 1em;}
	
	.img-shift {margin-left: 1em;margin-right: 1em;}
}
@media (max-width: 575px) {
    #home h1 {font-size:2.75em;}
    #payyourselffirst table {width: 100%;}
    #concepts .concept {margin-top: 101px;}
    .concepts img {width:50%;height:auto;}
    .concepts p {margin: 0 auto;width:80%;}
    .p3{width:100%;}
    .p6{width:100%;}
    .p12{width:100%;}
    #highcostofwaiting .concept {margin-top: 101px;}
    #payyourselffirst .concept {margin-top: 101px;}
    #ruleof72 .concept {margin-top: 101px;}
    #compoundinterest .concept {margin-top: 101px;}
    #debtstacking .concept {margin-top: 101px;}
    #theory .concept {margin-top: 101px;}
    #owner .concept {margin-top: 101px;}
    #averaging .concept {margin-top: 101px;}
    #book .introduction {margin-top: 101px;}
    #about #main {margin-top: 101px;}
    #footer {font-size: .6em!important;}
    #footer .px-1 {padding-left: 0;padding-right: 0;}
    .light-gold {font-size: .8em}
   /* .light-gold .h4 {font-size: 1em;}*/
    #freedomflex img {margin: 0 1.5em;}
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footnote p {font-size: .85em!important; line-height:1.2em;}
#footer {
  background-color: #333;
  color: #fff;
  font-size: .85em;
  text-align: left;
  padding: 1em 0;
  /*position: relative;*/
}

#footer::before {
  content: "";
  /*position: absolute;*/
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0);
}

#footer .container {
  position: relative;
}
#footer a {color:#fff;}

#footer h3 {
  font-size: 36px;
  font-weight: 700;
  color: #fff;
  position: relative;
  font-family: "Satisfy", serif;
  padding: 0;
  margin: 0 0 15px 0;
}

#footer p {
  font-size: 15;
  font-style: italic;
  padding: 0;
  margin: 0 0 40px 0;
}

#footer .social-links {
  margin: 0 0 40px 0;
}

#footer .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #ffb727;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .social-links a:hover {
  background: #f3a200;
  color: #fff;
  text-decoration: none;
}

#footer .copyright {
  margin: 0 0 5px 0;
}

#footer .credits {
  font-size: 13px;
}