/* ======================================================
   FABE BİLİŞİM - HERO RESPONSIVE
====================================================== */

.home{
    overflow-x:hidden;
}

.hero-home{
    overflow:hidden;
    position:relative;
}

.hero-home .elementor-container{
    max-width:1320px;
    margin:0 auto;
    padding:0 20px;
}

.hero-home .elementor-row{
    display:flex;
    flex-wrap:wrap;
    align-items:center;
}

.hero-home .elementor-column{
    flex:1 1 500px;
    min-width:0;
}

.hero-home img{
    max-width:100%;
    height:auto;
    display:block;
}

.hero-home h1,
.hero-home h2,
.hero-home h3{
    word-break:normal;
    overflow-wrap:break-word;
}

.hero-home .elementor-widget-wrap{
    width:100%;
}

.hero-home .elementor-button{
    white-space:nowrap;
}

/* Tablet */

@media (max-width:1024px){

    .hero-home .elementor-row{
        flex-direction:column;
    }

    .hero-home .elementor-column{
        width:100%;
        max-width:100%;
    }

    .hero-home{
        text-align:center;
    }

    .hero-home img{
        margin:30px auto 0;
        width:80%;
    }

    .hero-home .elementor-button-wrapper{
        text-align:center;
    }
}

/* Telefon */

@media (max-width:767px){

    .hero-home{
        padding-top:30px;
        padding-bottom:30px;
    }

    .hero-home img{
        width:90%;
    }

    .hero-home .elementor-button{
        width:100%;
    }
}