body { width: 100%; height: 100%; padding: 0; margin: 0; color: #111; background: #fff; font-family: 'Gibson'; font-size: 16px; font-weight: 300; overflow: auto; overflow-x: hidden; padding: 87px 0 0 87px; }
::selection { background: #89060d; color: #fff; }
.loading { position: fixed; width: 100%; height: 100vh; background: #fff; top: 0; left: 0; z-index: 9999999999999999; }
.container { max-width: 1700px !important; }
.header-section { transition: 0.2s; position: fixed; width: 100%; left: 0; top: 0; padding: 10px 0; background: #2d2d32; z-index: 999; }
.header-section.is-scroll { background: rgba(27,27,27,1); }
.header-section.is-scroll .logo img { max-width: 215px; }

/* Fixed Left */

.fixed-left { position: fixed; left: 0; top: 0; background: #2d2d32; width: 87px; height: 100%; z-index: 99; display: flex; flex-wrap: wrap; align-items: flex-end; justify-content: center; padding: 30px 15px; }
.fixed-left .social { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; }
.fixed-left .social span { color: #fff; font-weight: 400; font-size: 13px; writing-mode: vertical-rl; text-orientation: mixed; transform: rotate(180deg); letter-spacing: 1px; margin-top: 15px; }

.fixed-left .social a { text-decoration: none; color: #fff; width: 40px; height: 40px; border: 1px solid #444; margin-bottom: 5px; display: flex; align-items: center; justify-content: center; position: relative; }
.fixed-left .social a:hover::before { width: 100%; }
.fixed-left .social a::before { transition: 0.3s; content: ""; position: absolute; left: 0; top: 0; width: 0; height: 100%; background: #3d3d46; }
.fixed-left .social a::after { font-family: 'FontAwesome'; position: relative; z-index: 2; font-size: 14px; }
.fixed-left .social a.facebook::after { content:"\f09a"; }
.fixed-left .social a.instagram::after { content:"\f16d"; }
.fixed-left .social a.twitter::after { content:"\f099"; }
.fixed-left .social a.pinterest::after { content:"\f0d2"; }

/* Logo */

.logo { width: auto; flex-grow: 1; }
.logo a { text-decoration: none; color: currentColor; display: inline-block; }
    .logo a img { transition: 0.2s; max-width: 288px; width: 100%; }

/* About */
.about { padding-left: 120px; }
.about p { font-style: italic;  }
.about .message { display: flex; }
.about .message .image { width: 35%; }
.about .message .image img { width: 100%; }
.about .message .content { width: 65%; padding-left: 60px; position: relative; }
.about .message .content::before { content: ""; width: 72px; height: 48px; position: absolute; background: url(../images/quote.jpg) no-repeat center; background-size: 72px 48px; left: 40px; top: 90px; }
.about .message .content p { padding-left: 60px; }
.about .message .content .sign { display: inline-block; float: right; text-align: center; }
.about .message .content .sign span { display: block; font-weight: 600; margin-bottom: 10px; }
.about .message .content .sign img { max-width: 100%; }

/* Right Links */

.right-links { position: relative; display: inline-flex; align-items: center; }
.right-links .search > a { text-decoration: none; color: currentColor; display: block; width: 28px; height: 28px; background: url(../images/search.png) no-repeat center; background-size: 28px; }
.right-links .lang { margin-left: 30px; }
.right-links .lang select { outline: none; border: 0; font-size: 13px; cursor: pointer; letter-spacing: 1px; background: transparent; }

.right-links .search-box { position: absolute; right: 0; margin-top: 100px; display: none; }
.right-links .search-box.is-visible { display: block; }
.right-links .search-box .search-input { display: flex; }
.right-links .search-box .search-input input[type=text] { width: 240px; padding: 5px 10px; outline: none; border: 1px solid #111; }
.right-links .search-box .search-input input[type=submit] { outline: none; border: 1px solid #111; border-left: 0; background: #fff; color: #111; padding: 5px 15px; }

/* Insurance List */
.insurance-list { max-width: 1300px; width: 100%; margin: auto; display: flex; flex-wrap: wrap; justify-content: center; }
    .insurance-list .list-item { width: 220px; padding: 15px; text-align: center; }
        .insurance-list .list-item a { position: relative; text-decoration: none; color: currentColor; display: flex; flex-wrap: wrap; background: rgba(255,255,255,0.5); border-radius: 20px; box-shadow: 0px 5px 10px rgba(0,0,0,0.1); }
        .insurance-list .list-item .image { width: 50%; position: absolute; left: 0; bottom: 0; display: none; }
            .insurance-list .list-item .image img { max-width: 100%; }
        .insurance-list .list-item .content { width: 100%; padding: 15px 20px; display: flex; flex-wrap: wrap; justify-content: center; position: relative; }
            .insurance-list .list-item .content h2 { font-size: 18px; margin-bottom: 10px; position: relative; z-index: 2; line-height: 1; letter-spacing: 2px; }
                .insurance-list .list-item .content h2::first-letter { font-weight: 600; font-size: 42px; color: rgba(15,66,70,1); }
                .insurance-list .list-item .content h2 b { display: block; }
            .insurance-list .list-item .content p { }
            .insurance-list .list-item .content .detail-btn { color: #6f95fa; text-decoration: underline; }

    .insurance-list .list-item:nth-child(1) { transition-duration: 0.5s; }
    .insurance-list .list-item:nth-child(2) { transition-duration: 0.75s; }
    .insurance-list .list-item:nth-child(3) { transition-duration: 1s; }
    .insurance-list .list-item:nth-child(4) { transition-duration: 1.25s; }

/* MAĞAZA LIST */

.magaza-list { width: 100%; margin-bottom: 30px; }
    .magaza-list .item { width: 100%; display: flex; flex-wrap: wrap; align-items: center; margin-bottom: 20px; padding: 30px; }
        .magaza-list .item:last-child { margin-bottom: 0; }

        .magaza-list .item:nth-child(odd) { background: rgba(15,66,70,1); color: #1b1b1b; border-radius: 15px; }
        .magaza-list .item:nth-child(even) { background: rgba(202,165,103,0.5); border-radius: 15px; }

        .magaza-list .item .info { width: 33%; order: 1; padding-right: 30px; }
            .magaza-list .item .info h2 { font-size: 24px; margin-bottom: 20px; }
            .magaza-list .item .info ul { list-style: none; padding: 0; margin: 0; }
                .magaza-list .item .info ul li { width: 100%; margin-bottom: 10px; }
                    .magaza-list .item .info ul li a { text-decoration: none; color: currentColor; font-size: 16px; }
                        .magaza-list .item .info ul li a b { font-weight: 600; }
                        .magaza-list .item .info ul li a span { }

        .magaza-list .item .img { width: 33.333%; padding-bottom: 25%; position: relative; order: 2; }
            .magaza-list .item .img img { width: 100%; height: 100%; position: absolute; left: 0; top: 0; object-fit: cover; object-position: 50% 50%; }

        .magaza-list .item .map { width: 66%; padding-bottom: 25%; position: relative; order: 3; }
            .magaza-list .item .map iframe { width: 100%; height: 100% !important; position: absolute; left: 0; top: 0; }

/* REFERANS LİSTESİ */

.referans-list { }
    .referans-list ul { list-style: none; padding: 0; margin: 0; display: flex; flex-wrap: wrap; }
        .referans-list ul li { width: 20%; text-align: center; }
            .referans-list ul li a { text-decoration: none; color: currentColor; display: block; padding: 20px; }

            .referans-list ul li .img { width: 100%; border: 1px #ccc solid; margin-bottom: 10px; padding: 20px; overflow: hidden; }
                .referans-list ul li .img img { width: 100%; transition: 0.6s; }
            .referans-list ul li h1 { font-size: 20px; font-weight: 500; color: #2a323b; }

            .referans-list ul li a:hover img { transform: scale(1.1); }

/* ALL MALL */

.allMall { width: 100%; overflow: hidden; display: flex; }

    .allMall .city { width: 5%; overflow: hidden; overflow: auto; overflow-x: hidden; }
        .allMall .city .item { position: absolute; writing-mode: vertical-lr; transform: rotate(180deg); font-size: 36px; font-weight: 600; cursor: pointer; margin-bottom: 10px; color: #fff; }
            .allMall .city .item.active { color: #fff; }
            .allMall .city .item:last-child { margin-bottom: 0; }

    .allMall .mall { width: 43%; overflow: hidden; overflow: auto; overflow-x: hidden; padding-left: 30px; }
        .allMall .mall .item { display: none; }
            .allMall .mall .item.active { display: block; }
            .allMall .mall .item ul { list-style: none; padding: 0; margin: 0; column-count: 2; }
                .allMall .mall .item ul li { white-space: nowrap; cursor: pointer; margin-bottom: 10px; font-size: 16px; font-weight: 400; position: relative; color: #fff; }
                    .allMall .mall .item ul li span { font-weight: 900; display: inline-block; width: 32px; height: 32px; border-radius: 100%; margin-right: 10px; padding-top: 1px; text-align: center; display: inline-flex; align-items: center; justify-content: center; }
                    .allMall .mall .item ul li.active { color: #1b1b1b; }
                        .allMall .mall .item ul li.active span { border: 2px solid #1b1b1b; }

    .allMall .info { width:53%; overflow: hidden; overflow: auto; overflow-x: hidden; margin-left: 4%; border-left: 1px solid rgba(255,255,255,0.1); }
        .allMall .info .item { display: none; height: 100%; }
            .allMall .info .item.active { display: block; }
            .allMall .info .item ul { height: 100%; list-style: none; padding: 0; margin: 0; }
                .allMall .info .item ul li { display: none; color: #fff; }
                    .allMall .info .item ul li.active { display: flex; height: 100%; }

                    .allMall .info .item ul li .left { max-width: 360px; width: 100%; margin-right: 20px; padding-left: 8%; }
                        .allMall .info .item ul li .left a { text-decoration: none; color: currentColor; display: inline-block; border: 1px solid #fff; padding: 5px 10px; border-radius: 20px; }
                    .allMall .info .item ul li .right { width: calc(100% - 200px); height: 100%; }
                        .allMall .info .item ul li .right iframe { width: 100%; display: block; height: 100%; }


.allMall .mall::-webkit-scrollbar { width: 8px; }
.allMall .mall::-webkit-scrollbar-track { background: rgba(255, 255, 255, 0.1); }
.allMall .mall::-webkit-scrollbar-thumb { background: #999; border-radius: 50rem; }

/* Top Menu */

.top-menu{ width: auto;}
.top-menu ul{ list-style: none; padding: 0; margin: 0; display: flex; align-items: center; justify-content: center;}
.top-menu ul li{ position: relative; width: auto;}
.top-menu ul li a{ text-decoration: none; color: #111; display: inline-block; padding: 10px 20px; font-size: 13px; font-weight: 400; letter-spacing: 1px; position: relative;}
.top-menu ul li a i{ color: #fff; font-size: 12px; position: relative; margin-left: 3px;}
.top-menu > ul > li:hover > a{ opacity: 0.5;}
.top-menu > ul{ list-style: none; padding: 0; margin: 0; display: flex;}
.top-menu > ul ul{ list-style: none; padding: 10px 0; margin: 0; position: absolute; width: 215px; background: #f5f5f5; display: none; z-index: 2;}
.top-menu > ul ul li a{ padding: 5px 25px; color: #111 !important;}
.top-menu > ul ul li a:hover{ opacity: 0.5;}
.top-menu > ul ul.opened{ display: block;}
.top-menu > ul ul ul{ left: 100%; top: 0; display: none;}
.top-menu > ul ul ul.opened{ display: block;}

.top-menu > ul > li > a { color: #fff; }
.right-links .search > a { filter: invert(1); }
.right-links .lang select { color: #fff; }
    .right-links .lang select option { color: #111; }

/* Mobile Menu */

.mobile-menu{ width: 100%; height: 100%; position: fixed; left: -100%; top: 0; z-index: 9; transition: 0.3s; background: #2d2d32; overflow: auto;}
.mobile-menu.opened{ left: 0;}
.mobile-menu ul{ width: 100%; height: 100%; top: 0; z-index: 3; padding: 30px 0; padding-top: 65px; margin: 0; list-style: none;}
.mobile-menu ul li{ position: relative; border-top: 1px solid #333;}
.mobile-menu ul li:last-child{ border-bottom: 1px solid #333;}
.mobile-menu ul li a{ text-decoration: none; color: #fff; font-size: 14px; font-weight: 500; display: block; letter-spacing: 1px; padding: 10px 15px; text-align: center;}
.mobile-menu > ul{ display: block; left: 0;}
.mobile-menu > ul ul{ position: fixed; background: #2d2d32; left: -100%; opacity: 0; visibility: hidden; transition: 0.3s;}
.mobile-menu > ul ul.opened{ left: 0; opacity: 1; visibility: visible;}
.mobile-menu > ul ul ul{ position: fixed; left: 0; top: 0; left: -100%; opacity: 0; visibility: hidden; transition: 0.3s;}
.mobile-menu > ul ul ul.opened{ left: 0; opacity: 1; visibility: visible;}
.mobile-menu .back-icon{ width: 40px; height: 40px; position: absolute; left: 15px; top: 13px; display: flex; align-items: center; justify-content: center; z-index: 2; border: 1px solid #333; color: #fff;}
.mobile-menu .sub-icon{ color: #fff; width: 40px; height: 40px; position: absolute; right: 0; top: 0; display: flex; align-items: center; justify-content: center; z-index: 2;}

/* Slider */

.slider { position: relative; width: 100%; height: calc(100vh - 87px) !important; background: #1f1f22; }
.slider::before { content: ""; width: 24%; height: 80%; position: absolute; left: 5%; top: 10%; background-image: url(../images/plus.svg); background-repeat: repeat; background-size: 32px; }
.slider .swiper-slide { position: relative; text-align: right; }
.slider .swiper-slide::after { content: ""; position: absolute; width: 70%; height: 100%; right: 0; top: 0; background: rgba(0,0,0,0.3); }
.slider img { width: 70%; height: 100%; object-fit: cover; }
.slider .content { opacity: 0; text-align: left; color: #fff; max-width: 700px; width: 100%; position: absolute; left: 33%; top: 40%; transform: translateX(-30%); z-index: 2; }
.slider .content small { font-size: 24px; font-weight: 300; letter-spacing: 2px; }
.slider .content h2 { font-size: 54px; font-weight: 600; letter-spacing: 1px; margin: 0; line-height: 1; }
.slider .content a.detail-btn { text-decoration: none; color: #fff; border: 1px solid #fff; display: inline-block; padding: 7px 30px; font-size: 13px; font-weight: 600; }

.slider .swiper-slide-active .content { transition: 0.8s; transition-delay: 0.8s; opacity: 1; transform: translateX(-50%); }

.slider .swiper-pagination { width: 42px; left: unset; bottom: unset; top: 50%; transform: translateY(-50%); right: 6%; }
    .slider .swiper-pagination span { position: relative; width: auto; height: auto; margin: 10px 0 !important; display: flex; align-items: center; justify-content: center; opacity: 1; font-size: 15px; font-weight: 500; color: #ffffff; background: transparent; border-radius: 0; }
    .slider .swiper-pagination span::before { transition: 0.8s; content: ""; width: 0; height: 1px; background: #fff; position: absolute; left: -15px; top: 50%; margin-top: -1px; }
    .slider .swiper-pagination span.swiper-pagination-bullet-active::before { width: 20px; }
/*.slider .swiper-pagination span .progress-circle { position: absolute; top: -2px; left: -2px; transform: rotate(-90deg); margin-top: 0; width: 42px; height: 42px; }
.slider .swiper-pagination span .progress-circle-back { fill: none; stroke-width: 10px; }
.slider .swiper-pagination span .progress-circle-prog { fill: none; stroke: #1b1b1b; stroke-width: 2px; stroke-dasharray: 0 999; stroke-dashoffset: 0; animation-fill-mode: both; }
.slider .swiper-pagination .swiper-pagination-bullet-active .progress-circle-prog { animation-name: circle; animation-duration: 6.5s; stroke-dasharray: 125 999; }*/

.slider .slider-controller { position: absolute; z-index: 2; width: auto; right: 0; bottom: 0; background: #2d2d32; display: flex; align-items: center; }
.slider .swiper-button-prev { border-right: 1px solid #444; }
.slider .swiper-button-prev, .slider .swiper-button-next { transition: 0.3s; width: auto; height: auto; display: inline-flex; align-items: center; color: #fff; font-size: 10px; letter-spacing: 1px; position: relative; left: unset; right: unset; top: unset; margin: 0; padding: 25px 35px; opacity: 1 !important; }
.slider .swiper-button-prev i, .slider .swiper-button-next i { position: relative; margin: 0 10px; font-size: 11px; }
.slider .swiper-button-prev span, .slider .swiper-button-next span {}
.slider .swiper-button-prev::after, .slider .swiper-button-next::after { display: none; }

.slider .swiper-button-prev:hover, .slider .swiper-button-next:hover { background: #3d3d46; }

@keyframes circle {
    from { stroke-dasharray: 0 999; }
    to { stroke-dasharray: 125 999; }
}

/* Banner */

.banner{ width: 100%;}
.banner a{ text-decoration: none; color: currentColor; display: block;}
.banner img{ width: 100%; height: 240px; object-fit: cover;}

/* Breadcrumb */

.breadcrumb{ background: transparent; padding: 0; margin: 0; }
.breadcrumb a{ text-decoration: none; color: currentColor; font-size: 13px; font-weight: 400; letter-spacing: 2px;}
.breadcrumb a::after{ content: ">"; position: relative; margin: 0 10px;}
.breadcrumb a:last-child::after{ display: none;}

/* Project List */

.project-list a { will-change: transform; position: relative; text-decoration: none; color: #fff; display: block; width: 100%; overflow: hidden; }
.project-list a .image { position: relative; width: 100%; height: 470px; }
/*.project-list a .image::after { content: ""; position: absolute; width: 100%; height: 100%; left: 0; top: 0; z-index: 2; background: rgba(0,0,0,0.3); }*/
.project-list a .image img { transition: 1s; position: absolute; left: 0; top: 0; width: 100%; height: 100%; object-fit: cover; }
.project-list a .content { width: 100%; position: absolute; padding: 25px; z-index: 2; left: 0; bottom: 0; }
.project-list a .content::after { content: ""; position: absolute; width: 100%; height: 100%; left: 0; top: 0; z-index: -1; background: rgba(0,0,0,0.5); }
.project-list a .content h2 { font-weight: 300; font-size: 36px; line-height: 1; margin: 0; }
.project-list a .content h2 strong { margin-right: 5px; font-weight: 600; }

.project-list a:hover .image img { transform: scale(1.1); }

.project-list.carou { padding-bottom: 45px; }
.project-list.carou .swiper-button-prev, .project-list.carou .swiper-button-next { top: unset; bottom: 0; width: 63px; height: 16px; background: url(../images/arrow.png) no-repeat center; background-size: 63px 16px; }
.project-list.carou .swiper-button-prev { transform: rotate(180deg); left: unset; right: 90px; }
.project-list.carou .swiper-button-next { right: 0; margin: 0; }
.project-list.carou .swiper-button-prev::after, .project-list.carou .swiper-button-next::after { display: none; }

/* Project Detail */

.project-detail h1 { position: relative; font-size: 64px; font-weight: 300; padding-bottom: 10px; }
.project-detail h1 strong { font-weight: 600; }
.project-detail h1::after { content: ""; position: absolute; width: 100px; height: 2px; background: #111; left: 50%; bottom: 0; transform: translateX(-50%); }
.project-detail table { margin: auto; }
.project-detail table tbody tr td:first-child { padding-right: 30px; }

.project-detail-image { position: relative; width: 100%; padding-bottom: 71%; box-shadow: 0 0 25px rgba(0,0,0,0.2); }
.project-detail-image img { position: absolute; width: 100%; height: 100%; left: 0; top: 0; object-fit: contain; }

.project-detail-first-image img { width: 100%; }

.project-detail-text ul { list-style: none; padding: 0; margin: 0; }
.project-detail-text ul li { padding: 10px 0; border-bottom: 1px solid #ddd; display: flex; justify-content: space-between; font-size: 18px; }
.project-detail-text ul li:last-child { border: 0; }
.project-detail-text ul li strong { font-weight: 600; }

/* Detail Slider */

.detail-slider { padding-bottom: 45px; }
.detail-slider a { text-decoration: none; color: currentColor; display: block; }
.detail-slider a img { width: 100%; }

.detail-slider .swiper-button-prev, .detail-slider .swiper-button-next { top: unset; bottom: 0; width: 63px; height: 16px; background: url(../images/arrow.png) no-repeat center; background-size: 63px 16px; }
.detail-slider .swiper-button-prev { transform: rotate(180deg); left: 50%; margin-left: -75px; }
.detail-slider .swiper-button-next { right: 50%; margin-right: -75px; }
.detail-slider .swiper-button-prev::after, .detail-slider .swiper-button-next::after { display: none; }

/* Icons */

.icons ul { list-style: none; padding: 0; margin: 0; display: flex; flex-wrap: wrap; justify-content: space-around; }
.icons ul li { width: auto; text-align: center; }
.icons ul li img { width: 115px; height: 80px; object-fit: contain; margin-bottom: 10px; }
.icons ul li h3 { font-size: 14px; font-weight: 400; letter-spacing: 2px; }

/* Detail Gallery */

.detail-gallery { padding-bottom: 45px; }
.detail-gallery a { text-decoration: none; color: currentColor; display: block; }
.detail-gallery a img { width: 100%; }
.detail-gallery .swiper-button-prev, .detail-gallery .swiper-button-next { top: unset; bottom: 0; width: 63px; height: 16px; background: url(../images/arrow.png) no-repeat center; background-size: 63px 16px; }
.detail-gallery .swiper-button-prev { transform: rotate(180deg); left: 50%; margin-left: -75px; }
.detail-gallery .swiper-button-next { right: 50%; margin-right: -75px; }
.detail-gallery .swiper-button-prev::after, .detail-gallery .swiper-button-next::after { display: none; }

/* Detail Content */

.detail-content h1 { position: relative; font-size: 64px; font-weight: 300; letter-spacing: 4px; padding-bottom: 15px; margin-bottom: 30px; }
.detail-content h1::after { content: ""; width: 100px; height: 2px; background: #111; position: absolute; left: 0; bottom: 0; }
.detail-content strong { font-weight: 600; }
.detail-content .color-carou a { text-decoration: none; color: currentColor; display: block; }
.detail-content .color-carou a .image { width: 100%; padding-bottom: 100%; position: relative; margin-bottom: 10px; }
.detail-content .color-carou a .image img { position: absolute; width: 100%; height: 100%; left: 0; top: 0; object-fit: cover; }
.detail-content .color-carou a span { display: block; font-weight: 400; font-size: 14px; }

.detail-content .color-carou { padding-bottom: 45px; }
.detail-content .color-carou .swiper-button-prev, .detail-content .color-carou .swiper-button-next { top: unset; bottom: 0; width: 63px; height: 16px; background: url(../images/arrow.png) no-repeat center; background-size: 63px 16px; }
.detail-content .color-carou .swiper-button-prev { transform: rotate(180deg); left: unset; right: 90px; }
.detail-content .color-carou .swiper-button-next { right: 0; margin: 0; }
.detail-content .color-carou .swiper-button-prev::after, .detail-content .color-carou .swiper-button-next::after { display: none; }

/* Home About */

.home-about h2 { font-family: 'LeMondeLivre'; position: relative; font-size: 48px; font-weight: 300; letter-spacing: 5px; padding-top: 15px; margin-bottom: 30px; color: #ce9b62; }
.home-about h2::before { content: ""; width: 100px; height: 2px; background: rgba(15,66,70,1); position: absolute; top: 0; left: 50%; transform: translateX(-50%); }
.home-about p { font-weight: 400; letter-spacing: 2px; margin-bottom: 30px; color: #1b1b1b; }
.home-about a.detail-btn { text-decoration: none; color: currentColor; display: inline-block; border: 1px solid #111; padding: 7px 30px; font-size: 13px; font-weight: 600; }

/* Blog List */

.blog-list a { text-decoration: none; color: currentColor; display: block; box-shadow: 0px 5px 20px rgba(0,0,0,0.1); }
.blog-list a .image { width: 100%; padding-bottom: 75%; position: relative; }
.blog-list a .image img { position: absolute; width: 100%; height: 100%; object-fit: cover; left: 0; top: 0; }
.blog-list a .content { padding: 30px; background: #fff; }
.blog-list a .content h2 { font-size: 16px; font-weight: 600; }
.blog-list a .content p { font-size: 15px; }
.blog-list a .content small {}

/* Side Nav */

.side-nav{ width: 100%;}
.side-nav ul{ list-style: none; padding: 0; margin: 0;}
.side-nav ul li{ width: 100%; position: relative;}
.side-nav ul li:last-child a{ border: 0;}
.side-nav ul li a{ text-decoration: none; color: currentColor; display: block; padding: 10px 0; padding-right: 44px; font-size: 18px; font-weight: 600;}
.side-nav ul li a:hover{ color: #ff0000;}
.side-nav ul li .arrow{ position: absolute; color: #14ab37; right: 0; width: 42px; height: 42px; top: 0; display: flex; align-items: center; justify-content: center; font-size: 20px; cursor: pointer; z-index: 2;}
.side-nav ul li .arrow.active{ transform: rotate(90deg);}
.side-nav ul li.has-sub ul{ padding: 0; height: 0; overflow: hidden;}
.side-nav ul li.has-sub ul.opened{ padding: 10px 0; height: auto;}
.side-nav ul ul{ border: 0;}
.side-nav ul ul li a{ border: 0; font-size: 14px;}
.side-nav ul ul li a{ font-weight: 400;}

/* Newsletter Section */

.newsletter-section .form { border: 1px solid #111; padding: 30px 5vw; }
.newsletter-section .form h2 { margin-bottom: 20px; letter-spacing: 2px; }
.newsletter-section .form h2 strong { font-weight: 600; }

.newsletter-section .form .form-group ul { list-style: none; padding: 0; margin: 0; display: flex; flex-wrap: wrap; justify-content: space-between; }
.newsletter-section .form .form-group ul li { width: 100%; margin-bottom: 2%; }
.newsletter-section .form .form-group ul li:nth-child(1), .newsletter-section .form .form-group ul li:nth-child(2) { width: 49%; }
.newsletter-section .form .form-group ul li input[type=text] { width: 100%; outline: none; border-radius: 0; border: 1px solid #111; padding: 15px; font-size: 13px; letter-spacing: 2px; }
.newsletter-section .form .form-group ul li textarea { width: 100%; height: 120px; resize: none; outline: none; border-radius: 0; border: 1px solid #111; padding: 15px; font-size: 13px; letter-spacing: 1px; }
.newsletter-section .form .form-group ul li input[type=submit] { background: url(../images/arrow.png) no-repeat center right; padding-right: 70px; background-size: 63px 16px; outline: none; font-size: 13px; border: 0; letter-spacing: 1px; }

/* Contact Map */

.contact-map { width: 100%; min-height: 100%; position: relative; margin-bottom: 15px; }
.contact-map iframe { position: absolute; width: 100%; height: 100%; left: 0; top: 0; }

/* Contact Info */

.contact-info { margin-bottom: 30px; }
.contact-info h2 { font-size: 24px; margin-bottom: 15px; }
.contact-info ul { list-style: none; padding: 0; margin: 0; }
.contact-info ul li { width: 100%; margin-bottom: 10px; }
.contact-info ul li a { text-decoration: none; display: block; color: currentColor; }

/* Contact Form */

.contact-form h2 { font-size: 24px; margin-bottom: 15px; }
.contact-form ul { list-style: none; padding: 0; margin: 0; }
.contact-form ul li { width: 100%; }
.contact-form ul li label { display: block; margin-bottom: 3px; }
.contact-form ul li input[type=text] { width: 100%; outline: none; border: 1px solid #ddd; padding: 10px; }
.contact-form ul li textarea { width: 100%; height: 120px; outline: none; border: 1px solid #ddd; padding: 10px; }
.contact-form input[type=submit] { outline: none; border: 0; background: #111; color: #fff; font-weight: 500; padding: 10px 30px; }

/* COUNT */

.count { text-align: center; background: #f9f9f9; padding-top: 45px; padding-bottom: 45px; border-top: 1px solid #eee }
    .count img { height: 70px; margin-bottom: 10px; }
    .count h1 { font-size: 15px; font-weight: 500; margin-bottom: 10px; }
    .count b { display: block; font-size: 28px; font-weight: 900; margin-bottom: 10px; }
    .count .bg-white { padding: 20px; box-shadow: 0px 3px 10px rgba(0,0,0,0.1); border-top: 4px solid  #1b1b1b; }

/* Footer Menu */

.f-menu { position: relative; padding-bottom: 15px; margin-bottom: 20px; }
.f-menu::after { content: ""; position: absolute; width: calc(100vw - 87px); height: 1px; background: rgba(255,255,255,0.15); left: calc(-50vw + 40px); bottom: 0; margin-left: 50%; }
.f-menu ul { list-style: none; padding: 0; margin: 0; display: flex; flex-wrap: wrap; justify-content: center; }
.f-menu ul li { width: auto; }
.f-menu ul li a { text-decoration: none; color: #fff; display: block; font-size: 13px; font-weight: 400; letter-spacing: 1px; padding: 10px 30px; }

.f-menu.contact { margin-bottom: 10px; }
.f-menu.contact::after { display: none; }
.f-menu.contact a { color: #888; }

/* Social Media */

.social-media { display: flex; flex-wrap: wrap; justify-content: center; }
.social-media a { width: 40px; height: 40px; border: 1px solid #111; margin: 0 10px; filter: invert(1); }
.social-media a.facebook { background: url(../images/social/facebook.png) no-repeat center; background-size: 31px; }
.social-media a.instagram { background: url(../images/social/instagram.png) no-repeat center; background-size: 31px; }
.social-media a.pinterest { background: url(../images/social/pinterest.png) no-repeat center; background-size: 31px; }

/* Copyright */

.copyright { width: 100%; font-size: 14px; font-weight: 300; color: #fff; }
.copyright a { text-decoration: none; color: currentColor; font-weight: 400; }

/* Helpers */
.h1 { font-size: 41px; font-family: 'Bigilla', sans-serif; text-shadow: 0px 0px 0.5px #111; padding: 0 15px; }
.h2 { transform: rotate(-90deg) translate(-40%,0); display: inline-block; border: 1px solid rgba(0,0,0,0.3); font-size: 15px; letter-spacing: 3px; padding: 30px; position: absolute; left: 0; top: 0; display: flex; align-items: center; }
    .h2::before { content: ""; display: block; width: 100px; height: 1px; background: rgba(0,0,0,0.3); margin-right: 20px; }

.detail-btn { float: right; font-family: 'Bigilla', sans-serif; font-size: 20px; text-shadow: 0px 0px 0.5px #111; text-decoration: none !important; color: currentColor !important; padding-right: 50px; background: url(../images/arrow-right.png) no-repeat center right; background-size: 41px 13px; }

a.all-products { text-decoration: none; color: currentColor; display: inline-block; position: absolute; right: 200px; bottom: -3px; z-index: 2; font-weight: 500; }

.bg-green { position: relative; background: transparent !important; }
.bg-green::after { content: ""; position: absolute; z-index: -1; width: calc(100vw - 87px); height: 100%; left: calc(-50vw + 43px); margin-left: 50%; top: 0; background: #1f1f22; }
.menu-btn { position: relative; z-index: 10; width: 40px; height: 40px; background: #caac70; color: #fff; font-size: 24px; margin-left: 15px; display: none; align-items: center; justify-content: center; }

#personel th { background: #2d2d32 !important; text-align: left !important; font-weight: 600 !important; padding: 15px 20px !important; }
#personel td { padding: 15px 20px !important; }
#personel tr:hover { background-color: #ddd !important; color: #111 !important; }

@media(max-width: 1300px) {
    .slider .content { left: 45%; }
}

@media(max-width: 1200px) {
    .slider img { min-height: 580px; }
    .slider .content h2 { font-size: 64px; }
}

@media(max-width: 991px)
{
    .bg-green::after { width: 100vw; left: -50vw; }
    .f-menu::after { width: 100vw; left: -50vw; }
    .slider .content { left: 30px; transform: unset !important; padding-right: 30px; }
    .slider { height: calc(80vh - 60px) !important; }
    body { padding: 0; }
    .fixed-left { display: none; }
    .about { padding: 0; }
    .header-section.is-scroll .logo img { max-width: 130px; }
    .main-section { padding-top: 60px; }
    .menu-btn{ display: flex;}
    .top-menu{ display: none;}
    .side-nav{ margin-bottom: 30px;}
    .side-nav > ul > li{ border-bottom: 1px solid #ddd;}
    .side-nav > ul > li:last-child{ border: 0;}
    .logo a img { max-width: 130px; }
    .right-links .lang { margin-left: 15px; }
    .slider img { min-height: 500px; }
    .slider .swiper-pagination { right: 15px; }
    .slider .content h2 { font-size: 42px; }

    .referans-list ul li { width: 25%; }
        .referans-list ul li h1 { font-size: 16px; }


    .allMall { flex-wrap: wrap; }
    .allMall .city { width: 100%; height: auto; margin-bottom: 15px; }
    .allMall .city .item { position: relative; writing-mode: unset; transform: unset;  }
    .allMall .mall { width: 100%; padding: 0; margin-bottom: 15px; }
    .allMall .info { width: 100%; height: auto; margin: 0; border: 0; }
    .allMall .info .item ul li { flex-wrap: wrap; }
    .allMall .info .item ul li .left { max-width: 100%; padding: 0; order: 2; }
    .allMall .info .item ul li .right { width: 100%; }

    .home-about h2 { font-size: 32px; }

    .magaza-list .item .info { width: 50%; order: 3; border: 0; }
    .magaza-list .item .img { width: 50%; order: 2; }
    .magaza-list .item .map { width: 100%; order: 1; }

    .h2 { display: none; }
}

@media(max-width: 768px)
{
    .project-list a .image { height: 250px; }
    .referans-list ul li { width: 33.333%; }
}

@media(max-width: 640px)
{
    .f-menu ul li a { padding: 10px 15px; }
    .slider img { min-height: 330px; }

    .magaza-list .item .info { width: 100%; order: 3; }
    .magaza-list .item .img { width: 100%; padding-bottom: 50%; order: 2; }
    .magaza-list .item .map { width: 100%; padding-bottom: 50%; order: 1; }
}

@media(max-width: 576px)
{
    .newsletter-section .form .form-group ul li { width: 100% !important; }
    .referans-list ul li { width: 50%; }
}

@media(max-width: 480px)
{
    .slider .swiper-pagination { display: none; }
}

@media(max-width: 440px)
{

}

@media(max-width: 320px) {
    .referans-list ul li { width: 100%; }
}












