﻿.slider{
        height:500px;
    }
    .app-prew {
        display: none;
    }

    .container {
        max-width: 410px;
        width: 100%;
        padding: 15px 5px 15px 5px;
    }

    .about-area{
        width:400px;
        margin: 100px auto;
        margin-bottom:80px;
    }


     .welcome-container {
        width:100%;
        max-width:410px;
        height: auto;              /* ⛔ sabit yüksekliği kaldır */
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 24px;
        padding: 0 16px;
    }


    .slider-wrapper {
        width: 90vw;
        max-width: 600px;
        min-width: 300px;
        margin: 0 auto;
        display: block;
    }


    .slider-container {
        width: 100%;
        overflow: hidden;
        position: relative;
        border-radius: 10px;
        background: transparent; /* ✅ arka plan şeffaf */
        box-shadow: none; /* istersen kaldır */
        height: auto; /* ✅ içeriğe göre yükseklik */
    }

    .slides {
        display: flex;
        transition: transform 0.5s ease-in-out;
        width: 100%;
        height: auto; /* ✅ yükseklik otomatik */
    }

    .slide {
    flex: 0 0 100%;   /* ⬅️ kritik */
    width: 100%;
    padding: 10px;
    display: flex;
    justify-content: center; /* ⬅️ içeriği ortala */
    gap: 20px;
    }

















        .app-prew {
        justify-content: center;
    }

    .phone-prew {
        position: relative;        /* ⬅️ absolute KAPANDI */
        right: auto;
        top: auto;
        width: 380px;
        height: auto;
        margin-top: 20px;
    }
    .phone-prew img {
        width: 100%;
        height: auto;
    }

    .text-welcome {
        font-size: clamp(19px, 7vw, 30px);
        width: 100%;
        white-space: normal;       /* mobilde taşma olmasın */
        justify-content: center; /* Yatayda ortala */
        align-items: center; /* Dikeyde ortala */
        text-align: center; /* Metni ortala */
        margin-bottom: 5px;
    }

    .all-games-button {
        width: 170px;
        height: 50px;
        border-radius: 20px;
        display: flex; /* Flexbox ile hizalama */
        justify-content: center; /* Yatayda ortala */
        margin: 300px auto 0px; /* Ortalamak için */
        margin-top: 13px;
        margin-bottom: 25px;
        font-size: 18px;
    }

    .mobile-footer-conteiner {
        width: 100%;
        max-width: 545px;
    }

    .sidebar-container {
        max-width: 430px;
        padding: 0 20px 0 20px;
    }

    .slider-wrapper {
        width: 90vw;
        max-width: 600px;
        min-width: 300px;
        margin: 0 auto;
        display: contents;
    }


    .slider-container {
        width: 100%;
        overflow: hidden;
        position: relative;
        border-radius: 10px;
        background: transparent; /* ✅ arka plan şeffaf */
        box-shadow: none; /* istersen kaldır */
        height: auto; /* ✅ içeriğe göre yükseklik */
    }

    .slides {
    display: flex;
    transition: transform 0.5s ease-in-out;
    }

    .slide {
    flex: 0 0 100%;
    width: 100%;

    display: flex;
    flex-direction: column;

    align-items: center;      /* ⬅️ YATAY ORTA */
    justify-content: center;  /* ⬅️ DİKEY ORTA */

    padding: 0px;
    box-sizing: border-box;
}

    .col {
        display: flex;
        align-items: center;
        width: 100%;
        height: 130px;
        max-width: 410px;
        background-color: #F1F3F9;
        border-radius: 20px;
            display: flex;
    align-items: center;
        padding: 10px;
        gap: 16px;
        margin-bottom: 10px;
    margin: 0 auto; /* ⬅️ ASIL OLAY BU */
    }

        .col:hover {
            background-color: #e2e6f0;
            transition: 0.3s;
        }

    .game-image {
        width: 110px;
        height: 110px;
        margin-left: 2px;
        background-color: white;
        border-radius: 15px;
        object-fit: cover;
    }

    .game-info {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }


    .game-name {
        font-weight: 500;
        font-size: 22px;
        margin-left: 35px;
        margin-top: 5px;
    }

    .game-category {
        font-family: 'Figtree', sans-serif;
        font-weight: 400;
        font-size: 20px;
        color: #636363;
        margin-top: 13px;
        margin-left: 35px;
    }

    .game-download {
        font-family: 'Figtree', sans-serif;
        font-weight: 500;
        font-size: 22px;
        color: #636363;
        margin-bottom: -1px;
        margin-left:35px;
    }



    .contact-container {
        max-width: 410px;
        width: 100%;
        grid-template-columns: 1.05fr 1fr;
        gap: 22px;
    }
    .contact-section {
    padding: 70px 0px;
    margin-bottom: -350px;
    }

    input, textarea {
    width:100%;   
    padding: 10px 10px;

    }

    .alt-contact {
        margin-top: -40px;
        margin-left: 150px;
    }

    .office-card {
        max-width: 385px;
        height: 290px;
        top: 180px;
    }

    .office-card img {
        height: 180px;
    }

    .office-info strong {
        font-size: 15px;
    }

    .office-info p {
        font-size: 14px;
    }




 .features-dark-section {
        display: flex;
        justify-content: center;   /* ortala */
        overflow: hidden;          /* ⛔ sağ-sol taşmayı KAPAT */
    }

    .features-dark-container {
        max-width: 410px;          /* 🎯 istediğin limit */
        width: 100%;

        display: flex;
        gap: 0;                    /* ⛔ kart arası boşluk yok */
        overflow-x: auto;
        overflow-y: visible;

        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;

        padding: 29px 0 14px;      /* ⬆️ üst ferah, ⬇️ alt hafif */
        scrollbar-width: none;
    }

    .features-dark-container::-webkit-scrollbar {
        display: none;
    }

    .feature-card {
        flex: 0 0 100%;            /* 🔥 SADECE 1 KART */
        scroll-snap-align: center;

        padding: 0 10px;           /* iç nefes */
        box-sizing: border-box;
    }
    .feature-card h3 {
        font-size: 23px;
    }
       .feature-card:nth-child(3) {
        display: block;
    }




    .publishing-container{
        max-width: 410px
    }





    .container-footer{
        max-width: 410px;
    }
    .social{
        width:40px;
        height:auto;
    }


    
    .about-slider-container {
        flex-direction: column;     /* ✅ yan yana → alt alta */
        gap: 40px;
        text-align: center;
        width:410px;
    }

    .slider-right {
        order: 1;
    }
    .slider-left {
        order: 2;
    }


        .slider-right img {
        width: 410px;
    }

    .slider-about {
    height: 700px;
    }
    
    .slider-title {
    font-size: 50px;
    }