/*Standart main.css
  powered by rexa
*/

@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@100;200;300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700&display=swap');

* {
    --site-primary-font: 'Barlow', sans-serif;
    --site-primary-color: #847770;
    --site-hover-color: #645750;
    --site-footer-bg: #847770;
    --site-footer-link: #ffffff;
    --site-footer-title: #ffffff;
    --site-border-color: #95857c;
    --site-title: #111111;
    --site-link: #2196f3;
    --site-paragraf-color: #777777;
    --site-title-font-size: 28px;
    --site-title-font-weight: 500;
}

html, body {
    margin: 0;
    padding: 0;
    background-color: rgb(255, 255, 255);
    font-family: -apple-system, BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-size: 14px;
    color: #111;
    overflow-x: hidden;
    max-width: 100%;
    font-family: var(--site-primary-font);
}

@media(max-width:767.98px) {
    html, body {
        max-width: 100%;
        overflow-x: hidden;
    }
}

p {
    color: var(--site-paragraf-color);
}

.row > * {
    padding: 0 15px !important;
}

.row {
    margin: 0 -15px;
}

.container {
    padding: 0 15px;
}

.btn-check:focus + .btn, .btn:focus {
    outline: 0;
    box-shadow: none;
}

.btn, button {
    padding: 10px 25px;
    font-size: 15px;
    background-color: #111;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
}

    .btn:hover, .btn:focus {
        background-color: #000;
        color: #fff;
        opacity: 1;
    }

.btn-color {
    background-color: var(--site-primary-color);
    border-color: var(--site-primary-color);
    color: #fff;
}

    .btn-color:hover, .btn-color:focus {
        background-color: var(--site-hover-color);
        border-color: var(--site-hover-color);
        color: #fff;
    }

    .btn-color:after, .btn-border:after {
        font-family: "Font Awesome 5 Pro";
        font-weight: 300;
        content: "\f178";
        margin-left: 10px;
    }

.btn-grey, .btn-border {
    background-color: #ffffff;
    border-color: var(--site-primary-color);
    color: var(--site-primary-color);
}

    .btn-grey:hover, .btn-grey:focus, .btn-border:focus, .btn-border:hover {
        background-color: var(--site-primary-color);
        color: #fff;
    }



a {
    color: var(--site-link);
}

    a:hover, a:focus {
        text-decoration: none;
        color: var(--site-link);
    }

img, video {
    max-width: 100%;
    max-height: 100%;
    height: auto;
    width: 100%;
}

.bg-dark {
    background-color: #111 !important;
}

.color-dark {
    color: #111000 !important;
}


ul, ol {
    padding: 0;
    margin: 0;
    list-style: none;
}

a {
    text-decoration: none;
}

#cookieConsent {
    border-top: 1px solid #ddd;
    z-index: 99999;
    padding: 15px !important;
    background-color: white !important;
    box-shadow: 0px -5px 20px rgb(0 0 0 / 15%);
}

    #cookieConsent a {
        font-weight: bold;
        text-decoration: underline;
    }

/* FOOTER DARK */
footer#main-footer {
    padding: 70px 0;
    background-color: var(--site-footer-bg);
}

    footer#main-footer .footer-heading {
        color: var(--site-footer-title);
        font-size: 1.5rem;
        font-weight: 600;
        margin-bottom: 15px;
        text-transform: uppercase;
    }

    footer#main-footer a, footer#main-footer * {
        color: var(--site-footer-link);
    }

    footer#main-footer .footer-vc-menu ul {
        list-style: none;
    }

        footer#main-footer .footer-vc-menu ul li {
            padding-bottom: 10px;
        }

            footer#main-footer .footer-vc-menu ul li a:hover,
            footer#main-footer .footer-vc-menu ul li a:focus,
            footer#main-footer .footer-vc-menu ul li a:active {
                color: #fff;
                text-decoration: underline;
            }


    footer#main-footer .footer-info-list .contact-oge {
        margin-bottom: 15px;
    }

        footer#main-footer .footer-info-list .contact-oge .contact-oge-icon {
            margin-right: 10px;
        }

#footer-social-media li {
    margin-right: 10px;
}

    #footer-social-media li a {
        width: 35px;
        height: 35px;
        display: block;
        font-size: 1.8rem;
    }
/* FOOTER END*/

section#bottom-footer {
    padding: 15px 0;
    background-color: var(--site-footer-bg);
    border-top: 1px solid var(--site-border-color);
}

    section#bottom-footer * {
        font-size: 12px !important;
        color: var(--site-footer-link);
    }


/* HEADER */
.section-top-bar {
    position: relative;
    z-index: 101;
    background-color: #fff;
    border-bottom: 1px solid #ddd;
    height: 40px;
    display: flex;
    align-items: center;
    line-height: 40px;
}

    .section-top-bar .col-lg-6:first-child ul li {
        margin-right: 15px;
    }

    .section-top-bar .col-lg-6:last-child ul li {
        margin-left: 15px;
    }

    .section-top-bar ul li a {
        color: #111;
        display: block;
        font-size: 14px;
    }

    .section-top-bar #header-social-media li a {
        color: var(--site-primary-color);
        font-size: 18px;
    }

    .section-top-bar a:hover {
        color: var(--site-primary-color);
    }

.section-header {
    background-color: rgb(255, 255, 255);
    z-index: 99;
    box-shadow: 0px 0px 15px -5px rgb(56 56 56 / 0.30);
    -webkit-box-shadow: 0px 0px 15px -5px rgb(56 56 56 / 0.30);
    -moz-box-shadow: 0px 0px 15px -5px rgb(56 56 56 / 0.30);
    height: 100px;
    width: 100%;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    position: relative;
    z-index: 100;
}
.lang-menu > ul > li > a.dil:after {
    content: "\f107";
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    position: absolute;
    right: -20px;
    top: 0;
}
@media(min-width:768px) {
    .lang-menu > ul > li{
        padding-right:20px !important;
    }
    .section-header #navigation {
        align-items: center;
        display: flex;
    }

    .section-header.sticky #navigation {
        height: 60px;
    }

    .section-header #navigation > ul {
        list-style: none;
        width: 100%;
        justify-content: end;
        display: flex;
        -ms-flex-direction: row;
        flex-direction: row;
        height: 100%;
    }

        .section-header #navigation > ul > li, .lang-menu > ul > li {
            height: 100px;
            line-height: normal;
            align-items: center;
            padding: 0 20px;
            line-height: 100px;
            transition: 0.3s;
            -webkit-transition: 0.3s;
        }

            .section-header #navigation > ul > li a, .nav-right .select-language .lang-menu > ul > li > a {
                display: block;
                color: #111;
                font-size: 13px;
                position: relative;
                text-transform: uppercase;
                letter-spacing: 0.02em;
                font-weight: 600;
            }

            .section-header #navigation > ul > li .dropdown-trigger {
                position: absolute;
                top: 50%;
                right: 0;
                transform: translateY(-50%);
                -webkit-transform: translateY(-50%);
                -moz-transform: translateY(-50%);
            }

            .section-header #navigation > ul > li > a:before {
                content: '';
                transition: 0.3s;
                -webkit-transition: 0.3s;
                width: 0;
                height: 4px;
                display: block;
                position: absolute;
                bottom: 0;
            }

    .section-header #navigation ul li a:hover:before {
        width: 100%;
        background-color: var(--site-primary-color);
    }

    .section-header #navigation ul li a:hover {
        color: var(--site-primary-color);
    }


}

.section-header .logo-container .logo {
    position: relative;
    align-items: center;
    margin: 0px;
    height: 100px;
    display: flex;
}

    .section-header .logo-container .logo img {
        width: auto;
        height: auto;
        max-height: 50px;
    }

.section-header.sticky .logo-container .logo img {
    max-height: 30px;
}

.dropdown-menu {
    opacity: 0;
    height: auto;
    top: 150%;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    visibility: hidden;
    display: block !important;
    padding: 15px;
    min-width: 200px;
}

@media(min-width:768px) {
    li.dropdown:hover .dropdown-menu {
        visibility: inherit;
        display: block;
        top: 100%;
        opacity: 1;
    }
}


li.dropdown .dropdown-menu li {
    line-height: normal;
    padding: 7.5px 0;
}

    li.dropdown .dropdown-menu li a {
        font-weight: 500;
        color: #111;
    }
/**/
.section-header.sticky {
    position: fixed;
    top: 0;
    height: 60px;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    z-index: 100;
}

    .section-header.sticky #navigation > ul > li, .section-header.sticky .search-click, .section-header.sticky .lang-menu > ul > li {
        line-height: 60px !important;
        transition: 0.3s;
        -webkit-transition: 0.3s;
    }

    .section-header.sticky .logo-container .logo {
        height: 60px;
        transition: 0.3s;
        -webkit-transition: 0.3s;
    }


.blog-section {
    background-color: #f9fbfc;
    padding: 70px 0 40px;
}
/*CONTENT*/
#productResult, .section-contact {
    padding: 40px 0;
}

.pageDetailContent, .galleryDetailContent, .section-wrapper {
    padding: 70px 0;
}

@media(min-width:768px) {
    .navbar-toggler {
        display: none;
    }


    .footer-img img {
        max-width: 100%;
        width: auto;
    }

    .pageContent-text--wrapper {
        height: 100%;
        display: flex;
        align-items: center;
        -webkit-align-items: center;
    }

    .contactCenter {
        padding-right: 30px;
    }
}

.rexa-icerik-tag, h1, h2, h3, h4, h5, h6 {
    font-size: var(--site-title-font-size);
    font-weight: var(--site-title-font-weight);
    color: var(--site-title);
    margin-bottom: 15px;
    font-family: 'Poppins', sans-serif;
}

.pageContent-Body p, .pageContent-Body, .news-item-full-description, .news-item-full-description p, .news-item-short-description, .news-item-short-description p {
    font-size: 14px;
    color: var(--site-paragraf-color);
    line-height: 180%;
}

#backToUp {
    position: fixed;
    background-color: var(--site-hover-color);
    z-index: 999;
    width: 32px;
    border-radius: 50%;
    color: #fff;
    height: 32px;
    text-align: center;
    line-height: 30px;
    bottom: 15px;
    left: 15px;
}

    #backToUp:hover, #backToUp:focus {
        background-color: var(--site-hover-color);
        border-color: var(--site-hover-color);
        cursor: pointer;
    }

/*GALERƯ*/
.galleryPrivateClass {
    margin-bottom: 30px !important;
}

.gallerySubName {
    font-size: 18px;
}

.rg-wrapper {
    margin-bottom: 0px;
    position: relative;
    background-color: #f9fbfc;
}

    .rg-wrapper .galleryInfo {
        margin: 0 auto;
        position: relative;
        color: #111;
        text-align: center;
        padding: 15px;
        width: 100%;
    }




.section-404, .s404wrapper {
    padding: 100px 0;
}

.s404wrapper {
    border: 1px solid #f9fbfc;
}

.font-xl {
    font-size: 3.2em;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #495057;
    background-color: #fff;
    border: 0;
}

.nav-tabs .nav-link {
    margin: 0;
    padding: 15px 0;
    color: #111 !important;
    border: 0 !important;
    text-transform: uppercase;
    font-size: 13px !important;
    font-weight: 600;
}

    .nav-tabs .nav-link.active {
        border-bottom: 3px solid var(--site-primary-color) !important;
        font-weight: 500;
        color: var(--site-primary-color) !important;
    }

.nav-tabs .nav-item {
    margin-right: 30px;
}

/* */
.action {
    width: 400px;
    margin: 0px auto;
    padding: 120px 0;
}

    .action > form {
        background-color: #fff;
        padding: 15px;
        width: 100%;
        border: 1px solid #f9fbfc;
        border-radius: 4px;
        border: 1px solid #eee;
    }

:focus {
    outline: 0;
}

.form-control, input, select, textarea {
    height: 46px;
    padding: 0 10px;
    line-height: 46px;
    background-color: #f9fbfc;
    border-color: #f9fbfc;
    border-width: 2px;
    font-family: var(--site-primary-font);
}

    .form-control:focus, input:focus, select:focus, textarea:focus {
        border-color: var(--site-primary-color);
        box-shadow: none !important;
        background-color: #fff;
    }

    .form-control::placeholder, input::placeholder, textarea::placeholder {
        font-weight: 400;
        color: var(--site-paragraf-color);
        font-family: var(--site-primary-font);
    }

textarea {
    min-height: 120px !important;
}

.form-group {
    margin-bottom: 20px;
}

    .form-group label {
        margin-bottom: 5px;
    }

.action .btn-color, .action .btn-border, .action .btn-grey {
    width: 100%;
}

.action h1 {
    margin-bottom: 15px;
}

.altBilgi {
    margin-top: 1em;
}

.section-contact p {
    font-size: 16px !important;
}

.section-contact .contact-oge a {
    color: var(--site-paragraf-color);
    margin-bottom: 15px !important;
    font-size: 16px;
    display: block;
    font-weight: 300;
}

    .section-contact .contact-oge a span:first-child {
        margin-right: 5px;
        width: 35px;
        background-color: #f9fbfc;
        text-align: center;
        height: 35px;
        border-radius: 50%;
        line-height: 35px;
        font-weight: 300;
    }


.rexa-parallax {
    background-attachment: fixed;
    background-size: cover;
    -webkit-background-size: cover;
    padding: 140px 0;
    background-position: center;
}

p.lead {
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
}

.swiper-button-next, .swiper-button-prev {
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

    .swiper-button-next:after, .swiper-button-prev:after {
        color: var(--site-primary-color);
        background-color: #fff;
        width: 50px;
        height: 50px;
        line-height: 50px;
        font-size: 24px;
        opacity: 1 !important;
        display: block;
        text-align: center;
        border-radius: 50%;
    }
/*Main Slider*/
/*@media(min-width:768px) {
    #main-slider .swiper-container .swiper-slide .main-slider-bg .MainTableCell {
        padding: 0 100px;
    }
}
*/
#main-slider {
    height: calc(100vh - 140px);
    background-color: #f9fbfc;
    z-index: 99;
    position: relative;
}

    #main-slider .swiper-container {
        height: 100%;
    }

        #main-slider .swiper-container .swiper-slide .swiper-lazy {
            height: 100%;
            background-position: center;
            background-size: cover;
            position: absolute;
            left: 0;
            right: 0;
            bottom: 0;
            width: 100%;
            z-index: -1;
            animation: imageAnimation 7s linear infinite 0s;
            transform: scale(1.08) rotate(0);
            -webkit-transform: scale(1.08) rotate(0);
        }

        #main-slider .swiper-container .swiper-slide video {
            position: absolute;
            width: 100%;
            height: auto;
            max-width: inherit;
            max-height: inherit;
        }

        #main-slider .swiper-container .swiper-slide .col-md-12 {
            height: 100%;
            padding: 0;
        }

        #main-slider .swiper-container .swiper-slide .container {
            height: 100%;
        }

        #main-slider .swiper-container .swiper-slide .main-slider-bg {
            display: flex;
            align-items: center;
            color: #fff;
            height: 100%;
            width: 100%;
            justify-content: center;
            text-align: center;
            position: relative;
            z-index: 3;
        }

            #main-slider .swiper-container .swiper-slide .main-slider-bg h1,
            #main-slider .swiper-container .swiper-slide .main-slider-bg h2,
            #main-slider .swiper-container .swiper-slide .main-slider-bg h3,
            #main-slider .swiper-container .swiper-slide .main-slider-bg h4,
            #main-slider .swiper-container .swiper-slide .main-slider-bg h5,
            #main-slider .swiper-container .swiper-slide .main-slider-bg h6,
            #main-slider .swiper-container .swiper-slide .main-slider-bg .rexa-icerik-tag {
                font-size: 38px;
                color: #fff;
                font-weight: bold;
            }

            #main-slider .swiper-container .swiper-slide .main-slider-bg .slider--text-editor,
            #main-slider .swiper-container .swiper-slide .main-slider-bg .slider--text-editor p {
                font-size: 22px;
                color: #fff;
                line-height: 150%;
                margin: 0;
            }

            #main-slider .swiper-container .swiper-slide .main-slider-bg .banner-button-list a {
                display: inline-block;
                margin: 15px 5px;
            }

                #main-slider .swiper-container .swiper-slide .main-slider-bg .banner-button-list a#btnSlide-1 {
                    background-color: transparent;
                    border-color: #fff;
                    color: #fff;
                }

                    #main-slider .swiper-container .swiper-slide .main-slider-bg .banner-button-list a#btnSlide-1:hover,
                    #main-slider .swiper-container .swiper-slide .main-slider-bg .banner-button-list a#btnSlide-1:focus {
                        background-color: #fff;
                        border-color: #fff;
                        color: var(--site-primary-color);
                    }

                #main-slider .swiper-container .swiper-slide .main-slider-bg .banner-button-list a#btnSlide-2 {
                    background-color: var(--site-primary-color);
                    border-color: var(--site-primary-color);
                }

                    #main-slider .swiper-container .swiper-slide .main-slider-bg .banner-button-list a#btnSlide-2:hover,
                    #main-slider .swiper-container .swiper-slide .main-slider-bg .banner-button-list a#btnSlide-2:focus {
                        background-color: var(--site-hover-color);
                        border-color: var(--site-hover-color);
                    }


#click_whatsapp {
    width: 60px;
    height: 60px;
    background-color: #24c862;
    border-radius: 50%;
    right: 15px;
    bottom: 15px;
    left: auto;
    color: #fff;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    font-size: 38px;
    transition: 0.3s;
    -webkit-transition: 0.3s;
}

    #click_whatsapp:hover, #click_whatsapp:focus {
        cursor: pointer;
        background-color: var(--site-hover-color);
        border-color: var(--site-hover-color);
    }

.original-col {
    margin-bottom: 30px;
}

@media(max-width:767.98px) {
    .gallerySubName, html, body, p {
        font-size: 14px;
    }

    .original-col {
        margin-bottom: 15px;
    }

    .pageContent-text--wrapper {
        padding: 15px 0;
    }

    #click_whatsapp {
        width: 45px;
        height: 45px;
        font-size: 20px;
    }

    .pageDetailContent, .galleryDetailContent, footer#main-footer, #productResult, .section-contact, .section-wrapper {
        padding: 30px 0;
    }

    .mobile-order-2 {
        order: 2;
    }

    .section-top-bar, #backToUp {
        display: none !important;
    }

    section#bottom-footer * {
        text-align: center;
        display: block;
    }

    footer#main-footer .footer-img {
        display: none;
    }

    .action {
        width: 100%;
        padding: 30px 0;
    }
}


.swiper-pagination-bullet {
    background-color: var(--site-primary-color);
    border: 2px solid transparent;
    opacity: 1;
    width: 12px;
    height: 12px;
}

.swiper-pagination-bullet-active {
    background-color: transparent;
    border: 2px solid var(--site-primary-color);
}

#main-slider .swiper-pagination-bullet {
    background-color: #fff;
}

#main-slider .swiper-pagination-bullet-active {
    border: 2px solid #fff;
    background-color: transparent;
}

.site-carousel .swiper-button-next, .site-carousel .swiper-button-prev {
    display: none;
}

.site-carousel .swiper-wrapper {
    padding-bottom: 40px;
}

@media(max-width:767.98px) {
    .offset-1 {
        margin: 0 !important;
    }
}

.s_code {
    max-width: 100%;
    height: auto;
}

.legal-checkbox * {
    color: #111;
}

.legal-checkbox a {
    text-decoration: underline;
}

input[type="checkbox"] {
    width: 20px;
    height: 20px;
    margin-right: 5px;
    position: relative;
    top: 5px;
}

label[for="check_true"] {
    cursor: pointer;
}

.get-offer-wrapper {
    padding: 15px 0;
}
/*.product-card */
.product-card {
    position: relative;
}

    .product-card > a {
        color: #111;
    }

        .product-card > a .product-details {
            padding: 15px 0;
        }

            .product-card > a .product-details .product-title {
                font-size: 22px;
            }

    .product-card .discount-product {
        position: absolute;
        background-color: var(--site-primary-color);
        padding: 5px;
        font-size: 12px;
        color: #fff;
        top: 15px;
        left: 15px;
        border-radius: 4px;
    }

    .product-card .product-cart-price-wrapper {
        font-size: 16px;
    }

        .product-card .product-cart-price-wrapper .product-cart-price-wrapper-real-price {
            font-weight: 500;
            color: var(--site-primary-color);
        }
/* control_panel */
.control-panel {
    position: fixed;
    z-index: 98;
    background-color: #000000;
    color: #fff !important;
    top: 50%;
    transform: rotate(-90deg);
    left: -51px;
    border-radius: 0 0 16px 16px;
}

    .control-panel a {
        color: #fff !important;
        display: block;
        height: 40px;
        line-height: 35px;
        padding: 0 20px;
        border-radius: 0 0 16px 16px;
    }

/* search */
.nav-right {
    height: 100%;
    width:100px;
    
}
    .nav-right > *{
        display:inline-block;
    }

    .nav-right .search-click-1 {
        margin-left:20px;
    }
    .nav-right .language-menu-class {
        min-width: 125px;
    }
    .search-type-1.search-wrap {
        display: none;
        position: fixed;
        width: 100%;
        height: 100%;
        right: 0;
        bottom: 0;
        top: 0;
        left: 0;
        z-index: 99999;
        background-color: rgb(255 255 255);
    }

        .search-type-1.search-wrap .search-inner {
            height: 100%
        }

        .search-type-1.search-wrap .search-cell {
            top: 20%;
            height: 100%;
            display: flex;
            justify-content: center;
            position: relative;
        }

            .search-type-1.search-wrap .search-cell .nav-search {
                width: 1200px;
            }

                .search-type-1.search-wrap .search-cell .nav-search .search-box {
                    position: relative;
                }


                .search-type-1.search-wrap .search-cell .nav-search input.main-search {
                    width: 100%;
                    background-color: transparent;
                    border: 0;
                    font-size: 38px;
                    border-bottom: 2px solid #ddd;
                    color: #111;
                    padding: 0 60px;
                    font-weight: 400;
                    height: 70px;
                }

                    .search-type-1.search-wrap .search-cell .nav-search input.main-search:focus {
                        border: 0;
                        border-bottom: 2px solid var(--site-primary-color);
                    }

                    .search-type-1.search-wrap .search-cell .nav-search input.main-search::placeholder {
                        font-weight: 300;
                    }

                .search-type-1.search-wrap .search-cell .nav-search .submit-search {
                    height: 70px;
                    width: 50px;
                    line-height: 70px;
                    position: absolute;
                    left: 0;
                    padding: 0;
                    background-color: transparent;
                    color: #000;
                    border: 0;
                    font-size: 30px;
                    text-align: center;
                    cursor: pointer;
                }

                    .search-type-1.search-wrap .search-cell .nav-search .submit-search .text {
                        display: none;
                    }

                .search-type-1.search-wrap .search-cell .nav-search .search-close {
                    height: 70px;
                    width: 50px;
                    line-height: 70px;
                    position: absolute;
                    right: 0;
                    text-align: center;
                    padding: 0;
                    font-size: 50px;
                    border: 0;
                    font-style: normal;
                    font-weight: 400;
                    font-family: auto;
                    cursor: pointer;
                }





.search-click {
    background: transparent;
    color: #111111;
    width: 40px;
    line-height: 100px;
    padding: 0;
    border: 0;
    border-radius: 4px;
    border-radius: 50%;
    font-size: 16px;
}


/*breadcrumb*/
.breadcrumb.breadcrumb-type-0 {
    height: 50px;
    background-color: var(--site-breadcrumb-bg);
    color: var(--site-breadcrumb-text);
    line-height: 50px;
    margin-bottom: 0;
}

    .breadcrumb.breadcrumb-type-0 ul.list li {
        position: relative;
        margin-right: 30px;
        display: inline-block;
    }

        .breadcrumb.breadcrumb-type-0 ul.list li,
        .breadcrumb.breadcrumb-type-0 ul.list li a {
            color: var(--site-breadcrumb-text);
            font-weight: 400;
            text-transform: uppercase;
            font-size: 12px;
        }

            .breadcrumb.breadcrumb-type-0 ul.list li.active {
                font-weight: 500;
            }

            .breadcrumb.breadcrumb-type-0 ul.list li:after {
                content: "\f105";
                font-family: "Font Awesome 5 Pro";
                font-weight: 300;
                position: absolute;
                right: -20px;
                color: var(--site-breadcrumb-text);
            }

            .breadcrumb.breadcrumb-type-0 ul.list li:last-child:after {
                display: none;
            }

.breadcrumb.breadcrumb-type-1 {
    text-align: center;
    height: 300px;
    background-color: var(--site-breadcrumb-bg);
    color: var(--site-breadcrumb-text);
    margin: 0;
}

    .breadcrumb.breadcrumb-type-1 .breadcrumb-img {
        background-image: url(/user-content/5a4af1fa-bc70-46a5-b63f-c2794f5c99f0.jpg);
        position: absolute;
        width: 100%;
        height: 300px;
        background-position: center;
        background-size: cover;
        z-index: 1;
    }

    .breadcrumb.breadcrumb-type-1 .breadcrumb-text {
        position: relative;
        z-index: 2;
        width: 100%;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .breadcrumb.breadcrumb-type-1 ul.list li {
        position: relative;
        margin-right: 30px;
        display: inline-block;
    }

        .breadcrumb.breadcrumb-type-1 ul.list li,
        .breadcrumb.breadcrumb-type-1 ul.list li a {
            color: var(--site-breadcrumb-text);
            font-weight: 400;
            font-size: 16px;
            text-transform: uppercase;
        }

            .breadcrumb.breadcrumb-type-1 ul.list li.active {
                font-weight: 500;
            }

    .breadcrumb.breadcrumb-type-1 .rexa-icerik-tag {
        color: var(--site-breadcrumb-text);
    }

    .breadcrumb.breadcrumb-type-1 ul.list li:after {
        content: "\f105";
        font-family: "Font Awesome 5 Pro";
        font-weight: 300;
        position: absolute;
        right: -20px;
        color: var(--site-breadcrumb-text);
    }

    .breadcrumb.breadcrumb-type-1 ul.list li:last-child:after {
        display: none;
    }


/* blog item*/
.masonry-blog-grid {
}

    .masonry-blog-grid .masonry-blog-item {
        margin-bottom: 30px;
    }

.blogItemContent {
    background-color: #fff;
    padding: 15px;
    border-radius: 4px;
}

.blog-item {
    position: relative;
    background-color: #fff;
}

    .blog-item.mb30 {
        margin-bottom: 30px;
    }

    .blog-item .flex-blog-item {
        margin: 0 auto;
        position: relative;
        color: #111;
        padding: 30px;
        width: 100%;
    }

        .blog-item .flex-blog-item .blog-item-title *, .rg-wrapper .galleryInfo h5 {
            font-size: 22px;
            font-weight: var(--site-title-font-weight);
            line-height: 150%;
        }

    .blog-item .blog-button-list {
        margin-top: 15px;
    }


.swiper-slide .blog-item {
    height: auto;
    max-height: 550px;
    position: relative;
    overflow: hidden;
}

    .swiper-slide .blog-item .flex-blog-item {
        padding: 15px 0;
    }

    .swiper-slide .blog-item .blog-item-img a {
        display: block;
        max-height: 300px;
        text-align: center;
    }

        .swiper-slide .blog-item .blog-item-img a img {
            margin: 0 auto;
            height: 100%;
            width: auto;
            max-height: 300px;
            max-width: 100%;
        }

    .swiper-slide .blog-item .flex-blog-item .news-item-short-description {
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        display: -webkit-box;
        overflow: hidden;
    }

    .swiper-slide .blog-item .flex-blog-item .blog-item-title {
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        display: -webkit-box;
        overflow: hidden;
    }

/*Mobil Menu
----------------------------------------------*/

@media(max-width:767.98px) {
    .row {
        margin: 0;
    }

        .row > * {
            padding: 0 !important;
        }

    .container, .container-fluid {
        padding: 0 30px !important;
    }


    .section-header {
        z-index: 10091;
    }

    #navigation {
        width: 100%;
        height: 100vh;
        position: absolute;
        left: 0;
        top: 0;
        background-color: rgb(255 255 255);
        padding: 0 30px;
        padding-top: 100px;
    }

    .menu-click {
        width: 33px;
        height: 33px;
        padding: 5px;
        display: block;
        cursor: pointer;
        z-index: 1;
        position: relative;
    }

        .menu-click span {
            cursor: pointer;
            height: 2px;
            width: 33px;
            margin-bottom: 8px;
            background-color: var(--site-primary-color);
            position: relative;
            right: 0;
            display: block;
            transform: rotate(0deg);
            transition: .7s ease;
        }

            .menu-click span:last-child {
                margin-bottom: 0;
            }

    .hidden {
        opacity: 0;
        transition-delay: .5s;
        pointer-events: none;
        cursor: default;
    }

    .visible {
        opacity: 1;
    }

    .menu-click.open span:nth-child(1) {
        top: 10px;
        transform: rotate(135deg);
        transition: .7s ease;
        background: var(--site-primary-color);
    }

    .menu-click.open span:nth-child(2) {
        opacity: 0;
        right: 100px;
        background: var(--site-primary-color);
    }

    .menu-click.open span:nth-child(3) {
        top: -10px;
        transform: rotate(-135deg);
        transition: .7s ease;
        background: var(--site-primary-color);
    }

    .section-header .navbar-rexa {
        justify-content: flex-end !important;
        display: flex;
        padding-right: 5px;
    }

    .section-header > .container > .row {
        align-items: center;
        justify-content: center;
    }

    .section-header #navigation > ul {
        display: block;
    }

        .section-header #navigation > ul > li {
            padding: 0;
        }

            .section-header #navigation > ul > li.dropdown > a:after {
                content: "\f107";
                font-family: "Font Awesome 5 Pro";
                margin-left: 15px;
            }

            .section-header #navigation > ul > li > a {
                display: block;
                color: #111;
                font-size: 15px;
                position: relative;
                text-transform: uppercase;
                letter-spacing: 0.02em;
                font-weight: 600;
                height: 50px;
                line-height: 50px;
            }


            .section-header #navigation > ul > li > .dropdown-trigger {
                position: absolute;
                right: 0;
                top: 0;
                height: 50px;
                line-height: 50px;
                width: 100%;
                background-color: transparent;
                padding-right: 15px;
                text-align: right;
                font-size: 18px;
                font-weight: 400;
            }

                .section-header #navigation > ul > li > .dropdown-trigger:before {
                    display: none;
                }


            .section-header #navigation > ul > li.dropdown > .dropdown-trigger.active + ul {
                visibility: inherit;
                display: block;
                top: 100%;
                opacity: 1;
                height: 100%;
            }

                .section-header #navigation > ul > li.dropdown > .dropdown-trigger.active + ul li {
                    padding: 0;
                }

                    .section-header #navigation > ul > li.dropdown > .dropdown-trigger.active + ul li a {
                        text-transform: uppercase;
                        font-size: 13px;
                        letter-spacing: 0.02em;
                        padding: 10px 0;
                        border-bottom: 1px solid #eee;
                        display: block;
                    }

    .dropdown-menu {
        position: relative;
        border: 0;
        height: 0;
        padding: 0;
        top: auto;
        min-width: inherit;
    }

    #main-slider .swiper-button-next, #main-slider .swiper-button-prev {
        display: none;
    }

    #main-slider {
        height: 500px;
    }

        #main-slider .swiper-container .swiper-slide .main-slider-bg {
            padding: 0 15px;
        }

            #main-slider .swiper-container .swiper-slide .main-slider-bg h1,
            #main-slider .swiper-container .swiper-slide .main-slider-bg h2,
            #main-slider .swiper-container .swiper-slide .main-slider-bg h3,
            #main-slider .swiper-container .swiper-slide .main-slider-bg h4,
            #main-slider .swiper-container .swiper-slide .main-slider-bg h5,
            #main-slider .swiper-container .swiper-slide .main-slider-bg h6,
            #main-slider .swiper-container .swiper-slide .main-slider-bg .rexa-icerik-tag {
                font-size: 28px;
            }

            #main-slider .swiper-container .swiper-slide .main-slider-bg .slider--text-editor,
            #main-slider .swiper-container .swiper-slide .main-slider-bg .slider--text-editor p {
                font-size: 16px;
            }



    #cookieConsent .navbar-collapse {
        display: block !important;
    }

    .swiper-slide .blog-item .flex-blog-item .news-item-short-description {
        max-height: 71px;
    }

    .nav-tabs .nav-item {
        margin-right: 20px;
    }

    .nav-tabs .nav-link {
        font-size: 12px !important;
    }
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.slideInLeft {
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
}

.slideOutLeft {
    animation-duration: .5s;
}

@keyframes imageAnimation {
    0% {
        animation-timing-function: ease-in;
    }

    100% {
        transform: scale(1) rotate(0);
        animation-timing-function: ease-in;
    }
}


@media (max-width: 768px) {
    .row-cols-xs-1 > * {
        flex: 0 0 auto;
        width: 100%;
    }

    .row-cols-xs-2 > * {
        flex: 0 0 auto;
        width: 50%;
    }

    .row-cols-xs-3 > * {
        flex: 0 0 auto;
        width: 33.3333333333%;
    }

    .row-cols-xs-4 > * {
        flex: 0 0 auto;
        width: 25%;
    }

    .row-cols-xs-5 > * {
        flex: 0 0 auto;
        width: 20%;
    }

    .row-cols-xs-6 > * {
        flex: 0 0 auto;
        width: 16.6666666667%;
    }

    .row-cols-xs-7 > * {
        flex: 0 0 auto;
        width: 14.285%;
    }

    .row-cols-xs-8 > * {
        flex: 0 0 auto;
        width: 12.5%;
    }

    .mobilePadding > * {
        padding: 0 7.5px !important;
    }

    .site-carousel .swiper-wrapper {
        padding-bottom: 0;
    }

    .section-header.sticky .menu-click span {
        background-color: var(--site-primary-color);
    }
}

@media (min-width: 992px) {
    .container-fluid {
        padding: 0 30px;
    }

    .row-cols-lg-7 > * {
        flex: 0 0 auto;
        width: 14.285%;
    }

    .row-cols-lg-8 > * {
        flex: 0 0 auto;
        width: 12.5%;
    }

    .desktop-order-2 {
        order: 2;
    }

    .displayTextCenter .target-gallery {
        align-items: center;
        -webkit-align-items: center;
        display: flex;
        height: 100%;
    }
}
