@import url("fonts.css");

@font-face {
    font-family: 'Space Grotesk';
    src: url('/fonts/SpaceGrotesk-VariableFont_wght.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

:root {
    --main-bg: #0b0b0b;
    --card-bg: rgba(255, 255, 255, 0.04);
    --card-border: rgba(255, 255, 255, 0.08);
    --white: #fff;
    --subtext: #aaa;
    --glow-color: rgba(0, 255, 255, 0.3);
    --gold: #ffc107;
    --pink: #ff66c4;
    --devify-purple: #9d73ff;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Segoe UI", sans-serif;
}

body {
    background-image: url('/images/bgtt.png');
    background-repeat: no-repeat;
    background-size: 100%;
    /* background-size: cover;      
    background-position: center; */
    background-color: var(--main-bg);
    color: var(--white);
    font-family: Inter, sans-serif;

    background-image: url(/images/bgtt.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    background-color: var(--main-bg);
    color: var(--white);
    font-family: Inter, sans-serif;
    min-height: 100vh;

}

@media (max-width: 768px) {
    body {
        background-image: url('/images/bg-mobile.png');
    }
}

::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

::-webkit-scrollbar-track {
    background: #2a2a2a;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    background: #555;
    border-radius: 10px;
    border: 2px solid #2a2a2a;
}

::-webkit-scrollbar-thumb:hover {
    background: #777;
}


/* WRAPPER */

.create-wrapper {
    /* width: 90%;
  max-width: 1800px; */
    margin: 50px auto;
    overflow: hidden;
}


/* HEADER */

.giveaway-header {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-bottom: 1%;
    margin-left: 6%;
}

.middle-logo {
    text-align: center;
    max-width: 500px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}


.mmr-top3 {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0px;
    margin-top: 0px;
    margin-right: 5%;
}

.giveaway-card {
    border-radius: 20px;
    padding: 20px;
    width: 18%;
}

.giveaway-card .giveaway-title {
    font-weight: bold;
    font-size: 2.5vh;
    margin-bottom: 15px;
    font-family: Inter;
    text-align: center;
    margin-right: 10%;
    z-index: 9999;
    position: relative;

    /* white-space: nowrap; */
    overflow: initial;
}

.giveaway-card .giveaway-desc {
    margin-right: 10%;
    font-weight: bold;
    font-size: 1.4vh;
    margin-bottom: 15px;
    color: rgba(158, 158, 158, 0.49);
    font-family: Inter;
    text-align: center;
    position: relative;
    z-index: 99;
    display: none;
}

.mmr-top3 .giveaway-title {
    font-weight: bold;
    font-size: 2vh;
    margin-bottom: 15px;
    font-family: Inter;
    text-align: center;
}

.mmr-top3 .giveaway-desc {
    font-weight: bold;
    font-size: 1.4vh;
    margin-bottom: 15px;
    color: rgba(158, 158, 158, 0.49);
    font-family: Inter;
    text-align: center;
    width: 100%;
}

/* .giveaway-card .giveaway-banner {
    width: 100%;
    border-radius: 15px;
    z-index: 99 !important;
    position: relative;
    cursor: pointer;
} */

.giveaway-card .giveaway-banner {
    width: 11%;
    margin-top: 0%;
    margin-left: 0.9%;
    border-radius: 15px;
    z-index: 100 !important;
    position: absolute;
    cursor: pointer;

    box-shadow:
        0 0 25px rgba(var(--glow-rgb), 0.55),
        0 0 55px rgba(var(--glow-rgb), 0.35),
        0 0 90px rgba(var(--glow-rgb), 0.2),
        0 20px 50px rgba(0, 0, 0, 0.6);
}

.giveaway-card .giveaway-banner {
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.giveaway-card .giveaway-banner:hover {
    transform: translateY(-3px) scale(1.03);
    box-shadow:
        0 0 40px rgba(var(--glow-rgb), 0.7),
        0 0 90px rgba(var(--glow-rgb), 0.45),
        0 0 150px rgba(var(--glow-rgb), 0.3),
        0 30px 70px rgba(0, 0, 0, 0.7);
}

.flash-overlay {
    pointer-events: none;
    z-index: 150;
}



.title-bg {
    width: 11%;
    margin-top: 0.2%;
    margin-left: 1.2%;
    border-radius: 15px;
    z-index: 53 !important;
    position: absolute;
    cursor: pointer;
    box-shadow: 0 0 25px rgba(var(--glow-rgb), 0.55), 0 0 55px rgba(var(--glow-rgb), 0.35), 0 0 90px rgba(var(--glow-rgb), 0.2), 0 20px 50px rgba(0, 0, 0, 0.6);
}



.middle-logo img {
    width: 340px;
    margin-bottom: -16px;
    margin-top: -62px;
}

.middle-logo p {
    font-weight: lighter;
    font-family: Inter;
    font-size: 1.2vh;
    opacity: 0.7;
    margin-top: -40px;
    font-weight: 200;
    margin-bottom: 12px;
    color: rgba(158, 158, 158, 0.53);
}

.join-searched-btn {
    text-decoration: none;
    border-radius: 25px;
    /* text-shadow: 0 0 10px rgba(0, 255, 255, 0.3); */
    /* background: rgba(217, 217, 217, 0.05); */
    /* padding: 10px 85px; */
    border: none;
    border-radius: 15px;
    font-weight: bold;
    color: #fff;
    font-family: 'Play Regular' !important;
    border-radius: 25px;
    min-width: 325px !important;
    min-height: 42px !important;
    font-size: 1.4vh;
    background: rgba(217, 217, 217, 0.05);
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
}

.menu-buttons {
    margin-top: 10px;
    min-width: 950px;
}

.menu-buttons .dot {
    width: 10px;
    height: 10px;
    background-color: #D0E6FF;
    border-radius: 50%;
    position: absolute;
    margin-top: -16px;
    margin-left: 195px;
}

.menu-buttons .line {
    position: absolute;

    left: 50%;
    transform: translateX(-50%);

    top: 0;

    width: 66px;
    height: 4px;
    background-color: #D0E6FF;
    border-radius: 20px;
}


.menu-buttons .line {
    display: none;
}

.menu-buttons button.active .line {
    display: block;
}

.menu-buttons button {
    position: relative;
    border-radius: 50px;
    background: radial-gradient(122.59% 100.73% at 50% 0%, rgba(54, 54, 54, 0.47) 0%, rgba(15, 15, 15, 0.24) 100%);
    border: none;
    color: rgba(135, 135, 135, 0.35);
    padding: 13px 25px;
    margin: 10px;
    min-width: 214px;
    min-height: 46px;
    overflow: initial;
    font-size: 14px;
    font-weight: 700;
    font-family: 'Play' !important;
}

.menu-buttons button::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 50px;
    padding: 2px;
    background: linear-gradient(to bottom, rgba(208, 230, 255, 0.4), rgba(208, 230, 255, 0.05));
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.1s ease-in-out;
}

.menu-buttons button:hover::before {
    opacity: 1;
}

.menu-buttons button:hover::before,
.menu-buttons button.active::before {
    opacity: 1 !important;
}

.menu-buttons button.active {
    text-shadow: 0 1px 10.9px rgba(208, 230, 255, 0.52) !important;
    color: #D0E6FF !important;
    background: radial-gradient(122.59% 100.73% at 50% 0%, rgba(54, 54, 54, 0.92) 0%, rgba(15, 15, 15, 0.48) 100%);
}

.menu-buttons button:hover {
    text-shadow: 0 1px 10.9px rgba(208, 230, 255, 0.52) !important;
    color: #D0E6FF !important;
    background: radial-gradient(122.59% 100.73% at 50% 0%, rgba(54, 54, 54, 0.92) 0%, rgba(15, 15, 15, 0.48) 100%);
}

.menu-buttons button:hover::before {
    opacity: 1;
}

#border-button {
    background-image: url('/images/create-giveaway.png');
    background-size: 100%;
    background-repeat: no-repeat;
    border: none;
}


.rank-item {
    width: 166px;
    height: 170px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding-top: 20px;
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: -25px;
    cursor: pointer;
    margin-left: -13px;
}

.rank-item .rank-bg {
    position: absolute;
}

.rank-avatar {
    width: 50px;
    height: 90px;
    border-radius: 50%;
    margin-top: 22%;
    margin-left: -2%;
}

.rank-avatar img {
    width: 40px;
    height: 40px;
    margin-left: 4px;
    clip-path: polygon(50% 0%, 93% 25%, 93% 75%, 50% 100%, 7% 75%, 7% 25%);
}

.rank-name {
    margin-top: 10px;
    font-weight: bold;
    font-size: 1vh;
    font-family: "Space Grotesk";
    position: absolute;
    top: 66%;
}

.rank-mmr {
    font-family: 'Inter';
    margin-top: -15%;
    font-weight: 500;
    font-size: 1vh;
    margin-left: 1%;
    opacity: 0.8;
}

.bottom-row {
    display: flex;
    justify-content: center;
    gap: 0px;
    margin-top: -10%;
}

.legendary {
    background-image: url('/images/mmr-legendary.png');
    color: #F4C542;
}

.champ {
    background-image: url('/images/mmr-champ.png');
    color: #F34790;
}

.diamond {
    background-image: url('/images/mmr-diamond.png');
    color: #B576E5;
}

.gold {
    background-image: url('/images/mmr-gold.png');
    color: #F4C542;
}

.plat {
    background-image: url('/images/mmr-plat.png');
    color: #00FFFF;
}

.silver {
    background-image: url('/images/mmr-silver.png');
    color: #CCCCCC;
}

.bronze {
    background-image: url('/images/mmr-bronz.png');
    color: #F2924E;
}

.footer {
    margin-top: 0px;
    background: transparent;
    color: #aaa;
    font-family: "Segoe UI", sans-serif;
}

.footer-line {
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, rgba(6, 6, 6, 0.00) 0%, #D0E6FF 40%, #349DFF 56.53%, rgba(6, 6, 6, 0.00) 100%);
    margin-bottom: 40px;
}

.footer-content {
    max-width: 1300px;
    margin: 0 auto;
    text-align: center;
}

.footer-logo img {
    width: 70px;
    margin: 0 auto 10px;
    display: block;
}

.made-text {
    font-size: 14px;
    margin-bottom: 20px;
    color: #bbb;
}

.made-text .heart {
    color: #ff4e4e;
}

.made-text .furkan {
    color: #ff4eb3;
    font-weight: bold;
}

.made-text .devify {
    color: #c084fc;
    font-weight: bold;
}

.footer-links {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 20px;
}

.footer-links a {
    text-decoration: none;
    color: #eee;
    font-size: 14px;
    transition: 0.3s;
}

.footer-links a:hover {
    color: #fff;
}

.copyright {
    font-size: 12px;
    opacity: 0.5;
}

.navbar {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: rgba(255, 255, 255, 0.04);
    backdrop-filter: blur(10px);
    padding: 20px 50px;
    margin-bottom: 0px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
    flex-wrap: wrap;
    position: relative;
}

.navbar::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    width: 100%;
    background: linear-gradient(to right, rgba(0, 0, 0, 0), rgb(68, 207, 241) 50%, rgba(0, 0, 0, 0));
}

.logo-section {
    display: flex;
    flex-direction: column;
}

.logo {
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 1px;
    text-align: center;
    font-family: Inter;
    font-weight: 800;
    text-transform: uppercase;
    -webkit-text-stroke: 0.1vw rgba(208, 230, 255, 0.66);
    background: linear-gradient(180deg, rgba(208, 230, 255, 0.66) 0%, rgba(208, 230, 255, 0.66) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.desc {
    font-size: 14px;
    opacity: 0.7;
    max-width: 700px;
    text-align: center;
}

.discord-btn {
    padding: 8px 30px;
    border: none;
    border-radius: 7px;
    text-decoration: none;
    font-weight: 500;
    color: #fff;
    background: linear-gradient(135deg, #8ae5ff, #7e85ff);
    cursor: pointer;
    transition: 0.3s;
}

.discord-btn:hover {
    opacity: 0.9;
}

.right-box {
    display: flex;
    align-items: center;
    gap: 25px;
    flex-wrap: wrap;
}

.rank-box {
    text-align: center;
    font-size: 12px;
    color: #fff;
    background: none !important;
}

.rank-text {
    opacity: 0.7;
    font-weight: bold;
    font-size: 10px;
    font-family: "Monument Extended", sans-serif;
    color: #fff;
}

.rank-value {
    color: #00bfff;
    font-weight: bold;
    background-image: url("/images/rank-bg.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    font-size: 0.8vh !important;
    padding: 10px 15px;
}

.admin-box .admin-btn {
    padding: 10px 15px;
    border-radius: 6px;
    background: rgba(75, 75, 75, 0.19);
    color: #434343;
    font-family: Play;
    font-weight: lighter;
    text-decoration: none;
    transition: 0.3s;
}

.admin-box .admin-btn:hover {
    color: #fff;
    background: rgba(75, 75, 75, 0.29);
}

.user-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    margin-top: 25px;
}

.username {
    font-weight: bold;
    font-size: 14px;
    white-space: nowrap;
    padding: 10px 10px;
    border-radius: 6px;
    background: radial-gradient(110.23% 82.81% at 50% 17.19%, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.04) 100%), radial-gradient(172.39% 156.26% at 105.11% -15.62%, rgba(19, 229, 213, 0.5) 19.66%, rgba(19, 229, 213, 0.06) 71.06%), radial-gradient(93.05% 104.93% at 20.17% -22.66%, #1d52a0 0%, rgba(29, 82, 160, 0.18) 100%), radial-gradient(135.71% 87.74% at 33.81% 109.38%, rgba(102, 129, 226, 0.81) 0%, rgba(102, 129, 226, 0) 95.37%), #eef9ff;
    box-shadow: 0px 0px 10px 0px rgba(255, 255, 255, 0.5) inset, -20px -20px 50px 0px rgba(182, 117, 222, 0.4), 0px 20px 60px 0px rgba(98, 118, 224, 0.2), 0px 10px 60px 0px rgba(41, 142, 174, 0.8);
}

.logout-btn {
    font-size: 12px;
    color: #ddd;
    text-decoration: none;
    opacity: 0.7;
}

.user-avatar {
    background-image: url("/images/user-bg-ellipse.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 1px;
}

.user-avatar img {
    width: 50px;
    margin-top: 5px;
    height: 50px;
    border-radius: 50%;
}


/* RESPONSIVE AYARLAR */

@media (max-width: 1300px) {
    .desc {
        display: none;
    }

    .menu-buttons {
        min-width: 300px;
    }

    .dot {
        display: none;
    }
}

@media (max-width: 700px) {
    .username {
        font-size: 12px;
    }

    .rank-box .rank-value {
        font-size: 14px;
    }

    .admin-btn {
        padding: 8px 15px;
        font-size: 12px;
    }

    .user-avatar img {
        width: 35px;
        height: 35px;
    }
}

.your-stats-box {
    text-align: center;
    margin: 60px 0;
}

.stats-icon {
    width: 280px !important;
    height: 280px;
    margin-bottom: -138px;
    margin-top: -100px;
}

.your-stats-box h3 {
    font-size: 32px;
    margin-bottom: 10px;
    color: #fff;
}

.your-stats-box p {
    color: rgba(158, 158, 158, 0.53);
    font-size: 10px;
    max-width: 600px;
    margin: 0 auto;
}

.mmr-system-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 40px 0;
    flex-wrap: wrap;
}

.mmr-left,
.one-prize-right {
    width: 35%;
    color: #fff;
}

.mmr-middle {
    width: 30%;
    text-align: center;
}

.mmr-middle img {
    width: 240px;
    height: auto;
}

.gift-img img {
    width: 200px;
    height: auto;
    margin-top: 20px;
}

.switch-btn button {
    flex: 1;
    padding: 10px;
    border-radius: 15px;
    border: none;
    font-weight: bold;
    border-radius: 10px;
    background: rgba(57, 57, 57, 0.31);
    font-size: 15px;
}

.switch-btn .on {
    border-radius: 10px;
    border: 2px solid #D0E6FF;
    background: rgba(208, 230, 255, 0.31);
    box-shadow: 0px 0px 18.6px 0px rgba(208, 230, 255, 0.77) inset;
    color: #fff;
}

.switch-btn .off {
    background: rgba(57, 57, 57, 0.31);
    color: #fff;
}

.inputs {
    display: flex;
    gap: 10px;
}

.inputs input {
    flex: 1;
    padding: 12px 20px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: #fff;
}

@media (max-width: 1300px) {
    .desc {
        display: none;
    }

    .league-subtitle {
        display: none;
    }

    .giveaway-card {
        display: none;
    }

    .mmr-top3 {
        display: none;
    }

    .create-wrapper,
    .giveaway-header {
        padding: 0 !important;
        margin: 0 auto !important;
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
    }

    .middle-logo {
        padding: 0 16px;
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        margin: 0 auto;
    }
}

@media (max-width: 768px) {
    .trend-carousel-bg {
        display: none;
    }

    /* body, */
    .create-wrapper,
    .giveaway-header,
    .middle-logo,
    .trending-carousel,
    .trendgiveaway-list,
    .starting-soon,
    .ended-list,
    .creators-list {
        padding-left: 24px !important;
        padding-right: 24px !important;
        padding-top: 24px !important;
        padding-bottom: 24px !important;
        box-sizing: border-box;
    }

    .trendgiveaway-list {
        margin-left: 0 !important;
    }

    .trendgiveaway-item {
        margin-left: 4px;
        margin-right: 4px;
        min-height: 63.5vw !important;
    }

    .trendgiveaway-list .meta {
        top: 61% !important;
    }

    .starting-soon .trendgiveaway-list .meta {
        top: -19% !important;
    }

    .starting-soon .parti-box .text span {
        margin-top: 0% !important;
        margin-right: -11% !important;
    }

    .end-date {
        height: 2vh;
        line-height: 3.5vh !important;
        margin-top: 0vh !important;
    }

    .end-header {
        height: 1.5vh;
        line-height: 31px;
    }

    .giveaway-title,
    .section-header,
    h2 {
        padding-left: 8px;
        padding-right: 8px;
    }
}

@media (max-width: 700px) {
    .username {
        font-size: 12px;
    }

    .rank-box .rank-value {
        font-size: 14px;
    }

    .admin-btn {
        padding: 8px 15px;
        font-size: 12px;
    }

    .user-avatar img {
        width: 35px;
        height: 35px;
    }
}

@media(max-width: 768px) {
    .user-card {
        flex-direction: column;
        align-items: flex-start;
    }

    .user-buttons {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
    }
}

@media (max-width: 1400px) {
    .store-top {
        flex-direction: column;
        align-items: center;
    }
}

.trending-carousel {
    position: relative;
    background: url('/images/bg2.png') no-repeat center;
    background-size: 100%;
    padding: 20px 40px;
    width: 100%;
    box-sizing: border-box;
    overflow: initial;
}

.trend-carousel-bg {
    position: absolute;
    top: -69%;
    left: 0%;
    width: 238vh;
    height: 239%;
    z-index: -1;
    display: none;
}

.starting-soon {
    position: relative !important;
    padding: 30px 40px !important;
    width: 100% !important;
    box-sizing: border-box !important;
    overflow: inherit !important;
    background-size: 93% !important;
    background: url('/images/start-soon-test.png') no-repeat center;
}

@media (max-width: 768px) {
    .starting-soon {
        background: url('gg') !important;
        padding: 24px !important;
    }

    .creators-list {
        margin-left: 5% !important;
    }
}

.carousel-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    margin-bottom: 0px;
    width: 74%;
    margin-left: 13%;
}

.carousel-top h2 {
    font-family: Inter;
    color: white;
    white-space: nowrap;
    font-size: 2.5vh;
    font-weight: 700;
}

.carousel-top .hr {
    width: 90%;
    height: 1px;
    background: #363636;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

.browse-btn {
    border-radius: 6px;
    opacity: 0.88;
    white-space: nowrap;
    /* min-width: max-content; */
    background: radial-gradient(110.23% 82.81% at 50% 17.19%, rgba(255, 255, 255, 0.10) 0%, rgba(255, 255, 255, 0.04) 100%), radial-gradient(172.39% 156.26% at 105.11% -15.62%, rgba(197, 229, 19, 0.50) 19.66%, rgba(180, 229, 19, 0.06) 71.06%), radial-gradient(93.05% 104.93% at 20.17% -22.66%, #38A01D 0%, rgba(29, 160, 114, 0.18) 100%), radial-gradient(135.71% 87.74% at 33.81% 109.38%, rgba(102, 208, 226, 0.81) 0%, rgba(102, 152, 226, 0.00) 95.37%), #EEF9FF;
    box-shadow: 0px 0px 10px 0px rgba(255, 255, 255, 0.50) inset, -13px -14px 37px 0px rgba(141, 222, 117, 0.23), 0px 20px 60px 0px rgba(98, 216, 224, 0.20), 0px 10px 26.1px 0px rgba(41, 142, 174, 0.40);
    color: #FFF;
    text-align: right;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 23px;
    /* 191.667% */
    border: none;
    padding: 8px 26px;
    border-radius: 6px;
    font-weight: bold;
    cursor: pointer;
    font-size: 0.85vw;
    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease,
        opacity 0.25s ease,
        background-position 0.25s ease;
    background-size: 120% 120%;
}

.browse-btn:hover {
    opacity: 1;
    transform: translateY(-2px);
    background-position: 50% 0%;
    box-shadow:
        0px 0px 14px rgba(255, 255, 255, 0.65) inset,
        -13px -14px 42px rgba(141, 222, 117, 0.35),
        0px 25px 70px rgba(98, 216, 224, 0.35),
        0px 14px 30px rgba(41, 142, 174, 0.55);
}


.trendgiveaway-list {
    display: flex;
    flex-wrap: nowrap;
    scroll-snap-type: x mandatory;
    gap: 1vw;
    padding: 1vh 0;
    justify-content: center;
    width: 89%;
    margin-top: 4vw;
    margin-left: 5%;
    border-radius: 7px;
}

.trendgiveaway-list::-webkit-scrollbar {
    display: none;
}

.trendgiveaway-item {
    position: relative;
    flex-shrink: 0;
    width: calc((100% - 3vw) / 4);
    max-width: 21%;
    height: 14.5vw;
    border-radius: 10px;
    /* overflow: hidden; */
}

@media (max-width: 1700px) {
    .starting-soon .trendgiveaway-item {
        width: calc((100% - 2vw) / 4);
        height: 18vw;
    }

    .arrow {
        display: none !important;
    }
}

@media (max-width: 1200px) {
    .starting-soon .starting-soon .trendgiveaway-item {
        width: calc((100% - 2vw) / 4.4);
        height: 22vw;
    }
}

@media (max-width: 768px) {
    .starting-soon .trendgiveaway-item {
        width: 86vw;
        height: 42vw;
    }
}

@media (max-width: 1700px) {
    .first-carousel .trendgiveaway-item {
        width: calc((100% - 2vw) / 4.5);
        height: 18vw;
    }

    .first-carousel .trendgiveaway-list .meta {
        bottom: 23%;
    }

    .arrow {
        display: none !important;
    }
}

@media (max-width: 1200px) {
    .first-carousel .first-carousel .trendgiveaway-item {
        width: calc((100% - 1vw) / 4.6);
        height: 22vw;
    }
}

@media (max-width: 768px) {
    .first-carousel .trendgiveaway-item {
        width: 86vw;
        height: 42vw;
    }
}

@media (max-width: 500px) {
    .first-carousel .trendgiveaway-item .end-box {
        top: -7% !important;
    }

    .first-carousel .trendgiveaway-item .parti-box {
        top: 24% !important;
    }
}

.trendgiveaway-item .trend-bg {
    position: absolute;
    top: 0;
    left: 0;
    transition: opacity 0.25s ease-in-out;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;

}


/* Üstteki içerikler */


/* .trendgiveaway-item .meta,
.trendgiveaway-item .hot-badge,
.trendgiveaway-item .giveaway-img,
.trendgiveaway-item .button-lock {
  position: relative;
  z-index: 2;
} */

.start-item {
    position: relative;
    max-width: 26%;
    max-height: 54%;
    height: 17vw;
    /* width: 28vw; */
    /* height: 11.5vw; */
    margin-bottom: 7vh;
    border-radius: 10px;
    padding: 16px;
    transition: all .2s ease;
    overflow: inherit;
    border-radius: 8px;
}

.start-item:hover {
    transform: scale(1.05);
}

.start-item .new-bg {
    width: 100%;
    height: 100%;
    object-fit: fill;
    border-radius: 10px;
}

.win-box img {
    left: 28%;
    top: 7%;
    opacity: 1;
    width: 66% !important;
    z-index: 55;
    height: 0%;
}

.start-item .giveaway-img {
    width: 100%;
    height: 75%;
    object-fit: fill;
    border-radius: 10px;
}

.corner-box {
    position: absolute;
    width: 5px;
    height: 5px;
    background-color: white;
    border-radius: 1px;
    z-index: 10;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}

.corner-box.top-left {
    top: 5.5px;
    left: 10.5px;
}

.corner-box.top-right {
    top: 5.5px;
    right: 4.5px;
}

.corner-box.bottom-left {
    bottom: 5.5px;
    left: 8.5px;
}

.corner-box.bottom-right {
    bottom: 5.5px;
    right: 8.5px;
}

@media (max-width: 768px) {
    .meta {
        position: relative !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center;
        gap: 8px;
        padding: 10px 0;
        width: 100%;
    }

    .giv-card .parti-box,
    .win-box {
        left: 29%;
        bottom: 139%;
    }

    .hot-badge {
        top: -10%;
    }

    .parti-box {
        right: 30%;
        top: 100%;
    }

    .parti-box,
    .win-box,
    .end-box {
        width: 100% !important;
        flex-direction: row !important;
        justify-content: center !important;
        align-items: center;
        position: relative;
    }

    .parti-box .text,
    .win-box .text {
        position: static !important;
        align-items: center !important;
        justify-content: center;
        text-align: center;
        margin-left: 8px;
    }

    .parti-box .icon,
    .win-box .icon {
        position: static !important;
        width: 20px !important;
        height: auto;
    }

    .parti-box .bg,
    .win-box .bg {
        display: none;
    }

    .end-box {
        flex-direction: column !important;
        align-items: center !important;
    }

    /* .end-header {
    font-size: 12px !important;
  }

  .end-date {
    font-size: 14px !important;
  }

  .end-time {
    font-size: 20px !important;
  } */
}

@media (max-width: 768px) {
    .league-soon {
        padding: 20px 10px;
        background-size: cover;
        background-image: none !important;
        /* margin-bottom: -32vh !important; */
    }

    /* .league-title-container {
        margin-top: 0% !important;
        left: 0% !important;
    }

    .two-class{
        margin-top: 15% !important;
    } */

    .carousel-top {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }

    .carousel-top h2 {
        font-size: 20px;
    }

    .browse-btn {
        font-size: 12px;
        padding: 6px 12px;
    }

    .trendgiveaway-list {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        padding: 10px 0;
        margin-left: 0;
        width: 100%;
        gap: 16px;
    }

    .starting-soon .trendgiveaway-list {
        width: 117% !important;
        margin-left: -7% !important;
    }

    .trendgiveaway-list::-webkit-scrollbar {
        display: none;
    }

    .trendgiveaway-item {
        flex: 0 0 auto;
        width: 80vw;
        height: auto;
        overflow: hidden !important;
        max-height: 100% !important;
        scroll-snap-align: start;
        margin-left: 10px;
        margin-right: 10px;
        border-radius: 10px;
        background: linear-gradient(180deg, rgba(255, 255, 255, 0.39) 0%, rgba(153, 153, 153, 0.00) 100%);
    }

    .giveaway-img {
        height: auto !important;
        aspect-ratio: 16 / 9;
    }

    .meta {
        flex-direction: column;
        align-items: center;
        height: auto;
        gap: 8px;
        padding-top: 10px;
        position: relative;
        bottom: unset;
    }

    .trendgiveaway-list .meta {
        bottom: unset;
        flex-direction: column;
        align-items: center;
        height: auto;
        gap: 11px;
        /* bottom: 0% !important; */
    }

    .parti-box,
    .win-box {
        width: 100%;
        justify-content: center;
    }

    .parti-box .icon,
    .win-box .icon {
        width: 18px;
        left: unset;
        position: static;
        display: none;
        margin-right: 8px;
    }

    .parti-box .text,
    .win-box .text {
        position: static;
        text-align: center;
        align-items: center;
        justify-content: center;
        font-size: 12px;
    }

    .end-box {
        position: relative;
        top: unset;
        left: unset;
        transform: none;
        margin-top: 10px;
    }

    /* .log-item {
        margin-top: 10vh !important;
        min-width: 248px !important;
    } */

    .starting-soon .end-box {
        top: -37% !important;
    }

    .starting-soon .parti-box {
        top: -13% !important;
    }

    .end-time {
        font-size: 18px;
    }

    .button-lock {
        position: relative;
        bottom: unset;
        left: unset;
        transform: none;
        width: 100%;
        margin-top: 10px;
        height: auto;
        padding: 6px;
        font-size: 12px;
    }

    .lock-icon {
        width: 33px;
        bottom: unset;
        position: static;
        margin-left: 6px;
    }

    .arrow.left,
    .arrow.right {
        display: none;
    }
}

.trendgiveaway-item:hover {
    cursor: pointer;
    /* transform: scale(1.03) */
}

.hot-badge {
    position: absolute;
    top: -14%;
    left: 36%;
    width: 34%;
    z-index: 2;
}

.trendgiveaway-item .giveaway-img {
    width: 100%;
    height: 60%;
    object-fit: cover;
    z-index: 99;
    transition: all 0.3s ease;
    border-radius: 10px 10px 0 0;
    position: absolute;
    top: 0;
}

.meta {
    position: absolute;
    bottom: 12%;
    left: 0;
    width: 100%;
    height: 14%;
    display: flex;
    justify-content: space-between;
}

.trendgiveaway-list .meta {
    position: absolute;
    bottom: 20%;
    left: 0;
    width: 100%;
    height: 18%;
    display: flex;
    justify-content: space-between;
}

.enter-button {
    position: absolute;
    bottom: 2%;
    left: 50%;
    transform: translateX(-50%);
    width: 84%;
    height: 9%;
    background: linear-gradient(90deg, rgba(153, 153, 153, 0) 0%, rgba(153, 153, 153, .09) 50%, rgba(153, 153, 153, 0) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 222px;
    background: #D9D9D9;
    color: #000;
    transition: all 0.3s ease;
}

@media (max-width: 768px) {
    .start-item {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .start-item .giveaway-img {
        width: 100%;
        height: auto;
    }

    .start-item .meta {
        width: 100%;
        margin-top: 10px;
    }
}

@media (max-width: 768px) {
    .trendgiveaway-item {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding-bottom: 15px;
    }

    .giveaway-img {
        width: 100%;
        height: auto;
        border-radius: 10px;
    }

    .meta {
        width: 100%;
        margin-top: 10px;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 6px;
        position: relative;
    }

    .meta .parti-box,
    .meta .end-box,
    .meta .win-box {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: auto;
        /* padding: 6px 0; */
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
    }

    .start-item .meta .parti-box,
    .start-item .meta .end-box,
    .start-item .meta .win-box {
        /* display: none; */
        /* display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    padding: 6px 0;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center; */
    }

    .parti-box .text,
    .win-box .text,
    .end-box .end-time {
        font-size: 16px;
        text-align: center;
        margin: 0;
        line-height: 1.2;
    }

    .end-box svg {
        display: none;
        /* SVG'nin görünmemesi için */
    }

    .end-box .end-time {
        color: #A0A0A7;
        font-weight: 600;
        font-size: 20px;
    }

    .parti-box .count,
    .win-box .count {
        font-size: 14px;
        color: #A0A0A7;
        font-weight: bold;
    }
}

.enter-button:hover {
    cursor: pointer;
    box-shadow: 0px 0px 10px 0px rgba(255, 255, 255, 0.5) inset, -20px -20px 50px 0px rgba(182, 117, 222, 0.4), 0px 20px 60px 0px rgba(98, 118, 224, 0.2), 0px 10px 60px 0px rgba(41, 142, 174, 0.8);
}

.parti-box,
.win-box {
    position: relative;
    width: 45%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.giv-card .parti-box,
.win-box {
    position: relative;
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.parti-box .text {
    position: absolute;
    width: 100%;
    text-align: right;
    font-family: Play;
    top: 40%;
    right: 44%;
    display: flex;
    flex-direction: column;
    justify-content: right;
    align-items: right;
    line-height: 1.1;
    font-family: Play;
    font-size: 1vh;
    font-style: normal;
    font-weight: 400;
    line-height: 10px;
    /* 100% */
}

.parti-box .count {
    color: #A0A0A7;
    font-weight: bold;
    font-family: Play;
    font-size: 1vh;
    font-style: normal;
    font-weight: 400;
    line-height: 2vh;
    /* 100% */
}

.parti-box .label {
    color: #A0A0A7;
    font-size: 1vh;
    font-weight: 400;
}

.win-box .text {
    position: absolute;
    width: 100%;
    text-align: left;
    font-family: Play;
    top: 40%;
    left: 50%;
    font-size: 1vh !important;
    display: flex;
    flex-direction: column;
    justify-content: left;
    line-height: 1.1;
    color: #A0A0A7;
    font-family: Play;
    font-style: normal;
    font-weight: 400;
    line-height: 1vh;
    /* 100% */
}

.win-box .count {
    color: #A0A0A7;
    font-weight: bold;
    font-family: Play;
    font-size: 1vh;
    font-style: normal;
    font-weight: 400;
    line-height: 2vh;
    /* 100% */
}

.win-box .label {
    color: #A0A0A7;
    font-size: 1vh;
    font-weight: 400;
}

.parti-box .icon,
.win-box .icon {
    position: absolute;
    left: 12%;
    width: 1vw;
}

.parti-box .bg,
.win-box .bg {
    min-width: 40px;
    min-height: 40px;
}

.giv-card .win-box .text {
    position: absolute;
    width: 100%;
    text-align: left;
    font-family: Inter;
    top: 20%;
    left: 37%;
    display: flex;
    flex-direction: column;
    justify-content: left;
    align-items: left;
    line-height: 1.1;
}

.giv-card .parti-box .icon,
.giv-card .win-box .icon {
    position: absolute;
    left: 23%;
    width: 1vw;
}

.giv-card .parti-box .bg,
.giv-card .win-box .bg {
    position: absolute;
    width: 100%;
    height: 80%;
    object-fit: contain;
    top: 4px;
    left: 19%;
}

.end-box {
    position: absolute;
    top: -19%;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    width: 100%;
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* background-image: url(/images/parti-svg.svg);
  background-repeat: no-repeat; */
}

.parti-box {
    /* background-image: url(/images/parti-svg.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain; */
}

.parti-box .bg {
    min-width: 14px;
    width: 106px;
    min-height: 33px;
    position: absolute;
    z-index: 25;
    left: -3%;
}

.win-box .bg {
    min-width: 2px !important;
    width: 78% !important;
    min-height: 31px !important;
    position: absolute;
    z-index: 25;
    left: 23% !important;
}

.end-box img {
    width: 20%;
    height: auto;
    border-radius: 10px;
}

.end-header {
    display: block;
    color: rgba(255, 255, 255, 0.47);
    text-align: center;
    font-family: "Space Grotesk";
    font-size: 1.2vh;
    font-style: normal;
    font-weight: 500;
    line-height: 3vh;
    /* 383.333% */
}

.end-date {
    display: block;
    font-size: 1.1vh;
    color: rgba(255, 255, 255, 0.47);
    text-align: center;
    font-family: "Space Grotesk";
    font-size: 1vh;
    font-style: normal;
    font-weight: 500;
    line-height: 2vh;
    /* 383.333% */
    margin-top: -0.5vw
}

.start-item .end-time {
    color: #FFF;
    text-align: center;
    /* text-shadow: 0 0 5.3px rgba(255, 255, 255, 0.48); */
    font-family: "Monument Extended";
    font-size: 1.2vh;
    font-style: normal;
    font-weight: 400;
}

.end-time {
    display: block;
    font-size: 1.6vh;
    font-weight: 700;
    margin-top: -2%;
    color: #9CCAFF;
    text-align: center;
    text-shadow: 0 0 14.8px rgba(156, 202, 255, 0.67);
    font-family: Inter;
    font-size: 1.8vh;
    font-style: normal;
    font-weight: 700;
    line-height: 3vh;
    /* 143.75% */
}

.button-lock {
    position: absolute;
    bottom: 0px;
    left: 50%;
    width: 64%;
    height: 19%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    transform: translateX(-50%);
}

.button-lock .text {
    font-size: 1.2vh;
    color: rgba(255, 255, 255, 0.48);
    text-align: center;
    font-family: Inter;
    font-size: 1vh;
    font-style: normal;
    font-weight: 700;
    line-height: 5vh;
    /* 230% */
    position: absolute;
    top: 35%;
    font-weight: 500;
}

.lock-icon {
    position: absolute;
    /* right: 8px; */
    /* top: -8px; */
    bottom: 22px;
    width: 1vw;
}


/* @media (max-width:768px){
    .trendgiveaway-item{width:75vw;height:85vw}
    .hot-badge{top:-9%;left:35%;width:35%}
    .parti-box .text,.win-box .text{font-size:2.8vw}
    .end-header,.end-date{font-size:2.4vw}
    .end-time{font-size:4.2vw}
} */

.arrow {
    position: absolute;
    top: 52.5%;
    left: 90.5%;
    transform: translateY(-44%);
    font-size: 2.2rem;
    padding: 0.5em;
    border-radius: 50%;
    color: white;
    cursor: pointer;
    z-index: 10;
}

.arrow.left {
    left: 0;
}

.arrow.right {
    right: 0;
}

.page-list {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 12px;
}

.page {
    width: 10px;
    height: 10px;
    background-color: rgba(151, 151, 151, 0.14);
    border-radius: 10px;
    transition: all 0.3s ease;
}

.page.active {
    background-color: #D0E6FF;
    box-shadow: 0px 0px 8px #D0E6FF;
}


/* Mobile responsive */

@media screen and (max-width: 768px) {
    .trendgiveaway-item {
        min-width: 75vw;
    }

    .arrow,
    .page-list {
        display: none;
    }

    .carousel-top h2 {
        font-size: 5vw;
    }

    .browse-btn {
        font-size: 3vw;
    }
}

.section-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: -20px;
    margin-top: 60px;
    gap: 8px;
}

.section-header h2 {
    font-family: Inter;
    color: white;
    font-size: 44px;
    font-weight: 700;
    letter-spacing: 1px;
}

.section-header h2 .dim {
    color: #fff;
}

.section-underline {
    width: 90px;
    height: 7px;
    margin-left: 260px;
    border-radius: 2px;
    background: linear-gradient(90deg, #9CCAFF 0%, #ffffff 100%);
    box-shadow: 0px 0px 10px rgba(156, 202, 255, 0.6);
}

.league-title-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    margin-top: 0%;
}

.league-title {
    font-family: Inter;
    font-size: 4vh;
    font-weight: 700;
    color: #ffffff;
    text-align: center;
    letter-spacing: 1px;
}

.league-highlight {
    font-family: Play;
    color: #D0E6FF;
    color: #D0E6FF;
    text-align: center;
    font-family: Play;
    font-size: 3vh;
    font-style: normal;
    font-weight: 700;
    line-height: 1vh;
    /* 56.098% */
}

.league-subtitle {
    font-size: 1.1vh;
    color: rgba(255, 255, 255, 0.24);
    text-align: center;
    font-family: "Chakra Petch";
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: center;
    line-height: 1.15vh;
    margin: 0;
    margin-top: 1vh;
}

.league-underline {
    width: 120px;
    height: 4px;
    border-radius: 2px;
    background: linear-gradient(90deg, rgba(6, 6, 6, 0.00) 0%, #515152 40%, #515152 56.53%, rgba(6, 6, 6, 0.00) 100%);
}

.log-item .line-gradient {
    position: absolute;
    top: 107%;
    left: 10%;
    width: 80%;
    height: 1%;
    pointer-events: none;
    z-index: 0;
}

.log-item .log-shadow {
    position: absolute;
    width: 40%;
    height: 40%;
    top: 5%;
    left: 5%;
    filter: blur(1.5vw);
    border-radius: 10%;
    opacity: 0.5;
}

.log-list .log-text {
    position: absolute;
    top: 31%;
    width: 100%;
    height: 30%;
    display: flex;
    text-transform: uppercase;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-family: 'Chakra Petch', sans-serif;
    font-size: 1.4vh;
    font-weight: lighter;
    text-align: center;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.log-item:nth-child(-n+2) .line-gradient {
    display: none;
}


/* @media (max-height: 1100px) {
    .log-list {
        margin-top: -5vw !important;
    }
} */

/* 
@media (max-width: 800px) {
    .log-list {
        margin-top: -32vw !important;
    }
}


@media (max-width: 1800px) {
    .log-list {
        margin-top: -5vw;
    }
}

@media (min-width: 2000px) {
    .log-list {
        margin-top: -4vw !important; 
        margin-left: 10%;
    }
} */


.log-list {
    position: relative;
    display: grid;
    grid-template-columns: repeat(auto-fit, 200px);
    gap: 2vw;

    width: 94vw;
    max-width: 90vw;
    /* margin: 0 auto; */
    margin-top: 1vw;

    justify-content: center;
    align-content: start;

    z-index: 2;
}


.log-list:active {
    cursor: grabbing;
}

.log-list::-webkit-scrollbar {
    display: none;
}


.log-list::-webkit-scrollbar {
    display: none;
}

.log-item {
    position: relative;
    width: 200px;
    min-height: 20vh;
    border-radius: 1vw;

    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;

    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
}

.log-item img {
    width: 100%;
    height: 100%;
}

@media (max-width: 1400px) {
    .log-list {
        margin-top: -5vw;
    }
}

/* @media (max-width: 1400px) {
    .log-list {
        margin-top: -5vw;
    }

    .log-item {
        min-width: 18vw;
        max-width: 18vw;
        min-height: 28vh;
    }
}

@media (max-width: 1024px) {
    .log-item {
        min-width: 26vw;
        max-width: 26vw;
        min-height: 30vh;
    }
}

@media (max-height: 1000px) {
    .log-list {
        margin-top: -5vw !important;
    }
} */

/* @media (max-width: 768px) {
    .log-list {
        margin-top: 0;
    }

    .log-item {
        min-width: 70vw;
        max-width: 70vw;
        min-height: 32vh;
    }
} */




@media (max-width: 1700px) {
    .league-soon {
        background-image: none !important;
        margin-top: 17%;
    }
}

.log-img {
    width: 45%;
    height: 46%;
    z-index: 5;
    position: absolute;
    top: -12%;
    left: 50%;
    transform: translateX(-50%);
}

.bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
    opacity: 0.25;
}

.log-shadow {
    position: absolute;
    width: 100%;
    height: 100%;
    box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.4);
    z-index: 1;
}

.line-gradient {
    position: absolute;
    top: 0;
    left: 0;
    height: 4px;
    width: 100%;
    background: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.2), transparent);
    z-index: 3;
}

.log-text {
    margin-top: 0px;
    font-size: 16px;
    font-weight: 600;
    font-family: 'Inter', sans-serif;
    z-index: 3;
}

.number-box {
    margin-top: 32%;
    font-family: 'Chakra Petch';
    font-size: 1.4vh;
    font-weight: 500;
    padding: 4% 20%;
    /* background: radial-gradient(116.35% 103.57% at 50% 0%, rgba(217, 217, 217, 0.12) 0%, rgba(115, 115, 115, 0.00) 86.54%); */
    z-index: 3;
}

.alt-text {
    font-size: 1.2vh;
    margin-top: 7%;
    font-weight: 400;
    z-index: 3;
    position: absolute;
    top: 87%;
}

.log-item:nth-child(1) .log-shadow {
    background: rgba(205, 127, 50, 0.6);
}

.log-item:nth-child(2) .log-shadow {
    background: rgba(192, 192, 192, 0.6);
}

.log-item:nth-child(3) .log-shadow {
    background: rgba(255, 215, 0, 0.6);
}

.log-item:nth-child(4) .log-shadow {
    background: rgba(0, 255, 255, 0.6);
}

.log-item:nth-child(5) .log-shadow {
    background: rgba(138, 43, 226, 0.6);
}

.log-item:nth-child(6) .log-shadow {
    background: rgba(255, 0, 255, 0.6);
}

.log-item:nth-child(7) .log-shadow {
    background: rgba(255, 140, 0, 0.6);
}

.log-item:nth-child(1) .log-text {
    color: rgb(205, 127, 50);
}

.log-item:nth-child(2) .log-text {
    color: rgb(192, 192, 192);
}

.log-item:nth-child(3) .log-text {
    color: rgb(255, 215, 0);
}

.log-item:nth-child(4) .log-text {
    color: rgb(0, 255, 255);
}

.log-item:nth-child(5) .log-text {
    color: rgb(138, 43, 226);
}

.log-item:nth-child(6) .log-text {
    color: rgb(255, 0, 255);
}

.log-item:nth-child(7) .log-text {
    color: rgb(255, 140, 0);
}

.log-item:nth-child(1) .line-gradient {
    background: linear-gradient(to right, rgba(205, 127, 50, 0) 0%, rgb(205, 127, 50) 50%, rgba(205, 127, 50, 0) 100%);
}

.log-item:nth-child(2) .line-gradient {
    background: linear-gradient(to right, rgba(192, 192, 192, 0) 0%, rgb(192, 192, 192) 50%, rgba(192, 192, 192, 0) 100%);
}

.log-item:nth-child(3) .line-gradient {
    background: linear-gradient(to right, rgba(255, 215, 0, 0) 0%, rgb(255, 215, 0) 50%, rgba(255, 215, 0, 0) 100%);
}

.log-item:nth-child(4) .line-gradient {
    background: linear-gradient(to right, rgba(0, 255, 255, 0) 0%, rgb(0, 255, 255) 50%, rgba(0, 255, 255, 0) 100%);
}

.log-item:nth-child(5) .line-gradient {
    background: linear-gradient(to right, rgba(138, 43, 226, 0) 0%, rgb(138, 43, 226) 50%, rgba(138, 43, 226, 0) 100%);
}

.log-item:nth-child(6) .line-gradient {
    background: linear-gradient(to right, rgba(255, 0, 255, 0) 0%, rgb(255, 0, 255) 50%, rgba(255, 0, 255, 0) 100%);
}

.log-item:nth-child(7) .line-gradient {
    background: linear-gradient(to right, rgba(255, 140, 0, 0) 0%, rgb(255, 140, 0) 50%, rgba(255, 140, 0, 0) 100%);
}

.log-item:nth-child(1) .alt-text {
    color: rgb(205, 127, 50);
    border-color: rgb(205, 127, 50);
}

.log-item:nth-child(2) .alt-text {
    color: rgb(192, 192, 192);
    border-color: rgb(192, 192, 192);
}

.log-item:nth-child(3) .alt-text {
    color: rgb(255, 215, 0);
    border-color: rgb(255, 215, 0);
}

.log-item:nth-child(4) .alt-text {
    color: rgb(0, 255, 255);
    border-color: rgb(0, 255, 255);
}

.log-item:nth-child(5) .alt-text {
    color: rgb(138, 43, 226);
    border-color: rgb(138, 43, 226);
}

.log-item:nth-child(6) .alt-text {
    color: rgb(255, 0, 255);
    border-color: rgb(255, 0, 255);
}

.log-item:nth-child(7) .alt-text {
    color: rgb(255, 140, 0);
    border-color: rgb(255, 140, 0);
}

.ended-box {
    position: relative;
    min-width: 300px;
    min-height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    z-index: 2;
    margin-top: 2%;
}

.ended-bg img {
    width: 100%;
    height: 49%;
    object-fit: cover;
    position: absolute;
    left: 3%;
    top: 21%;
    border-radius: 873px;
    /* background: rgba(146, 146, 146, 0.52); */
    filter: blur(160.75px);
    border-radius: 50%;
}

.ended-box .ended-shadow {
    position: absolute;
    top: 30%;
    border-radius: 50%;
    width: 50%;
    height: 80%;
    filter: blur(1.5vw);
    opacity: 0.4;
    background: linear-gradient(90deg, rgba(6, 6, 6, 0.00) 0%, #515152 40%, #515152 56.53%, rgba(6, 6, 6, 0.00) 100%);
}

.ended-text {
    position: absolute;
    top: 10%;
    color: #FFF;
    text-align: center;
    font-family: Play !important;
    letter-spacing: 0.2vw;
    font-size: 2vw;
    text-transform: uppercase;
    font-style: normal;
    font-weight: 700;
}

.ellipse {
    position: absolute;
    /* top: 100%; */
}

.ended-desc {
    position: absolute;
    top: 22%;
    color: rgba(158, 158, 158, 0.49);
    text-align: center;
    font-family: Inter;
    font-size: 0.5vw;
    font-style: normal;
    font-weight: 100;
    line-height: 1vw;
    width: 15%;
}


.ended-list {
    position: relative;
    display: grid;
    grid-template-columns: repeat(auto-fit, 226px);
    gap: 2vw;

    width: 55vw;
    max-width: 90vw;
    margin: 0 auto;

    justify-content: center;
    align-content: start;

    z-index: 2;
}


.ended-list:active {
    cursor: grabbing;
}

.ended-list::-webkit-scrollbar {
    display: none;
}

.ended-list .ended-item {
    position: relative;
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    transition: transform 0.3s ease;
    width: 226px;
    height: 395px;
}

@media (max-width: 768px) {
    .ended-list {
        width: 90vw;
        height: 420px;
        overflow: hidden scroll;
        flex-direction: column;
    }

}


.ended-list::-webkit-scrollbar {
    display: none;
}

.ended-list {
    scrollbar-width: none;
}

.bg-walp {
    min-width: 146%;
    height: 110%;
    top: -17%;
    position: absolute;
}

.ended-item:hover {
    transform: scale(1.05);
}

.ended-list .poly {
    position: absolute;
    top: 5%;
    left: 0;
    width: 100%;
    height: 65%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    clip-path: polygon(50% 0%,
            /* üst orta */
            100% 25%,
            /* sağ üst */
            100% 75%,
            /* sağ alt */
            50% 100%,
            /* alt orta */
            0% 75%,
            /* sol alt */
            0% 25%
            /* sol üst */
        );
    overflow: hidden;
    /* background-image: url(/images/poly.png); */
    background-repeat: no-repeat;
    background-size: cover;
}

.ended-list .poly .store-bg {
    width: 150%;
    height: 100%;
    object-fit: cover;
    position: absolute;
}

.ended-list .subtract-bg {
    position: absolute;
    top: 57%;
    left: 0;
    width: 100%;
    height: 29%;
    border-radius: 0.3vw;
}

.ended-list .subtract-text {
    position: absolute;
    top: 64%;
    left: 0;
    width: 100%;
    height: 29%;
    display: flex;
    color: #FFF;
    font-size: 1vh;
    font-family: Play;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.ended-hr {
    position: absolute;
    top: 0%;
    width: 90%;
    height: 0.3vw;
    border-radius: 1vh;
    background: linear-gradient(90deg, rgba(6, 6, 6, 0.00) 0%, #D0E6FF 40%, #349DFF 56.53%, rgba(6, 6, 6, 0.00) 100%);
}

.creators-box .creators-list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    max-height: 740px;
    overflow-y: auto;
    justify-content: center;
    padding: 10px;
    scrollbar-width: thin;
}

.creators-list::-webkit-scrollbar {
    display: none;
}

.creators-list {
    scrollbar-width: none;
}

.creators-box .creator-item {
    width: 200px;
    height: 350px;
    flex: 0 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    transition: all 0.3s ease;
    background-color: #1a1a1a;
    margin: 0;
}

.creator-animate-out {
    opacity: 0;
    transform: translateX(-40px);
    transition: all 0.3s ease;
}

.creator-animate-in {
    opacity: 0;
    transform: translateX(40px);
}

.creator-animate-in.creator-animate-active {
    opacity: 1;
    transform: translateX(0);
    transition: all 0.3s ease;
}

.creators-box .creator-item .creator-img {
    width: 100%;
    height: 100%;
    z-index: 5;
    top: 0%;
    position: absolute;
}

.creators-box .creator-item .creator-icon {
    position: absolute;
    top: 0%;
    width: 150px;
    height: 150px;
    z-index: 10;
}

.creators-box .creator-item .creator-name {
    position: absolute;
    top: 30%;
    width: 100%;
    height: 30%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-family: Inter;
    font-size: 1vh;
    color: rgba(221, 221, 221, 0.47);
}

.creators-box .box-list {
    position: absolute;
    /* top:30%; */
    /* left: 14%; */
    top: 35%;
    width: 100%;
    height: 60%;
    display: flex;
    justify-content: center;
    z-index: 25;
    align-items: center;
    text-align: center;
    flex-wrap: wrap;
    flex-direction: column;
    transition: all 0.3s ease;
}

.creators-box .creator-item .dc-box {
    position: relative;
    width: 100%;
    height: 15%;
    margin-top: 0.5vw;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    filter: blur(0.02vw);
    border-radius: 0.3vw;
    font-family: Inter;
    font-size: 0.6vw;
    color: rgba(255, 255, 255, 0.48);
}

.creators-box .creator-item .dc-box:hover {
    background: rgba(255, 255, 255, 0.08);
    cursor: pointer;
    transform: scale(1.05);
    transition: all 0.3s ease;
}

.creators-box .creator-item .dc-box .text {
    position: absolute;
    left: 48%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-family: Inter;
    font-size: 0.7vw;
    color: rgba(255, 255, 255, 0.48);
}

.creators-box .creator-arrow {
    position: absolute;
    top: 50%;
    left: 94%;
    width: 2vw;
    height: 2vw;
    z-index: 99999 !important;
    transform: translate(-50%, -50%);
}

.creators-box .creator-arrow:hover {
    transition: all 0.3s ease;
    cursor: pointer;
}

.creators-box .creator-arrow.left {
    left: 2%;
}

.creators-list {
    position: relative;
    display: flex;
    min-width: 40%;
    min-height: 51%;
    width: 100%;
    height: 37%;
    justify-content: center;
    align-items: center;
    text-align: center;
    z-index: 2;
    margin-left: 4%;
    margin-top: 2%;
    max-width: 90%;
    overflow: hidden;
}

.creator-item {
    position: relative;
    top: 0;
    min-height: 7%;
    width: 15%;
    min-width: 24%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    transition: all 0.3s ease;
    /* margin: 0 1vw; */
    height: 35vh;
}

.creator-item .creator-img {
    width: 100%;
    height: 100%;
    z-index: 5;
    top: 0%;
    position: absolute;
}

.creator-item .creator-icon {
    position: absolute;
    top: 2%;
    width: 40%;
    height: 32%;
    z-index: 10;
}

.creator-item .creator-name {
    position: absolute;
    top: 30%;
    width: 100%;
    height: 31%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-family: Inter;
    font-size: 2.5vh;
    text-transform: uppercase;
    color: rgba(221, 221, 221, 0.47);
}


/* .creator-item:hover .creator-item .creator-name{
  color: white !important;
} */

.creator-item .box-list {
    position: absolute;
    /* top: 30%; */
    /* left: 14%; */
    top: 28%;
    width: 77%;
    height: 81%;
    display: flex;
    justify-content: center;
    z-index: 25;
    align-items: center;
    text-align: center;
    flex-wrap: wrap;
    flex-direction: column;
    transition: all 0.3s ease;
}

.creator-item .dc-box {
    position: relative;
    width: 100%;
    height: 17%;
    margin-top: 0.5vw;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    filter: blur(0.02vw);
    border-radius: 0.3vw;
    font-family: Inter;
    font-size: 0.6vw;
    color: rgba(255, 255, 255, 0.48);
}

.creator-item .dc-box:hover {
    background: rgba(255, 255, 255, 0.08);
    cursor: pointer;
    transform: scale(1.05);
    transition: all 0.3s ease;
}

.creator-item .dc-box .text {
    position: absolute;
    left: 45%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-family: Inter;
    font-size: 0.7vw;
    color: rgba(255, 255, 255, 0.48);
}

.creator-item .dc-box .dc-icon {
    position: absolute;
    width: 1vw;
    left: 36%;
    top: 20%;
    height: 1vw;
}

@media (max-width: 768px) {
    .creators-list {
        overflow-x: auto;
        overflow-y: hidden;
        flex-wrap: nowrap;
        flex-direction: row;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        padding-bottom: 10px;
        gap: 12px;
    }

    .creator-item {
        flex: 0 0 auto;
        width: 88vw;
        scroll-snap-align: start;
        margin: 0 10px;
    }

    .creator-item .creator-img {
        width: 100%;
        height: auto;
        position: absolute;
    }

    /* 
  .creator-item .creator-icon {
    width: 120px;
    height: 120px;
  } */
    .creator-item .creator-name {
        font-size: 16px;
        top: 23%;
    }

    .creator-item .box-list {
        top: 45%;
        height: auto;
    }

    .creator-item .dc-box {
        width: 80%;
        height: 40px;
        margin: 6px 0;
        font-size: 14px;
    }

    .creator-item .dc-box .text {
        left: 50%;
        transform: translateX(-50%);
        font-size: 14px;
    }

    .creator-item .dc-box .dc-icon {
        width: 20px;
        height: 20px;
        left: 10%;
        top: 50%;
        transform: translateY(-50%);
    }

    .creator-arrow.left,
    .creator-arrow.right {
        display: none;
    }
}

.creator-arrow {
    position: absolute;
    top: 50%;
    left: 99%;
    width: 2vw;
    height: 2vw;
    z-index: 99999 !important;
    transform: translate(-50%, -50%);
}

.creator-arrow:hover {
    transition: all 0.3s ease;
    cursor: pointer;
}

.creator-arrow.left {
    left: 1%;
}

.creator-header {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 20px;
    padding-left: 20px;
    margin-left: 5%;
    width: 90%;
}

.creator-title {
    font-family: Inter, sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: white;
    margin-top: 20px;
    margin-bottom: 6px;
}

.creator-underline {
    width: 100%;
    margin-top: 20px;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.1);
}

.section {
    margin-bottom: 19px;
    border-bottom: 2px solid rgba(45, 45, 45, 0.5);
}

.section img {
    justify-content: center;
    align-items: center;
    display: block;
    margin: 0 auto;
    width: 70px;
    height: 70px;
}

.section h2 {
    font-size: 42px;
    margin-bottom: 10px;
    font-family: 'Alata';
    text-align: center;
}

.section p {
    opacity: 0.8;
    margin-bottom: 30px;
    text-align: center;
    font-family: 'Inter';
    font-size: 10px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    color: rgba(158, 158, 158, 0.53);
}

.creatoroverview-list {
    width: 100%;
    max-width: 90%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    gap: 10px;
    max-height: 100%;
    /* ← yatay scroll kapalı */
}

.creatoroverview-list::-webkit-scrollbar {
    width: 8px;
}

.creatoroverview-list::-webkit-scrollbar-track {
    border-radius: 222px;
    background: rgba(171, 171, 171, 0.12);
}

.creatoroverview-list::-webkit-scrollbar-thumb {
    background: linear-gradient(to bottom, #d0e6ff, #a2cfff);
    border-radius: 6px;
    transition: all 0.3s ease;
}

.creatoroverview-list::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(to bottom, #ffffff, #d0e6ff);
}

.creatoroverview-item {
    position: relative;
    top: 0;
    left: 0%;
    min-width: 372px;
    min-height: 401px;
    margin: 0.5vh;
    margin-top: 1vh;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    transition: all 0.3s ease;
    border-radius: 13px;
}

.creatoroverview-item .creator-img {
    width: 100%;
    height: 100%;
    z-index: 5;
    top: 0%;
    position: absolute;
}

.creatoroverview-item .creator-icon {
    position: absolute;
    top: 11%;
    width: 240px;
    height: 150px;
    transition: all 0.3s ease;
    ;
    z-index: 99999;
}


.creatoroverview-item .creator-icon:hover {
    transform: scale(1.1);
}

.creatoroverview-item .creator-name {
    position: absolute;
    top: 25%;
    width: 100%;
    height: 30%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-family: Alata;
    font-size: 1vw;
    color: rgba(221, 221, 221, 0.47);
}

.creatoroverview-item .box-list {
    position: absolute;
    /* top: 30%; */
    /* left: 14%; */
    top: 40%;
    width: 88%;
    height: 70%;
    display: flex;
    justify-content: center;
    z-index: 25;
    align-items: center;
    text-align: center;
    flex-wrap: wrap;
    flex-direction: column;
    transition: all 0.3s ease;
}

.creatoroverview-item .dc-box {
    position: relative;
    width: 100%;
    height: 15%;
    margin-top: 0.5vw;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    filter: blur(0.02vw);
    border-radius: 0.3vw;
    font-family: Alata;
    font-size: 0.6vw;
    color: rgba(255, 255, 255, 0.48);
    border-radius: 7px;
    opacity: 0.82;
    background: rgba(255, 255, 255, 0.09);
    backdrop-filter: blur(5.150000095367432px);
}

.creatoroverview-item .dc-box:hover {
    background: rgba(255, 255, 255, 0.08);
    cursor: pointer;
    transform: scale(1.05);
    transition: all 0.3s ease;
}

.creatoroverview-item .dc-box .text {
    position: absolute;
    left: 48%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-family: Alata;
    font-size: 1.8vh;
    color: rgba(255, 255, 255, 0.48);
}

.creatoroverview-item .dc-box .dc-icon {
    position: absolute;
    width: 1vw;
    /* left: 39%; */
    /* top: -54%; */
    height: 8.5vh;
    width: 8.5vh;
}

.creatoroverview-item .creator-hr {
    position: absolute;
    top: 64%;
    width: 90%;
    height: 0.1vw;
    background: rgba(89, 89, 89, 0.50);
    border-radius: 1vh;
}

.winner-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px 28px;
    max-width: 95%;
    margin: 35px auto;
    padding: 0 10px;
    max-height: 100%;
    overflow-y: auto;
}

.winner-grid::-webkit-scrollbar {
    width: 8px;
}

.winner-grid::-webkit-scrollbar-track {
    background: #0b0b0b;
    border-radius: 4px;
}

.winner-grid::-webkit-scrollbar-thumb {
    background: #D0E6FF;
    border-radius: 8px;
}

.winner-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: center;
    gap: 10px;
    position: relative;
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.05);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.05);
    padding: 10px 15px;
    height: 108px;
}

.winner-card .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
    border-radius: 12px;
    opacity: 0.2;
}

.winner-header {
    display: flex;
    align-items: center;
    gap: 24px;
    flex: 1;
}

.winner-info {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 6px;
    max-width: 100%;
    overflow: hidden;
}

.winner-info h3.orange {
    margin: 0;
    font-weight: 200;
    font-family: 'Alata';
    color: #FFF;
    font-size: 3vh;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    max-width: 160px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: capitalize;
}



.winner-header img {
    width: 65px;
    height: 65px;
    object-fit: cover;
    border-radius: 10px;
    margin-left: 3%;

    border: 2px solid var(--league-color);
    box-shadow:
        0 0 10px color-mix(in srgb, var(--league-color) 45%, transparent),
        0 0 20px color-mix(in srgb, var(--league-color) 25%, transparent);
}

.winner-info h3 {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    color: #FFAE00;
}

.winner-info p {
    margin: 0;
    color: #878787;
    font-family: Alata;
    font-size: 2.3vh;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    white-space: nowrap;
}

.winner-prize {
    color: #FFAE00;
    text-align: center;
    font-family: Alata;
    font-size: 2.2vh;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    transition: all 0.3s ease-in-out;
    width: 25%;
    height: 40%;
    overflow: initial;
    right: 3%;
    position: absolute;
    /* top: 26%; */
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
}

.winner-bg {
    position: absolute;
    /* top: 10%; */
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
}

.purple {
    color: #AE79DE;
    font-family: "Monument Extended";
    ;
}

.orange {
    color: #FFAE00;
    font-family: "Monument Extended";
}

.rank-circle {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Alata';
    font-size: 22px;
    font-weight: 400;
    color: #fff;
    border: 6px solid rgba(255, 255, 255, 0.04);
    background: rgba(255, 255, 255, 0.13);
    flex-shrink: 0;
}

.rank-gold {
    background: rgba(230, 196, 75, 0.37);
    ;
    border-color: rgb(6 6 6 / 53%);
    color: #FFD53C;
}

.rank-silver {
    background: rgba(209, 209, 209, 0.37);
    ;
    border-color: rgb(49 47 47 / 53%);
    color: #D1D1D1;
}

.rank-bronze {
    background: rgba(255, 154, 60, 0.37);
    border-color: rgb(6 6 6 / 53%);
    color: #FF9A3C;
}

.rank-default {
    color: rgba(255, 255, 255, 0.44);
    border: 6px solid rgb(6 6 6 / 53%);
    background: rgba(255, 255, 255, 0.13);
}

.winner-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 40px 20px;
    gap: 20px;
    width: 90%;
    margin-left: 5%;
}

.winner-section {
    max-width: 60%;
}

.winner-section h1 {
    color: #FFF;
    text-shadow: 0 0 23.7px rgba(255, 201, 86, 0.54);
    font-family: Alata;
    font-size: 42px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.winner-section p {
    color: rgba(158, 158, 158, 0.53);
    font-family: Inter;
    font-size: 10px;
    font-style: normal;
    font-weight: 500;
    max-width: 834px;
    line-height: 11px;
    margin-top: 2vh;
}

.winner-section img {
    width: 69px;
    height: 70px;
    flex-shrink: 0;
    aspect-ratio: 69/70;
}

@media (max-width: 992px) {
    .winner-container {
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 25px !important;
    }

    .winner-section {
        max-width: 100% !important;
    }

    .search-box {
        margin-top: 10px !important;
        width: 100% !important;
        max-width: 100% !important;
    }
}

.winner-grid-mobile {
    display: flex !important;
    flex-direction: column !important;
}

@media (max-width: 768px) {
    .winner-grid {
        /* display: flex !important; */
        flex-direction: column !important;
        gap: 12px;
        max-height: 520px;
        overflow-y: auto;
        padding: 0 10px;
        overflow: hidden scroll;
    }

    .winner-card {
        width: 100%;
        min-height: 72px;
        background: rgba(255, 255, 255, 0.05);
        border-radius: 12px;
        padding: 10px 12px;
        display: flex !important;
        align-items: center !important;
        gap: 10px;
    }

    .rank-circle {
        flex-shrink: 0;
        width: 34px !important;
        height: 34px !important;
        font-size: 12px !important;
    }

    .winner-header {
        display: flex;
        align-items: center;
        gap: 10px;
        flex: 1;
    }

    .winner-header img {
        width: 48px !important;
        height: 48px !important;
        border-radius: 8px;
        object-fit: cover;
    }

    .winner-info {
        display: flex;
        flex-direction: column;
        align-items: flex-start !important;
        gap: 2px;
    }

    .winner-info h3.orange {
        font-size: 15px !important;
        max-width: 140px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .winner-info p {
        font-size: 12px !important;
        opacity: 0.8;
        margin-top: -2px;
    }

    .winner-prize {
        flex-shrink: 0;
        background: rgba(255, 255, 255, 0.05);
        padding: 6px 12px !important;
        font-size: 11px !important;
        border-radius: 8px;
        white-space: nowrap;
        position: relative;
    }

    .winner-prize .winner-bg {
        display: none;
        /* mobilde gereksiz */
    }
}

.search-box {
    position: relative;
    width: 100%;
    margin-top: 78px;
    max-width: 1200px;
}

.search-icon {
    width: 20px;
    position: absolute;
    left: 2%;
    top: 50%;
    transform: translateY(-50%);
}

.search-input {
    width: 100%;
    padding: 3vh 6vh;
    border-radius: 112px;
    border: none;
    outline: none;
    border-radius: 112px;
    background: radial-gradient(122.59% 100.73% at 50% 0%, rgba(54, 54, 54, 0.34) 0%, rgba(20, 20, 20, 0.28) 100%);
    color: white;
    font-size: 16px;
}

.search-input::placeholder {
    color: rgba(255, 255, 255, 0.22);
    font-family: "Chakra Petch";
    font-size: 22px;
    font-style: normal;
    /* padding-left: 15px; */
    font-weight: 600;
    line-height: normal;
}

.hr {
    width: 88%;
    height: 1px;
    background: #2D2D2D;
    margin: 20px auto;
    margin-bottom: 45px;
}

.giv-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 25px;
    margin-bottom: 5%;
}

.giv-card {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.12) 0%, rgba(153, 153, 153, 0.00) 100%);
    overflow: hidden;
    color: white;
    display: flex;
    flex-direction: column;
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.08);
    transition: transform 0.3s ease;
    position: relative;
    min-height: 350px;
    text-align: center;
    justify-content: center;
    align-items: center;
}

.giv-card .giveaway-banner {
    display: flex;
    justify-content: center;
    align-items: center;
}

.giveaway-banner img {
    width: 90%;
    height: auto;
    margin-top: 0%;
}

.giv-card .giveaway-title {
    text-align: center;
    padding: 10px 0;
    font-size: 16px;
    border-radius: 39px;
    position: relative;
    z-index: 1;
    background: radial-gradient(122.59% 100.73% at 50% 0%, rgba(54, 54, 54, 0.92) 0%, rgba(15, 15, 15, 0.48) 100%);
    color: #D0E6FF;
    text-shadow: 0px 1px 10.9px rgba(208, 230, 255, 0.52);
    font-family: Play;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 23px;
    min-width: 300px;
    margin-top: 7%;
    margin-bottom: 18%;
    overflow: hidden;
}

.giv-card .giveaway-title::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 39px;
    padding: 1px;
    background: linear-gradient(to bottom, #D0E6FF, rgba(208, 230, 255, 0));
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    z-index: -1;
}

.expand-toggle {
    cursor: pointer;
    text-align: center;
    padding: 10px;
    background-color: #222;
    border-top: 1px solid #333;
}

.expand-toggle img {
    width: 20px;
    transform: rotate(0deg);
    transition: transform 0.3s;
}

.giveaway-card.expanded .expand-toggle img {
    transform: rotate(180deg);
}

.giveaway-details {
    display: flex;
    /* background-color: #181818; */
    padding: 15px;
    /* border-top: 1px solid #333; */
}

.giveaway-card.expanded .giveaway-details {
    display: block;
}

.giveaway-stats {
    display: flex;
    justify-content: space-between;
    text-align: center;
    font-size: 13px;
    margin-bottom: 10px;
}

.giveaway-stats b {
    color: #fff;
    font-size: 16px;
}

.enter-btn {
    background: white;
    color: black;
    font-weight: bold;
    width: 100%;
    padding: 10px;
    border-radius: 50px;
    border: none;
    cursor: pointer;
}

.giveaway-card.expanded .expand-toggle img {
    transform: rotate(180deg);
    transition: transform 0.3s ease;
}

@media screen and (min-width: 3200px) {
    .league-soon {
        min-height: 73vh !important;
    }
}

.trendgiveaway-item {
    transition: transform 0.45s ease, opacity 0.35s ease;
    will-change: transform, opacity;
}

.slide-left {
    transform: translateX(-40px);
    opacity: 0;
}

.slide-right {
    transform: translateX(40px);
    opacity: 0;
}

.slide-active {
    transform: translateX(0);
    opacity: 1;
}