﻿@font-face {
    font-family: 'Material Symbols Outlined';
    font-style: normal;
    font-weight: 200;
    src: url(/fonts/material.webfont.woff2) format('woff2');
}

.material-symbols-outlined {
    font-family: 'Material Symbols Outlined';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
    vertical-align: middle;
}

body {
    font-family: 'Arial', sans-serif;
    color: #fff;
    overflow-x: hidden;
    background: linear-gradient(359deg, rgb(76 11 87) 40.2%, rgb(40 57 153) 91.1%);
    background-attachment: fixed;
    background-size: 180% 180%;
    animation: gradient-animation 6s ease infinite;
}

.login-btn {
    border-radius: 10em;
    padding: 4px 15px !important;
}

header {
    background-color: transparent;
}

.inner-header {
    padding: 20px;
    position: absolute;
    width: 100%;
    z-index: 99;
}

header a {
    color: #fff;
    font-weight: bold;
    margin-right: 20px;
    text-decoration: none;
}

.hero {
    /*background: linear-gradient(180deg, rgba(255, 255, 255, 0.24) 0%, rgba(255, 255, 255, 0.76) 50.6%, #ffffff 100%), linear-gradient(93deg, #40beff 1.67%, #7891e6 32.21%, #b17fd9 62.2%, #fd74c3 93.92%);*/
    padding: 100px 0;
    text-align: center;
    color: #3c3c3c;
    margin-bottom: 212px;
}

    .hero h1 {
        font-size: 60px;
        margin-bottom: 20px;
        color: #3c3c3c;
        font-weight: 900;
        background: linear-gradient(83deg, #ffffff, #f1f1f1);
        -webkit-background-clip: text;
        background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    .hero p {
        font-size: 20px;
        margin-bottom: 40px;
        background: linear-gradient(83deg, #ffffff, #f1f1f1);
        /*background: linear-gradient(83deg, #4792de, #ae5cff);*/
        -webkit-background-clip: text;
        background-clip: text;
        -webkit-text-fill-color: transparent;
    }

.hero-bg {
    background: url('../img/q-hero-bg.svg');
    background-repeat: no-repeat;
    background-size: cover;
    width: 1000px;
    height: 1000px;
    position: absolute;
    top: -398px;
    opacity: 0.2;
    filter: blur(9px);
    transform: rotate(55deg);
    left: 150px;
}

.btn-primary, .btn-primary:hover, .btn-primary:active {
    background-color: #000000;
    border-color: #000000;
    color: #fff;
    padding: 10px 20px;
    font-weight: bold;
}

/* Feature Section */
.feature-section {
    padding: 120px 0;
    /*background-color: #f5f5f5;*/
    color: #000;
}

    .feature-section .row {
        align-items: center;
    }

    .feature-section:nth-child(even) {
        /*background-color: #fff;*/
    }

    .feature-section .container {
        border: 1px solid #2e3b7b;
        border-radius: 0.6em;
    }

    .feature-section .header {
        color: #e5e0df;
        font-weight: unset;
        font-size: 50px;
        padding-bottom: 40px;
    }

.feature-text h3 {
    font-size: 42px;
    margin-bottom: 20px;
    color: #f1f1f1;
}

.feature-section .item h2 {
    color: #e5e0df;
    font-size: 1.45em;
}

.feature-section .item p {
    color: #e5e0df;
    font-size: 1em;
}

.feature-text p {
    font-size: 18px;
    color: #fff;
}

.feature-image img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
}

/* Call to Action */
.cta {
    /*background-color: #f5f5f5;*/
    color: #e5e0df;
    padding: 60px 0;
    text-align: center;
}

    .cta h2 {
        font-size: 36px;
        margin-bottom: 20px;
        color: #e5e0df;
    }

    .cta p {
        font-size: 18px;
        margin-bottom: 40px;
    }

footer {
    background-color: #111;
    color: #fff;
    padding: 20px 0;
    text-align: center;
    font-size: 12px;
}

    footer a, footer .text-muted {
        color: #888 !important;
    }

    footer p {
        margin: 0;
    }

.hero_module_hero__a1275a1e {
    width: 100%;
    background: radial-gradient(100% 140% at 60% -10%, rgba(255, 255, 255, 0) 0%, #fff 75%);
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}


.logo {
    background: url('../img/logo_white.png');
    background-repeat: no-repeat;
    background-size: cover;
    width: 50px;
    height: 50px;
    display: inline-block;
    vertical-align: middle;
}


.pricing-header {
    text-align: center;
    padding: 10rem 0;
    /*background: linear-gradient(180deg, rgba(255, 255, 255, 0.24) 0%, rgba(255, 255, 255, 0.76) 50.6%, #ffffff 100%), linear-gradient(93deg, #40beff 1.67%, #7891e6 32.21%, #b17fd9 62.2%, #fd74c3 93.92%);*/
    padding-bottom: 2rem;
}

    .pricing-header h1 {
        color: #e5e0df;
        font-size: 48px;
        margin-bottom: 20px;
    }

    .pricing-header p {
        color: #e5e0df;
        font-size: 18px;
    }

.pricing-table {
    padding: 60px 0;
}

.pricing-card {
    border: 2px solid #E0E0E0;
    border-radius: 10px;
    padding: 30px;
    background-color: #f5f5f5;
    text-align: center;
    color: #000;
    margin: 0 15px;
}

    .pricing-card h2 {
        font-size: 36px;
        color: #000;
        font-weight: 800;
        margin-bottom: 20px;
    }

    .pricing-card h3 {
        font-size: 28px;
        margin-bottom: 30px;
    }

    .pricing-card ul {
        margin-bottom: 40px;
        text-align: left;
        font-size: 8px;
        background: #f1f1f1;
        padding: 20px;
    }

        .pricing-card ul li {
            font-size: 15px;
            margin: 8px 0;
        }

.contact-header {
    text-align: center;
    padding: 10rem 0;
    /*background: linear-gradient(180deg, rgba(255, 255, 255, 0.24) 0%, rgba(255, 255, 255, 0.76) 50.6%, #ffffff 100%), linear-gradient(93deg, #40beff 1.67%, #7891e6 32.21%, #b17fd9 62.2%, #fd74c3 93.92%);*/
    padding-bottom: 2rem;
}

    .contact-header h1 {
        color: #e5e0df;
        font-size: 48px;
        margin-bottom: 20px;
    }

    .contact-header p {
        font-size: 18px;
        color: #e5e0df;
    }


.form-control {
    color: #888;
}

    .form-control:focus {
        box-shadow: none;
    }

.form-label {
    color: #fff;
}






.ai-bg {
    /*background-image: linear-gradient(120deg, #30cfd0 0%, #75cfff 59%,#330867 90%);*/
    background-image: linear-gradient(120deg, #30cfd0 0%, #330867 100%);
    /*background-image: linear-gradient(120deg, #d1fbff 0%, #75cfff 29.13%, #978aff 70.56%);*/
    background-size: 400% 400%;
    animation: backgroundGradient_module_gradient__09c85722 12s ease infinite;
}

@keyframes backgroundGradient_module_gradient__09c85722 {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

.text-left {
    text-align: left;
}

.hero-left-side {
    max-width: 546px;
    margin-right: 41px;
}


.one {
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    font-size: 55px;
    position: absolute;
    top: 0px;
    padding: 0px 1px;
    color: #fff;
}

.demo-box {
    position: relative;
    width: 700px;
    min-height: 509px;
    overflow: hidden;
    border-radius: inherit;
    background-image: url(/img/landing/cBrF7AMBx9tKTxAG-ILYX.jpg);
    -webkit-background-position: center;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 5px;
    box-shadow: 1px 1px 6px 2px #4c0d56;
}

.overlay {
    position: absolute;
    background: #fff;
    opacity: 0;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.mobile {
    position: absolute;
    overflow: hidden;
    top: 0;
    transform: translateX(350%);
    transition: transform 1s linear; /* Add transition for smooth sliding */
}

.mobile-image {
    width: 89%;
    height: auto;
    max-width: 95% !important;
    z-index: 99;
    position: relative;
    background-color: #fff;
    top: 0px;
}


#qr-code {
    margin-top: 100px;
    transition: max-width 1s linear, margin-top 1s linear;
}

    #qr-code.ready {
        max-width: 220px;
        margin-top: 137px;
        z-index: 9999;
        position: relative;
    }

.success-message {
    display: none;
    font-size: 2em;
    text-align: center;
    color: green;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.ticket {
    width: 250px;
    padding: 20px;
    border-radius: 5px;
    background-color: #F5F5F5;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    text-align: center;
    position: relative;
}


.ticket-header {
    font-size: 0.9rem;
    font-weight: bold;
    text-transform: uppercase;
    color: #333;
    margin-bottom: 5px;
}

.ticket-time {
    font-size: 0.7rem;
    color: #555;
    margin-bottom: 15px;
}

.ticket-zone, .ticket-status {
    color: #000;
    font-size: 18px;
}

.queue-number {
    font-size: 2.5rem;
    font-weight: bold;
    color: #000;
    margin-bottom: 10px;
}

.ticket-details {
    font-size: 0.8rem;
    color: #333;
}

.ticket-footer {
    font-size: 0.6rem;
    color: #777;
    margin-top: 10px;
}

.ticket-location {
    font-weight: bold;
    font-size: 0.8rem;
}

.ticket-warning {
    color: #d9534f;
    font-size: 0.65rem;
    margin-top: 10px;
}


.qr-frame {
    position: absolute;
    top: 256px;
    left: 50%;
    width: 263px;
    height: 303px;
    transform: translate(-50%, -50%);
    border: 3px solid transparent;
    box-sizing: border-box;
    z-index: 99;
}

    .qr-frame:before,
    .qr-frame:after {
        content: '';
        position: absolute;
        width: 25px;
        height: 25px;
        border: 3px solid #000; /* Black borders for the corners */
    }

    .qr-frame:before {
        top: -3px;
        left: -3px;
        border-top-left-radius: 5px;
    }

    .qr-frame:after {
        bottom: -3px;
        right: -3px;
        border-bottom-right-radius: 5px;
    }


    .qr-frame .top-right-corner {
        position: absolute;
        top: -3px;
        right: -3px;
        width: 25px;
        height: 25px;
        border-top-right-radius: 5px;
        border-top: 3px solid #000;
        border-right: 3px solid #000;
    }

    .qr-frame .bottom-left-corner {
        position: absolute;
        bottom: -3px;
        left: -3px;
        width: 25px;
        height: 25px;
        border-bottom-left-radius: 5px;
        border-bottom: 3px solid #000;
        border-left: 3px solid #000;
    }

.xsspinner {
    margin: 0 auto;
    position: relative;
    -webkit-animation: rotation 0.7s infinite linear;
    -moz-animation: rotation 0.7s infinite linear;
    -o-animation: rotation 0.7s infinite linear;
    animation: rotation 0.7s infinite linear;
    border-radius: 100%;
    padding: 0 !important;
}

@-webkit-keyframes rotation {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(359deg);
    }
}

@-moz-keyframes rotation {
    from {
        -moz-transform: rotate(0deg);
    }

    to {
        -moz-transform: rotate(359deg);
    }
}

@-o-keyframes rotation {
    from {
        -o-transform: rotate(0deg);
    }

    to {
        -o-transform: rotate(359deg);
    }
}

@keyframes rotation {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(359deg);
    }
}

#qr-loading {
    position: absolute;
    top: 23%;
    left: 44%;
    z-index: 9999;
    display: none;
}

    #qr-loading span {
        font-size: 50px;
        color: #333;
    }

.btn-primary, .btn-primary:hover, .btn-primary:active {
    background-color: #E91E63;
    border-color: #E91E63;
}

@media (max-width: 575px) {
    .hero-bg {
        position: fixed;
    }

    .hero h1 {
        font-size: 44px;
    }

    #side-menu-btn[aria-expanded=true] {
        background-color: #fff;
        border-radius: 0;
        border: 0;
        box-shadow: none;
        line-height: 52px;
    }

    #navbarNav.show, #navbarNav.collapsing {
        background-color: #fff;
        padding: 10px;
    }

    header .navbarNav-items a {
        display: block;
        color: #000;
        text-align: center;
        padding: 10px;
        border: 1px solid #dfdfdf;
        width: 100%;
        margin: 6px 0px;
    }

    .login-btn {
        width: 100%;
        border-radius: 3px;
        margin: 20px 0px;
    }

    .demo-box {
        display: none;
    }

    .hero {
        margin-bottom: 0px;
    }

    .sm-card-img img {
        margin-bottom: 40px;
    }

    .feature-section {
        padding: 60px 0;
    }

        .feature-section .item p {
            color: #e5e0df;
            font-size: 0.8em;
        }

        .feature-section .container {
            border: 0px;
        }
}



@media (max-width:1024px) {
    .sm-card-img img {
        max-width: 213px;
    }

    .pgDq89xohJ {
        min-width: 238px !important;
    }

    .pgDq89xohh, .pgDq89xogg, .pgDq89xogc {
        min-width: 286px !important;
    }
    .feature-section {
        padding: 60px 0;
    }

    .container, .container-md, .container-sm {
        max-width: 100%;
    }
}

@media (max-width:520px) {

    body {
        width: auto;
    }

}

.flex {
    display: flex;
    flex-direction: row;
    width: 100%;
}

    .flex .item {
        max-width: 300px;
    }

.sm-card-img {
    width: 330px;
}

    .sm-card-img img {
        width: 100%;
        border-radius: 5px;
    }

.text-right {
    text-align: right;
}

.themed-html-shape-background {
    width: 30px;
    height: 30px;
    display: inline-block;
    background: linear-gradient(359deg, rgb(63 81 181 / 56%) 40.2%, rgb(40 57 153) 91.1%);
    border-radius: 6px;
    position: absolute;
}

.pgDq89xohJ {
    background-image: url(/img/landing/2GUx3g7p09spgDq89xohJ.jpg);
    -webkit-background-position: center;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
    min-width: 379px;
    height: 519px;
}

.pgDq89xohh {
    background-image: url(/img/landing/ydLyt7OJg1s-30jC8ZXJR.jpg);
    -webkit-background-position: center;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
    min-width: 379px;
    height: 519px;
}

.pgDq89xogg {
    background-image: url(/img/landing/PjvKcMsWL2DqxswMnOCjS.jpg);
    -webkit-background-position: center;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
    min-width: 379px;
    height: 719px;
}

.pgDq89xogc {
    background-image: url(/img/landing/GDrYl9yL9CvSfN1XmYRFK.jpg);
    -webkit-background-position: center;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
    min-width: 379px;
    height: 719px;
}

.dcfg {
    background: #31136c;
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 20px;
}

@keyframes gradient-animation {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

.g-ico {
    color: #673AB7;
    font-size: 40px;
}

.gh-ico {
    font-size: 50px;
    padding: 10px;
    display: inline-block;
    vertical-align: baseline;
    color: #e5e0df;
}

.inline-block {
    display: inline-block;
}

#langlnk
{
    color:#fff;
}

#contactForm {
    background: #735796;
    color: #222;
    padding: 20px;
    border-radius: 5px;
}


