
/* @import url('https://fonts.googleapis.com/css2?family=Concert+One&display=swap'); */


body,
html {
    width: 100%;
    height: 100vh;
    margin: 0;
    /* font-family: 'Inter', sans-serif; */
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
    overscroll-behavior: none;
    overflow: hidden;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

:root {
    touch-action: pan-x pan-y;
    height: 100%
}

.lvl-box {
    font-size: 1.6rem;
    position: absolute;
    left: 75%;
    white-space: nowrap;
    top: 0;
    background: #fff;
    color: #000;
    padding: 3% 10%;
    border-radius: 45%;
    /* box-shadow: 2px 1px 3px rgba(0,0,0,0.6); */
    /* text-shadow: 2px 1px 3px rgba(0,0,0,0.6); */
}

.center-container {
    display: grid;
    place-items: center;
    align-content: center;
}

.celeb-lvl-box {
    font-size: 1.6rem;
    position: absolute;
    left: 10px;
    white-space: nowrap;
    top: 2px;
    color: #000000;
}

.celeb-photo-container img {
    width: 100%;
}

.player-lvl-box {
    position: absolute;
    top: 1.5vh;
    left: 5vw;
    color: #000;
    font-size: 1.6rem;
    white-space: nowrap;
}

#player-container {
    position: relative;
    height: 22vh;
    overflow-y: hidden;
}

@keyframes fontAnimation {
    0% {
        font-size: 1.6rem;
    }

    50% {
        font-size: 1.7rem;
    }

    100% {
        font-size: 1.6rem;
    }
}

.animateLvlFont {
    animation: fontAnimation 0.38s;
}

.animatePumpUp {
    animation: pumpUpAnimation 0.38s;
}
@keyframes pumpUpAnimation {
    0% {
        margin-top: 0;
    }

    50% {
        margin-top: -10px;
    }

    100% {
        margin-top: 0;
    }
}

.animateBitUp {
    animation: bitUpAnimation 0.29s ease-in-out;
}
@keyframes bitUpAnimation {
    0% {
        margin-top: 0;
    }
    50% {
        margin-top: -4px;
    }
    100% {
        margin-top: 0;
    }
}

.glowUpAnimation {
    animation: glowUpAnimation 0.29s ease-in-out;
}
@keyframes glowUpAnimation {
    0% {
        border-color: #ffd9b5 !important;
    }
    50% {
        border-color: #ffbeb5 !important;
    }
    100% {
        border-color: #fff !important;
    }
}


.animateWin {
    animation: winAnimation 1.32s ease infinite;
}
@keyframes winAnimation {
    0% {
        margin-top: 0;
    }

    50% {
        margin-top: -4px;
    }

    100% {
        margin-top: 0;
    }
}

@keyframes phoneUpAnimation {
    0% {
        height: 22vh;
    }

    50% {
        height: 23vh;
    }

    100% {
        height: 22vh;
    }
}

.animatePhoneUp {
    animation: phoneUpAnimation 0.38s;
}


@keyframes pumpDownAnimation {
    0% {
        padding-top: 0;
    }

    50% {
        padding-top: 10px;
    }

    100% {
        padding-top: 0;
    }
}

.animatePumpDown {
    animation: pumpDownAnimation 0.38s;
}

.bottom-fixed {
    position: fixed;
    bottom: 0;
    width: 100%;
    text-align: center;
    font-size: 18px;
    z-index: 10;
}

.red {
    color: red;
}

.darker-red {
    color: #a50000;
}

.violet {
    color: #8a2be2;
}

.glow {
    -webkit-box-shadow: 0px 0px 39px 0px rgba(255, 242, 0, 1);
    -moz-box-shadow: 0px 0px 39px 0px rgba(255, 242, 0, 1);
    box-shadow: 0px 0px 39px 0px rgba(255, 242, 0, 1);
    background: rgba(255, 242, 0, 0.25);
}

#bg-div {
    position: fixed;
    z-index: 1;
    filter: blur(2px);
    -webkit-filter: blur(2px);
    background-size: cover;
    background-position: center;
    padding-top: 0;
    display: flex;
    height: 100%;
    width: 100%;
    overflow-x: hidden;
    overflow-y: hidden;
}

#bg-shader {
    background-color: rgba(0, 0, 0, 0.25);
    position: fixed;
    z-index: 2;
    padding-top: 0;
    display: flex;
    height: 100%;
    width: 100%;
    overflow-x: hidden;
    overflow-y: hidden;
}

#main-container {
    position: fixed;
    z-index: 10;
    padding-top: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
    width: 100%;
    overflow-x: hidden;
    overflow-y: hidden;
}

.content {
    width: 100%;
    max-width: 500px;
    position: relative;
    margin-top: 0;
    margin-bottom: auto;
}

#logo {
    margin-top: 2vh;
    margin-top: 1vh;
}

#logo img {
    width: 62%;
    max-width: 300px;
    min-width: 250px;
    height: auto;
}

#intro-logo {
    text-align: center;
}

#intro-logo img {
    width: 62%;
    max-width: 300px;
    min-width: 250px;
    height: auto;
}

#intro {
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #ffffff;
    color: #000000;
    position: absolute;
    z-index: 99;
    top: 0;
    left: 0;
}

.slogan {
    font-size: 18px;
    font-weight: 400;
    margin: 0.5vh 0 2vh 0;
    color: #ffcac9;
    font-family: Tahoma, Verdana, Arial, serif;
    letter-spacing: 5px;
}

.celeb-container {
    width: 80vw;
    max-width: 400px;
    margin: 10px auto;
    position: relative;
    background: #fff;
    padding: 2.5rem 10px 10px 10px;
}

.rival-image {
    width: 1px;
    height: auto;
    border-radius: 50%;
    border: 10px solid white;
    box-sizing: border-box;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.phone-image {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    z-index: 8000;
}

.phone-image-main {
    width: 50vw;
    min-width: 200px;
    max-width: 300px;
    height: auto;
}

.player-icon-img {
    width: 2rem;
}

#envelope-container {
    width: 45vw;
    min-width: 175px;
    max-width: 275px;
    position: absolute;
    top: 2vh;
    left: 50%;
    background: #fff;
    z-index: 91;
    border-radius: 3vh;
    transform: translateX(-50%);
    height: 25vh;
    visibility: hidden;
}

#icon-container {
    width: 50vw;
    min-width: 200px;
    max-width: 300px;
    position: absolute;
    top: 7vh;
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    /* Allow the icons to wrap onto the next line */
    z-index: 91;
}

.icon {
    background-color: #ff0100;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
}

.icon-1 {
    width: 18vh;
    height: 18vh;
    max-width: 120px;
    max-height: 120px;
    min-width: 70px;
    min-height: 70px;
    font-size: 40px;
    line-height: 18vh;
}

.icon-2 {
    width: 6vh;
    height: 6vh;
    font-size: 3vh;
    line-height: 6vh;
}

.icon-3 {
    width: 5vh;
    height: 5vh;
    font-size: 2.8vh;
    line-height: 5vh;
}

.like-div {
    position: absolute;
    z-index: 80;
}

#message-text {
    font-size: large;
    padding: 3vh 16px;
    visibility: hidden;
}

#message-close-icon {
    display: inline-block;
    font-size: xx-large;
    padding: 0 2.5vw 0 1vw;
    margin-top: -0.5vh;
    cursor: pointer;
    visibility: hidden;
}

#previous-btn {
    position: absolute;
    top: -10px;
    left: -2.3rem;
    font-size: 2.3rem;
    padding: 1rem 0.5rem;
    color: #fff;
}

#next-btn {
    position: absolute;
    top: -10px;
    right: -2.3rem;
    font-size: 2.3rem;
    padding: 1rem 0.5rem;
    color: #fff;
}

#celeb-img {
    display: block;
}

#loading-celeb-photo {
    width: 100%;
    aspect-ratio: 1/1;
    line-height: 100%;
    display: none;
    text-align: center;
    align-content: space-around;
    align-items: stretch;
    justify-content: space-evenly;
}

.loading-celeb-photo-wrap {
    width: 100%;
    aspect-ratio: 1/1;
    display: flex;
    vertical-align: middle;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: stretch;
}

#loading-celeb-photo img {
    display: inline;
}

#celeb-reload-btn {
    font-size: 1.6rem;
    position: absolute;
    right: 10px;
    white-space: nowrap;
    top: 2px;
    color: #000000;
}

@keyframes slideSideways {
    0% {
        margin-left: 0;
    }

    25% {
        margin-left: 0.5rem;
    }

    50% {
        margin-left: 0;
    }

    75% {
        margin-left: -0.5rem;
    }

    100% {
        margin-left: 0;
    }
}


#player-photo-container {
    position: relative;
}

.menu-icon,
.help-icon {
    position: absolute;
    top: 0;
    z-index: 1;
    /* Ensure icons appear above the image */
}

.menu-icon {
    left: 10px;
    /* Adjust as needed */
    font-size: 24px !important;
    margin-left: 10px;
    top: 100px;
}

.help-icon {
    right: 10px;
    /* Adjust as needed */
    font-size: 24px;
    margin-right: 10px;
    top: 100px
}

/***************************
 General Custom Modal Styles 
 ***************************/


.custom-modal .modal-content {
    font-family: 'Indie Flower', cursive;
    background-color: #fff3e0;
    color: #5d4037;
}

.custom-modal .modal-header, .custom-modal .modal-footer {
    border: none;
}

.custom-modal .modal-title {
    font-size: 2em;
    text-align: center;
    width: 100%;
}

.custom-modal .btn-close {
    font-size: 1.5em;
    color: #5d4037;
}

.custom-modal .modal-body img {
    max-width: 100%;
    height: auto;
}

.custom-modal .custom-btn {
    font-size: 1.5em;
    margin: 10px;
    transition: background-color 0.3s;
}

.custom-modal .custom-btn.focus-btn {
    background-color: #ff7043;
    color: #ffffff;
    border: none;
}

.custom-modal .custom-btn.small-btn {
    background-color: #ffab91;
    color: #5d4037;
    border: none;
}

.custom-modal .custom-btn.focus-btn:hover {
    background-color: #e64a19;
}

.custom-modal .custom-btn.small-btn:hover {
    background-color: #ff7043;
}

/* Chevron Animation */
.chevron {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80px;
    height: 60px;
    margin: 0 auto;
    padding-bottom: 20px;
    transform: rotate(45deg);
}

.chevron span {
    display: block;
    position: relative;
    width: 25px;
    height: 25px;
    border-bottom: 5px solid #ff7043;
    border-right: 5px solid #ff7043;
    animation: chevron 1s infinite;
}

.chevron span:nth-child(1) {
    top: 0;
    transform: rotate(90deg);

    animation-delay: 0s;
}

.chevron span:nth-child(2) {
    top: 20px;
    transform: rotate(90deg);

    animation-delay: 0.2s;
}

.chevron span:nth-child(3) {
    top: 40px;
    transform: rotate(90deg);

    animation-delay: 0.4s;
}

@keyframes chevron {
    0% {
        opacity: 0;
        transform: scale(0.5);
    }
    25% {
        opacity: 1;
        transform: scale(1);
    }
    50% {
        opacity: 0;
        transform: scale(0.5);
    }
    100% {
        opacity: 0;
        transform: scale(0.5);
    }
}

.modal-footer {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

#helpModal .modal-footer {
    position: relative;
    bottom: 0;
    right: 0;
    width: 100%;
    padding: 10px;
}

/* Full-Screen Modal on Mobile */
@media (max-width: 768px) {
    .custom-modal .modal-dialog {
        max-width: 100%;
        height: 100%;
        margin: 0;
    }

    .custom-modal .modal-content {
        height: 100%;
        border-radius: 0;
    }

    .custom-modal .modal-header, .custom-modal .modal-footer {
        padding: 10px;
    }

    .custom-modal .modal-body {
        padding: 10px;
    }
}

/* Larger Screens Modal Width */
@media (min-width: 769px) {
    .custom-modal .modal-dialog {
        max-width: 800px;
    }
}

/* Menu Modal Custom Styles */
.menu-modal {
    background-color: #ffe0b2;
    color: #3e2723;
}

.menu-modal .modal-title {
    font-size: 1.8em;
    color: #5d4037;
    width: 50%;
}

.menu-modal .modal-body ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.menu-modal .modal-body ul li {
    padding: 10px 0;
    display: flex;
    align-items: center;
    font-size: 1.2em;
    color: #5d4037;
    cursor: pointer;
    transition: background-color 0.3s;
}

.menu-modal .modal-body ul li i {
    margin-right: 10px;
    color: #ff7043;
    font-size: 1.5em;
}

.menu-modal .modal-body ul li:hover {
    background-color: #ffccbc;
}

/* Help Modal Custom Styles */
.help-modal {
    background-color: #e1bee7;
    color: #4a148c;
    /*width: 70%;*/
}

.help-modal .modal-title {
    font-size: 1.8em;
    color: #6a1b9a;
}

.help-modal .modal-body p {
    font-size: 1.5em;
    color: #4a148c;
}

.help-modal .modal-body .chevron span {
    border-bottom-color: #6a1b9a;
    border-right-color: #6a1b9a;
    padding-bottom: 10px;
}

.help-modal .modal-footer .custom-btn {
    background-color: #ba68c8;
    color: #ffffff;
    border: none;
    position: relative;
}

.help-modal .modal-footer .custom-btn:hover {
    background-color: #ab47bc;
}

/* Adjusting the width for smaller screens */
@media (max-width: 768px) {
    .menu-modal .modal-dialog, .help-modal .modal-dialog {
        width: 100%;
    }
}

/* terms and condition modals */
.terms-and-condition-content{
    overflow: auto;
}
#termsAndConditionsModal .modal-body{
    height: 70vh;
    overflow: auto;
    padding: 25px;
}

.gradient-bottom {
    position: absolute;
    bottom: 80px;
    left: 0;
    right: 0;
    height: 60px; /* Adjust as needed */
    background: linear-gradient(to top, #faf2e2, rgba(255, 255, 255, 0));
    pointer-events: none; /* Allows interaction with underlying content */
}

/***************
 chat box css  
 ***************/
#chatContainer {
    position: absolute;
    flex-direction: column;
    height: 100vh;
    bottom: 0px;
    z-index: 100;
    width: 100%;
    background-color: transparent;
    color: #fff;
}

.chat-header {
    position: absolute;
    top: 0;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 10px;
    width: 100%;
}

.chat-body {
    position: absolute;
    width: 100%;
    bottom: 60px;
    flex: 1 1 auto;
    max-height: 60vh;
    overflow-y: auto; /* Adds vertical scrolling */
    padding: 10px;
}

.chat-body::-webkit-scrollbar {
    width: 1px; /* Change this value to the desired width */
}

.chat-footer {
    position: absolute;
    bottom: 0;
    display: flex;
    padding: 10px;
    border-top: 1px solid #ddd;
    width: 100%;
    height: 60px;
}

.chat-footer input {
    flex-grow: 1;
    padding: 5px;
    border: none;
    background-color: inherit;
    border-radius: 3px;
    margin-right: 5px;
    color: #fff;
}

.chat-footer input:focus {
    outline: none;
    box-shadow: none;
    border-color: initial;
    /* Use initial to reset to the default state */
}

.chat-hidden {
    display: none;
}

.chat-visible {
    display: flex;
}

#chatContainer button {
    border: none;
    background-color: inherit;
    color: #fff;
}

.bot-row,
.user-row {
    padding: 1px 0 10px 0;
    display: block;
    position: relative;
}

.user-row {
    text-align: right;
}

.user,
.bot {
    font-size: 16px;
    padding: 5px 8px;
    margin: 1px;
    border-radius: 12px;
    display: inline-block;
    position: relative;
}

.bot {
    margin-right: 50px;
    background-color: rgb(255, 255, 255);
    /* border-bottom-left-radius: 0; */
    color: #000;
}

.user {
    margin-left: 50px;
    color: white;
    background-color: rgb(45, 110, 209);
    /* border-bottom-right-radius: 0; */
}

@media (min-width: 1000px) {
    #chatContainer {
        position: absolute;
        width: 50vw;
        right: 25vw;
        bottom: 10px;
        border-radius: 10px;
        overflow: hidden;
    }
}

/* Ticket windows  */

.ticket-windows{
    width: 100%;
    height: 100vh;
    background-color: rgb(250, 247, 247);
    z-index: 9000;
    position: absolute;
    display: none;
    background-image: url('./images/guard-web.jpg');
    background-position: center;
    background-size: cover;
}

.ticket-windows .close-ticket-window{
    position: absolute;
    right: 30px;
    top: 30px;
    color: white;
    background-color: transparent;
    font-size: 20px;
}

.concert-one-regular {
    font-family: "Concert One", sans-serif;
    font-weight: 200;
    font-style: normal;
}

.ticket-btn{
    width: 200px;
    position: absolute;
    left: calc(50% - 100px);
    top: 40px;
    background-color: rgb(255, 255, 255);
    font-size: 25px;
    text-align: center;
    line-height: 1.2;
    padding: 10px 5px;
    outline: 10px dotted rgb(222, 255, 5);
    border: 4px solid black;
    box-shadow: 0 0 0 15px rgb(0, 0, 0);
}

#tickets-sold-out {
    position:absolute;
    left: calc(50% - 10px);
    top: 30px;
}
#sold-out-img {
    width: 220px;
}

.bride-btn{
    width: 180px;
    position: absolute;
    bottom: 17px;
    left: calc(50% - 90px);
    font-size: 25px;
    text-align: center;
    line-height: 1.2;
    padding: 10px 5px;
    background-image: linear-gradient(180deg, #af4bce, #00c6ff);
    border-radius: 10px;
    color: white;
    border: 1.5px solid rgba(255, 255, 255, 0.706);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.glow-img{
    position: absolute;
    width: 420px;
    left: calc(50% - 210px);
    bottom: 0px;
}