﻿.yazi30 {
    width: 97%;
    margin: 20px auto;
    padding: 30px 0;
    position: relative;
    background-color: #f8f8f8;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    background-blend-mode: overlay;
}

.two {
    position: relative;
    width: 97%;
    margin: 20px auto;
    background-color: #fff;
}

    .two > div {
        padding: 0;
    }

.yazi30 > div > div {
    display: flex;
    align-items: center;
    justify-content: center;
}

    .yazi30 > div > div > .text_orta {
        padding: 0 5%;
    }

        .yazi30 > div > div > .text_orta > h1 {
            font-size: 2.5em;
            line-height: normal;
        }

    .yazi30 > div > div > div {
        display: block;
    }

        .yazi30 > div > div > div > h1 {
            margin-top: 10px;
            font-family: 'Muli', sans-serif;
            font-size: 2em;
            line-height: 26px;
        }

        .yazi30 > div > div > div > h2 {
            font-family: 'Muli', sans-serif;
            font-weight: 400;
            line-height: 2em;
            font-size: 14px;
            color: #000;
        }

.pr {
    padding-right: 7.5px;
}

.pl {
    padding-left: 7.5px;
}

.pr15 {
    padding-right: 8px;
}

.pl15 {
    padding-left: 8px;
}

.pb {
    padding-bottom: 15px;
}

.right {
    float: right;
}

    .right .snip1442 {
        height: 92.4vh;
    }

.single .snip1442 {
    height: 45vh;
}

@media (max-width:991px) {
    .right {
        float: none;
    }

    .yazi30,
    .two {
        width: 93%;
    }

        .two > div > div > div {
            padding: 0;
            margin-bottom: 15px;
        }

        .yazi30 > div > div {
            display: block;
            align-items: center;
            justify-content: center;
        }

            .yazi30 > div > div > .text_orta > h1, .yazi30 > div > div > .text_orta > h2,
            .yazi30 > div > div > .text_orta > h1 *, .yazi30 > div > div > .text_orta > h2 * {
                font-size: medium !important;
            }

            .yazi30 > div > div > div {
                text-align: center !important;
            }

                .yazi30 > div > div > div > a > img {
                    margin: 0 auto;
                    width: 125px;
                }
}

.snip1442 {
    position: relative;
    overflow: hidden;
    color: #404040;
    text-align: left;
    font-size: 16px;
    line-height: 1.5em;
}

    .snip1442 * {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out;
    }

    .snip1442 img {
        width: 100%;
        max-width: 100%;
        vertical-align: top;
        height: 100%;
    }

    .snip1442 figcaption {
        background-color: #ffffff;
        position: absolute;
        top: 26px;
        bottom: 26px;
        left: 26px;
        right: 26px;
        padding: 10% 5%;
        display: flex;
        align-items: center;
        justify-content: center;
        opacity: 0;
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }

    .snip1442 h3 {
        margin: 25px auto;
        font-size: 2em;
        line-height: 26px;
        font-family: 'Muli', sans-serif;
        color: #000;
        font-weight: bold;
        letter-spacing: 2px;
        text-align: center;
    }

    .snip1442 p {
        font-family: 'Muli', sans-serif;
        font-weight: 400;
        line-height: 2em;
        font-size: 14px;
        color: #000;
        text-align: center;
        margin: 0 auto;
    }

    .snip1442:before,
    .snip1442:after {
        border: 1px solid rgba(255, 255, 255, 0.5);
        content: "";
        -webkit-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out;
    }

    .snip1442:before {
        position: absolute;
        top: 20px;
        bottom: 20px;
        left: 20px;
        right: 20px;
    }

    .snip1442:after {
        position: absolute;
        top: 23px;
        bottom: 23px;
        left: 23px;
        right: 23px;
    }

    .snip1442 a {
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        position: absolute;
        z-index: 1;
    }

    .snip1442:hover figcaption,
    .snip1442.hover figcaption {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
/* KURUMSAL BLOK 1 */
.landing {
    position: relative;
    width: 97%;
    margin: 0 auto;
    height: 100vh;
    overflow: hidden;
}

    .landing iframe {
        position: absolute;
        top: -60px;
        left: 0;
        width: 100%;
        height: 120%;
        z-index: 0;
    }

    .landing .overlay {
        height: 100%;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background-blend-mode: overlay;
        /*background-color: rgba(0,0,0,0.35);*/
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        align-items: center;
    }

.aksiyon1 {
    width: 100%;
    overflow: hidden;
    position: relative;
}

    .aksiyon1 > div > div > .left,
    .aksiyon1 > div > div > .right {
        height: 100vh;
        padding: 25px 0;
    }

    .aksiyon1.middle > div > div > .left {
        height: 70vh;
        padding: 20px;
    }

    .aksiyon1.middle > div > div > .right {
        height: 30vh;
        margin: -50px auto 0;
    }

    .aksiyon1.middle > .container-fluid {
        padding: 0;
    }

    .aksiyon1 > div > div > .left > .in {
        position: relative;
        overflow: hidden;
        text-align: center;
        height: calc(100%);
        z-index: 0;
    }

        .aksiyon1 > div > div > .left > .in > .first {
            position: relative;
            width: 100%;
            height: 100%;
            background-repeat: no-repeat;
            background-size: cover;
            background-position: center center;
            background-blend-mode: overlay;
            display: block;
            opacity: 1;
            width: 100%;
        }

    .aksiyon1 > div > div > .right {
        display: table;
    }

        .aksiyon1 > div > div > .right > .dtc {
            display: table-cell;
            vertical-align: middle;
            text-align: center;
        }

            .aksiyon1 > div > div > .right > .dtc > .logo-mini {
                margin: 15px auto;
                display: block;
            }

            .aksiyon1 > div > div > .right > .dtc > .x-line {
                margin-top: 15px;
                margin-bottom: 15px;
                width: 2px;
                height: 33px;
                display: inline-block;
                position: relative;
                background-color: #000;
            }

            .aksiyon1 > div > div > .right > .dtc > h1 {
                margin: 0;
                color: #666769;
                font-weight: 500;
                font-size: 52px;
                line-height: normal;
                font-family: 'Muli', sans-serif;
            }

            .aksiyon1 > div > div > .right > .dtc > h2 {
                max-width: 300px;
                margin: 0 auto;
                color: #666769;
                font-size: 18px;
                font-family: 'Muli', sans-serif;
                line-height: normal;
            }

            .aksiyon1 > div > div > .right > .dtc > h3 {
                font-family: 'Muli', sans-serif;
                font-size: 28px;
                line-height: 28px;
                color: #000;
                margin-top: 0;
                font-weight: bold;
                letter-spacing: 2px;
            }

    .aksiyon1.middle > div > div > .right > .dtc > h3 {
        margin-top: 10px;
        font-size: 2em;
        line-height: 26px;
    }

    .aksiyon1 > div > div > .right > .dtc > h4 {
        font-family: 'Muli', sans-serif;
        font-weight: 400;
        line-height: 2em;
        font-size: 14px;
        color: #000;
        text-align: center;
        margin: 0 auto;
    }

    .aksiyon1.middle > div > div > .right > .dtc > h4 {
        max-width: 720px;
    }

    .aksiyon1 > div > div > .right > .dtc > .bottom {
        position: relative;
        text-decoration: none;
    }

        .aksiyon1 > div > div > .right > .dtc > .bottom > .lire {
            font-size: 15px;
            line-height: 16px;
            height: 16px;
            display: inline-block;
            vertical-align: middle;
            letter-spacing: 1px;
            margin-right: 14px;
            text-transform: uppercase;
            position: relative;
            overflow: hidden;
            -moz-opacity: 0;
            -khtml-opacity: 0;
            -webkit-opacity: 0;
            opacity: 0;
            -webkit-transition: opacity 0.3s linear;
            -moz-transition: opacity 0.3s linear;
            -ms-transition: opacity 0.3s linear;
            -o-transition: opacity 0.3s linear;
            transition: opacity 0.3s linear;
            color: #000;
        }

        .aksiyon1 > div > div > .right > .dtc > .bottom > .arrow {
            -webkit-transform: translate3d(-40px, 0, 0);
            -moz-transform: translate3d(-40px, 0, 0);
            -ms-transform: translate3d(-40px, 0, 0);
            -o-transform: translate3d(-40px, 0, 0);
            transform: translate3d(-40px, 0, 0);
            margin-top: 10px;
            padding: 10px 0;
            -webkit-transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
            -moz-transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
            -ms-transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
            -o-transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
            transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
            display: inline-block;
        }

    .aksiyon1 > div > div > .right > .dtc:hover > .bottom > .lire {
        -moz-opacity: 1;
        -khtml-opacity: 1;
        -webkit-opacity: 1;
        opacity: 1;
    }

    .aksiyon1 > div > div > .right > .dtc:hover > .bottom > .arrow {
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    .aksiyon1 > div > div > .right > .dtc > .bottom > .arrow:before {
        content: ' ';
        display: inline-block;
        vertical-align: middle;
        height: 1px;
        width: 17px;
        background: #000;
    }

    .aksiyon1 > div > div > .right > .dtc > .bottom > .arrow:after {
        content: ' ';
        display: inline-block;
        vertical-align: middle;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 2.5px 0 2.5px 5px;
        border-color: transparent transparent transparent #000;
    }

    .aksiyon1 > div > div > .left > .in * {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-transition: all 0.6s ease;
        transition: all 0.6s ease;
    }

    .aksiyon1 > div > div > .left > .in:after,
    .aksiyon1 > div > div > .left > .in:before {
        background: #feeca1;
        width: 250%;
        height: 200%;
        position: absolute;
        content: '';
        opacity: 0.5;
        -webkit-transition: all 0.55s ease-in-out;
        transition: all 0.55s ease-in-out;
        z-index: 1;
    }

    .aksiyon1 > div > div > .left > .in:after {
        top: 0;
        left: 0;
        -webkit-transform: skew(-45deg) translateX(-180%);
        transform: skew(-45deg) translateX(-180%);
    }

    .aksiyon1 > div > div > .left > .in:before {
        right: 0;
        bottom: 0;
        -webkit-transform: skew(-45deg) translateX(180%);
        transform: skew(-45deg) translateX(180%);
    }

    .aksiyon1 > div > div > .left > .in > figcaption {
        position: absolute;
        top: 50%;
        left: 0;
        width: 100%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        z-index: 2;
    }

        .aksiyon1 > div > div > .left > .in > figcaption > h1,
        .aksiyon1 > div > div > .left > .in > figcaption > h2 {
            width: 100%;
            opacity: 0;
        }

        .aksiyon1 > div > div > .left > .in > figcaption > h1 {
            font-family: 'Muli', sans-serif;
            color: #000;
            font-weight: bold;
            letter-spacing: 2px;
            font-size: 2em;
            line-height: 26px;
        }

        .aksiyon1 > div > div > .left > .in > figcaption > h2 {
            font-family: 'Muli', sans-serif;
            font-weight: 400;
            line-height: 2em;
            font-size: 14px;
            color: #000;
            text-align: center;
            margin: 0 auto;
        }

    .aksiyon1 > div > div > .left > .in > a {
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        position: absolute;
        z-index: 2;
    }

    .aksiyon1 > div > div > .left > .in:hover .first {
        -webkit-filter: grayscale(100%);
        filter: grayscale(100%);
    }

    .aksiyon1 > div > div > .left > .in:hover:after {
        -webkit-transform: skew(-45deg) translateX(-50%);
        transform: skew(-45deg) translateX(-50%);
    }

    .aksiyon1 > div > div > .left > .in:hover:before {
        -webkit-transform: skew(-45deg) translateX(50%);
        transform: skew(-45deg) translateX(50%);
    }

    .aksiyon1 > div > div > .left > .in:hover > figcaption > h1,
    .aksiyon1 > div > div > .left > .in:hover > figcaption > h2 {
        -webkit-transition-delay: 0.2s;
        transition-delay: 0.2s;
    }

    .aksiyon1 > div > div > .left > .in:hover > figcaption > h1 {
        opacity: 1;
    }

    .aksiyon1 > div > div > .left > .in:hover > figcaption > h2 {
        opacity: 0.7;
    }
/* KURUMSAL BLOK 1 */
/* VİTRİN */
.vitrin_block .item {
    padding: 5px;
}

.item > .listing {
    background-color: #fff;
    position: relative;
    margin-bottom: 30px;
}


    .item > .listing > .urunresim {
        position: relative;
    }

        .item > .listing > .urunresim > img {
            margin: 0 auto;
        }

    .item > .listing > .urunresimarea {
        padding: 25px 20px 20px;
        position: relative;
    }

        .item > .listing > .urunresimarea > h1 {
            position: relative;
            font-size: 18px;
            font-weight: 600;
            line-height: 1.2;
            color: #000;
            text-align: center;
        }

        .item > .listing > .urunresimarea > h2,
        .item > .listing > .urunresimarea > h2 > a {
            font-family: 'Muli', sans-serif;
            font-weight: 400;
            line-height: 2em;
            font-size: 14px;
            color: #000;
            position: relative;
            overflow: hidden;
            white-space: nowrap;
            -o-text-overflow: ellipsis;
            text-overflow: ellipsis;
            text-align: center;
        }

            .item > .listing > .urunresimarea > h2 > i {
                margin-right: 5px;
                width: 15px;
                text-align: center;
                color: #4284fc;
            }

        .item > .listing > .urunresimarea > a.explore:hover {
            background: #feeca1;
            border: 1px solid #000;
            color: #000 !important;
        }

        .item > .listing > .urunresimarea > a.explore {
            padding: 10px 0;
            font-size: 12px;
            background: #fff;
            color: #000;
            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 #feeca1;
            cursor: pointer;
            margin: 15px auto;
            -webkit-transition: all .75s;
            transition: all .75s;
        }

.snip0040 {
    border: none;
    background-color: #000;
    border-radius: 5px;
    color: #ffffff;
    cursor: pointer;
    padding: 10px 60px;
    display: inline-block;
    margin: 25px auto;
    line-height: 1.5em;
    font-weight: 500;
    font-size: 12px;
    outline: none;
    position: relative;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

    .snip0040 span {
        display: inline-block;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }

    .snip0040 i {
        font-size: 20px;
        left: 15px;
        position: absolute;
        opacity: 0;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
        -webkit-transition-delay: 0s;
        transition-delay: 0s;
    }

    .snip0040:before {
        content: '';
        top: 0;
        left: 0;
        width: 0;
        position: absolute;
        height: 100%;
        background: rgba(255, 255, 255, 0.2);
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
        -webkit-transition-delay: 0.15s;
        transition-delay: 0.15s;
    }

    .snip0040:hover {
        background-color: #feeca1;
        color: #fff;
    }

        .snip0040:hover span,
        .snip0040.hover span {
            -webkit-transform: translate3d(20px, 0px, 0px);
            transform: translate3d(20px, 0px, 0px);
            opacity: 1;
        }

        .snip0040:hover i,
        .snip0040.hover i {
            opacity: 1;
            -webkit-transition-delay: 0.15s;
            transition-delay: 0.15s;
        }

        .snip0040:hover:before,
        .snip0040.hover:before {
            width: 44px;
            -webkit-transition-delay: 0s;
            transition-delay: 0s;
        }

    .snip0040:active:before {
        background: rgba(255, 255, 255, 0.3);
    }
/* VİTRİN */
/* BLOCK */
.serit4 {
    position: relative;
    width: 100%;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-blend-mode: overlay;
    margin: 15px auto 25px;
}

    .serit4 > div > div {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        align-items: center;
        justify-content: center;
    }

        .serit4 > div > div > div {
            padding: 5px;
        }

        .serit4 > div > div > .left-section {
            height: 75vh;
            overflow: hidden;
        }

        .serit4 > div > div > .right-section {
            padding: 1% 5%;
            overflow: hidden;
            text-align: center;
        }

        .serit4 > div > div > .left-section > .inset {
            height: calc(100%);
        }

            .serit4 > div > div > .left-section > .inset > .ig {
                position: relative;
                display: block;
                width: 100%;
                height: 100%;
                background-repeat: no-repeat;
                background-size: cover;
                background-position: center center;
                background-blend-mode: overlay;
                /*background-color: rgba(0, 0, 0, 0.29);*/
            }

        .serit4 > div > div > .right-section > h1 {
            margin-top: 10px;
            font-size: 2em;
            line-height: 26px;
            font-family: 'Muli', sans-serif;
            color: #000;
            font-weight: bold;
            letter-spacing: 2px;
        }

        .serit4 > div > div > .right-section > h2 {
            font-family: 'Muli', sans-serif;
            font-weight: 400;
            line-height: 2em;
            font-size: 14px;
            color: #000;
            text-align: center;
        }

@media (max-width: 767px) {
    .serit4 {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

        .serit4 > div > div {
            display: block;
        }

            .serit4 > div > div > .right-section > h1,
            .serit4 > div > div > .right-section > h1 * {
                font-size: medium !important;
            }

            .serit4 > div > div > .right-section > h2,
            .serit4 > div > div > .right-section > h2 * {
                font-size: small !important;
            }
}

.video11 {
    position: relative;
    display: block;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-blend-mode: overlay;
    background-color: #2c3e50;
}

    .video11 > div > div {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        align-items: center;
        justify-content: center;
    }

        .video11 > div > div > div {
            padding: 0;
        }

            .video11 > div > div > div > .image {
                height: 50vh;
            }

                .video11 > div > div > div > .image > .image_in {
                    height: calc(100%);
                }

                    .video11 > div > div > div > .image > .image_in > .ig {
                        position: relative;
                        width: 100%;
                        height: 100%;
                        background-repeat: no-repeat;
                        background-size: cover;
                        background-position: center center;
                        background-blend-mode: overlay;
                        background-color: rgba(0, 0, 0, 0.4);
                        display: block;
                    }

                        .video11 > div > div > div > .image > .image_in > .ig.first {
                            background-image: url('http://apiv2.akilliwebpaketi.com/images/videoimage11.jpg');
                        }


            .video11 > div > div > div > .in {
                position: absolute;
                display: -webkit-flex;
                display: -moz-flex;
                display: -ms-flex;
                display: -o-flex;
                align-items: center;
                justify-content: center;
                left: 50%;
                right: auto;
                top: 0;
                bottom: 0;
            }

                .video11 > div > div > div > .in.bottom {
                    position: relative;
                    left: 0;
                }


                    .video11 > div > div > div > .in.bottom > .write > h1 {
                        text-align: center;
                        font-family: 'Montserrat', sans-serif;
                        font-size: 24px;
                        color: #fff;
                    }

                    .video11 > div > div > div > .in.bottom > .write > h2 {
                        text-align: center;
                        font-family: 'Jura', sans-serif;
                        font-size: 21px;
                        color: #fff;
                    }

                    .video11 > div > div > div > .in.bottom > .write > h3 {
                        text-align: center;
                        font-family: 'Montserrat', sans-serif;
                        font-size: 26px;
                        color: #fff;
                    }

                    .video11 > div > div > div > .in.bottom > .write > .line {
                        width: 3%;
                        height: 2px;
                        margin: 5px auto;
                        background-color: #fff;
                        text-align: center;
                    }

                        .video11 > div > div > div > .in.bottom > .write > .line.long {
                            width: 6%;
                            height: 2px;
                            margin: 5px auto;
                            background-color: #fff;
                            text-align: center;
                        }

                .video11 > div > div > div > .in > .write > .text_video {
                    display: inline-block;
                }

                    .video11 > div > div > div > .in > .write > .text_video > a {
                        color: #fff;
                        font-size: 24px;
                        border: 2px solid #ffffff75;
                        background-color: #eaeaeaa3;
                        padding: 10px 16px;
                        border-radius: 50%;
                        text-align: center;
                        cursor: pointer;
                    }


    /*VİDEO*/
    .video11 > .modal {
        text-align: center;
    }

        .video11 > .modal.in > .modal-dialog {
            position: fixed;
            top: 50%;
            left: 50%;
            -moz-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .video11 > .modal.videoModal > .modal-dialog {
            max-width: 940px;
            width: 100%;
        }

        .video11 > .modal > .modal-dialog {
            width: 100%;
            display: inline-block;
            margin: 0;
            padding: 0;
        }

            .video11 > .modal > .modal-dialog > .modal-content {
                -moz-border-radius: 0;
                -webkit-border-radius: 0;
                border-radius: 0;
                border: none;
                background-color: transparent;
                box-shadow: none;
                background-repeat: no-repeat;
                background-position: center;
                background-size: cover;
            }

                .video11 > .modal > .modal-dialog > .modal-content > .modal-header {
                    border: none;
                    margin: 0;
                    background-color: transparent;
                    text-align: right;
                }


                    .video11 > .modal > .modal-dialog > .modal-content > .modal-header > button {
                        display: inline-block;
                        vertical-align: middle;
                        color: #fff;
                        outline: none;
                    }

                .video11 > .modal > .modal-dialog > .modal-content > .modal-body {
                    padding: 0;
                    margin: 0 auto;
                    background-color: transparent;
                }

        .video11 > .modal.videoModal > .modal-dialog > .modal-content > .modal-body {
            margin: 0 auto;
            background-color: transparent;
            max-width: 832px;
            width: 100%;
            padding: 4px 15px 50px 15px;
        }
/*VİDEO*/
@media (max-width: 768px) {
    .video11 {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

        .video11 > div > div {
            display: block;
        }

            .video11 > div > div > div > .in.bottom > .write > h1,
            .video11 > div > div > div > .in.bottom > .write > h1 * {
                font-size: large !important;
            }

            .video11 > div > div > div > .in.bottom > .write > h2, .video11 > div > div > div > h2,
            .video11 > div > div > div > .in.bottom > .write > h2 *, .video11 > div > div > div > h2 * {
                font-size: small !important;
            }

            .video11 > div > div > div > .in.bottom > .write > h3,
            .video11 > div > div > div > .in.bottom > .write > h3 * {
                font-size: medium !important;
            }
}



.homeBanner {
    display: block;
    /*max-width: 100%;*/
    margin: 0 auto;
    padding: 0;
}

    .homeBanner .banner-box {
        width: 100%;
        float: left;
    }

        .homeBanner .banner-box.bsize-1 {
            width: 44%;
            padding: 0 7.5px;
        }

        .homeBanner .banner-box.bsize-2 {
            width: 28%;
            padding: 0 7.5px 7.5px 7.5px;
        }

            .homeBanner .banner-box.bsize-2:nth-child(1),
            .homeBanner .banner-box.bsize-2:nth-child(3) {
                padding: 0 7.5px 7.5px 7.5px;
            }

            .homeBanner .banner-box.bsize-2:nth-child(4),
            .homeBanner .banner-box.bsize-2:nth-child(5) {
                padding: 3px 7.5px 0 7.5px;
            }

        .homeBanner .banner-box.bsize-3 {
            width: 100%;
            margin-bottom: 15px;
        }

        .homeBanner .banner-box.bsize-4 {
            width: 42%;
        }

        .homeBanner .banner-box img {
            width: 100%;
        }

        .homeBanner .banner-box .banner-bg {
            display: block;
            background-size: cover;
            background-position: center;
        }

            .homeBanner .banner-box .banner-bg::after {
                content: "";
                display: block;
                padding-bottom: 65%;
            }
/**/
.mobile-full-banner-area {
    float: left;
    width: 100%;
    position: relative;
}

.main-banner-content {
    position: absolute;
    width: 100%;
    top: 25%;
    z-index: 3;
    text-align: center;
}

    .main-banner-content h5 {
        float: left;
        width: 100%;
        color: #fff;
        font-size: 24px;
        margin-bottom: 5px;
        letter-spacing: 0.06em;
        font-weight: bold;
    }

    .main-banner-content span {
        color: #fff;
        float: left;
        width: 100%;
        font-weight: 300;
        margin-bottom: 20px;
        letter-spacing: 0.08em;
    }

    .main-banner-content .detail {
        background-color: #000;
        display: block;
        padding: 15px 20px;
        margin: 0 auto;
        width: 180px;
        float: left;
        position: relative;
        left: 50%;
        margin-left: -90px;
    }

        .main-banner-content .detail a {
            display: block;
            color: #fff;
            text-decoration: none;
            font-size: 11px;
            font-weight: 500;
            letter-spacing: 2px;
            transition: ease all .2s;
        }

            .main-banner-content .detail a:hover {
                background-color: #000;
                transition: ease all .2s;
                color: #fff;
            }
/**/
.snip1432 {
    position: relative;
    overflow: hidden;
    background: #000000;
    text-align: left;
}

    .snip1432 * {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-transition: all 0.6s ease;
        transition: all 0.6s ease;
    }

    .snip1432 img {
        opacity: .9;
        width: 100%;
        vertical-align: top;
        -webkit-transition: opacity 0.35s;
        transition: opacity 0.35s;
    }

    .snip1432 figcaption {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

        .snip1432 figcaption > div {
            height: 75%;
            overflow: hidden;
            width: 100%;
            position: relative;
        }

    .snip1432 h2,
    .snip1432 h3 {
        margin: 0;
        position: absolute;
        left: 0;
        padding: 0 30px;
        color: #fff;
    }

    .snip1432 h2 {
        font-weight: 900;
        top: 0;
    }

.homeBanner .banner-box.bsize-2 .snip1432 h2 {
    font-size: 18px;
}

.snip1432 h3 {
    font-size: 1em;
    bottom: 0;
    font-weight: 500;
}

    .snip1432 h3:nth-of-type(2) {
        opacity: 0;
        -webkit-transform: translateY(150%);
        transform: translateY(150%);
    }

.snip1432 a {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
}

.snip1432:hover img,
.snip1432.hover img {
    opacity: 0.3;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.snip1432:hover figcaption h3:first-of-type,
.snip1432.hover figcaption h3:first-of-type {
    -webkit-transform: translateY(150%);
    transform: translateY(150%);
    opacity: 0;
}

.snip1432:hover figcaption h3:nth-of-type(2),
.snip1432.hover figcaption h3:nth-of-type(2) {
    opacity: 1;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
}

.all-href {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 1;
}
/**/
@media all and (max-width: 1000px) {
    .homeBanner {
        padding: 0;
    }

    .aksiyon1,
    .cover,
    .serit4 {
        display: none !important;
    }

    .homeBanner .banner-box img {
        height: auto;
    }

    .newsletter-subscribe-button {
        width: 100%;
        margin: 15px auto;
    }

    section.subscribe .container {
        padding: 25px;
    }

    .right .snip1442,
    .single .snip1442 {
        height: auto;
    }
}

@media (min-width: 1001px) {
    .homeBanner .banner-box.bsize-3,
    .homeBanner .banner-box.bsize-4,
    .homeBanner .banner-box.bsize-5 {
        display: none !important;
    }

    .aksiyon1,
    .cover,
    .serit4 {
        display: block !important;
    }
}



.kurumsalone {
    padding-top: 150px;
    padding-bottom: 150px;
    padding-left: 30px;
    padding-right: 30px;
    background-color: #f1f1f1;
}

    .kurumsalone a {
        font-size: 1.17rem;
    }


    .kurumsalone span {
        font-size: 4em;
    }

    .kurumsalone p {
        font-size: 1.17rem;
    }

    .kurumsalone hr {
        width: 10%;
        border: 2px solid #4284fc;
        float: left;
    }

    .kurumsalone .kurumsalyazi {
        padding-right: 20px;
    }

@media screen and (max-width: 900px) {
    .kurumsalone .kurumsalyazi {
        padding-right: 0;
    }
}

.kurumsalone .kurumsalyazi .kurumsalbutton {
    margin-top: 50px;
    background: #666769;
    width: 150px;
    height: 40px;
    border-radius: 25px;
    text-align: center;
}

    .kurumsalone .kurumsalyazi .kurumsalbutton a {
        font-size: 18px;
        color: #fff;
        line-height: 35px;
    }

.yeniblok1 .ustbasliklar {
    padding-top: 60px;
    padding-bottom: 120px;
    text-align: center;
    padding-left: 120px;
    padding-right: 120px;
}

    .yeniblok1 .ustbasliklar .gt-line {
        margin-left: 50%;
    }

    .yeniblok1 .ustbasliklar span {
        font-size: 18px;
        font-weight: 400;
    }

    .yeniblok1 .ustbasliklar p {
        font-size: 40px;
        font-weight: 500;
    }

.yeniblok2 .yaziblok {
    text-align: center;
    padding: 125px;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    display: flex;
}

.videoyeniblok {
    margin-bottom: 60px;
}

    .videoyeniblok iframe {
        height: 115vh;
    }

@media screen and (max-width: 1500px) {
    .yeniblok2 .yaziblok {
        text-align: center;
        padding: 75px;
    }

    .videoyeniblok iframe {
        height: 106.5vh;
    }
}

.yeniblok2 .yaziblok h1 {
    color: #C68F4A;
    font-size: 24px;
    font-weight: 700;
}

.yeniblok2 .yaziblok p {
    color: #000;
    font-size: 18px;
    font-weight: 400;
    padding-top: 30px;
}

.yeniblok2 .yaziblok a {
    color: #000;
    font-size: 18px;
    font-weight: 400;
    padding-top: 30px;
}

.yeniblok2 {
    padding-left: 30px;
    padding-right: 30px;
}

.gt-line {
    margin-bottom: 8px;
    background-color: #cfa167;
    width: 3px;
    height: 32px;
}

.yenisectionblok1 {
    margin-bottom: 60px;
}

.videoyeniblok {
    width: 100%;
}

.videoyeniblok {
    height: 80vh;
    background-image: url("https://demo.gloriathemes.com/luxe/demo/wp-content/uploads/2018/09/project-53-1920x1146.jpg");
    background-attachment: fixed;
}

    .videoyeniblok::before {
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 2;
        background: -moz-linear-gradient(top,rgba(0,0,0,.5) 0,rgba(0,0,0,0) 100%);
        background: -webkit-linear-gradient(top,rgba(0,0,0,.5) 0,rgba(0,0,0,0) 100%);
        background: linear-gradient(to bottom,rgba(0,0,0,.5) 0,rgba(0,0,0,0) 100%);
    }

.videoopenbutton {
    margin-left: 47%;
    margin-top: 17%;
}

    .videoopenbutton .cerceve {
        width: 100px;
        height: 100px;
        border: 2px solid #fff;
        border-radius: 50px;
        text-align: center;
    }

        .videoopenbutton .cerceve i {
            font-size: 50px;
            color: #fff;
            line-height: 100px;
            margin-left: 10px;
        }

#fade {
    display: none;
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index: 1001;
    -moz-opacity: 0.8;
    opacity: .80;
    filter: alpha(opacity=80);
}

#light {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50%;
    height: 50%;
    margin-left: -46vh;
    margin-top: -23vh;
    border: 2px solid #FFF;
    background: #FFF;
    z-index: 1002;
    overflow: visible;
}

#boxclose {
    float: right;
    cursor: pointer;
    color: #fff;
    border: 1px solid #AEAEAE;
    border-radius: 3px;
    background: #222222;
    font-size: 31px;
    font-weight: bold;
    display: inline-block;
    line-height: 0px;
    padding: 11px 3px;
    position: absolute;
    right: 2px;
    top: 2px;
    z-index: 1002;
    opacity: 0.9;
}

.boxclose:before {
    content: "×";
}

#fade:hover ~ #boxclose {
    display: none;
}

.test:hover ~ .test2 {
    display: none;
}

.yeniblok3 {
    padding-top: 60px;
    padding-bottom: 60px;
}

    .yeniblok3 .yazialani .gt-line {
        margin-left: 50%;
    }

    .yeniblok3 .yazialani {
        text-align: center;
        padding-left: 150px;
        padding-right: 150px;
    }

        .yeniblok3 .yazialani span {
            font-size: 20px;
        }

        .yeniblok3 .yazialani h1 {
            font-size: 40px;
            font-weight: 500;
            margin-bottom: 0;
        }

        .yeniblok3 .yazialani p {
            padding-top: 100px;
            font-size: 16px;
        }

.yeniblok4 {
    height: 380px;
    text-align: center;
    margin-top: 60px;
    padding-left: 60px;
    padding-right: 60px;
}

    .yeniblok4 .gt-linenew {
        background-color: #cfa167;
        width: 2px;
        height: 32px;
        margin-bottom: 16px;
        margin-left: 50%;
        margin-top: 20px;
    }

    .yeniblok4 .iceriks {
        padding-left: 30px;
        padding-right: 30px;
    }

        .yeniblok4 .iceriks .image {
            width: 100px;
            height: 100px;
            margin-left: 41%;
            margin-bottom: 20px;
        }

@media screen and (max-width: 1500px) {
    .yeniblok4 .iceriks .image {
        width: 100px;
        height: 100px;
        margin-left: 37%;
        margin-bottom: 20px;
    }
}

.yeniblok4 .iceriks img {
    max-width: 100%;
    max-height: 100%;
}


@media screen and (max-width: 900px) {
    .kurumsalone {
        margin-top: 0;
        margin-bottom: 60px;
    }

        .kurumsalone .kurumsalyazi {
            margin-bottom: 60px;
        }

    .yeniblok1 .ustbasliklar {
        padding-top: 60px;
        padding-bottom: 120px;
        text-align: center;
        padding-left: 0;
        padding-right: 0;
    }

    .yeniblok2 .yaziblok {
        text-align: center;
        padding: 20px;
        margin-bottom: 30px;
    }

    .videoopenbutton {
        margin-left: 40%;
        margin-top: 49%;
    }

    .yeniblok3 .yazialani {
        text-align: center;
        padding-left: 0;
        padding-right: 0;
    }

    .yeniblok4 {
        height: 1250px;
        text-align: center;
        margin-top: 60px;
        padding-left: 0;
        padding-right: 0;
    }

        .yeniblok4 .iceriks {
            padding-left: 30px;
            padding-right: 30px;
            padding-bottom: 60px;
        }

    .yeniblok3 .yazialani p {
        padding-top: 50px;
        font-size: 16px;
    }

    .mobilresim {
        display: block !important;
        visibility: visible !important;
    }

    .masausturesim {
        display: none !important;
        visibility: hidden !important;
    }
}

.mobilresim {
    display: none;
    visibility: hidden;
}

#first-slider {
    margin-top: -12.2vh;
}

@media screen and (max-width: 1500px) {
    #first-slider {
        margin-top: -15.3vh;
    }
}

@media screen and (max-width: 1300px) {
    #first-slider {
        margin-top: -15.2vh;
    }
}


@media screen and (max-width: 900px) {
    .laptopicerik {
        display: none;
        visibility: hidden;
    }

    .ustfooterbg {
        padding: 10px;
    }
}

.ustslideryeni img {
    width: 100%;
}

.autoplayustslider .slideritem {
    position: relative;
}

    .autoplayustslider .slideritem .desc {
        position: absolute;
        top: 150px;
        left: 200px;
        width: 600px;
    }

        .autoplayustslider .slideritem .desc h1 {
            font-size: 75px;
            font-weight: 900;
            color: #fff;
        }

        .autoplayustslider .slideritem .desc hr {
            width: 50px;
            color: #fff;
            margin: auto;
            margin-top: -20px;
            position: absolute;
            left: 0;
        }

        .autoplayustslider .slideritem .desc h2 {
            font-size: 16px;
            font-weight: 400;
            color: #fff;
        }

        .autoplayustslider .slideritem .desc .button {
            margin-top: 50px;
            width: 150px;
            height: 50px;
            background: #fff;
            border-radius: 25px;
            text-align: center;
        }

        .autoplayustslider .slideritem .desc span {
            line-height: 50px;
            font-size: 16px;
            font-weight: 600;
        }


    .autoplayustslider .slideritem .slidertext {
        top: 50px !important;
        left: 30px !important;
        padding-right: 30px;
        width: 100%;
    }

        .autoplayustslider .slideritem .slidertext h1 {
            font-size: 50px;
            font-weight: 600;
        }

        .autoplayustslider .slideritem .slidertext hr {
            margin-top: -15px;
            margin-bottom: 0;
        }

@media screen and (max-width: 1600px) {
    .autoplayustslider .slideritem .slidertext {
        top: 20px;
        left: 120px;
    }
}

@media screen and (max-width: 900px) {
    .autoplayustslider {
        display: none;
        visibility: hidden;
        height: 0;
        width: 0;
    }
    .altslideryeni {
    margin-bottom: 15px;
}
}
@media screen and (min-width: 901px) {
    .netaltslider {
        display: none;
        visibility: hidden;
        height: 0;
        width: 0;
    }
}

.ustslideryeni .slick-prev:before {
    margin-left: 14px;
}
.ustslideryeni .slick-next:before {
    margin-left: 14px;
}

.ustslideryeni .slick-prev {
    left: 2%;
}
.ustslideryeni .slick-next {
    right: 2%;
}