/* Global Styles */
* {
    margin: 2px;
    padding: 0;
    box-sizing: border-box;
    font-family:'Montserrat', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}

body {
    background-image: url('./assets/IMG_4189.png');
    background-size: 100% 100%;
    background-color: white;
    color: #333;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 100vh;
}

.learnmore-text-section {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
}

.learnmore-text {
    display: flex;
    flex-direction: column;
    width: 100%;
    color: white;
    text-align: center;
}

.learnmore-text-paragraph {
    display: flex;
    flex-direction: column;
    width: 90%;
    color: white;
    text-align: center;
    font-size: medium;

    /* margin-left: 10%; */
}

.homepage-buttons {
    /* margin-top: 5%; */
}

/* Navigation Section */
.nav {
    padding: 20px 0;
    text-align: center;
}

.nav-link {
    font-family: Muli, sans-serif;
    font-weight:500;
}

.nav ul {
    list-style: none;
}

.nav li {
    display: inline;
    margin: 0 15px;
}

.nav a {
    text-decoration: none;
    color: #ffffff;
    font-size: 1em;
    transition: color 0.3s;
}

.social-link {
    text-decoration: none;
    color: #ffffff;
    font-size: 1em;
    transition: color 0.3s;
}

.nav a:hover {
    color: #333;
}

.iosandroid {
    width: 5%;
    height: 5%;
}

/* Main Content */
.main-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 10%;
}

.main-content-success {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 10%;
}

.main-content-careers {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 30%;
}

.main-content-contact {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 30%;
}

.main-content-user-agreements-page {
    flex: 1;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-bottom: 40%;
}

.tos-pdf {
    z-index: 1;
}

.pp-title {
    color: white;
}

.waitlist-main-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    margin-top: 10%;
    /* flex-grow: 1; */
}

.mantra-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    position: relative; /* Allows for positioning of children */
    padding: 0 20px; /* Optional: adds some padding */
}

.logo-container {
   /* width: 50%; */
   display: flex;
   flex-direction: column;
   /* text-align: center; */
   align-items: center;
}

.input-field {
    background-color: #ffffff;
    /* opacity: 50%; */
    margin-top: 2%;
    height: 50px;
    width: 35%;
    border: 1px solid transparent; /* Thick black border */
    border-radius: 30px; /* Rounded corners */
    outline: none; /* Remove default outline on focus */
    font-size: large;
    text-align: center;
    color: black;
}

.mantra {
    display: inline;
}

#logo-link {
    border: none;
    text-decoration: none;
}

.tagline {
    /* font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; */
    color: white;
    /* font-weight: bold; */
    margin-top: 2.5%;
    font-size: 1.3em;
    /* font-style: italic; */
}

#third-logo {
    /* margin-top: -95%; */
    margin-bottom:110%;
    font-size: 3em;
    color: white;
    /* font-family: Muli, sans-serif; */
} 

#waitlist-third-logo {
    /* margin-top: -95%; */
    /* margin-bottom:120%; */
    font-size: 4em;
    color: white;
    flex: 1;
    font-family: Montserrat, sans-serif;
    font-weight: 500;
} 

#home-third-logo {
    font-size: 7em;
    color: white;
    /* margin-left: 25%; */
    /* font-family: Muli, sans-serif; */
} 

#mantra-starter {
    margin-bottom: 15px; /* Adds space between the starter and finisher text */   
    color: white;
}

#mantra-finisher {
    color: white;
    transition: opacity 1s ease-in-out;
    margin-top: 10px; /* Adds space above the finisher text */
}

#waitlist-form {
    /* margin-top: -10%; */
    display: flex;
    flex-direction: column;
    transition: opacity 0.5s ease-in-out;
    align-items: center;
    width: 80%;
    flex: 1;
}

#thank-you-message {
    color: white;
    transition: opacity 0.5s ease-in-out;
}

/* Fading effect */
.fade-out {
    opacity: 0;
}

.fade-in {
    opacity: 1;
}

/* Call to action */
.cta-container {
    margin-top: 10px;
}

.home-cta-container {
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-top: 150px;
}

.reserve-handle-text {
    color: white;
    font-size: 1.2em;
}

.cta-button {
    /* background-color: black;
    color: white;
    padding: 15px 40px;
    font-size: 1.2em;
    border-radius: 30px;
    text-decoration: none;
    border: 1px;
    transition: background-color 0.3s ease; */
    margin-top: -30%;
    width: 280px;
    height: 60px;
    background-color: #4e4d548c;
    padding-top: 20px;
    padding-bottom: 15px;
    border-radius: 20px;
    text-decoration: none;
    border: 1px;
    transition: background-color 0.3s ease;
    outline: solid;
    outline-width: thin;
    outline-color: #a2a2a2;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.reserve-handle-button {
    /* background-color: black;
    color: white;
    padding: 15px 40px;
    font-size: 1.2em;
    border-radius: 30px;
    text-decoration: none;
    border: 1px;
    transition: background-color 0.3s ease; */
    margin-top: -30%;
    width: 280px;
    height: 60px;
    background-color: #4e4d548c;
    padding-top: 20px;
    padding-bottom: 15px;
    border-radius: 20px;
    text-decoration: none;
    border: 1px;
    transition: background-color 0.3s ease;
    outline: solid;
    outline-width: thin;
    outline-color: #a2a2a2;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-bottom: 35px;
}

.learn-more-cta-button {
    /* background-color: black;
    color: white;
    padding: 15px 40px;
    font-size: 1.2em;
    border-radius: 30px;
    text-decoration: none;
    border: 1px;
    transition: background-color 0.3s ease; */
    margin-top: -60%;
    width: 280px;
    height: 60px;
    background-color: #4e4d548c;
    padding-top: 20px;
    padding-bottom: 15px;
    border-radius: 20px;
    text-decoration: none;
    border: 1px;
    transition: background-color 0.3s ease;
    outline: solid;
    outline-width: thin;
    outline-color: #a2a2a2;
    justify-content: center;
    align-items: center;
    text-align: center;
}

/* .waitlist-submit-button {
    margin-top: -3%;
    width: 130px;
    height: 40px;
    background-color: #4e4d548c;
    color: white;
    font-size: 1.0em;
    border-radius: 10px;
    text-decoration: none;
    border: 1px;
    transition: background-color 0.3s ease;
    outline: solid;
    outline-width: thin;
    outline-color: #a2a2a2;
} */

.waitlist-submit-button {
    /* margin-top: -30%; */
    width: 150px;
    height: 50px;
    background-color: #4e4d548c;
    color: white;
    padding-top: 15px;
    padding-bottom: 30px;
    font-size: 1.0em;
    border-radius: 20px;
    text-decoration: none;
    border: 1px;
    transition: background-color 0.3s ease;
    outline: solid;
    outline-width: thin;
    outline-color: #a2a2a2;
    text-align: center;
}

.inquiries-message {
    color: white;
    text-align: center;
}

.row {
    display: flex;
    flex-direction: row;
    flex: 1;
    justify-content: center;
    align-items: flex-end;
}

.no-openings {
    background-color: transparent;
    color: white;
    padding: 15px 40px;
    font-size: 1.2em;
    border-radius: 30px;
    text-decoration: none;
    border: 1px;
    transition: background-color 0.3s ease;
}

.cta-button:hover {
    background-color: #333;
}

/* Footer Section */
.footer {
    /* padding: 20px 0; */
    /* background-color: white; */
    /* border-top: 1px; */
    /* position: absolute;
    bottom: 0;
    left: 0; */
    text-align: center;
    font-size: 0.9em;
    color: white;
    /* position: fixed; */
    bottom: 0;
    /* flex: 1; */
}

.footer p {
    margin-bottom: 15px;
}

.footer ul {
    list-style: none;
    padding: 0;
}

.footer li {
    margin: 5px 0;
}

.footer a {
    text-decoration: none;
    color: white;
    transition: color 0.3s;
}

.footer a:hover {
    color: grey;
}

.caption {
    text-align: left;
    text-decoration: none;
}

.white {
    color: #e1dfdf;
    font-size: 11px;
}

.tos-container {
    flex: 1;
    /* text-align: center; */
    color: white;
    width: 90%;
}

.tos-link {
    text-decoration: none;
    color: white;
    margin-left: 10%;
}

.main-content-learnmore {
    /* flex: 1; */
    display: flex;
    flex-direction: column;
    align-items: center;
    /* justify-content: center; */
    /* height: 50%; */
    /* flex-grow: 1; */
    margin-bottom: 20%;
}

::placeholder {
    color: #c7c7c7f0;
}


/* Responsive Design */
@media (max-width: 768px) {
    .reserve-handle-button {
        margin-top: -30%;
        width: 200px;
        height: 50px;
        background-color: #4e4d548c;
        padding-top: 20px;
        padding-bottom: 15px;
        border-radius: 20px;
        text-decoration: none;
        border: 1px;
        transition: background-color 0.3s ease;
        outline: solid;
        outline-width: thin;
        outline-color: #a2a2a2;
        justify-content: center;
        align-items: center;
        text-align: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin-bottom: -10%;
    }
    .homepage-buttons {
        margin-top: -10%;
    }
    .input-field {
        /* background-image: url('./assets/nye_blur_crop.jpg'); */
        color: #4b3636;
        background-color: white;
        /* margin-top: 2%; */
        height: 40px;
        width: 70%;
        border: 1px solid transparent; /* Thick black border */
        border-radius: 40px; /* Rounded corners */
        outline: none; /* Remove default outline on focus */
        font-size: medium;
    }
    iframe {
        width: 500;
        height: 375;
    }
    body {
        background-image: url('./assets/IMG_4189.png');
        background-size: 100% 100%;
        background-color: white;
        color: #333;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        min-height: 100vh;
    }
    .cta-button {
        margin-top: -30%;
        width: 200px;
        height: 50px;
        background-color: #4e4d548c;
        padding-top: 20px;
        padding-bottom: 15px;
        border-radius: 20px;
        text-decoration: none;
        border: 1px;
        transition: background-color 0.3s ease;
        outline: solid;
        outline-width: thin;
        outline-color: #a2a2a2;
        justify-content: center;
        align-items: center;
        text-align: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .learn-more-cta-button {
        margin-top: -70%;
        width: 200px;
        height: 50px;
        background-color: #4e4d548c;
        border-radius: 20px;
        text-decoration: none;
        border: 1px;
        transition: background-color 0.3s ease;
        outline: solid;
        outline-width: thin;
        outline-color: #a2a2a2;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .main-content {
        /* flex: 1; */
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        /* height: 50%; */
        /* flex-grow: 1; */
        margin-bottom: 15%;
    }
    .main-content-success {
        flex: 1;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin-bottom: 80%;
    }
    .main-content-careers {
        flex: 1;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin-bottom: 80%;
    }
    
    .main-content-contact {
        flex: 1;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin-bottom: 80%;
    }
    .main-content-learnmore {
        /* flex: 1; */
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        /* height: 50%; */
        /* flex-grow: 1; */
        margin-bottom: 160%;
    }
    .main-content-user-agreements-page {
        flex: 1;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin-bottom: 60%;
    }
    .reserve-handle-text {
        color: white;
        font-size: 1.0em;
        margin-top: -1%;
    }
    .nav a {
        text-decoration: none;
        color: white;
        font-size: 1em;
        transition: color 0.3s;
    }
    #home-third-logo {
        font-size: 5em;
        color: white;
        /* margin-left: 25%; */
        /* font-family: Muli, sans-serif; */
    }
    .iosandroid {
        width: 15%;
        height: 15%;
    }
    .inquiries-message {
        color: white;
        text-align: center;
    }
    .tagline {
        width: 100%;
        font-size: medium;
    }
    .tos-link {
        text-decoration: none;
        color: white;
        text-align: right;
    }
    .learnmore-text-paragraph {
        display: flex;
        flex-direction: column;
        width: 90%;
        color: white;
        text-align: center;
        font-size: small;
    
        /* margin-left: 10%; */
    }
}
