@font-face {
    font-family: 'Hanken Sans';
    src: url('fonts/HankenSans-Regular.woff2') format('woff2'),
         url('fonts/HankenSans-Regular.woff') format('woff');
    font-weight: 400; /* Regular ağırlığı */
    font-style: normal;
}

@font-face {
    font-family: 'Hanken Sans';
    src: url('fonts/HankenSans-Bold.woff2') format('woff2'),
         url('fonts/HankenSans-Bold.woff') format('woff');
    font-weight: 700; /* Bold ağırlığı */
    font-style: normal;
}


body {
    font-family: 'Hanken Sans', sans-serif;
    background-color: #FAFAFA !important;
}

.logo {
    width: 45%;
    height: auto;
    max-width: 100%;
}

.modanisa-logo-div {
    display: flex;
    justify-content: center;
    padding: 20px;
}

.all-games-div {
    color: #333 !important;
    font-size: 36px !important;
    font-style: normal !important;
    font-weight: 300 !important;
    line-height: normal !important;
}

.all-games-div .game-title {
    margin: 0 !important;
    color: #0C0B37 !important;
    font-size: 20px !important;
    font-style: normal !important;
    font-weight: 700 !important;
    line-height: normal !important;
}

.all-games-div .game-desc {
    margin: 0 !important;
    color: #0C0B37 !important;
    font-size: 12px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: normal !important;
}

.cursor-pointer {
    cursor: pointer;
}

.oyna-btn {
    display: flex;
    min-width: 120px;
    padding: 12px 9px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    border-radius: 32.063px;
    border: 1.282px solid #EAEAEA;
    background: #FF6000;
    margin-top: 5px;
}

.hemen-oyna-text {
    color: #FFF;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.5px;
}
.game-title{
    color: #000;
    font-family: "Hanken Sans";
    font-size: 19px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.game-desc{
    color: #404040;
    font-family: "Hanken Sans";
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.game-logo-part img{
    width: 100%;
    height: auto;
}
.game-info-part {
    display: flex;
    gap: 5px;
    flex: 2;
    flex-direction: column;
    justify-content: center;
}

.center-screen {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    min-height: 100vh !important;
}

.game-card {
    border: 1px solid #E3E3E3;
    height: 180px;
    border-radius: 10px;
    background: #FFF;
    padding: 1rem;
}


.vertical-line {
    width: 2px;
    background: radial-gradient(50% 50% at 50% 50%, #E3E3E3 0%, #FFF 100%);
    margin: 0 10px;
}


@media only screen and (max-width: 768px) {
    .center-horizontal-mobile {
        margin: 0 auto !important;
    }
}

@media (max-width: 425px) {
    .logo {
        width: 170px;
    }
}