﻿.grid-zaman{
    margin-top:25px;
}
.zamans {
    position: relative;
    width: 100%;
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    transition: all 0.2s;
    transform: scale(0.98);
    will-change: transform;
    user-select: none;
    /*cursor: pointer;*/
}
    .zamans.active {
        cursor: grabbing;
        cursor: -webkit-grabbing;
        transform: scale(1);
    }
.borderKismi{
    background: linear-gradient(-45deg, #028719, #4cd964, #d8c039, #a28b07);
	background-size: 400% 400%;
	animation: gradient 3s ease infinite;
    border-radius:120px;
    border:double 2px;

    /*background: #182028;
    border:double 2px;
    background: linear-gradient(to right, #4cd964,#d8c039);
    border-radius:120px;*/

}
@keyframes gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}
.icKisim{
    height: 100px;
    width: 100px;
    margin: 0.5em 0.5em;
    border-radius:120px;
    background-repeat:no-repeat;
    background-position: center;
    background-size: cover;
}
.zaman {
    display: inline-block;
    z-index:99999999;
}
.baslik{
    margin-left:10px;
    margin-top:15px;
    text-align:center;
    color:#fff;
    width:100px;
}
.linewrap{
    word-wrap: break-word;      /* IE 5.5-7 */
    /*white-space: -moz-pre-wrap;*/ /* Firefox 1.0-2.0 */
    /*white-space: pre-line;*/      /* current browsers */
    margin-top:-15px;
    margin-bottom:10px;
    border:2px double #4cd964;
    border-radius:20px;
    font-size:11px;
}
@media screen and (max-width: 500px) {
    .zaman {
        min-height: 200px;
        min-width: 200px;
    }
}
.rounded-corners-gradient-borders {
  width: 300px;
  height: 80px;
  border: double 4px transparent;
  border-radius: 80px;
  background-image: linear-gradient(white, white), radial-gradient(circle at top left, #f00,#3020ff);
  background-origin: border-box;
  background-clip: content-box, border-box;
}

.boyut{
    height:auto;
    margin-left:15px;
}
.item-cat{padding-bottom:20px;}
.movie-item-title > a{font-size:20px;}
.bass{white-space: pre-line;height:85px;text-decoration:none;color:#fff;margin-top:-15px; }
@media only screen and (max-width: 768px) and (min-width: 600px){
    .boyut{
    width:240px;
}
}
@media only screen and (max-width: 600px) and (min-width: 100px){
    .boyut{
    width:200px;
    margin-left:0px;
}
    .baslik{font-size:10px;}
    .movie-item-title > a{font-size:16px;}
    .item-cat{padding-top:0px;padding-bottom:0px;}
    .item-cat ul li a{font-size:16px;}
    .item-cat-hover{font-size:12px;}
    .item-cat-hover ul li span{font-size:12px;}
    .movie-item-content-top{padding-top:5px;}
    .movie-item-content-center{display:none;}
    .item-cat{padding-bottom:20px;}
    .icKisim{width:115px;height:115px;margin: 0.4em 0.4em;}
    .borderKismi{width:130px;height:130px;}
    .baslik{width:100px;margin-top:50px;}
    .zaman{min-width:140px;}
    .bass{height:60px;margin-top:-60px;}
}
.movie-item-title{
    word-wrap: break-word;      /* IE 5.5-7 */
    white-space: -moz-pre-wrap; /* Firefox 1.0-2.0 */
    /*white-space: pre-line;*/      /* current browsers */
}
/*14.03.2021*/