﻿@import "https://fonts.googleapis.com/css2?family=Montserrat:wght@100;300;400;500;600;700&display=swap";

@import "https://fonts.googleapis.com/css2?family=Pacifico&display=swap";

body {
    font-family: Arial,sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f5f5f5;
    color: #333
}

.landing-page {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px
}

body, html {
    margin: 0;
    padding: 0;
    height: auto;
    min-height: 100%;
    overflow: auto
}

.landing-page {
    min-height: 100vh;
    overflow: auto
}

.welcome-section {
    text-align: center;
    margin: 40px 0
}

    .welcome-section .visual {
        margin: 20px 0;
        margin-top: 80px
    }

.luigi-image {
    max-width: 100%;
    height: auto
}

.dreams-section {
    padding: 40px;
    border-radius: 10px;
    margin: 20px 0;
    text-align: center
}

    .dreams-section h2, .dreams-section p {
        text-align: center
    }

    .dreams-section h2 {
        font-family: 'Montserrat',sans-serif;
        font-weight: 500;
        font-size: 48px;
        line-height: 47.52px;
        color: #026F57;
        margin-bottom: 20px
    }

    .dreams-section .dreams-word {
        font-family: 'Pacifico',cursive;
        color: #026F57
    }

.signup-section {
    text-align: center;
    margin: 40px 0
}

.spin-wheel {
    width: 200px;
    margin: 20px auto
}

.info-section {
    padding: 40px;
    border-radius: 10px;
    margin: 20px 0
}

.info-cards {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 20px
}

.card {
    flex: 1;
    background-color: #f9f9f9;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 1px 2px #0000001a;
    text-align: center
}

.conclusion-section {
    background-color: #fff;
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0 2px 4px #0000001a;
    text-align: center;
    margin: 20px 0
}

    .footer a {
        color: #007bff;
        text-decoration: none;
        margin: 0 5px
    }

        .footer a:hover {
            text-decoration: underline
        }

.buttons {
    display: flex;
    gap: 10px
}

.header-left {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-grow: 1;
    padding-right: 15px
}

.custom-heading {
    font-family: 'Montserrat',sans-serif;
    font-weight: 700;
    font-size: 48px;
    line-height: 47.52px;
    text-align: center;
    color: #026F57
}

.custom-subheading {
    font-family: 'Montserrat',sans-serif;
    font-weight: 300;
    font-size: 32px;
    line-height: 35.64px;
    text-align: center;
    padding-top: 30px;
    color: #026F57
}

.button-container {
    display: flex;
    gap: 10px
}

.button {
    border: none;
    border-radius: 25px;
    font-size: 16px;
    padding: 10px 20px;
    cursor: pointer;
    transition: box-shadow .3s ease,transform .3s ease
}

.spin-wheel {
    color: green;
    background-color: transparent;
    background: #fff;
    font-weight: 700;
    font-family: 'Montserrat',sans-serif;
    font-size: 24px;
    text-align: center;
    box-shadow: 0 4px 10px #ffd700ff
}

.join-the-quest {
    background: #ffd700;
    color: #026F57;
    font-weight: 700;
    font-family: 'Montserrat',sans-serif;
    font-size: 24px;
    text-align: center;
    box-shadow: 0 4px 10px #ffd700ff
}

    .join-the-quest:hover {
        transform: scale(1.05)
    }

.button-container {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    border-radius: 25px;
    border: 2px solid #ffd700
}

.dreams-description {
    font-family: 'Montserrat',sans-serif;
    font-weight: 400;
    font-size: 36px;
    line-height: 35.64px;
    text-align: center;
    color: #026F57
}

.tazion-heading {
    font-family: 'Montserrat',sans-serif;
    font-weight: 700;
    font-size: 48px;
    line-height: 47.52px;
    text-align: center;
    color: #026F57;
    margin-bottom: 30px
}

.info-cards {
    display: flex;
    gap: 20px;
    justify-content: space-between;
    margin-bottom: 20px
}

    .info-cards .card {
        flex: 1;
        padding: 20px;
        border-radius: 16px;
        text-align: center
    }

.card.yellow {
    background-color: #E2FD11
}

.card.red {
    background-color: #FF5B0E
}

.card.grey {
    background-color: #DDD
}

.card h4 {
    font-family: 'Montserrat',sans-serif;
    font-weight: 700;
    font-size: 24px;
    color: #333
}

.card p {
    font-family: 'Montserrat',sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #666
}

.card.yellow h4 {
    font-family: 'Montserrat',sans-serif;
    font-weight: 700;
    font-size: 40px;
    line-height: 47.52px;
    color: #026F57;
    text-align: left;
    margin-top: 15px
}

.card.yellow p {
    font-family: 'Montserrat',sans-serif;
    font-weight: 400;
    font-size: 36px;
    line-height: 35.64px;
    color: #026F57;
    text-align: left;
    margin-top: 15px;
    padding-bottom: 15px
}

.card.red h4 {
    font-family: 'Montserrat',sans-serif;
    font-weight: 700;
    font-size: 40px;
    line-height: 47.52px;
    color: #fff;
    text-align: left;
    margin-top: 15px
}

.card.red p {
    font-family: 'Montserrat',sans-serif;
    font-weight: 400;
    font-size: 36px;
    line-height: 35.64px;
    color: #FCFCFC;
    text-align: left;
    margin-top: 15px;
    padding-bottom: 15px
}

.card.grey h4 {
    font-family: 'Montserrat',sans-serif;
    font-weight: 700;
    font-size: 48px;
    line-height: 47.52px;
    color: #026F57;
    text-align: left;
    margin-top: 15px
}

.card.grey p {
    font-family: 'Montserrat',sans-serif;
    font-weight: 400;
    font-size: 36px;
    line-height: 35.64px;
    color: #026F57;
    text-align: left;
    margin-top: 15px;
    padding-bottom: 15px
}

.intro-section .main-heading {
    font-family: 'Montserrat',sans-serif;
    font-weight: 700;
    font-size: 48px;
    line-height: 47.52px;
    text-align: center;
    color: #026F57;
    margin-bottom: 15px
}

.intro-section .subheading-text {
    font-family: 'Montserrat',sans-serif;
    font-weight: 500;
    font-size: 38px;
    line-height: 47.52px;
    color: #026F57;
    text-align: left
}

.intro-section {
    padding-right: 90px;
    padding-bottom: 120px;
    padding-left: 90px;
    gap: 54px
}

.wheel-container {
    position: relative;
    width: 400px;
    height: 400px;
    margin-bottom: 20px
}

.Button-text {
    width: 600px;
    height: 400px
}

.wheel {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transform-origin: center
}

.arrow {
    position: absolute;
    top: 47%;
    left: 50%;
    width: 300px;
    height: 300px;
    transform-origin: center;
    z-index: 10
}

.result {
    margin-top: 20px;
    font-size: 18px;
    font-weight: 700;
    color: #333
}

.whell-section {
    padding: 40px;
    border-radius: 10px 10px 20px 20px;
    margin: 20px 0
}

.card.white {
    padding: 40px;
    border-radius: 10px 10px 20px 20px;
    box-shadow: 0 4px 10px #0000001a;
    transition: box-shadow .3s ease-in-out;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center
}

    .card.white:hover {
        box-shadow: 0 8px 20px #0003
    }

.Button-text h4 {
    font-family: 'Montserrat',sans-serif;
    font-weight: 500;
    font-size: 48px;
    line-height: 47.52px;
    color: #026F57;
    text-align: center;
    margin: 0
}

.Button-text p {
    font-family: 'Montserrat',sans-serif;
    font-weight: 400;
    font-size: 26px;
    line-height: 44.64px;
    color: #026F57;
    text-align: left;
    margin-top: 10px
}

.footer-buttons {
    display: flex;
    justify-content: center;
    gap: 20px
}

.button {
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer
}

.Button-text .button.learn-more {
    color: green;
    background-color: transparent
}

.Button-text .footer-buttons {
    margin-top: 15px
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: #000c;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000
}

.modal-content {
    background: #000;
    padding: 2rem;
    border-radius: 10px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    max-width: 1200px;
    height: 700px;
    width: 90%;
    position: relative
}

    .modal-content h2, .modal-content p {
        font-size: 2rem;
        color: #fff;
        position: absolute;
        z-index: 1
    }

    .modal-content h2 {
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        font-size: 2rem
    }

    .modal-content p {
        font-family: 'Montserrat',sans-serif;
        font-weight: 700;
        font-size: 70.14px;
        line-height: 137.81px;
        text-align: center;
        top: 50%;
        transform: translateY(-50%);
        left: 18%
    }

.close-button {
    position: absolute;
    top: 20px;
    right: 40px;
    background-color: #fff;
    color: #000;
    border: none;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    font-size: 1.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    box-shadow: 0 4px 6px #0000001a
}

    .close-button:hover {
        background-color: #f2f2f2
    }

.WinPng {
    width: 500px;
    margin-right: 20px
}

.modal-content .text-block {
    font-family: 'Montserrat',sans-serif;
    font-weight: 700;
    font-size: 36px;
    line-height: 44.64px;
    text-align: center;
    top: 60%;
    transform: translateY(-50%);
    left: 45%;
    color: #fff;
    width: 80%;
    display: block
}

.text-block {
    margin-top: 300px
}

    .text-block .join-the-quest {
        background-color: #ffd700;
        color: #fff;
        border: none;
        padding: 15px;
        width: 80%;
        font-size: 18px;
        border-radius: 32px;
        cursor: pointer;
        margin-top: 30px
    }

        .text-block .join-the-quest:hover {
            transform: scale(1.05)
        }

.popup-notification {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000000b3;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    animation: fadeIn .3s ease-in-out
}

.popup-content {
    background-color: #fff;
    padding: 30px;
    border-radius: 20px;
    text-align: center;
    box-shadow: 0 4px 10px #0003;
    width: 350px;
    font-family: 'Montserrat',sans-serif
}

    .popup-content h2 {
        font-family: 'Montserrat',sans-serif;
        font-weight: 700;
        font-size: 36px;
        color: #026F57;
        margin-bottom: 20px
    }

    .popup-content p {
        font-family: 'Montserrat',sans-serif;
        font-weight: 400;
        font-size: 18px;
        color: #333;
        margin-bottom: 20px
    }

    .popup-content button {
        background-color: #ffd700;
        color: #026F57;
        border: none;
        padding: 12px 25px;
        font-size: 18px;
        border-radius: 25px;
        cursor: pointer;
        transition: transform .3s ease,background-color .3s ease;
        font-family: 'Montserrat',sans-serif
    }

        .popup-content button:hover {
            background-color: #f0f0f0;
            transform: scale(1.05)
        }

.menu-button {
    display: none
}
