@font-face {
    font-family: 'Amazing Slab Trial';
    src: url('webfont/AmazingSlabTrial-Regular.woff2') format('woff2'),
        url('webfont/AmazingSlabTrial-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Amazing Slab Trial';
    src: url('webfont/AmazingSlabTrial-Medium.woff2') format('woff2'),
        url('webfont/AmazingSlabTrial-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Amazing Slab Trial';
    src: url('webfont/AmazingSlabTrial-Bold.woff2') format('woff2'),
        url('webfont/AmazingSlabTrial-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}



/* 1. Use a more-intuitive box-sizing model */
*, *::before, *::after {
  box-sizing: border-box;
}

/* 2. Remove default margin */
* {
    margin: 0;
}

html {
    scroll-behavior: smooth;
}

body {
    /* 3. Add accessible line-height */
    line-height: 1.5;
    /* 4. Improve text rendering */
    -webkit-font-smoothing: antialiased;
}

/* 5. Improve media defaults */
img, picture, video, canvas, svg {
    display: block;
    max-width: 100%;
}

/* 6. Inherit fonts for form controls */
input, button, textarea, select {
    font: inherit;
}

/* 7. Avoid text overflows */
p, h1, h2, h3, h4, h5, h6 {
    overflow-wrap: break-word;
}

/* 8. Improve line wrapping */
p {
    text-wrap: pretty;
}

h1, h2, h3, h4, h5, h6 {
    text-wrap: balance;
}

a {
    color: #000;
    text-decoration: none;
}


.container {
    width: 90%;
    margin: 0 auto;
}

body {
    width: 100%;
    height: 100%;
    margin: 0;
    color: #fff;
}

img {
    width: -webkit-fill-available;
    max-width: 100%;
}

/* Loading Overlay Styles */
#loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 1); /* Fully dark background */
    transition: 1s 0.4s;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999; /* Ensure it covers everything */
}

#loading img {
    width: 20%;
    height: auto;
}

/* Start Header */

.header-mobile {
    display: none;
}

.header-mobile {
    display: none;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 5%;
    right: 5%;
    top: 5%;
    z-index: 9999;
}

.header-mobile .header-mobile-inner {
    display: flex;
    align-items: center;
    justify-content: end;
}

.header-mobile .burger-menu-icon {
    cursor: pointer;
    border: 0;
    padding: 0;
    background: transparent;
}

.header-mobile .burger-menu-icon img {
    width: 80%;
}

.header-mobile .menu-toggle {
    display: none;
    padding: 30px 30px 30px 50px;
    margin-top: 7px;
    background-image: url(../images/submenu-bg.webp);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: top center;
}

.header-mobile .menu-toggle a {
    margin: 15px 0;
    display: block;
}

.header-mobile .menu-toggle .submenu-list img,
.header-mobile .menu-toggle .submenu-list-bottom img {
    width: auto;
    height: auto;
}

.header-mobile .menu-toggle .submenu-list-bottom {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 10px;
}

.header-mobile .menu-toggle .submenu-list-bottom a {
    color: #FFC835;
    font-weight: 600;
    margin-right: 10px;
    font-family: 'Amazing Slab Trial';
}

.header {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1000;
}

.header .header-top {
    position: relative;
    background-image: url(../images/header-bg-top.webp);
    background-size: 100%;
    background-position: top center;
    background-repeat: no-repeat;
}

.header .header-bottom {
    background-image: url(../images/header-bg-bottom.png);
    background-size: 100%;
    background-position: top center;
    background-repeat: no-repeat;
}

.header .header-top .nav-item {
    padding: 33px 0;
    gap: 80px;
    display: flex;
    align-content: center;
    justify-content: center;
}

.header .header-top .nav-item a {
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 900;
    font-family: 'Amazing Slab Trial';
}

.header .header-top .connect-wallet {
    position: absolute;
    top: 20px;
    right: 40px;
}

.header .header-top .connect-wallet img {
    width: auto;
}

.header .header-bottom {
    padding: 14px 0;
    display: flex;
    justify-content: center;
    align-content: center;
    gap: 10px;
}

.header .header-bottom .download-now {
    color: #FFC835;
    font-weight: 600;
    margin-right: 10px;
    font-family: 'Amazing Slab Trial';
}

.header .header-bottom img {
    width: auto;
    height: auto;
}

/* End Header */

/* Start Main Content */
.main-content {
}
/* End Main Content */

/* Star Postion Relative */
.hero-section .hero-section-inner,
.main-content .video-section,
.main-content .marketplace-section,
.hero-section .hero-section-inner .single-motion-1,
.hero-section .hero-section-inner .single-motion-2,
.hero-section .hero-section-inner .single-motion-3 {
    position: relative;
}
/* End Postion Relative */

/* Start Hero Section */

.hero-section .hero-section-inner .slick-pagination,
.marketplace-art-lists .slick-pagination {
    position: absolute;
    top: 0;
    z-index: 999;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.hero-section .hero-section-inner .slick-pagination .slick-prev,
.marketplace-art-lists .slick-pagination .slick-prev {
    position: absolute;
    left: 3%;
    cursor: pointer;
}

.hero-section .hero-section-inner .slick-pagination .slick-next,
.marketplace-art-lists .slick-pagination .slick-next {
    position: absolute;
    right: 3%;
    cursor: pointer;
}

.hero-section .hero-section-inner .slick-pagination .slick-prev img,
.hero-section .hero-section-inner .slick-pagination .slick-next img,
.marketplace-art-lists .slick-pagination .slick-prev img,
.marketplace-art-lists .slick-pagination .slick-next img {
    width: 42px;
    height: auto;
}

.hero-section .hero-section-inner img.hero-2 {
    position: absolute;
    z-index: 2;
    top: 0;
}

.hero-section .hero-btn {
    width: 100%;
    height: auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 25%;
    z-index: 999;
    margin-left: auto;
    margin-right: auto;
}

.hero-section .hero-btn img {
    width: auto;
    height: auto;
    margin: 0 auto;
}

/* End Hero Seaction */

.main-content {
    background-image: url(../images/bg.webp);
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
}

.main-content.marketplace-content {
    background-image: url(../images/marketplacep-bg.webp);
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
}

.main-content .video-marketplace-section {
    background-image: url(../images/middle-bg.webp);
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
}

/* Start Video Section */
.video-section .tree-image {
    position: relative;
    margin-top: -24%;
    z-index: 10;
}

.video-section .patung-kiri,
.video-section .patung-kanan {
    position: absolute;
    bottom: 0;
    z-index: 99;
    width: 45%;
}

.video-section .video-section-tengah {
    position: relative;
}

.video-section .video-section-tengah .video-trailer video {
    position: absolute;
    z-index: 999;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    bottom: 23%;
    border-radius: 10%;
    width: 49%;
}

.video-section .video-section-tengah .trailer-text {
    font-family: 'Amazing Slab Trial';
    position: absolute;
    text-align: center;
    bottom: 6%;
    z-index: 999;
    width: 44%;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    display: none;
}

.video-section .video-section-tengah .trailer-text h3 {
    color: #000;
    font-size: 26px;
    margin-bottom: 15px;
}

.video-section .video-section-tengah .trailer-text p {
    color: #000;
    font-size: 20px;
    font-weight: 600;
}

.video-section .patung-kiri {
    left: 0;
}

.video-section .patung-kanan {
    right: 0;
}

.video-section .api-kiri,
.video-section .api-kanan {
    position: absolute;
    bottom: -5%;
    z-index: 99;
    width: 33%;
}

.video-section .api-kiri {
    left: 12%;
}

.video-section .api-kanan {
    right: 12%;
}

/* End Video Section */

/* Start Marketplace Section */

.marketplace-section .marketplace-tengah {
    position: relative;
    color: #DAA25E;
}

.marketplace-section .marketplace-tengah .marketplace-tengah-text {
    font-family: 'Amazing Slab Trial';
    width: 40%;
    text-align: center;
    margin: 0 auto;
    position: absolute;
    top: -2px;
    right: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 100%;
    display: none;
}

.marketplace-section .marketplace-tengah h3 {
    font-weight: 900;
    text-transform: uppercase;
    font-size: 24px;
    margin-bottom: 10px;
}

.marketplace-section .marketplace-tengah p {
    font-size: 24px;
    margin-bottom: 15px;
}

.marketplace-section .marketplace-tengah a {
    font-family: 'Amazing Slab Trial';
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 900;
    color: #fff;
    position: absolute;
    bottom: 25%;
    left: 0;
    right: 0;
}

.marketplace-section .marketplace-tengah a img {
    width: 150px;
    text-align: center;
    margin: 0 auto;
}

.marketplace-section .marketplace-tengah .papan {
    width: 50%;
    margin: 70px auto 30px auto;
}

.marketplace-section .marketplace-kiri,
.marketplace-section .marketplace-kanan {
    width: 18%;
    position: absolute;
    top: -4%;
}

.marketplace-section .marketplace-kiri {
    left: 0;
}

.marketplace-section .marketplace-kanan {
    right: 0;
}

.marketplace-section .marketplace-art {
    display: flex;
    align-content: center;
    justify-content: center;
    gap: 40px 20px;
    padding: 0 50px;
}

.marketplace-section .marketplace-art .art-list {
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.marketplace-section .marketplace-art .art-list span {
    font-family: 'Amazing Slab Trial';
    text-transform: uppercase;
    color: #FFC835;
    font-size: 25px;
    font-weight: 900;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 24px;
    text-align: center;
}

.marketplace-section .marketplace-art .art-list img {
}

.marketplace-section .marketplace-art-bottom {
    margin-top: 20px;
}

/* End Marketplace Section */

/* Start Community */
.main-content .community-section {
    position: relative;
    padding: 450px 0;
/*    background-image: url(../images/community-bg.webp);*/
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
}

.main-content .community-section img {
    width: 22%;
}

.main-content .community-section .mancing,
.main-content .community-section .sunny-solana-badge,
.main-content .community-section .moneybag,
.main-content .community-section .chara-front {
    position: absolute;
}

.main-content .community-section .mancing {
    width: 22%;
    bottom: 0%;
    left: 8%;
    z-index: 98;
}

.main-content .community-section .sunny-solana-badge {
    width: 34%;
    height: 66%;
    top: 12%;
    left: 18%;
    z-index: 97;
    background-image: url(../images/sunny-solana-badge.webp);
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    font-family: 'Amazing Slab Trial';
    color: #6C3415;
    padding: 7rem;
    display: none;
}

.main-content .community-section .sunny-solana_badge {
    position: absolute;
    width: 34%;
    height: 66%;
    top: 12%;
    left: 18%;
    z-index: 97;
}

.main-content .community-section .sunny-solana-badge h3 {
    font-size: 34px;
    text-transform: uppercase;
    line-height: 40px;
    margin-bottom: 15px;
}

.main-content .community-section .sunny-solana-badge p {
    font-size: 18px;
    font-weight: 500;
    color: #000000;
}

.main-content .community-section .sunny-solana-badge .ca {
    font-weight: 900;
    color: #FFC835;
    word-break: break-word;
    background-image: url(../images/ca-bg.webp);
    background-size: 100%;
    background-position: top center;
    background-repeat: no-repeat;
    padding: 12px 18px;
    margin-top: 20px;
}

.main-content .community-section .sunny-solana-badge .ca span {
    display: inline-block;
    width: 35px;
    vertical-align: bottom;
    margin-left: 4px;
}

.main-content .community-section .sunny-solana-badge .ca span img {
    width: 100%;
}

.main-content .community-section-right {
    width: 58%;
    top: 5%;
    right: 8%;
    z-index: 98;
    position: absolute;
}

.main-content .community-section .moneybag {
    width: 100%;
    /*top: 4%;
    right: 18%;
    z-index: 98;*/
}

.main-content .community-section .chara-front {
    width: 35%;
    top: 5%;
    right: 8%;
    z-index: 99;
}

.main-content .community-section-2 {
    position: relative;
}

.main-content .community-section-2 img {
    width: auto;
    height: auto;
}

.main-content .community-section-2 .community-text {
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 2%;
    z-index: 999;
}

.main-content .community-section-2 .community-text p {
    font-family: 'Amazing Slab Trial';
    color: #fff;
    font-size: 16px;
    width: 40%;
    margin: 0 auto;
    font-weight: 900;
    line-height: 28px;
}

.main-content .community-section-2 .community-text img {
    margin: 20px auto 20px auto;
    width: 35px;
    height: 35px;
}

.main-content .community-section-2 .community-text .social-icon {
    display: flex;
    align-content: center;
    justify-content: center;
    gap: 25px;
}

.main-content .community-section-2 .pin {
    position: absolute;
    top: 8%;
}

/* End Community */

/* Start Marketplace */

.main-content.marketplace-content .marketplace-section {
    padding-bottom: 50px;
}

.main-content.marketplace-content {
    padding: 180px 0 60px 0;
}

.main-content.marketplace-content .marketplace-kiri, 
.main-content.marketplace-content .marketplace-kanan {
    top: -180px;
}

.main-content.marketplace-content .marketplace-tengah {
    width: 40%;
    margin: 0 auto;
    text-align: center;
}

.main-content.marketplace-content .marketplace-tengah p {
    font-family: 'Amazing Slab Trial';
    color: #FFC835;
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 0;
    font-weight: 900;
    line-height: 28px;
    mar
}

.main-content.marketplace-content .marketplace-tengah img {
    width: auto;
    height: auto;
    text-align: center;
    margin: 0 auto;
}

.marketplace-art-lists {
    margin-left: 10%;
    margin-right: 10%;
    position: relative;
}

.marketplace-art-lists .marketplace-art-list {
    display: flex;
    align-content: center;
    justify-content: center;
    gap: 20px;
}

.marketplace-art-lists .marketplace-art-list .slick-slide {
    margin: 0 15px;
}

.marketplace-art-lists .marketplace-art-list .slick-list {
  margin: 0 -15px;
} 

.marketplace-art-lists .slick-pagination .slick-prev {
    left: -6%;
}

.marketplace-art-lists .slick-pagination .slick-next {
    right: -6%;
}

.marketplace-art-lists img {
    width: auto;
}

.marketplace-art-lists .marketplace-art-detail {
    /*width: 295px;
    height: 400px;
    background-image: url(../images/marketplace/art-frame.webp);*/
    background-size: 100%;
    background-position: top center;
    background-repeat: no-repeat;
    position: relative;
}

.marketplace-art-lists .marketplace-art-detail .art-image {
}

.marketplace-art-lists .marketplace-art-detail .art-image img {
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.marketplace-art-lists .marketplace-art-detail .art-text {
    font-size: 20px;
    position: absolute;
    bottom: 25px;
    left: 20px;
    right: 20px;
}

.marketplace-art-lists .marketplace-art-detail .art-text .art-text-top {
    display: flex;
    align-items: center;
    justify-content: center;
}

.marketplace-art-lists .marketplace-art-detail .art-text .art-text-top .right {
    margin-left: auto;
}

/* End Marketplace */

/* Start Footer */
.footer {
    z-index: 999;
    position: relative;
    padding: 20px 0 60px 0;
    background-image: url(../images/footer.webp);
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
}

.footer .logo-footer {
    width: 9%;
    margin: 0 auto;
}

.footer .footer-social {
    width: 68%;
    margin: 20px auto 5px auto;
    display: flex;
    align-content: center;
    gap: 0 150px;
    justify-content: center;
    padding: 50px 0 50px 0;
    background-image: url(../images/footer-social-bg.webp);
    background-size: 100%;
    background-position: center center;
    background-repeat: no-repeat;
}

.footer .footer-social img {
    height: 88px;
}

.footer .footer-rating {
    width: 35%;
    margin: 0 auto;
}

.footer .footer-rating-link {
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 100px;
}

.footer .footer-rating-link a {
    font-family: 'Amazing Slab Trial';
    font-weight: 900;
    text-align: center;
    text-transform: uppercase;
    font-size: 17px;
    color: #FFC835;
}

/* End Footer */