﻿@import url('https://fonts.googleapis.com/css?family=Playfair+Display:400,400i,700,700i,900,900i|Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');

.snip1167 {
    position: relative;
    overflow: hidden;
    margin: 10px;
    width: 100%;
    text-align: center;
    box-shadow: none !important;
    padding: 0 4%;
}

    .snip1167 * {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .snip1167 img {
        margin: 25px auto 0;
        display: block;
        z-index: 1;
        position: relative;
    }

    .snip1167 blockquote {
        display: block;
        position: relative;
        background-color: #fff;
        font-family: 'Playfair Display',serif;
        padding: 65px 50px 30px 50px;
        font-size: 14px;
        font-weight: 500;
        font-style: italic;
        color: #3d3d3b;
        margin: -50px 0 0;
        line-height: 1.6em;
        border: none;
        opacity: .8;
    }

        .snip1167 blockquote:before, .snip1167 blockquote:after {
            font-family: 'FontAwesome';
            content: "\201C";
            position: absolute;
            font-size: 50px;
            opacity: 0.3;
            font-style: normal;
        }

        .snip1167 blockquote:before {
            top: 70px;
            left: 20px;
        }

        .snip1167 blockquote:after {
            content: "\201D";
            right: 20px;
            bottom: 0;
        }

    .snip1167 .author {
        padding: 15px;
        margin: 0;
        text-align: center;
    }

        .snip1167 .author h5 {
            margin: 0;
            font-weight: 500;
            font-size: 12px;
            font-family: 'Poppins',sans-serif;
            color: #3d3d3b;
        }

.kat {
    padding: 5% 0;
    position: relative;
}

    .kat .container-fluid {
        padding: 0;
    }

.snip1584 {
    position: relative;
    float: left;
    width: 20%;
}

    .snip1584 * {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-transition: all 0.25s ease;
        transition: all 0.25s ease;
    }

    .snip1584:before {
        position: absolute;
        top: 10px;
        bottom: 10px;
        left: 10px;
        right: 10px;
        top: 100%;
        content: '';
        background: #700877;
        background: -moz-linear-gradient(90deg, #700877 0%, #ff2759 100%, #ff2759 100%);
        background: -webkit-linear-gradient(90deg, #700877 0%, #ff2759 100%, #ff2759 100%);
        background: linear-gradient(90deg, #700877 0%, #ff2759 100%, #ff2759 100%);
        -webkit-transition: all 0.25s ease;
        transition: all 0.25s ease;
        -webkit-transition-delay: 0.25s;
        transition-delay: 0.25s;
    }

    .snip1584 img {
        max-width: 100%;
        backface-visibility: hidden;
    }

    .snip1584 figcaption {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 1;
        align-items: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .snip1584 h3, .snip1584 h5 {
        margin: 0;
        opacity: 0;
        letter-spacing: 1px;
    }

    .snip1584 h3 {
        font-weight: bold;
        font-size: 12px;
        font-family: 'Poppins',sans-serif;
        color: #fff;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
        font-weight: 400;
        -webkit-transition-delay: 0.05s;
        transition-delay: 0.05s;
        margin-bottom: 5px;
    }

    .snip1584 h5 {
        font-weight: normal;
        background-color: #ae895d;
        padding: 3px 10px;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
        -webkit-transition-delay: 0s;
        transition-delay: 0s;
    }

    .snip1584 a {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 1;
    }

    .snip1584:hover:before, .snip1584.hover:before {
        top: 10px;
        -webkit-transition-delay: 0s;
        transition-delay: 0s;
    }

    .snip1584:hover h3, .snip1584.hover h3, .snip1584:hover h5, .snip1584.hover h5 {
        -webkit-transform: translateY(50px);
        transform: translateY(50px);
        opacity: 1;
    }

    .snip1584:hover h3, .snip1584.hover h3 {
        -webkit-transition-delay: 0.3s;
        transition-delay: 0.3s;
    }

    .snip1584:hover h5, .snip1584.hover h5 {
        -webkit-transition-delay: 0.2s;
        transition-delay: 0.2s;
    }

    .snip1584 figcaption:before, .snip1584 figcaption:after {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-transition: all 0.4s ease;
        transition: all 0.4s ease;
        content: '';
        background-color: #fff;
        position: absolute;
        z-index: 1;
        top: 50%;
        left: 50%;
        opacity: 0;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    .snip1584 figcaption:before {
        width: 32px;
        height: 1px;
        left: 0;
    }

    .snip1584 figcaption:after {
        height: 32px;
        width: 1px;
        top: 100%;
    }

    .snip1584:hover figcaption:before, .snip1584:hover figcaption:after {
        opacity: 1;
        top: 50%;
        left: 50%;
    }

.snip1423 {
    position: relative;
    background: #fff;
    color: #3d3d3b000;
    padding: 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

    .snip1423.beyaz {
        background-color: #fff;
        color: #3d3d3b;
    }

    .snip1423.kirik {
        background-color: #f9f9f9;
        color: #3d3d3b;
    }

    .snip1423.gri {
        background-color: #3d3d3b;
        color: #fff;
    }

    .snip1423 * {
        -webkit-box-sizing: padding-box;
        box-sizing: padding-box;
        -webkit-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out;
    }

    .snip1423 img {
        max-width: 100%;
        width: 100%;
        height: 185px;
        vertical-align: top;
        position: relative;
    }

    .snip1423 figcaption {
        padding: 20px 0;
    }

    .snip1423 h3, .snip1423 p {
        margin: 0;
    }

    .snip1423 h3 {
        font-size: 12px;
        font-family: 'Montserrat', sans-serif;
        color: #3d3d3b;
        line-height: 1.6;
        font-weight: 600;
    }

    .snip1423 p {
        font-family: 'Montserrat', sans-serif;
        font-size: 14px;
        color: #3d3d3b;
        font-weight: 300;
        margin: 10px auto;
        overflow: hidden; /* taşanları gizle */
        white-space: nowrap; /* alt satıra hiç inme */
        text-overflow: ellipsis; /* eğer uzunsa üç nokta koy */
    }

    .snip1423 .priceg {
        padding: 10px 0;
        font-size: 12px;
        background: #2a4f7b;
        color: #fff;
        text-align: center;
        border-radius: 0;
        line-height: normal;
        text-transform: none !important;
        position: relative;
        overflow: hidden;
        display: block;
        white-space: nowrap;
        border: 1px solid #2a4f7b;
        cursor: pointer;
        margin: 15px auto;
        -webkit-transition: all .75s;
        transition: all .75s;
    }

    .snip1423:hover .priceg {
        background: #fff;
        border: 1px solid #2a4f7b;
        color: #2a4f7b !important;
    }

    .snip1423 i {
        position: absolute;
        bottom: 0;
        left: 50%;
        -webkit-transform: translate(-50%, 50%);
        transform: translate(-50%, 50%);
        width: 56px;
        line-height: 56px;
        text-align: center;
        border-radius: 50%;
        background-color: #666;
        color: #fff;
        font-size: 1.6em;
        border: 4px solid #fff;
    }

    .snip1423 a {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 1;
    }

    .snip1423:hover, .snip1423.hover {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
    }

        .snip1423:hover i, .snip1423.hover i {
            background-color: #2980b9;
        }

.snip1200 {
    position: relative;
    overflow: hidden;
    background: #2a4f7b;
    color: #fff;
    text-align: center;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}

    .snip1200 * {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-transition: all 0.45s ease-in-out;
        transition: all 0.45s ease-in-out;
        font-size: 11px;
        color: #fff;
    }

    .snip1200 img {
        max-width: 100%;
        vertical-align: top;
        width: 100%;
        height: 250px;
        min-height: 250px;
        position: relative;
        opacity: .8;
    }

    .snip1200 figcaption {
        position: absolute;
        top: 45%;
        left: 7%;
        right: 7%;
        bottom: 45%;
        border: 1px solid white;
        border-width: 1px 1px 0;
    }

    .snip1200 .heading {
        overflow: hidden;
        -webkit-transform: translateY(50%);
        transform: translateY(50%);
        position: absolute;
        bottom: 0;
        width: 100%;
    }

    .snip1200 h2 {
        display: table;
        margin: 0 auto;
        padding: 0 10px;
        position: relative;
        text-align: center;
        width: auto;
        font-size: 17px;
        font-weight: bold;
        font-family: 'Poppins',sans-serif;
    }

        .snip1200 h2:before, .snip1200 h2:after {
            position: absolute;
            display: block;
            width: 1000%;
            height: 1px;
            content: '';
            background: white;
            top: 50%;
        }

        .snip1200 h2:before {
            left: -1000%;
        }

        .snip1200 h2:after {
            right: -1000%;
        }

    .snip1200 h3 {
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        position: absolute;
        width: 100%;
        padding: 0 20px;
        margin: 0;
        opacity: 0;
        line-height: 1.6em;
        font-size: 11px;
    }

    .snip1200 a {
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        position: absolute;
        z-index: 1;
    }

    .snip1200:hover img, .snip1200.hover img {
        opacity: 0.25;
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

    .snip1200:hover figcaption, .snip1200.hover figcaption {
        top: 7%;
        bottom: 7%;
    }

    .snip1200:hover h3, .snip1200.hover h3 {
        opacity: 1;
        -webkit-transition-delay: 0.35s;
        transition-delay: 0.35s;
    }

.snip1137 {
    position: relative;
    background: #22306e;
    text-align: left;
    cursor: pointer;
}

.autoplaypratik {
    position: relative;
    padding: 3% 1%;
    text-align: center;
}

    .autoplaypratik h1 {
        font-weight: bold;
        font-size: 14px;
        font-family: 'Poppins',sans-serif;
        color: #3d3d3b;
        margin: 0;
    }

    .autoplaypratik h2 {
        font-family: 'Poppins',sans-serif;
        font-size: 14px;
        color: #3d3d3b;
        font-weight: 300;
        margin: 0;
        height: 45px;
    }

    .autoplaypratik .slick-slide > .urunresim > img {
        width: 100%;
    }

    .autoplaypratik .urunresimarea {
        background-color: #f9f9f9;
        padding: 25px 10px 0;
    }

    .autoplaypratik .item {
        position: relative;
    }

        .autoplaypratik .item .image-layer {
            position: absolute;
            left: 0;
            top: 100%;
            width: 100%;
            height: 100%;
            background: linear-gradient(to bottom, rgba(0, 0, 0, .5) 25%,rgba(0, 0, 0, 0.5) 25%,rgb(0, 175, 218) 75%,rgb(0, 175, 218) 100%);
            z-index: 1;
            opacity: 1;
            transition: 0.4s;
            padding: 30px 20px;
        }

        .autoplaypratik .item:hover .image-layer {
            position: absolute;
            left: 0;
            top: 0;
            transition: 0.4s;
        }

            .autoplaypratik .item:hover .image-layer div {
                position: absolute;
                width: 100%;
                bottom: 0;
                left: 0;
            }

.snip1137 * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.35s cubic-bezier(0.25, 0.5, 0.5, 0.9);
    transition: all 0.35s cubic-bezier(0.25, 0.5, 0.5, 0.9);
}

.snip1137 img {
    max-width: 100%;
    width: 100%;
    vertical-align: top;
    position: relative;
    height: 225px;
    min-height: 225px;
}

.snip1137 figcaption {
    position: relative;
    background-color: #fff;
    padding: 30px 20px;
}

.snip1137 h3 {
    font-size: 14px;
    margin: 0 0 10px;
}

    .snip1137 h3 span {
        font-weight: 600;
    }

.snip1137 h2 {
    font-size: 0.8em;
    font-weight: 500;
    text-align: left;
    margin: 0;
    line-height: 1.6em;
}

.snip1137 .icons {
    position: absolute;
    top: 25px;
    left: 25px;
}

.snip1137 i {
    margin-right: 5px;
    display: inline-block;
    font-size: 28px;
    color: #3d3d3b000;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: white;
    opacity: 0;
    -webkit-transform: rotateX(90deg);
    transform: rotateX(90deg);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
}

.snip1137 a {
    opacity: 0.8;
}

    .snip1137 a:hover {
        opacity: 1;
    }

.snip1137.blue {
    background: #700877;
    background: -moz-linear-gradient(90deg, #700877 0%, #ff2759 100%, #ff2759 100%);
    background: -webkit-linear-gradient(90deg, #700877 0%, #ff2759 100%, #ff2759 100%);
    background: linear-gradient(90deg, #700877 0%, #ff2759 100%, #ff2759 100%);
}

    .snip1137.blue i {
        color: #22306e;
    }

.snip1137.aktif figcaption {
    background: #700877;
    background: -moz-linear-gradient(90deg, #700877 0%, #ff2759 100%, #ff2759 100%);
    background: -webkit-linear-gradient(90deg, #700877 0%, #ff2759 100%, #ff2759 100%);
    background: linear-gradient(90deg, #700877 0%, #ff2759 100%, #ff2759 100%);
}

.snip1137.aktif h3 span, .snip1137.aktif h2 {
    color: #fff;
}

.snip1137:hover img, .snip1137.hover img {
    opacity: 0.3;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.snip1137:hover i, .snip1137.hover i {
    opacity: 1;
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
}

.snip1137:hover a:first-child i, .snip1137.hover a:first-child i {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.snip1137:hover a:nth-child(2) i, .snip1137.hover a:nth-child(2) i {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.snip1137:hover a:nth-child(3) i, .snip1137.hover a:nth-child(3) i {
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

.snip1360 {
    position: relative;
    overflow: hidden;
    color: #141414;
    text-align: left;
    line-height: 1.4em;
    font-size: 16px;
    background-color: #fff;
}

    .snip1360 * {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-transition: all 0.25s ease;
        transition: all 0.25s ease;
    }

    .snip1360 .item {
        border-radius: 5px;
        margin: 5px;
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
        position: relative;
        overflow: hidden;
    }

    .snip1360 img {
        max-width: 100%;
        vertical-align: top;
        width: 100%;
        height: 235px;
        min-height: 235px;
    }

    .snip1360 figcaption {
        width: 100%;
        background-color: #fff;
        padding: 10px 25px 50px;
        position: relative;
    }

        .snip1360 figcaption:before {
            position: absolute;
            content: '';
            z-index: 2;
            bottom: 100%;
            left: 0;
            width: 100%;
            height: 80px;
            background-image: -webkit-linear-gradient(top, transparent 0%, #fff 100%);
            background-image: linear-gradient(to bottom, transparent 0%, #fff 100%);
        }

        .snip1360 figcaption a {
            position: absolute;
            bottom: 5%;
            left: 6%;
            padding: 5px 25px;
            border-radius: 5px;
            background-color: #2a4f7b;
            color: #fff;
            font-size: 12px;
            width: auto;
            text-align: center;
            text-decoration: none;
        }

            .snip1360 figcaption a:hover {
                opacity: 1;
            }

    .snip1360 h2 {
        font-size: 14px;
        margin-bottom: 10px;
        display: inline-block;
        font-weight: 600;
        font-family: 'Poppins',sans-serif;
        margin: 0 0 10px;
        height: 30px;
    }

    .snip1360 h3 {
        font-family: 'Poppins',sans-serif;
        font-size: 12px;
        margin: 5px 0 10px 0;
        line-height: 1.6em;
        height: 80px;
        color: #3d3d3b;
    }

.snip1443 {
    position: relative;
    overflow: hidden;
    text-align: center;
    font-size: 16px;
    color: #3d3d3b;
}

    .snip1443 * {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
    }

    .snip1443 img {
        max-width: 100%;
        vertical-align: top;
        width: 100%;
        height: 250px;
        min-height: 250px;
    }

    .snip1443 figcaption {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 15px;
    }

    .snip1443 .anabaslik {
        text-align: center;
        font-size: 17px;
        padding: 10px;
        margin: 0;
        font-weight: bold;
        font-family: 'Poppins',sans-serif;
    }

    .snip1443:before {
        background: rgba(7, 39, 162, 0.75);
        content: "";
        left: 0;
        right: 0;
        bottom: 0;
        top: 100%;
        position: absolute;
        -webkit-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
    }

    .snip1443 i {
        position: absolute;
        font-size: 40px;
        color: #fff;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50px);
        transform: translate(-50%, -50px);
        opacity: 0;
    }

    .snip1443 a {
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        position: absolute;
        z-index: 1;
    }

    .snip1443:hover:before, .snip1443.hover:before {
        top: 0;
    }

    .snip1443:hover i, .snip1443.hover i {
        opacity: 1;
    }

    .snip1443:hover figcaption, .snip1443.hover figcaption {
        bottom: 0;
        background-color: #fff;
        color: #2a4f7b;
        padding: 15px;
    }

.snip1116 {
    font-family: 'Poppins',sans-serif;
    position: relative;
    float: left;
    overflow: hidden;
    width: 100%;
    background: #3d3d3b;
    color: #fff;
    text-align: center;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}

    .snip1116 * {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-transition: all 0.45s ease-in-out;
        transition: all 0.45s ease-in-out;
    }

    .snip1116 img {
        max-width: 100%;
        position: relative;
        opacity: 0.9;
    }

    .snip1116 figcaption {
        position: absolute;
        top: auto;
        bottom: 0;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        left: 10%;
        right: 10%;
        border: 1px solid rgba(255, 255, 255, 0.8);
        border-width: 1px 1px 0;
        background-color: rgba(0, 0, 0, 0.2);
    }

    .snip1116 h2 {
        padding: 15px 20px;
        margin: 0;
        font-weight: 400;
        letter-spacing: -1px;
        font-size: 20px;
    }

        .snip1116 h2 span {
            font-weight: 800;
        }

    .snip1116 .caption {
        overflow: hidden;
        -webkit-transform: translateY(50%);
        transform: translateY(50%);
        position: absolute;
        bottom: 0;
        width: 100%;
    }

    .snip1116 p {
        display: table;
        margin: 0 auto;
        padding: 0 10px;
        position: relative;
        text-align: center;
        width: auto;
        color: rgba(255, 255, 255, 0);
        font-size: 13px;
    }

        .snip1116 p:before, .snip1116 p:after {
            position: absolute;
            width: 150%;
            height: 1px;
            content: '';
            background: white;
            bottom: 50%;
            -webkit-transition: all 0.45s ease-in-out;
            transition: all 0.45s ease-in-out;
            -webkit-transition-delay: 0.35s;
            transition-delay: 0.35s;
        }

        .snip1116 p:before {
            left: -100%;
        }

        .snip1116 p:after {
            right: -100%;
        }

    .snip1116 a {
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        position: absolute;
        z-index: 0;
    }

    .snip1116:hover img, .snip1116.hover img {
        opacity: 0.35;
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

    .snip1116:hover p, .snip1116.hover p {
        opacity: 1;
        -webkit-transition-delay: 0.35s;
        transition-delay: 0.35s;
        color: #fff;
    }

        .snip1116:hover p:before, .snip1116.hover p:before, .snip1116:hover p:after, .snip1116.hover p:after {
            -webkit-transition-delay: 0s;
            transition-delay: 0s;
        }

        .snip1116:hover p:before, .snip1116.hover p:before {
            left: -150%;
        }

        .snip1116:hover p:after, .snip1116.hover p:after {
            right: -150%;
        }

.referanslar .referances_area {
    position: relative;
    padding: 1px;
    height: 25vh;
    margin: 15px;
}

    .referanslar .referances_area > .in {
        height: calc(100%);
    }

        .referanslar .referances_area > .in > .ig {
            position: relative;
            border: 1px solid #d5d5d5;
            padding: 22px 20px;
            /*background-color: #fbfbfc;*/
            width: 100%;
            height: 100%;
            background-repeat: no-repeat;
            background-size: contain;
            background-position: center center;
            -webkit-transition: opacity .4s ease;
            -khtml-transition: opacity .4s ease;
            -moz-transition: opacity .4s ease;
            -ms-transition: opacity .4s ease;
            -o-transition: opacity .4s ease;
            transition: opacity .4s ease;
            position: relative;
            opacity: .75;
        }

            .referanslar .referances_area > .in > .ig:hover {
                opacity: 1;
                border-color: #3d3d3b;
                -webkit-box-shadow: 0 10px 27px rgba(0,0,0,.15);
                -khtml-box-shadow: 0 10px 27px rgba(0,0,0,.15);
                -moz-box-shadow: 0 10px 27px rgba(0,0,0,.15);
                -ms-box-shadow: 0 10px 27px rgba(0,0,0,.15);
                -o-box-shadow: 0 10px 27px rgba(0,0,0,.15);
                box-shadow: 0 10px 27px rgba(0,0,0,.15;
            }

@media(max-width:767px) {
    .snip1167 {
        padding: 0;
    }

    .kat {
        padding: 15px;
    }

    .snip1578 .icons h4 {
        font-size: 10px;
    }

    .snip1493 figcaption {
        padding: 10px;
        height: 100px;
    }

    .snip1360 h2, .snip1200 h2 {
        font-size: 14px;
    }

    .snip1360 h3 {
        font-size: 12px;
    }

    .snip1200 h3, .snip1200 h3 * {
        font-size: 9px;
    }

    .snip1360 img {
        height: 175px;
        min-height: 175px;
    }
}
