﻿@import url(https://code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css);

.snip1580 {
    position: relative;
    display: inline-block;
    overflow: hidden;
    background-color: #fff;
    border-left: 1px solid #e5e5e5;
}

    .snip1580:nth-child(n+4) {
        border-top: 1px solid #e5e5e5;
        border-bottom: 1px solid #e5e5e5;
    }

    .snip1580 * {
        -webkit-transition: all 0.35s;
        transition: all 0.35s;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .snip1580 img {
        max-width: 100%;
        vertical-align: top;
    }

    .snip1580 figcaption {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        padding: 20px;
    }

    .snip1580 h3 {
        font-size: 14px;
        font-family: 'Poppins', sans-serif;
        letter-spacing: .1875rem;
        /*font-weight: bold;*/
        line-height: 1.4;
        margin: 3px 0;
    }

    .snip1580 h5 {
        font-size: 14px;
        line-height: 18px;
        font-weight: bold;
        letter-spacing: 0.25em;
        font-family: 'Poppins', sans-serif;
        color: #000;
    }

    .snip1580 a {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
    }

    .snip1580:hover figcaption,
    .snip1580.hover figcaption {
        top: 20px;
        left: 20px;
        right: 20px;
        bottom: 20px;
        background-color: rgba(0, 0, 0, 0.75);
    }

    .snip1580:hover h3,
    .snip1580.hover h3,
    .snip1580:hover h5,
    .snip1580.hover h5 {
        color: #fff;
    }

    .snip1580 .client_image {
        height: 50vh;
    }

        .snip1580 .client_image .in {
            height: calc(100%);
        }

            .snip1580 .client_image .in .ig {
                position: relative;
                width: 100%;
                height: 100%;
                background-repeat: no-repeat;
                background-size: cover;
                background-position: center center;
                background-color: #fff;
            }

.snip1208 {
    position: relative;
    text-align: left;
    padding: 0 15px;
    cursor: pointer;
}

    .snip1208 * {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-transition: all 0.2s ease;
        transition: all 0.2s ease;
    }

    .snip1208 img {
        max-width: 100%;
        width: 100%;
        min-height: 270px;
        height: 270px;
        vertical-align: top;
        -webkit-transform-origin: 50% 100%;
        transform-origin: 50% 100%;
        -webkit-transition: all 0.4s ease;
        transition: all 0.4s ease;
    }

    .snip1208 figcaption {
        position: relative;
        background-color: #fff;
    }

        .snip1208 figcaption .kat_title {
            position: relative;
            text-align: right;
        }

    .snip1208 .date,
    .snip1208 i {
        background-color: #02283d;
        top: 25px;
        color: #fff;
        right: 25px;
        min-height: 60px;
        min-width: 60px;
        position: absolute;
        text-align: center;
    }

    .snip1208 .date {
        -webkit-transition-delay: 0.2s;
        transition-delay: 0.2s;
        font-size: 18px;
        font-weight: 700;
    }

        .snip1208 .date span {
            display: block;
            line-height: 30px;
        }

        .snip1208 .date .month {
            font-size: 12px;
            background-color: rgba(0, 0, 0, 0.1);
        }

    .snip1208 i {
        line-height: 60px;
        font-size: 30px;
        -webkit-transform: rotateY(-90deg);
        transform: rotateY(-90deg);
        -webkit-transition-delay: 0s;
        transition-delay: 0s;
    }

    .snip1208 h3 {
        position: relative;
        font-size: 18px;
        font-weight: 600;
        line-height: 1.2;
        color: #212122;
        text-align: left;
    }

    .snip1208 h4 {
        font-weight: 400;
        font-size: 13px;
        position: relative;
        color: #818181;
        overflow: hidden;
        white-space: nowrap;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        text-align: left;
    }

    .snip1208 .button_area {
        padding: 10px 0;
        font-size: 12px;
        background: #005aab;
        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 #005aab;
        cursor: pointer;
        margin: 15px auto;
        -webkit-transition: all .75s;
        transition: all .75s;
    }

        .snip1208:hover .button_area {
            background: #fff;
            border: 1px solid #005aab;
            color: #005aab !important;
        }

    .snip1208 a {
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        position: absolute;
        z-index: 1;
    }

    .snip1208:hover .date,
    .snip1208.hover .date {
        -webkit-transform: rotateY(90deg);
        transform: rotateY(90deg);
        -webkit-transition-delay: 0s;
        transition-delay: 0s;
    }

    .snip1208:hover i,
    .snip1208.hover i {
        -webkit-transform: rotateY(0);
        transform: rotateY(0);
        -webkit-transition-delay: 0.2s;
        transition-delay: 0.2s;
    }

    .snip1208:hover button,
    .snip1208.hover button {
        background-color: #000;
    }

.snip_hvr {
    position: relative;
    float: left;
    overflow: hidden;
    width: 100%;
    background: #000;
    color: #fff;
}

    .snip_hvr .caption {
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .snip_hvr .caption h1 {
            margin: 0;
            font-size: 75px;
        }

        .snip_hvr .caption .sol {
            text-align: left;
        }

            .snip_hvr .caption .sol h3,
            .snip_hvr .caption .sol h4 {
                font-size: 30px;
                letter-spacing: -2px;
                color: #FFEB3B;
                margin: 0;
            }

            .snip_hvr .caption .sol h4 {
                color: #fff;
            }

    .snip_hvr * {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .snip_hvr img {
        max-width: 100%;
        opacity: 1;
        width: 100%;
        -webkit-transition: opacity 0.35s;
        transition: opacity 0.35s;
    }

    .snip_hvr figcaption {
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        left: 50%;
        position: absolute;
        top: 50%;
        margin: 0 auto;
        text-align: center;
    }


    .snip_hvr h2,
    .snip_hvr p {
        margin: 0 0 5px;
        opacity: 0;
        -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
        transition: opacity 0.35s,-webkit-transform 0.35s,-moz-transform 0.35s,-o-transform 0.35s,transform 0.35s;
    }

    .snip_hvr h2 {
        font-size: 12px;
        position: relative;
        margin: 10px auto;
        font-weight: normal;
        -webkit-transform: translate3d(30%, 0%, 0);
        transform: translate3d(30%, 0%, 0);
        -webkit-transition-delay: 0.3s;
        transition-delay: 0.3s;
    }

    .snip_hvr p {
        font-weight: 200;
        -webkit-transform: translate3d(0%, 30%, 0);
        transform: translate3d(0%, 30%, 0);
        -webkit-transition-delay: 0s;
        transition-delay: 0s;
    }

    .snip_hvr a {
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        position: absolute;
        color: #ffffff;
    }

    .snip_hvr:hover img,
    .snip_hvr.hover img {
        opacity: 0.7;
    }

    .snip_hvr:hover figcaption h2,
    .snip_hvr.hover figcaption h2 {
        opacity: 1;
        -webkit-transform: translate3d(0%, 0%, 0);
        transform: translate3d(0%, 0%, 0);
        -webkit-transition-delay: 0.4s;
        transition-delay: 0.4s;
    }

    .snip_hvr:hover figcaption p,
    .snip_hvr.hover figcaption p {
        opacity: 1;
        color: #fff;
        -webkit-transform: translate3d(0%, 0%, 0);
        transform: translate3d(0%, 0%, 0);
        -webkit-transition-delay: 0.6s;
        transition-delay: 0.6s;
    }

    .snip_hvr:hover figcaption::before,
    .snip_hvr.hover figcaption::before {
        background: rgba(255, 255, 255, 0);
        left: 30px;
        opacity: 1;
        -webkit-transition-delay: 0s;
        transition-delay: 0s;
    }

.collection {
    position: relative;
    margin: 0 0 30px;
    padding: 0;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}

    .collection:before {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        opacity: 0;
        -webkit-transition: transform 0.3s ease-out,opacity 0.3s ease-out;
        -moz-transition: transform 0.3s ease-out,opacity 0.3s ease-out;
        -ms-transition: transform 0.3s ease-out,opacity 0.3s ease-out;
        -o-transition: transform 0.3s ease-out,opacity 0.3s ease-out;
        transition: transform 0.3s ease-out,opacity 0.3s ease-out;
        -webkit-transform: translateY(-30px) scaleY(0.3);
        -ms-transform: translateY(-30px) scaleY(0.3);
        transform: translateY(-30px) scaleY(0.3);
        -webkit-transform-origin: bottom;
        -moz-transform-origin: bottom;
        transform-origin: bottom;
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
        width: 100%;
        height: 100%;
        background-color: #000;
    }

    .collection img {
        display: block;
        width: 100%;
        height: auto;
    }

    .collection img, .collection svg {
        -webkit-transform: translateZ(0);
        -ms-transform: translateZ(0);
        transform: translateZ(0);
        position: relative;
        z-index: 0;
    }

.collection-title {
    font-size: 12px;
    -webkit-transition: transform 0.3s ease-out,background-color 0.3s ease-out;
    -moz-transition: transform 0.3s ease-out,background-color 0.3s ease-out;
    -ms-transition: transform 0.3s ease-out,background-color 0.3s ease-out;
    -o-transition: transform 0.3s ease-out,background-color 0.3s ease-out;
    transition: transform 0.3s ease-out,background-color 0.3s ease-out;
    position: absolute;
    bottom: 30px;
    left: 0;
    z-index: 2;
    width: 100%;
    margin: 0;
    padding: 20px 10px 20px 0;
    background-color: rgba(0,0,0,0.4);
    font-family: "Montseratt",sans-serif;
    text-align: right;
    color: #fff;
}

.collection-description {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    padding: 55px 40px 30px 55px;
    color: #fff;
}

    .collection-description:before {
        -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
        transform: scale(1, 0);
        top: 15px;
        left: 30px;
        width: 1px;
        height: 60px;
    }

    .collection-description:before, .collection-description:after {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        opacity: 0;
        -webkit-transition: transform 0.3s ease-out 0.4s,opacity 0.2s ease-out 0.3s;
        -moz-transition: transform 0.3s ease-out 0.4s,opacity 0.2s ease-out 0.3s;
        -ms-transition: transform 0.3s ease-out 0.4s,opacity 0.2s ease-out 0.3s;
        -o-transition: transform 0.3s ease-out 0.4s,opacity 0.2s ease-out 0.3s;
        transition: transform 0.3s ease-out 0.4s,opacity 0.2s ease-out 0.3s;
        -webkit-transform-origin: 0 0;
        -moz-transform-origin: 0 0;
        transform-origin: 0 0;
        content: '';
        position: absolute;
        display: block;
        background-color: #fff;
    }

    .collection-description:after {
        -webkit-transform: scale(0, 1);
        -ms-transform: scale(0, 1);
        transform: scale(0, 1);
        top: 30px;
        left: 15px;
        width: 60px;
        height: 1px;
    }

    .collection-description p {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        opacity: 0;
        -webkit-transition: transform 0.2s ease-out 0.3s,opacity 0.2s linear 0.3s;
        -moz-transition: transform 0.2s ease-out 0.3s,opacity 0.2s linear 0.3s;
        -ms-transition: transform 0.2s ease-out 0.3s,opacity 0.2s linear 0.3s;
        -o-transition: transform 0.2s ease-out 0.3s,opacity 0.2s linear 0.3s;
        transition: transform 0.2s ease-out 0.3s,opacity 0.2s linear 0.3s;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px);
        margin: 0;
    }

.link--overlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    text-indent: -9999px;
}

.collection:hover:before {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    filter: alpha(opacity=40);
    opacity: 0.4;
    -webkit-transform: translateY(0) scaleY(1);
    -ms-transform: translateY(0) scaleY(1);
    transform: translateY(0) scaleY(1);
}

.collection:hover .collection-title {
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    background-color: transparent;
}

.collection:hover .collection-description:before, .collection:hover .collection-description:after {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
}

.collection:hover .collection-description p {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.snip0078 {
    position: relative;
    margin: 5px;
    margin-bottom: 10%;
    min-width: 220px;
    max-width: 355px;
    max-height: 200px;
    float: left;
}

    .snip0078 * {
        -webkit-box-sizing: padding-box;
        box-sizing: padding-box;
    }

    .snip0078 img {
        opacity: 1;
        max-width: 100%;
        border: 9px solid #000000;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
    }

    .snip0078 figcaption {
        bottom: -25%;
        width: 100%;
        right: 0;
        margin: 0 auto;
        position: relative;
        background: #000000;
        padding: 20px;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
        -webkit-transform: translateY(0);
        transform: translateY(0);
        box-shadow: 0 0px 10px -10px #000000;
    }

        .snip0078 figcaption h2,
        .snip0078 figcaption p {
            margin: 0;
            color: #000;
        }

        .snip0078 figcaption h2 {
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 15px;
            overflow: hidden; /* taşanları gizle */
            white-space: nowrap; /* alt satıra hiç inme */
            text-overflow: ellipsis; /* eğer uzunsa üç nokta koy */
        }

            .snip0078 figcaption h2 span {
                font-weight: 800;
            }

        .snip0078 figcaption p {
            font-size: 10px;
            font-weight: 500;
            opacity: 0.65;
            max-height: 4em;
            overflow: hidden;
        }

    .snip0078 a {
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        position: absolute;
        z-index: 1;
    }
    .snip0078.blue figcaption {
        background: #1b557a;
    }

    .snip0078.blue img {
        border: 10px solid #1b557a;
    }

    .snip0078.red figcaption {
        background: #fff;
        overflow: hidden;
        max-height: 90px;
        min-height: 90px;
    }

    .snip0078.red img {
        width: 100%;
        min-height: 200px;
        height: 200px;
        border: 10px solid #fbfbfb;
    }

    .snip0078.red figcaption img {
        display: none;
        visibility: hidden;
    }

    .snip0078.yellow figcaption {
        background: #a85913;
    }

    .snip0078.yellow img {
        border: 10px solid #a85913;
    }

    .snip0078:hover.red {
        -webkit-transform: translateY(-8px);
        transform: translateY(-5px);
        transition: transform 330ms ease-in-out;
        box-shadow: 0 15px 15px 1px #777;
    }


@media (max-width:767px) {
    .snip1208 h3 {
        font-size: small;
    }

    .snip1580 .client_image {
        height: 25vh;
    }

    .snip1208 figcaption {
        width: 100%;
    }

    .snip_hvr .caption h1 {
        font-size: large;
    }

    .snip0078 {
        margin-bottom: 15%;
    }

    .snip1580 {
        border-top: 1px solid #e5e5e5;
        border-left: none;
    }

        .snip1580:nth-child(n+4) {
            border-bottom: none;
        }
}


@media screen and (max-width: 737px) {
    .snip0078 {
        max-width: 300px;
    }
}

@media screen and (max-width: 500px) {
    .snip0078 {
        max-width: 100%;
        min-width: 100%;
        padding-right: 20px;
    }
}