@import url("common.css");
@import url("animation.css");
@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400;500;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Great+Vibes&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Allura&display=swap');

* {
    scrollbar-width: none;
    -ms-overflow-style: none;
}

*::-webkit-scrollbar {
    display: none;
}

.font-esthetic {
    font-family: 'Dancing Script', cursive, serif !important;
}

.img-crop {
    width: 15rem;
    height: 15rem;
    position: relative;
    overflow: hidden;
    border-radius: 50%;
}

.img-crop>img {
    display: inline;
    margin: 0 auto;
    height: auto;
    width: 100%;
}

.btn-theme {
    position: fixed;
    bottom: 15vh !important;
    right: 2vh !important;
    z-index: 1055 !important;
}

.loading-page {
    position: fixed;
    max-height: 100vh;
    overflow: hidden; /* Prevent page overflow */
    inset: 0 !important;
    width: 100%;
    height: 100%;
    z-index: 1056 !important;
}

.welcome-page {
    position: fixed;
    max-height: 100vh;
    overflow: hidden; /* Prevent page overflow */
    inset: 0 !important;
    width: 100%;
    height: 100%;
    z-index: 1056 !important;
}

.story-section{
    background-color: #d78fdc30;
}

.header-section{
    position: relative;
    overflow: hidden;
    text-align: center;
    padding: 0;
    /* background: url('/assets/images/us-transparent.png') no-repeat center center; */
    background-size: 35%; /* Ensures full coverage */
    background-attachment: fixed; /* Optional parallax effect */
    background-color: #d78fdc30;
    background-position: 90%;
    
    width: 100%;
}

.waves{
    background-color: #d78fdc30;
}

.invitation-div{
    background-color: #d78fdc30;
}

/* Parent div to contain the canvas */
#canvas-container {
    border: 1px solid #000; /* Optional border to visualize the div */
    display: flex;
    justify-content: center;
    align-items: center;
}

#game-container {
    width: 100%;
    margin: 35px 0;
}

#mobile-message {
    background-color: rgb(255, 255, 255);
    border-radius: 10px;
    padding: 20px;
    margin: 20px auto;
    max-width: 300px;
}

#mobile-message p {
    margin: 0;
    font-size: 1.5rem;
    color: white;
}

/* Canvas settings */
canvas {
    display: block;
}

.gift-section {
    background-color: var(--bs-gray-100);
    margin: 0 auto;   /* Center horizontally */
    padding-left: 20%;    /* Add padding for spacing */
    padding-right: 20%;    /* Add padding for spacing */
}

.card-body {
    max-width: 360px; /* Limit card width for better balance */
    margin: 0 auto;   /* Center each card horizontally */
}

.faq-section{
    background-color: var(--bs-gray-100);
}

.end-section{
    background-color: var(--bs-gray-100);
    padding-left: 0.5in;
    padding-right: 0.5in;
    padding: 0.5in;
}