body{
    overflow: visible;
    overflow-x: hidden !important;
    font-family: 'Monotalic', 'Cairo' !important;
}

.blogg{
    width: 100%;
    height: 100%;
    flex-direction: column;
    display: flex;
    align-items: center;
    justify-content: center;
    
}
.blog{
    background-color: #00ff96 ;
    color: #fff;
    width: 6vw;
}
.blog-logo{
    width: 20%;
    height: auto;
    opacity: 0.1;
}

.blog-yazi{
    color: #1E06C9;
    font-size: 3vw;
    font-weight: 400;
}

.cengel{
    cursor: auto;
    padding-left: 2.53vh;
    padding-right: 2.53vh;
}

.slogan2{
    opacity: 0;
}

.yazi-box,.baslik-yazi{
    font-family: cairo;
}
.no-select {
    user-select: none;
    -webkit-user-select: none; /* Safari için */
    -moz-user-select: none; /* Firefox için */
    -ms-user-select: none; /* Internet Explorer/Edge için */
}


@media screen and (max-width: 992px) {

    .icerikk{
        display: none;
    }
    .baslik-yazi{
        font-size: 5vw;
        margin-top: 5vw;
    }

    .yazi-box{
        width: 100% !important;
        margin-top: 5vw;
        font-size: 2.7vw;
        line-height: 3.7vw;
        padding: 4vw;
    }
    .icerik_satir {
        flex-direction: column !important;
        height: auto !important;
      
    }
    .icerik{
        width: 100% !important;
        height: 40vh !important;
        margin-bottom: 3vw !important; 
    }
    .gorsel{
        height: 80% !important;
    }

    .baslik{
        font-size: 3.6vw !important;
    }

    .alt_baslik{
        font-size: 3vw !important;
        margin-top: 3vw;
    }
    .menu{
        justify-content: space-evenly;
    }


.cengel{
    display: flex;
    width: 90vw;
    height: 50vh;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 0.8vw solid #1E06C9;
}

.box.new-alignment{
    display: none;
}

.blog{
    width: 32vw;
}

.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%;
}

.blog-logo{
    width: auto;
    height: 15%;
}

.blog-yazi{
    font-size: 6vw;
}
.mobil-slogan{
    display: none;
}
}

.alt,.cengel{
    height: auto !important;
}

.icerik {
    width: 21vw;
    height: 26vw;
    display: flex;
    flex-direction: column;
  }

  a {
    text-decoration: none;
  }

  .gorsel {
    height: 21vw;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .gorsel img {
    max-width: 100%;
    width: auto;
    height: 100%;
  }

  .icerik-baslik {
    height: 19.89%;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-family: Inter;
  }

  .baslik {
    font-style: normal;
    font-weight: 500;
    font-size: 1.2vw;
    line-height: 2.01vw;
    color: #535353;
    font-family: Inter;
    text-decoration:none;

  }
.icerik:hover{
    .baslik,.alt_baslik,.icerik-baslik{
        text-decoration: underline;
    }
}
  .alt_baslik {
    font-style: italic;
    font-weight: 400;
    font-size: 1vw;
    line-height: 1.31vw;
    color: #909090;
    font-family: Inter;
	  text-align: center;
  }

  .icerik_satir {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-top: 2.53vh;
    padding-bottom: 2.53vh;
  }