﻿.video-title {
    padding: 0 10px;
    font-style: inherit;
    line-height: 18px;
    margin-bottom: 10px;
    font-weight: 700;
    text-align: center;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 60px;
}

.referanslaricerik .container-fluid {
    padding: 0 6%;
}

.snip1159 {
    position: relative;
    overflow: hidden;
    margin: 10px;
    background: #000000;
    text-align: center;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}

    .snip1159 * {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

    .snip1159 img {
        max-width: 100%;
    }

    .snip1159 div {
        position: absolute;
        top: 50%;
        left: 50%;
        display: block;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: 50px;
        height: 50px;
        opacity: 0;
        box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
        background: #ffffff;
    }

        .snip1159 div:before,
        .snip1159 div:after {
            content: '';
            width: 50px;
            height: 50px;
            background: rgba(255, 255, 255, 0.4);
            position: absolute;
            top: 0;
            left: 0;
            -webkit-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
        }

    .snip1159 i {
        position: absolute;
        top: 0;
        left: 0;
        font-size: 34px;
        color: #000000;
        width: 50px;
        height: 50px;
        line-height: 50px;
    }

    .snip1159 a {
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        position: absolute;
    }

    .snip1159.blue {
        background-color: #4bacb2;
    }

        .snip1159.blue i {
            color: #3f376d;
        }

    .snip1159.red {
        background-color: #ab3326;
    }

        .snip1159.red i {
            color: #962d22;
        }

    .snip1159.yellow {
        background-color: #e08e0b;
    }

        .snip1159.yellow i {
            color: #c87f0a;
        }

    .snip1159.green {
        background-color: #229955;
    }

        .snip1159.green i {
            color: #1e8449;
        }

    .snip1159.orange {
        background-color: #d67118;
    }

        .snip1159.orange i {
            color: #bf6516;
        }

    .snip1159.navy {
        background-color: #2b3c4e;
    }

        .snip1159.navy i {
            color: #222f3d;
        }

    .snip1159:hover img,
    .snip1159.hover img {
        opacity: 0.3;
        -webkit-filter: grayscale(100%);
        filter: grayscale(100%);
    }

    .snip1159:hover div,
    .snip1159.hover div {
        opacity: 1;
    }

        .snip1159:hover div:after,
        .snip1159.hover div:after,
        .snip1159:hover div:before,
        .snip1159.hover div:before {
            -webkit-transition-delay: 0.1s;
            transition-delay: 0.1s;
        }

        .snip1159:hover div:before,
        .snip1159.hover div:before {
            -webkit-transform: scale(1.45);
            transform: scale(1.45);
        }

        .snip1159:hover div:after,
        .snip1159.hover div:after {
            -webkit-transform: scale(1.88);
            transform: scale(1.88);
        }
/* KATALOG */
.snip1126 {
    position: relative;
    overflow: hidden;
    margin: 10px;
    background: #000000;
    text-align: left;
    text-align: center;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}

    .snip1126 * {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-transition: all 0.35s ease-in-out;
        transition: all 0.35s ease-in-out;
    }

    .snip1126 img {
        max-width: 100%;
        position: relative;
    }

    .snip1126 figcaption {
        position: absolute;
        top: 12%;
        bottom: 12%;
        right: 25px;
        left: 40%;
        padding: 15px 20px;
        background-color: #ffffff;
        box-shadow: 4px 4px 15px rgba(0, 0, 0, 0.4);
        z-index: 1;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
        opacity: 0;
    }

    .snip1126 h3 {
        color: #000000;
        margin: 0;
        text-transform: uppercase;
        font-weight: 400;
        border-bottom: 1px solid #ddd;
        padding: 7px;
    }

        .snip1126 h3 span {
            font-weight: 800;
        }

    .snip1126 p {
        font-family: Montserrat,-apple-system,BlinkMacSystemFont,Segoe UI,Fira Sans,Helvetica Neue,Arial,sans-serif;
        font-size: 12px;
        margin-top: 0;
        letter-spacing: .075em;
        text-transform: uppercase;
        color: #4bacb2;
        font-weight: 900;
        margin: 15px auto;
    }

    .snip1126:after {
        /*height: 50px;*/
        width: 100%;
        position: absolute;
        bottom: -30px;
        left: 0;
        content: '';
        background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.15) 100%);
        background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.15) 100%);
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

    .snip1126 a {
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        position: absolute;
        z-index: 1;
    }

    .snip1126.blue h3 {
        color: #3f376d;
    }

    .snip1126.blue:after {
        background-color: #4bacb2;
    }

    .snip1126.red h3 {
        color: #81261d;
    }

    .snip1126.red:after {
        background-color: #962d22;
    }

    .snip1126.yellow h3 {
        color: #b06f09;
    }

    .snip1126.yellow:after {
        background-color: #c87f0a;
    }

    .snip1126.green h3 {
        color: #19703e;
    }

    .snip1126.green:after {
        background-color: #1e8449;
    }

    .snip1126.navy h3 {
        color: #19232d;
    }

    .snip1126.navy:after {
        background-color: #222f3d;
    }

    .snip1126:hover > img,
    .snip1126.hover > img {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }

    .snip1126 figcaption img,
    .snip1126 figcaption img {
        margin: 25px auto;
    }

    .snip1126:hover:after,
    .snip1126.hover:after {
        bottom: 0;
    }

    .snip1126:hover figcaption,
    .snip1126.hover figcaption {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
        opacity: 1;
    }

    .snip1126 h4 {
        padding: 10px 0;
        background-color: #4bacb2;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
    }

    .snip1126:hover h4 {
        background-color: #ffffff;
        color: #4bacb2;
    }
/* KATALOG */
/* SERTİFİKALAR */
.snip1507 {
    position: relative;
    overflow: hidden;
    margin: 10px;
    color: #ffffff;
    text-align: left;
    font-size: 16px;
    background-color: #000000;
}

    .snip1507 * {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-transition: all 0.45s ease;
        transition: all 0.45s ease;
    }

    .snip1507 img {
        vertical-align: top;
        max-width: 100%;
        backface-visibility: hidden;
        -webkit-filter: grayscale(100%);
        filter: grayscale(100%);
        opacity: 0.75;
    }

    .snip1507 figcaption {
        z-index: 1;
        align-items: center;
        position: absolute;
        width: 100%;
        bottom: 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
        background-color: #4bacb2;
        background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.2) 0%, transparent 100%);
        background-image: linear-gradient(to right, rgba(0, 0, 0, 0.2) 0%, transparent 100%);
        padding: 20px;
    }

        .snip1507 figcaption:before {
            content: '';
            width: 20px;
            height: 20px;
            background: url('../../img/elcabfa.png') #fff;
            background-position: center;
            background-size: 100%;
            background-repeat: no-repeat;
            top: 0;
            left: 50%;
            -webkit-transform: translate(-50%, -50%) rotate(45deg);
            transform: translate(-50%, -50%) rotate(45deg);
            position: absolute;
        }

    .snip1507 h3,
    .snip1507 h5 {
        margin: 0;
        letter-spacing: 1px;
    }

    .snip1507 h3 {
        text-align: center;
        font-size: 12px;
        font-family: Montserrat,-apple-system,BlinkMacSystemFont,Segoe UI,Fira Sans,Helvetica Neue,Arial,sans-serif;
        line-height: 16px;
        letter-spacing: .075em;
    }

    .snip1507 h5 {
        font-weight: normal;
    }

    .snip1507 a {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 1;
    }

    .snip1507:hover > img,
    .snip1507.hover > img {
        opacity: 1;
        -webkit-filter: grayscale(0%);
        filter: grayscale(0%);
    }
/* SERTİFİKALAR */
