body {
    font-family: "Poppins", Arial, sans-serif;
    margin: 0;
    padding: 0;
    color: white;
    text-align: center;
    display: flex;
    flex-direction: column;
    position: relative;
}

a{
  text-decoration: none;
}

.header {
    height: 100px;
    width: 100%;
    /* background: linear-gradient(to right, rgba(193, 154, 255, 0.8), rgba(64, 93, 230, 0.8)); */
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 60px 60px 0 60px;
    box-sizing: border-box;
}

.header .title {
    color: var(--white-100, #fff);
    font-family: Nunito;
    font-size: 23.333px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    letter-spacing: 0.233px;
    height: 32px;
    width: 89px;
}

.header .join-btn {
    padding: 8px 10px;
    background-color: rgba(34, 34, 34, 1);
    font-size: 12px;
    color: white;
    border: none;
    cursor: pointer;
    border-radius: 8px;
}

.header .title-wrapper {
    display: flex;
    align-items: center;
}

.header-right-wrapper {
    display: flex;
    align-items: center;
    gap: 32px;
}

.header-home {
    color: var(--white-100, #fff);
    font-family: Nunito;
    font-size: 24px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    letter-spacing: 0.24px;
    height: 33px;
    width: 69px;
}
.download-buttons {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    margin: 0 auto;
    max-width: 600px;
    padding: 10px;
}

.download-button img {
    height: 60px;
    width: auto;
    transition: transform 0.3s ease;
}

.ios-download img {
    height: 55px;
}

.android-download img {
    height: 60px;
}

.player-container {
    margin-top: 20px;
}

.player-image {
    height: 240px;
    width: auto;
}

.game-zone {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 10px 20px;
    background: #7642e4;
    color: white;
    border-radius: 39px;
    border: none;
    color: var(--white-100, #fff);
    text-align: center;
    font-family: Nunito;
    font-size: 24px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    letter-spacing: 0.24px;
}

.header .game-zone:hover {
    background-color: rgba(100, 50, 201, 1);
}

.header .join-btn:hover {
    background-color: rgba(100, 50, 201, 1);
}

.container {
    flex: 1;
    max-width: 800px;
    padding: 20px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}

.container h1,
h2 {
    margin: 0;
    animation: fadeIn 3s ease-in-out;
}

.main-title {
    margin-top: 60px;
    width: 100%;
    color: var(--white-100, #fff);
    text-align: center;
    font-family: Nunito;
    font-size: 62px;
    font-style: normal;
    font-weight: 800;
    line-height: 149.985% /* 92.991px */;
    letter-spacing: 1.86px;
    text-transform: lowercase;
    padding: 20px;
    padding-left: 80px;
    padding-right: 80px;
    box-sizing: border-box;
    margin-bottom: 20px;
}

.sub-title {
    margin-bottom: 40px;
    width: 100%;
    color: var(--white-100, #fff);
    text-align: center;
    font-family: Nunito;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.9px;
    height: 41px;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
        transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.first-background {
    position: relative;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 1024px;
    /* Fixed height */
    background: url("assets/background1.jpg") no-repeat center;
    background-size: cover;
    /* Cover ensures that the background covers the div */
    background-color: black;
}

.discord-icon-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}

.discord-icon-wrapper img {
  margin-bottom: 10px;
  width: 30px;
  height:30px;
}

.second-background {
    position: relative;
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto;
    background: url("assets/background2.jpg") no-repeat left -170px;
    background-size: cover;
    background-color: black;
}

.second-background .title-font {
    font-size: 26px;
    font-weight: 800;
    margin: 40px 0;
}

.third-background {
    width: 100%;
    height: 900px;
    flex-shrink: 0;
    background: linear-gradient(
            180deg,
            rgba(84, 255, 214, 0.21) 0%,
            rgba(84, 255, 214, 0) 100%
        ),
        radial-gradient(
            57.65% 50% at 50% 50%,
            rgba(152, 85, 217, 0.42) 0%,
            rgba(53, 1, 104, 0.42) 100%
        ),
        linear-gradient(
            180deg,
            rgba(19, 82, 111, 0.7) 0%,
            rgba(12, 27, 48, 0.7) 100%
        );
    /* linear-gradient(
            180deg,
            rgba(84, 255, 214, 0.11) 0%,
            rgba(84, 255, 214, 0.11) 100%
        ),
        radial-gradient(
            57.65% 50% at 50% 50%,
            rgba(152, 85, 217, 0.42) 0%,
            rgba(53, 1, 104, 0.42) 100%
        ),
        linear-gradient(
            180deg,
            rgba(0, 105, 150, 0.5) 0%,
            rgba(0, 33, 48, 0.5) 100%
        ); */
}

.widget-container {
    margin-top: 20px;
    position: relative;
    /* Positioned relative to enable absolute positioning of elements inside */
    display: flex;
    width: 580px;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    height: 104px;
    margin-bottom: 40px;
}

.releasing-summer {
    align-self: stretch;
    color: var(--white-100, #fff);
    text-align: center;
    font-family: Nunito;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.6px;
    text-transform: lowercase;
    height: 27px;
    width: 580px;
}

.greetings {
    margin-top: 90px;
    height: 167px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.greeting-title {
    width: 100%;
    color: var(--white-100, #fff);
    text-align: center;
    font-family: Nunito;
    font-size: 40px;
    font-style: normal;
    font-weight: 800;
    line-height: 149.985% /* 59.994px */;
    letter-spacing: 1.2px;
    text-transform: lowercase;
    height: 60px;
}

.greeting-detail {
    width: 690px;
    color: var(--white-100, #fff);
    text-align: center;
    font-family: Nunito;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.72px;
    text-transform: lowercase;
    height: 99px;
}

.phone-demo {
    margin-top: 30px;
    position: relative;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.phone-demo .swiperPhone {
  width: 370px;
}

.phone-demo .swiperPhone .swiper-slide-shadow-cards {
  display: none;
}
.phone-demo .img-lunbo img {
  height: 70vh;
}

.demo-illustration {
    width: 331px;
    height: 300px;
    margin-left: 80px;
    margin-top: 100px;
}

.demo-illustration-text {
    color: var(--white-100, #fff);
    font-family: Nunito;
    font-size: 40px;
    font-style: normal;
    font-weight: 800;
    line-height: 149.985% /* 59.994px */;
    letter-spacing: 1.2px;
    text-transform: lowercase;
    height: 240px;
    text-align: left;
}

.demo-carousel {
    margin-top: 20px;
    height: 12px;
    width: 108px;
    display: flex;
    justify-content: space-between;
}

.carousel-dot {
    width: 12px;
    height: 12px;
    border-radius: 6px;
    background: white;
    cursor: pointer;
}

.carousel-dot-active {
    background: #545aff;
}

.fourth-background {
    background: linear-gradient(
        180deg,
        rgba(18, 12, 58, 1) 0%,
        rgba(18, 18, 18, 1) 100%
    );
}

.launch-date {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    height: 95px;
    margin-top: 120px;
}

.first-one {
    color: var(--white-100, #fff);
    text-align: center;
    font-family: Nunito;
    font-size: 40px;
    font-style: normal;
    font-weight: 800;
    line-height: 149.985% /* 59.994px */;
    letter-spacing: 1.2px;
    text-transform: lowercase;
    height: 60px;
}

.as-date {
    color: #a4a9f5;
    text-align: center;
    font-family: Nunito;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.6px;
    text-transform: lowercase;
    height: 27px;
}

.metrics {
  display: flex;
  justify-content: space-around;
  align-items: center;
  /* gap: 38px; */
  min-height: 284px;
  margin: 80px 0 80px 0;
  flex-wrap: wrap;
}

.metric-card {
    display: flex;
    /* width: 400px; */
    width: 30vw;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 25px;
    background: linear-gradient(
        90deg,
        rgba(50, 54, 153, 0.01) 0%,
        rgba(84, 90, 255, 0.11) 100%
    );
    height: 284px;
}

.metric-amount {
    color: #a4a9f5;
    text-align: center;
    font-family: Nunito;
    font-size: 96px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    text-transform: lowercase;
    height: 131px;
    width: 288px;
}

.metric-name {
    color: #a4a9f5;
    text-align: center;
    font-family: Nunito;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.72px;
    text-transform: lowercase;
    height: 33px;
    width: 299px;
}

.staff-from {
  margin-bottom: 40px;
    color: var(--white-100, #fff);
    text-align: center;
    font-family: Nunito;
    font-size: 40px;
    font-style: normal;
    font-weight: 800;
    line-height: 149.985% /* 59.994px */;
    letter-spacing: 1.2px;
    text-transform: lowercase;
    height: 60px;
}

.staff-colleges {
    background: white;
    display: flex;
    align-items: center;
    justify-content: space-around;
    /* gap: 60px; */
    height: 166px;
    margin: 20px 0 20px 0;
    flex-wrap: wrap;
}

.swiper-wrapper {
  display: flex;
  align-items: center;
}

.staff-hours {
  padding-bottom: 100px;
    color: #a4a9f5;
    text-align: center;
    font-family: Nunito;
    font-size: 30px;
    font-style: normal;
    font-weight: 800;
    line-height: 149.985% /* 44.996px */;
    letter-spacing: 0.9px;
    text-transform: lowercase;
    height: 45px;
}

.icon-image {
    width: 30px;
    height: auto;
    color: white;
    position: absolute;
    left: 50%;
    bottom: 20px;
    transform: translateX(-50%);
}

footer {
    display: flex;
    flex-direction: column;
    background-color: black;
    padding: 30px;
    padding-left: 60px;
    padding-right: 60px;
    color: white;
    box-sizing: border-box;
}

.footer-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-bottom: 20px;
}

.footer-title-wrapper {
    display: flex;
    font-size: 20px;
    font-weight: 600;
}

.footer-title-wrapper .title {
    color: var(--white-100, #fff);
    font-family: Nunito;
    font-size: 23.333px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    letter-spacing: 0.233px;
    height: 32px;
    width: 89px;
}

.footer-icons {
    display: flex;
    gap: 15px;
    /* Space between icons */
}

.footer-icons a {
    color: white;
    font-size: 20px;
    transition: color 0.3s ease;
}

.footer-icons a:hover {
    color: #8447ff;
    /* Change to desired hover color */
}

.footer-content {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    position: relative;
}

.footer-left,
.footer-right {
    flex: 1;
}

.footer-left {
    max-width: 300px;
    white-space: normal;
    word-wrap: break-word;
    text-align: left;
}

.footer-right {
    text-align: right;
}

.footer-right a {
    color: white !important;
}

:-webkit-any-link {
    color: white !important;
}

.title-font {
    font-size: 26px;
    font-weight: 800;
}

.features-container {
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 40px auto;
    max-width: 1100px;
}

.feature {
    width: 30%;
    text-align: center;
    flex-direction: column;
    align-items: center;
}

.feature-title {
    font-size: 24px;
    font-weight: 800;
    margin: 15px 0;
    margin-bottom: 25px;
    color: white;
}

.feature-card {
    width: 270px;
    border: 4px solid rgba(187, 206, 254, 1);
    border-radius: 15px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 30px 20px 20px 20px;
}

.feature-description {
    margin: 0px 0px;
    padding: 10px;
    color: white;
    font-size: 14px;
}

.feature-details {
    background: url("assets/features_background.jpg") no-repeat center center;
    background-size: 100% auto;
    padding: 40px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: black;
}

.row {
    display: flex;
    justify-content: space-between;
    width: 80%;
    /* Adjust as per design needs */
    margin: 20px auto;
}

.image-container {
    flex: 1;
    display: flex;
    justify-content: space-around;
    /* Centering the images horizontally */
    align-items: center;
    /* Centering the images vertically */
}

.text-container {
    flex: 1;
    padding: 20px;
    font-size: 22px;
    color: white;
    /* Text color */
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.text-container-right {
    flex: 1;
    padding: 20px;
    font-size: 22px;
    color: white;
    /* Text color */
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.text-container .title {
    font-size: 32px;
    /* Title font size */
    font-weight: bold;
    margin-bottom: 10px;
    /* Space between title and description */
    color: #df85ff;
}

.text-container-right .title {
    font-size: 32px;
    /* Title font size */
    font-weight: bold;
    margin-bottom: 10px;
    /* Space between title and description */
    color: #df85ff;
}

.row img {
    width: 200px;
    /* Adjust image size */
    height: auto;
    margin: 10px;
    /* Space between images */
}

.privacy-bg {
    background-color: black;
}

.privacy-container,
.dialogue-container {
    text-align: left;
    padding: 20px;
    max-width: 600px;
    margin: auto;
}

.privacy-title {
    font-size: 36px;
    font-weight: 500;
    color: white;
    margin: 100px 0px 0px 0px !important;
}

.privacy-subtitle {
    font-size: 14px;
    font-weight: 600;
    color: white;
    margin: 30px 0px;
}

.privacy-content {
    font-size: 14px;
    font-weight: 200;
    color: white;
    margin: 30px 0px;
}

.privacy-list {
    list-style-type: none;
    /* Remove default list styling */
    padding: 0;
    font-size: 14px;
    font-weight: 200;
}

.privacy-list li {
    position: relative;
    padding-left: 25px;
}

.privacy-list li::before {
    content: "•";
    /* Add the bullet */
    position: absolute;
    left: 0;
    top: 0;
    font-size: 14px;
    padding-left: 10px;
}

.dialogue-wrapper,
.success-wrapper {
    position: relative;
    margin: 0;
    padding: 0;
    /* width: 600px; */
    background: black;
    font-family: "Poppins", Arial, sans-serif !important;
}

.dialogue-header {
    height: 50px;
    width: 100%;
    display: flex;
    align-items: center;
    padding-left: 20px;
    box-sizing: border-box;
    position: relative;
    top: 30px;
}

.dialogue-header .join-btn {
    cursor: pointer;
}

.dialogue-container {
    height: 698px;
    border: none;
    background: linear-gradient(
            0deg,
            rgba(5, 7, 25, 0.45),
            rgba(5, 7, 25, 0.45)
        ),
        rgba(78, 90, 156, 0.3);
}

.dialogue-caption {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 14px;
    height: 116px;
    background: #f8ddff;
    border: 1px solid rgba(127, 0, 255, 0.15);
    border-radius: 24px;
    align-self: stretch;
    margin-bottom: 12px;
    font: normal 900 16px/22px "Nunito";
    font-family: "Poppins", Arial, sans-serif;
    letter-spacing: 0.01em;
    color: #121212;
}

.dialogue-caption-img {
    width: 15px;
    height: 15px;
    margin-right: 18px;
}

.dialogue-caption-scledule {
    margin-bottom: 12px;
}

.dialogue-change-wrapper {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 8px;
}

.dialogue-change-topic {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 8px 20px;
    width: 161.94px;
    height: 24px;
    background: #4e4a5a;
    border-radius: 39px;
    font: normal 600 16px/22px "Nunito";
    font-family: "Poppins", Arial, sans-serif;
    letter-spacing: 0.01em;
    color: #ffffff;
    cursor: pointer;
}

.dialogue-change-img {
    margin-left: 10px;
    font-size: 20px;
}

.dialogue-progress {
    height: 46px;
    margin-top: 6px;
}

.dialogue-progres-img-wrapper {
    width: 94%;
    position: relative;
}

.dialogue-progres-img {
    height: 50px;
    width: 50px;
    margin-top: -17px;
}

.dialogue-points-value {
    position: relative;
    right: 20px;
}

.dialogue-rounds-value {
    position: relative;
    top: 6px;
    right: 20px;
}

.progress-container {
    width: calc(100% - 20px);
    background-color: #e0e0e0;
    border-radius: 4px;
    overflow: hidden;
    background: linear-gradient(
            0deg,
            rgba(193, 184, 200, 0.4),
            rgba(193, 184, 200, 0.4)
        ),
        rgba(0, 0, 0, 0.4);
    border: 1px solid rgba(127, 0, 255, 0.15);
    border-radius: 24px;
    padding: 6px 8px;
}

.progress-bar {
    height: 30px;
    transition: width 0.5s ease-in-out;
    width: 0;
    background: #ea2c03;
    border-radius: 15px;
}

.dialogue-progres-img {
    position: relative;
    top: -37px;
    /* margin-left: -8px; */
}

.dialogue-forgiveness-wrapper,
.dialogue-rounds-wrapper {
    display: flex;
    justify-content: space-between;
}

.dialogue-records-wrapper {
    height: 360px;
    box-sizing: border-box;
    position: relative;
    overflow-y: scroll;
    padding: 12px 12px 124px;
    border: 1px solid rgba(127, 0, 255, 0.15);
    backdrop-filter: blur(2.5px);
    border-radius: 24px;
    background: rgba(153, 28, 0, 0.99);
    background-image: url("assets/svg/burning-left.svg"),
        url("assets/svg/burning-center.svg"),
        url("assets/svg/burning-right.svg");
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-position: left bottom, 200px bottom, right bottom;
    background-size: 500px, 350px, 350px;
}

/* 自定义滚动条整体样式 */
.dialogue-records-wrapper::-webkit-scrollbar {
    visibility: hidden;
}

/* 自定义滚动条滑块样式 */
.dialogue-records-wrapper::-webkit-scrollbar-thumb {
    visibility: hidden;
}

/* 自定义滚动条轨道样式 */
.dialogue-records-wrapper::-webkit-scrollbar-track {
    visibility: hidden;
}

.dialogue-start-game {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 10px 28px;
    position: absolute;
    left: 50%;
    top: 68%;
    transform: translate(-50%, -50%);
    width: 288px;
    height: 88px;
    background: #7642e4;
    border-radius: 39px;
    border: none;
    cursor: pointer;

    font: normal 800 33px/45px "Nunito";
    font-family: "Poppins", Arial, sans-serif;
    letter-spacing: 0.01em;
    color: #ffffff;
}

.loading-dot-elastic-pc-wrapper {
    width: 600px;
    height: 24px;
    display: block;
    position: absolute;
    top: 72%;
    z-index: 9999;
}

.loading-dot-elastic-pc {
    width: 100%;
    position: absolute;
    display: block;
    left: 12%;
    top: 72%;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.5);
    color: rgba(255, 255, 255, 0.5);
    animation: dotElastic 1s infinite linear;
    z-index: 9999;
}

.loading-dot-elastic-mobile {
    width: 100%;
    position: absolute;
    display: none;
    left: 12%;
    top: 76%;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.5);
    color: rgba(255, 255, 255, 0.5);
    animation: dotElastic 1s infinite linear;
    z-index: 9999;
}

.loading-dot-elastic::before {
    left: -25px;
    animation: dotElasticBefore 1s infinite linear;
}

.loading-dot-elastic::after {
    left: 28px;
    animation: dotElasticAfter 1s infinite linear;
}

.loading-dot-elastic::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.5);
    color: rgba(255, 255, 255, 0.5);
}

.loading-dot-elastic::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: -2px;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.5);
    color: rgba(255, 255, 255, 0.5);
}

@keyframes dotElasticAfter {
    0% {
        transform: scale(1, 1);
    }

    25% {
        transform: scale(1, 1);
    }

    50% {
        transform: scale(1, 0.67);
    }

    75% {
        transform: scale(1, 1.5);
    }

    100% {
        transform: scale(1, 1);
    }
}

@keyframes dotElasticBefore {
    0% {
        transform: scale(1, 1);
    }

    25% {
        transform: scale(1, 1.5);
    }

    50% {
        transform: scale(1, 0.67);
    }

    75% {
        transform: scale(1, 1);
    }

    100% {
        transform: scale(1, 1);
    }
}

@keyframes dotElastic {
    0% {
        transform: scale(1, 1);
    }

    25% {
        transform: scale(1, 1);
    }

    50% {
        transform: scale(1, 1.5);
    }

    75% {
        transform: scale(1, 1);
    }

    100% {
        transform: scale(1, 1);
    }
}

.dialogue-other-side {
    position: relative;
}

.dialogue-other-side-content {
    position: relative;
    width: calc(100% - 14px);
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 14px 18px;
    background: linear-gradient(0deg, #ffffff, #ffffff);
    border-radius: 30px 30px 10px 10px;
    font: normal 400 16px/22px "Nunito";
    font-family: "Poppins", Arial, sans-serif;
    color: #121212;
    margin-bottom: 18px;
    z-index: 999;
}

.dialogue-reply-img {
    float: right;
    position: absolute;
    bottom: 48px;
    right: -10px;
    z-index: 999;
}

.dialogue-bubble-cell {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 55px;
    height: 55px;
    background: radial-gradient(
        50% 50% at 50% 50%,
        rgba(116, 121, 255, 0.7) 0%,
        rgba(4, 34, 25, 0) 100%
    );
    border-radius: 45px;
    position: relative;
    top: -16px;
}

.dialogue-bubble-num {
    width: 28px;
    height: 30px;
    font-style: normal 900 22px/30px "Nunito";
    font-family: "Poppins", Arial, sans-serif;
    letter-spacing: 0.03em;
    color: #ffc5c5;
}

.dialogue-we-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}

.dialogue-we-content {
    /* width: calc(100% - 14px); */
    min-height: 56px;
    margin-left: 14px;
    box-sizing: border-box;
    position: relative;
    text-align: right;
    padding: 14px 18px;
    background: linear-gradient(0deg, #5660e2, #5660e2),
        rgba(250, 248, 255, 0.05);
    border-radius: 30px 30px 10px 30px;
    margin-bottom: 18px;
    z-index: 999;
}

.dialogue-input-wrapper {
    position: relative;
}

.dialogue-input {
    box-sizing: border-box;
    width: calc(100% - 32px);
    height: 56px;
    position: absolute;
    bottom: 24px;
    left: 14px;
    font-size: 16px !important;
    padding: 0 24px;
    padding-right: 64px !important;
    z-index: 1001;
    background: rgba(49, 68, 97, 0.5);
    border-radius: 30px;
    border: none;
    color: #ffffff;
}

.dialogue-input:focus {
    outline: none;
}

.dialogue-send-btn {
    position: absolute;
    cursor: pointer;
    bottom: 40px;
    right: 48px;
    z-index: 1002;
}

.dialogue-footer {
    padding: 12px 30px;
    background: black;
    border: none;
    color: #ffffff;
}

.success-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.success-container {
    padding: 0 16px 60px;
    max-width: 600px;
}

.success-container-top,
.failed-container-top {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 8px 45px;
    height: 82px;
    margin-top: 18px;
    background: #ff8df4;
    border: 1px solid rgba(127, 0, 255, 0.15);
    border-radius: 55px;
    background-image: url("assets/success-left.png"),
        url("assets/success-right.png");
    background-repeat: no-repeat, no-repeat;
    background-position: 6px, 98% 4px;
    background-size: 72px, 72px;

    font: normal 900 32px/44px "Nunito";
    font-family: "Poppins", Arial, sans-serif;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #5c0053;
}

.failed-container-top {
    background-color: #a8c6ff;
    background-image: url("assets/failed-left.png"),
        url("assets/failed-right.png") !important;
}

.success-container-main,
.failed-container-main {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 30px 10px;
    background: #863cff;
    border: 1px solid rgba(127, 0, 255, 0.15);
    backdrop-filter: blur(2.5px);
    border-radius: 36px;
    margin-top: 18px;
    padding: 30px 10px;
    /* height: 860px; */
    background-image: url("assets/success-emo-left.png"),
        url("assets/success-emo-right.png");
    background-repeat: no-repeat, no-repeat;
    background-position: 4% 80px, 96% 80px;
    background-size: 32%, 32%;
}

.failed-container-main {
    background-color: #3d72d8;
    background-image: url("assets/failed-emo-left.png"),
        url("assets/failed-emo-right.png");
}

.success-achieve,
.failed-achieve {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 18px;
    box-sizing: border-box;
    width: 260px;
    height: 260px;
    color: #ffffff;
    background: #ff56e4;
    box-shadow: 0px 3px 32.85px 11.25px rgba(84, 90, 255, 0.21);
    border-radius: 130px;
}

.failed-achieve {
    background-color: #565cff;
}

.success-star-left-top {
    height: 45px;
    position: absolute;
    top: 0;
    left: 0px;
}

.success-star-left-bottom {
    height: 85px;
    position: absolute;
    left: -6px;
    bottom: -24px;
}

.success-star-right {
    height: 60px;
    position: absolute;
    right: -20px;
    top: 34px;
}

.success-achieve-num {
    font: normal 800 33px/100% "Outfit";
    font-family: "Poppins", Arial, sans-serif;
    letter-spacing: 0.08em;
    text-shadow: 3px 3px 0px #545aff;
}

.success-achieve-des {
    font: normal 800 33px/100% "Outfit";
    font-family: "Poppins", Arial, sans-serif;
    margin-top: 8px;
}

.success-keywords {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 27px;
    font: normal 800 20px/27px "Nunito";
    font-family: "Poppins", Arial, sans-serif;
    letter-spacing: 0.01em;
    color: #151414;
    margin-top: 64px;
}

.success-keywords-list {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    padding: 4px 10px;
    min-width: 198px;
}

.success-keywords-item {
    display: inline-block;
    font-style: normal 600 21px/117% "Outfit";
    font-family: "Poppins", Arial, sans-serif;
    color: #ffffff;
    border: 2px solid #ffffff;
    filter: drop-shadow(1px 1px 4.5px rgba(255, 255, 255, 0.5));
    border-radius: 20px;
    margin-top: 12px;
    padding: 4px 10px;
}

.success-roast {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 18px 20px 24px;
    height: auto;
    background: rgba(255, 241, 241, 0.9);
    border-radius: 24px;
    margin-top: 64px;
    position: relative;
}

.success-roast-title {
    width: 76px;
    height: 28px;
    font: normal 800 28px/100% "Outfit";
    font-family: "Poppins", Arial, sans-serif;
    align-items: center;
    display: flex;
    justify-content: center;
    color: #980092;
    margin: 6px 0 12px;
}

.success-roast-content {
    width: 301px;
    height: auto;
    font: normal 700 16px/22px "Nunito";
    font-family: "Poppins", Arial, sans-serif;
    letter-spacing: 0.01em;
    color: #980092;
}

.success-roast-fire {
    height: 78px;
    position: absolute;
    right: -12px;
    bottom: -16px;
}

.success-powered {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 28px;
}

.success-powered-right {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 2px 8px;
    width: 92.6px;
    height: 26px;
    background: #121212;
    border-radius: 12px;
    margin-left: 12px;
}

.player-control {
    display: flex;
    height: 47px;
    justify-content: center;
    margin-top: 18px;
}

.player-control-left,
.player-control-right {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 10px 28px;
    width: 156px;
    height: 47px;
    border-radius: 39px;
    font-style: normal 800 20px/27px "Nunito";
    font-family: "Poppins", Arial, sans-serif;
    letter-spacing: 0.01em;
    color: #ffffff;
    border: none;
}

.player-control-left {
    background: #ff23e9;
}

.player-control-right {
    background: #7642e4;
    margin-left: 12px;
}

.play-intro-pc {
    width: 140%;
    margin-top: 60px;
    margin-left: -20%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    color: #ffffff;
}

.play-intro-pc-title {
    font: normal 800 48px/72px "Nunito";
    font-family: "Poppins", Arial, sans-serif;
    letter-spacing: 0.03em;
}

.play-intro-pc-text {
    margin-bottom: 12px;
    font: normal 400 20px/27px "Nunito";
    font-family: "Poppins", Arial, sans-serif;
    letter-spacing: 0.03em;
    padding: 0 25%;
}

.play-intro-mobile {
    margin-top: 60px;
    display: none;
}

.play-intro-mobile-text {
    padding: 0 12px;
    margin-bottom: 12px;
}

.staff-colleges .swiperLogo .swiper-wrapper .swiper-slide {
  height: 166px;
  display: flex;
  align-items: center;
}

.staff-colleges .swiperLogo .swiper-wrapper .swiper-slide:nth-child(1) {
  width: 244px;
}
.staff-colleges .swiperLogo .swiper-wrapper .swiper-slide:nth-child(1) .staff-colleges-img {
  width: 244px;height: 102px;
}
.staff-colleges .swiperLogo .swiper-wrapper .swiper-slide:nth-child(2) {
  width: 244px;
}
.staff-colleges .swiperLogo .swiper-wrapper .swiper-slide:nth-child(2) .staff-colleges-img {
  width: 244px;height: 148px;
}
.staff-colleges .swiperLogo .swiper-wrapper .swiper-slide:nth-child(3) {
  width: 274px;
}
.staff-colleges .swiperLogo .swiper-wrapper .swiper-slide:nth-child(3) .staff-colleges-img {
  width: 274px;height: 120px;
}
.staff-colleges .swiperLogo .swiper-wrapper .swiper-slide:nth-child(4) {
  width: 277px;
}
.staff-colleges .swiperLogo .swiper-wrapper .swiper-slide:nth-child(4) .staff-colleges-img {
  width: 277px;height: 98px;
}
.staff-colleges .swiperLogo .swiper-wrapper .swiper-slide:nth-child(5) {
  width: 251px;
}
.staff-colleges .swiperLogo .swiper-wrapper .swiper-slide:nth-child(5) .staff-colleges-img {
  width: 251px;height: 82px;
}
.staff-colleges .swiperLogo .swiper-wrapper .swiper-slide:nth-child(6) {
  width: 149px;
}
.staff-colleges .swiperLogo .swiper-wrapper .swiper-slide:nth-child(6) .staff-colleges-img {
  width: 149px;height: 98px;
}
.staff-colleges .swiperLogo .swiper-wrapper .swiper-slide:nth-child(7) {
  width: 118px;
}
.staff-colleges .swiperLogo .swiper-wrapper .swiper-slide:nth-child(7) .staff-colleges-img {
  width: 118px;height: 118px;
}
.staff-colleges .swiperLogo .swiper-wrapper .swiper-slide:nth-child(8) {
  width: 317px;
}
.staff-colleges .swiperLogo .swiper-wrapper .swiper-slide:nth-child(8) .staff-colleges-img {
  width: 317px;height: 166px;
}
.staff-colleges .swiperLogo .swiper-wrapper .swiper-slide:nth-child(9) {
  width: 218px;
}
.staff-colleges .swiperLogo .swiper-wrapper .swiper-slide:nth-child(9) .staff-colleges-img {
  width: 218px;height: 123px;
}
.staff-colleges .swiperLogo .swiper-wrapper .swiper-slide:nth-child(10) {
  width: 480px;
}
.staff-colleges .swiperLogo .swiper-wrapper .swiper-slide:nth-child(10) .staff-colleges-img {
  width: 480px;height: 150px;
}
.staff-colleges .swiperLogo .swiper-wrapper .swiper-slide:nth-child(11) {
  width: 218px;
}
.staff-colleges .swiperLogo .swiper-wrapper .swiper-slide:nth-child(11) .staff-colleges-img {
  width: 218px;height: 122px;
}
/* Media Queries for Responsiveness */
@media (max-width: 768px) {
  .staff-colleges {
    height: 62px;
  }
  .staff-colleges .swiperLogo .swiper-wrapper .swiper-slide {
    height: 62px;
  }

  .staff-colleges .swiperLogo .swiper-wrapper .swiper-slide:nth-child(1) {
    width: 91px;
  }
  .staff-colleges .swiperLogo .swiper-wrapper .swiper-slide:nth-child(1) .boston-medical {
    width: 91px;height: 38px;
  }
  .staff-colleges .swiperLogo .swiper-wrapper .swiper-slide:nth-child(2) {
    width: 45px;
  }
  .staff-colleges .swiperLogo .swiper-wrapper .swiper-slide:nth-child(2) .pennsylvania {
    width: 45px;height: 48px;
  }
  .staff-colleges .swiperLogo .swiper-wrapper .swiper-slide:nth-child(3) {
    width: 85px;
  }
  .staff-colleges .swiperLogo .swiper-wrapper .swiper-slide:nth-child(3) .stanford {
    width: 85px;height: 45px;
  }
  .staff-colleges .swiperLogo .swiper-wrapper .swiper-slide:nth-child(4) {
    width: 96px;
  }
  .staff-colleges .swiperLogo .swiper-wrapper .swiper-slide:nth-child(4) .amsterdam {
    width: 96px;height: 36px;
  }
  .staff-colleges .swiperLogo .swiper-wrapper .swiper-slide:nth-child(5) {
    width: 94px;
  }
  .staff-colleges .swiperLogo .swiper-wrapper .swiper-slide:nth-child(5) .abpp {
    width: 94px;height: 30px;
  }
  .staff-colleges .swiperLogo .swiper-wrapper .swiper-slide:nth-child(6) {
    width: 55px;
  }
  .staff-colleges .swiperLogo .swiper-wrapper .swiper-slide:nth-child(6) .barnard {
    width: 55px;height: 36px;
  }
  .staff-colleges .swiperLogo .swiper-wrapper .swiper-slide:nth-child(7) {
    width: 42px;
  }
  .staff-colleges .swiperLogo .swiper-wrapper .swiper-slide:nth-child(7) .columnbia {
    width: 42px;height: 44px;
  }
  .staff-colleges .swiperLogo .swiper-wrapper .swiper-slide:nth-child(8) {
    width: 99px;
  }
  .staff-colleges .swiperLogo .swiper-wrapper .swiper-slide:nth-child(8) .kennesaw {
    width: 99px;height: 62px;
  }
  .staff-colleges .swiperLogo .swiper-wrapper .swiper-slide:nth-child(9) {
    width: 75px;
  }
  .staff-colleges .swiperLogo .swiper-wrapper .swiper-slide:nth-child(9) .ncstate {
    width: 75px;height: 46px;
  }
  .staff-colleges .swiperLogo .swiper-wrapper .swiper-slide:nth-child(10) {
    width: 122px;
  }
  .staff-colleges .swiperLogo .swiper-wrapper .swiper-slide:nth-child(10) .oregon {
    width: 122px;height: 56px;
  }
  .staff-colleges .swiperLogo .swiper-wrapper .swiper-slide:nth-child(11) {
    width: 76px;
  }
  .staff-colleges .swiperLogo .swiper-wrapper .swiper-slide:nth-child(11) .wisconsin {
    width: 76px;height: 45px;
  }

  .header {
    padding: 20px 20px 0 20px;
  }
  .header .title {
    height: 100%;
    width: 100%;
      font-size: 16px;
      /* Smaller font size for mobile */
  }
  .header-right-wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .header .header-right-wrapper .home-link,
  .header .header-right-wrapper .discord-link{
    display: none;
  }
  .discord-icon-wrapper img {
    margin-right: 10px;
  }

  .header .header-right-wrapper .game-zone {
    width: 115px;
    height: 38px;
    font-size: 14px;
  }
  .container {
      padding: 30px 20px;
  }
  .container .widget-container {
    width: 100%;
  }
  .container .widget-container .releasing-summer {
    width: 100%;
  }
  .first-background {
      /* Remove fixed height */
  }

  .container .main-title {
    margin-top: 30px;
      font-size: 38px;
      /* Smaller font size for mobile */
      font-weight: 600;
      text-align: center;
      padding: 0px 0px;
      width: 210px;
  }
  .third-background {
    height: 900px;
  }
  .phone-demo .swiperPhone {
    overflow: hidden;
    margin-bottom: 20px;
  }
  .phone-demo .img-lunbo img{
    height: 100vw;
  }
  .phone-demo .demo-illustration {
    margin-left: 0;
    margin-top: 0;
  }
  .phone-demo .demo-illustration .demo-illustration-text {
    font-size: 30px;
    height: auto;
    text-align: center;
  }
  .demo-carousel {
    margin-left: auto;
    margin-right: auto;
    width: 80px;
  }
  .sub-title {
    margin-top: 20px;
      font-size: 16px;
      /* Smaller font size for mobile */
      text-align: center;
      padding: 0px 0px;
  }
  .third-background .greetings {
    margin-top: 60px;
  }
  .third-background .greeting-detail {
    margin-top: 20px;
    width: 290px;
    font-size: 16px;
  }
  .second-background .title-font {
      margin: 20px 0;
  }
  .fourth-background .launch-date {
    height: auto;
  }
  .fourth-background .metrics {
    margin: 60px 0 60px 0;
  }
  .fourth-background .metrics .metric-name {
    font-size: 16px;
  }
  .fourth-background .staff-from {
    margin-top: 40px;
    height: auto;
    font-size: 30px;
    padding-bottom: 20px;
    width: 200px;
    margin-left: auto;
    margin-right: auto;
  }
  .fourth-background .first-one  {
    height: auto;
    font-size: 30px;
    width: 250px;
  }
  .fourth-background .as-date {
    font-size: 16px;
  }
  .fourth-background .metric-amount {
    font-size: 60px;
    height: 80px;
  }
  .fourth-background .metric-card {
    height: 200px;
    width: 300px;
    margin-bottom: 20px;
  }
  .fourth-background .staff-hours {
    height: auto;
    font-size: 20px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .title-font {
      padding: 0px 20px;
  }

  .features-container {
      flex-direction: column;
      /* Stack features vertically on smaller screens */
      align-items: center;
      /* Center each feature on small screens */
      justify-content: center;
  }

  .feature {
      width: 100%;
      /* Each feature takes full width */
      display: flex;
      flex-direction: column;
      margin-bottom: 20px;
      /* Space between stacked features */
      align-items: center;
  }

  .feature-card {
      margin: 0 auto;
  }

  .row {
      flex-direction: column;
      /* Stack content vertically on smaller screens */
  }

  .image-container {
      width: 100%;
      /* Full width for each section */
      flex-direction: column;
  }

  .text-container-right {
      order: -1;
  }

  .footer-content .footer-bottom {
    text-align: center;
  }

  .footer-container {
    display: flex;
    flex-direction: column;
  }
  .footer-container .footer-title-wrapper {
    margin-bottom: 30px;
  }
  .footer-container .footer-title-wrapper .title {
    font-size: 16px;
    height: auto;
    width: auto;
    display: flex;
    align-items: center;
  }
  .footer-container .footer-title-wrapper .logo {
    width: 30px;
    height: 30px;
  }
  .footer-container .footer-icons {
    margin-bottom: 30px;
    width: 250px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
  }
  .footer-container .footer-icons a {
    width: 60px;
    height: 60px;
  }
  .fourth-background .staff-colleges {
    padding-left: 20px;
    padding-right: 20px;
  }
  .footer-right {
      text-align: left;
      /* Left-align the right footer text */
      padding-top: 10px;
      /* Space between left and right footer content */
  }

  .header .join-btn {
      font-size: 10px;
      /* Smaller font size for button */
      padding: 6px 8px;
      /* Smaller padding for button */
  }

  footer {
      padding-left: 30px;
      padding-right: 30px;
  }

  .dialogue-container {
      height: 99vh;
  }

  .dialogue-records-wrapper {
      height: 52vh;
  }

  .dialogue-progres-img-wrapper {
      width: 88%;
  }

  .loading-dot-elastic-pc-wrapper {
      display: none;
  }

  .loading-dot-elastic-pc {
      display: none;
  }

  .loading-dot-elastic-mobile {
      display: block;
      left: 20%;
      top: 76%;
  }

  .dialogue-header {
      top: 0px;
  }

  .success-achieve,
  .failed-achieve {
      width: 172px;
      height: 172px;
      border-radius: 85.5px;
  }

  .play-intro-pc {
      display: none;
  }

  .play-intro-mobile {
      display: block;
  }
}


.display-none {
  display: none;
}

.download-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin: 20px 0;
}

.download-button img {
    height: 40px;
    transition: transform 0.2s ease;
}

.download-button:hover img {
    transform: scale(1.05);
}

/* Mobile responsiveness */
@media (max-width: 768px) {
    .download-buttons {
        flex-direction: column;
        align-items: center;
        gap: 15px;
    }
}
