
:root {
    --yellow: #f7bc0b;
    --dark-blue-text: #2a3a5a;
    --dark-blue-bg: #293857;
    --white: #ffffff;
    --gray: #f6f6f6;
}

* {
    margin: 0;
    padding: 0;
}

body {
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-family: 'Satoshi', sans-serif;
    background: #ffffff;
    scroll-behavior: smooth;
}

a,
a:hover {
    display: inline-block;
    text-decoration: none;
}

.btn-check:focus + .btn,
.btn:focus {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.theme-btn {
    color: #ffffff;
    background: var(--dark-blue-bg);
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.5px;
    padding: 12px 30px;
    display: inline-block;
    text-decoration: none;
    border-radius: 30px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border: 2px solid transparent;
}

.theme-btn:hover {
    color: #ffffff;
    background: var(--dark-blue-bg);
    text-decoration: none;
}

.theme-btn-alt {
    color: #16223b;
    background: transparent;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.5px;
    padding: 12px 30px;
    display: inline-block;
    text-decoration: none;
    border-radius: 30px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border: 2px solid var(--dark-blue-bg);
}

.theme-btn-alt:hover {
    color: #16223b;
    background: transparent;
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Clash Grotesk', sans-serif;
    font-weight: 600;
}

section {
    overflow-x: hidden;
}

/* ==================================
                header
===================================== */
header {
    position: absolute;
    top: 16px;
    width: 100%;
    z-index: 999;
}
.navbar-brand img {
    max-height: 70px;
}

.navbar-expand-lg .navbar-nav {
    column-gap: 15px;
}

.nav-link,
.nav-link:hover {
    font-weight: 500;
    color: var(--dark-blue-text);
}

.navbar-toggler {
    padding: 0;
    border: none;
}

.navbar-toggler-icon {
    background-image: url('../img/toggle.svg');
}

.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: none;
}

/* ==================================
                hero area
===================================== */
.hero-area {
    background: #f7bd14 url("../img/header-img-bg.svg") no-repeat;
    background-size: 85%;
    background-position: 120% 100%;
    position: relative;
    z-index: 0;
}

.hero-area::before {
    position: absolute;
    content: '';
    top: 180px;
    left: 0;
    bottom: 100px;
    width: 52%;
    background: #ffeb3b;
    z-index: -1;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    filter: blur(100px);
    opacity: 0.5;
}

.hero-area .container {
    height: calc(100vh + 50px);
    display: grid;
    align-items: center;
    padding-top: 60px;
}

.hero-area h1 {
    color: #212d45;
    font-size: 3.5rem;
    line-height: 1.2;
    letter-spacing: -0.5px;
    margin-bottom: 0.5rem;
}

.hero-area h2 {
    color: #31313d;
    font-size: 2rem;
    font-family: "Satoshi", sans-serif;
    font-weight: 800;
    margin-bottom: 1.75rem;
}

.hero-area p {
    color: #3f3f3f;
    font-size: 18px;
    font-family: "Satoshi", sans-serif;
    font-weight: 500;
}

.cta-btns {
    margin-top: 2.5rem;
}

/* ==================================
                Why
===================================== */
.why {
    padding: 100px 0 80px;
    background: var(--gray);
}

.why h2 {
    color: var(--dark-blue-text);
    font-size: 2.8rem;
    line-height: 1.2;
    margin-bottom: 1.5rem;
}

.why img {
    max-width: 400px;
}

.why ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    margin: 0;
    padding: 0;
    gap: 14px;
}

.why ul li {
    color: #364769;
    font-size: 17px;
    font-weight: 500;
    position: relative;
    padding-left: 36px;
}

.why ul li::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    height: 24px;
    width: 24px;
    background: url('../img/check-square.svg') no-repeat;
    background-size: contain;
    background-position: center;
}

.why .theme-btn-alt {
    margin-top: 2.25rem;
}

/* ==================================
                Benefits
===================================== */
.benefits {
    padding: 150px 0px 100px 0px;
    background: var(--dark-blue-bg);
    position: relative;
    z-index: 0;
}

.benefits::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    height: 100px;
    background: url('../img/top-shape.svg') no-repeat;
    background-size: contain;
    background-position: top center;
}

.benefits h2 {
    color: var(--white);
    font-size: 3rem;
    line-height: 1.2;
    text-align: center;
    margin-bottom: 2rem;
}

.benefits .my-card {
    padding: 20px 24px;
    text-align: center;
}

.benefits .my-card img {
    max-height: 140px;
    width: auto;
    margin-bottom: 1.5rem;
}

.benefits .my-card h3 {
    color: var(--white);
    font-size: 1.4rem;
    font-weight: 600;
    letter-spacing: 0.5px;
    margin-bottom: 0.5rem;
}

.benefits .my-card p {
    color: var(--white);
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 0;
}

/* ==================================
              Why Forever
===================================== */
.why-forever {
    padding-top: 120px;
    background: #f6f6f6;
}

.why-forever h2 {
    color: var(--dark-blue-text);
    font-size: 2.75rem;
    line-height: 1.2;
    margin-bottom: 1.25rem;
}

.why-forever p {
    color: #364769;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 0;
}

.why-forever .card {
    background: #f0f8e3;
    border: 1px solid #d6e3c1;
    padding: 20px;
    border-radius: 12px;
}

.why-forever .card .icon {
    color: #7ea15e;
}

.why-forever .card h3 {
    font-size: 1.2rem;
    margin-top: 2rem;
    margin-bottom: 0;
}

.why-forever .card h3 {
    color: #4f5169;
    font-size: 1.15rem;
    font-weight: 500;
    line-height: 1.25;
    margin-top: 2rem;
    margin-bottom: 0;
}

/* ==================================
            Forever CTA
===================================== */
.forever-cta {
    padding-top: 120px;
    background: #f6f6f6;
}

.cta-card {
    padding: 70px;
    border-radius: 30px;
    background: #f0f8e3;
    border: 2px solid #d6e3c1;
    text-align: center;
}

.cta-card .platform-badge {
    height: 48px;
    width: auto;
}

.cta-card h2 {
    color: var(--dark-blue-text);
    font-size: 3rem;
    line-height: 1.2;
    text-align: center;
    margin-bottom: 0.5rem;
}

.cta-card p {
    color: #364769;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 2.5rem;
}

.custom-badge {
    padding: 8px 16px;
    color: var(--white);
    background: #000000;
    border-radius: 7px;
    border: 1px solid #a6a6a6;
}

.custom-badge span {
    font-weight: 500;
    display: block;
    line-height: 1.2;
}

.custom-badge span.helper-text {
    font-size: 65%;
}

/* ==================================
                Host
===================================== */
.host {
    padding: 110px 0;
    background: var(--gray);
}

.host h3 {
    color: var(--dark-blue-text);
    font-size: 2.25rem;
    font-weight: 600;
    text-align: center;
    line-height: 1.2;
    margin-bottom: 0;
}

.host h2 {
    color: var(--dark-blue-text);
    font-size: 2.8rem;
    font-weight: 600;
    text-align: center;
    line-height: 1.2;
    margin-bottom: 2.5rem;
}

.host-card {
    display: flex;
    gap: 30px;
    column-gap: 60px;
    align-items: center;
}

.host-card img {
    max-width: 32%;
}

.host-card h4 {
    color: #394a6d;
    font-size: 1.8rem;
    font-weight: 600;
    margin-bottom: 1rem;
}

.host-card p {
    color: #394a6d;
    font-size: 17px;
    font-weight: 500;
}

.platforms {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    justify-content: space-between;
    align-items: center;
    max-width: 720px;
    margin: 3rem auto 0;
}

.platforms img {
    text-align: center;
    max-height: 80px;
}

/* ==================================
                CTA
===================================== */

.cta {
    background: var(--dark-blue-bg);
    padding: 30px 0 40px;
    position: relative;
    z-index: 0;
}

.cta::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: url("../img/cta-shape.svg") no-repeat;
    background-size: 100%;
    z-index: -1;
}

.cta .p-top {
    padding: 50px 0 30px 0;
}

.cta .row {
    justify-content: space-between;
}

.cta h2 {
    color: var(--white);
    font-size: 2.8rem;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 0.5rem;
}

.cta p {
    color: var(--white);
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.5px;
    margin-bottom: 0;
}

.cta form {
    height: auto;
    max-width: 380px;
    overflow: hidden;
    background: var(--white);
    border-radius: 10px;
    padding: 25px 20px 20px 20px;
    margin: auto;
    filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.01));
}

.cta form h4 {
    color: var(--dark-blue-text);
    font-weight: 600;
    margin-left: 10px;
    margin-bottom: 5px;
}

.cta form .subtitle {
    color: #555555;
    font-size: 15px;
    font-weight: 500;
    margin-left: 10px;
    margin-bottom: 0.25rem;
}

.cta form .input-group {
    background: transparent;
    padding: 5px;
    border-radius: 30px;
}

.cta form input {
    font-size: 16px;
    font-weight: 500;
    background: none;
    padding: 10px 20px;
    border: none;
}

.cta form input:focus {
    color: #394a6d;
    background: none;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
}

.cta form button {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.5px;
    color: #ffffff;
    background: var(--dark-blue-bg);
    border: none;
    border-radius: 30px !important;
    padding: 0 28px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

/* Updated code */
.cta form .input-group {
    flex-direction: column;
    background: transparent;
    padding: 10px;
    border-radius: 7px;
}

.cta form input {
    font-size: 15px;
    padding: 10px 12px;
    width: 100% !important;
    border: 1px solid #e1e1e1;
    border-radius: 5px !important;
    margin-bottom: 10px;
}
.cta form input:focus {
    border: 1px solid #adc0e6;
}
.cta form button {
    font-size: 15px;
    padding: 12px;
    border-radius: 5px !important;
}

.small,
small {
    font-size: 0.8em;
    font-weight: 500;
    line-height: 1.6;
    color: #555555;
    display: inline-block;
}

/* ==================================
                Footer
===================================== */
footer {
    padding: 25px 0;
    background: var(--dark-blue-bg);
    border-top: 1px solid #394a6d;
}

footer p {
    color: var(--white);
    font-size: 13px;
    text-align: center;
    margin-bottom: 0;
    letter-spacing: 1px;
}

/* ==================================
                Responsive
===================================== */
@media screen and (max-width: 1399.98px) {
    .hero-area h1 {
        font-size: 3.35rem;
    }
}

@media screen and (max-width: 1199.98px) {
    .hero-area p {
        font-size: 16px;
    }

    .why h2 {
        text-wrap: pretty;
    }
    
    .benefits .my-card {
        padding: 20px 20px;
    }

    .why-forever h2 {
        font-size: 2.25rem;
    }

    .why-forever .card h3 {
        font-size: 1.1rem;
    }

    .why-forever .card h3 br {
        display: none;
    }
}

@media screen and (max-width: 991.98px) {
    .navbar-brand img {
        max-height: 60px;
    }

    .navbar-collapse {
        text-align: center;
        background: var(--white);
        padding: 25px 30px 40px;
        border-radius: 15px;
        margin-top: 10px;
        filter: drop-shadow(0px 5px 10px rgba(0, 0, 0, 0.1));
    }

    .hero-area .container {
        min-height: 768px;
        padding-top: 30px;
    }

    .hero-area h1 {
        font-size: 3rem;
    }

    .hero-area p {
        font-size: 17px;
    }

    .theme-btn,
    .theme-btn-alt {
        font-size: 14px;
    }

    .why h2,
    .benefits h2,
    .why-forever h2,
    .cta-card h2,
    .host h2,
    .cta h2  {
         font-size: 2.6rem;
    }

    .benefits {
        padding: 120px 0px 80px 0px;
    }

    .benefits::before {
        background-size: 150%;
    }

    .benefits .my-card img {
        max-height: 120px;
    }

    .benefits .my-card p {
        font-size: 16px;
    }

    .why-forever,
    .forever-cta {
        padding-top: 100px;
    }

    .why-forever p {
        margin-bottom: 2rem;
    }

    .why-forever .card h3 {
        font-size: 1.05rem;
    }
    
    .cta-card p {
        font-size: 16px;
    }

    .host {
        padding: 100px 0 70px;
    }

    .host .row.gx-5 {
        --bs-gutter-y: 2rem;
    }

    .host h3 {
        font-size: 2rem;
    }

    .host-card img {
        max-width: 30%;
    }

    .host-card p {
        font-size: 16px;
    }

    .cta {
        padding: 80px 0;
    }

    .cta::before {
        background-size: 210%;
        background-position: top left;
    }

    .cta .row {
        justify-content: center;
    }

    .cta h2,
    .cta p {
        text-align: center;
    }

    .cta .p-top > p {
        font-size: 16px;
    }

    .cta .p-top {
        padding: 40px 0 10px 0;
    }
}

@media screen and (max-width: 767.98px) {
    .container,
    .container-fluid {
        padding-left: 20px;
        padding-right: 20px;
    }

    .navbar-brand img {
        max-height: 54px;
    }

    .hero-area .container {
        min-height: 700px;
        padding-top: 70px;
    }

    .hero-area h1 {
        font-size: 2.5rem;
    }

    .hero-area h2 {
        font-size: 1.5rem;
    }

    .hero-area p {
        font-size: 16px;
        margin-bottom: 18px;
    }

    .theme-btn,
    .theme-btn-alt {
        padding: 11px 24px;
    }

    .hero-area .d-flex {
        flex-wrap: wrap;
    }

    .why {
        padding: 80px 0 70px 0;
    }
    

    .why h2, .benefits h2, .why-forever h2, .cta-card h2, .host h2, .cta h2 {
        font-size: 2.2rem;
    }

    .why img {
        max-width: 360px;
        margin-left: auto;
        margin-right: auto;
        display: block;
    }

    .why ul {
        gap: 8px;
        max-width: 430px;
        margin: auto;
    }

    .why ul li {
        font-size: 16px;
        padding-left: 30px;
    }

    .why ul li::before {
        top: 3px;
        height: 18px;
        width: 18px;
    }

    .why ul {
        gap: 8px;
    }

    .why .theme-btn-alt {
        margin-left: 38px;
    }

    .benefits {
        padding: 100px 0px 60px 0px;
    }

    .benefits .my-card {
        max-width: 360px;
        margin: auto;
    }

    .benefits .my-card h3 {
        font-size: 1.25rem;
    }

    .why-forever, .forever-cta {
        padding-top: 80px;
    }

    .why-forever p {
        font-size: 16px;
        margin-bottom: 1.5rem;
    }

    .cta-card {
        padding: 60px 48px;
        border-radius: 20px;
    }

    .forever-cta .d-flex {
        flex-wrap: wrap;
    }

    .cta-card .platform-badge {
        height: 44px;
    }

    .custom-badge {
        width: 100%;
        max-width: 324px;
    }

    .host {
        padding: 70px 0 60px;
    }

    .host-card {
        flex-direction: column;
        text-align: center;
    }

    .host h3 {
        font-size: 2.2rem;
    }

    .host h2 {
        font-size: 1.6rem;
        max-width: 400px;
        margin-left: auto;
        margin-right: auto;
    }

    .cta {
        padding: 80px 0 70px;
    }

    .cta .p-top {
        padding-top: 0px;
    }

    .cta .g-5,
    .cta .gy-5 {
        --bs-gutter-y: 2rem;
    }

    footer {
        padding: 20px 0;
    }
}

@media screen and (max-width: 575.98px) {
    header {
        top: 5px;
    }

    .navbar-collapse {
        padding: 20px 30px 35px;
    }

    .hero-area .container {
        height: calc(100vh - 30px);
        min-height: 780px;
        padding-top: 20px;
    }

    .hero-area .col-10 {
        width: 100%;
    }

    .hero-area::before {
        top: 120px;
        width: 100%;
    }

    .hero-area h1 {
        color: #2f325e;
        font-size: 2.4rem;
        line-height: 1.2;
        margin-bottom: 10px;
    }

    .hero-area h1 br {
        display: none;
    }

    .hero-area h2 {
        font-size: 1.2rem;
    }

    .hero-area p {
        font-size: 16px;
        margin-bottom: 14px;
    }

    .hero-area .d-flex {
        flex-wrap: wrap;
    }

    .why {
        padding: 80px 0 60px 0;
    }

    .why .gy-5 {
        --bs-gutter-y: 2rem;
    }

    .why .col-10 {
        width: 100%;
    }

    .why img {
        max-width: 280px;
        margin-bottom: 20px;
    }

    .why h2, .benefits h2, .why-forever h2, .cta-card h2, .host h2, .cta h2 {
        font-size: 2rem;
    }

    .why ul li {
        font-size: 16px;
        padding-left: 28px;
    }

    .why ul li::before {
        top: 4px;
        height: 16px;
        width: 16px;
    }

    .why .theme-btn-alt {
        margin-left: 0;
    }

    .benefits::before {
        background-size: 180%;
    }

    .benefits {
        padding: 100px 0px 70px 0px;
    }

    .benefits .my-card {
        padding: 20px;
    }

    .why-forever .card h3 br {
        display: block;
    }

    .why-forever p {
        font-size: 16px;
    }

    .why-forever .card h3 {
        margin-top: 1.2rem;
    }

    .cta-card {
        padding: 48px 20px;
        border-radius: 16px;
    }

    .cta-card h2 {
        text-wrap: balance;
        margin-bottom: 0.8rem;
    }

    .cta-card p {
        font-size: 15px;
        margin-bottom: 2rem;
    }

    .cta-card .platform-badge {
        height: 40px;
    }

    .custom-badge {
        font-size: 15px;
        width: 100%;
        max-width: 295px;
    }

    .host h3 {
        font-size: 1.8rem;
    }

    .host h2 {
        font-size: 1.25rem;
        margin-bottom: 3rem;
    }

    .host-card {
        gap: 18px;
        flex-direction: column;
        text-align: center;
    }

    .host-card img {
        max-width: 40%;
        margin-bottom: 1.25rem;
    }

    .host-card h4 {
        font-size: 1.5rem;
    }

    .host-card p {
        color: #394a6d;
        font-size: 15px;
        font-weight: 500;
        text-align: left;
    }

    .platforms {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        row-gap: 0;
        column-gap: 15px;
    }

    .platforms img {
        max-height: 60px;
    }

    .cta h2 {
        font-size: 2rem;
        padding: 0 20px;
        margin-bottom: 1rem;
    }

    .cta .p-top > p {
        font-size: 15px;
    }
}

@media screen and (max-width: 380px) {
    .hero-area h1 {
        font-size: 2.25rem;
    }

    .hero-area h2 {
        font-size: 1.1rem;
    }

    .why img {
        max-width: 260px;
    }

    .cta-card {
        padding: 40px 20px;
    }

    .cta-card .platform-badge {
        height: 36px;
    }

    .custom-badge {
        font-size: 14px;
        max-width: 268px;
        border-radius: 5px;
    }

    .cta h2 {
        font-size: 1.8rem;
    }
}
