/* Reset */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html, body {
    width: 100%;
}

body{
    overflow-x: hidden;
}

header {
    
    color: white;
    padding: 0 1vw;
    width: 100%; /* Use 100% instead of 100vw */
    height: 7%;
    position:sticky;
    top: 0;
    left: 0;
    z-index: 100 !important;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.5vh 2vh;
}

header img {
    height: 1.7vh; /* Set the height of the logo */
}

.header-bg{
    height: 100%;
    position: absolute;
    width: 100%;
    left: 0vh;
    z-index: -1;
}

button.hamburger-menu{
    background: none;
    border: none;
    cursor: pointer;
}

button.hamburger-menu > i{
    color: #fff;
    font-size: 4vh;
}

button.hamburger-menu > i.icon-x{
    display: none;
}
button.hamburger-menu > i.icon-bars{
    display: inline;
}

.menu-nav{
    position: fixed;
    top:-120vh;
    z-index: -2 !important;
    opacity: 0;
    transition: top 0.5s ease-in-out, opacity 0.5s ease-in-out;
}

.menu-nav.show{
    top:7vh;
    opacity: 1;
}

.menu-nav > ul{
    flex-direction: column;
    background-color: rgba(0,0,0,0.6);
    left:0;
    right: 0;
    height: 100%;
    position: fixed;
    padding-top: 3vh;
    list-style-type: none;
}

.menu-nav>ul>li{
    padding: 2vh 2vh;
    align-self: center;
}

.menu-nav>ul>li>a{
    text-decoration: none;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-size: 2.1vh;
    text-align: center;
    width: 100%;
    display: block;
}

.button-container-image{
    background: url("../images/Section 1/btn_dashboard agent.png");
    background-size: 100%;
    width: 23.1vh;
    height: 6.5vh;
    right: 17vh;
    position: absolute;
    z-index: 1002;
    color: rgba(0,0,0,0);
}

.button-container-image img{
  opacity: 0;   
  animation: border-fade 2s infinite;
  filter: brightness(200%);
  right: 0vw;
}

.button-container-image2{
    background: url("../images/Section 1/GameDemo.png");
    background-size: 100%;
    width: auto;
    height: 6.5vh;
    right: 0vh;
    position: relative;
    z-index: 1002;
    color:rgba(0,0,0,0);
}

.button-container-image2 img{
    opacity: 0;   
    animation: border-fade 2s infinite;
    filter: brightness(200%);
    right: 0vw;
}

.content {
    margin-top: 70px; /* Space for the fixed header */
    padding: 20px;
}

@keyframes border-fade {
    0% {  opacity: 0;  }
    50% {  opacity: .5;  }
    100% {  opacity: 0;  }
}

@media screen and (max-width: 81vh){
    .button-container-image2{
        visibility: hidden;
    }

    .button-container-image{
        right: 0;
    }
}

/* Section 1: Splash */
.splash {
    background: url('../images/Section 1/P1_BG.png') no-repeat center center/cover;
    position: relative;
    width: 100%;
    height: 55vw;
    overflow: hidden;
}

@media screen and (max-width: 81vh){
    .splash {
        background: url('../images/Section 1/P1_BG.png') no-repeat center center/cover;
        position: relative;
        width: 100%;
        height: 98vw;
        overflow: hidden;
    }
}
/*================================================================================================================================ */

/* Section 2: USP */
#usp {
    position: relative;
    width: 99.06vw;
    height: 47.08vw;
    overflow: visible;
    z-index: 2;
}

/* Background Image USP */
.bg-usp {
    position: absolute;
    top: -1.82vw;
    left: 0;
    width: 99.06vw;
    height: 48.96vw;
    background: url('../images/section 2/2_BG.png');
    background-size: cover;
    background-position: center;
    z-index: -1;
}

/* Garis USP */
.garis-usp {
    position: absolute;
    width: 7.22vw;
    height: 0.31vw;
    top: 5.63vw;
    left: 46.42vw;
}

/* Title USP */
.title-usp {
    width: 47.59vw;
    height: 5.10vw;
    position: absolute;
    font-family: 'Poppins Black', sans-serif;
    font-size: 3.91vw;
    font-style: italic;
    color: white;
    top: 6.45vw;
    left: 50%;
    text-align: center;
    transform: translateX(-50%);
}

/* Subtitle USP */
.subtitle-usp {
    position: absolute;
    font-family: 'Poppins', sans-serif;
    font-size: 0.94vw;
    font-weight: 400;
    line-height: 1.5;
    color: white;
    width: 51.99vw;
    top: 11.77vw;
    left: 23.65vw;
    text-align: center;
}

@media screen and (max-width: 81vh){
    #usp {
        height: 80.08vw;
    }
    .bg-usp {
        height: 82.08vw;
    }
}

/*================================================================================================================================ */

/* Slider Container */
.slider-container {
    top: 18.23vw;
    position: relative;
    width: 89.58vw; /* Sesuai untuk 3 item terlihat */
    height: 21.88vw; /* Tinggi sesuai spesifikasi */
    overflow: hidden; /* Sembunyikan item di luar */
    margin: 0 auto; /* Tengah-tengah */
}

/* Slider */
.slider {
    display: flex;
    gap: 2.29vw; /* Jarak antar item */
    overflow-x: auto; /* Izinkan scroll horizontal */
    scroll-behavior: smooth; /* Smooth scrolling */
    scroll-snap-type: x mandatory; /* Snap behavior */
}

/* Slider Item */
.slider-item {
    flex: 0 0 28.13vw; /* Ukuran tetap */
    height: 21.88vw;
    position: relative;
    scroll-snap-align: start; /* Snap ke awal */
}
.slider-item-temp{
    display: none;
}

/* Frame Image */
.frame-slider {
    width: 28.13vw;
    height: 21.88vw;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}

/* USP Icon */
.usp-icon {
    position: absolute;
    width: 3.75vw;
    height: 3.75vw;
    top: 3.07vw;
    left: 2.66vw;
    object-fit: contain;
}

/* Title Text */
.text-title-usp {
    position: absolute;
    top: 7.90vw;
    left: 1.88vw;
    width: 24.28vw;
    height: 4.06vw;
    font-family: 'Poppins Black', sans-serif;
    font-size: 2vw;
    color: white;
    text-align: justify;
}

/* Description Text */
.text-description-usp {
    position: absolute;
    top: 11.56vw;
    left: 1.88vw;
    width: 23.28vw;
    height: 8.59vw;
    font-family: 'Poppins', sans-serif;
    font-size: 0.94vw;
    color: white;
    text-align: left;
    line-height: 1.5;
}

@media screen and (max-width: 81vh){

    .title-usp{
        width: 83.59vw;
        font-size: 5vw;
    }

    .subtitle-usp{
        left: 50%;
        width: 80vw;
        transform: translateX(-50%);
        font-size: 2vw;
        top: 12.5vw;
    }

    .slider-container {
        width: 90%;
        height: 60.88vw; /* Tinggi sesuai spesifikasi */
        overflow: hidden;
        margin-left: 13.5vw;
        margin-right: 13.5vw;
        top: 22.23vw;
    }
    .slider{
        gap: 18vw; /* Berikan sedikit ruang antar elemen */
        padding: 1.04vw; /* Sedikit padding */
        height: auto;
        scroll-snap-type: none;
        padding-left: 3vw;
    }
    .slider::-webkit-scrollbar{
        display: none;
    }
    .slider-item{
        flex: 0 0 90%; /* Ambil 90% lebar viewport */
        max-width: 78%; /* Maksimal 90% lebar viewport */
        height: 50vw; /* Maintain aspect ratio */
        scroll-snap-align: center; /* Pastikan item berada di tengah saat snap */
        margin: 0 auto; /* Tambahkan margin untuk sentralisasi */
        border-radius: 0.52vw; /* Radius sudut (opsional) */
    }

    .slider-item-temp{
        width: 28vw;
        display: block;
    }
    .frame-slider{
        position: absolute;
        width: 66vw !important;
        height: auto !important;
        width: 13.75vw;
        height: auto;
    }
    .usp-icon{
        top: 5.07vw;
        left: 50%;
        transform: translateX(-50%);
        width: 14vw;
        height: auto;
    }
    .text-title-usp{
        top: 20vw;
        text-align: center;
        left: 50%;
        transform: translateX(-50%);
        font-size: 4vw;
        width: 55vw;
    }
    .text-description-usp{
        top: 26.56vw;
        text-align: center;
        left: 50%;
        transform: translateX(-50%);
        font-size: 2.3vw;
        width: 56vw;
    }

}

/*================================================================================================================================ */

/* Section Character Slide */
#character-slide {
    position: relative;
    width: 99.22vw;
    height: 55.78vw;
    overflow: hidden;
    background-color: #262661;
}

/* Background */
.bg-char {
    position: absolute;
    width: 99.22vw;
    height: 55.78vw;
    top: 0;
    left: 0;
    z-index: 1;
}

/* Pojok Kiri */
.pojok-kiri-char {
    position: absolute;
    width: 40.84vw;
    height: 1.82vw;
    top: 0;
    left: 0;
    z-index: 2;
}

/* Background Name */
.bg-name-char {
    position: absolute;
    width: 43.63vw;
    height: 3.80vw;
    top: 23.65vw;
    left: -1.98vw;
    z-index: 3;
}

/* Skill Icon */
.skill-char {
    position: absolute;
    width: 2.55vw;
    height: 2.55vw;
    top: 28.33vw;
    left: 4.43vw;
    z-index: 4;
}

/* Characters */
.char {
    position: absolute;
    width: 15.07vw;
    height: 9.95vw;
    bottom: 9.95vw;
    top: 43.18vw;
    z-index: 10; /* Pastikan layer ini lebih tinggi dari semua elemen lainnya */
}

.char-1 {
    left: 25.16vw;
}

.char-2 {
    left: 36.30vw;
}

.char-3 {
    left: 47.45vw;
}

.char-4 {
    left: 58.59vw;
}

/* Rotating Circle */
.rotating-circle {
    position: absolute;
    width: 54.06vw;
    height: 53.81vw;
    top: 0.52vw;
    left: 79.53vw;
    z-index: 5;
    animation: rotate-circle 10s linear infinite;
}

/* Animasi Rotasi */
@keyframes rotate-circle {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

#character-slide {
    position: relative;
    width: 99.22vw;
    height: 55.78vw;
    overflow: hidden;
    background-color: #262661;
}

.msb {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 9;
}

.msb.active {
    display: block;
}

.char-img {
    position: absolute;
    width: auto;
    height: 51.62vw;
    top: 4.3vw;
    left: 36.5vw;
}

.char-img.char-saya{
    left: 37.5vw;
}

.char-img.char-megumi{
    left: 24.5vw;
    top: 2.96vw;
    height: 54.62vw;
}

.char-name {
    position: absolute;
    width: 31.34vw;
    height: 5.57vw;
    top: 21.61vw;
    left: 3.80vw;
    font-size: 4.27vw;
    font-family: 'Poppins Black', sans-serif;
    text-align: left;
    color: white;
}

.char-skill {
    position: absolute;
    width: 17.74vw;
    height: 1.41vw;
    top: 28.91vw;
    left: 7.40vw;
    font-size: 1.04vw;
    font-family: 'Poppins', sans-serif;
    color: white;
    text-align: left;
}

.char-desc {
    position: absolute;
    width: 25.89vw;
    height: 6.61vw;
    top: 31.35vw;
    left: 4.48vw;
    font-size: 0.99vw;
    font-family: 'Poppins', sans-serif;
    color: white;
    text-align: left;
}

@media screen and (max-width: 81vh){
    #character-slide{
        height: 85.78vw;
    }

    .bg-char{
        height: 55.78vw;
        top: 6vw;
        left: -52vw;
        transform: scale(2.3);
    }

    .rotating-circle{
        width: 90vw;
        height: 90vw;
        left: 70.53vw;
    }
    .bg-name-char{
        width: 57.63vw;
        height: 7.8vw;
        left: -2.98vw;
        top: 22.65vw;
    }

    .skill-char{
        width: 5.55vw;
        height: auto;
        top: 31.33vw;
        left: 2.43vw;
    }

    .char-skill{
        width: 56.74vw;
        height: 5.41vw;
        top: 32.4vw;
        left: 8.6vw;
        font-size: 3.04vw;
    }

    .char-desc{
        width: 41.89vw;
        height: 8.61vw;
        top: 37.35vw;
        left: 3.6vw;
        font-size: 2.2vw;
    }

    .char-img{
        top: 21.96vw;
        transform: scale(1.5);
        left: 51.25vw;
    }

    .char-name{
        width: 48.34vw;
        height: 8.57vw;
        top: 22.8vw;
        left: 3.80vw;
        font-size: 6.27vw;
    }

    .char{
        top: 72vw;
        transform: scale(1.5);
    }

    .char-1{
        left: 15vw;
    }
    .char-2{
        left: 30vw;
    }
    .char-3{
        left: 45vw;
    }
    .char-4{
        left: 60vw;
    }

}


/*================================================================================================================================ */

/* Section Mint NFT */
#mint-nft {
    position: relative;
    width: 99.22vw;
    height: 36.72vw;
    overflow: hidden;
    background-color: #262661;
}

/* Background Mint */
.bg-mint {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

/* Line Mint */
.line-mint {
    position: absolute;
    width: 0.26vw;
    height: 29.17vw;
    top: 3.75vw;
    left: 2.66vw;
}

/* Card 2 Mint */
.card-2-mint {
    position: absolute;
    width: 24.55vw;
    height: 32.57vw;
    top: 4.27vw;
    left: 73.96vw;
    z-index: 2;
}

/* Card 1 Mint */
.card-1-mint {
    position: absolute;
    width: 26.11vw;
    height: 34.74vw;
    top: 1.93vw;
    left: 53.85vw;
    z-index: 4;
}
.card-2-mint-new {
    position: absolute;
    width: auto;
    height: 32.57vw;
    top: 6.27vw;
    left: 76.7vw;
    z-index: 3;
    transform: rotate(5deg);
}

.card-1-mint-new {
    position: absolute;
    width: auto;
    height: 36vw;
    top: 3.3vw;
    left: 55.85vw;
    z-index: 5;
    transform: rotate(-3deg);
}

/* Detail Mint */
.detail-mint {
    position: absolute;
    width: 18.75vw;
    height: 1.56vw;
    top: 19.17vw;
    left: 25.65vw;
    z-index: 4;
}

/* Title Mint */
.title-mint-primary {
    position: absolute;
    width: 32.55vw;
    height: 6.36vw;
    top: 6.84vw;
    left: 6.61vw;
    font-size: 4.84vw;
    font-family: 'Poppins Black', sans-serif;
    text-align: left;
    color: white;
    z-index: 5;
}

.title-mint-secondary {
    position: absolute;
    width: 23.72vw;
    height: 12.40vw;
    top: 10.83vw;
    left: 6.61vw;
    font-size: 9.53vw;
    font-family: 'Poppins Black', sans-serif;
    text-align: left;
    color: white;
    z-index: 5;
}

/* Description Mint */
.description-mint {
    position: absolute;
    width: 42.11vw;
    height: 7.55vw;
    top: 22.55vw;
    left: 6.61vw;
    font-size: 0.94vw;
    font-family: 'Poppins', sans-serif;
    text-align: left;
    color: white;
    line-height: 1.6;
    z-index: 5;
}

@media screen and (max-width: 81vh){
    #mint-nft{
        height: 121.72vw;
    }
    .title-mint-primary{
        width: 73.55vw;
        height: 6.36vw;
        top: 7.84vw;
        left: 6.61vw;
        font-size: 10.84vw;
    }

    .title-mint-secondary{
        width: 23.72vw;
        height: 12.40vw;
        top: 16.83vw;
        left: 6.61vw;
        font-size: 14.53vw;
    }

    .detail-mint{
        width: 54.75vw;
        height: 3VW;
        top: 32.17vw;
        left: 7.65vw;
    }

    .description-mint{
        width: 76.11vw;
        height: 7.55vw;
        top: 37.55vw;
        left: 7.8vw;
        font-size: 2vw;
    }
    .card-1-mint{
        width: 46.11vw;
        height: auto;
        top: 60.5vw;
        left: 9.85vw;
    }

    .card-2-mint{
        width: 42.55vw;
        height: auto;
        top: 65.27vw;
        left: 45.96vw;
    }

    .card-1-mint-new{
        width: 38.11vw;
        height: auto;
        top: 59vw;
        left: 9.85vw;
    }

    .card-2-mint-new{
        width: 32.55vw;
        height: auto;
        top: 68.27vw;
        left: 48.96vw;
    }

}

/*================================================================================================================================ */

/* Section FAQ */
#faq {
    position: relative;
    width: 99.22vw;
    height: 63.54vw;
    overflow: visible;
    z-index: 6; /* Layer lebih tinggi dari Mint NFT */
    background-color: #040315;
}

/* Background FAQ */
.bg-faq {
    position: absolute;
    top: -2.60vw;
    left: 0;
    width: 100%;
    height: auto;
    object-fit: cover;
    z-index: -1;
}

/* Icon FAQ (Question Mark) */
.icon-faq {
    position: absolute;
    width: 48.88vw;
    height: 49.69vw;
    top: 8.18vw;
    left: -0.16vw;
    z-index: 2;
}

.katsumi-faq{
    position: absolute;
    width: auto;
    height: 55.69vw;
    top: 8vw;
    left: -2.16vw;
    z-index: 2;
}

/* Title FAQ */
.title-faq {
    position: absolute;
    width: 25.70vw;
    height: 13.13vw;
    top: 7.64vw;
    left: 48.71vw;
    font-size: 10.10vw;
    font-family: 'Poppins Black', sans-serif;
    text-align: left;
    color: white;
    z-index: 3;
}

/* Learn More Text */
.learn-more {
    position: absolute;
    width: 14.59vw;
    height: 1.35vw;
    top: 44.27vw;
    left: 48.71vw;
    z-index: 4;
}

/* Accordion Styling */
/* FAQ Accordion Section */
.faq-accordion {
    max-width: 41.67vw;
    margin: 2.60vw auto;
    font-family: "Poppins", sans-serif;
    color: #333;
}

.faq-accordion h2 {
    text-align: center;
    margin-bottom: 1.04vw;
    font-size: 1.46vw;
    color: #711793;
}

/* Accordion Container */
.accordion {
    position: absolute;
    top: 20.83vw;
    left: 48.85vw;
    overflow: visible;
}

.accordion-item:last-child {
    /* border-bottom: none; */
    margin-bottom: 0.52vw;
    border: none;
}

/* Accordion Header */
.accordion-header {
    position: relative;
    width: 44.53vw;
    height: 3.49vw;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    height: auto;
    background-color: #494949;
    padding: 0vw 0.78vw;
    color: white;
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
    font-size: 0.63vw;
    text-align: left;
    transform: skew(-20deg);
    outline: none;
    box-shadow: none;
    border: none;
    margin-bottom: 0.52vw; /* Tambahkan jarak antar elemen */
}

.accordion-header.active {
    background-color: #3b85eb; /* Warna setelah diklik */
}

.accordion-header span {
    display: flex;
    transform: skew(20deg); /* Mengembalikan teks agar tidak miring */
}

.accordion-text {
    font-size: 1.67vw;
    color: white;
    margin-left: 0.46vw;
    margin-top: 0.3vw;
    margin-bottom: 0.3vw;
    text-align: left;
    font-family: 'Poppins', sans-serif;
}

/* Accordion Content */
.accordion-content {
    max-width: 39.32vw;
    height: auto;
    background: transparent;
    display: none; /* Tersembunyi secara default */
    padding: 0.26vw;
    font-size: 0.99vw;
    text-align: justify;
    color: white;
    font-weight: bold;
    font-family: 'Poppins', sans-serif;
    margin-left: 1.30vw;
    margin-top: -0.2vw;
    margin-bottom: 0.2vw;
}

@media screen and (max-width: 81vh){

    .title-faq{
        left: 39vw;
        top: 5.64vw;
    }

    .icon-faq{
        visibility: hidden;
    }

    .katsumi-faq{
        visibility: hidden;
    }

    .accordion{
        left: 10vw;
        top: 18.83vw;
    }
    .accordion-header{
        width: 75.53vw;
    }
    .accordion-text{
        font-size: 3vw;
    }
    .accordion-content{
        font-size: 2.3vw;
        margin-top: 1vw;
        margin-bottom: 1.4vw;
        max-width: 73.32vw;
    }
    .learn-more{
        width: 29.59vw;
        height: auto;
        top: 56.27vw;
        left: 32.71vw;
    }
}


/*================================================================================================================================ */

/* Section Get News */
#get-news {
    position: relative;
    width: 99.22vw;
    height: 22.14vw;
    overflow: hidden;
}

/* Background */
.bg-news {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

/* Title Image */
.title-news {
    position: absolute;
    width: 29.87vw;
    height: 5.94vw;
    top: 6.12vw;
    left: 4.87vw;
}

/* Social Media Icons */
.discord-news {
    position: absolute;
    width: 2.41vw;
    height: 1.87vw;
    top: 17.9vw;
    left: 54vw;
}

.medium-news {
    position: absolute;
    width: 2.81vw;
    height: 1.51vw;
    top: 18.07vw;
    left: 49.79vw;
}

.x-news {
    position: absolute;
    width: 2.03vw;
    height: 1.77vw;
    top: 18.07vw;
    left: 50vw;
}

.tele-news {
    position: absolute;
    width: 2.03vw;
    height: 1.67vw;
    top: 18.07vw;
    left: 46vw;
}

/* Input Bar */
.mail-news {
    background-size: cover;
    background-position: center;
    position: absolute;
    width: 27.77vw;
    height: 3.49vw;
    top: 10.83vw;
    left: 52.81vw;
}

.mail-news-input{
    background-color: transparent; /* Ensure full transparency */
    border: none; /* Remove default border */
    outline: none; /* Remove the focus outline */
    box-shadow: none; /* Ensure no shadow is applied */
    color: white; /* Set text color for visibility */
    position: absolute;
    width: 24.77vw;
    height: 3.49vw;
    top: 10.83vw;
    left: 54.41vw;
}

/* Subscribe Button */
.subs-news{
    background: url("../images/Section 6/6_BUTTON SUBSCRIBE.png");
    border: none; /* Remove default border */
    outline: none; /* Remove the focus outline */
    box-shadow: none; /* Ensure no shadow is applied */
    background-size: cover;
    background-position: center;
    position: absolute;
    width: 15.23vw;
    height: 3.18vw;
    top: 10.99vw;
    left: 80.15vw;
}

.subs-news button:hover{
    filter: brightness(0.5) sepia(1) hue-rotate(180deg);
}

/* Text: News Title */
.news-title {
    position: absolute;
    width: 25.46vw;
    height: 3.49vw;
    top: 7.08vw;
    left: 54.74vw;
    font-size: 2.66vw;
    font-family: 'Poppins Black', sans-serif;
    text-align: left;
    color: white;
}

/* Text: News Description */
.news-desc {
    position: absolute;
    width: 36.13vw;
    height: 3.07vw;
    top: 12.55vw;
    left: 4.87vw;
    font-size: 0.78vw;
    font-family: 'Poppins', sans-serif;
    text-align: left;
    color: white;
    line-height: 1.6;
}

.subscribe-thanks{
    background-color: black;
    width: 44vw;
    height: 10vw;
    top: 5vw;
    right: -52vw;
    position: relative;
    visibility: hidden;
}

.subscribe-thanks-text{
    position: absolute;
    font-size: 1.5vw;
    width: 100%;
    font-family: 'Poppins Black', sans-serif;
    text-align: center;
    color: white;
    top: 5.5vw;
}

.popup {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: white;
    padding: 20px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
    text-align: center;
    z-index: 1000;
    border-radius: 8px;
}

.popup-content button {
    background: #007BFF;
    color: white;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    border-radius: 5px;
}

.popup-content button:hover {
    background: #0056b3;
}

input::placeholder {
    color: rgba(255, 255, 255, 0.5); /* Change to your desired color */
    opacity: 1; /* Ensure it's fully visible (some browsers lower opacity by default) */
}

@media screen and (max-width: 81vh){
    #get-news{
        height: 53.14vw;
        background-color: black;
    }

    .bg-news{
        height: 22.14vw;
        z-index: 0;
    }

    .title-news{
        width: 56.87vw;
        height: auto;
        top: 6.12vw;
        left: 50%;
        transform: translateX(-50%);
    }

    .news-desc{
        position: absolute;
        width: 72.13vw;
        height: 3.07vw;
        top: 18.55vw;
        left: 50%;
        font-size: 1.78vw;
        text-align: center;
        transform: translateX(-50%);
    }

    .news-title{
        top: 30.08vw;
        left: 50%;
        transform: translateX(-50%);
    }

    .mail-news{
        width: 49.77vw;
        height: auto;
        top: 34.83vw;
        left: 11.81vw;
    }

    .subs-news{
        width: 31.73vw;
        height: 6.3vw;
        top: 34.8vw;
        left: 60.15vw;
    }

    .mail-news-input{
        width: 43.77vw;
        height: 6vw;
        top: 35vw;
        left: 14.81vw;
    }

    .discord-news{
        top: 45.5vw;
        width: 5vw;
        height: auto;
        left: 40%;
        transform: translateX(-50%);
    }

    .medium-news{
        top: 45.5vw;
        width: 5vw;
        height: auto;
        left: 46%;
        transform: translateX(-50%);
    }

    .x-news{
        top: 45.5vw;
        width: 5vw;
        height: auto;
        left: 50%;
        transform: translateX(-50%);
    }

    .tele-news{
        top: 45.5vw;
        width: 5vw;
        height: auto;
        left: 60%;
        transform: translateX(-50%);
    }

    .subscribe-thanks{
        width: 100%;
        height: 13vw;
        top: 30vw;
        right: 0;
    }

    .subscribe-thanks-text{
        font-size: 3vw;
        top: 5vw;
    }
}
