/* kucuk telefonlar */
@media (max-width: 320px){
    .container-custom{
        width: 100%;
    }
}

/* orta telefonlar */
@media (max-width: 480px){
    .container-custom{
        width: 100%;
    }
}

/* buyuk telefonlar */
@media (max-width: 576px){
    .container-custom{
        width: 100%;
    }
    .max-w-r{
        max-width: 90%;
    }

    .hero-section{
        background-image: none !important;
        background-color: var(--bg-dark-l);
    }
    header nav .container{
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }
    #features img.img-fluid.rounded.shadow{
        display: none;
    }
    #features .col-lg-6{
        padding: 0;
    }
    #features .features-category-menu{
        padding: 0;
    }
    section#features #konTakA.active{
        display: grid !important;
    }
    #tab-ilerleme .feature-card{
        padding: 3rem;
    }
    .d-ort{
        display: flex;
        align-items: center;
        flex-direction: column;
    }
    footer .container{
        text-align: center;
    }
    #orn3A, #orn4A, #orn6A{
        flex-direction: column;
    }
    #orn5A img{
        display: none;
    }
    .container{
        width: 100%;
    }
    #pricing .container{
        width: 100%;
        padding: 0 !important;
        margin: 1rem 0 !important;
    }
    .pt-fazla{
        padding-top: 50% !important;
    }


}
/* dikay tabletler */
@media (max-width: 768px) {
    .container {
        padding-left: 1rem;
        padding-right: 1rem;
    }
    .btn-lg {
        padding: 0.75rem 1.5rem;
    }
    section#features{
        padding: 0rem !important;
    }
    /* .collapse{
        display: none !important;
    } */
    .modern-footer{
        margin: 0 !important;
        border-radius: 0 !important;
    }
    .pt-fazla{
        padding-top: 35% !important;
    }
    .container-custom{
        width: 100%;
    }
    .hero-section{
    height: 100vh !important;
    }
    #detAnaA .table-responsive, #detAnaA h4{
        display: none !important;
    }
    #aboutUs main .features-about-page-card .text-center.text-white{
        flex-direction: column;
    }

}

/* yatay laptoplar */
@media (max-width: 992px){

    section#features{
        padding: 0.6rem;
    }

    .card-animated img{
        height: 35vh;
    }
    .menu-toggle{
        display: inline-block;
        user-select: none;
    }
    .collapse .nav-item.ms-4{
        margin-left: 0 !important;
        margin-top: 0.4rem;
    }
    .collapse .nav-item{
        margin-bottom: 0.4rem;
    }
    .container-custom{
        width: 80%;
    }
    .features-about-page-card .container .text-center.text-white{
        flex-direction: column;
    }
    #pricing{
        flex-direction: column !important;
    }
}

/* kuçuk laptoplar */
@media (max-width: 1200px){
    .card-animated img{
        height: 40vh;
    }
    .container-custom{
        width: 85%;
    }
    .hero-cards-container{
        display: none !important;
    }
    #hero .text-start{
        width: 100% !important;
    }
}

/* buyuk ekranlar */
@media (max-width: 1400px){
    .card-animated img{
        height: 40vh;
    }
    .container-custom{
        width: 90%;
    }
}

@media (min-width: 800px){
    .container-custom{
        width: 90%;
    }
    #hero.hero-section{
        min-width: 100% !important;
    }
}

