.box{
    display: flex;
    margin-left: 4vw;
}

.tiklayin{
    position: absolute;
    bottom: 4vw;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 6vw;
    width: 8vw;
}

.tiklayin img{
    height: auto;
    width: 100%;
}

.cengel{
    flex-direction: row;
}

.work{
    background-color: #00ff96 ;
    color: #fff;
    width: 6vw;
}

.logo-bar-left{
    text-decoration: none;
}

.satir-bosluk{
    height: 0.5vw;
}


.slogan2{
    opacity: 0;
}


@media screen and (max-width: 992px) {

    .menu{
        justify-content: space-evenly;
    }


.cengel{
    display: flex;
    width: 90vw;
    height: auto;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 0.8vw solid #1E06C9;
}

.box.new-alignment{
    display: none;
}


.work-yazi{
    flex-direction: column;
    width: 100%;
    display: flex !important;
    position: static;
    padding: 5vw;
}

.work-icerik{
    font-size: 4.4vw;
    margin-bottom: 10vw;
    width: 100%;
    height: auto;
    font-weight: 400;
    padding-right: 0;
    margin-left: 0;
}

.box{
    display: none;
}
.mobil-logo a{
    text-decoration: none;
    width: 100% !important;
    height: 60% !important;
    display: flex;
    align-items: center;
    justify-content: center;
}
.mobil-logo a img{
    width: auto;
    height: 100%;
}
.work{
    width: 32vw;
}
.work-baslik-mobil{
    display: flex;
    width: 100%;
    height: 5vh;
    flex-direction: row;
    align-content: center;
    justify-content: flex-start;
    margin-bottom: 2vh;
}

.work-baslik-mobil img{
    width: auto;
    height: 100%;
}

.work-baslik-icerik{
    font-size: 5vw;
    font-weight: 500;
    color: #1E06C9;
    align-self: center;
    margin-left: 2vh;
}
.mobil-slogan{
    display: none;
}

  
  .work-icerik:nth-child(1) {
    order: 2;
  }
  body{
    overflow: auto;
}

.tiklayin{
    display: none;
}
}