/* index page  */
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Limelight&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+Malayalam&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap");
/* Reset styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* Your existing styles remain exactly the same */
body {
    font-family: "Inter", sans-serif;
    min-height: 100vh;
    background-color: #000;
    color: #fff;
    max-width: 110%;
    overflow-x: hidden;
    position: relative;
}

.container,
nav,
footer {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    padding-bottom: 5px;
    padding: 0px;
}

.main-section {
    padding-top: 40px;
    margin-top: 40px;
    max-height: fit-content;
}

/* Platform  */
.platform-content.visible {
    opacity: 1;
}

.platform-content {
    margin-top: 20px;
    min-height: 80vh;
    display: flex;
}

.download-free {
    background: #eda300;
    color: white;
    padding: 1.67vh 3.33vh;
    border-radius: 30px;
    text-decoration: none;
    font-weight: bold;
    font-size: 2vh;
    display: inline-block;
    margin-bottom: 4.44vh;
    position: absolute;
    right: 2%;
}

@media (max-width: 768px) {
    .download-free {
        background: #eda300;
        color: white;
        padding: 1.67vh 3.33vh;
        border-radius: 30px;
        text-decoration: none;
        font-weight: bold;
        font-size: 2vh;
        display: inline-block;
        margin-bottom: 4.44vh;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
    }
    .coin-content {
        align-content: center;
    }
}

@media (max-width: 480px) {
    .download-free {
        text-align: center;
        font-size: 1.5vh;
        padding: 1.5vh 3vh;
    }
    .coin-content {
        align-content: center;
    }

    .coin-heading {
        font-size: 3rem !important;
        position: relative;
        margin-top: 0px !important;
        top: -10%;
    }
    .testimonial {
        padding-bottom: 30vh;
    }
}

.coin-heading {
    margin-top: 5%;
    font-family: "Poppins", serif;
    font-weight: 700;
    font-size: 6.89vh;
    line-height: 7vh;
    letter-spacing: 0%;
    text-align: center;
}

.coin-heading .gold {
    color: #edba4a;
}

.coin-subtext {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-style: italic;
    font-size: 3.89vh;
    text-align: center;
    color: #dddbdb;
}

.coin-image {
    position: relative;
    margin: auto;
    bottom: -30vh;
}

.coin-container {
    position: relative;
}

/* road map  */

.journey-section {
    background: #ededed;
}

.journey-section .main-heading {
    padding-top: 4.42px;
    display: inline-block;
    max-width: 100%;
    font-family: "Poppins", serif;
    font-size: 8.42vh;
    font-weight: 700;
    margin-bottom: 0px;
    text-align: center;
    color: #cb7700;
}

@media (max-width: 768px) {
    .journey-section .main-heading {
        font-size: 6.42vh;
        margin-bottom: 10px;
    }
}

@media (max-width: 480px) {
    .journey-section .main-heading {
        font-size: 4.42vh;
        margin-bottom: 10px;
    }
}

.journey-section .sub-heading {
    margin-bottom: 0px;
    font-family: "Roboto", sans-serif;
    font-style: italic;
    color: #626262;
    max-width: 125vh;
    font-weight: 400;
    font-size: 45px;
    text-align: center;
    line-height: 52px;
}
@media (max-width: 768px) {
    .journey-section .sub-heading {
        margin-bottom: 15px;
        font-size: 35px;
        line-height: 42px;
    }
}

@media (max-width: 480px) {
    .journey-section .sub-heading {
        margin-bottom: 15px;
        font-size: 25px;
        line-height: 32px;
    }
}
.journey-section .journey-item {
    display: flex;
    gap: 15px;
    align-items: center;
    position: absolute;
    z-index: 2;
}

.journey-section .journey-item img.journey-icon {
    width: 115px;
    height: 115px;
    border-radius: 50%;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

@media (max-width: 768px) {
    .journey-section .journey-item {
        position: relative;
        flex-direction: row;
        justify-content: center;
    }

    .journey-section .road {
        display: none;
    }

    .coin-image {
        display: none;
    }
}

.main-heading {
    position: relative;
    color: #ffffff;
    /* font-size: 5.6vh; */
    font-weight: 800;
    margin-bottom: 10px;
    z-index: 5;
}

.feature-text {
    position: relative;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-style: italic;
    font-size: 3.89vh;
    line-height: 52px;
    z-index: 5;
}

@media (max-width: 768px) {
    .feature-text {
        line-height: 40px;
        text-align: center;
    }
}

@media (max-width: 480px) {
    .feature-text {
        font-size: 1.5rem;
        line-height: 40px;
        text-align: center;
    }
    .main-heading {
        margin-top: 5vh;
        font-size: 4.6vh;
        text-align: center;
    }
}
.sub-heading {
    color: #666;
    font-size: 1rem;
    margin-bottom: 50px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.roadmap-container {
    position: relative;
    max-width: 1060px;
    margin: 0 auto;
}

.road {
    width: 100%;
    height: auto;
    margin-bottom: 2.11vh;
}

.journey-item {
    position: absolute;
    display: flex;
    align-items: center;
    gap: 20px;
    z-index: 2;
    width: 47%;
}

.journey-text {
    max-width: 300px;
}

.journey-text h5 {
    font-family: "Poppins", serif;
    font-weight: 700;
    font-size: 35px;
    color: #000000;
}

.journey-text p {
    margin: 0px;
    color: #626262;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-style: italic;
    font-size: 20px;
    line-height: 3vh;
}

/* Precise positioning for each item */
#person {
    top: -1%;
    right: 90%;
}
#person img.journey-icon {
    width: 20vh !important;
    height: 24vh !important;
    border-radius: 0 !important;
    box-shadow: none !important;
}

#player {
    top: 12%;
    left: 23%;
}

#achievement {
    top: 26%;
    right: 16%;
}

#creator {
    top: 40.5%;
    right: 34%;
}

#shorts {
    top: 54.5%;
    left: 26%;
}

#story {
    top: 68.5%;
    right: 40%;
}

#gifts {
    top: 81.5%;
    left: 44%;
}

/* Left items alignment */
.left-item {
    justify-content: flex-end;
}

/* Right items alignment */
.right-item {
    justify-content: flex-start;
}

@media (max-width: 768px) {
    /* Remove the roadmap image in mobile view */
    .road {
        display: none;
    }

    #person {
        display: none;
    }
    .roadmap-container {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        height: auto;
        padding: 20px;
    }

    .journey-item {
        position: relative;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 100%;
        gap: 10px;
        margin-bottom: 20px;
    }

    .journey-item img.journey-icon {
        width: 60px;
        height: 60px;
    }

    .journey-text h5 {
        font-size: 4vh;
    }
    #person,
    #player,
    #achievement,
    #creator,
    #shorts,
    #story,
    #gifts {
        position: relative;
        top: auto;
        right: auto;
        left: auto;
    }
}

@media (max-width: 480px) {
    /* Remove the roadmap image in small phone screens */
    .road {
        display: none;
    }

    #person {
        display: none;
    }

    .roadmap-container {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        height: auto;
        padding: 15px;
    }

    .journey-item {
        position: relative;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 100%;
        gap: 5px;
        margin-bottom: 15px;
    }

    .journey-item img.journey-icon {
        width: 40px; /* Smaller icon size */
        height: 40px;
    }

    .journey-text h5 {
        font-size: 2vh;
    }

    .journey-text p {
        line-height: 1.2rem;
        font-size: 0.9rem;
    }

    #person,
    #player,
    #achievement,
    #creator,
    #shorts,
    #story,
    #gifts {
        position: relative;
        top: auto;
        right: auto;
        left: auto;
    }
}

/* Section Styling */
.badge-redemption .badge-section {
    /* min-height: 100vh; */
    padding: 1rem;
}

.badge-redemption .container {
    max-width: 1500px;
    margin: 0 auto;
    overflow: visible;
}

.badge-redemption .subtitle {
    color: #5f5f5f;
    padding-left: 4.33vh;
    margin-bottom: 0px;
    padding-top: 3rem;
    font-family: "Poppins", serif;
    font-size: 4vh;
    font-weight: 600;
    line-height: 4vh;
}

.badge-redemption .grid {
    overflow: visible;
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
    padding-left: 60px;
    margin-top: 2rem;
    padding-bottom: 4rem;
}

@media (min-width: 1024px) {
    .badge-redemption .grid {
        grid-template-columns: 1fr 1fr;
    }
}

/* Title & Description */
.badge-redemption .title {
    color: #cb7700;
    font-family: "Poppins", serif;
    font-size: 5vh;
    font-weight: 700;
    line-height: 9vh;
}

.badge-redemption .description {
    color: #626262;
    margin-bottom: 2rem;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-style: italic;
    font-weight: 400;
    line-height: 19.92px;
}

/* Badge List */
.badge-redemption .badge-list {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.badge-redemption .badge-item {
    display: flex;
    gap: 1rem;
    align-items: center;
    /* opacity: 0; */
    transform: translateY(5px);
}

.badge-redemption .badge-icon {
    padding: 0.5rem;
    border-radius: 0.5rem;
    font-size: 1.25rem;
}

.badge-redemption .creator-badge {
    background-color: #f0bb1f;
    color: #ffffff;
    padding: 10px;
}

.badge-redemption .player-badge {
    background-color: #f15a2b;
    color: #ffffff;
    padding: 10px;
}

.badge-redemption .challenge-badge {
    background-color: #006380;
    color: #ffffff;
    padding: 10px;
}

.badge-redemption .badge-content h3 {
    color: #5f5f5f;
    margin-bottom: 0.25rem;
    font-family: "Poppins", serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 19.92px;
}

.badge-redemption .badge-content p {
    color: #626262;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-style: italic;
    font-weight: 400;
    line-height: 19.92px;
}

/* Card Styling */
.badge-redemption .card {
    background: white;
    border-radius: 0.75rem;
    padding: 1rem;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    height: fit-content;
    max-width: 80%;
    margin-bottom: 3rem;
}

.badge-redemption .redeem-section {
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
    min-height: 200px;
    border-radius: 0.5rem;
    padding: 1rem;
    text-align: center;
    margin-bottom: 1rem;
}

.badge-redemption .redeem-title {
    color: #fbbf24;
    font-size: 1.5rem;
    font-weight: bold;
}

.badge-redemption .redeem-amount {
    color: #fbbf24;
    font-size: 1.75rem;
    font-weight: bold;
}

.badge-redemption .money-icon {
    width: 80px;
    margin: 1rem auto;
}

.badge-redemption .progress-container {
    padding-left: 15px;
}

.badge-redemption .progress-bar {
    width: 100%;
    height: 6px;
    background: #f3f4f6;
    border-radius: 9999px;
    overflow: hidden;
}

.badge-redemption .progress {
    width: 40%;
    height: 100%;
    background: #edba4a;
}

.badge-redemption .progress-text {
    margin: 0px;
    font-family: "Poppins", serif;
    font-weight: 500;
    font-size: 14px;
}

.progress-percentage {
    color: #edba4a; /* Yellow for percentage */
}

.progress-label {
    color: #080809; /* White or any other color for "completed" */
}

.badge-redemption .card-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 1rem;
}

.badge-redemption .remaining {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: #6b7280;
}

.badge-redemption .heart-icon {
    color: #9ca3af;
    cursor: pointer;
    transition: color 0.2s;
}

.badge-redemption .heart-icon:hover {
    color: #ef4444;
}

/* Animation */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(50px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.badge-redemption .badge-item.animate {
    animation: fadeInUp 0.6s ease-out forwards;
}

.badge-redemption .badge-item:nth-child(1).animate {
    animation-delay: 0.2s;
}

.badge-redemption .badge-item:nth-child(2).animate {
    animation-delay: 0.4s;
}

.badge-redemption .badge-item:nth-child(3).animate {
    animation-delay: 0.6s;
}
/* Youtube Video Resommendation section  */
.video-section {
    font-family: "Poppins", serif;
    padding: 8.89vh 0;
    position: relative;
    overflow: hidden;
    background-color: wheat;
}

.video-heading {
    font-family: "Poppins", serif;
    color: #cb7700;
    text-align: center;
    margin-bottom: 2.22vh;
    font-size: 8.89vh;
    font-weight: 700;
    line-height: 8vh;
    text-align: center;
}

.video-subtext {
    color: #626262;
    margin-bottom: 5.56vh;
    font-family: "Inter", sans-serif;
    font-size: 5vh;
    font-style: italic;
    font-weight: 400;
    line-height: 5vh;
    text-align: center;
}

@media (max-width: 768px) {
    .video-heading {
        font-size: 6.89vh;
        line-height: 7vh;
    }
    .video-subtext {
        font-size: 4vh;
        line-height: 5vh;
    }
}

@media (max-width: 480px) {
    .video-heading {
        font-size: 4.89vh;
        line-height: 5vh;
    }
    .video-subtext {
        font-size: 3vh;
        line-height: 4vh;
    }
}

.video-container {
    position: relative;
    display: flex;
    align-items: center;
    padding: 0 40px;
}

.video-carousel {
    width: 100%;
    overflow: hidden;
}

.video-slider {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.video-carousel {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.video-slider {
    display: flex;
    transition: transform 0.3s ease-in-out;
    will-change: transform;
}

.video-card {
    flex: 0 0 auto;
    margin-right: 20px;
    /* Adjust spacing between cards */
    background: #f0f0f0;
    /* Add a background for visibility */
    border-radius: 8px;
    /* Optional for rounded corners */
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    height: 15em;
    width: 15em;
}

.video-thumbnail img {
    width: 100%;
    height: auto;
}

.nav-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.5);
    border: none;
    color: white;
    font-size: 24px;
    cursor: pointer;
    z-index: 3;
}

.prev-btn {
    left: 10px;
}

.next-btn {
    right: 10px;
}

.nav-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    padding: 15px;
    cursor: pointer;
    border-radius: 50%;
    z-index: 3;
}

.prev-btn {
    left: 0;
}

.next-btn {
    right: 0;
}

.coin-decoration {
    position: absolute;
    width: 375px;
    height: auto;
    z-index: 1;
}

.coin-left {
    left: -80px;
    top: 65%;
    transform: translateY(-50%) rotate(75deg);
}

.coin-right {
    /* width: 249px; */
    right: -111px;
    top: 65%;
    transform: translateY(-50%) rotate(6deg);
}
