body {
    width: 100%;
    height: auto;
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

a {
    margin: 0;
}

ul {
    margin: 0;

}

h1 {
    margin: 0;
}

h2 {
    margin: 0;
}

h3 {
    margin: 0;

}

h4 {
    margin: 0;

}

h5 {
    margin: 0;

}

h6 {
    margin: 0;

}

p {
    margin: 0;

}

select {
    width: auto;
    height: auto;
    border-style: none;

    background-color: aliceblue;
    color: black;
    display: block;
    padding: 10px;
    border-radius: 10px;
}

input {
    width: 100%;
    height: auto;
    border-style: none;

    background-color: aliceblue;
    color: black;
    display: block;
    padding: 10px;
    box-sizing: border-box;
    border-radius: 10px;
}

header {
    width: 100%;
    height: auto;
    box-sizing: border-box;
    position: fixed;
    background-color: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(9px);
    z-index: 100;
}

#headerContentDiv {
    width: 100%;
    height: auto;
    padding: 10px;
    box-sizing: border-box;
}

#navigationContentDiv {
    width: 100%;
    height: auto;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#homeButton {
    width: auto;
    height: auto;
    padding: 10px;
    background-color: transparent;
    border-style: none;
    font-family: inherit;
    cursor: pointer;
}

#homeButton:hover {
    background-color: aliceblue;

}

#boardingButton {
    width: auto;
    height: auto;
    padding: 10px;
    background-color: transparent;
    border-style: none;
    font-family: inherit;
    cursor: pointer;
}

#boardingButton:hover {
    background-color: aliceblue;
}

#eBikeButton {
    width: auto;
    height: auto;
    padding: 10px;
    background-color: transparent;
    border-style: none;
    font-family: inherit;
    cursor: pointer;
}

#eBikeButton:hover {
    background-color: aliceblue;

}

#supportButton {
    width: auto;
    height: auto;
    padding: 10px;
    background-color: transparent;
    border-style: none;
    font-family: inherit;
    cursor: pointer;
}

#supportButton:hover {
    background-color: aliceblue;

}

#signInButton {
    width: auto;
    height: auto;
    padding: 10px;
    background-color: black;
    color: white;
    border-style: none;
    font-family: inherit;
    cursor: pointer;
    display: none;
}

#signInButton:hover {
    background-color: aliceblue;
    color: black;

}

#profileButton {
    width: auto;
    height: auto;
    padding: 10px;
    background-color: black;
    color: white;
    border-style: none;
    font-family: inherit;
    cursor: pointer;
    display: none;
}

#profileButton:hover {
    background-color: aliceblue;
    color: black;
}

#signOutButton {
    width: auto;
    height: auto;
    padding: 10px;
    background-color: black;
    color: white;
    border-style: none;
    font-family: inherit;
    cursor: pointer;
}

#signOutButton:hover {
    background-color: aliceblue;
    color: black;
}

#spacerDiv {
    width: 100%;
    height: 56px;
}

#rostrum {
    width: 100%;
    height: auto;
    padding: 10px;
    box-sizing: border-box;
}

#rostrumContent {

}

#catBoardingDiv {
    width: 100%;
    height: auto;
    margin: auto;
    box-sizing: border-box;
}

#introductionDiv {
    width: 100%;
    height: auto;
    background-color: black;
}

#introductionContentDiv {
    width: 100%;
    height: auto;
    display: flex;
}

#introductionTitleDiv {
    width: 100%;
    height: auto;
    color: white;
    padding: 10px;
    box-sizing: border-box;
}

#getUpdatesDailyDiv {
    width: 100%;
    height: auto;
    background-color: #1d1d1f;
    position: relative;
}

#getUpdatesDailyContentDiv {
    width: 100%;
    height: auto;
    display: flex;
}

#getUpdatesDailyTitle {
    width: 100%;
    height: auto;
    color: white;
    padding: 10px;
    box-sizing: border-box;
}

#getUpdatesDailyVideo {
    width: 100%;
    height: auto;

}

#bookButton {
    width: 100px;
    height: auto;
    padding: 10px;
    background-color: #fa6e76;
    color: white;
    border-style: none;
    border-radius: 10px;
    font-family: inherit;
    display: block;
    margin: auto;
    cursor: pointer;

}

#authDiv {
    width: 25%;
    height: auto;
    margin: auto;
    padding: 10px;
    box-sizing: border-box;
    border-radius: 10px;

}

#gif {
    width: 100%;
    height: auto;
    margin: auto;
    display: block;
}

#phoneAuthInputDiv {
    width: 100%;
    height: auto;
}

#recaptchaContainerDiv {
    width: 100%;
    height: auto;
    padding: 10px;
}

#recaptchaContainer {
    width: 100%;
}

#otpCodeAuthInputDiv {
    width: 100%;
    height: auto;
    display: none;
}
#otpCodeAuthInputFlexDiv {
    width: 100%;
    height: auto;
    display: flex;
    gap: 10px;
}
.c {
    text-align: center;
}

#sendCodeButton {
    width: max-content;
    height: max-content;
    padding: 10px;
    background-color: #fa6e76;
    color: white;
    border-style: none;
    font-family: inherit;
    cursor: pointer;
}

#confirm {
    width: max-content;
    height: max-content;
    padding: 10px;
    background-color: #fa6e76;
    color: white;
    border-style: none;
    font-family: inherit;
    cursor: pointer;
}

label {

    display: block;
    text-indent: 10px;
    color: white;
}



#profileDiv {
    width: 100%;
    height: auto;
    padding: 10px;
    box-sizing: border-box;
}

#profileContentDiv {
    width: 100%;
    height: auto;
    box-sizing: border-box;
}

#createProfileButton {
    width: max-content;
    height: max-content;
    padding: 10px;
    background-color: #fa6e76;
    color: white;
    border-style: none;
    font-family: inherit;
    cursor: pointer;
}

/* Slideshow container */
.slideshow-container {
    width: 100%;
    position: relative;
}

@media only screen and (max-width: 600px) {
    #desktopNavigationContentDiv {
        display: none;
    }

    #authDiv {
        width: 100%;
        border-radius: 0px;
    }

    #catBoardingDiv {
        width: 100%;
        height: auto;
    }

    #introductionContentDiv {
        width: 100%;
        height: auto;
        display: block;
    }

    #getUpdatesDailyContentDiv {
        width: 100%;
        height: auto;
        display: block;
    }

    /* Slideshow container */
    .slideshow-container {
        width: 100%;
        position: relative;
    }

}




/* The dots/bullets/indicators */
.dot {
    height: 10px;
    width: 10px;
    background-color: #fdcfd1;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

.active {
    background-color: #fa6e76;
}

/* Fading animation */
.fade {
    animation-name: fade;
    animation-duration: 1.5s;
}

@keyframes fade {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
    .text {
        font-size: 11px
    }
}