@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@400;600;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playball&display=swap');

*, h1, h2, h3, h4, h5, p, a, span, li, button {
    font-family: 'Nunito Sans', sans-serif;
}

/* Mastermind */

.home-banner {
    background-image: url('/assets/img/home-banner.jpg');
    background-size: cover;
    height: 100vh;
    width: 100vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.home-banner h1 {
    font-size: 32px;
    text-transform: uppercase;
    color: white;
    text-align: center;
    margin-bottom: 15px;
}

.home-banner h2 {
    font-size: 48px;
    color: white;
    text-align: center;
    margin-bottom: 50px;
    line-height: 1.3;
}

.home-banner p {
    color: white;
    margin-bottom: 15px;
    font-size: 20px;
    line-height: 1.3;
}

.home-banner button {
    font-family: 'Nunito Sans', sans-serif;
    color: white;
    background-color: #00D296;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 4px;
    padding: 10px 20px;
    cursor: pointer;
    border: 1px solid #00D296 !important;
}

.home-banner button:hover, .home-banner button:focus-visible {
    background-color: white;
    color: #00D296;
}

.overthink-image img {
    max-width: 270px;
    width: 100%;
}

/* Freebook */

.popup {
    background-color: #006161;
    color: white;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    padding: 22px 0;
    line-height: 1.3;
    margin-bottom: 60px;
}

.popup img {
    width: 20px;
    margin-right: 5px;
}

.hero-section h1 {
    text-align: center;
    font-size: 36px;
    font-weight: 900;
    margin-bottom: 50px;
}
.hero-section h2 {
    text-align: center;
    font-size: 32px;
    font-weight: 900;
    margin-bottom: 10px;
}

.hero-section h3 {
    font-size: 40px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1.5;
}

.hero-section h4 {
    font-size: 30px;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 50px;
}

.hero-section p {
    text-align: center;
    font-size: 22px;
    margin-bottom: 15px;
}

.hero-section a {
    color: white;
    background-color: #00D296;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 20px;
    border-radius: 10px;
    padding: 16px 30px;
    cursor: pointer;
}

.hero-section .row {
    margin-bottom: 20px;
}

.video-section {
    max-width: 900px;
}

.video-section p {
    font-size: 30px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    margin-top: 50px;
    margin-bottom: 100px;
}

.video-section a {
    color: white;
    background-color: #00D296;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 20px;
    border-radius: 10px;
    padding: 16px 30px;
    cursor: pointer;
    width: 500px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
    margin-top: 70px;
}

.video-gallery {
    margin-bottom: 70px;
}

.video-gallery h3 {
    font-size: 40px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
    line-height: 1.5;
}

.video-gallery h4 {
    color: #E41E29;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.5;
    text-align: center;
    margin-bottom: 60px;
}

.video-gallery p {
    font-size: 22px;
    margin-top: 24px;
    margin-bottom: 30px;
    line-height: 30px;
}

.video-gallery img {
    width: 100%;
}

.video-gallery .col-6 {
    padding-left: 30px;
    padding-right: 30px;
}

.members h3 {
    color: #E41E29;
    font-size: 40px;
    text-align: center;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 60px;
}

.members img {
    max-width: 388px;
    width: 100%;
    box-shadow: 36px 30px 80px rgba(0, 0, 0, 0.08); 
    border-radius: 10px; 
    border: 1px #DFDFDF solid
}

.members {
    margin-bottom: 100px;
}

.reviews h3 {
    color: #E41E29;
    font-size: 40px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 30px;
}

.reviews h4 {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.5;
    text-align: center;
    margin-bottom: 30px;
}

.reviews span {
    font-size: 20px;
    font-weight: 600;
}

.reviews .col > div {
    border-radius: 14px;
    border: 1px solid #e3e3e3;
    padding: 40px;
    box-shadow: 36px 30px 94px 0px #0000000F;
}

.reviews a {
    color: white;
    background-color: #00D296;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 20px;
    border-radius: 10px;
    padding: 16px 30px;
    cursor: pointer;
    width: 500px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
    margin-bottom: 100px;
}

.next h3 {
    color: #E41E29;
    font-size: 40px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 30px;
}

.next h4 {
    font-size: 40px;
    text-align: center;
    font-weight: 700;
    line-height: 1.5;
    margin-top: 40px;
    margin-bottom: 40px;
}

.next a {
    color: white;
    background-color: #00D296;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 20px;
    border-radius: 10px;
    padding: 16px 30px;
    cursor: pointer;
    width: 500px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 100px;
}

.next p {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.5;
    margin-top: 20px;
}

.next img {
    width: 100%;
}

.extra h3 {
    color: #E41E29;
    font-size: 40px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 30px;
}

.extra .paragraphs p {
    margin-bottom: 30px;
    font-size: 20px;
    line-height: 20px;
    text-align: center;
}

.extra .paragraphs p strong {
    font-weight: 700;
}

.extra a {
    color: white;
    background-color: #00D296;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 20px;
    border-radius: 10px;
    padding: 16px 30px;
    cursor: pointer;
    width: 500px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 100px;
    margin-top: 50px;
}

.trust h3 {
    color: #E41E29;
    font-size: 28px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 900;
    line-height: 1.5;
    margin-bottom: 60px;
}

.trust img {
    width: 100%;
}

.trust a {
    color: white;
    background-color: #00D296;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 20px;
    border-radius: 10px;
    padding: 16px 30px;
    cursor: pointer;
    width: 500px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 100px;
}

.proof h3 {
    color: #E41E29;
    font-size: 40px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 60px;
}

.proof img {
    width: 100%;
    border-radius: 10px; 
    border: 1px #DFDFDF solid;
}

.proof a {
    color: white;
    background-color: #00D296;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 20px;
    border-radius: 10px;
    padding: 16px 30px;
    cursor: pointer;
    width: 500px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 100px;
    margin-top: 40px;
}

.changes h3 {
    color: #E41E29;
    font-size: 40px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
    line-height: 1.5;
}

.changes h4 {
    font-size: 30px;
    text-align: center;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 60px;
}

.changes h5 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
}

.changes p {
    color: #9E9E9E; 
    font-size: 16px;
    line-height: 1.5;
}

.changes img {
    width: 100%;
    margin-bottom: 24px;
}

.changes .row {
   box-shadow: 20px 30px 80px rgba(0, 0, 0, 0.06); 
   border-radius: 16px;
   padding: 50px;
}

.changes a {
    color: white;
    background-color: #00D296;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 20px;
    border-radius: 10px;
    padding: 16px 30px;
    cursor: pointer;
    width: 500px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 100px;
    margin-top: 40px;
}

.team h3 {
    color: #E41E29;
    font-size: 40px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
    line-height: 1.5;
}
.team h4 {
    font-size: 30px;
    text-align: center;
    line-height: 1.5;
    margin-bottom: 60px;
}

.team h5 {
    font-size: 30px;
    text-align: center;
    line-height: 1.5;
    margin-top: 20px;
    margin-bottom: 10px;
}

.team p {
    color: #9E9E9E;
    text-align: center;
    font-size: 20px;
    line-height: 20px;
}

.bonus h3 {
    color: #E41E29;
    font-size: 40px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
    line-height: 1.5;
    margin-top: 100px;
    margin-bottom: 100px;
}

.bonus .box {
    background: #FFFAF5; 
    border-radius: 12px;
    padding-left: 50px;
    margin-bottom: 60px;
}

.bonus h4 {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 30px;
}

.bonus ul {
    margin-left: 25px;
}

.bonus ul li {
    list-style-type: disc;
    font-size: 20px;
    margin-bottom: 15px;
}

.bonus ul li::marker {
    color: #FF7900;
}

.bonus .row img {
    width: 30px;
    margin-right: 15px;
    margin-top: 8px;
}

.bonus h5 {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.5;
}

.bonus a {
    color: white;
    background-color: #00D296;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 20px;
    border-radius: 10px;
    padding: 16px 30px;
    cursor: pointer;
    width: 500px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 100px;
    margin-top: 40px;
}

.form {
    background: #FFFAF5; 
    border-radius: 16px;
    padding: 40px 100px;
    max-width: 900px;
    margin: auto;
    margin-bottom: 100px;
}

.form h3 {
    color: #E41E29;
    font-size: 40px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 50px;
}

.form input {
    font-size: 20px;
    font-family: Nunito Sans;
    font-weight: 400;
    line-height: 20px;
    word-wrap: break-word;
    border: none;
    padding: 25px;
    border-radius: 10px;
}
.form input::placeholder {
    color: #AEAEAE;
    font-size: 20px;
    font-family: Nunito Sans;
    font-weight: 400;
    line-height: 20px;
    word-wrap: break-word
}

.form button {
    font-family: Nunito Sans;
    border: none;
    color: white;
    background-color: #00D296;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 20px;
    border-radius: 10px;
    padding: 16px 30px;
    cursor: pointer;
    width: 100%;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.form p {
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    margin-top: 30px;
}

.form-ebook {
    padding: 40px;
    margin: auto;
}

.form-ebook h3 {
    color: #E41E29;
    font-size: 40px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 50px;
}

.form-ebook input {
    font-size: 18px;
    font-family: Nunito Sans;
    font-weight: 400;
    line-height: 20px;
    word-wrap: break-word;
    border: none;
    padding: 18px 25px;
    border-radius: 10px;
    border: 1px solid #AEAEAE;
    width: 100%;
}
.form-ebook input::placeholder {
    color: #AEAEAE;
    font-size: 20px;
    font-family: Nunito Sans;
    font-weight: 400;
    line-height: 20px;
    word-wrap: break-word
}

.form-ebook .button {
    font-family: Nunito Sans;
    border: none;
    color: white;
    background-color: #00D296;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 20px;
    border-radius: 10px;
    padding: 16px 30px;
    cursor: pointer;
    width: 100%;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.form-ebook p {
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    margin-top: 30px;
}

.mce_inline_error {
    color: red;
    font-family: 'Nunito Sans', sans-serif;
    margin-top: 5px;
}

#mce-success-response {
    text-align: center;
    font-family: 'Nunito Sans';
    margin-bottom: 25px;
    font-size: 20px;
    font-weight: 700;
    color: #00D296;
}

#mce-error-response {
    text-align: center;
    font-family: 'Nunito Sans';
    margin-bottom: 25px;
    font-size: 20px;
    font-weight: 700;
    color: red;
}

footer {
    background: #006161;
    padding: 45px;
}

footer p {
    color: white;
    font-size: 20px;
    text-align: center;
    margin-bottom: 16px;
}

footer h2 {
    font-family: 'Playball', cursive;
    font-size: 40px;
    line-height: 1;
    color: white;
    text-align: center;
    margin-bottom: 24px;
}