﻿@import url('https://fonts.googleapis.com/css2?family=MonteCarlo&family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

:root {
    --colorone: #fff;
    --colortwo: rgba(60,60,60,0.7);
    --colorthree: #fbfbfb;
    --colorwhite: #fff;
}

@font-face {
    font-family: 'Essential';
    src: url('../font/Essential.woff') format('woff');
}
/* Detay */

.def-link {
    font-size: 0.8vw;
    height: 1.2vw;
    line-height: 1.35vw;
    margin-top: 2vw;
    padding-right: 2vw;
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-decoration: none;
    display: inline-block;
    vertical-align: top;
    position: relative;
}

    .def-link span {
        position: absolute;
        top: -5px;
        right: -10px;
        -webkit-transition: .2s all;
        transition: .2s all;
    }

        .def-link span img {
            height: 2vw;
            width: 2vw;
            fill: #2b2b2b;
        }

    .def-link:hover span {
        right: -15px;
    }

.video-hero .c-container-02 {
    position: absolute;
    width: 554px;
    z-index: 3;
    background: #fff;
    bottom: -125px;
    right: 10%;
    padding: 30px;
    box-shadow: 0px 0px 19px rgb(165 165 165 / 21%);
}

    .video-hero .c-container-02 .c-item-01 {
        font-style: normal;
        font-weight: 400;
        font-size: 34px;
        line-height: 53px;
        color: #000;
    }

    .video-hero .c-container-02 .c-item-02 {
        margin: 20px 0;
        width: 100%;
        font-style: normal;
        font-weight: 300;
        font-size: 0.937em;
        line-height: 19px;
        color: #000;
    }

    .video-hero .c-container-02 .c-item-03 {
        display: flex;
        align-items: center;
    }

        .video-hero .c-container-02 .c-item-03 .c-unit-01 {
            width: 50%;
            height: 40px;
            margin-right: 10px;
            display: flex;
            align-items: center;
            justify-content: center;
            background: #BD9A5F;
            font-style: normal;
            font-weight: 500;
            font-size: 0.812em;
            line-height: 17px;
            text-align: center;
            letter-spacing: 0.15em;
            color: #FFFFFF;
        }

        .video-hero .c-container-02 .c-item-03 .c-unit-02 {
            width: 50%;
            height: 40px;
            display: flex;
            align-items: center;
            justify-content: center;
            background: #BD9A5F;
            background: rgba(60,60,60,0.7);
            font-style: normal;
            font-weight: 500;
            font-size: 0.812em;
            line-height: 17px;
            text-align: center;
            letter-spacing: 0.15em;
            color: #FFFFFF;
        }
/* Detay */

/* İletişim */
.info_contact {
    position: relative;
    background: #f6f5fb;
    margin-bottom: 100px !important;
    padding-top: 85px !important;
}

    .info_contact .grid-container {
        width: 100%;
        max-width: 80%;
        padding-right: 0.9375rem;
        padding-left: 0.9375rem;
        margin: 0 auto;
    }

.info__white-form {
    background: #fff;
    padding-left: 10%;
    padding-right: 10%;
    pointer-events: auto;
}

.info__content-form {
    position: relative;
    padding-top: 80px !important;
    padding-bottom: 70px !important;
}

    .info__content-form .grid-x {
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;
        -ms-flex-flow: row wrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-flow: row wrap;
    }

        .info__content-form .grid-x > .medium-10 {
            width: 83.33333%;
            -ms-flex-preferred-size: auto;
            flex-basis: auto;
            margin-left: 8.33333%;
            -ms-flex: 0 0 auto;
            -webkit-box-flex: 0;
            flex: 0 0 auto;
            min-height: 0;
            min-width: 0;
        }

.info-content-form {
    text-align: center;
    font-size: 14px;
    line-height: 2em;
}

    .info-content-form h1 {
        margin-bottom: 0;
        margin-top: 0;
        font-weight: 500;
        font-size: 40px;
        line-height: 1.35em;
    }

    .info-content-form p {
        margin-top: 0;
        margin-bottom: 5em;
        font-size: 12px;
        line-height: 2.8em;
        letter-spacing: 2px;
        color: #2b2b2b;
        font-weight: 500;
    }

.info {
    transform: translateY(100px) translateZ(0px);
    z-index: 2;
    height: 0;
}

    .info .grid-container {
        width: 100%;
        max-width: 80%;
        -webkit-transform: translateY(-25%);
        transform: translateY(-25%);
        padding-right: 0.9375rem;
        padding-left: 0.9375rem;
        margin: 0 auto;
    }

        .info .grid-container .grid-x {
            display: -ms-flexbox;
            display: -webkit-box;
            display: flex;
            -ms-flex-flow: row wrap;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            flex-flow: row wrap;
        }

            .info .grid-container .grid-x > .medium-10 {
                width: 83.33333%;
                -ms-flex-preferred-size: auto;
                flex-basis: auto;
                margin-left: 8.33333%;
                -ms-flex: 0 0 auto;
                -webkit-box-flex: 0;
                flex: 0 0 auto;
                min-height: 0;
                min-width: 0;
            }

.info__white {
    background: #fff;
    padding-left: 10%;
    padding-right: 10%;
    pointer-events: auto;
}

.info__content {
    position: relative;
}

.pt-pb {
    padding-top: 50px !important;
    padding-bottom: 25px !important;
}

.line-y {
    visibility: hidden;
    position: absolute;
    top: -42px;
    margin: 0;
    width: 0;
    height: 85px;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.info-content {
    font-size: 14px;
    line-height: 2em;
}

    .info-content > h4 {
        margin-top: 0;
        margin-bottom: 1em;
        font-size: 12px;
        line-height: 2.8em;
        letter-spacing: 2px;
        text-transform: uppercase;
        color: #2b2b2b;
        font-weight: 500;
    }

    .info-content > h2 {
        margin-bottom: 0;
        margin-top: 0.5em;
        font-weight: 400;
        font-size: 40px;
        line-height: 1.35em;
    }

.info-pt {
    padding-top: 15px !important;
}

    .info-pt .grid-x {
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;
        -ms-flex-flow: row wrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-flow: row wrap;
    }

        .info-pt .grid-x > .medium-4 {
            width: 33.33333%;
            -ms-flex-preferred-size: auto;
            flex-basis: auto;
            margin-left: 8.33333%;
            -ms-flex: 0 0 auto;
            -webkit-box-flex: 0;
            flex: 0 0 auto;
            min-height: 0;
            min-width: 0;
        }

            .info-pt .grid-x > .medium-4 .info-content,
            .info-pt .grid-x > .medium-4 .info-content p a {
                font-size: 14px;
                line-height: 2em;
                color: #000;
            }

                .info-pt .grid-x > .medium-4 .info-content p {
                    margin-top: 0;
                    margin-bottom: 0;
                    text-align: justify;
                }

                    .info-pt .grid-x > .medium-4 .info-content p b {
                        font-weight: 600;
                    }

.info__bottom {
    border-top: 1px solid #dde7e9;
    padding-bottom: 25px !important;
    padding-top: 40px !important;
    margin-top: 15px !important;
}

    .info__bottom .social, .info__bottom .social a {
        color: #979ba6;
    }

    .info__bottom .social {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        font-size: 16px;
        line-height: 1em;
        margin-left: -20px;
        margin-top: -20px;
    }

        .info__bottom .social a {
            display: block;
            min-width: 20px;
            margin-left: 20px;
            margin-top: 20px;
            text-align: center;
        }
/* İletişim */

/* ÇİFT GÖRSEL ALANI */

.hovercardwrapper {
    position: relative;
    overflow: hidden;
    height: 100vh;
}

    .hovercardwrapper:before {
        content: '';
        width: 65%;
        background: #fff;
        height: 1px;
        right: 0;
        top: 50%;
        position: absolute;
    }

    .hovercardwrapper .overlay {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,0.2);
    }

    .hovercardwrapper .overlay {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,0.2);
    }

    .hovercardwrapper .leftcol, .hovercardwrapper .rightcol {
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

    .hovercardwrapper .leftcol {
        height: 100%;
        width: 35%;
    }

    .hovercardwrapper .rightcol {
        height: 100%;
        width: calc(65% - 5px);
    }

    .hovercardwrapper .leftcol, .hovercardwrapper .rightcol {
        display: inline-block;
        vertical-align: top;
    }

    .hovercardwrapper .leftcol, .hovercardwrapper .rightcol {
        position: relative;
    }

        .hovercardwrapper .leftcol .topbar, .hovercardwrapper .rightcol .topbar {
            width: 20vw;
            height: 20vw;
            padding: 1.5vw 1.2vw;
        }

        .hovercardwrapper .leftcol .topbar {
            position: absolute;
            z-index: 2;
            bottom: 50%;
            right: -1px;
        }

    .hovercardwrapper .topbar {
        background: #2b2b2b;
        color: #fff;
        font-size: 0;
    }

    .hovercardwrapper .leftcol .topbar h3, .hovercardwrapper .rightcol .topbar h3 {
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        font-size: 1.8vw;
        font-weight: 400;
        margin: 0;
        opacity: 1;
    }

    .hovercardwrapper .leftcol .topbar h3, .hovercardwrapper .rightcol .topbar h3 {
        width: 100%;
        text-align: right;
    }

    .hovercardwrapper .topbar h3, .hovercardwrapper .topbar .btnwrap {
        display: inline-block;
        vertical-align: top;
    }

    .hovercardwrapper .leftcol .topbar .btnwrap, .hovercardwrapper .rightcol .topbar .btnwrap {
        position: absolute;
        bottom: 30px;
        right: 20px;
    }

    .hovercardwrapper .leftcol .topbar .btnwrap, .hovercardwrapper .rightcol .topbar .btnwrap {
        width: 9vw;
        right: 1.2vw;
        bottom: 2vw;
    }

    .hovercardwrapper .topbar .btnwrap {
        text-align: right;
    }

a.btndef {
    display: block;
    position: relative;
    text-decoration: none;
}

    a.btndef.white:after {
        background: #fff;
    }

    a.btndef:after {
        height: 0.2vw;
        bottom: -0.7vw;
        content: '';
        position: absolute;
        bottom: -10px;
        right: 0;
        height: 3px;
        background: #fff;
        width: 80%;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

    a.btndef.white span {
        color: #fff;
    }

    a.btndef span {
        font-size: 1vw;
        line-height: 1.5vw;
        letter-spacing: .1vw;
        text-transform: uppercase;
    }

    a.btndef:hover:after {
        width: 100%;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

.hovercardwrapper .leftcol .btmtext, .hovercardwrapper .rightcol .btmtext {
    padding: 1vw;
    letter-spacing: .1vw;
    width: 60%;
    font-size: 1.4vw;
    font-weight: 100;
    line-height: 1.8vw;
}

.animatethis.active:after {
    -webkit-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    width: 0%;
}

.hovercardwrapper .leftcol .btmtext {
    top: calc(50% + 2vw);
    padding: 1vw;
    letter-spacing: .1vw;
    width: 60%;
    font-size: 1.4vw;
    font-weight: 100;
    line-height: 1.8vw;
    bottom: auto;
}

.animatethis.active:after {
    -webkit-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    width: 0%;
}

.hovercardwrapper .rightcol .topbar {
    right: 5.2vw;
}

.hovercardwrapper .rightcol .topbar {
    position: absolute;
    width: 300px;
    height: 300px;
    z-index: 2;
    right: 55px;
    top: 50%;
}

.hovercardwrapper .rightcol .btmtext {
    width: 30%;
    bottom: 2vw;
    right: 26.2vw;
}

.hovercardwrapper:after {
    content: '';
    width: 1px;
    background: #fff;
    height: 100%;
    left: 35%;
    top: 0;
    position: absolute;
}

.animatethis:after {
    content: '';
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #fff;
    position: absolute;
    -webkit-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

.hovercardwrapper .btmtext {
    position: absolute;
    bottom: 0;
    padding: 20px;
    color: #fff;
    right: 0;
    text-align: right;
    text-transform: uppercase;
    letter-spacing: 2px;
    width: 80%;
}

.animatethis:after {
    content: '';
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #fff;
    position: absolute;
    -webkit-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

.background {
    height: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    top: 0;
    -webkit-transform: none;
    transform: none;
    width: 100%;
    position: absolute;
    z-index: -1;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.background-bottom {
    height: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    top: 0;
    -webkit-transform: none;
    transform: none;
    width: 100%;
    position: absolute;
    z-index: -1;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

/*.background-bottom {
    height: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    top: 0;
    -webkit-transform: none;
    transform: none;
    width: 100%;
    position: absolute;
    z-index: -1;
}*/

.hovercardwrapper .rightcol {
    cursor: pointer;
}

.sol-alan {
    height: 100vh;
    width: 35%;
    left: 0;
    position: absolute;
    z-index: 1;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.sag-alan {
    height: 100vh;
    width: 65%;
    right: 0;
    position: absolute;
    z-index: 1;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

    .sag-alan:hover ~ .background-bottom {
        opacity: 0;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

.qr-code img {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.qr-code:hover img {
    opacity: 1;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
/*Referanslar*/
.referans101 {
    position: relative;
    display: block;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-blend-mode: overlay;
    background-color: #fff;
    padding: 0;
}

    .referans101 > div > div.dt {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .referans101 > div > div > div.mb {
        margin-bottom: 100px;
    }

    .referans101 > div > div > div > .line {
        background-color: #000;
        width: 15%;
        height: 1px;
        margin: 10px auto;
    }

    .referans101 > div > div > div > h1 {
        position: relative;
        letter-spacing: -.02em;
        margin-bottom: 1.5em !important;
        font-weight: 500;
        color: #000;
        font-size: 13px;
        line-height: 1.75em;
        text-transform: none;
        text-align: center;
    }

    .referans101 > div > div > div > h2 {
        font-size: 42px;
        font-weight: 700;
        margin: 25px auto;
        color: #000;
        text-align: center;
    }

    .referans101 > div > div > div > p {
        position: relative;
        font-size: 12px;
        line-height: 26px;
        color: #000;
        font-weight: 400;
        font-style: normal;
        text-align: center;
    }

    .referans101 > div > div > .col-block > .item-col {
        display: flex;
        flex-wrap: wrap;
        position: relative;
        margin-bottom: 50px;
        padding-right: 10px;
        padding-left: 10px;
    }

        .referans101 > div > div > .col-block > .item-col > .inner {
            display: flex;
            flex-wrap: wrap;
        }

            .referans101 > div > div > .col-block > .item-col > .inner > .column_container {
                display: flex;
                align-items: flex-start;
            }

                .referans101 > div > div > .col-block > .item-col > .inner > .column_container > h6 {
                    font-size: 48px;
                    font-weight: 700;
                    color: rgb(209, 220, 236);
                    display: inline-block;
                    margin-top: 0;
                    margin-bottom: 0.5em;
                    position: relative;
                    line-height: 1.2em;
                    text-transform: uppercase;
                }

                .referans101 > div > div > .col-block > .item-col > .inner > .column_container > .column-inner {
                    border-bottom: 2px solid #eee;
                }

                    .referans101 > div > div > .col-block > .item-col > .inner > .column_container > .column-inner > h5 {
                        display: inline-block;
                        margin-top: 0;
                        margin-bottom: 0.5em;
                        position: relative;
                        font-weight: 700;
                        line-height: 1.5em;
                        font-size: 20px;
                        color: #000000;
                    }

    .referans101 > div > div > a.tus {
        position: relative;
        display: inline-block;
        margin: 15px auto;
        border: 1px solid #1e2548;
        box-shadow: 0 0 0 0 #1e2548 inset;
        color: #1e2548;
        font-size: 12px;
        font-weight: 600;
        background-color: transparent;
        padding: 1.2em 1.8em;
        border-radius: 50px;
        outline: none;
        -webkit-transition: all 300ms ease;
        -moz-transition: all 300ms ease;
        transition: all 300ms ease;
    }

        .referans101 > div > div > a.tus:hover,
        .referans101 > div > div > a.tus:active {
            box-shadow: 0 0 0 4em #1e2548 inset, 0 5px 15px rgb(0 0 0 / 10%);
            color: #ffffff;
            transform: translateY(-3px);
        }

    .referans101 > div > .referance-box {
        position: relative;
        -webkit-box-shadow: 0px 10px 30px 0px rgb(0 0 0 / 5%);
        -moz-box-shadow: 0px 10px 30px 0px rgba(0,0,0,0.05);
        box-shadow: 0px 10px 30px 0px rgb(0 0 0 / 5%);
        background-color: #ffffff !important;
        border-radius: 10px !important;
    }

    .referans101 > div > div > .referances_area {
        position: relative;
        height: 25vh;
        border-right-width: 1px !important;
        border-bottom-width: 1px !important;
        padding-top: 30px !important;
        padding-bottom: 30px !important;
        border-right-color: #eeeeee !important;
        border-right-style: solid !important;
        border-bottom-color: #eeeeee !important;
        border-bottom-style: solid !important;
    }

        .referans101 > div > div > .referances_area > .in {
            height: calc(100%);
        }

            .referans101 > div > div > .referances_area > .in > .ig {
                position: relative;
                width: 100%;
                height: 100%;
                background-repeat: no-repeat;
                background-size: contain;
                background-position: center center;
            }

.mobil {
    display: none;
}

@media (max-width: 991px) {
    .referans101 {
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding: 25px 0;
    }

        .referans101 > div > .referance-box {
            display: none;
        }

        .referans101 > div > div > div.mb {
            margin-bottom: 10px;
        }

    .mobil {
        display: block;
    }
}
/* REFERANSLAR */
/* ÇİFT GÖRSEL ALANI */
.default_360 {
    position: absolute;
    z-index: 9;
    left: 45px;
    bottom: 5%;
}
/* ODALAR */
/*.odalar-slider {
    width: 100%;
    float: left;
}*/

.discover-around {
    position: relative;
    overflow: hidden;
    padding: 0;
    text-align: center;
}

    .discover-around .text-wrapper {
        padding: 2vw 6vw 2vw;
        text-align: center;
        width: 100%;
        max-width: 100%;
    }

        .discover-around .text-wrapper h2 {
            color: #000;
            font-size: 36px;
            margin-bottom: 2vw;
            line-height: .9;
            text-transform: uppercase;
            font-weight: 700;
            font-family: 'Montserrat', sans-serif;
            position: relative;
        }

            .discover-around .text-wrapper h2 span.script {
                display: block;
                margin-bottom: 20px;
                color: #000;
                font-size: 13px;
                font-weight: 700;
                letter-spacing: 2px;
                text-transform: uppercase;
                margin-top: 10px;
                line-height: 1.2em;
            }

        .discover-around .text-wrapper p {
            margin-top: 10px;
            margin-bottom: 10px;
            color: #000;
            font-size: 14px;
            line-height: 1.7em;
            font-weight: 400;
        }

.pop-link {
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

/* ODALAR */
/* Header Mobil */
.social h5 {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 900;
    margin: 10px 0;
    display: inline-block;
    width: auto;
    font-size: 10px !important;
    color: #fff;
}

.social .icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -webkit-box;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
}

    .social .icons li.icon {
        padding-right: 20px;
        /*opacity: .8;*/
        -webkit-transition: .5s ease;
        -o-transition: .5s ease;
        transition: .5s ease;
    }

    .social .icons li a {
        font-size: 12px !important;
        color: rgb(153 153 153 / 70%);
    }

        .social .icons li a:before,
        .social .icons li a:after {
            background-color: transparent !important;
        }

.social ul li {
    width: auto;
    margin-right: 15px;
}

    .social ul li a {
        color: #fff;
    }

.social .icons li a svg {
    width: 2rem;
    height: 2rem;
    display: block;
    color: #fff;
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 15px;
}
/*.social .icons li.icon .fa,
    .social .icons li.icon figure {
        width: 22px;
        height: 22px;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        margin: 0;
    }*/

.social-list-item {
    margin-bottom: 15px;
}

    .social-list-item .icon-button {
        align-items: center;
        /*background-color: #fff;*/
        border-radius: 50%;
        color: rgba(255, 255, 255, 0.67);
        display: flex;
        height: 30px;
        justify-content: center;
        transition: background-color .2s, color .2s linear;
        /*width: 40px;*/
    }

        .social-list-item .icon-button .fa {
            display: block;
            color: rgba(255, 255, 255, 0.67);
            transition: color .2s linear;
        }

        .social-list-item .icon-button:focus .fa, .social-list-item .icon-button:hover .fa {
            color: #fff;
        }

/*.social-list-item .icon-button:focus, .social-list-item .icon-button:hover {
            background-color: rgba(60,60,60,0.7);
        }*/
.header_address_top {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 70vh;
}

    .header_address_top .header_address {
        align-self: flex-end;
    }

.header_address {
    position: relative;
    text-align: left;
}

/* Header Mobil */
.menubutton {
    width: 50px;
    height: 50px;
    display: block;
    cursor: pointer;
    opacity: 1;
    animation: 0.5s cubic-bezier(0.58, 0.94, 0.12, 1) 2s 1 normal forwards running fadeIn-data-v-3b1c8767;
    position: relative;
    margin: 10px 0;
    line-height: 30px;
}

    .menubutton.opened {
        position: absolute;
        top: 25px;
        right: 25px;
        width: 60px;
        height: 60px;
        cursor: pointer;
        z-index: 1;
        transition: all 300ms ease;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: transparent;
        display: block;
        cursor: pointer;
        opacity: 1;
        -webkit-animation: fadeIn-data-v-3b1c8767 .5s cubic-bezier(.58,.94,.12,1) 2s forwards;
        animation: fadeIn-data-v-3b1c8767 .5s cubic-bezier(.58,.94,.12,1) 2s forwards;
        border: 1px solid #fff;
        border-radius: 32px;
    }

    .menubutton::after {
        content: "";
        width: 30px;
        right: 0;
        background: rgb(255, 255, 255);
        height: 2px;
        position: absolute;
        top: 30px;
        transition: all 0.5s ease 0s;
        border-radius: 8px;
    }

    .menubutton::before {
        content: "";
        width: 40px;
        background: rgb(255, 255, 255);
        height: 2px;
        border-radius: 24px;
        position: absolute;
        top: 20px;
        right: 0;
        transition: all 0.5s ease 0s;
    }

    .menubutton:hover:before {
        content: "";
        width: 30px;
        background: #fff;
        height: 2px;
        position: absolute;
        top: 20px;
        transition: all 0.1s ease;
    }

    .menubutton:hover:after {
        content: "";
        width: 40px;
        background: #fff;
        height: 2px;
        position: absolute;
        top: 30px;
        transition: all 0.1s ease;
    }

    .menubutton.opened:before {
        content: '';
        position: absolute;
        width: 40px;
        height: 2px;
        background: #fff;
        top: 27.5px;
        transition: all 0.1s ease;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        transform: rotate(45deg);
        left: 10px;
    }

    .menubutton.opened:after {
        content: '';
        position: absolute;
        width: 40px;
        height: 2px;
        background: #fff;
        top: 27.5px;
        transition: all 0.1s ease;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        transform: rotate(-45deg);
        left: 10px;
    }

.acilirmenu {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-blend-mode: overlay;
    background-color: #2b2b2b !important;
    z-index: 99999;
    max-height: 0;
    overflow: auto;
    transition: all 1s ease;
}

    .acilirmenu.opened {
        max-height: 10000px;
        transition: all 2s ease;
    }


    .acilirmenu .sitenav {
        text-align: center;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
    }

        .acilirmenu .sitenav .solmenu div a {
            font-size: 50px;
            font-weight: 700;
            transition: all 0.5s ease;
            text-transform: uppercase;
        }


        .acilirmenu .sitenav:hover .solmenu div a {
            opacity: 0.7;
            color: transparent;
            text-shadow: 0 0 5px rgba(0,0,0,0.5);
            transition: all 0.5s ease;
        }

        .acilirmenu .sitenav .solmenu div a:hover {
            opacity: 1;
            color: rgba(60,60,60,0.7);
            text-shadow: unset;
            transition: all 0.5s ease;
            font-size: 55px;
        }

        .acilirmenu .sitenav .sagmenu {
            font-size: 35px;
            padding: 40px;
            padding-top: 0;
        }

            .acilirmenu .sitenav .sagmenu a:hover {
                color: rgba(60,60,60,0.7);
            }

    .acilirmenu .menufooter {
        position: absolute;
        bottom: 100px;
        width: 100%;
    }

        .acilirmenu .menufooter span {
            font-size: 14px;
        }

        .acilirmenu .menufooter .radiusicon.first {
            padding-left: 15px;
        }

        .acilirmenu .menufooter .radiusicon.last {
            float: left;
        }

        .acilirmenu .menufooter .radiusicon i {
            margin-right: 10px;
            padding: 15px;
            padding-left: 17px;
            padding-right: 18px;
            cursor: pointer;
            background: #f5f5f5;
            border-radius: 100%;
            box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
            font-size: 20px;
            border: 1px solid rgba(60,60,60,0.7);
        }

        .acilirmenu .menufooter .radiusicon.last i {
            padding-left: 16px !important;
            padding-right: 16px !important;
        }

        .acilirmenu .menufooter .radiusicon i:hover {
            background: rgba(60,60,60,0.7);
            color: #fff;
        }

        .acilirmenu .menufooter .copyright {
            text-align: center;
        }

            .acilirmenu .menufooter .copyright span {
                position: absolute;
                top: 0;
                left: 0;
                right: 0;
            }

.menu-middle {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-blend-mode: overlay;
    background-color: rgba(0, 0, 0, .5);
}

.sliding-menu .header_address .option.dil {
    float: left;
    padding: 25px 0;
}

.sliding-menu {
    display: block;
    height: auto;
    padding: 0 45px;
    text-align: left;
    height: 100vh;
}

    .sliding-menu .projects-tiles {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        list-style: none;
        padding-bottom: 0;
    }

    .sliding-menu ul {
        list-style: none;
    }

    .sliding-menu .primary-nav {
        text-align: right;
        display: block;
        padding: 0;
    }

.mobilgorunmez ul {
    text-align: center;
    list-style-type: none;
}

    .mobilgorunmez ul li {
        position: relative;
        display: inline-block;
        margin: 0 10px 0 0;
    }

.sliding-menu ul li {
    position: relative;
}

    .mobilgorunmez ul li a,
    .sliding-menu ul li a {
        position: relative;
        padding-bottom: 2px;
        -webkit-transition: 1s ease;
        -o-transition: 1s ease;
        transition: 1s ease;
        display: inline-block;
        font-size: 24px;
        margin-bottom: 5px;
        color: #fff;
        font-weight: 500;
    }

.mobilgorunmez ul li a {
    margin-bottom: 0;
}

    .mobilgorunmez ul li a:before,
    .sliding-menu ul li a:before {
        content: "";
        background-color: rgba(60,60,60,0.7);
        opacity: 0.25;
        width: 0;
        left: -5px;
        transition: all 300ms ease;
        height: 20px;
        position: absolute;
        top: 25px;
        cursor: pointer;
        opacity: 0;
        z-index: -1;
    }

    .mobilgorunmez ul li a:hover::before,
    .sliding-menu ul li a:hover::before {
        width: calc(100% + 10px);
        opacity: 0.25;
    }

.sliding-menu ul.secondry-nav li a {
    font-size: 12px;
    letter-spacing: 2px;
    margin-bottom: 10px;
    font-weight: 500;
}

    .sliding-menu ul.secondry-nav li a:before {
        height: 1px !important;
    }

.count {
    position: relative;
    margin: 25px auto;
}


    .count > .inset > .container > .countdown-wrapper > div > #countdown-clock > div,
    .count > .inset > .container > .countdown-wrapper > div > #countdown-clock2 > div {
        display: inline-block;
        width: 100%;
    }

        .count > .inset > .container > .countdown-wrapper > div > #countdown-clock > div > h1,
        .count > .inset > .container > .countdown-wrapper > div > #countdown-clock2 > div > h1 {
            display: inline-block;
            width: 15%;
            font-size: 38px;
            margin: 0;
            color: #FFF;
            font-weight: 600;
            text-align: center;
        }

        .count > .inset > .container > .countdown-wrapper > div > #countdown-clock > div > h2,
        .count > .inset > .container > .countdown-wrapper > div > #countdown-clock2 > div > h2 {
            display: inline-block;
            width: 15%;
            font-size: 23px;
            font-weight: 600;
            margin: 0;
            color: #FFF;
            text-align: center;
        }
/* İç Sayfa */
.sol-area-img img {
    width: 100%;
    border-radius: 8px;
}

.sol-area-img {
    padding: 0;
}

.ptb10 {
    padding: 10px 0;
}

.open > .dropdown-menu {
    width: 100%;
}

.open > ul.dropdown-menu > li > a {
    font-size: 13px !important;
    color: #000 !important;
    line-height: 18px !important;
    font-weight: 500 !important;
}

.card > .collapse {
    display: none;
}

.blog-area.p0 {
    padding: 0;
}

.blog-area {
    padding: 0 15px !important;
}

    .blog-area > div > div {
        padding: 0;
    }
/* İç Sayfa */
/* Kurumsal 3 */
.home-hizmetler > div > div {
    padding: 0 10px;
}

.elements-item {
    position: relative;
    padding: 20px 0% 0px 10%;
    box-shadow: 2px 5px 20px 2px rgb(0 0 0 / 10%);
    text-align: left;
    height: 56.5vh;
    margin: 20px auto;
}

    .elements-item > .elements-item-inner-tb {
        display: table;
        height: 100%;
    }

        .elements-item > .elements-item-inner-tb > .elements-item-inner-tc {
            display: table-cell;
            padding: 15px 39px 42px;
            vertical-align: middle;
        }

            .elements-item > .elements-item-inner-tb > .elements-item-inner-tc.padding-other {
                display: table-cell;
                padding: 25px 0;
                vertical-align: bottom;
            }

            .elements-item > .elements-item-inner-tb > .elements-item-inner-tc > h6 {
                display: block;
                margin: 0;
                font-size: 18px;
                line-height: 30px;
                font-weight: 400;
                font-style: italic;
            }

            .elements-item > .elements-item-inner-tb > .elements-item-inner-tc > h2 {
                position: relative;
                display: inline-block;
                width: 100%;
                vertical-align: middle;
                margin: 0;
                clear: both;
                font-size: 55px;
                line-height: 65px;
                font-weight: 700;
                color: #191919;
            }

                .elements-item > .elements-item-inner-tb > .elements-item-inner-tc > h2 > span {
                    position: relative;
                    left: -8px;
                    color: var(--colorone);
                }

            .elements-item > .elements-item-inner-tb > .elements-item-inner-tc > .separator {
                display: inline-block;
                vertical-align: top;
                width: 122px;
                height: 3px;
                margin: 22px 0 0;
                background-color: var(--colorone);
            }

    .elements-item > .elements-item-background {
        position: absolute;
        display: block;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background-size: cover;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
    }

    .elements-item > .elements-item-inner-tb > .elements-item-inner-tc > h4 {
        position: relative;
        display: inline-block;
        width: 100%;
        vertical-align: middle;
        margin: 0;
        clear: both;
        color: #fff;
        font-size: 24px;
        font-weight: 700;
    }

        .elements-item > .elements-item-inner-tb > .elements-item-inner-tc > h4 > span {
            position: relative;
            left: -8px;
            color: var(--colorone);
        }

    .elements-item > .elements-item-inner-tb > .elements-item-inner-tc > p {
        position: relative;
        display: block;
        margin: 25px auto;
        color: #fff;
    }

    .elements-item > .elements-item-inner-tb > .elements-item-inner-tc > a {
        padding: 0 !important;
        color: #ffffff;
        background-color: transparent;
        border: 0;
        vertical-align: middle;
        font-family: inherit;
        width: auto;
        outline: 0;
        font-size: 12px;
        line-height: 24px;
        letter-spacing: .1em;
        font-weight: 700;
        text-transform: uppercase;
        box-sizing: border-box;
        margin: 0;
        -webkit-transition: all .25s cubic-bezier(0,.63,.31,1.01);
        -moz-transition: all .25s cubic-bezier(0,.63,.31,1.01);
        transition: all .25s cubic-bezier(0,.63,.31,1.01);
        padding: 16px 28px;
        cursor: pointer;
        position: relative;
        display: inline-block;
    }

        .elements-item > .elements-item-inner-tb > .elements-item-inner-tc > a:hover {
            border-color: transparent !important;
            background-color: transparent !important;
        }

            .elements-item > .elements-item-inner-tb > .elements-item-inner-tc > a:hover > span {
                padding: 0 0 0 44px;
            }

        .elements-item > .elements-item-inner-tb > .elements-item-inner-tc > a > span {
            -webkit-transition: padding .6s cubic-bezier(.8,.03,0,.95);
            -moz-transition: padding .6s cubic-bezier(.8,.03,0,.95);
            transition: padding .6s cubic-bezier(.8,.03,0,.95);
            position: relative;
            display: inline-block;
        }

        .elements-item > .elements-item-inner-tb > .elements-item-inner-tc > a:hover > span:before {
            -webkit-transform: scaleX(1);
            -moz-transform: scaleX(1);
            transform: scaleX(1);
            -webkit-transition: all .4s cubic-bezier(1,-.01,0,.88) .1s;
            -moz-transition: all .4s cubic-bezier(1,-.01,0,.88) .1s;
            transition: all .4s cubic-bezier(1,-.01,0,.88) .1s;
        }

        .elements-item > .elements-item-inner-tb > .elements-item-inner-tc > a > span:before {
            content: '';
            position: absolute;
            top: calc(50% - 2px);
            left: 0;
            width: 34px;
            height: 3px;
            background-color: var(--colorone);
            -webkit-transform-origin: 0 50%;
            transform-origin: 0 50%;
            -webkit-transform: scaleX(0);
            -moz-transform: scaleX(0);
            transform: scaleX(0);
            -webkit-transition: all .4s cubic-bezier(1,-.01,0,.88);
            -moz-transition: all .4s cubic-bezier(1,-.01,0,.88);
            transition: all .4s cubic-bezier(1,-.01,0,.88);
            will-change: transform;
        }
/* Kurumsal 3 */
/* Ürün Detay */
.c-item-01 {
    margin: 50px auto 25px;
}

    .c-item-01 svg {
        margin: 0 auto;
        position: relative;
        display: block;
    }

.product-area {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 190px;
    text-align: center;
}

    .product-area h1 {
        margin-bottom: 15px;
        font-style: normal;
        font-weight: 400;
        font-size: 28px;
        line-height: 53px;
        color: #BD9A5F;
    }

    .product-area h2 {
        font-weight: 700;
        color: #fff;
        position: relative;
        z-index: 1;
        font-size: 21px;
        margin: 0.67em 0;
    }

.cta {
    position: relative;
    padding: 19px 22px;
    transition: all 0.2s ease;
}

    .cta:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        border-radius: 28px;
        background: rgba(21, 63, 48, 0.5);
        width: 56px;
        height: 56px;
        transition: all 0.3s ease;
    }

    .cta span {
        position: relative;
        font-size: 14px;
        line-height: 18px;
        font-weight: 500;
        letter-spacing: 0.25em;
        text-transform: uppercase;
        vertical-align: middle;
        color: #000;
    }

    .cta svg {
        position: relative;
        top: 0;
        margin-left: 10px;
        fill: none;
        stroke-linecap: round;
        stroke-linejoin: round;
        stroke: #000;
        stroke-width: 2;
        transform: translateX(-5px);
        transition: all 0.3s ease;
    }

    .cta:hover:before {
        width: 100%;
        background: #153f30;
    }

    .cta:hover svg {
        stroke: #fff;
        transform: translateX(0);
    }

    .cta:active {
        color: #fff;
        transform: scale(0.96);
    }

    .cta:hover span {
        color: #fff;
    }

.imageGallery,
#imageGallery {
    margin: 15px auto;
    display: inline-block;
    position: relative;
}

    .imageGallery li,
    #imageGallery li {
        position: relative;
        list-style-type: none;
        padding: 0;
    }

    .imageGallery img,
    #imageGallery img {
        width: 100%;
        height: 250px;
        border: 2px solid #fff;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: 50% 15%;
        object-position: 50% 15%;
        cursor: pointer;
    }

    .imageGallery li:hover:before,
    #imageGallery li:hover:before {
        opacity: .8;
    }

    .imageGallery li:before,
    #imageGallery li:before {
        position: absolute;
        content: "";
        display: block;
        background: rgba(60,60,60,0.7);
        top: 2px;
        left: 2px;
        right: 2px;
        bottom: 2px;
        z-index: 1;
        opacity: 0;
        pointer-events: none;
        transition: 300ms ease all;
    }

    .imageGallery li:after,
    #imageGallery li:after {
        font-size: 1.25em;
        display: block;
        content: "\e900";
        font-family: Essential;
        width: 2.25em;
        height: 2.25em;
        line-height: 2.25;
        text-align: center;
        background: var(--colortwo);
        color: #fff;
        border-radius: 50%;
        position: absolute;
        left: 45%;
        top: 40%;
        margin: 0 auto;
        opacity: 0;
        z-index: 2;
        pointer-events: none;
        transition: 300ms ease all;
        transform: scale(1.25);
    }

    .imageGallery li:hover:after,
    #imageGallery li:hover:after {
        opacity: 1;
        transform: scale(1);
        transition-delay: 100ms;
        box-shadow: 0 7.5px 15px rgb(0 0 0 / 40%);
    }

    .imageGallery a,
    #imageGallery a {
        position: absolute;
        z-index: 1;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
    }

.pdf {
    display: inline-block;
    margin-right: 5px;
    text-align: center;
}

    .pdf img {
        display: block;
    }

    .pdf span {
        line-height: 24px;
        font-size: 14px;
        font-weight: bold;
        color: #000;
    }

.satirY .button {
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: .5px;
    display: inline-block;
    padding: 25px 40px;
    line-height: 1.4em;
    color: #fff;
    background: rgba(60, 60, 60, 0.7);
    position: relative;
    overflow: hidden;
    text-align: center;
    cursor: pointer;
}

    .satirY .button .button__bg {
        -webkit-transition: -webkit-transform .35s ease;
        transition: -webkit-transform .35s ease;
        transition: transform .35s ease;
        transition: transform .35s ease,-webkit-transform .35s ease;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #1c1c22;
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transform-origin: left center;
        transform-origin: left center;
    }

    .satirY .button .button__text {
        display: block;
        -webkit-transform: translateX(0);
        transform: translateX(0);
        -webkit-transition: -webkit-transform .35s ease;
        transition: -webkit-transform .35s ease;
        transition: transform .35s ease;
        transition: transform .35s ease,-webkit-transform .35s ease;
    }

    .satirY .button:hover .button__bg {
        -webkit-transform: none;
        transform: none;
    }

    .satirY .button:hover .button__text {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px);
        -webkit-transition-delay: .1s;
        transition-delay: .1s;
    }

    .satirY .button .button__text input {
        background-color: transparent;
        border: none !important;
        font-size: 14px;
        font-weight: 500;
        text-transform: uppercase;
    }

.randevu_form {
    padding: 10px 20px 20px;
    margin-bottom: 20px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
}

    .randevu_form .satirY {
        padding: 0;
        margin-bottom: 15px;
        text-align: center;
    }

    .randevu_form h2 {
        font-weight: 700;
        color: #fff;
        position: relative;
        z-index: 1;
        font-size: 21px;
        margin: 0.67em 0;
    }

    .randevu_form .satirY.two {
        padding-right: 5px;
    }

    .randevu_form .satirY.third {
        padding-left: 5px;
    }

    .randevu_form .satirY label {
        color: #000;
    }

    .randevu_form .satirY .form-control {
        width: 100%;
        display: block;
        padding: 1.125em 1.563em;
        font-size: 1em;
        height: 40px;
        color: #181818;
        border-radius: 0;
        background: transparent;
        -webkit-box-shadow: none;
        box-shadow: none;
        border: none;
        border-bottom: 1px solid #d8d8d8;
        transition: all 500ms ease;
    }

        .randevu_form .satirY .form-control:focus,
        .randevu_form .satirY .form-control:active,
        .randevu_form .satirY .form-control:hover {
            border-bottom: 1px solid #000;
        }

        .randevu_form .satirY .form-control::placeholder {
            color: #000;
            opacity: .5; /* Firefox */
        }

        .randevu_form .satirY .form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
            color: #000;
            opacity: .5; /* Firefox */
        }

        .randevu_form .satirY .form-control::-ms-input-placeholder { /* Microsoft Edge */
            color: #000;
            opacity: .5; /* Firefox */
        }

    .randevu_form .satirY .form-btn {
        margin: 0 auto;
        color: #fff;
        background-color: var(--colorone);
        border-radius: 4px;
        letter-spacing: .1em;
        box-shadow: 20px 20px 40px 0px rgb(73 76 137 / 13%);
        overflow: hidden;
        display: inline-flex;
        padding: 0;
        position: relative;
        border: 1px solid rgb(44, 46, 49);
        line-height: 24px;
        font-size: 14px;
        font-weight: 500;
        white-space: nowrap;
        transition: all .3s;
        width: 100%;
        height: 100%;
    }

        .randevu_form .satirY .form-btn:hover {
            border-color: transparent;
            background-color: var(--colortwo);
            color: var(--colorwhite);
            transform: translate3d(0,-2px,0);
            box-shadow: 20px 12px 28px rgb(0 0 0 / 12%);
        }

        .randevu_form .satirY .form-btn > span {
            margin: 0 auto;
            padding: 1em 3em;
            display: inline-flex;
            border-radius: inherit;
            border-color: inherit;
            align-items: center;
            transition: transform .3s cubic-bezier(.22,.665,.34,.875);
        }

            .randevu_form .satirY .form-btn > span > .btn-txt {
                position: relative;
                z-index: 3;
            }

                .randevu_form .satirY .form-btn > span > .btn-txt > .btn {
                    background-color: transparent !important;
                    border: none;
                    color: var(--colorwhite);
                    outline: none;
                }

.urundetaybolum {
    background-color: rgb(253, 244, 247);
    padding: 30px 0;
    padding-bottom: 60px;
    margin-top: 15px;
}

    .urundetaybolum .baslik {
        padding: 60px 0;
        padding-top: 30px;
        text-align: center;
    }

        .urundetaybolum .baslik span {
            margin-top: 0;
            margin-bottom: 0;
            color: #000;
            font-size: 36px;
            line-height: 48px;
            font-weight: 500;
        }

.amenities-container.half-width.amenities--2-col,
.amenities-container.content-width.amenities--2-col {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    display: grid;
    column-gap: 10px;
}

.amenities-container.half-width .amenities-item,
.amenities-container.content-width .amenities-item {
    display: flex;
    justify-content: start;
    align-items: center;
    width: 100%;
    margin-bottom: 20px;
}

.m-color-box--illustration {
    width: 45px;
    height: 45px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    overflow: hidden;
}

    .m-color-box--illustration img {
        max-width: 100%;
        max-height: 100%;
    }

.m-color-box--text {
    padding-left: 5px;
    line-height: normal;
    text-align: left;
}

.accordion-toggle {
    font-style: normal;
    font-weight: 400;
    font-size: 28px;
    line-height: 50px;
    color: #BD9A5F;
    margin: 0 auto;
    padding: 15px 0;
    position: relative;
    pointer-events: all;
    text-align: center;
    /*border-bottom: 1px solid #dcdcdc;*/
    cursor: pointer;
}

    .accordion-toggle * {
        font-style: normal;
        font-weight: 400;
        font-size: 28px;
        line-height: 50px;
        color: #BD9A5F;
        margin: 0 auto;
        padding: 15px 0;
        position: relative;
        pointer-events: all;
        text-align: center;
        cursor: pointer;
    }

    .accordion-toggle a:hover {
        color: #BD9A5F;
    }

    .accordion-toggle:before {
        line-height: 1;
        width: 14px;
        transform: translateY(-25%);
        right: 5px;
        top: 25%;
        font-size: 32px;
        position: absolute;
        content: "+";
        display: none;
        -webkit-transition: -webkit-transform .3s ease;
        transition: -webkit-transform .3s ease;
        -o-transition: transform .3s ease;
        transition: transform .3s ease;
        transition: transform .3s ease,-webkit-transform .3s ease;
    }

    .accordion-toggle.active:before {
        -webkit-transform: rotate(45deg) scale(1.08);
        -ms-transform: rotate(45deg) scale(1.08);
        transform: rotate(45deg) scale(1.08);
        top: 20%;
    }
/*.accordion-toggle.active {
    pointer-events: none;
}*/
.accordion-content {
    overflow: hidden;
    /*display: none;*/
    padding: 20px 15px 10px;
    margin: 0;
    line-height: 24px;
}

    .accordion-content p {
        color: #000;
        line-height: 1.6 !important;
        margin-bottom: 20px;
    }

        .accordion-content p img {
            width: 100% !important;
        }

.accordian-wrapper {
    margin-bottom: 0;
}

    .accordian-wrapper:last-child {
        margin-bottom: 20px;
    }

.accordion-toggle .tab-icon {
    display: none;
    font-size: 1.29rem;
    min-width: 26px;
    /*display: inline-block;*/
    vertical-align: top;
    margin-right: 15px;
    text-align: right;
}

.card-header {
    margin: 15px auto;
    border-bottom: 1px solid #000;
}

    .card-header > a {
        position: relative;
        display: block;
        font-weight: bold;
        font-size: 28px;
        letter-spacing: 0.1em;
        margin: 0.67em 0;
    }

        .card-header > a:before {
            background-image: url('../img/minus.png');
            content: "";
            position: absolute;
            width: 14px;
            height: 14px;
            top: 15px;
            right: 0;
        }

        .card-header > a.collapsed:before {
            background-image: url('../img/plus.png');
            content: "";
            position: absolute;
            width: 14px;
            height: 14px;
            top: 15px;
            right: 0;
        }
/* Ürün Detay */
/* İç Sayfa Breadcrumb */
.pages-header {
    height: 350px;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-blend-mode: overlay;
    border-bottom: 1px solid #e9e9e9;
    border-top: 1px solid #e9e9e9;
    margin-top: -112px;
}

    .pages-header:before {
        background: rgba(110, 193, 228,.7);
        opacity: .4;
        position: absolute;
        content: '';
        width: 100%;
        height: 100%;
        top: 2px;
        left: 0;
        z-index: 0;
    }

    .pages-header > .container-fluid {
        position: absolute;
        bottom: 15%;
        width: 100%;
        text-align: center;
    }

        .pages-header > .container-fluid > h1 {
            font-weight: 700;
            color: #fff;
            position: relative;
            z-index: 1;
        }

    .pages-header video {
        width: 100%;
        height: 350px;
        object-fit: cover;
        display: inline-block;
        vertical-align: baseline;
    }

.breadcrumbs {
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    padding: 15px 0;
    /*border-bottom: 1px solid #e9e9e9;*/
    color: #fff;
    margin-bottom: 15px;
    position: relative;
    z-index: 1;
}

    .breadcrumbs span {
        margin-right: 20px;
        position: relative;
    }

    .breadcrumbs a {
        text-decoration: none;
        color: #fff;
        font-weight: 700;
    }

        .breadcrumbs a:after {
            border-bottom: 5px solid transparent;
            border-left: 5px solid #fff;
            border-top: 5px solid transparent;
            content: "";
            display: inline-block;
            position: absolute;
            right: -11px;
            top: 3px;
        }

        .breadcrumbs a:before {
            border-bottom: 6px solid transparent;
            border-left: 6px solid rgba(0,0,0,.2);
            border-top: 6px solid transparent;
            content: "";
            display: inline-block;
            position: absolute;
            right: -12px;
            top: 2px;
        }
/* İç Sayfa Breadcrumb */
/* SERTİFİKALAR */
.belgeler {
    padding: 0 10px;
}

    .belgeler > div {
        padding: 0;
    }

.snip1507 {
    position: relative;
    overflow: hidden;
    margin: 5px;
    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;
        width: 100%;
        height: 60vh;
        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: #00aadb;
        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: #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;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        height: 35px;
        color: #fff;
    }

    .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 */
/* Header */
.navbar {
    border-radius: 4px;
    margin: 0;
    min-height: inherit;
}

.right.navbar {
    float: right;
}

.navbar-nav li:hover > ul.dropdown-menu {
    display: block;
}

.dropdown-submenu {
    position: relative;
}

    header > .head-area > .container-fluid > .inset > .col .dropdown-menu li > .dropdown-menu,
    .dropdown-submenu > .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: -6px;
    }

/* rotate caret on hover */
.dropdown-menu > li > a:hover:after {
    text-decoration: underline;
    transform: rotate(-90deg);
}

@media (min-width: 768px) {
    .navbar-expand-md .navbar-toggler {
        display: none;
    }
}

.siteheader.header-fixed {
    background: #2b2b2b !important;
    -webkit-transition: background-color 300ms linear;
    -ms-transition: background-color 300ms linear;
    transition: background-color 300ms linear;
    box-shadow: 0 2px 30px 0 rgb(0 0 0 / 15%);
    padding: 0 !important;
    position: fixed !important;
    z-index: 999;
}

    .siteheader.header-fixed .notsticky {
        display: none;
    }

    .siteheader.header-fixed.opened {
        background: transparent;
        box-shadow: none;
    }

    .siteheader.header-fixed .header-logo img {
        width: 125px;
        margin: 0 auto;
        -webkit-transition: width 300ms linear;
        -ms-transition: width 300ms linear;
        transition: width 300ms linear;
    }

.siteheader .sticky {
    display: none;
}

.siteheader.header-fixed .notsticky {
    display: none;
}

.siteheader.header-fixed .sticky {
    display: block;
    /*margin: 0 auto;*/
    /* Sitemaster dili açınca, açılacak; ön tarafta col'lar düzeltilecek. */
    margin: 0;
    padding: 5px 0;
}

.siteheader.header-fixed .sitelogo img {
    margin-top: 0 !important;
}

.siteheader.header-fixed .menubutton:before, .siteheader.header-fixed .menubutton:after {
    background: #fff;
}

.siteheader.header-fixed .sitesag .dropbtn {
    color: #000 !important;
}

/*header.header-fixed .header_address .option {
    border-right: 1px solid rgba(0, 0, 0, 0.15);
}

    header.header-fixed .header_address .option a,
    header.header-fixed .dropdown a,
    header.header-fixed > .head-area > .container-fluid > .inset > .col > div > nav > div > ul > li > a {
        color: #000 !important;
    }

    header.header-fixed .header_address .option.dil a:last-child,
    header.header-fixed .header_address .option:nth-child(3),
    header.header-fixed .header_address .option:last-child {
        border-right: 0;
    }

    header.header-fixed .header_address .option.dil a {
        border-right: 1px solid rgba(0, 0, 0, 0.15);
        padding: 0 10px;
    }*/

header {
    background-color: transparent;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9;
    transition: background-color .3s;
}

    header > .head-area {
        padding: 0 15px;
        position: relative;
    }

        header > .head-area > .container-fluid {
            /*display: flex !important;*/
        }

            header > .head-area > .container-fluid > .inset {
                width: 100%;
                display: flex;
                align-items: center;
                justify-content: center;
            }

                header > .head-area > .container-fluid > .inset > .col {
                    padding: 0;
                }

                header > .head-area > .container-fluid > .inset > .col-sag > .right {
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                    -webkit-box-orient: horizontal;
                    -webkit-box-direction: normal;
                    -ms-flex-flow: row nowrap;
                    flex-flow: row nowrap;
                    -webkit-box-pack: justify;
                    -ms-flex-pack: justify;
                    justify-content: end;
                    -webkit-box-align: center;
                    -ms-flex-align: center;
                    align-items: center;
                    width: 100%;
                    color: #1c1c22;
                }


.btn-black {
    color: #fff;
    background-color: #1c1c22;
}

.btn-style-1 {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 150px;
    height: 54px;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    overflow: hidden;
    z-index: 1;
    -webkit-mask-image: -webkit-radial-gradient(white,#000);
    cursor: pointer;
    color: #fff;
}

    .btn-style-1.active:after, .btn-style-1.active:before, .btn-style-1:hover:after, .btn-style-1:hover:before {
        -webkit-transform: translate(0,0);
        transform: translate(0,0);
        color: #fff !important;
    }

    .btn-style-1:after, .btn-style-1:before {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-color: rgba(255,255,255,.25);
        -webkit-transition: all .3s;
        transition: all .3s;
        -webkit-transform: translate(0,-100%);
        transform: translate(0,-100%);
        -webkit-transition-timing-function: cubic-bezier(.75,0,.125,1);
        transition-timing-function: cubic-bezier(.75,0,.125,1);
        z-index: -1;
    }

.btn-black:after {
    background-color: #fff;
    color: #fff !important;
}

.btn-gold {
    color: #fff;
    background-color: rgba(60,60,60,0.7);
}

.btn-style-1:after {
    -webkit-transition-delay: .2s;
    transition-delay: .2s;
    background-color: #fff;
}

.btn-gold:before {
    background-color: rgba(0,0,0,.25);
}

.btn-gold:after {
    background-color: #1c1c22;
}

.btn-style-1 span {
    letter-spacing: .5px;
    color: #fff !important;
}

.btn-location.desktop {
    border-radius: 0 !important;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 54px;
    height: 54px;
    background: #fff;
    cursor: pointer;
}

.btn-location svg {
    width: 64px;
    fill: rgba(60,60,60,0.7);
    height: 64px;
    font-size: 64px;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.btn-location:hover svg {
    opacity: .6;
}

header > .head-area > .container-fluid > .inset > .col .dropdown-menu li {
    display: block;
    padding: 0;
}

header > .head-area > .container-fluid > .inset > .col li {
    display: inline-block;
    padding: 10px 5px;
}

    header > .head-area > .container-fluid > .inset > .col li img {
        margin-right: 5px;
    }

header > .head-area > .container-fluid > .inset > .col > div > nav > div > ul > li.dropdown > ul > li > a,
header > .head-area > .container-fluid > .inset > .col > div > nav > div > ul > li > a {
    color: #fff;
    line-height: 24px;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
}

header > .head-area > .container-fluid > .inset > .col li:hover a {
    opacity: .75;
}

header > .head-area > .container-fluid > .inset > .col .dropdown-menu li a {
    color: rgba(0,0,0,.8);
}

header > .head-area > .container-fluid > .inset > .col > .col-flex {
    /*display: inline-flex;*/
    position: relative;
    padding: 10px 0;
    /*flex-direction: column;
                    align-items: center;
                    justify-content: center;*/
}

    header > .head-area > .container-fluid > .inset > .col > .col-flex.header-button {
        text-align: right;
    }
/*header > .head-area > .container-fluid > .inset > .col > .col-flex.header-menu {
                            width: 70%;
                        }

                        header > .head-area > .container-fluid > .inset > .col > .col-flex.header-lang {
                            width: 15%;
                        }

                        header > .head-area > .container-fluid > .inset > .col > .col-flex.header-button {
                            width: 15%;
                        }*/
/*header > .head-area > .container-fluid > .inset > .col > .header-button {
                    margin-left: 25px;
                }*/

header > .head-area > .container-fluid > .inset > .col > .header-button > a {
    color: #fff;
    background-color: rgba(60,60,60,0.7);
    box-shadow: 0 6px 10px 0 rgb(247 64 112 / 30%);
    border-width: 1px;
    padding-right: 1em !important;
    padding-left: 1em !important;
    overflow: hidden;
    box-shadow: 0 0 0 transparent;
    display: inline-flex;
    padding: 0;
    position: relative;
    line-height: 36px;
    font-size: 14px;
    font-weight: 500;
    white-space: nowrap;
    transition: all .3s;
}

    header > .head-area > .container-fluid > .inset > .col > .header-button > a:hover {
        background-color: transparent;
        background-image: none;
        box-shadow: inset 0 0 0 2px rgba(60,60,60,0.7);
        opacity: 1;
        -webkit-transform: scale(0.97);
        -ms-transform: scale(0.97);
        transform: scale(0.97);
        color: rgba(60,60,60,0.7);
    }

    header > .head-area > .container-fluid > .inset > .col > .header-button > a > span {
        margin: -0.5px;
        padding: 0.4em 1em;
        display: inline-flex;
        border-radius: inherit;
        border-color: inherit;
        align-items: center;
        transition: transform .3s cubic-bezier(.22,.665,.34,.875);
    }

        header > .head-area > .container-fluid > .inset > .col > .header-button > a > span > .btn-txt {
            position: relative;
            z-index: 3;
        }

        header > .head-area > .container-fluid > .inset > .col > .header-button > a > span > .btn-icon {
            margin-inline-end: 0;
            margin-inline-start: 8px;
            position: relative;
            z-index: 3;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            font-size: 1em;
            letter-spacing: 0;
            background-size: 99.99% !important;
            transition: background .3s,color .125s,box-shadow .3s,border .3s;
        }

.dropbtn {
    color: #000;
    padding: 10px;
    font-size: 14px;
    border: none;
}

    /*.dropbtn:hover {
        color: #fff;
    }*/

    .dropbtn > svg {
        margin: 3px;
    }

.dropdown {
    position: relative;
    /*display: inline-block;*/
    display: block;
    color: #000;
}

    .dropdown > ul > li > a {
        color: #000 !important;
        line-height: 20px;
        font-size: 16px;
        font-weight: 500;
    }

    .dropdown > .dropdown-menu {
        min-width: 120px !important;
    }

.dropdown-content {
    display: none;
    position: absolute;
    background-color: rgb(237, 242, 246);
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

    .dropdown-content a {
        color: black !important;
        padding: 10px;
        text-decoration: none;
        display: flex;
        text-align: center;
    }

        .dropdown-content a:hover {
            background-color: #ddd;
        }

.open > .dropdown-menu li a img {
    margin-right: 5px;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown-content > ul > li {
    display: block !important;
    padding: 0 !important;
}
/* Header */
/* Slide */
.main-slide .owl-nav {
    position: absolute;
    bottom: -60px;
    z-index: 99;
    width: 100%;
}

    .main-slide .owl-nav button {
        width: 42px;
        height: 42px;
        background: #fff !important;
        border: 1px solid #000 !important;
        -webkit-transition: all .3s cubic-bezier(.25,.1,.25,1);
        -moz-transition: all .3s cubic-bezier(.25,.1,.25,1);
        -o-transition: all .3s cubic-bezier(.25,.1,.25,1);
        transition: all .3s cubic-bezier(.25,.1,.25,1);
    }

.background-area {
    position: relative;
    height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-blend-mode: overlay;
}

.item-area {
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: absolute;
    right: 0;
    bottom: 25%;
}

.text > h1 {
    color: var(--colortwo);
    font-weight: bold;
    letter-spacing: -0.02em;
    line-height: 1em;
}

.text > p {
    color: var(--colortwo);
    line-height: 1.75em;
}

.slide-btn {
    margin: 15px auto;
    color: #fff;
    background-color: var(--colortwo);
    border-radius: 4px;
    letter-spacing: .1em;
    box-shadow: 20px 20px 40px 0px rgb(73 76 137 / 13%);
    overflow: hidden;
    display: inline-flex;
    padding: 0;
    position: relative;
    border: 1px solid rgb(44, 46, 49);
    line-height: 24px;
    font-size: 14px;
    font-weight: bold;
    white-space: nowrap;
    transition: all .3s;
}

    .slide-btn:hover {
        border-color: transparent;
        background-color: var(--colorone);
        color: #000;
        transform: translate3d(0,-2px,0);
        box-shadow: 20px 12px 28px rgb(0 0 0 / 12%);
    }

    .slide-btn > span {
        margin: 0 auto;
        padding: 0.4em 2em;
        display: inline-flex;
        border-radius: inherit;
        border-color: inherit;
        align-items: center;
        transition: transform .3s cubic-bezier(.22,.665,.34,.875);
    }

        .slide-btn > span > .btn-txt {
            position: relative;
            z-index: 3;
        }

/* Slide */
/* Şerit 47 */
.serit47 {
    width: 100%;
    height: 100vh;
    position: relative;
    will-change: transform;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-blend-mode: overlay;
    /*background-color: rgba(0,0,0,0.5);*/
    background-image: url('https://www.kronenhof.com/fileadmin/_processed_/b/f/csm_en_golf___7__5a682c5550.jpg');
}

    .serit47 > div.sag {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        height: 100vh;
        align-items: center;
        justify-content: center;
        background-color: rgba(0,0,0,0.5);
        padding: 0 40px;
    }

    .serit47 > div > div > h2 {
        color: #fff;
        font-size: 54px;
        margin-bottom: 6vw;
        line-height: .9;
        text-transform: uppercase;
        font-weight: 700;
        font-family: 'Montserrat', sans-serif;
        position: relative;
    }

        .serit47 > div > div > h2 span.script {
            color: #2b2b2b;
            bottom: -40px;
            font-size: 36px;
            left: -35px;
            text-transform: none;
            position: absolute;
            right: 0;
            line-height: 1;
            display: inline-block;
            vertical-align: top;
            pointer-events: none;
            font-family: 'MonteCarlo', cursive;
            font-weight: normal;
            color: #fff;
        }

    .serit47 > div > div > p {
        margin-top: 10px;
        margin-bottom: 10px;
        color: #fff;
        font-size: 14px;
        line-height: 1.7em;
        font-weight: 400;
    }

.def-link.white {
    color: #fff;
}

    .def-link.white span img {
        filter: invert(1);
    }
/* Şerit 47 */

/* Hizmetler */

.corp-our-resorts.button-art {
    padding: 6vw 8vw;
    position: relative;
    margin: 0 auto;
    text-align: center;
}

.corp-our-resorts {
    /*padding: 0 6vw;*/
    position: relative;
    overflow: hidden;
}

    .corp-our-resorts.blog {
        padding-bottom: 1vw !important;
    }

    .corp-our-resorts .resort-bg {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
        width: 100%;
        height: 100%;
        background-repeat: no-repeat;
        background-size: contain;
        background-position: top left;
        /*background-blend-mode: overlay;*/
    }

    .corp-our-resorts .hm-title {
        color: #000;
        font-size: 64px;
        margin-bottom: 6vw;
        line-height: .9;
        text-transform: uppercase;
        font-weight: 700;
        font-family: 'Montserrat', sans-serif;
        position: relative;
        z-index: 9;
        text-align: center;
    }

        .corp-our-resorts .hm-title span {
            bottom: -40px;
            font-size: 64px;
            left: -35px;
            text-transform: none;
            position: absolute;
            right: 0;
            line-height: 1;
            display: inline-block;
            vertical-align: top;
            pointer-events: none;
            font-family: 'MonteCarlo', cursive;
            font-weight: normal;
            color: #2b2b2b;
        }

    .corp-our-resorts .resorts-wrapper {
        position: relative;
        z-index: 2;
    }

        .corp-our-resorts .resorts-wrapper .hm-resorts-carousel {
            position: relative;
        }

            .corp-our-resorts .resorts-wrapper .hm-resorts-carousel .single-resort {
                height: 100%;
            }

.abs-img-wrapper.hizmet img {
    height: 250px;
}

.corp-our-resorts .resorts-wrapper .single-resort {
    position: relative;
    background-color: #fff;
    padding-bottom: 30px;
}

    .corp-our-resorts .resorts-wrapper .single-resort.blog .desc-wrapper .desc,
    .corp-our-resorts .resorts-wrapper .single-resort.blog .desc-wrapper .desc p,
    .corp-our-resorts .resorts-wrapper .single-resort.blog .desc-wrapper .location,
    .corp-our-resorts .resorts-wrapper .single-resort.blog .desc-wrapper .title,
    .corp-our-resorts .resorts-wrapper .single-resort.blog .desc-wrapper {
        text-align: left !important;
    }

    .corp-our-resorts .resorts-wrapper .single-resort .resort-logo {
        margin: -1.5625vw auto;
    }

    .corp-our-resorts .resorts-wrapper .single-resort .resort-logo {
        width: auto;
        position: relative;
        z-index: 1;
    }

    .corp-our-resorts .resorts-wrapper .single-resort .desc-wrapper {
        padding: 2vw;
        -webkit-box-shadow: 5px 5px 35px -30px rgb(0 0 0 / 60%);
        box-shadow: 5px 5px 35px -30px rgb(0 0 0 / 60%);
        margin-bottom: 20px;
    }

        .corp-our-resorts .resorts-wrapper .single-resort .desc-wrapper > .button {
            background: transparent;
            position: relative;
            display: inline-block;
            margin: 0.5em auto;
            padding: 15px 0;
        }

            .corp-our-resorts .resorts-wrapper .single-resort .desc-wrapper > .button > a {
                transition: none;
                border-radius: 50px;
                padding: 0;
                display: flex;
                flex-flow: row nowrap;
                justify-content: center;
                align-items: center;
                align-content: flex-start;
            }

                .corp-our-resorts .resorts-wrapper .single-resort .desc-wrapper > .button > a > .button_text {
                    font-weight: 500;
                    letter-spacing: -1px;
                    color: #000;
                    font-size: 11px;
                }

                .corp-our-resorts .resorts-wrapper .single-resort .desc-wrapper > .button > a > .button_icon {
                    transition: all 300ms ease;
                    margin-left: 0.5em;
                    color: #000;
                }

        .corp-our-resorts .resorts-wrapper .single-resort .desc-wrapper:hover > .button > a > .button_icon {
            transform: translateX(0.2em);
        }

        .corp-our-resorts .resorts-wrapper .single-resort .desc-wrapper .title {
            font-size: 1.6666666667vw;
        }

        .corp-our-resorts .resorts-wrapper .single-resort .desc-wrapper .title {
            font-weight: 500;
            margin-bottom: 0;
        }

        .corp-our-resorts .resorts-wrapper .single-resort .desc-wrapper .location {
            font-size: .8333333333vw;
            margin-bottom: 1.5625vw;
        }

        .corp-our-resorts .resorts-wrapper .single-resort .desc-wrapper .location {
            font-weight: 400;
        }

        .corp-our-resorts .resorts-wrapper .single-resort .desc-wrapper .desc {
            display: -webkit-box;
            -webkit-line-clamp: 5;
            -webkit-box-orient: vertical;
            overflow: hidden;
            height: 115px;
            font-size: 14px;
            line-height: 1.7em;
            font-weight: 400;
            margin-bottom: 4vw;
        }

/*.corp-our-resorts .resorts-wrapper .single-resort .desc-wrapper .desc p {
                text-align: center !important;
            }*/
.card_image_item {
    border: 1px solid #dedede;
    box-shadow: 0 7px 30px -10px rgb(133 153 162 / 50%);
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    transition: all 600ms ease-in-out;
    cursor: pointer;
    margin: 15px;
}

    .card_image_item > .card_image > a {
        float: left;
        width: 100%;
        position: relative;
        overflow: hidden;
    }

        .card_image_item > .card_image > a > img {
            display: block;
            margin: 0;
            line-height: 0;
            width: 100%;
            max-width: 100%;
            height: 15vw;
            transition: transform 650ms ease-in-out,filter 650ms ease-in-out;
        }

    .card_image_item:hover > .card_image > a > img {
        transform: scale3d(1.05,1.05,1.05);
    }

    .card_image_item > .card_image_content {
        background-color: #fff;
        display: block;
        padding: 1em;
        float: left;
        width: 100%;
        text-align: left;
    }

        .card_image_item > .card_image_content > h3 {
            position: relative;
            text-align: left;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            overflow: hidden;
            height: 50px;
            text-overflow: ellipsis;
            font-weight: 700;
            font-size: 18px;
            line-height: 1.4;
            letter-spacing: -2px;
            margin: 0 auto;
            padding-top: 5px;
            color: #000;
        }

        .card_image_item > .card_image_content > .button {
            background: transparent;
            position: relative;
            display: inline-block;
            margin: 0.5em auto;
            padding: 15px 0;
        }

            .card_image_item > .card_image_content > .button > a {
                transition: none;
                border-radius: 50px;
                padding: 0;
                display: flex;
                flex-flow: row nowrap;
                justify-content: center;
                align-items: center;
                align-content: flex-start;
            }

                .card_image_item > .card_image_content > .button > a > .button_text {
                    font-weight: 500;
                    letter-spacing: -1px;
                    color: #000;
                    font-size: 11px;
                }

                .card_image_item > .card_image_content > .button > a > .button_icon {
                    transition: all 300ms ease;
                    margin-left: 0.5em;
                    color: #000;
                }

    .card_image_item:hover > .card_image_content > .button > a > .button_icon {
        transform: translateX(0.2em);
    }

.brand_title > h4 {
    font-size: 14px;
    text-align: left;
    font-weight: 700;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 60px;
    padding-top: 5px;
    text-align: center;
}

.brand_logo > img {
    padding: 20px;
    border: 1px solid rgb(222, 222, 222);
    box-shadow: rgb(133 153 162 / 50%) 0px 7px 30px -10px;
    border-radius: 10px;
    margin: 25px auto;
}

.blog-slider {
    position: relative;
}

.card_image_item.little,
.card_image_item.big {
    margin: 15px 15px 25px;
}

    .card_image_item.little > .card_image > a > img {
        height: 20vw;
    }

    .card_image_item.big > .card_image > a > img {
        height: 34.95vw;
    }

    .card_image_item.little > .card_image_content {
        height: 15vw;
        text-align: left;
        padding: 1.5em;
    }

        .card_image_item.little > .card_image_content > .detail {
            position: relative;
            display: -webkit-box;
            -webkit-line-clamp: 3;
            -webkit-box-orient: vertical;
            overflow: hidden;
            height: 60px;
            text-overflow: ellipsis;
            margin: 5px auto;
        }

    .card_image_item.big > .card_image_content {
        position: absolute;
        z-index: 1;
        bottom: 0;
        background-color: transparent;
        text-align: left;
    }

        .card_image_item.big > .card_image_content > h3 > a {
            color: #fff;
        }

        .card_image_item.big > .card_image_content > .button {
            float: left;
            color: #fff;
        }

            .card_image_item.big > .card_image_content > .button > a > .button_icon,
            .card_image_item.big > .card_image_content > .button > a > .button_text,
            .card_image_item.big > .card_image_content > .date {
                color: #fff;
            }

.card_image_item > .card_image_content > .date {
    margin: .5em auto;
    display: block;
}

/* Hizmetler */
/* Kurumsal 1 */
.section.home-about-section {
    position: relative;
    overflow: hidden;
    padding-bottom: 0;
}

.section {
    padding-top: 130px;
    padding-bottom: 130px;
}

.w-container {
    margin-left: auto;
    margin-right: auto;
    max-width: 940px;
}

.base-container {
    max-width: 100%;
    padding-right: 30px;
    padding-left: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.home-about-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}

.home-about-left {
    position: relative;
    overflow: hidden;
    width: 70%;
    padding-right: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.home-about-right {
    position: relative;
    width: 30%;
}

.mdl-col {
    display: flex;
    justify-content: flex-end;
    padding-bottom: 10rem;
}

    .mdl-col .seo-img__right {
        width: 100%;
        float: right;
    }

    .mdl-col .seo-img__left {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 60%;
    }

    .mdl-col .seo-img img {
        width: 100%;
        height: auto;
    }

.about-grid {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    grid-row-gap: 16px;
    grid-column-gap: 16px;
}

    .about-grid > .w-background-video {
        position: relative;
        overflow: hidden;
        height: 300px;
        color: #fff;
    }

        .about-grid > .w-background-video > img {
            background-size: cover;
            background-position: 50% 50%;
            position: absolute;
            margin: auto;
            width: 100%;
            height: 100%;
            right: -100%;
            bottom: -100%;
            top: -100%;
            left: -100%;
            object-fit: cover;
            z-index: 1;
        }

.home-about-images-wrapper {
    position: relative;
    width: 96%;
    height: 100%;
    max-height: 700px;
    min-width: 555px;
}

.home-about-image-wrapper {
    position: absolute;
    left: 0%;
    top: auto;
    right: auto;
    bottom: -30%;
    z-index: 2;
}

.home-about-image-second {
    z-index: 2;
    width: 370px;
    height: 440px;
    box-shadow: 14px 14px 20px 0 rgb(0 0 0 / 12%);
    -o-object-fit: cover;
    object-fit: cover;
    max-width: 100%;
    vertical-align: middle;
    display: inline-block;
}

.home-about-gradient-overlay {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 3;
    background-image: linear-gradient(167deg, rgba(237, 255, 247, 0.44), hsla(0, 0%, 100%, 0) 47%, rgba(245, 173, 165, 0.85) 81%, rgba(255, 191, 183, 0.85));
    -webkit-filter: brightness(110%) saturate(200%);
    filter: brightness(110%) saturate(200%);
}

.home-about-image-first {
    position: absolute;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    z-index: 1;
    width: 465px;
    height: 595px;
    -o-object-fit: cover;
    object-fit: cover;
}

.hame-about-bg-image-position {
    position: absolute;
    left: 8%;
    top: 0%;
    right: auto;
    bottom: 0%;
    display: block;
    overflow: hidden;
    width: 300px;
}

.home-about-bg-image {
    position: absolute;
    top: 21%;
    bottom: 0%;
    display: block;
    height: 440px;
    -o-object-fit: cover;
    object-fit: cover;
}

.home-about-content {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    grid-row-gap: 40px;
}

    .home-about-content p {
        margin-top: 10px;
        margin-bottom: 10px;
        color: #000;
        font-size: 14px;
        line-height: 1.7em;
        font-weight: 400;
    }

.section-subtitle {
    margin-bottom: 20px;
    color: #000;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-top: 10px;
    line-height: 1.2em;
}

    .section-subtitle.white {
        color: #fff;
    }

.animated-divider.second-style {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.animated-divider {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

    .animated-divider h2 {
        margin-top: 10px;
        margin-bottom: 10px;
        color: #000;
        font-size: 36px;
        line-height: 1.2em;
        font-weight: 700;
        letter-spacing: 1px;
    }

.divider-block.second-style {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.divider-block {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 150px;
    height: 6px;
    margin-top: 20px;
    padding-top: 3px;
    padding-bottom: 3px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.divider {
    position: absolute;
    top: auto;
    width: 150px;
    min-height: 1px;
    background-color: hsla(0, 0%, 68.7%, 0.5);
}

.divider-primary {
    transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
    width: 30%;
    min-height: 3px;
    background-color: #f74070;
}

.home-page-advantages {
    overflow: hidden;
    display: grid;
    grid-teminfo-columns: repeat(auto-fit,minmax(100px,1fr));
    padding: 20px;
    margin: 0 auto;
    /*        background-color: #f6f6f6;
*/ text-align: center;
}

.advantages-item {
    position: relative;
    padding: 10px 15px;
    margin-bottom: 5px;
    background-color: #fff;
    overflow: hidden;
    text-align: left;
}

    .advantages-item:before {
        content: "";
        width: 1px;
        height: 80px;
        position: absolute;
        top: 8px;
        left: 0;
        background: #dcdcdc;
    }


    .advantages-item:first-child:before {
        display: none;
    }

    .advantages-item > div {
        display: inline-block;
        vertical-align: middle;
    }

    .advantages-item .picture {
        width: 40px;
        height: 40px;
    }

        .advantages-item .picture img {
            max-height: 100%;
            max-width: 100%;
        }

    .advantages-item .info {
        width: calc(100% - 55px);
        padding-left: 10px;
    }

    .advantages-item .title {
        font-size: 24px;
        color: #000;
        font-weight: bold;
        text-transform: uppercase;
        letter-spacing: 3px;
    }

        .advantages-item .title a {
            transition: all .2s ease;
        }

            .advantages-item .title a:hover {
                color: #000;
            }

    .advantages-item .description {
        display: block;
        margin-top: 10px;
        font-weight: 500;
        color: #000;
        font-size: 16px;
        letter-spacing: 0;
        line-height: 20px;
        text-overflow: ellipsis;
        text-transform: none;
        overflow: hidden;
    }

.section.home-upcoming-bg {
    position: relative;
    overflow: hidden;
    background-color: #fdf4f7;
}

.home-background-text-vertical {
    position: absolute;
    left: auto;
    top: 0%;
    right: 10%;
    bottom: 0%;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    color: #fdf4f7;
    font-size: 160px;
    line-height: 0.86em;
    font-weight: 700;
    text-transform: uppercase;
    text-shadow: 0 0 1.5px rgba(60,60,60,0.7);
}

.base-container.high-z-index {
    position: relative;
    z-index: 1;
    text-align: center;
}

.collection-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 60px;
}

.home-events-card {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    min-height: 450px;
    padding: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-color: #fff;
    text-align: left;
}

    .home-events-card img {
        height: 235px;
    }

    .home-events-card .home-events-text-block {
        margin-top: 10px;
        margin-bottom: 10px;
        color: #000;
        font-size: 14px;
        line-height: 1.7em;
        font-weight: 400;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        height: 75px;
    }

.home-events-title {
    width: 100%;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
    color: #000;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-top: 20px;
    line-height: 1.2em;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 40px;
}

.home-events-date-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.card-block {
    -webkit-box-shadow: 5px 5px 35px -30px rgb(0 0 0 / 60%);
    box-shadow: 5px 5px 35px -30px rgb(0 0 0 / 60%);
    /*border-radius: 1vw;*/
    overflow: hidden;
    background: #fff;
    display: block;
    text-decoration: none;
    margin-bottom: 30px;
}

    .card-block .img-holder {
        overflow: hidden;
    }

    .card-block .desc {
        position: relative;
        text-align: left;
        color: #000;
        padding: 2vw 5vw 2vw 2.2vw;
    }

    .card-block img {
        display: block;
        width: 100%;
        vertical-align: top;
        max-width: 100%;
        -webkit-transition: .2s all;
        transition: .2s all;
    }

    .card-block .desc span {
        height: 15px;
        color: #bdbdbd;
        font-size: .7vw;
        display: block;
        line-height: 1;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        font-family: 'Montserrat', sans-serif;
        text-transform: uppercase;
        font-weight: 600;
        letter-spacing: 1px;
    }

    .card-block .desc h3 {
        font-size: 1.1vw;
        line-height: 1.3;
        height: 40px;
        overflow: hidden;
        margin: 0;
        font-family: 'Montserrat', sans-serif;
        text-transform: uppercase;
        font-weight: 600;
    }

    .link-button,
    .card-block .desc .link-button {
        right: 2vw;
        height: 2vw;
        width: 2vw;
        position: absolute;
        margin: auto;
        top: 0;
        bottom: 0;
        border-radius: 100%;
        overflow: visible;
        -webkit-transition: .2s all;
        transition: .2s all;
        font-size: .7vw;
        display: block;
        line-height: 1;
        white-space: nowrap;
        text-overflow: ellipsis;
        font-family: 'Montserrat', sans-serif;
        text-transform: uppercase;
        font-weight: 600;
        letter-spacing: 1px;
    }

    .card-block:hover .img-holder img {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

    .link-button:hover,
    .card-block:hover .desc .link-button {
        right: 1.6vw;
    }

.card-location-grey,
.card-date-grey {
    color: #888;
    font-size: 13px;
    font-weight: 500;
}

    .card-location-grey > span,
    .card-date-grey > span {
        padding-right: 15px;
    }

.link-text {
    position: relative;
}

.home-events-button-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.home-events-address-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.arrow-button-grey-circle {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 60px;
    height: 60px;
    padding: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    border-radius: 100%;
    background-color: transparent;
    box-shadow: inset 0 0 0 2px hsl(0deg 0% 69% / 50%);
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    color: #222;
    font-size: 13px;
    line-height: 1;
    font-weight: 600;
    text-align: center;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

    .arrow-button-grey-circle:hover {
        border-style: none;
        background-color: rgba(60,60,60,0.7);
        box-shadow: 0 4px 15px 0 rgb(247 64 112 / 40%);
        opacity: 1;
        -webkit-transform: scale(0.97);
        -ms-transform: scale(0.97);
        transform: scale(0.97);
        color: #fff;
    }

.arrow-icon-button {
    margin-left: 0px;
    font-size: 14px;
}

.corporate-area {
    position: relative;
    background-color: #fff;
    box-shadow: rgb(255 255 255) 0px -11.25em 0px 0px inset;
}

    .corporate-area.icsayfa {
        position: relative;
        box-shadow: none;
        background-size: cover;
    }

    .corporate-area > .container {
        position: relative;
    }

    .corporate-area > .second {
        padding: 3em 15px 0;
    }

        .corporate-area > .second > div {
            /*padding: 0;*/
        }

            .corporate-area > .second > div > h1 {
                color: var(--colorone);
                font-size: 24px;
                font-weight: 500;
                margin: 0 auto;
            }

            .corporate-area > .second > div > h2 {
                color: var(--colortwo);
                font-size: 42px;
                font-weight: 600;
                margin: 0 auto;
            }

            .corporate-area > .second > div > .form-btn {
                float: right;
                color: #fff;
                background-color: var(--colortwo);
                border-radius: 4px;
                letter-spacing: .1em;
                box-shadow: 20px 20px 40px 0px rgb(73 76 137 / 13%);
                overflow: hidden;
                display: inline-flex;
                padding: 0;
                position: relative;
                border: 1px solid rgb(44, 46, 49);
                line-height: 24px;
                font-size: 14px;
                font-weight: 500;
                white-space: nowrap;
                transition: all .3s;
            }

                .corporate-area > .second > div > .form-btn:hover {
                    border-color: transparent;
                    background-color: var(--colorone);
                    color: var(--colorwhite);
                    transform: translate3d(0,-2px,0);
                    box-shadow: 20px 12px 28px rgb(0 0 0 / 12%);
                }

                .corporate-area > .second > div > .form-btn > span {
                    margin: 0 auto;
                    padding: 1em 2em;
                    display: inline-flex;
                    border-radius: inherit;
                    border-color: inherit;
                    align-items: center;
                    transition: transform .3s cubic-bezier(.22,.665,.34,.875);
                }

                    .corporate-area > .second > div > .form-btn > span > .btn-txt {
                        position: relative;
                        z-index: 3;
                    }

                        .corporate-area > .second > div > .form-btn > span > .btn-txt > .btn {
                            background-color: transparent !important;
                            border: none;
                            color: var(--colorwhite);
                            outline: none;
                        }

                    .corporate-area > .second > div > .form-btn > span > span:last-child {
                        padding-left: 5px;
                    }

.section.home-services {
    position: relative;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

    .section.home-services .background-overlay {
        background-color: transparent;
        background-image: linear-gradient(180deg,#190067 0%,rgba(60,60,60,0.7) 100%);
        opacity: .5;
        transition: background 0.3s,border-radius 0.3s,opacity 0.3s;
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        position: absolute;
    }

.elementor-widget-container {
    -webkit-transition: background .3s,border .3s,border-radius .3s,-webkit-box-shadow .3s;
    transition: background .3s,border .3s,border-radius .3s,-webkit-box-shadow .3s;
    -o-transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
    transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
    transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,-webkit-box-shadow .3s;
}

.info-box {
    text-align: left;
    cursor: pointer;
}

.info-box-1 {
    display: block;
    background-color: #fff;
    position: relative;
    z-index: 1;
    text-align: left;
    padding: 75px 30px;
    border-radius: 8px;
    margin: 50px auto;
}

    .info-box-1:hover:before {
        height: 100%;
        border-radius: 5px;
    }

    .info-box-1:before {
        content: "";
        position: absolute;
        z-index: -1;
        height: 4px;
        width: 100%;
        bottom: 0;
        left: 0;
        border-radius: 0 0 5px 5px;
        background-color: rgba(60,60,60,0.7);
        transition: all .3s ease-in-out;
    }

.info-box.first:before {
    background-color: #FFA800;
}

.info-box.two:before {
    background-color: #0FB5DA;
}

.info-box.third:before {
    background-color: #27D458;
}

.info-box.last:before {
    background-color: #FF3C77;
}

.info-box-1:hover:after {
    width: 100%;
    transition: all .5s ease-in-out;
}

.info-box-1:after {
    content: "";
    background-color: #fff;
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;
    right: 0;
    height: 4px;
    border-radius: 0 0 5px 5px;
    width: 0;
    margin: 0 auto;
    transition: all .2s ease-in-out;
}

.info-box-1 .icon-box {
    overflow: hidden;
    display: inline-block;
    color: rgba(60,60,60,0.7);
    font-size: 70px;
    line-height: 1;
    margin-bottom: 10px;
    transition: all .5s cubic-bezier(.7,0,.3,1);
}

.info-box-1:hover .icon-box img {
    filter: brightness(0) invert(1);
}

.info-box-1:hover .icon-box i, .info-box-1:hover .icon-box img {
    animation: toTopFromBottom .5s forwards;
}

.info-box-1 .icon-box i, .info-box-1 .icon-box img {
    transition: all .2s ease-in-out;
}

.elementor-widget-container img {
    height: auto;
    max-width: 100%;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.title {
    font-size: 21px;
}

.info-box-1:hover .title {
    color: #fff;
}

.info-box-1 .title {
    font-weight: 600;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 50px;
    color: #000;
}

.info-box-1:hover .description {
    color: #fff;
}

.info-box-1 .description {
    transition: all 0.3s ease-in-out 0s;
    font-size: 14px;
    line-height: 1.7em;
    font-weight: 400;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 75px;
    color: #000;
}

.section.home-bize-ulasin {
    position: relative;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
/* Kurumsal 1 */


/* Banner - 1 */
.block-area {
    position: relative;
    padding: 60px 0;
    height: 100vh;
}

    .block-area > .container {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .block-area > div > div > .sol-img > img {
        width: 100%;
    }

    .block-area > div > div > .sol-img > .banner-button {
        position: absolute;
        bottom: 5%;
        z-index: 1;
        left: 50%;
        transform: translate(-50%, -50%);
    }

        .block-area > div > div > .sol-img > .banner-button > div {
            color: #fff;
            background-color: #ffbf00;
            border-width: 1px;
            border-radius: 4px;
            padding-right: 1em !important;
            padding-left: 1em !important;
            overflow: hidden;
            box-shadow: 0 0 0 transparent;
            display: inline-flex;
            padding: 0;
            position: relative;
            border: 1px solid rgb(237, 242, 246);
            line-height: 24px;
            font-size: 14px;
            font-weight: bold;
            white-space: nowrap;
            transition: all .3s;
        }

            .block-area > div > div > .sol-img > .banner-button > div:hover {
                border-color: transparent;
                background-color: rgb(237, 242, 246);
                color: #000;
                transform: translate3d(0,-2px,0);
                box-shadow: 0 12px 28px rgb(0 0 0 / 12%);
            }

            .block-area > div > div > .sol-img > .banner-button > div > span {
                margin: -0.5px;
                padding: 0.6em 1em;
                display: inline-flex;
                border-radius: inherit;
                border-color: inherit;
                align-items: center;
                transition: transform .3s cubic-bezier(.22,.665,.34,.875);
            }

                .block-area > div > div > .sol-img > .banner-button > div > span > .btn-txt {
                    position: relative;
                    z-index: 3;
                }

                .block-area > div > div > .sol-img > .banner-button > div > span > .btn-icon {
                    margin-inline-end: 0;
                    margin-inline-start: 8px;
                    position: relative;
                    z-index: 3;
                    display: inline-flex;
                    align-items: center;
                    justify-content: center;
                    font-size: 1em;
                    letter-spacing: 0;
                    background-size: 99.99% !important;
                    transition: background .3s,color .125s,box-shadow .3s,border .3s;
                }

.heading {
    position: relative;
}

.heading2 {
    position: relative;
    text-align: center;
}

    .heading2.text-left {
        position: relative;
        text-align: left;
        margin-bottom: 30px;
    }

        .heading2.text-left > h5 {
            margin: 0 !important;
        }

    .heading2.margin10 {
        margin: 30px auto;
    }

.heading > h4 {
    display: block;
    margin-top: 0;
    margin-bottom: 1.25em !important;
    position: relative;
    font-weight: bold;
    line-height: 1.2em;
    letter-spacing: 0.1em;
    color: var(--colortwo);
}

.heading > h2 {
    display: block;
    margin-top: 0;
    margin-bottom: 1.25em !important;
    position: relative;
    color: var(--colortwo);
}

.heading > h5 {
    display: block;
    margin-top: 0;
    margin-bottom: 1.25em !important;
    position: relative;
    line-height: 1.25em;
    color: var(--colortwo);
    font-weight: normal;
}

.heading2 > h5 {
    width: 50%;
    margin: 1em auto;
    display: block;
    position: relative;
    line-height: 1.75em;
    color: #000000;
}

.heading2 > h1 {
    color: #000;
    font-size: 36px;
    margin-bottom: 6vw;
    line-height: .9;
    text-transform: uppercase;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    position: relative;
    text-align: center;
}

    .heading2 > h1 span.script {
        bottom: -40px;
        font-size: 36px;
        left: -35px;
        text-transform: none;
        position: absolute;
        right: 0;
        line-height: 1;
        display: inline-block;
        vertical-align: top;
        pointer-events: none;
        font-family: 'MonteCarlo', cursive;
        font-weight: normal;
        color: #2b2b2b;
    }

.banner-button {
    position: relative;
}

    .banner-button > a {
        color: var(--colortwo);
        background-color: var(--colorone);
        border-width: 1px;
        border-radius: 4px;
        padding-right: 1em !important;
        padding-left: 1em !important;
        overflow: hidden;
        box-shadow: 0 0 0 transparent;
        display: inline-flex;
        padding: 0;
        position: relative;
        border: 1px solid rgb(237, 242, 246);
        line-height: 24px;
        font-size: 14px;
        font-weight: bold;
        white-space: nowrap;
        transition: all .3s;
    }

        .banner-button > a:hover {
            border-color: transparent;
            background-color: rgb(237, 242, 246);
            color: #000;
            transform: translate3d(0,-2px,0);
            box-shadow: 0 12px 28px rgb(0 0 0 / 12%);
        }

        .banner-button > a > span {
            margin: -0.5px;
            padding: 0.6em 1em;
            display: inline-flex;
            border-radius: inherit;
            border-color: inherit;
            align-items: center;
            transition: transform .3s cubic-bezier(.22,.665,.34,.875);
        }

            .banner-button > a > span > .btn-txt {
                position: relative;
                z-index: 3;
            }

            .banner-button > a > span > .btn-icon {
                margin-inline-end: 0;
                margin-inline-start: 8px;
                position: relative;
                z-index: 3;
                display: inline-flex;
                align-items: center;
                justify-content: center;
                font-size: 1em;
                letter-spacing: 0;
                background-size: 99.99% !important;
                transition: background .3s,color .125s,box-shadow .3s,border .3s;
            }
/* Banner - 1 */
/* Banner Üçlü */
.block-area-uclu {
    position: relative;
}

    .block-area-uclu > div {
        padding: 0;
        margin: 0 auto;
    }

.elementor-column, .elementor-column-wrap {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-blend-mode: overlay;
    background-color: rgba(0, 0, 0, .3);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}

.elementor-column-wrap {
    border-style: solid;
    border-width: 0px 1px 0px 0px;
    border-color: #FFFFFF33;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding-top: 0;
    padding-bottom: 0;
    padding: 0;
    width: 100%;
}

.elementor-widget-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: start;
    align-content: flex-start;
}

    .elementor-widget-wrap > .elementor-element {
        width: 100%;
        text-align: left;
        position: relative;
    }

        .elementor-widget-wrap > .elementor-element > .elementor-widget-container {
            padding: 0px 0px 40px 0px;
            transition: 0.4s;
            position: relative;
            z-index: 1;
            cursor: pointer;
        }

        .elementor-widget-wrap > .elementor-element:hover > .elementor-widget-container {
            background-color: #0D122A66;
        }

        .elementor-widget-wrap > .elementor-element > .elementor-widget-container:hover:before {
            opacity: 1;
        }

        .elementor-widget-wrap > .elementor-element > .elementor-widget-container:before {
            content: '';
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            border-radius: inherit;
            opacity: 0;
            transition: inherit;
        }

        .elementor-widget-wrap > .elementor-element > .elementor-widget-container > .infobox_link {
            position: absolute;
            z-index: 2;
            width: 100%;
            height: 100%;
            left: 0;
            top: 0;
        }

        .elementor-widget-wrap > .elementor-element > .elementor-widget-container > .infobox {
            height: 60vh;
            justify-content: flex-end;
            display: flex;
            flex-direction: column;
            justify-content: flex-end;
            transition: 0.4s;
        }

            .elementor-widget-wrap > .elementor-element > .elementor-widget-container > .infobox > .infobox_wrapper,
            .elementor-widget-wrap > .elementor-element > .elementor-widget-container > .infobox > .infobox_wrapper .infobox-title_wrapper {
                position: relative;
            }

                .elementor-widget-wrap > .elementor-element > .elementor-widget-container > .infobox > .infobox_wrapper .infobox-title_wrapper h3 {
                    margin: 0px 70px 10px 40px;
                    font-size: 30px;
                    line-height: 42px;
                    color: #FFFFFF;
                    position: relative;
                    z-index: 1;
                    font-weight: 700;
                    word-break: break-word;
                    transition: 0.4s;
                }

                .elementor-widget-wrap > .elementor-element > .elementor-widget-container > .infobox > .infobox_wrapper .infobox_content {
                    font-weight: 400;
                    margin: 0px 40px 0px 40px;
                    color: #FFFFFF;
                    opacity: 0;
                    max-height: 0;
                    overflow: hidden;
                    transition: max-height 0.8s cubic-bezier(0, 1, 0, 1) -0.1s, opacity 0.4s;
                    font-size: 16px;
                    line-height: 1.875em;
                    transition: 0.4s;
                }

        .elementor-widget-wrap > .elementor-element > .elementor-widget-container:hover > .infobox > .infobox_wrapper .infobox_content {
            color: #FFFFFF;
            opacity: 1;
            max-height: 9999px;
            transition-timing-function: cubic-bezier(0.5, 0, 1, 0), ease;
            transition-delay: 0s, .1s;
        }

        .elementor-widget-wrap > .elementor-element > .elementor-widget-container > .infobox > .infobox_wrapper .infobox_content > p {
            display: inline-block;
            margin-top: 0;
            margin-bottom: 1.25em !important;
            position: relative;
            font-size: 16px;
            line-height: 1.75em;
            color: #fff;
        }

        .elementor-widget-wrap > .elementor-element > .elementor-widget-container > .infobox > .infobox_wrapper .infobox-button_wrapper {
            margin: 30px 0px 0px 40px;
        }

            .elementor-widget-wrap > .elementor-element > .elementor-widget-container > .infobox > .infobox_wrapper .infobox-button_wrapper .button-read-more {
                display: inline-block;
                position: relative;
                z-index: 1;
                width: 40px;
                height: 40px;
                max-width: -webkit-max-content;
                max-width: max-content;
                border: 1px solid;
                border-radius: 35px;
                font-weight: 700;
                vertical-align: middle;
                overflow: hidden;
                white-space: nowrap;
                transition: 0.5s ease-in-out;
                border-color: rgba(255, 255, 255, 0.5);
                background-color: rgba(243, 23, 23, 0);
                color: #fff;
            }

        .elementor-widget-wrap > .elementor-element > .elementor-widget-container:hover > .infobox > .infobox_wrapper .infobox-button_wrapper .button-read-more {
            width: 200px;
            border-color: transparent;
            color: var(--colortwo);
            background-color: var(--colorone);
            transform: translate3d(0,-2px,0);
            box-shadow: 0 12px 28px rgb(0 0 0 / 12%);
        }

        .elementor-widget-wrap > .elementor-element > .elementor-widget-container > .infobox > .infobox_wrapper .infobox-button_wrapper .button-read-more svg {
            color: #FFFFFF;
            display: inline-block;
            text-align: center;
            z-index: 1;
            width: 40px;
            height: 18px;
            line-height: 38px;
            transition: 0.5s;
            vertical-align: middle;
        }

        .elementor-widget-wrap > .elementor-element > .elementor-widget-container:hover > .infobox > .infobox_wrapper .infobox-button_wrapper .button-read-more svg {
            color: var(--colortwo);
        }

        .elementor-widget-wrap > .elementor-element > .elementor-widget-container > .infobox > .infobox_wrapper .infobox-button_wrapper .button-read-more span {
            transition: background-color .5s;
            font-size: 12px;
            font-weight: 700;
            line-height: 38px;
            display: inline-block;
            vertical-align: middle;
            padding-right: 25px;
            padding-left: 4px;
            min-height: 38px;
        }
/* Banner Üçlü */
/* Referanslar */
.referance-area {
    position: relative;
    margin: 60px auto;
    text-align: center;
}

    .referance-area .heading {
        margin-bottom: 30px;
    }

    .referance-area .item-brand {
        padding: 0;
        align-items: stretch;
        display: flex;
        align-items: flex-start;
    }

        .referance-area .item-brand .inner {
            justify-content: center;
            transition: box-shadow .3s,transform .65s cubic-bezier(.23,1,.32,1);
            display: flex;
            width: 100%;
            height: 30vh;
            flex-direction: column;
            flex-grow: 1;
            position: relative;
        }

            .referance-area .item-brand .inner .brand-wrapper {
                position: relative;
            }

                .referance-area .item-brand .inner .brand-wrapper .brand-content {
                    display: flex;
                    margin-bottom: 0;
                }

                    .referance-area .item-brand .inner .brand-wrapper .brand-content figure {
                        justify-content: center;
                        display: inline-flex;
                        vertical-align: top;
                        margin: 0;
                        max-width: 100%;
                        flex-grow: 1;
                        position: relative;
                    }

                        .referance-area .item-brand .inner .brand-wrapper .brand-content figure .in {
                            margin-bottom: 0;
                            display: inline-flex;
                            flex-direction: column;
                            vertical-align: top;
                            max-width: 100%;
                        }

                            .referance-area .item-brand .inner .brand-wrapper .brand-content figure .in img {
                                height: auto;
                                max-width: 100%;
                                vertical-align: top;
                                border-radius: inherit;
                            }
/* Referanslar */
/* Blog */
.urunler .blog-layout-1 {
    margin: 15px 0;
}

.bloglar .blog-layout-1 {
    margin: 30px 15px;
}

.blog-layout-1 {
    position: relative;
    margin: 60px 15px;
    background-color: #fff;
}

    .blog-layout-1 .post-img {
        overflow: hidden;
        position: relative;
        height: 250px;
        width: 100%;
        display: grid;
        border-radius: 10px 10px 0 0;
    }

        .blog-layout-1 .post-img a {
            pointer-events: none;
        }

        .blog-layout-1 .post-img.figure-bottom {
            border-radius: 0 0 10px 10px;
        }

        .blog-layout-1 .post-img img {
            transform: scale(1.02);
            border-radius: 10px 10px 0 0;
            transition: all .5s ease-in-out;
            height: 100%;
            width: 100%;
            max-width: 100%;
            min-width: 100%;
            border: none;
            border-radius: 0;
            -webkit-box-shadow: none;
            box-shadow: none;
        }

    .blog-layout-1:hover .post-img img {
        transform: scale(1.1);
    }

.urunler .blog-layout-1 .entry-date-wrap {
    right: 40px;
}

.blog-layout-1 .entry-date-wrap {
    position: absolute;
    right: 0;
    bottom: 40px;
    transition: all .3s ease-in-out;
}

    .blog-layout-1 .entry-date-wrap .entry-date {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translateX(-50%) translateY(-50%);
        text-align: center;
        color: #fff;
        font-size: 30px;
        line-height: 1.1;
        font-weight: 700;
    }

        .blog-layout-1 .entry-date-wrap .entry-date span {
            color: #fff;
            font-weight: 400;
            font-size: 16px;
            display: block;
        }

            .blog-layout-1 .entry-date-wrap .entry-date span img {
                height: 60px;
                width: 60px;
                display: block;
                max-width: 60px;
                min-width: 60px;
            }

.blog-layout-1:hover .entry-date-wrap {
    bottom: 50px;
}

.blog-layout-1 .content-box {
    padding: 20px 30px 25px;
    box-shadow: 0 0 20px 0 rgba(0,0,0,.1);
}

.blog-layout-1 h3.post-title {
    margin: 10px auto;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 55px;
}

    .blog-layout-1 h3.post-title a {
        width: 100%;
        padding-bottom: 20px;
        margin-bottom: 20px;
        color: #000;
        font-size: 21px;
        font-weight: 600;
        letter-spacing: 2px;
        text-transform: uppercase;
        line-height: 1.2em;
        pointer-events: none;
    }

.blog-layout-1 .entry-description {
    margin-top: 10px;
    margin-bottom: 10px;
    color: #000;
    font-size: 14px;
    line-height: 1.7em;
    font-weight: 400;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 70px;
}

.btn-text:before {
    content: "";
    background-color: rgba(60,60,60,0.7);
    height: 2px;
    width: 0;
    position: absolute;
    bottom: -5px;
    left: 0;
    transition: all .3s ease-in-out;
}

.btn-text {
    color: rgba(60,60,60,0.7);
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 2px;
    position: relative;
    z-index: 1;
    transition: all .3s ease-in-out;
}

    .btn-text:hover {
        color: rgba(60,60,60,0.7);
    }

        .btn-text:hover:before {
            width: 100%;
        }

.blog-layout-1.addon-2 .content-box .btn-text {
    margin-top: 0;
}

.blog-layout-1 .btn-text {
    margin-top: 15px;
    display: inline-block;
}

ul.entry-meta {
    padding-left: 0;
    margin-bottom: 3px;
    list-style: none;
    align-items: center;
}

    ul.entry-meta li {
        margin-right: 15px;
        margin-bottom: 5px;
        font-size: 13px;
        display: inline;
        font-weight: 500;
        color: #5a5a5a;
    }

        ul.entry-meta li:last-child {
            margin-right: 0;
        }

        ul.entry-meta li a {
            margin-left: 3px;
            font-weight: 400;
            color: #5a5a5a;
            text-transform: capitalize;
            transition: all .3s ease-in-out;
        }

        ul.entry-meta li .meta-icon svg {
            margin-right: 5px;
            color: rgba(60,60,60,0.7);
            transition: all .3s ease-in-out;
        }

.item-blog {
    padding: 5px;
    margin-bottom: 15px;
}

    .item-blog article {
        position: relative;
        background-color: #fff;
        flex-grow: 1;
        transition: box-shadow .65s,transform .65s;
        transition-timing-function: cubic-bezier(.23,1,.32,1);
        border-radius: 4px !important;
        overflow: hidden !important;
        box-shadow: 0 20px 55px rgb(82 71 175 / 9%);
    }

        .item-blog article:hover {
            z-index: 2;
            box-shadow: 0 25px 55px rgb(0 0 0 / 8%);
            transform: translateY(-2px);
        }

        .item-blog article .picture-area {
            overflow: hidden;
        }

            .item-blog article .picture-area figure {
                transform: scale(1);
                transition: transform 1s cubic-bezier(.23,1,.32,1);
                transition: box-shadow .45s cubic-bezier(.23,1,.32,1);
                margin: 0;
            }

                .item-blog article .picture-area figure img {
                    width: 100%;
                    height: 250px;
                    -o-object-fit: cover;
                    object-fit: cover;
                    -o-object-position: 50% 15%;
                    object-position: 50% 15%;
                }

        .item-blog article:hover .picture-area {
            transform: scale(1.15);
            transition-duration: 10s;
        }

        .item-blog article .picture-area .meta {
            position: absolute;
            top: 25px;
            left: 25px;
            font-size: 11px;
            z-index: 2;
            font-weight: 700 !important;
            letter-spacing: .1em !important;
            text-transform: uppercase !important;
            background-color: #fff;
            display: inline-flex !important;
            padding: 9px 16px;
            transition: all .3s;
            box-shadow: 0 0 0 rgb(0 0 0 / 25%);
            line-height: 1.5em;
            border-radius: 50em !important;
        }

            .item-blog article .picture-area .meta a {
                color: #000;
            }

        .item-blog article .text-header {
            padding: 0rem 2rem;
        }

            .item-blog article .text-header h4 a {
                margin: 1.25em auto !important;
                position: relative;
                font-weight: bold;
                line-height: 1.2em;
                letter-spacing: 0.1em;
                color: #000000;
                display: -webkit-box;
                -webkit-line-clamp: 2;
                -webkit-box-orient: vertical;
                overflow: hidden;
                height: 40px;
            }

            .item-blog article .text-header p a {
                margin: 1.25em auto !important;
                position: relative;
                font-weight: 500;
                line-height: 1.25em;
                color: #000000;
                display: -webkit-box;
                -webkit-line-clamp: 3;
                -webkit-box-orient: vertical;
                overflow: hidden;
                height: 80px;
            }

.overlay-a {
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/* Blog */
/* Slide Block */
.slide-block {
    position: relative;
    padding: 60px 20px 20px;
    display: flex;
    align-items: flex-start;
}

    .slide-block > .inner {
        transition: box-shadow 0.3s ease 0s, transform 0.65s cubic-bezier(0.23, 1, 0.32, 1) 0s;
        display: flex;
        width: 100%;
        flex-direction: column;
        flex-grow: 1;
        position: relative;
    }

        .slide-block > .inner:hover {
            transform: translateY(-5px);
        }

        .slide-block > .inner > .inset {
            position: relative;
        }

            .slide-block > .inner > .inset > .iconbox {
                align-items: flex-start;
                padding-bottom: 45px !important;
                text-align: start !important;
                box-shadow: rgb(0 0 0 / 7%) 0px 25px 25px;
                border: 1px solid #e7e7e7;
                border-radius: 10px;
                padding: 25px 10%;
                background-color: rgb(255, 255, 255);
                display: flex;
                margin-bottom: 2em;
                position: relative;
                justify-content: center;
                flex-direction: column;
                transition: box-shadow 0.3s ease 0s, background 0.3s ease 0s;
            }

                .slide-block > .inner > .inset > .iconbox > .iconbox-icon-container {
                    color: rgb(244, 97, 37);
                    font-size: 36px;
                    margin-bottom: 22px !important;
                    margin-top: 0.6em;
                    margin-bottom: 1em;
                    display: flex;
                    border: 0px solid rgb(242, 244, 247);
                    align-items: center;
                    justify-content: center;
                    line-height: 1em;
                    transition: border 0.3s ease 0s, box-shadow 0.3s ease 0s;
                    position: relative;
                    z-index: 2;
                }

                    .slide-block > .inner > .inset > .iconbox > .iconbox-icon-container > .icon-custom-bg {
                        position: absolute;
                        top: 50%;
                        left: 50%;
                        z-index: 0;
                        transform: translateX(-50%) translateY(-50%);
                        margin-top: -15px;
                        margin-inline-start: 32px;
                        width: 75px;
                        height: 65px;
                    }

                    .slide-block > .inner > .inset > .iconbox > .iconbox-icon-container > img {
                        display: inline-block;
                        font-size: 1em;
                        height: auto;
                        position: relative;
                        z-index: 2;
                    }

                .slide-block > .inner > .inset > .iconbox > .liquid-overlay-link {
                    z-index: 2;
                    display: inline-block;
                    width: 100%;
                    height: 100%;
                    position: absolute;
                    top: 0px;
                    left: 0px;
                    text-align: start;
                    overflow: hidden;
                    text-indent: -99999px;
                }

                .slide-block > .inner > .inset > .iconbox > .contents {
                    position: relative;
                    z-index: 2;
                }

                    .slide-block > .inner > .inset > .iconbox > .contents > .btn {
                        margin-top: 0;
                        margin-bottom: 0;
                        font-size: 17px;
                        padding: 0;
                    }

                        .slide-block > .inner > .inset > .iconbox > .contents > .btn > span {
                            padding: 0;
                            display: inline-flex;
                            border-radius: inherit;
                            border-color: inherit;
                            align-items: center;
                        }

                            .slide-block > .inner > .inset > .iconbox > .contents > .btn > span > .btn-txt {
                                position: relative;
                                font-weight: bold;
                                line-height: 1.2em;
                                letter-spacing: 0.1em;
                                font-size: 13px;
                                text-transform: uppercase;
                                color: #000000;
                                z-index: 3;
                            }

                            .slide-block > .inner > .inset > .iconbox > .contents > .btn > span > .btn-icon {
                                margin-inline-end: 0;
                                margin-inline-start: 8px;
                                position: relative;
                                z-index: 3;
                                display: inline-flex;
                                align-items: center;
                                justify-content: center;
                                font-size: 13px;
                                letter-spacing: 0;
                                color: #000;
                            }

                    .slide-block > .inner > .inset > .iconbox > .contents > p {
                        display: inline-block;
                        margin-top: 0;
                        margin-bottom: 1.25em !important;
                        position: relative;
                        line-height: 1.75em;
                        color: #000000;
                    }

                    .slide-block > .inner > .inset > .iconbox > .contents > h4 {
                        position: relative;
                        display: inline-block;
                        margin-top: 0;
                        margin-bottom: 1.25em !important;
                        font-weight: bold;
                        line-height: 1.2em;
                        letter-spacing: 0.1em;
                        color: #000000;
                    }

                        .slide-block > .inner > .inset > .iconbox > .contents > h4::after {
                            content: "";
                            position: absolute;
                            top: 50%;
                            right: 0px;
                            opacity: 0;
                            width: 25px;
                            height: 25px;
                            transform: translate(calc(1em + -100%), -50%);
                            background: url('../img/right_arrow_icon.png') no-repeat center;
                            transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1) 0s, opacity 0.5s 0s;
                        }

        .slide-block > .inner:hover > .inset > .iconbox > .contents > h4:after {
            opacity: 1;
            transform: translate(1em,-50%);
            right: -40px;
        }
/* Slide Block */
/* Kurumsal Blok-1 */

.serit27 {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100vh;
    /*padding: 50px 0;*/
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-blend-mode: overlay;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .serit27 > div > div {
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .serit27 > div > div > div > .ipad-iphones {
            width: 100%;
            position: relative;
            margin: 0 auto;
            text-align: center;
        }

            .serit27 > div > div > div > .ipad-iphones > a {
                display: block;
            }

        .serit27 > div > div > .lefin {
            padding: 0 4%;
        }

            .serit27 > div > div > .lefin > h4 {
                display: block;
                color: #000;
                padding-top: 0;
                padding-left: .2rem;
            }

            .serit27 > div > div > .lefin > h1 {
                max-width: 100%;
                text-transform: uppercase;
                color: #000;
                margin: 2rem auto;
            }

            .serit27 > div > div > .lefin > p {
                color: #000;
                padding-left: .2rem;
                margin: 1rem auto;
            }

.btn.active, .btn:active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-ba.white {
    color: #fff;
    margin: 25px 0 !important;
}

.btn-ba {
    color: #000;
    background-color: transparent;
    padding: 15px 0;
    width: 160px;
    position: relative;
    text-align: center;
    text-decoration: none;
    margin: 0 auto;
}

    .btn-ba svg {
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
        height: 100%;
    }

    .btn-ba.white svg path {
        stroke: #fff;
    }

    .btn-ba svg path {
        fill: none;
        stroke: #000;
        stroke-width: 1;
        stroke-dasharray: 500, 0;
        transition-property: all;
        transition-duration: 3s;
        transition-timing-function: ease;
    }

    .btn-ba:hover path {
        stroke-dasharray: 30, 310;
        stroke-dashoffset: 290;
        transition: all 1.35s cubic-bezier(0.19, 1, 0.22, 1);
    }

@media (max-width: 992px) {
    .serit27, .serit27 > div > div > .lefin {
        margin-left: 0 !important;
        margin-right: 0 !important;
        height: auto;
    }

    .serit27 {
        padding: 50px 0;
    }

        .serit27.yukseklik {
            height: auto;
        }

        .serit27 > div > div {
            display: block;
        }

            .serit27 > div > div > div > .ipad-iphones > a > img {
                max-width: 100% !important;
                height: auto !important;
            }

            .serit27 > div > div > .lefin > h1,
            .serit27 > div > div > .lefin > h1 * {
                font-size: medium !important;
            }

            .serit27 > div > div > .lefin > h4, .serit27 > div > div > .lefin > .tus, .serit27 > div > div > .lefin > p,
            .serit27 > div > div > .lefin > h4 *, .serit27 > div > div > .lefin > .tus *, .serit27 > div > div > .lefin > p * {
                font-size: small !important;
            }
}
/* Kurumsal Blok-1 */
/* Video Scroll */
img.vert-move {
    position: absolute;
    bottom: 0;
    left: 48.25%;
    right: 0;
    z-index: 9;
    -webkit-animation: mover 1s infinite alternate;
    animation: mover 1s infinite alternate;
}

@-webkit-keyframes mover {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-10px);
    }
}


.line {
    position: absolute;
    bottom: 10%;
    left: 50%;
    right: 0;
    z-index: 3;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    opacity: 1;
    transition: all 1s ease-in-out;
    width: 2px;
    height: 85px;
}

    .line::before {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background: #fff;
        content: '';
    }

    .line::after {
        width: 2px;
        height: 100%;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        margin: auto;
        background: #1c1c22;
        will-change: transform, width;
        content: '';
        animation: line_animation 2s cubic-bezier(0.25, 0.1, 0.1, 1) infinite;
        transform-origin: top;
    }

@keyframes line_animation {
    0% {
        transform: scaleY(0);
        transform-origin: top;
    }

    45% {
        transform: scaleY(1);
        transform-origin: top;
    }

    55% {
        transform: scaleY(1);
        transform-origin: bottom;
    }

    100% {
        transform: scaleY(0);
        transform-origin: bottom;
    }
}
/* Video Scroll*/
.header_top {
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.header_address {
    position: relative;
}

    .header_address .option {
        display: inline-block;
        border-right: 1px solid rgba(255, 255, 255, 0.15);
        padding: 0 10px;
        margin: 10px auto;
        line-height: 30px;
        float: left;
    }

        .header_address .option.dil a {
            border-right: 1px solid rgba(255, 255, 255, 0.15);
            padding: 0 10px;
        }

            .header_address .option.dil a:last-child {
                padding-left: 5px;
            }

        .header_address .option.dil {
            float: right;
            padding: 0;
        }

            .header_address .option.dil a:last-child,
            .header_address .option:nth-child(3),
            .header_address .option:last-child {
                border-right: 0;
            }

        .header_address .option a {
            color: #ffffff;
            font-size: 13px;
        }

            .header_address .option a svg {
                margin-right: 10px;
            }
/* Video */
.default_video {
    position: relative;
    margin: 0;
    width: 100%;
    height: 100vh !important;
}

    .default_video > .default_video_in {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        width: 100%;
        height: 100%;
    }

        .default_video > .default_video_in > .image_caption {
            position: absolute;
            width: 100%;
            height: 100%;
            top: 0;
            overflow: hidden;
        }

            .default_video > .default_video_in > .image_caption::before {
                content: "";
                background-color: rgba(0, 0, 0, .4);
                height: 100%;
                width: 100%;
                position: absolute;
                left: 0;
                bottom: 0;
                top: auto;
                z-index: 2;
            }

        .default_video > .default_video_in > .video_caption {
            height: 100%;
            width: 100%;
            position: absolute;
            z-index: 1;
            top: 50%;
            -webkit-transform: translate(0%,-50%);
            -moz-transform: translate(0%,-50%);
            -o-transform: translate(0%,-50%);
            transform: translate(0%,-50%);
            left: 0;
            -o-object-fit: cover;
            object-fit: cover;
        }

    .default_video .home__screen__text {
        bottom: 30%;
        left: auto;
        text-align: center;
    }

.home__screen__text {
    position: absolute;
    bottom: 20%;
    left: 5%;
    z-index: 8;
    text-align: left;
    margin: 0;
    width: 100%;
}

.sitelogo {
    text-align: center;
}

.home-play-button-wrapper {
    position: absolute;
    left: auto;
    top: auto;
    right: 14%;
    bottom: 30%;
    z-index: 99;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-row-gap: 20px;
}

    .home-play-button-wrapper a {
        max-width: 100%;
        display: inline-block;
        -webkit-transition: opacity 250ms ease;
        transition: opacity 250ms ease;
        color: rgba(60,60,60,0.7);
        font-size: 16px;
        line-height: 1.2em;
        text-decoration: none;
    }

.home-play-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 86px;
    height: 86px;
    padding: 20px 25px 20px 30px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    border-style: solid;
    border-width: 3px;
    border-color: #fff;
    border-radius: 100px;
    -webkit-transition: all 250ms ease;
    transition: all 250ms ease;
}

.home-event-button-subtitle {
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1px;
}

.home-play-button:hover {
    border-color: transparent;
    background-color: rgba(60,60,60,0.7);
}

.home__screen__text > div > h1 {
    color: #fff;
    font-size: 48px;
    margin-bottom: 2vw;
    line-height: .9;
    text-transform: uppercase;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    position: relative;
}

    .home__screen__text > div > h1 > span {
        bottom: -40px;
        font-size: 48px;
        left: 0;
        text-transform: none;
        position: absolute;
        right: 0;
        line-height: 1;
        display: inline-block;
        vertical-align: top;
        pointer-events: none;
        font-family: 'MonteCarlo', cursive;
        font-weight: normal;
    }

.home__screen__text > div > h2 {
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0px;
    line-height: normal;
    margin: 0 1rem 4rem 0;
    display: inline-flex;
    text-align: left;
}

    .home__screen__text > div > h2 > svg {
        display: inline-block;
        padding-right: 10px;
        color: #fff;
        font-size: 13px;
        width: 24px !important;
    }

.home__screen__text > div > a {
    position: relative;
    padding: 20px 30px;
    border-style: solid;
    border-width: 2px;
    border-color: #fff;
    background-color: transparent;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    color: #fff;
    font-size: 13px;
    line-height: 1;
    font-weight: 600;
    text-align: center;
    letter-spacing: 0.5px;
    text-transform: uppercase;
	display: block;
    text-decoration: none;
    cursor: pointer;
    border-radius: 0;
    min-width: 240px;
    width: max-content;
    margin: 0 auto;
}

    .home__screen__text > div > a:hover {
        border-color: transparent;
        background-color: hsla(0, 0%, 100%, 0.2);
        opacity: 1;
        -webkit-transform: scale(0.97);
        -ms-transform: scale(0.97);
        transform: scale(0.97);
    }
/* Ekibimiz */
.owl-item > .thumb-info {
    padding: 10px;
}

.thumb-info {
    display: block;
    position: relative;
    text-decoration: none;
    max-width: 100%;
    background-color: #fff;
    border-radius: 4px;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translate3d(0,0,0);
    margin: 5px auto 15px;
}

    .thumb-info .thumb-info-wrapper {
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        transform: translate3d(0,0,0);
        border-radius: 4px;
        margin: 0;
        overflow: hidden;
        display: block;
        position: relative;
    }

.thumb-info-caption {
    padding: 10px 0;
}

.thumb-info img {
    transition: all .3s ease;
    border-radius: 3px;
    position: relative;
    width: 100%;
    max-width: 100%;
    height: auto;
}

.thumb-info:hover img {
    transform: scale(1.1,1.1);
}

.thumb-info .thumb-info-title {
    transition: all .3s;
    background: rgba(33,37,41,.8);
    color: #fff;
    font-weight: 600;
    left: 0;
    letter-spacing: -.05em;
    position: absolute;
    z-index: 2;
    max-width: 90%;
    font-size: 14px;
    padding: 10px 30px;
    bottom: 10%;
    border-radius: 0 8px 8px 0;
}

.thumb-info .thumb-info-inner {
    transition: all .3s;
    display: block;
}

.thumb-info .thumb-info-type {
    background-color: #ccc;
    border-radius: 2px;
    display: inline-block;
    float: left;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0;
    margin: 8px -2px -15px 0;
    padding: 2px 12px;
    text-transform: uppercase;
    z-index: 2;
    line-height: 2.3;
    color: var(--colortwo);
}

.thumb-info-caption .thumb-info-caption-text {
    font-size: .9em;
    margin: 0;
    padding: 15px 0;
    display: block;
}

.thumb-info-social-icons {
    margin: 0;
    padding: 0;
    display: block;
}

    .thumb-info-social-icons a {
        background: var(--colorone);
        border-radius: 25px;
        display: inline-block;
        height: 30px;
        line-height: 30px;
        text-align: center;
        width: 30px;
    }

        .thumb-info-social-icons a span {
            display: none;
        }

        .thumb-info-social-icons a svg {
            color: var(--colortwo);
            font-size: .9em;
            font-weight: 400;
        }

.team-detail > img {
    border-radius: 8px;
}

.team-detail > h1 {
    color: var(--colortwo);
    font-weight: bold;
    letter-spacing: -0.02em;
    line-height: 1em;
}

.team-detail > p {
    color: var(--colortwo);
    line-height: 1.75em;
}

.team-detail > h3 {
    color: var(--colortwo);
    font-size: 16px;
    font-weight: 400;
    margin: 15px auto;
    position: relative;
    z-index: 1;
}

    .team-detail > h3 > strong {
        color: var(--colortwo);
        font-size: 16px;
        font-weight: 900;
        margin: 0 0 15px;
        position: relative;
        z-index: 1;
    }

.team-detail .social {
    margin-top: 20px;
    display: block;
    width: 100%;
}

    .team-detail .social h5 {
        text-transform: uppercase;
        letter-spacing: 4px;
        font-weight: 900;
        margin: 5px 0;
        display: inline-block;
        margin-bottom: 10px !important;
        width: auto;
        font-size: 10px !important;
        color: var(--colortwo);
    }

    .team-detail.social .icons {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: -webkit-box;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        list-style: none;
    }

        .team-detail .social .icons li.icon {
            padding-right: 20px;
            opacity: .8;
            -webkit-transition: .5s ease;
            -o-transition: .5s ease;
            transition: .5s ease;
        }

    .team-detail .social ul li {
        width: auto;
        margin-right: 5px;
        display: inline-block;
    }

    .team-detail .social .icons li.icon a {
        width: 22px;
        height: 22px;
        display: block;
        color: var(--colortwo);
        font-size: 22px;
        font-weight: 500;
        margin-bottom: 15px;
    }

    .team-detail .social .icons li.icon svg {
        width: 22px;
        height: 22px;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        margin: 0;
    }
/* Ekibimiz */
/* Footer */
.subscribe-form > .form-group,
.subscribe-form {
    position: relative;
    margin: 0 auto;
}

    .subscribe-form > .form-group > input {
        position: relative;
        width: 90%;
        height: 50px;
        background: none;
        border-radius: 0;
        border: none;
        border-bottom: 1px solid #979797;
        color: #fff;
        font-size: 16px;
        padding: 0;
        margin-bottom: 0;
        text-align: left;
        font-weight: 500;
        z-index: 2;
        box-shadow: none;
        -webkit-transition: 0.3s;
        transition: 0.3s;
    }

        .subscribe-form > .form-group > input:focus, .subscribe-form > .form-group > input:active {
            border-color: #979797 !important;
            color: #fff;
            background-color: transparent;
            border-color: #979797;
            outline: 0;
            -webkit-box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 25%);
            box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 25%);
        }

        .subscribe-form > .form-group > input:focus, .subscribe-form > .form-group .form-control::placeholder {
            color: #fff;
            opacity: .5; /* Firefox */
        }

        .subscribe-form > .form-group > input:focus, .subscribe-form > .form-group .form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
            color: #fff;
            opacity: .5; /* Firefox */
        }

        .subscribe-form > .form-group > input:focus, .subscribe-form > .form-group .form-control::-ms-input-placeholder { /* Microsoft Edge */
            color: #fff;
            opacity: .5; /* Firefox */
        }

    .subscribe-form > .form-group > .btn {
        font-size: 0;
        margin-top: 0;
        padding: 0;
        border: none;
        border-radius: 0 !important;
        border-bottom: 1px solid #979797;
        min-width: 0;
        background: url('../img/arrow.svg') no-repeat center / 20px 20px;
        z-index: 10;
        width: 10%;
        height: 50px;
        line-height: 50px;
        text-align: center;
        position: absolute;
        right: 0;
        top: 0;
        cursor: pointer;
        transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        display: block;
        min-height: 40px;
        vertical-align: bottom;
        text-decoration: none;
        font-weight: 500;
        text-transform: uppercase;
        color: #fff;
    }

        .subscribe-form > .form-group > .btn:active,
        .subscribe-form > .form-group > .btn:focus,
        .subscribe-form > .form-group > .btn:hover {
            color: #fff;
            background-color: transparent;
            border-color: #979797;
            transform: translateY(-0rem);
            box-shadow: 0 0.25rem 0.75rem rgb(30 34 40 / 15%);
            color: #fff;
        }

footer .caption {
    font-size: 16px;
    line-height: normal;
    font-weight: 700;
    color: #fff;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.subscribe-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}

.checkbox-item {
    position: relative;
    display: inline-block;
    cursor: pointer;
    font-size: 0;
}

.maps-pic p {
    margin: 0 auto;
}

    .maps-pic p a,
    .checkbox-item span {
        position: relative;
        font-size: 12px;
        min-height: 16px;
        line-height: normal;
        font-weight: 500;
        display: inline-block;
        color: #fff;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

footer {
    position: relative;
    width: 100%;
    background: #2b2b2b;
}

.footer-menu-area > div > img {
    filter: drop-shadow(2px 4px 6px black);
}

.footer-menu-area span.desc {
    display: block;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    padding: 5px 0;
    margin-top: 25px;
}

.contact-area {
    padding: 55px 90px;
    box-shadow: 0px 15px 50px 0px rgb(0 0 0 / 19%);
    margin-bottom: -100px !important;
    background-color: var(--colorwhite) !important;
    background-image: url('../img/footer-bize-ulasin.jpg');
    background-position: bottom right;
    background-repeat: no-repeat;
    border-radius: 10px !important;
    transition: box-shadow .3s,transform .65s cubic-bezier(.23,1,.32,1);
    width: 100%;
    position: relative;
    z-index: 1;
    display: table-cell;
}

    .contact-area > .row {
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .contact-area > .row > .text {
            color: #fff !important;
        }

.contact-button {
    text-align: right;
}

    .contact-button > a {
        border-radius: 4px;
        background-color: var(--colorone);
        color: var(--colortwo);
        font-weight: bold;
        line-height: 1.5em;
        letter-spacing: 0.01em;
        font-size: 14px;
        overflow: hidden;
        box-shadow: 0 0 0 transparent;
        display: inline-flex;
        padding: 0;
        position: relative;
        border: 1px solid rgb(255, 255, 255);
        white-space: nowrap;
        transition: all .3s;
    }


        .contact-button > a:hover {
            transform: translate3d(0,-2px,0);
            box-shadow: 0 12px 28px rgb(0 0 0 / 12%);
            background-color: rgb(18, 18, 18);
            border-color: rgb(18, 18, 18);
            color: rgb(255, 255, 255);
        }

        .contact-button > a > span {
            margin: -0.5px;
            padding: 1.3em 2.7em;
            display: inline-flex;
            border-radius: inherit;
            border-color: inherit;
            align-items: center;
            transition: transform .3s cubic-bezier(.22,.665,.34,.875);
        }

            .contact-button > a > span:hover > .btn-txt {
                transition-delay: .1s;
                transform: translateX(1.5em);
            }

            .contact-button > a > span > .btn-txt {
                margin-inline-start: -1em;
                transition: transform .6s .125s cubic-bezier(.1,.75,.25,1);
                position: relative;
                z-index: 3;
            }

    .contact-button a span:hover .btn-icon + .btn-icon {
        opacity: 1;
        transform: translateX(0);
        transition-delay: .225s;
    }

    .contact-button a span:hover .btn-icon {
        opacity: 0;
    }

    .contact-button a > span:hover .btn-icon {
        transition-delay: 0s;
        transform: translateX(1em);
        padding-left: 0;
        padding-right: 15px;
    }

    .contact-button a span .btn-icon + .btn-icon {
        display: inline-flex;
        margin-inline-start: 0;
        margin-inline-end: 0;
        opacity: 0;
        transform: translateX(-1em);
        transition-delay: 0s;
        color: #fff;
    }

    .contact-button a span .btn-icon {
        transition: opacity .4s .25s,transform .6s .25s;
        transition-timing-function: cubic-bezier(.1,.75,.25,1);
    }

.btn-icon + .btn-icon {
    display: none;
    order: -2;
    margin-inline-start: 0;
    margin-inline-end: 8px;
}

.contact-button a span .btn-icon {
    position: relative;
    z-index: 3;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1em;
    letter-spacing: 0;
    background-size: 99.99% !important;
    transition: background .3s,color .125s,box-shadow .3s,border .3s;
    padding-left: 15px;
}

.brand-sag {
    border-left: 1px solid #3c3c3b;
    padding-top: 15px;
    padding-left: 40px;
}

    .brand-sag a {
        display: inline-block;
        margin-right: 27px;
        margin-bottom: 25px;
        margin-top: 10px;
        /*height: 67px;*/
    }

/*.brand-sag a img {
            display: inline;
            height: 100%;
            width: auto;
        }*/

.footer-menu-area {
    position: relative;
    margin: 0 auto;
    padding: 25px 0;
    /*border-top: 1px solid rgba(255,255,255,0.07);*/
    border-bottom: 1px solid #3c3c3b;
}

    .brand-sag h1,
    .footer-menu-area > div > h3 {
        font-size: 16px;
        display: inline-block;
        position: relative;
        margin-top: 0;
        margin-bottom: 1em !important;
        font-weight: bold;
        line-height: 1.2em;
        color: #fff;
    }

    .footer-menu-area > div > ul.nav {
        columns: 2;
        -webkit-columns: 2;
        -moz-columns: 2;
    }

    .footer-menu-area > div > ul > li {
        list-style-type: none;
    }

        .footer-menu-area > div > ul > li > a {
            color: #fff;
            font-size: 14px;
            line-height: normal;
            padding: 5px 0;
        }

            .footer-menu-area > div > ul > li > a:hover {
                background-color: transparent;
            }

.brand-sag > ul.social > li {
    display: inline-block;
    margin: 0 5px;
}

    .brand-sag > ul.social > li > a {
        color: #fff;
        font-size: 24px;
        line-height: 2em;
        display: inline-block;
    }

.footer-menu-area > div > h4 {
    margin-bottom: 0px !important;
    font-size: 14px;
    color: rgba(173, 181, 186, 0.72);
    display: block;
    position: relative;
    margin-top: 0;
    font-weight: 700;
    line-height: 1.2em;
}

.footer-menu-area > div > p,
.footer-menu-area > div > p * {
    margin-bottom: 0px !important;
    font-size: 16px;
    color: #fff;
    display: inline-block;
    position: relative;
    margin-top: 0;
    font-weight: 700;
    line-height: 1.2em;
}

.antre {
    margin: 10px auto;
    display: flex;
}

.footer-menu-area > .maps-pic {
    margin-bottom: 45px !important;
    background-image: url('../img/world-map1x.png');
    background-position: 0 0 !important;
    background-repeat: no-repeat !important;
}


.footer-menu-area2.container {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: left;
}

.o-footer__bottomMenu--link {
    position: relative;
    padding: 0 5px;
    color: #fff;
    font-size: 14px;
    display: inline-block;
}

    .o-footer__bottomMenu--link:hover {
        color: #fff;
    }

    .o-footer__bottomMenu--link:after {
        content: "";
        position: absolute;
        top: 2px;
        right: -2px;
        width: 1px;
        height: 15px;
        background: #fff;
    }

    .o-footer__bottomMenu--link:last-child:after {
        width: 0;
    }

    .o-footer__bottomMenu--link img {
        margin-top: -15px;
    }
/* Footer */
/* İletişim */
.contact-middle {
    position: relative;
    margin-top: 0;
    margin-bottom: 30px;
    overflow: visible;
}

    .contact-middle > .elementor-row {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: 0 auto;
    }

        .contact-middle > .elementor-row > .address_box {
            width: 50%;
            position: relative;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
        }

            /*.contact-middle > .elementor-row > .address_box::after {
                position: absolute;
                content: '';
                width: 30px;
                height: 30px;
                background: #00aadb;
                top: 50%;
                right: 0;
                z-index: 99;
                clip-path: polygon(0 0,100% 0,0 100%);
                transform: translate(-70%,-50%) rotate( 135deg);
            }*/

            .contact-middle > .elementor-row > .address_box > .address_box_inset {
                transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
                margin: 0 0 0 35px;
                border-radius: 7px 7px 7px 7px;
                padding: 0;
                width: 100%;
                position: relative;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
            }

                .contact-middle > .elementor-row > .address_box > .address_box_inset > .address-background-overlay {
                    border-radius: 7px 7px 7px 7px;
                    mix-blend-mode: luminosity;
                    transition: background .3s,border-radius .3s,opacity .3s;
                    background-position: center center;
                    background-repeat: no-repeat;
                    background-size: cover;
                    opacity: .14;
                    height: 100%;
                    width: 100%;
                    top: 0;
                    left: 0;
                    position: absolute;
                }

                .contact-middle > .elementor-row > .address_box > .address_box_inset > .address-widget-wrap {
                    align-content: center;
                    align-items: center;
                    padding: 50px;
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                    position: relative;
                    width: 100%;
                    -ms-flex-wrap: wrap;
                    flex-wrap: wrap;
                    -ms-flex-line-pack: start;
                    align-content: flex-start;
                }

                    .contact-middle > .elementor-row > .address_box > .address_box_inset > .address-widget-wrap > .address-widget {
                        width: 100%;
                        position: relative;
                    }

                        .contact-middle > .elementor-row > .address_box > .address_box_inset > .address-widget-wrap > .address-widget > .address-widget-container > .address-icon-list-item {
                            font-family: 'Montserrat', sans-serif;
                            font-weight: bold;
                            line-height: 1.2em;
                            font-size: 18px;
                        }

                            .contact-middle > .elementor-row > .address_box > .address_box_inset > .address-widget-wrap > .address-widget > .address-widget-container > .address-icon-list-item > a {
                                margin: 0px 0 15px;
                                -webkit-box-align: center;
                                -ms-flex-align: center;
                                align-items: center;
                                -webkit-transition: all .4s ease;
                                transition: all .4s ease;
                                position: relative;
                                display: -webkit-box;
                                display: -ms-flexbox;
                                display: flex;
                                -webkit-box-align: center;
                                -ms-flex-align: center;
                                align-items: center;
                                font-size: inherit;
                                text-decoration: none;
                                outline: 0;
                            }

                                .contact-middle > .elementor-row > .address_box > .address_box_inset > .address-widget-wrap > .address-widget > .address-widget-container > .address-icon-list-item > a > .list_content {
                                    text-align: left;
                                    width: 100%;
                                }

                                    .contact-middle > .elementor-row > .address_box > .address_box_inset > .address-widget-wrap > .address-widget > .address-widget-container > .address-icon-list-item > a > .list_content > .address-icon-list-text {
                                        color: #000;
                                        margin: 0;
                                        display: flex;
                                        /*align-items: center;
                                        justify-content: center;*/
                                        margin-bottom: 0;
                                    }

                                        .contact-middle > .elementor-row > .address_box > .address_box_inset > .address-widget-wrap > .address-widget > .address-widget-container > .address-icon-list-item > a > .list_content > .address-icon-list-text > .content-map {
                                            margin: 0 15px;
                                            width: 90%;
                                        }

                                            .contact-middle > .elementor-row > .address_box > .address_box_inset > .address-widget-wrap > .address-widget > .address-widget-container > .address-icon-list-item > a > .list_content > .address-icon-list-text > .content-map > .title {
                                                position: relative;
                                                margin: 5px auto;
                                                display: inherit;
                                            }

                                        .contact-middle > .elementor-row > .address_box > .address_box_inset > .address-widget-wrap > .address-widget > .address-widget-container > .address-icon-list-item > a > .list_content > .address-icon-list-text > .titletop {
                                            position: relative;
                                            font-size: 32px;
                                            font-weight: 600;
                                            width: 10%;
                                        }

                                        .contact-middle > .elementor-row > .address_box > .address_box_inset > .address-widget-wrap > .address-widget > .address-widget-container > .address-icon-list-item > a > .list_content > .address-icon-list-text > .content-map > .subtitle {
                                            font-family: 'Montserrat', sans-serif;
                                            font-size: 14px;
                                            line-height: 2em;
                                            font-weight: 500;
                                            color: #000;
                                            padding: 8px 0 0;
                                            font-style: normal;
                                            display: block;
                                            -webkit-transition: all .4s ease;
                                            transition: all .4s ease;
                                        }

                    .contact-middle > .elementor-row > .address_box > .address_box_inset > .address-widget-wrap > .address-button::before {
                        position: absolute;
                        width: 8px;
                        height: 8px;
                        background: #fff;
                        content: '';
                        left: -20px;
                        transition: all .3s !important;
                        top: 11px;
                        border-radius: 50%;
                    }

                    .contact-middle > .elementor-row > .address_box > .address_box_inset > .address-widget-wrap > .address-button {
                        position: relative;
                        z-index: 2;
                        width: 100%;
                    }

                        .contact-middle > .elementor-row > .address_box > .address_box_inset > .address-widget-wrap > .address-button > a {
                            padding: 0;
                            font-family: 'Montserrat', sans-serif;
                            font-size: 16px;
                            font-weight: 500;
                            text-decoration: underline;
                            background-color: transparent;
                            border-style: none;
                            border-radius: 5px;
                            color: #fff;
                            position: relative;
                            display: inline-block;
                            line-height: 1;
                            -webkit-user-select: none;
                            -moz-user-select: none;
                            -ms-user-select: none;
                            user-select: none;
                            white-space: nowrap;
                            vertical-align: middle;
                            text-align: center;
                            -webkit-transition: all .4s ease;
                            transition: all .4s ease;
                        }

                            .contact-middle > .elementor-row > .address_box > .address_box_inset > .address-widget-wrap > .address-button > a::before {
                                position: absolute;
                                content: "";
                                border-radius: inherit;
                                -webkit-transition: all .4s ease;
                                transition: all .4s ease;
                                z-index: -1;
                                top: 0;
                                left: 0;
                                height: 100%;
                                width: 100%;
                                background-size: 102% 102%;
                                opacity: 0;
                            }

        .contact-middle > .elementor-row > .map_box {
            width: 50%;
            /*background-color: #FFFFFF;*/
            /*box-shadow: 0px 10px 35px 0px rgb(0 0 0 / 10%);
            transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;*/
            padding: 0 30px;
            overflow: visible;
            border-radius: 6px 6px 6px 6px;
            position: relative;
            text-align: left;
        }

            .contact-middle > .elementor-row > .map_box > .map-area {
                width: 100%;
            }

                .contact-middle > .elementor-row > .map_box > .map-area > .wrap {
                    position: relative;
                    width: 100%;
                    -ms-flex-wrap: wrap;
                    flex-wrap: wrap;
                    -ms-flex-line-pack: start;
                    align-content: flex-start;
                }

                    .contact-middle > .elementor-row > .map_box > .map-area > .wrap > .google_maps {
                        width: 100%;
                        position: relative;
                        line-height: 0;
                    }

                        .contact-middle > .elementor-row > .map_box > .map-area > .wrap > .google_maps > iframe {
                            height: 385px;
                            filter: brightness( 87% ) contrast( 143% ) saturate( 0% ) blur( 0px ) hue-rotate( 215deg );
                            max-width: 100%;
                            width: 100%;
                            margin: 0;
                            line-height: 1;
                            border: none;
                        }

            .contact-middle > .elementor-row > .map_box > .row {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -ms-flex-wrap: wrap;
                flex-wrap: wrap;
                margin-right: -15px;
                margin-left: -15px;
            }

                .contact-middle > .elementor-row > .map_box > .row .form-group {
                    position: relative;
                    margin-bottom: 1rem;
                }

            .contact-middle > .elementor-row > .map_box > h1 {
                font-family: 'Montserrat', sans-serif;
                color: rgb(16, 16, 16);
                margin: 0px 0px 15px;
                font-size: 32px;
                font-weight: 900;
                line-height: 54px;
                text-align: center;
            }

.form-group {
    position: relative;
}

    .form-group td {
        padding: 0 10px;
    }

        .form-group td label {
            padding-left: 10px;
            cursor: pointer;
        }

    .form-group .label {
        color: #000;
        text-transform: uppercase;
        font-size: 12px;
        font-weight: 600;
        display: inline-block;
        margin-bottom: 1.0rem;
        padding: 0;
    }

.form-control {
    width: 100%;
    display: block;
    padding: 1.125em 1.563em;
    font-size: 1em;
    height: 40px;
    color: #181818;
    border-radius: 0;
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    border-bottom: 1px solid #d8d8d8;
    transition: all 500ms ease;
}

    .form-control:focus,
    .form-control:active,
    .form-control:hover {
        border-bottom: 1px solid #000;
    }

    .form-control::placeholder {
        color: #000;
        opacity: .5; /* Firefox */
    }

    .form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
        color: #000;
        opacity: .5; /* Firefox */
    }

    .form-control::-ms-input-placeholder { /* Microsoft Edge */
        color: #000;
        opacity: .5; /* Firefox */
    }

.form-group svg {
    position: absolute;
    top: 15px;
    right: 25px;
    color: var(--colortwo);
}

textarea.form-control {
    height: 150px !important;
}

.button {
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: .5px;
    display: inline-block;
    padding: 25px 40px;
    line-height: 1.4em;
    color: #fff;
    background: rgba(60, 60, 60, 0.7);
    position: relative;
    text-align: center;
    cursor: pointer;
}

    .button .button__bg {
        -webkit-transition: -webkit-transform .35s ease;
        transition: -webkit-transform .35s ease;
        transition: transform .35s ease;
        transition: transform .35s ease,-webkit-transform .35s ease;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #1c1c22;
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transform-origin: left center;
        transform-origin: left center;
    }

    .button .button__text {
        display: block;
        -webkit-transform: translateX(0);
        transform: translateX(0);
        -webkit-transition: -webkit-transform .35s ease;
        transition: -webkit-transform .35s ease;
        transition: transform .35s ease;
        transition: transform .35s ease,-webkit-transform .35s ease;
    }

    .button:hover .button__bg {
        -webkit-transform: none;
        transform: none;
    }

    .button:hover .button__text {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px);
        -webkit-transition-delay: .1s;
        transition-delay: .1s;
    }

    .button .button__text input {
        background-color: transparent;
        border: none !important;
        font-size: 14px;
        font-weight: 500;
        text-transform: uppercase;
    }

section > iframe {
    display: block;
}
/* İletişim */
/* Referans Galeri */
.referans-item {
    position: relative;
    overflow: hidden;
    margin-bottom: 10px;
    text-align: center;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    height: 25vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .referans-item * {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

    .referans-item img {
        max-width: 100%;
        width: 100%;
        padding: 15px;
    }

    .referans-item 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;
    }

        .referans-item div:before,
        .referans-item div:after {
            content: '';
            width: 50px;
            height: 50px;
            background: rgba(67, 84, 250, 0.4);
            position: absolute;
            top: 0;
            left: 0;
            -webkit-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
        }

    .referans-item svg {
        top: 0;
        left: 0;
        font-size: 34px;
        color: var(--colorone) !important;
        width: 50px;
        height: 50px;
        line-height: 50px;
    }

    .referans-item a {
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        position: absolute;
    }

    .referans-item.blue svg {
        color: var(--colorone) !important;
        opacity: 1;
    }

    .referans-item:hover img,
    .referans-item.hover img {
        opacity: 0.3;
        -webkit-filter: grayscale(100%);
        filter: grayscale(100%);
    }

    .referans-item:hover div,
    .referans-item.hover div {
        opacity: 1;
    }

        .referans-item:hover div:after,
        .referans-item.hover div:after,
        .referans-item:hover div:before,
        .referans-item.hover div:before {
            -webkit-transition-delay: 0.1s;
            transition-delay: 0.1s;
        }

        .referans-item:hover div:before,
        .referans-item.hover div:before {
            -webkit-transform: scale(1.45);
            transform: scale(1.45);
        }

        .referans-item:hover div:after,
        .referans-item.hover div:after {
            -webkit-transform: scale(1.88);
            transform: scale(1.88);
        }
/* Referans Galeri */
/* Galeri */
.galeri-item {
    position: relative;
    overflow: hidden;
    background: #000000;
    color: #fff;
    cursor: pointer;
    box-shadow: 0 0 5px rgb(0 0 0 / 15%);
    margin-bottom: 30px;
}

    .galeri-item a {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
        z-index: 1;
    }

    .galeri-item img {
        opacity: 0.8;
        -webkit-transition: opacity 0.35s;
        transition: opacity 0.35s;
        width: 100%;
        height: 250px;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: 50% 50%;
        object-position: 50% 50%;
    }

    .galeri-item figcaption {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

        .galeri-item figcaption > div {
            height: 50%;
            overflow: hidden;
            width: 100%;
            position: relative;
        }

    .galeri-item h2,
    .galeri-item h3,
    .galeri-item .icons {
        margin: 0;
        position: absolute;
        right: 0;
        padding: 0 30px;
        -webkit-transition: all 0.6s ease;
        transition: all 0.6s ease;
    }

    .galeri-item h2 {
        font-weight: bold;
        line-height: 1.2em;
        font-size: 18px;
        bottom: 0;
    }

    .galeri-item h3 {
        top: 0;
        color: #fff;
        font-size: 14px;
        line-height: 2em;
    }

    .galeri-item .icons {
        opacity: 0;
        -webkit-transform: translateY(-150%);
        transform: translateY(-150%);
    }

        .galeri-item .icons a {
            color: #ffffff;
            text-decoration: none;
            padding: 5px;
            font-size: 1.6em;
            opacity: 0.6;
        }

            .galeri-item .icons a:hover {
                opacity: 1;
                cursor: pointer;
            }

    .galeri-item:hover img,
    .galeri-item.hover img {
        opacity: 0.3;
        -webkit-filter: grayscale(100%);
        filter: grayscale(100%);
    }

    .galeri-item:hover figcaption h3,
    .galeri-item.hover figcaption h3 {
        -webkit-transform: translateY(-150%);
        transform: translateY(-150%);
        opacity: 0;
    }

    .galeri-item:hover figcaption .icons,
    .galeri-item.hover figcaption .icons {
        opacity: 1;
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
    }
/* Galeri */
/* Ekibe Katıl Banner */
.ekibekatil-banner {
    position: relative;
    background-position: top center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover;
    padding: 60px 0;
}
/* Ekibe Katıl Banner */
/* Katalog */
.snip1580 {
    position: relative;
    display: inline-block;
    overflow: hidden;
    margin: 5px;
    width: 24%;
    background-color: #000000;
    color: #ffffff;
    text-align: left;
    font-size: 16px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}

    .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;
        background-color: rgba(0, 0, 0, 0.75);
    }

    .snip1580 h3 {
        font-size: 20px;
        font-weight: 400;
        line-height: 20px;
        margin: 3px 0;
    }

    .snip1580 h5 {
        font-weight: 400;
        margin: 0;
        color: #bbb;
        letter-spacing: 1px;
    }

    .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: #fff;
    }

    .snip1580:hover h3,
    .snip1580.hover h3,
    .snip1580:hover h5,
    .snip1580.hover h5 {
        color: #333;
    }
/* Katalog */
/* WhatsApp */
.call-now-button {
    z-index: 9999;
    clear: both;
    margin: 0 auto;
    position: fixed;
    border-radius: 50px;
}

    .call-now-button div {
        display: flex;
        cursor: pointer;
    }

        .call-now-button div a .quick-alo-ph-img-circle, .call-now-button div a .quick-alo-phone-img-circle {
            background-color: #0c3;
        }

.quick-alo-ph-circle.active {
    width: 130px;
    height: 130px;
    top: -40px;
    left: -40px;
    position: absolute;
    background-color: transparent;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid rgba(30,30,30,.4);
    opacity: 1;
    -webkit-animation: quick-alo-circle-anim 1.2s infinite ease-in-out;
    -moz-animation: quick-alo-circle-anim 1.2s infinite ease-in-out;
    -ms-animation: quick-alo-circle-anim 1.2s infinite ease-in-out;
    -o-animation: quick-alo-circle-anim 1.2s infinite ease-in-out;
    animation: quick-alo-circle-anim 1.2s infinite ease-in-out;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

.quick-alo-ph-circle-fill.active {
    width: 80px;
    height: 80px;
    top: -15px;
    left: -15px;
    position: absolute;
    background-color: #000;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    opacity: 1;
    -webkit-animation: quick-alo-circle-fill-anim 2.3s infinite ease-in-out;
    -moz-animation: quick-alo-circle-fill-anim 2.3s infinite ease-in-out;
    -ms-animation: quick-alo-circle-fill-anim 2.3s infinite ease-in-out;
    -o-animation: quick-alo-circle-fill-anim 2.3s infinite ease-in-out;
    animation: quick-alo-circle-fill-anim 2.3s infinite ease-in-out;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

.quick-alo-phone-img-circle.shake {
    width: 50px;
    height: 50px;
    top: 0;
    left: 0;
    position: absolute;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    opacity: 1;
    background: url(../img/whatsapp-logo.png) no-repeat center center;
    -webkit-animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
    -moz-animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
    -ms-animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
    -o-animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
    animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

@keyframes quick-alo-circle-anim {
    0% {
        -webkit-transform: rotate(0) scale(.5) skew(1deg);
        transform: rotate(0) scale(.5) skew(1deg);
        opacity: .1;
    }

    30% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .5;
    }

    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg);
        opacity: .1;
    }
}

@keyframes quick-alo-circle-fill-anim {
    0% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2;
    }

    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg);
        opacity: .2;
    }

    100% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2;
    }
}

@keyframes quick-alo-circle-img-anim {
    0% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg);
    }

    10% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
        transform: rotate(-25deg) scale(1) skew(1deg);
    }

    20% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
        transform: rotate(25deg) scale(1) skew(1deg);
    }

    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
        transform: rotate(-25deg) scale(1) skew(1deg);
    }

    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
        transform: rotate(25deg) scale(1) skew(1deg);
    }

    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg);
    }

    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg);
    }
}


.call-now-button {
    bottom: 10%;
    right: 2%;
    background: transparent;
}

@media only screen and (min-width: 320px) and (max-width: 758px) {
    .call-now-button {
        left: 5% !important;
        width: 40%;
        right: auto;
    }
}
/* WhatsApp */
/* Cookie */
.cookie-container {
    position: fixed;
    z-index: 2147483645;
    max-width: 375px;
    bottom: 1em;
    left: 1em;
    font-size: 16px;
    max-height: 90%;
    overflow-x: hidden;
    overflow-y: auto;
    width: 48%;
    background-color: #FFFFFF;
    border-radius: 4px;
    box-shadow: 0 3px 16px 0 rgb(0 0 0 / 26%);
    -webkit-box-shadow: 0 3px 16px 0 rgb(0 0 0 / 26%);
    -moz-box-shadow: 0 3px 16px 0 rgb(0 0 0 / 26%);
    box-shadow: 0 3px 16px 0 rgb(0 0 0 / 26%);
}

    .cookie-container > .cookie_inset {
        position: absolute;
        right: 0;
        z-index: 1;
        margin: 5px 15px;
        display: inline-block;
        cursor: pointer;
    }

        .cookie-container > .cookie_inset > .cookie-button {
            display: inline-block;
            padding: 0;
            border: none;
            background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iMzQ4LjMzM3B4IiBoZWlnaHQ9IjM0OC4zMzNweCIgdmlld0JveD0iMCAwIDM0OC4zMzMgMzQ4LjMzNCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMzQ4LjMzMyAzNDguMzM0OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PGc+PHBhdGggZmlsbD0iIzU2NTY1NiIgZD0iTTMzNi41NTksNjguNjExTDIzMS4wMTYsMTc0LjE2NWwxMDUuNTQzLDEwNS41NDljMTUuNjk5LDE1LjcwNSwxNS42OTksNDEuMTQ1LDAsNTYuODVjLTcuODQ0LDcuODQ0LTE4LjEyOCwxMS43NjktMjguNDA3LDExLjc2OWMtMTAuMjk2LDAtMjAuNTgxLTMuOTE5LTI4LjQxOS0xMS43NjlMMTc0LjE2NywyMzEuMDAzTDY4LjYwOSwzMzYuNTYzYy03Ljg0Myw3Ljg0NC0xOC4xMjgsMTEuNzY5LTI4LjQxNiwxMS43NjljLTEwLjI4NSwwLTIwLjU2My0zLjkxOS0yOC40MTMtMTEuNzY5Yy0xNS42OTktMTUuNjk4LTE1LjY5OS00MS4xMzksMC01Ni44NWwxMDUuNTQtMTA1LjU0OUwxMS43NzQsNjguNjExYy0xNS42OTktMTUuNjk5LTE1LjY5OS00MS4xNDUsMC01Ni44NDRjMTUuNjk2LTE1LjY4Nyw0MS4xMjctMTUuNjg3LDU2LjgyOSwwbDEwNS41NjMsMTA1LjU1NEwyNzkuNzIxLDExLjc2N2MxNS43MDUtMTUuNjg3LDQxLjEzOS0xNS42ODcsNTYuODMyLDBDMzUyLjI1OCwyNy40NjYsMzUyLjI1OCw1Mi45MTIsMzM2LjU1OSw2OC42MTF6Ii8+PC9nPjwvc3ZnPg==);
            background-size: contain;
            background-repeat: no-repeat;
            background-position: center;
            height: 12px;
            width: 12px;
        }

    .cookie-container > p {
        padding: 15px 20px 0;
        color: #000;
        font-weight: 400;
        font-size: 12px;
        clear: both;
        float: left;
        line-height: 1.5;
        margin: 0 auto;
    }

    .cookie-container > a {
        display: block;
        float: left;
        padding: 10px 0;
        font-size: 13px;
        font-weight: bold;
        text-decoration: none;
        color: #000000;
        margin: 0 10px 0 20px;
    }

        .cookie-container > a:last-child {
            margin: 0;
        }

@media only screen and (max-width: 800px) {
    .cookie-container {
        width: 700px;
    }
}

@media only screen and (max-width: 700px) {
    .cookie-container {
        width: 90%;
        height: 110px;
        padding: 10px;
    }

        .cookie-container > .cookie_inset {
            position: absolute;
            right: 0;
        }

        .cookie-container > p {
            font-size: xx-small;
        }
}

@media only screen and (max-width: 360px) {
    .cookie-container {
        height: auto;
        padding: 20px 45px 20px 20px;
    }

        .cookie-container .cookie-button {
            float: right;
            position: relative;
            right: auto;
            bottom: auto;
        }
}
/* Cookie */



/* Mobile */
.laptop {
    display: block;
}

.mobile {
    display: none;
}
/* VİDEO BREADCRUMB */
.demo-video-wrapper {
    background-image: url('../img/breadcrumb-video.jpg');
}

/* Video overlay and content */
.video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    pointer-events: none;
    background-color: #000;
    opacity: 0.7;
}

.video-hero--content {
    position: relative;
    text-align: center;
    color: #FFF;
    margin: 250px 0 50px;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
    color: rgb(153 153 153 / 70%);
}

    .video-hero--content span {
        font-size: 12px;
        margin-top: 0;
        letter-spacing: .075em;
        text-transform: uppercase;
        color: rgb(153 153 153 / 70%);
        font-weight: 600;
        margin-bottom: 15px;
        display: inline-block;
    }

        .video-hero--content span a {
            color: rgb(153 153 153 / 70%);
        }

    .video-hero--content p {
        font-size: 3em;
        display: block;
        text-align: center;
        font-style: inherit;
        line-height: normal;
        letter-spacing: .05em;
        font-weight: 600;
        color: #fff;
        margin-bottom: 25px;
    }

.page-width {
    width: 92%;
    max-width: 960px;
    margin: 0 auto;
}

.jquery-background-video-wrapper {
    position: relative;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 30px;
}

.jquery-background-video {
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    top: 50%;
    left: 50%;
    -o-object-fit: contain;
    object-fit: contain;
    transform: translate(-50%, -50%);
}

/* VİDEO BREADCRUMB */


@media screen and (max-width: 1650px) {
}

@media screen and (max-width: 1450px) {
}

@media screen and (max-width: 1300px) {
}

@media screen and (max-width: 1100px) {
}

@media screen and (max-width: 1001px) {
}

@media screen and (max-width: 1000px) {
    .home-hizmetler > .container-fluid {
        padding: 0 15px;
    }

    .card_image_item > .card_image > a > img,
    .card_image_item.little > .card_image_content,
    .card_image_item.little > .card_image > a > img {
        height: 50vw;
    }

    .card_image_item.big > .card_image > a > img {
        height: 100vw;
    }

    .elements-item.first {
        padding: 20px 0%;
    }

    .count > .inset > .container > .countdown-wrapper > div > #countdown-clock > div > h1,
    .count > .inset > .container > .countdown-wrapper > div > #countdown-clock2 > div > h1 {
        width: 25%;
        font-size: 21px;
    }

    .count > .inset > .container > .countdown-wrapper > div > #countdown-clock > div > h2,
    .count > .inset > .container > .countdown-wrapper > div > #countdown-clock2 > div > h2 {
        width: 25%;
        font-size: 14px;
    }

    .laptop {
        display: none;
    }

    .mobile {
        display: block;
    }

    .text-left {
        text-align: center;
    }

    footer .subscribe-form .caption:before {
        content: "";
    }

    .footer-menu-area2.container,
    .footer-menu-area2.container-fluid {
        display: block;
        text-align: center;
    }

    .o-footer__bottomMenu--link:after {
        background-color: transparent;
    }

    /*.brand-sag {
        border: none;
        padding: 10px 0;
    }

        .brand-sag a {
            display: inline-block;
            margin-right: 0;
            margin-bottom: 0;
            margin-top: 0;
            height: auto;
        }*/

    .section.home-about-section {
        padding-bottom: 60px;
    }

    .hovercardwrapper {
        height: auto;
    }

        .sol-alan,
        .sag-alan,
        .background,
        .background-bottom,
        .hovercardwrapper .overlay {
            display: none;
        }

        .hovercardwrapper:after {
            background-color: transparent;
        }

    footer {
        padding: 30px 0;
    }

        footer .caption:before {
            float: right !important;
            content: '\f067';
            font-family: 'Font Awesome 5 Free';
            padding-right: 5px;
        }

        footer .caption.plus:before {
            content: '\f068';
        }

    .section {
        padding: 60px 0;
    }

    .home-events-card {
        padding: 0;
    }

    .header_address.col-flex {
        display: none;
    }

    .header_address_top {
        height: auto;
    }

    .sliding-menu .primary-nav {
        columns: 2;
        -webkit-columns: 2;
        -moz-columns: 2;
        text-align: left;
    }

    .mobilgorunmez ul li a, .sliding-menu ul li a {
        font-size: medium;
    }

    .menubutton.opened {
        top: 12px;
        right: 0;
    }

    .sliding-menu {
        padding: 0;
    }

    .discover-around .text-wrapper {
        padding: 0;
    }

    .base-container {
        padding: 0 15px;
    }

    .discover-around {
        display: block;
        padding: 0 15px;
    }

        .discover-around .text-wrapper {
            width: 100%;
        }

    .home-about-right {
        width: 100%;
        margin-top: 15px;
    }

    .about-grid > .w-background-video {
        height: 25vh;
    }

    .blog-layout-1 .post-img {
        height: auto;
    }

    .blog-layout-1 .entry-date-wrap {
        right: 0;
    }

    .white {
        width: 100%;
    }

    .home-about-left {
        width: 100%;
        margin: 0 auto;
        padding: 0;
    }

    .default_360 {
        left: 15px;
    }

    .home__screen__text {
        width: 100%;
        bottom: 25%;
    }

        .home__screen__text > div > h1 {
            font-size: x-large;
        }

        .btn-text,
        .blog-layout-1 .entry-description,
        .section-subtitle,
        .home-event-button-subtitle,
        .home__screen__text > div > a,
        .home__screen__text > div > h2 {
            font-size: x-small;
        }

    .serit47 > div > div > h2,
    .corp-our-resorts .hm-title,
    .discover-around .text-wrapper h2,
    .animated-divider h2,
    .blog-layout-1 .entry-date-wrap .entry-date,
    .blog-layout-1 h3.post-title a,
    .pages-header > .container > h1 {
        font-size: medium;
    }

        .serit47 > div > div > h2 span.script,
        .corp-our-resorts .hm-title span,
        .home__screen__text > div > h1 > span,
        .discover-around .text-wrapper h2 span.script {
            bottom: -20px;
            font-size: x-large;
            left: 0;
        }

    .serit47,
    .serit47 > div.sag {
        height: 75vh;
    }

    .card-block .desc span,
    .card-block .desc h3 {
        font-size: small;
    }

    .hovercardwrapper .leftcol,
    .hovercardwrapper .rightcol {
        height: 100%;
        width: 100%;
    }

    .hovercardwrapper .topbar {
        position: relative !important;
        background: #2b2b2b;
        color: #fff;
        font-size: 0;
        padding: 25px 20px !important;
        width: 100% !important;
        right: auto !important;
        left: auto !important;
        height: auto !important;
    }

    .hovercardwrapper .leftcol .topbar .btnwrap, .hovercardwrapper .rightcol .topbar .btnwrap {
        position: relative;
        left: auto;
        right: auto;
        bottom: auto;
        top: auto;
        width: 75%;
        text-align: right;
    }

    .hovercardwrapper .leftcol .topbar h3, .hovercardwrapper .rightcol .topbar h3 {
        position: relative;
        left: auto;
        right: auto;
        bottom: auto;
        top: auto;
        width: 25%;
        text-align: left;
    }

    .hovercardwrapper .leftcol .topbar h3, .hovercardwrapper .rightcol .topbar h3,
    a.btndef span {
        font-size: x-small;
        letter-spacing: 0;
    }

    .corp-our-resorts .resorts-wrapper .single-resort .desc-wrapper .title {
        font-size: medium;
    }

    .corp-our-resorts .resorts-wrapper .single-resort .desc-wrapper .location {
        font-size: small;
    }

    .def-link {
        font-size: x-small;
        line-height: normal;
    }

        .link-button, .card-block .desc .link-button,
        .def-link span img {
            height: 4vw;
            width: 4vw;
            fill: #2b2b2b;
        }

    .navbar-nav {
        margin: 0 auto;
    }

    .odalar-slider,
    .contact-middle > .elementor-row > .map_box,
    .contact-middle > .elementor-row > .address_box,
    .heading2 > h2 {
        width: 100%;
    }

        .contact-middle > .elementor-row > .address_box > .address_box_inset {
            margin: 0 auto;
        }

            .contact-middle > .elementor-row > .address_box > .address_box_inset > .address-widget-wrap {
                padding: 0 20px;
            }

    label {
        display: contents;
    }

    .contact-area {
        padding: 5px 10px;
    }

    .contact-button,
    .text-right {
        text-align: center;
    }

    header > .head-area > .container-fluid {
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .contact-middle > .elementor-row,
        .home-about-wrapper,
        .item-area,
        .contact-area > .row,
        .block-area > .container,
        header > .head-area > .container-fluid > .inset > .col {
            display: block !important;
        }

    .block-area .mright,
    .block-area .mleft {
        margin-top: 15px;
        padding: 0 15px;
    }

    .elementor-widget-wrap > .elementor-element > .elementor-widget-container > .infobox {
        height: 50vh;
    }

    .referance-area .item-brand .inner {
        border: 1px solid #dbdbdb;
    }

    .footer-menu-area > .maps-pic,
    .footer-menu-area > div > h3 {
        margin: 15px auto !important;
        display: block;
    }

    header > .head-area {
        padding: 10px 0;
    }

        header > .head-area > .container-fluid > .inset > .col-sol,
        header > .head-area > .container-fluid > .inset > .col-sag {
            max-width: 100%;
        }

        header > .head-area > .container-fluid > .inset > .col > a > img {
            margin: 0 auto;
        }

        header > .head-area > .container-fluid > .inset > .col > .col-flex {
            display: inline-block;
        }

        header > .head-area > .container-fluid > .inset > .col-sag {
            text-align: center !important;
        }
    /* Mobile Header */
    .navbar-collapse {
        width: 100%;
        position: absolute;
        left: 0;
        right: 0;
        top: 100%;
        background-color: #ffbf00;
        border-top: 1px solid rgba(255,255,255,.1);
        z-index: 9999;
        max-height: calc(100vh - 70px);
        padding: 0 15px;
        margin: 0 auto !important;
    }

        .navbar-collapse > ul > li {
            display: block;
            float: none;
        }

            .navbar-collapse > ul > li > a {
                display: block;
                padding: 10px 20px;
                font-size: 14px;
                border-bottom: 1px solid rgba(255,255,255,.1);
                color: #fff !important;
                font-weight: 400 !important;
            }

                .navbar-collapse > ul > li > a > i {
                    margin-right: 5px;
                }

    .navbar-nav li:hover > ul.dropdown-menu {
        display: block;
        width: 100%;
        position: relative;
        border-radius: 0;
        left: 0;
        margin: 0;
    }

    .footer-menu-area > div > h3.right:before {
        float: right !important;
        content: '\f067';
        font-family: 'Font Awesome 5 Free';
        padding-right: 5px;
    }
    /* Mobil Header */
}

@media all and (min-width: 1000px) {
    .navbar-collapse.collapse {
        display: block;
        padding: 0;
    }
}

@media (min-width: 768px) {
    .collapse.dont-collapse-sm {
        display: block;
        height: auto !important;
        visibility: visible;
    }
}

.urunlersidebar {
    padding: 0;
}

    .urunlersidebar a {
        cursor: pointer;
    }

    .urunlersidebar .nav-item.dropdown svg {
        position: absolute;
        right: 15px !important;
        font-size: 14px;
        z-index: 9;
        top: 15px;
    }

    .urunlersidebar .nav-item.dropdown ul {
        list-style: none !important;
        overflow: hidden;
    }

    .urunlersidebar .collapse {
        overflow: hidden;
        display: none;
    }

        .urunlersidebar .collapse.in {
            overflow: hidden;
            display: block;
        }

    .urunlersidebar a ~ .fa-angle-down {
        display: none;
    }

    .urunlersidebar a ~ .fa-angle-up {
        display: block;
    }

    .urunlersidebar a.collapsed ~ .fa-angle-down {
        display: block !important;
    }

    .urunlersidebar a.collapsed ~ .fa-angle-up {
        display: none !important;
    }

    .urunlersidebar a .fa-angle-down {
        display: none;
    }

    .urunlersidebar a .fa-angle-up {
        display: block;
    }

    .urunlersidebar a.collapsed .fa-angle-down {
        display: block !important;
    }

    .urunlersidebar a.collapsed .fa-angle-up {
        display: none !important;
    }
