@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@100..900&display=swap');

:root {
    --white--primary: white;
    --black--primary: black;
    --black--secondary: rgba(0, 0, 0, .5);
    --accent: #00a2e1;
    --gray--primary: whitesmoke;
    --gray--secondary: rgba(0, 0, 0, .1);
    --white--secondary: rgba(255, 255, 255, .5);
    --black: black;
    --white: white
}

b,
h1,
h2,
h3,
h4 {
    font-weight: 700
}

body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body,
h5 {
    line-height: 24px;

}

.section.features-gray,
.section.overview-section {
    background-color: #fafafa
}

.container,
.container-large {
    margin-left: auto;
    margin-right: auto;
    position: relative
}

a {
    background-color: rgba(0, 0, 0, 0);
    text-decoration: none;
    color: var(--black--primary)
}

a:active,
a:hover {
    outline: 0
}

h1 {
    margin: .67em 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700
}

h1,
h2,
h3,
h4,
h5,
p {
    margin-top: 0;
    margin-bottom: 0
}

h6 {
    margin-top: 10px;
    font-size: 12px;
    line-height: 18px
}

@keyframes spin {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}

body {
    background-color: var(--white--primary);
    letter-spacing: -.01em;
    font-size: 16px;
    color: var(--black--primary)
}

h1 {
    font-size: 48px;
    line-height: 52px
}

h2 {
    font-size: 40px;
    line-height: 44px
}

h3 {
    font-size: 32px;
    line-height: 40px
}



.heading-medium,
h4 {
    font-size: 20px;
    line-height: 28px
}

.heading-medium {
    font-size: 26px;
    line-height: 36px;
}

.overview-content p {
    font-size: 18px !important;
}

h5 {
    font-size: 16px;
    font-weight: 500
}

.page-wrapper {
    background-image: url(https://assets-global.website-files.com/65bf7d3d6bb1c09b8e01a7d0/65bf88a6db2f22147c1ae632_hero-bg-new.svg);
    background-position: 50% 100px;
    background-repeat: no-repeat;
    background-size: 100%
}

.section {
    padding: 80px 30px
}

.section.hero-section {
    padding-top: 220px
}

.section.features-gray,
.section.features-white {
    padding-top: 160px;
    padding-bottom: 160px
}

.section.cta-section {
    padding-top: 120px;
    padding-bottom: 120px
}

.section.footer-top {
    padding-top: 16px;
    padding-bottom: 16px
}

.container {
    max-width: 1200px
}

.style-block {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex
}

.button-primary,
.button-secondary {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    border-radius: 40px;
    padding: 8px 16px 8px 8px;
    font-weight: 500;
    display: flex
}

.button-primary {
    background-color: var(--accent);
    color: var(--white--primary);
    align-items: center
}

.button-primary div {
    font-size: 28px;
    font-weight: 400;
}

.button-secondary {
    background-color: var(--accent);
    color: var(--white);
    align-items: center
}

.section-cards {
    padding-bottom: 0 !important;
}

.overview-card,
.overview-highlight {
    box-shadow: 0 1px 3px 0 var(--gray--secondary);
    border-radius: 30px;
    background-color: var(--white--primary)
}

.card-image {
    border-radius: 13px;
}

.cta-wrapper,
.hero-wrapper {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    text-align: center;
    flex-direction: column;
    align-items: center;
    display: flex
}

.hero-description {
    max-width: 1300px;
    margin-top: -16px;
    font-size: 60px;
    line-height: 85px;
}

.container-large {
    max-width: 1130px
}

.overview-wrapper {
    flex-direction: column;
    display: flex
}

.overview-card,
.overview-top {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    display: flex
}

.overview-top {
    text-align: center;
    flex-direction: column;
    align-self: center;
    max-width: 430px
}

.overview-card {
    flex-direction: column;
    align-items: flex-start;
    padding: 22px
}

.heading-medium {
    font-weight: 700
}

.overview-description {
    margin-top: -4px
}

.overview-highlight {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    justify-content: space-between;
    align-items: flex-start;
    display: flex;
    overflow: hidden
}

.overview-content {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    max-width: 370px;
    padding: 32px;
    display: flex
}

.features-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    display: flex
}

.features-wrapper.reverse {
    flex-direction: row-reverse
}

.features-image-wrapper {
    flex: 1;
    justify-content: center;
    align-items: center;
    display: flex
}

.features-content {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-direction: column;
    flex: 1;
    align-items: flex-start;
    display: flex
}

.nav-menu {
    grid-column-gap: 16px;
    grid-row-gap: 16px
}

.overview-image-mobile {
    display: none
}

.features-description {
    margin-top: -8px;
    text-align: center;
    width: 100%;
}

.features-image {
    border: 1px solid var(--gray--secondary);
    box-shadow: 0 1px 3px 0 var(--gray--secondary), 0 0 0 14px #f7f7f7, 0 0 0 15px var(--gray--secondary);
    border-radius: 34px
}

.footer-wrapper {
    justify-content: space-between;
    align-items: center;
    display: flex
}

.footer-link,
.nav-link {
    transition: color .2s
}

.footer-link:hover,
.nav-link:hover {
    color: var(--accent)
}

.navigation {
    z-index: 99;
    justify-content: center;
    align-items: center;
    padding-top: 16px;
    padding-left: 16px;
    padding-right: 16px;
    display: flex;
    position: fixed;
    top: 0;
    bottom: auto;
    left: 0;
    right: 0
}

.nav-wrapper {
    background-color: var(--white--primary);
    box-shadow: 0 -1px 0 0 var(--gray--secondary), 0 1px 3px 0 var(--gray--secondary), inset 0 0 0 1px var(--gray--secondary);
    border-radius: 1000px;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 540px;
    padding: 16px 16px 16px 24px;
    display: flex
}

.nav-menu {
    align-items: center;
    display: flex
}

@media screen and (max-width:991px) {
    .page-wrapper {
        background-size: 150%;
        overflow: hidden
    }

    .section {
        padding: 60px 24px
    }

    .section.features-gray,
    .section.features-white {
        padding-top: 120px;
        padding-bottom: 120px
    }

    .overview-card,
    .overview-content {
        width: 100% !important;
    }

    .overview-highlight {
        grid-column-gap: 0;
        grid-row-gap: 0
    }

    .overview-image-desktop {
        width: 450px
    }
}

@media screen and (max-width:767px) {

    .hero-description {
        font-size: 30px !important;
        line-height: 45px !important;
    }

    .button-join {
        padding: 15px 40px !important;
    }

    .button-primary div {
        font-size: 22px !important
    }

    h1 {
        font-size: 40px;
        line-height: 44px
    }

    h2 {
        font-size: 32px;
        line-height: 40px
    }

    h3 {
        font-size: 28px;
        line-height: 34px
    }

    .section {
        padding: 40px 16px
    }

    .hero-section {
        padding: 160px 0 !important;
    }

    .section.features-gray,
    .section.features-white {
        padding-top: 60px;
        padding-bottom: 60px
    }

    .section.cta-section {
        padding-top: 80px;
        padding-bottom: 80px
    }

    .style-block {
        flex-direction: column
    }

    .overview-highlight {
        flex-direction: column;
        align-items: stretch
    }

    .overview-content {
        max-width: none
    }
    .overview-content div,
    .overview-content p {
        padding-right: 50px !important;
    }

    .overview-image-desktop {
        display: none
    }

    .features-wrapper {
        grid-column-gap: 60px;
        grid-row-gap: 60px;
        flex-direction: column-reverse
    }

    .features-wrapper.reverse {
        flex-direction: column-reverse
    }

    .features-content {
        text-align: center;
        align-items: center;
        max-width: 330px
    }

    .overview-image-mobile {
        width: 100%;
        display: block
    }

    .benefits-card {
        aspect-ratio: 1;
        padding: 24px
    }

    .footer-section-container {
        flex-direction: column-reverse;
        padding: 40px 16px !important;
    }

    .col-md-4,
    .col-md-6 {
        width: 100% !important;
    }

    .col-md-4 {
        text-align: center;
        border-top: 2px solid gray;
        padding-top: 45px;
        margin-top: 30px;
    }

}

@media screen and (max-width:479px) {
    .hero-logo {
        width: 80px
    }

    .overview-wrapper {
        grid-column-gap: 60px;
        grid-row-gap: 60px
    }

    .features-image {
        width: 280px
    }

    .benefits-card {
        aspect-ratio: auto
    }

    .nav-wrapper {
        border-radius: 28px;
        align-items: flex-start;
        position: relative
    }

    .nav-menu {
        flex-direction: column;
        align-items: flex-start;
        display: none;
        position: absolute;
        bottom: 16px;
        left: 24px;
        right: 16px
    }

    .nav-link {
        font-size: 20px;
        font-weight: 700;
        line-height: 28px
    }
}


* {
    font-family: "Raleway", serif;
}

.navigation {
    position: relative !important;
}

.nav-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    flex-wrap: wrap;
}

.overview-top {
    max-width: 970px !important;
}

.hero-section {
    padding: 200px 0;
}

.hero-logo {
    width: 380px !important;
    padding: 0 20px;
}

.hero-wrapper {
    padding: 0 20px;
}

.overview-items {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
}

.overview-card {
    margin-top: 30px;
    width: 28%;
    box-shadow: 0 2px 3px 0 var(--gray--secondary);
}

.button-secondary {
    padding: 10px 20px !important;
    transition: scale 0.1s ease;

    &:hover {
        scale: 1.03;
    }
}

.button-join {
    padding: 20px 60px;
    transition: scale 0.1s ease;
    border: none;
    cursor: pointer;

    &:hover {
        scale: 1.03;
    }
}

.button-join-v2 {
    padding: 15px 40px;
    transition: scale 0.1s ease;
    border: none;
    cursor: pointer;

    &:hover {
        scale: 1.03;
    }
}

.button-join-v2 div {
    font-size: 18px !important;
}

.button-join-v2 img,
.button-join img {
    width: 20px;
    fill: #ffffff;
}

.section.features-white,
.section.features-gray {
    padding: 80px 30px !important;
}

.features-image {
    border: none !important;
    box-shadow: none !important;
    transition: .3s;

    &:hover {
        scale: 1.05;
        transform: translateY(-5px) !important;
    }
}

.section-cta {
    background-color: #eaf2f4;
    margin: auto;
    margin: 60px auto;
    border-radius: 30px;
    padding: 60px;
    text-align: center !important;
}

.features-wrapper-cta {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 30px;
}

.features-content {
    max-width: 600px;
}

.features-content h2 {
    width: 100%;
}

@media screen and (max-width: 800px) {
    .overview-card {
        width: 100% !important;
    }
}

@media screen and (max-width: 600px) {
    .section-cta {
        padding: 30px;
    }

    .nav-wrapper {
        justify-content: center;
        gap: 20px;
    }
}

@media screen and (max-width: 360px) {
    .nav-wrapper {
        justify-content: center;
    }
}


/* FAQ */
.features-header {
    text-align: center;
    margin-bottom: 40px;
}

.faq-container {
    max-width: 800px;
    margin: auto;
}

.faq {
    margin: 20px 0;
    overflow: hidden;
    padding: 20px 10px;
    position: relative;
    border-bottom: 2px solid;
}

.question {
    padding: 0 15px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: background-color 0.3s;
}

.answer {
    padding: 0 15px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-in-out;
    font-weight: 300;
}

.question i {
    font-size: 18px;
    transition: 0.3s;
}

.rotate {

    transform: rotate(45deg);
}

/* FAQ */


/*  Modal CSS  */

/* Modal Overlay */
.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 99999;
}

/* Modal content box */
.modal-content {
    background: #fff;
    padding: 2rem;
    max-width: 500px;
    width: 90%;
    position: relative;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

/* Close button style */
.modal-close {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    background: none;
    border: none;
    font-size: 1.2rem;
}


.modal-overlay h2 {
    font-weight: 600;
    font-size: 2rem;
    padding-bottom: 1rem;
}

.modal-overlay p {
    font-size: 1rem;
    line-height: 1.3rem;
    padding: 0.5rem 0;
}

.modal-overlay p a:visited {
    color: #000;
}


@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* Form Styling */
h2 {
    margin: 0;
    color: #333;
}

p {
    margin: 0;
    color: #555;
}

form {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

label {
    font-size: 14px;
    color: #555;
}

input {
    padding: 10px;
    font-size: 14px;
    border: 1px solid #ddd;
    border-radius: 5px;
}

input:focus {
    border-color: #4caf50;
    outline: none;
}

button[type="submit"] {
    padding: 10px;
    background-color: #4caf50;
    color: white;
    font-size: 16px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

button[type="submit"]:hover {
    background-color: #45a049;
}

/* Message Box Styles */
.message-box {
    padding: 10px;
    margin-bottom: 15px;
    border-radius: 5px;
    font-size: 14px;
}

.message-box.success {
    background-color: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
}

.message-box.error {
    background-color: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
}



/* MODAL CSS */


/* Footer */

.footer-section {
    margin-top: 180px;
    background-color: #000000;
}

.footer-section p,
.footer-section label {
    color: #afafaf;
}

.footer-section-container {
    padding: 40px;
    color: #ffffff;
    display: flex;
    justify-content: space-between;
    max-width: 1400px;
    margin: 0 auto;
    flex-wrap: wrap;
}

.col-md-4 {
    width: 40%;
}

.col-md-6 {
    width: 50%;
}

.form-group {
    display: flex;
    flex-direction: column;
}

input[type="text"],
input[type="email"],
textarea {
    background: rgba(255, 255, 255, 0.1);
    border: none;
    font-size: 16px;
    height: auto;
    margin: 0;
    outline: 0;
    padding: 15px;
    background-color: #e8eeef;
    color: #8a97a0;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.03) inset;
    margin-bottom: 15px;
}

textarea {
    margin-bottom: 0;
}

footer-btn {
    padding: 19px 39px 18px 39px;
    color: #FFF;
    background-color: #4bc970;
    font-size: 18px;
    text-align: center;
    font-style: normal;
    border-radius: 5px;
    width: 100%;
    border: 1px solid #3ac162;
    border-width: 1px 1px 3px;
    box-shadow: 0 -1px 0 rgba(255, 255, 255, 0.1) inset;
    margin-bottom: 10px;
}

fieldset {
    margin-bottom: 30px;
    border: none;
}

.dataConsent {
    margin-bottom: 15px;
}

.success-message {
    display: none;
    background: #dcfce7;
    color: #166534;
    padding: 1rem;
    border-radius: 0.5rem;
    margin-bottom: 1rem;
}

.error-message {
    display: none;
    background: #db6666;
    color: #ffffff;
    padding: 1rem;
    border-radius: 0.5rem;
    margin-bottom: 1rem;
}