.articles{
    background: #EAEEF6;
}
.articles .f-item {
    position: relative;
    overflow: hidden;
    border-radius: 15px;
}

.articles .f-item .content {
    position: absolute;
    bottom: 0;
    padding: 15px 15px 30px;
    background-color: #3550709e;
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
}
.articles  .content .sekilli-btn {
    border-top-left-radius: 15px;
    background: linear-gradient(to right, #355070, #FFCDB2 ) 1;
    color: white!important;
    padding: 10px;
    position: absolute;
    bottom: 0;
    right: 0;
    border-bottom-right-radius: 15px;
}

.articles .second-item{
    border-radius: 15px;
    position: relative;
    padding: 20px;
    background: white;
}

.articles .second-item .image figure{
    border-radius: 15px;
}
.articles  ul {
    list-style: none;
    display: flex;
    justify-content: space-between;
    margin: 0;
    padding: 5px 0;
    color: #9d9d9d;
}
.articles .f-item ,.articles .second-item , .articles .items{
    margin: 10px 0;
}
.articles .content h3 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    font-weight: 900;
    -webkit-box-orient: vertical;
    line-height: 24px;
    height: 48px;
    text-align: center;
    overflow: hidden;
}
/* .articles .content p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    line-height: 20px;
    height: 60px;
    overflow: hidden;
} */
/* .articles .small-item {
    background: white;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    margin: 10px 0;
    padding: 15px;
    border: 2px solid #FFCDB2;
} */
.articles .items .content h3{
    -webkit-line-clamp: 1;
    height: 24px;
    text-align: center;
    color: #355070;
}
.articles .f-item .content h3 {

    color: white;
    text-shadow: 1px 1px black;
}

.articles .f-item .content p {

    color: white;
    text-shadow: 1px 1px black;
}
@media (max-width: 768px){
    .articles .second-item,.articles .f-item,.articles .f-item img{
        max-height: 560px;
    }
    .f-item .content p,.second-item .content p{
        margin-bottom: 40px;
    }
}
@media (min-width: 768px){
    .articles .second-item,.articles .f-item,.articles .f-item img{
        height: 480px;
    }
}
@media (min-width: 992px){
    .articles .second-item,.articles .f-item,.articles .f-item img{
        height: 500px;
    }
}
@media (max-width: 870px){
    .okk{
        display: none;
    }
    .articles{
        padding: 40px 0;
    }
}

/* ------------------------ */

.icerik-content{
    background-color: white;
    padding: 20px;
    margin-top: -20px;
    position: relative;
}
.icerik-content h2 {
    height: 48px;
    font-weight: 700;
    font-size: 20px !important;
}
.icerik-content p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    line-height: 20px;
    height: 64px;
    overflow: hidden;
}
.new-movie{
    padding-top: 50px;
}
.mini-ok{
    margin-top:-127px; 
    margin-left: 20px;
    transform:rotate(360deg); 
}
.icerik-image img:hover{
    z-index:1;
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);  
    -moz-transform: scale(1.5);
    transform: scale(1.5);
    transition: 1s ease-out;
}
