@font-face {
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: local('Nunito Sans Light'),local('NunitoSans-Light'),url(../../../s/nunitosans/v6/pe03MImSLYBIv1o4X1M8cc8WAf5q.ttf) format('truetype')
}

@font-face {
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local('Nunito Sans Regular'),local('NunitoSans-Regular'),url(../../../s/nunitosans/v6/pe0qMImSLYBIv1o4X1M8cfe6.ttf) format('truetype')
}

@font-face {
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: local('Nunito Sans SemiBold'),local('NunitoSans-SemiBold'),url(../../../s/nunitosans/v6/pe03MImSLYBIv1o4X1M8cc9iB_5q.ttf) format('truetype')
}

@font-face {
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: local('Nunito Sans Bold'),local('NunitoSans-Bold'),url(../../../s/nunitosans/v6/pe03MImSLYBIv1o4X1M8cc8GBv5q.ttf) format('truetype')
}

@font-face {
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 800;
    font-display: swap;
    src: local('Nunito Sans ExtraBold'),local('NunitoSans-ExtraBold'),url(../../../s/nunitosans/v6/pe03MImSLYBIv1o4X1M8cc8aBf5q.ttf) format('truetype')
}

@font-face {
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: local('Nunito Sans Black'),local('NunitoSans-Black'),url(../../../s/nunitosans/v6/pe03MImSLYBIv1o4X1M8cc8-BP5q.ttf) format('truetype')
}

.block {
    display: block
}

.iblock {
    display: inline-block
}

.inline {
    display: inline
}

.none {
    display: none
}

.fleft {
    float: left
}

.fright {
    float: right
}

.rel {
    position: relative
}

.abs {
    position: absolute
}

.tcenter {
    text-align: center !important
}

.tleft {
    text-align: left !important
}

.tright {
    text-align: right !important
}

.w100 {
    width: 100%
}

a {
    text-decoration: none !important
}

.w-light {
    font-weight: 300 !important
}

.w-bold {
    font-weight: bold !important
}

.w-normal {
    font-weight: normal !important
}

.w-semi, .w-medium {
    font-weight: 500 !important
}

input[type=text], input[type=password], textarea {
    -webkit-appearance: none
}

    input[type=text]:focus, input[type=password]:focus, textarea:focus {
        outline: none
    }

input {
    -webkit-appearance: none
}

p {
    margin: 0
}

ul {
    margin: 0;
    padding: 0;
    list-style: none
}

form {
    margin: 0
}

.t-ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
    display: inline-block
}

.pointer {
    cursor: pointer
}

h1, h2, h3, h4, h5, h6 {
    margin: 0
}

.rows:before, .rows:after {
    content: "";
    display: table;
    clear: both
}

img {
    max-width: 100%
}

.container {
    max-width: 1450px
}

.chosen-select {
    position: relative
}

    .chosen-select select {
        color: #474747;
        font-weight: 600;
        font-size: 16px;
        background: #fff !important;
        line-height: 24px;
        padding: 15px 50px 15px 25px;
        display: block;
        height: auto;
        border-radius: 8px;
        border-color: #cecece !important;
        box-shadow: none !important;
        width: 100%
    }

        .chosen-select select option[disabled] {
            display: none
        }

    .chosen-select > i {
        position: absolute;
        z-index: 2;
        left: 0;
        top: 50%;
        line-height: 0;
        font-size: 28px;
        text-align: center !important;
        color: #474747;
        width: 60px
    }

        .chosen-select > i + select {
            padding-left: 60px
        }

            .chosen-select > i + select + .chosen-container .chosen-single {
                padding-left: 60px
            }

    .chosen-select .chosen-container {
        width: 100% !important
    }

        .chosen-select .chosen-container .chosen-single {
            color: #474747;
            font-weight: 600;
            font-size: 16px;
            background: #fff !important;
            line-height: 24px;
            padding: 15px 50px 15px 25px;
            display: block;
            height: auto;
            border-radius: 8px;
            border-color: #cecece !important;
            box-shadow: none !important
        }

            .chosen-select .chosen-container .chosen-single span {
                display: block;
                margin-right: 0
            }

            .chosen-select .chosen-container .chosen-single div {
                border: 8px solid transparent !important;
                border-top-color: #5d5d5d !important;
                width: auto;
                height: auto;
                padding-right: 0;
                top: 50%;
                right: 15px;
                margin-top: -4px
            }

        .chosen-select .chosen-container .chosen-drop {
            box-shadow: none;
            border-color: #cecece !important;
            border-radius: 0 0 8px 8px
        }

            .chosen-select .chosen-container .chosen-drop .chosen-search-input {
                padding: 10px !important;
                border-color: #cecece !important;
                font-size: 14px;
                color: #474747
            }

            .chosen-select .chosen-container .chosen-drop .chosen-results li {
                background: none !important;
                color: #474747 !important;
                font-weight: 600;
                padding: 10px 5px;
                font-size: 15px;
                -moz-transition-duration: .2s;
                -o-transition-duration: .2s;
                -webkit-transition-duration: .2s;
                transition-duration: .2s;
                -moz-transition-timing-function: ease-in;
                -o-transition-timing-function: ease-in;
                -webkit-transition-timing-function: ease-in;
                transition-timing-function: ease-in
            }

                .chosen-select .chosen-container .chosen-drop .chosen-results li.disabled-result {
                    display: none
                }

                .chosen-select .chosen-container .chosen-drop .chosen-results li:hover, .chosen-select .chosen-container .chosen-drop .chosen-results li.result-selected {
                    color: #fff !important;
                    background: #1ab1b8 !important
                }

        .chosen-select .chosen-container.chosen-with-drop .chosen-single {
            border-radius: 8px 8px 0 0
        }

input, textarea {
    width: 100%;
    color: #474747;
    font-weight: 600;
    font-size: 16px;
    background: #fff;
    line-height: 24px;
    padding: 15px 25px;
    display: block;
    height: auto;
    border-radius: 8px;
    border: 1px solid #cecece
}

    input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
        color: #474747
    }

    input:-ms-input-placeholder, textarea:-ms-input-placeholder {
        color: #474747
    }

    input::placeholder, textarea::placeholder {
        color: #474747
    }

.btn {
    font-size: 18px;
    color: #fff;
    font-weight: 800;
    background: var(--renk1);
    padding: 13px;
    line-height: 30px;
    border: none;
    width: 100%;
    border-radius: 8px;
    -moz-transition-duration: .2s;
    -o-transition-duration: .2s;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -moz-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in
}

    .btn:hover {
        color: #fff;
        background: #f65858
    }

.radioInput {
    display: inline-block
}

    .radioInput label {
        font-weight: 800;
        font-size: 14px;
        color: #474747;
        border: 1px solid #c1c1c1;
        border-radius: 20px;
        margin: 0;
        display: block;
        line-height: 22px;
        padding: 8px 25px;
        background: #fff;
        -moz-transition-duration: .2s;
        -o-transition-duration: .2s;
        -webkit-transition-duration: .2s;
        transition-duration: .2s;
        -moz-transition-timing-function: ease-in;
        -o-transition-timing-function: ease-in;
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
        cursor: pointer
    }

    .radioInput input {
        display: none
    }

        .radioInput input:checked + label {
            background: #2bbad5;
            color: #fff
        }

.form-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    -ms-flex-align: center !important;
    align-items: center !important;
    margin-bottom: 0
}

    .form-group .form-labels {
        color: #474747;
        font-weight: 600;
        font-size: 16px
    }

    .form-group .form-input {
        font-size: 0
    }

        .form-group .form-input > div {
            display: table;
            width: 100%
        }

            .form-group .form-input > div > span {
                display: table-cell;
                widtH: 10px;
                white-space: nowrap;
                background: #e1e1e1;
                border-radius: 0 8px 8px 0;
                border: 1px solid #cecece;
                border-left: none;
                padding: 0 10px;
                min-width: 80px;
                color: #474747;
                font-weight: 600;
                font-size: 16px;
                text-align: center !important;
                vertical-align: middle
            }

            .form-group .form-input > div > div {
                display: table-cell;
                vertical-align: middle
            }

                .form-group .form-input > div > div input {
                    border-radius: 8px 0 0 8px
                }

                .form-group .form-input > div > div:first-child:last-child input {
                    border-radius: 8px
                }

.mm-menu {
    background-color: #fff;
    width: 100%;
    -moz-transition-duration: .2s;
    -o-transition-duration: .2s;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -moz-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    padding-top: 80px
}

    .mm-menu .mm-navbars_top {
        top: 80px
    }

        .mm-menu .mm-navbars_top .mm-btn_close {
            display: none
        }

    .mm-menu.mm-menu_navbar_top-1 .mm-panels {
        top: 120px
    }

    .mm-menu .mm-navbars_top {
        border-top: 1px solid #e8e8e8;
        border-bottom: 1px solid #e8e8e8
    }

        .mm-menu .mm-navbars_top .mm-navbar__title {
            color: #313131;
            font-weight: bold !important
        }

        .mm-menu .mm-navbars_top .mm-btn_prev:before {
            border-color: #313131 !important
        }

    .mm-menu .mm-listview .mm-listitem a {
        position: relative;
        font-weight: 700;
        color: #313131;
        padding: 15px 40px 15px 10px
    }

        .mm-menu .mm-listview .mm-listitem a:before {
            position: absolute;
            right: 0;
            top: 50%;
            line-height: 40px;
            width: 40px;
            text-align: center !important;
            margin-top: -20px;
            color: var(--renk1);
            font-family: 'icomoon' !important;
            font-style: normal;
            font-weight: normal;
            font-variant: normal;
            text-transform: none;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            content: "\e90c"
        }

        .mm-menu .mm-listview .mm-listitem a.mm-btn_next {
            position: absolute;
            width: 100%
        }

            .mm-menu .mm-listview .mm-listitem a.mm-btn_next:after, .mm-menu .mm-listview .mm-listitem a.mm-btn_next:before {
                display: none
            }

    .mm-menu .mm-listview .mm-listitem:after {
        left: 0;
        display: none
    }

    .mm-menu .mm-listview .mm-listitem.special {
        padding: 10px;
        border: none
    }

        .mm-menu .mm-listview .mm-listitem.special > a {
            margin-right: 0;
            border: 1px solid #e8e8e8;
            border-radius: 8px;
            font-weight: bold !important;
            font-size: 18px;
            padding: 35px 20px
        }

            .mm-menu .mm-listview .mm-listitem.special > a:before {
                display: none
            }

            .mm-menu .mm-listview .mm-listitem.special > a:after {
                position: absolute;
                right: 20px;
                content: "";
                top: 50%;
                width: 62px;
                height: 60px;
                margin-top: -30px;
                background: url(../img/mobileMenuSpecial.png)
            }

            .mm-menu .mm-listview .mm-listitem.special > a.mm-btn_next {
                border: none
            }

    .mm-menu .mm-panels > div.foot {
        display: none
    }

    .mm-menu .foot {
        transform: unset !important;
        top: auto;
        padding-top: 20px
    }

        .mm-menu .foot .whatsapp, .mm-menu .foot .phone {
            padding: 0 15px
        }

            .mm-menu .foot .whatsapp a, .mm-menu .foot .phone a {
                position: relative;
                display: block;
                color: #fff;
                background: #24d266;
                line-height: 18px;
                padding: 7px 15px 7px 76px;
                border-radius: 25px
            }

                .mm-menu .foot .whatsapp a i, .mm-menu .foot .phone a i {
                    position: absolute;
                    left: 20px;
                    top: 50%;
                    line-height: 0;
                    font-size: 36px
                }

                .mm-menu .foot .whatsapp a span, .mm-menu .foot .phone a span {
                    display: block;
                    font-weight: 300 !important;
                    font-size: 16px
                }

                .mm-menu .foot .whatsapp a strong, .mm-menu .foot .phone a strong {
                    display: block;
                    font-weight: 800;
                    font-size: 18px
                }

        .mm-menu .foot .phone {
            padding: 20px 15px
        }

            .mm-menu .foot .phone a {
                background: #333
            }

        .mm-menu .foot .social {
            border-top: 1px solid #e8e8e8;
            text-align: center !important;
            padding-top: 20px
        }

            .mm-menu .foot .social strong {
                color: #313131
            }

            .mm-menu .foot .social ul {
                font-size: 0;
                padding-top: 10px
            }

                .mm-menu .foot .social ul li {
                    display: inline-block;
                    padding: 5px
                }

                    .mm-menu .foot .social ul li a {
                        display: block;
                        width: 48px;
                        line-height: 46px;
                        border-radius: 100%;
                        border: 1px solid #e8e8e8;
                        font-size: 18px;
                        color: #313131
                    }

.mm-wrapper_opening .mm-page {
    transform: translate3d(100vw, 0, 0) !important
}

.mm-wrapper_opening #mobileHeader .icon-menu {
    display: none
}

.mm-wrapper_opening #mobileHeader .icon-close {
    display: block
}

.mm-page__blocker {
    display: none !important
}

#whatsapp {
    position: fixed;
    right: 0;
    top: 20px;
    color: #fff;
    background: #4DB051;
    font-size: 24px;
    width: 50px;
    line-height: 50px;
    display: block;
    z-index: 5;
    text-align: center !important;
    visibility: hidden;
    opacity: 0;
    -moz-transition-duration: .2s;
    -o-transition-duration: .2s;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -moz-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in
}

    #whatsapp.active {
        opacity: 14;
        visibility: visible
    }

.pageTop {
    position: relative;
    padding: 80px 0;
    background: #1ab1b8
}

    .pageTop > * {
        position: relative;
        z-index: 2
    }

    .pageTop > img {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        z-index: 1
    }

    .pageTop h1 {
        color: #fff;
        font-weight: 800;
        font-size: 48px
    }

    .pageTop p {
        color: #fff;
        font-size: 18px;
        padding-top: 10px
    }

.pop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    opacity: 0;
    visibility: hidden;
    -moz-transition-duration: .2s;
    -o-transition-duration: .2s;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -moz-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in
}

    .pop > .overlay {
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        background: rgba(0,0,0,0.5)
    }

        .pop > .overlay a {
            position: fixed;
            z-index: 5;
            right: 0;
            top: 0;
            color: #000;
            width: 50px;
            text-align: center !important;
            line-height: 50px;
            display: block;
            float: right;
            background: #fff;
            border-radius: 0 0 0 15px;
            box-shadow: 0 0 10px rgba(0,0,0,0.1)
        }

    .pop > .popContent {
        position: absolute;
        left: 50%;
        top: 50%;
        max-width: 650px;
        width: 90%;
        max-height: 95%;
        transform: translate(-50%, -50%);
        overflow: auto
    }

        .pop > .popContent > div {
            background: #fff;
            border-radius: 8px
        }

    .pop.open {
        opacity: 1;
        visibility: visible;
        -moz-transition-duration: .2s;
        -o-transition-duration: .2s;
        -webkit-transition-duration: .2s;
        transition-duration: .2s;
        -moz-transition-timing-function: ease-in;
        -o-transition-timing-function: ease-in;
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in
    }

body {
    font-family: 'Nunito Sans',sans-serif;
    margin: 0;
    opacity: 0;
    color: #010326;
    display: block;
    position: relative
}

    body * {
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        outline: none !important
    }

    body.active {
        opacity: 1
    }

    body.no-scroll {
        overflow: hidden;
        margin-right: 17px
    }

#header {
    position: relative;
    z-index: 5;
    padding: 20px 15px;
    transform: unset !important
}

    #header .right {
        text-align: right !important;
        padding-right: 0;
        font-size: 0;
        white-space: nowrap
    }

        #header .right > ul {
            display: inline-block;
            vertical-align: middle
        }

            #header .right > ul > li {
                position: relative;
                display: inline-block;
                padding-right: 40px
            }

                #header .right > ul > li > a {
                    position: relative;
                    display: block;
                    font-size: 18px;
                    font-weight: 800;
                    color: #333333;
                    padding-left: 45px;
                    line-height: 20px;
                    -moz-transition-duration: .2s;
                    -o-transition-duration: .2s;
                    -webkit-transition-duration: .2s;
                    transition-duration: .2s;
                    -moz-transition-timing-function: ease-in;
                    -o-transition-timing-function: ease-in;
                    -webkit-transition-timing-function: ease-in;
                    transition-timing-function: ease-in
                }

                    #header .right > ul > li > a br {
                        display: none
                    }

                    #header .right > ul > li > a:before {
                        position: absolute;
                        content: "";
                        left: 0;
                        top: 50%;
                        width: 34px;
                        height: 33px;
                        margin-top: -16px;
                        background: url(../img/4.png) 0 0
                    }

                #header .right > ul > li > div {
                    position: absolute;
                    left: -20px;
                    top: 100%;
                    min-width: 100%;
                    padding-top: 20px;
                    margin-top: -25px;
                    opacity: 0;
                    visibility: hidden;
                    -moz-transition-duration: .2s;
                    -o-transition-duration: .2s;
                    -webkit-transition-duration: .2s;
                    transition-duration: .2s;
                    -moz-transition-timing-function: ease-in;
                    -o-transition-timing-function: ease-in;
                    -webkit-transition-timing-function: ease-in;
                    transition-timing-function: ease-in
                }

                    #header .right > ul > li > div > ul {
                        text-align: left !important;
                        background: #fff;
                        padding: 15px 0;
                        box-shadow: 20px 15px 81px 0 rgba(0,0,0,0.05)
                    }

                        #header .right > ul > li > div > ul li a {
                            position: relative;
                            font-size: 16px;
                            font-weight: 700;
                            color: #333333;
                            display: block;
                            padding: 5px 15px 5px 15px;
                            white-space: nowrap;
                            -moz-transition-duration: .2s;
                            -o-transition-duration: .2s;
                            -webkit-transition-duration: .2s;
                            transition-duration: .2s;
                            -moz-transition-timing-function: ease-in;
                            -o-transition-timing-function: ease-in;
                            -webkit-transition-timing-function: ease-in;
                            transition-timing-function: ease-in
                        }

                            #header .right > ul > li > div > ul li a:before {
                                position: absolute;
                                content: "";
                                left: 20px;
                                top: 50%;
                                width: 34px;
                                height: 33px;
                                margin-top: -16px;
                                transform: scale(.7);
                                transform-origin: left center
                            }

                            #header .right > ul > li > div > ul li a:hover {
                                color: #f65858
                            }

                    #header .right > ul > li > div:before {
                        position: absolute;
                        content: "";
                        left: 50%;
                        top: 8px;
                        border-color: transparent transparent #fff;
                        border-style: solid;
                        border-width: 0 12px 12px;
                        margin-left: -12px
                    }

                #header .right > ul > li.sub:after {
                    position: absolute;
                    content: "";
                    right: 20px;
                    top: 50%;
                    margin-top: -3px;
                    border-color: #333 transparent transparent;
                    border-style: solid;
                    border-width: 6px;
                    margin-left: -12px;
                    -moz-transition-duration: .2s;
                    -o-transition-duration: .2s;
                    -webkit-transition-duration: .2s;
                    transition-duration: .2s;
                    -moz-transition-timing-function: ease-in;
                    -o-transition-timing-function: ease-in;
                    -webkit-transition-timing-function: ease-in;
                    transition-timing-function: ease-in
                }

                #header .right > ul > li:hover > div {
                    margin-top: 0;
                    opacity: 1;
                    visibility: visible
                }

                #header .right > ul > li:hover > a {
                    color: #f65858
                }

                #header .right > ul > li:hover:after {
                    border-color: #f65858 transparent transparent
                }

        #header .right .whatsapp, #header .right .customerService {
            position: relative;
            display: inline-block;
            text-align: left !important;
            vertical-align: middle;
            margin: 0 25px 0 0;
            line-height: 18px;
            padding-left: 50px
        }

            #header .right .whatsapp span, #header .right .customerService span {
                display: block;
                font-weight: 300 !important;
                font-size: 16px;
                color: #333333
            }

            #header .right .whatsapp a, #header .right .customerService a {
                display: block;
                font-weight: 800;
                font-size: 18px;
                color: #333333;
                -moz-transition-duration: .2s;
                -o-transition-duration: .2s;
                -webkit-transition-duration: .2s;
                transition-duration: .2s;
                -moz-transition-timing-function: ease-in;
                -o-transition-timing-function: ease-in;
                -webkit-transition-timing-function: ease-in;
                transition-timing-function: ease-in
            }

                #header .right .whatsapp a:before, #header .right .customerService a:before {
                    position: absolute;
                    content: "";
                    left: 0;
                    top: 50%;
                    width: 36px;
                    height: 36px;
                    background: url(../img/icons.png);
                    margin-top: -16px
                }

                #header .right .whatsapp a:hover, #header .right .customerService a:hover {
                    color: #f65858
                }

                #header .right .whatsapp a:before {
                    background-position: -36px 0
                }

        #header .right .contact {
            position: relative;
            display: inline-block;
            background: var(--renk1);
            color: #fff;
            font-size: 18px;
            vertical-align: middle;
            padding: 25px 25px 25px 65px;
            font-weight: bold !important;
            -moz-transition-duration: .2s;
            -o-transition-duration: .2s;
            -webkit-transition-duration: .2s;
            transition-duration: .2s;
            -moz-transition-timing-function: ease-in;
            -o-transition-timing-function: ease-in;
            -webkit-transition-timing-function: ease-in;
            transition-timing-function: ease-in
        }

            #header .right .contact i {
                position: absolute;
                left: 25px;
                top: 50%;
                font-size: 30px;
                line-height: 0
            }

            #header .right .contact:hover {
                background: #f65858
            }

#mobileHeader {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background: #fff;
    text-align: center !important;
    padding: 7px 60px;
    display: none;
    transform: unset !important
}

    #mobileHeader .icon-menu, #mobileHeader .icon-close {
        position: absolute;
        left: 0;
        top: 15px;
        color: #fff;
        background: var(--renk1);
        font-size: 24px;
        width: 50px;
        line-height: 50px;
        display: block
    }

    #mobileHeader .icon-close {
        display: none
    }

    #mobileHeader .logo img {
        height: 66px;
        object-fit: contain
    }

#home .top {
    position: relative;
    padding: 70px 0 230px
}

    #home .top .container {
        position: relative;
        z-index: 2;
        max-width: 1630px
    }

        #home .top .container > div {
            max-width: 800px
        }

            #home .top .container > div h1 {
                font-size: 48px;
                line-height: 64px;
                font-weight: 300 !important;
                color: #000
            }

                #home .top .container > div h1 strong {
                    display: block;
                    font-weight: 800
                }

            #home .top .container > div p {
                font-size: 18px;
                padding-top: 15px;
                color: #000
            }

            #home .top .container > div .row {
                margin: 0 -10px
            }

                #home .top .container > div .row > div {
                    padding: 20px 10px 0
                }

                    #home .top .container > div .row > div button {
                        max-width: 220px
                    }

            #home .top .container > div > a {
                display: none
            }

    #home .top .owl-carousel {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%
    }

        #home .top .owl-carousel .owl-stage-outer {
            height: 100%
        }

            #home .top .owl-carousel .owl-stage-outer div {
                height: 100%
            }

                #home .top .owl-carousel .owl-stage-outer div img {
                    height: 100%;
                    object-fit: contain;
                    object-position: bottom center
                }

                    #home .top .owl-carousel .owl-stage-outer div img.image {
                        display: none
                    }

            #home .top .owl-carousel .owl-stage-outer:before {
                position: absolute;
                z-index: 2;
                content: "";
                left: 0;
                bottom: 0;
                width: 100%;
                height: 160px;
                background: url(../img/homeTop.png) no-repeat center bottom
            }

        #home .top .owl-carousel .owl-dots {
            position: absolute;
            left: 50%;
            bottom: 25px;
            font-size: 0;
            transform: translateX(-50%)
        }

            #home .top .owl-carousel .owl-dots > div {
                display: inline-block;
                width: 20px;
                height: 20px;
                border-radius: 100%;
                border: 1px solid #fff;
                background: #fff;
                margin: 4px;
                cursor: pointer;
                -moz-transition-duration: .2s;
                -o-transition-duration: .2s;
                -webkit-transition-duration: .2s;
                transition-duration: .2s;
                -moz-transition-timing-function: ease-in;
                -o-transition-timing-function: ease-in;
                -webkit-transition-timing-function: ease-in;
                transition-timing-function: ease-in
            }

                #home .top .owl-carousel .owl-dots > div.active {
                    background: #2bbad5
                }

#home .rezervation {
    background: #1ab1b8;
    text-align: center !important;
    overflow: hidden;
    padding: 40px 0 60px
}

    #home .rezervation ul {
        display: none;
        font-size: 0;
        padding-bottom: 30px
    }

        #home .rezervation ul li {
            display: inline-block;
            padding: 12px
        }

            #home .rezervation ul li a {
                display: block;
                position: relative;
                font-size: 18px;
                font-weight: 800;
                color: #fff;
                padding: 5px 0 5px 45px
            }

    /*#home .rezervation ul li a:before {
                    position: absolute;
                    content: "";
                    left: 0;
                    top: 50%;
                    width: 34px;
                    height: 33px;
                    margin-top: -16px;
                    background: url(../img/icons.png) -106px 0
                }*/

    #home .rezervation h2 {
        color: #fff;
        font-size: 36px;
        font-weight: 800
    }

    #home .rezervation p {
        font-size: 18px;
        color: #fff;
        font-weight: 300 !important;
        padding: 10px 0
    }

    #home .rezervation .item {
        padding-top: 30px
    }

        #home .rezervation .item > div {
            padding: 30px
        }

        #home .rezervation .item i {
            display: block;
            font-size: 110px;
            color: #fff;
            width: 200px;
            line-height: 196px;
            border: 2px solid #fff;
            border-radius: 100%;
            margin: 0 auto
        }

        #home .rezervation .item strong {
            display: block;
            font-weight: 800;
            color: #fff;
            font-size: 20px;
            padding: 30px 0
        }

        #home .rezervation .item span {
            display: block;
            font-weight: 300 !important;
            color: #fff;
            font-size: 20px
        }

    #home .rezervation .owl-dots {
        text-align: center !important;
        font-size: 0;
        padding-top: 35px
    }

        #home .rezervation .owl-dots > div {
            display: inline-block;
            width: 24px;
            height: 24px;
            border: 2px solid #fff;
            border-radius: 100%;
            margin: 5px;
            -moz-transition-duration: .2s;
            -o-transition-duration: .2s;
            -webkit-transition-duration: .2s;
            transition-duration: .2s;
            -moz-transition-timing-function: ease-in;
            -o-transition-timing-function: ease-in;
            -webkit-transition-timing-function: ease-in;
            transition-timing-function: ease-in
        }

            #home .rezervation .owl-dots > div.active {
                background: var(--renk1)
            }

    #home .rezervation .btn {
        margin-top: 60px;
        max-width: 320px
    }

#home .happyOffer {
    overflow: hidden;
    padding: 60px 15px
}

    #home .happyOffer > .row {
        margin: 0 -55px
    }

        #home .happyOffer > .row > div {
            padding: 0 55px
        }

    #home .happyOffer .offer h2 {
        font-size: 36px;
        font-weight: 800;
        color: #000
    }

    #home .happyOffer .offer p {
        font-size: 18px;
        color: #000;
        padding-top: 5px
    }

    #home .happyOffer .offer .form {
        padding-top: 15px
    }

        #home .happyOffer .offer .form > div {
            margin-top: 20px !important
        }

        #home .happyOffer .offer .form .row {
            margin: 0 -10px
        }

            #home .happyOffer .offer .form .row > div {
                padding: 0 10px
            }

        #home .happyOffer .offer .form .radioInput {
            margin-left: 12px
        }

            #home .happyOffer .offer .form .radioInput:first-child {
                margin-left: 0
            }

        #home .happyOffer .offer .form .form-action:before, #home .happyOffer .offer .form .form-action:after {
            content: "";
            display: table;
            clear: both
        }

        #home .happyOffer .offer .form .form-action button {
            float: right;
            max-width: 320px
        }

    #home .happyOffer .happy {
        border-left: 1px solid #e1e1e1
    }

        #home .happyOffer .happy h3 {
            font-size: 36px;
            font-weight: 800;
            color: #000
        }

        #home .happyOffer .happy > p {
            font-size: 18px;
            color: #000;
            padding-top: 5px
        }

        #home .happyOffer .happy .owl-carousel {
            display: block;
            margin-top: 35px
        }

            #home .happyOffer .happy .owl-carousel .item > div {
                position: relative;
                padding: 10px 0 40px 90px
            }

                #home .happyOffer .happy .owl-carousel .item > div > i {
                    position: absolute;
                    left: 0;
                    top: 0;
                    color: #fff;
                    font-size: 32px;
                    line-height: 70px;
                    width: 70px;
                    text-align: center !important;
                    border-radius: 100%;
                    background: #41cecd
                }

                #home .happyOffer .happy .owl-carousel .item > div > strong {
                    position: relative;
                    font-size: 16px;
                    color: #000000;
                    padding-right: 95px;
                    line-height: 30px;
                    display: inline-block
                }

                    #home .happyOffer .happy .owl-carousel .item > div > strong span {
                        position: absolute;
                        left: 100%;
                        top: 50%;
                        font-size: 0;
                        margin-top: -15px;
                        white-space: nowrap;
                        margin-left: -85px
                    }

                        #home .happyOffer .happy .owl-carousel .item > div > strong span i {
                            display: inline-block;
                            font-size: 14px;
                            color: #f9c339;
                            margin-left: 3px;
                            vertical-align: middle
                        }

                #home .happyOffer .happy .owl-carousel .item > div p {
                    display: block;
                    font-size: 16px;
                    color: #000;
                    line-height: 23px
                }

                #home .happyOffer .happy .owl-carousel .item > div time {
                    display: block;
                    font-weight: 300 !important;
                    color: #8e8e8e;
                    font-size: 14px;
                    line-height: 20px
                }

            #home .happyOffer .happy .owl-carousel .item:last-child > div:last-child {
                padding-bottom: 0
            }

#home .guarantee {
    position: relative;
    background: #1ab1b8;
    overflow: hidden;
    padding: 50px 0 140px
}

    #home .guarantee .container > div {
        width: 560px;
        max-width: 50%
    }

        #home .guarantee .container > div h3 {
            font-weight: 800;
            color: #fff;
            font-size: 36px;
            padding: 40px 0 5px
        }

        #home .guarantee .container > div p {
            font-size: 18px;
            line-height: 30px;
            color: #fff
        }

            #home .guarantee .container > div p a {
                color: #fff;
                font-weight: bold !important
            }

    #home .guarantee .img {
        position: absolute;
        left: 50%;
        top: 0;
        right: 0;
        bottom: 0
    }

        #home .guarantee .img img {
            width: 100%;
            height: 100%;
            object-fit: cover
        }

#home .question {
    padding: 60px 15px 70px
}

    #home .question h3 {
        font-weight: 800;
        font-size: 36px;
        color: #000
    }

    #home .question .owl-carousel {
        padding-top: 10px
    }

        #home .question .owl-carousel .item > div {
            position: relative;
            display: block;
            font-size: 20px;
            font-weight: 800;
            color: #000;
            padding: 5px 25px 5px 25px;
            border: 1px solid #b0b0b0;
            margin-top: 25px
        }

            #home .question .owl-carousel .item > div > strong {
                position: relative;
                font-weight: 800;
                display: table;
                line-height: 24px;
                padding-right: 40px;
                cursor: pointer;
                width: 100%
            }

                #home .question .owl-carousel .item > div > strong span {
                    display: table-cell;
                    height: 60px;
                    vertical-align: middle
                }

                #home .question .owl-carousel .item > div > strong b {
                    position: absolute;
                    right: 0;
                    top: 50%;
                    margin-top: -16px;
                    display: block;
                    width: 32px;
                    height: 32px;
                    border-radius: 100%;
                    border: 1px solid #6a6a6a
                }

                    #home .question .owl-carousel .item > div > strong b:before {
                        position: absolute;
                        content: "";
                        left: 14px;
                        top: 8px;
                        width: 2px;
                        height: 14px;
                        background: #6a6a6a;
                        -moz-transition-duration: .2s;
                        -o-transition-duration: .2s;
                        -webkit-transition-duration: .2s;
                        transition-duration: .2s;
                        -moz-transition-timing-function: ease-in;
                        -o-transition-timing-function: ease-in;
                        -webkit-transition-timing-function: ease-in;
                        transition-timing-function: ease-in
                    }

                    #home .question .owl-carousel .item > div > strong b:after {
                        position: absolute;
                        content: "";
                        top: 14px;
                        left: 8px;
                        height: 2px;
                        width: 14px;
                        background: #6a6a6a;
                        -moz-transition-duration: .2s;
                        -o-transition-duration: .2s;
                        -webkit-transition-duration: .2s;
                        transition-duration: .2s;
                        -moz-transition-timing-function: ease-in;
                        -o-transition-timing-function: ease-in;
                        -webkit-transition-timing-function: ease-in;
                        transition-timing-function: ease-in
                    }

                #home .question .owl-carousel .item > div > strong.open b:before {
                    height: 0;
                    top: 15px
                }

            #home .question .owl-carousel .item > div > div {
                display: none;
                font-size: 16px;
                color: #000;
                line-height: 23px;
                font-weight: normal !important;
                padding-bottom: 15px
            }

        #home .question .owl-carousel .owl-dots {
            font-size: 0;
            padding-top: 45px;
            text-align: center !important
        }

            #home .question .owl-carousel .owl-dots > div {
                display: inline-block;
                width: 20px;
                height: 20px;
                border-radius: 100%;
                background: #1ab1b8;
                margin: 4px;
                cursor: pointer;
                -moz-transition-duration: .2s;
                -o-transition-duration: .2s;
                -webkit-transition-duration: .2s;
                transition-duration: .2s;
                -moz-transition-timing-function: ease-in;
                -o-transition-timing-function: ease-in;
                -webkit-transition-timing-function: ease-in;
                transition-timing-function: ease-in
            }

                #home .question .owl-carousel .owl-dots > div.active {
                    background: var(--renk1)
                }

    #home .question > a {
        margin: 50px auto 0;
        max-width: 320px;
        display: block
    }

#home .popular {
    border-top: 1px solid #c5c5c5;
    padding: 60px 0
}

    #home .popular h3 {
        font-size: 36px;
        font-weight: 800;
        color: #000
    }

    #home .popular ul {
        font-size: 0;
        margin: 0 -10px;
        padding-top: 20px
    }

        #home .popular ul:before, #home .popular ul:after {
            content: "";
            display: table;
            clear: both
        }

        #home .popular ul li {
            display: inline-block;
            min-width: 200px;
            padding: 20px 10px 0
        }

            #home .popular ul li a {
                display: block;
                text-align: center !important;
                font-size: 14px;
                color: #857385;
                font-weight: 600;
                line-height: 18px;
                padding: 10px;
                border-radius: 20px;
                border: 1px solid #d1d1d1;
                -moz-transition-duration: .2s;
                -o-transition-duration: .2s;
                -webkit-transition-duration: .2s;
                transition-duration: .2s;
                -moz-transition-timing-function: ease-in;
                -o-transition-timing-function: ease-in;
                -webkit-transition-timing-function: ease-in;
                transition-timing-function: ease-in
            }

                #home .popular ul li a:hover {
                    color: #fff;
                    background: var(--renk1);
                    border-color: var(--renk1)
                }

#offer .pageTop button {
    margin-top: 15px;
    max-width: 100%;
    font-size: 15px;
}

#offer .pageTop .wp {
    background-color: #4CAF50 !important;
}

#offer .detail {
    position: relative;
    z-index: 3
}

    #offer .detail .left {
        padding-bottom: 60px
    }

        #offer .detail .left .text h2 {
            font-size: 30px;
            font-weight: 800;
            color: #000;
            padding: 40px 0 10px
        }

        #offer .detail .left .text > div {
            color: #000;
            font-size: 18px;
            line-height: 30px
        }

        #offer .detail .left .owl-carousel {
            display: block;
            margin-top: 35px
        }

            #offer .detail .left .owl-carousel .item > div {
                position: relative;
                padding: 10px 0 40px 90px
            }

                #offer .detail .left .owl-carousel .item > div > i {
                    position: absolute;
                    left: 0;
                    top: 0;
                    color: #fff;
                    font-size: 32px;
                    line-height: 70px;
                    width: 70px;
                    text-align: center !important;
                    border-radius: 100%;
                    background: #41cecd
                }

                #offer .detail .left .owl-carousel .item > div > strong {
                    position: relative;
                    font-size: 16px;
                    color: #000000;
                    padding-right: 95px;
                    line-height: 30px;
                    display: inline-block
                }

                    #offer .detail .left .owl-carousel .item > div > strong span {
                        position: absolute;
                        left: 100%;
                        top: 50%;
                        font-size: 0;
                        margin-top: -15px;
                        white-space: nowrap;
                        margin-left: -85px
                    }

                        #offer .detail .left .owl-carousel .item > div > strong span i {
                            display: inline-block;
                            font-size: 14px;
                            color: #f9c339;
                            margin-left: 3px;
                            vertical-align: middle
                        }

                #offer .detail .left .owl-carousel .item > div p {
                    display: block;
                    font-size: 16px;
                    color: #000;
                    line-height: 23px
                }

                #offer .detail .left .owl-carousel .item > div time {
                    display: block;
                    font-weight: 300 !important;
                    color: #8e8e8e;
                    font-size: 14px;
                    line-height: 20px
                }

            #offer .detail .left .owl-carousel .item:last-child > div:last-child {
                padding-bottom: 0
            }

    #offer .detail .right {
        padding-bottom: 60px
    }

        #offer .detail .right > div {
            margin-top: -155px;
            background: #e8e8e8;
            border-radius: 10px
        }

            #offer .detail .right > div .t {
                position: relative;
                padding: 20px 300px 20px 45px
            }

                #offer .detail .right > div .t h3 {
                    font-size: 30px;
                    color: #000;
                    font-weight: 800
                }

                #offer .detail .right > div .t p {
                    font-size: 16px;
                    padding-top: 7px
                }

                #offer .detail .right > div .t:before {
                    position: absolute;
                    content: "";
                    righT: 0;
                    bottom: 0;
                    width: 275px;
                    height: 230px;
                    background: url(../img/offerDetail.png)
                }

            #offer .detail .right > div .form {
                padding-top: 15px;
                background: #f8f8f8;
                border-radius: 0 0 10px 10px;
                border: 1px solid #e8e8e8;
                padding: 20px 45px 80px
            }

                #offer .detail .right > div .form > div {
                    margin-top: 15px !important
                }

                #offer .detail .right > div .form .row {
                    margin: 0 -10px
                }

                    #offer .detail .right > div .form .row > div {
                        padding: 0 10px
                    }

                #offer .detail .right > div .form .radioInput {
                    margin-left: 12px
                }

                    #offer .detail .right > div .form .radioInput:first-child {
                        margin-left: 0
                    }

                #offer .detail .right > div .form .form-action:before, #offer .detail .right > div .form .form-action:after {
                    content: "";
                    display: table;
                    clear: both
                }

                #offer .detail .right > div .form .form-action button {
                    float: right;
                    max-width: 320px
                }

#offer .cleanText {
    border-top: 1px solid #c5c5c5
}

    #offer .cleanText .container {
        padding: 60px 15px
    }

        #offer .cleanText .container h3 {
            color: #000;
            font-size: 30px;
            font-weight: 800
        }

        #offer .cleanText .container > div {
            font-size: 18px;
            line-height: 30px;
            color: #000;
            padding-top: 35px
        }

#offer .guarantee {
    position: relative;
    background: #1ab1b8;
    overflow: hidden;
    padding: 50px 0 140px
}

    #offer .guarantee .container > div {
        width: 560px;
        max-width: 50%
    }

        #offer .guarantee .container > div h3 {
            font-weight: 800;
            color: #fff;
            font-size: 36px;
            padding: 40px 0 5px
        }

        #offer .guarantee .container > div p {
            font-size: 18px;
            line-height: 30px;
            color: #fff
        }

            #offer .guarantee .container > div p a {
                color: #fff;
                font-weight: bold !important
            }

    #offer .guarantee .img {
        position: absolute;
        left: 50%;
        top: 0;
        right: 0;
        bottom: 0
    }

        #offer .guarantee .img img {
            width: 100%;
            height: 100%;
            object-fit: cover
        }

#offer .question {
    padding: 60px 15px 70px
}

    #offer .question h3 {
        font-weight: 800;
        font-size: 36px;
        color: #000
    }

    #offer .question .owl-carousel {
        padding-top: 10px
    }

        #offer .question .owl-carousel .item > div {
            position: relative;
            display: block;
            font-size: 20px;
            font-weight: 800;
            color: #000;
            padding: 5px 25px 5px 25px;
            border: 1px solid #b0b0b0;
            margin-top: 25px
        }

            #offer .question .owl-carousel .item > div > strong {
                position: relative;
                font-weight: 800;
                display: table;
                line-height: 24px;
                padding-right: 40px;
                cursor: pointer;
                width: 100%
            }

                #offer .question .owl-carousel .item > div > strong span {
                    display: table-cell;
                    height: 60px;
                    vertical-align: middle
                }

                #offer .question .owl-carousel .item > div > strong b {
                    position: absolute;
                    right: 0;
                    top: 50%;
                    margin-top: -16px;
                    display: block;
                    width: 32px;
                    height: 32px;
                    border-radius: 100%;
                    border: 1px solid #6a6a6a
                }

                    #offer .question .owl-carousel .item > div > strong b:before {
                        position: absolute;
                        content: "";
                        left: 14px;
                        top: 8px;
                        width: 2px;
                        height: 14px;
                        background: #6a6a6a;
                        -moz-transition-duration: .2s;
                        -o-transition-duration: .2s;
                        -webkit-transition-duration: .2s;
                        transition-duration: .2s;
                        -moz-transition-timing-function: ease-in;
                        -o-transition-timing-function: ease-in;
                        -webkit-transition-timing-function: ease-in;
                        transition-timing-function: ease-in
                    }

                    #offer .question .owl-carousel .item > div > strong b:after {
                        position: absolute;
                        content: "";
                        top: 14px;
                        left: 8px;
                        height: 2px;
                        width: 14px;
                        background: #6a6a6a;
                        -moz-transition-duration: .2s;
                        -o-transition-duration: .2s;
                        -webkit-transition-duration: .2s;
                        transition-duration: .2s;
                        -moz-transition-timing-function: ease-in;
                        -o-transition-timing-function: ease-in;
                        -webkit-transition-timing-function: ease-in;
                        transition-timing-function: ease-in
                    }

                #offer .question .owl-carousel .item > div > strong.open b:before {
                    height: 0;
                    top: 15px
                }

            #offer .question .owl-carousel .item > div > div {
                display: none;
                font-size: 16px;
                color: #000;
                line-height: 23px;
                font-weight: normal !important;
                padding-bottom: 15px
            }

        #offer .question .owl-carousel .owl-dots {
            font-size: 0;
            padding-top: 45px;
            text-align: center !important
        }

            #offer .question .owl-carousel .owl-dots > div {
                display: inline-block;
                width: 20px;
                height: 20px;
                border-radius: 100%;
                background: #1ab1b8;
                margin: 4px;
                cursor: pointer;
                -moz-transition-duration: .2s;
                -o-transition-duration: .2s;
                -webkit-transition-duration: .2s;
                transition-duration: .2s;
                -moz-transition-timing-function: ease-in;
                -o-transition-timing-function: ease-in;
                -webkit-transition-timing-function: ease-in;
                transition-timing-function: ease-in
            }

                #offer .question .owl-carousel .owl-dots > div.active {
                    background: var(--renk1)
                }

    #offer .question > a {
        margin: 50px auto 0;
        max-width: 320px;
        display: block
    }

#offer .popular {
    border-top: 1px solid #c5c5c5;
    padding: 60px 0
}

    #offer .popular h4 {
        font-size: 36px;
        font-weight: 800;
        color: #000
    }

    #offer .popular ul {
        font-size: 0;
        margin: 0 -10px;
        padding-top: 20px
    }

        #offer .popular ul:before, #offer .popular ul:after {
            content: "";
            display: table;
            clear: both
        }

        #offer .popular ul li {
            display: inline-block;
            min-width: 200px;
            padding: 20px 10px 0
        }

            #offer .popular ul li a {
                display: block;
                text-align: center !important;
                font-size: 14px;
                color: #857385;
                font-weight: 600;
                line-height: 18px;
                padding: 10px;
                border-radius: 20px;
                border: 1px solid #d1d1d1;
                -moz-transition-duration: .2s;
                -o-transition-duration: .2s;
                -webkit-transition-duration: .2s;
                transition-duration: .2s;
                -moz-transition-timing-function: ease-in;
                -o-transition-timing-function: ease-in;
                -webkit-transition-timing-function: ease-in;
                transition-timing-function: ease-in
            }

                #offer .popular ul li a:hover {
                    color: #fff;
                    background: var(--renk1);
                    border-color: var(--renk1)
                }

#contact .detail {
    position: relative;
    z-index: 3
}

    #contact .detail .left {
        padding-bottom: 60px
    }

        #contact .detail .left .text h2 {
            font-size: 30px;
            font-weight: 800;
            color: #000;
            padding: 40px 0 10px
        }

        #contact .detail .left .text > div {
            color: #000;
            font-size: 18px;
            line-height: 30px
        }

        #contact .detail .left .text #map {
            height: 260px;
            border-radius: 10px
        }

        #contact .detail .left .text ul li {
            position: relative;
            font-size: 18px;
            line-height: 24px;
            color: #000;
            margin-top: 20px;
            padding: 10px 0 10px 60px
        }

            #contact .detail .left .text ul li a {
                font-size: 30px;
                color: #000;
                font-weight: bold !important
            }

            #contact .detail .left .text ul li p {
                padding-top: 15px
            }

            #contact .detail .left .text ul li:before {
                position: absolute;
                content: "";
                left: 0;
                top: 0;
                width: 42px;
                height: 42px;
                background: url(../img/icons.png) no-repeat -140px 0
            }

            #contact .detail .left .text ul li.phone:before {
                background-position: -182px 0
            }

            #contact .detail .left .text ul li.whatsapp:before {
                background-position: -224px 0
            }

            #contact .detail .left .text ul li:last-child:before {
                background: none !important;
            }

            #contact .detail .left .text ul li:last-child a {
                color: #fff !important;
                width: 300px !important;
                font-size:18px;
            }

    #contact .detail .right {
        padding-bottom: 60px
    }

        #contact .detail .right > div {
            margin-top: -155px;
            background: #e8e8e8;
            border-radius: 10px
        }

            #contact .detail .right > div .t {
                position: relative;
                padding: 20px 300px 20px 45px
            }

                #contact .detail .right > div .t h3 {
                    font-size: 30px;
                    color: #000;
                    font-weight: 800
                }

                #contact .detail .right > div .t p {
                    font-size: 16px;
                    padding-top: 7px
                }

                #contact .detail .right > div .t:before {
                    position: absolute;
                    content: "";
                    righT: 0;
                    bottom: 0;
                    width: 275px;
                    height: 230px;
                    background: url(../img/offerDetail.png)
                }

            #contact .detail .right > div .form {
                padding-top: 15px;
                background: #f8f8f8;
                border-radius: 0 0 10px 10px;
                border: 1px solid #e8e8e8;
                padding: 20px 45px 80px
            }

                #contact .detail .right > div .form > div {
                    margin-top: 15px !important
                }

                #contact .detail .right > div .form .row {
                    margin: 0 -10px
                }

                    #contact .detail .right > div .form .row > div {
                        padding: 0 10px
                    }

                #contact .detail .right > div .form .radioInput {
                    margin-left: 12px
                }

                    #contact .detail .right > div .form .radioInput:first-child {
                        margin-left: 0
                    }

                #contact .detail .right > div .form .form-action:before, #contact .detail .right > div .form .form-action:after {
                    content: "";
                    display: table;
                    clear: both
                }

                #contact .detail .right > div .form .form-action button {
                    float: right;
                    max-width: 320px
                }

#contact .popular {
    border-top: 1px solid #c5c5c5;
    padding: 60px 0
}

    #contact .popular h4 {
        font-size: 36px;
        font-weight: 800;
        color: #000
    }

    #contact .popular ul {
        font-size: 0;
        margin: 0 -10px;
        padding-top: 20px
    }

        #contact .popular ul:before, #contact .popular ul:after {
            content: "";
            display: table;
            clear: both
        }

        #contact .popular ul li {
            display: inline-block;
            min-width: 200px;
            padding: 20px 10px 0
        }

            #contact .popular ul li a {
                display: block;
                text-align: center !important;
                font-size: 14px;
                color: #857385;
                font-weight: 600;
                line-height: 18px;
                padding: 10px;
                border-radius: 20px;
                border: 1px solid #d1d1d1;
                -moz-transition-duration: .2s;
                -o-transition-duration: .2s;
                -webkit-transition-duration: .2s;
                transition-duration: .2s;
                -moz-transition-timing-function: ease-in;
                -o-transition-timing-function: ease-in;
                -webkit-transition-timing-function: ease-in;
                transition-timing-function: ease-in
            }

                #contact .popular ul li a:hover {
                    color: #fff;
                    background: var(--renk1);
                    border-color: var(--renk1)
                }

#popOffer .t {
    position: relative;
    padding: 20px 30px
}

    #popOffer .t strong {
        display: block;
        font-size: 30px;
        color: #000;
        font-weight: 800
    }

    #popOffer .t p {
        font-size: 16px;
        padding-top: 7px
    }

#popOffer .form {
    padding-top: 15px;
    background: #f8f8f8;
    border-radius: 0 0 10px 10px;
    border: 1px solid #e8e8e8;
    padding: 20px 30px
}

    #popOffer .form > div {
        margin-top: 15px !important
    }

    #popOffer .form .row {
        margin: 0 -10px
    }

        #popOffer .form .row > div {
            padding: 0 10px
        }

    #popOffer .form .radioInput {
        margin-left: 12px
    }

        #popOffer .form .radioInput:first-child {
            margin-left: 0
        }

    #popOffer .form .form-action:before, #popOffer .form .form-action:after {
        content: "";
        display: table;
        clear: both
    }

    #popOffer .form .form-action button {
        float: right;
        max-width: 320px
    }

footer {
    padding-top: 35px
}

    footer .top {
        position: relative;
        background: var(--renk1);
        padding: 30px 0 60px
    }

        footer .top .container {
            position: relative;
            padding: 0 460px 0 170px
        }

            footer .top .container i {
                font-size: 90px;
                color: #fff;
                position: absolute;
                left: 40px;
                top: 50%;
                line-height: 0
            }

            footer .top .container strong {
                display: block;
                color: #fff;
                font-size: 36px;
                font-weight: 800
            }

            footer .top .container p {
                display: block;
                font-size: 18px;
                color: #fff
            }

            footer .top .container a {
                position: absolute;
                right: 15px;
                top: 50%;
                transform: translateY(-50%);
                width: 430px;
                height: 290px;
                border-radius: 8px;
                overflow: hidden;
                display: block
            }

                footer .top .container a img {
                    width: 100%;
                    height: 100%;
                    object-fit: cover
                }

                footer .top .container a i {
                    position: absolute;
                    left: 50%;
                    top: 50%;
                    text-align: center !important;
                    font-size: 42px;
                    color: #fff;
                    line-height: 90px;
                    width: 90px;
                    margin: -45px 0 0 -45px;
                    border-radius: 100%;
                    background: #333
                }

                    footer .top .container a i:before {
                        margin-left: 5px
                    }

        footer .top .circle {
            position: absolute;
            left: 0;
            top: -35px;
            width: 100%;
            height: 35px;
            overflow: hidden
        }

            footer .top .circle:before {
                position: absolute;
                content: "";
                left: 50%;
                top: 0;
                width: 150%;
                height: 250px;
                background: var(--renk1);
                border-radius: 100%;
                z-index: -1;
                transform: translateX(-50%)
            }

    footer .center {
        padding: 60px 0;
        
    }

        footer .center .menu > div {
            display: table;
            width: 100%
        }

            footer .center .menu > div > div {
                display: table-cell;
                padding-right: 15px
            }

                footer .center .menu > div > div strong {
                    display: block;
                    font-weight: 800;
                    font-size: 24px;
                    color: #fff;
                    padding-bottom: 30px
                }

                footer .center .menu > div > div ul li a {
                    color: #fff;
                    font-size: 18px;
                    line-height: 30px;
                    display: inline-block;
                    -moz-transition-duration: .2s;
                    -o-transition-duration: .2s;
                    -webkit-transition-duration: .2s;
                    transition-duration: .2s;
                    -moz-transition-timing-function: ease-in;
                    -o-transition-timing-function: ease-in;
                    -webkit-transition-timing-function: ease-in;
                    transition-timing-function: ease-in
                }

                    footer .center .menu > div > div ul li a:hover {
                        color: #f65858
                    }

        footer .center .right {
            -ms-flex: 0 0 450px;
            flex: 0 0 450px;
            max-width: 450px;
            padding: 0 15px;
            text-align: right !important
        }

            footer .center .right .phone {
                position: relative;
                display: inline-block;
                text-align: left !important;
                padding-left: 60px
            }

                footer .center .right .phone i {
                    position: absolute;
                    left: 0;
                    bottom: 12px;
                    font-size: 36px;
                    color: #fff
                }

                footer .center .right .phone span {
                    display: block;
                    color: #85f9f1;
                    font-size: 24px
                }

                footer .center .right .phone a {
                    font-size: 36px;
                    color: #fff;
                    font-weight: 900;
                    -moz-transition-duration: .2s;
                    -o-transition-duration: .2s;
                    -webkit-transition-duration: .2s;
                    transition-duration: .2s;
                    -moz-transition-timing-function: ease-in;
                    -o-transition-timing-function: ease-in;
                    -webkit-transition-timing-function: ease-in;
                    transition-timing-function: ease-in
                }

                    footer .center .right .phone a:hover {
                        color: #f65858
                    }

            footer .center .right .location {
                color: #fff;
                padding-top: 60px
            }

                footer .center .right .location strong {
                    display: block;
                    font-weight: 800;
                    font-size: 24px
                }

                footer .center .right .location p {
                    font-size: 18px;
                    line-height: 30px
                }

    footer .bottom .copyright p {
        font-size: 16px;
        color: #767676
    }

    footer .bottom .recel {
        text-align: right !important
    }

@media (max-width:1800px) {
    #header .right .whatsapp, #header .right .customerService {
        padding-left: 0
    }

        #header .right .whatsapp span, #header .right .customerService span {
            display: none
        }

        #header .right .whatsapp a, #header .right .customerService a {
            font-size: 0;
            height: 36px;
            width: 36px
        }
}

@media (max-width:1400px) {
    #header .logo {
        -ms-flex: 0 0 210px;
        flex: 0 0 210px;
        max-width: 210px
    }

    #header .right ul {
        padding-right: 15px
    }

        #header .right ul li {
            padding-right: 15px
        }

    #header .right .whatsapp, #header .right .customerService {
        margin-right: 15px
    }

    #header .right .contact {
        padding: 25px 10px 25px 50px
    }

        #header .right .contact i {
            left: 15px
        }
}

@media (max-width:1199px) {
    #header .right ul li a {
        text-align: left !important;
        font-size: 16px;
        letter-spacing: -0.5px;
        padding-left: 40px
    }

        #header .right ul li a span {
            display: block
        }

    #header .right .contact {
        font-size: 0
    }

    #home .happyOffer > .row {
        margin: 0 -15px
    }

        #home .happyOffer > .row > div {
            padding: 0 15px
        }

    #home .happyOffer .offer h2, #home .happyOffer .offer p {
        text-align: center !important
    }

    #home .happyOffer .happy {
        padding-top: 60px !important;
        border-left: none
    }

        #home .happyOffer .happy h3, #home .happyOffer .happy > p {
            text-align: center !important
        }

        #home .happyOffer .happy .owl-dots {
            font-size: 0;
            padding-top: 50px;
            text-align: center !important
        }

            #home .happyOffer .happy .owl-dots > div {
                display: inline-block;
                width: 20px;
                height: 20px;
                border-radius: 100%;
                background: #1ab1b8;
                margin: 4px;
                cursor: pointer;
                -moz-transition-duration: .2s;
                -o-transition-duration: .2s;
                -webkit-transition-duration: .2s;
                transition-duration: .2s;
                -moz-transition-timing-function: ease-in;
                -o-transition-timing-function: ease-in;
                -webkit-transition-timing-function: ease-in;
                transition-timing-function: ease-in
            }

                #home .happyOffer .happy .owl-dots > div.active {
                    background: var(--renk1)
                }

    #home .popular ul li {
        min-width: 20%
    }

    #offer .pageTop .row {
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    #offer .detail .right > div {
        margin-top: 0
    }

    #offer .popular ul li {
        min-width: 20%
    }

    #contact .pageTop .row {
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    #contact .pageTop button {
        display: block
    }

    #contact .detail .left .owl-dots {
        font-size: 0;
        padding-top: 50px;
        text-align: center !important
    }

        #contact .detail .left .owl-dots > div {
            display: inline-block;
            width: 20px;
            height: 20px;
            border-radius: 100%;
            background: #1ab1b8;
            margin: 4px;
            cursor: pointer;
            -moz-transition-duration: .2s;
            -o-transition-duration: .2s;
            -webkit-transition-duration: .2s;
            transition-duration: .2s;
            -moz-transition-timing-function: ease-in;
            -o-transition-timing-function: ease-in;
            -webkit-transition-timing-function: ease-in;
            transition-timing-function: ease-in
        }

            #contact .detail .left .owl-dots > div.active {
                background: var(--renk1)
            }

    #contact .detail .right > div {
        margin-top: 0
    }

    #contact .popular ul li {
        min-width: 20%
    }

    footer .top {
        padding: 0px 0 30px
    }

        footer .top .container {
            padding: 0 370px 0 100px
        }

            footer .top .container i {
                font-size: 60px;
                left: 20px
            }

            footer .top .container a {
                width: 340px;
                height: 220px
            }

    footer .center .menu > div > div strong {
        font-size: 22px
    }

    footer .center .menu > div > div ul li a {
        font-size: 16px
    }

    footer .center .right {
        -ms-flex: 0 0 370px;
        flex: 0 0 370px;
        max-width: 370px
    }

    footer .bottom .recel {
        padding-right: 0
    }
}

@media (max-width:991px) {
    body {
        padding-top: 80px
    }

    #whatsapp {
        top: 15px;
        visibility: visible;
        opacity: 1
    }

    #header {
        display: none
    }

    #mobileHeader {
        display: block
    }

    #home .rezervation ul {
        display: block
    }

    #home .rezervation h2 {
        font-size: 24px
    }

    #home .rezervation p br {
        display: none
    }

    #home .guarantee {
        padding-bottom: 0
    }

        #home .guarantee > .container {
            padding-bottom: 40px
        }

            #home .guarantee > .container > div {
                max-width: 100%
            }

        #home .guarantee .img {
            position: unset
        }

    #home .popular ul li {
        min-width: 25%
    }

    #offer .guarantee {
        padding-bottom: 0
    }

        #offer .guarantee > .container {
            padding-bottom: 40px
        }

            #offer .guarantee > .container > div {
                max-width: 100%
            }

        #offer .guarantee .img {
            position: unset
        }

    #offer .popular ul li {
        min-width: 25%
    }

    #contact .popular ul li {
        min-width: 25%
    }

    footer .top .container {
        padding-right: 270px
    }

        footer .top .container strong {
            font-size: 24px
        }

        footer .top .container a {
            width: 240px;
            height: 160px
        }

            footer .top .container a i {
                font-size: 30px;
                line-height: 70px;
                width: 70px;
                margin: -35px 0 0 -35px
            }

    footer .center {
        padding: 50px 0 30px
    }

        footer .center .container {
            max-width: 380px
        }

        footer .center .menu > div {
            display: block
        }

            footer .center .menu > div > div {
                display: block;
                padding-bottom: 15px
            }

                footer .center .menu > div > div strong {
                    position: relative;
                    background: #18898e;
                    font-size: 18px;
                    padding: 10px 50px 10px 15px;
                    line-height: 30px;
                    cursor: pointer
                }

                    footer .center .menu > div > div strong:before {
                        position: absolute;
                        content: "";
                        right: 15px;
                        top: 50%;
                        margin-top: -5px;
                        border: 10px solid transparent;
                        border-top-color: #fff
                    }

                footer .center .menu > div > div ul {
                    display: none;
                    padding: 15px
                }

                    footer .center .menu > div > div ul.open {
                        display: block
                    }

        footer .center .right {
            -ms-flex: 0 0 100%;
            flex: 0 0 100%;
            max-width: 100%;
            padding-top: 20px;
            text-align: center !important
        }

            footer .center .right .phone {
                padding-left: 45px
            }

                footer .center .right .phone i {
                    font-size: 32px;
                    bottom: 14px
                }

                footer .center .right .phone span {
                    font-size: 18px;
                    margin-bottom: -10px
                }

                footer .center .right .phone strong {
                    font-size: 30px
                }

            footer .center .right .location {
                padding-top: 40px
            }

                footer .center .right .location strong {
                    font-size: 18px
                }

                footer .center .right .location p {
                    line-height: normal
                }
}

@media (max-width:767px) {
    .radioInput label {
        padding: 8px 15px
    }

    .pageTop {
        padding: 45px 0
    }

        .pageTop h1 {
            font-size: 32px
        }

        .pageTop p {
            font-size: 16px
        }

    .pop > .overlay a {
        display: none
    }

    #home .top {
        padding: 40px 0 230px
    }

        #home .top .container > div h1 {
            font-size: 23px;
            line-height: 30px
        }

        #home .top .container > div p {
            display: none
        }

        #home .top .container > div .row {
            display: none
        }

        #home .top .container > div > a {
            display: block;
            margin-top: 30px
        }

        #home .top .owl-carousel .owl-stage-outer div img.desktop {
            display: none
        }

        #home .top .owl-carousel .owl-stage-outer div img.mobile {
            display: block
        }

    #home .rezervation ul li {
        width: 50%;
        padding: 0px;
        padding-bottom: 25px;
        text-align: center !important
    }

        #home .rezervation ul li img {
            margin: 0 auto;
            width: 40% !important;
            padding-bottom: 10px;
            text-align: center;
        }

        #home .rezervation ul li span {
            margin: 0 auto;
            width: 100% !important;
            text-align: center;
            display: block;
        }

        #home .rezervation ul li a {
            font-size: 20px;
            padding-left: 0px;
            text-align: center;
        }

    #home .happyOffer {
        padding: 25px 15px
    }

        #home .happyOffer .offer h2 {
            font-size: 24px
        }

        #home .happyOffer .offer .form > div {
            margin-top: 10px !important
        }

            #home .happyOffer .offer .form > div.row > div {
                margin-top: 10px
            }

                #home .happyOffer .offer .form > div.row > div:first-child {
                    margin-top: 0
                }

        #home .happyOffer .offer .form .radioInput {
            margin-left: 4px
        }

        #home .happyOffer .offer .form .form-action button {
            max-width: 100%
        }

        #home .happyOffer .happy h3 {
            font-size: 24px
        }

    #home .guarantee {
        padding-bottom: 0
    }

        #home .guarantee > .container {
            padding-bottom: 40px
        }

            #home .guarantee > .container > div {
                max-width: 100%
            }

                #home .guarantee > .container > div h3 {
                    font-size: 24px;
                    padding: 30px 0 5px
                }

        #home .guarantee .img {
            position: unset
        }

    #home .question {
        padding: 50px 15px 30px
    }

        #home .question h3 {
            font-size: 24px;
            text-align: center !important
        }

        #home .question .owl-carousel .item a {
            font-size: 16px;
            padding: 5px 65px 5px 20px
        }

            #home .question .owl-carousel .item a strong {
                line-height: 20px
            }

    #home .popular {
        padding: 30px 15px
    }

        #home .popular h3 {
            font-size: 24px;
            text-align: center !important
        }

        #home .popular ul {
            overflow: auto;
            margin: 0;
            white-space: nowrap
        }

            #home .popular ul li {
                min-width: 170px;
                padding: 0 10px 0 0
            }

    #offer .detail .left .text h2 {
        font-size: 24px;
        padding: 25px 0 10px
    }

    #offer .detail .right {
        padding-bottom: 30px
    }

        #offer .detail .right > div .t {
            padding: 20px
        }

            #offer .detail .right > div .t h3 {
                font-size: 24px
            }

            #offer .detail .right > div .t:before {
                display: none
            }

        #offer .detail .right > div .form {
            padding: 20px
        }

            #offer .detail .right > div .form > div {
                margin-top: 10px !important
            }

                #offer .detail .right > div .form > div.row > div {
                    margin-top: 10px
                }

                    #offer .detail .right > div .form > div.row > div:first-child {
                        margin-top: 0
                    }

            #offer .detail .right > div .form .radioInput {
                margin-left: 4px
            }

                #offer .detail .right > div .form .radioInput label {
                    padding: 8px;
                    font-size: 13px
                }

            #offer .detail .right > div .form .form-action button {
                max-width: 100%
            }

    #offer .cleanText .container {
        padding: 25px 15px
    }

        #offer .cleanText .container h3 {
            font-size: 24px
        }

        #offer .cleanText .container > div {
            padding-top: 25px
        }

    #offer .guarantee {
        padding-bottom: 0
    }

        #offer .guarantee > .container {
            padding-bottom: 40px
        }

            #offer .guarantee > .container > div {
                max-width: 100%
            }

                #offer .guarantee > .container > div h3 {
                    font-size: 24px;
                    padding: 30px 0 5px
                }

        #offer .guarantee .img {
            position: unset
        }

    #offer .question {
        padding: 50px 15px 30px
    }

        #offer .question h3 {
            font-size: 24px;
            text-align: center !important
        }

        #offer .question .owl-carousel .item a {
            font-size: 16px;
            padding: 5px 65px 5px 20px
        }

            #offer .question .owl-carousel .item a strong {
                line-height: 20px
            }

    #offer .popular {
        padding: 30px 15px
    }

        #offer .popular h4 {
            font-size: 24px;
            text-align: center !important
        }

        #offer .popular ul {
            overflow: auto;
            margin: 0;
            white-space: nowrap
        }

            #offer .popular ul li {
                min-width: 170px;
                padding: 0 10px 0 0
            }

    #contact .detail .left .text h2 {
        font-size: 24px;
        padding: 25px 0 10px
    }

    #contact .detail .right {
        padding-bottom: 30px
    }

        #contact .detail .right > div .t {
            padding: 20px
        }

            #contact .detail .right > div .t h3 {
                font-size: 24px
            }

            #contact .detail .right > div .t:before {
                display: none
            }

        #contact .detail .right > div .form {
            padding: 20px
        }

            #contact .detail .right > div .form > div {
                margin-top: 10px !important
            }

            #contact .detail .right > div .form .form-action button {
                max-width: 100%
            }

    #contact .popular {
        padding: 30px 15px
    }

        #contact .popular h4 {
            font-size: 24px;
            text-align: center !important
        }

        #contact .popular ul {
            overflow: auto;
            margin: 0;
            white-space: nowrap
        }

            #contact .popular ul li {
                min-width: 170px;
                padding: 0 10px 0 0
            }

    #popOffer .t {
        padding: 20px
    }

        #popOffer .t strong {
            font-size: 24px
        }

    #popOffer .form {
        padding: 20px
    }

        #popOffer .form > div {
            margin-top: 10px !important
        }

            #popOffer .form > div.row > div {
                margin-top: 10px
            }

                #popOffer .form > div.row > div:first-child {
                    margin-top: 0
                }

        #popOffer .form .radioInput {
            margin-left: 4px
        }

            #popOffer .form .radioInput label {
                padding: 8px;
                font-size: 13px
            }

        #popOffer .form .form-action button {
            max-width: 100%
        }

    footer .top .container {
        padding: 0 15px;
        text-align: center !important
    }

        footer .top .container i {
            position: unset;
            line-height: unset
        }

        footer .top .container strong {
            letter-spacing: -0.5px
        }

        footer .top .container a {
            position: unset;
            width: 100%;
            height: 65vw;
            transform: translate(0)
        }

    footer .bottom .copyright {
        padding: 10px 15px
    }
}
