html,body {
    height: 100vh;
    font-family: 'Montserrat',sans-serif;
    /* background: url('../images/bina.png')no-repeat #000; */
    background-size: contain;
    background: #000;
    position: relative;
    overflow: hidden;
}

.change-item {/* height: calc(100% / 3); */position: relative;transition: all .5s;overflow: hidden;/* filter: grayscale(100); */}

.change-item:hover {
    filter: grayscale(0);
}

.change-item:hover img,.change-item:hover h5 {
    transform: scale(1.2);
}

.change-item a {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 100%;
    transition: all .5s;
}



.change-item.baski a:before {
    /* background: url('../images/print.jpg'); */
    background-repeat: no-repeat;
    background-size: cover;
    background-position:center;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    transition: all .5s;
    transform: scale(1);
}
.change-item.makina a:before {
    /* background: url('../images/machine.jpg'); */
    background-repeat: no-repeat;
    background-size: cover;
    background-position:center;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    transition: all .5s;
    transform: scale(1);
}

.change-item:hover a h5 {
    color: #fecc00;
}

.change-item a h5 {
    transition: all .5s;
}
.change-item.reklam a:before {
    /* background: url('../images/reklam.jpg'); */
    background-repeat: no-repeat;
    background-size: cover;
    background-position:center;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    transition: all .5s;
    transform: scale(1);
}
.change-item.reklam{
    border-top: 3px solid #ddd;
    border-bottom: 3px solid #ddd;
}
.change-item a:after {
    /* background: rgb(0 0 0 / 40%); */
    background-repeat: no-repeat;
    background-size: cover;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}
.change-item:hover a:before {
    /*transform:scale(1.1);*/
    transition:all .5s;
}
.change-item img{
    margin-bottom: 10px;
    transition: all .5s;
}

.intro-item {
    height: 100%;
    display: inline-block;
    width: 100%;
    position: relative;
}
.intro-item canvas {
    /* transform: translate(0,30%); */
    transition: all 0.2s;
    /* width: 100%; */
    /* position: absolute; */
    /* left: 0; */
    /* top: 0; */
    /* max-height: 80%; */
}

.selection {
    position: absolute;
    bottom: 0;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    padding: 30px;
    border-top-left-radius: 100px;
    border-top-right-radius: 100px;
    width: 100%;
    transition: all .5s;
    height: 80px;
}

.selection a {
    display: flex;
    width: 100%;
    height: 100%;
    flex-wrap: wrap;
    flex: 100%;
    align-items: center;
    justify-content: center;
}

.selection:hover .object {
    transform: rotate(180deg);
}

.selection:hover {
    height: 300px;
}

.selection-title {
    font-weight: 800;
    color: #fff;
    margin: 0;
    font-size: 20px;
}

.baski-merkezi {
    background: #ff0e00;
}

.reklam-totem-tabela {
    background: #ff8d00;
}

.reklam-totem-tabela .selection-title {
    color: #000;
}

.baski-makinalari {
    background: #0d82d5;
}
.giftcrea{
    background:#e50051;
}
.object {
    animation: MoveUpDown 1s linear infinite;
    position: absolute;
    left: calc(50% - 12.5px);
    top: -50px;
    font-size: 50px;
    font-weight: 500!important;
    color: #f49a10;
    transition: all .5s;
}

@keyframes MoveUpDown {
    0%, 100% {
        top: -50px;
    }
    50% {
        top: -75px;
    }
}
@media(max-width: 768px){
    .change-item a:before{
        background-position:60% !important;
    }
    .intro-item canvas {
        right: calc(50% - 300px);
        top: 0;
        position: absolute;
    }
    html,body {
        background-size: cover;
        background-position: 140% center;
        height: 100%;
    }
    .selection-title{
    font-size: 10px;
    }
    .change-item{
        height: 400px;
    }
    .selection{
    padding: 20px 10px 0;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    /* height: 200px; */
    }
    .object{
        font-size: 30px;
        left: calc(50% - 9.5px);
    }
}
