﻿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; }
::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; padding: 10px 0; background: rgba(15,66,70,1); z-index: 999; }
    .header-section.is-scroll { background: rgba(15,66,70,1); }
        .header-section.is-scroll .logo img { max-width: 215px; }
.main-section { padding-top: 92px; }

/* Logo */

.logo { width: auto; flex-grow: 1; }
    .logo a { text-decoration: none; color: currentColor; display: block; }
        .logo a img { transition: 0.2s; max-width: 285px; 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; }


/* Product Detail */
.product-detail-gallery img { width: 100%; }
.product-detail-gallery .own { margin-bottom: 15px; }
.product-detail-gallery .thumbs .swiper-slide { border: 2px solid #ddd; }
    .product-detail-gallery .thumbs .swiper-slide.swiper-slide-thumb-active { border-color: #ff0000; }

.product-detail h2 { font-size: 22px; font-weight: 600; }
.product-detail h3 { font-size: 16px; color: #999; margin-bottom: 15px; }
.product-detail .price { width: 100%; display: flex; align-items: center; padding: 10px 0; margin-bottom: 25px; font-size: 24px; color: #999; border-top: 1px solid #ddd; border-bottom: 1px solid #ddd; }

    .product-detail .price .norm { margin-right: 30px; }
        .product-detail .price .norm span { position: relative; }
            .product-detail .price .norm span::after { content: ""; width: calc(100% + 30px); height: 1px; background: #999; left: 0; top: 50%; margin-top: 1px; position: absolute; }
    .product-detail .price .disc { font-size: 28px; font-weight: 900; color: #111; }

.product-detail .quantity { width: 100%; display: flex; align-items: center; margin-bottom: 20px; }
    .product-detail .quantity span { margin-right: 30px; }
    .product-detail .quantity .qty { margin-right: 30px; position: relative; display: flex; align-items: center; }
    .product-detail .quantity .minus { border: 1px solid #ddd; border-right: 0; background: #fff; padding-bottom: 5px; font-size: 24px; width: 35px; height: 45px; display: flex; align-items: center; justify-content: center; cursor: pointer; user-select: none; }
    .product-detail .quantity .plus { border: 1px solid #ddd; border-left: 0; background: #fff; padding-bottom: 5px; font-size: 24px; width: 35px; height: 45px; display: flex; align-items: center; justify-content: center; cursor: pointer; user-select: none; }
    .product-detail .quantity input { width: 33px; height: 45px; text-align: center; outline: none; border: 1px solid #ddd; border-left: 0; border-right: 0; font-size: 24px; font-weight: 600; }
        .product-detail .quantity input::-webkit-outer-spin-button, .product-detail .quantity input::-webkit-inner-spin-button { -webkit-appearance: none; }
    .product-detail .quantity a.add-basket { color: #fff; background: #ff0000; padding: 10px 15px; border-radius: 20px; font-size: 15px; font-weight: 600; display: flex; align-items: center; }
        .product-detail .quantity a.add-basket::before { content: ""; filter: brightness(100); width: 24px; height: 24px; margin-right: 7px; position: relative; display: block; background: url(../images/basket.png) no-repeat center; background-size: 24px; }
.product-detail .note { font-size: 14px; }

/*renk seçenekleri*/
.product-detail .colorDiger { margin: 15px 0; }
    .product-detail .colorDiger h4 { font-size: 17px; color: #ff0000; font-weight: 600; }
    .product-detail .colorDiger ul { list-style: none; padding: 0; margin: 0; display: flex; flex-wrap: wrap; }
        .product-detail .colorDiger ul li { width: 80px; margin-right: 10px; }
            .product-detail .colorDiger ul li:last-child { margin-right: 0; }
            .product-detail .colorDiger ul li a { text-decoration: none; color: currentColor; display: block; border: 2px #ccc solid; width: 100%; background-size: cover !important; }
                .product-detail .colorDiger ul li a.stokyok { cursor: not-allowed; }
                .product-detail .colorDiger ul li a.secili { border-color: #f27a1a; }
            .product-detail .colorDiger ul li img { width: 100%; }

/* Tab Wrap */
.tab-wrap { width: 100%; }
    .tab-wrap .tab-title { width: 100%; margin-bottom: 10px; }
        .tab-wrap .tab-title > ul { list-style: none; padding: 0; margin: 0; display: flex; flex-wrap: wrap; justify-content: center; }
            .tab-wrap .tab-title > ul > li { max-width: 140px; width: 100%; padding: 20px; cursor: pointer; color: #111; text-align: center; margin: 10px; border: 2px solid transparent; }
                .tab-wrap .tab-title > ul > li > img { max-width: 100%; margin-bottom: 10px; }
                .tab-wrap .tab-title > ul > li > h2 { font-size: 15px; font-weight: 700; margin-bottom: 0; }
                .tab-wrap .tab-title > ul > li.current { border: 2px solid #ff0000; }
    .tab-wrap .tab-content { width: 100%; }
        .tab-wrap .tab-content > ul { list-style: none; padding: 0; margin: 0; }
        .tab-wrap .tab-content ul { padding: 0; margin: 0; }

        .tab-wrap .tab-content > ul > li { width: 100%; padding: 30px 0; opacity: 0; visibility: hidden; height: 0; padding: 0; }
            .tab-wrap .tab-content > ul > li.current { animation: 0.5s fadeIn; opacity: 1; visibility: visible; height: auto; padding: 30px 0; }

    .tab-wrap.pd { margin-top: 20px; border-top: 1px solid #ddd; padding-top: 20px; }
        .tab-wrap.pd .tab-title > ul { flex-wrap: nowrap; justify-content: unset; width: 100%; }
            .tab-wrap.pd .tab-title > ul > li { border: unset; max-width: unset; width: auto; padding: 0; margin: 0; padding-right: 20px; margin-right: 20px; border-right: 1px solid #ddd !important; font-weight: 600; }
                .tab-wrap.pd .tab-title > ul > li:last-child { padding-right: 0; margin-right: 0; border-right: 0 !important; }
                .tab-wrap.pd .tab-title > ul > li.current { border: unset; color: #ff0000; }
        .tab-wrap.pd .tab-content > ul > li { /*background: #f5f5f5;*/ }
            .tab-wrap.pd .tab-content > ul > li.current { /*padding:20px 30px;*/ padding: 0; }


/*ürün detay akordiyon*/
.akordiyon { width: 100%; }
    .akordiyon > ul { padding: 0; margin: 0; list-style-type: none; width: 100%; }
        .akordiyon > ul > li { display: block; width: 100%; background: #f3f3f3; padding: 15px; margin-bottom: 15px; color: currentColor; }
            .akordiyon > ul > li > a { font-weight: 600; font-size: 17px; display: block; width: 100%; }
                .akordiyon > ul > li > a:after { content: '>'; float: right; transform: rotate(0); transition: all .5s; }

                .akordiyon > ul > li > a:hover { color: #ff0000; }
                .akordiyon > ul > li > a.aktif { color: #ff0000; }
                    .akordiyon > ul > li > a.aktif:after { transform: rotate(90deg); }

            .akordiyon > ul > li > .content { height: 0; width: 100%; overflow: hidden; transition: all 1s; }
                .akordiyon > ul > li > .content.aktif { height: auto; }

/* Cat Carou */
.cat-carou.swiper-container { padding: 0 45px; }
.cat-carou .swiper-button-prev { top: 35%; left: 0; width: 30px; height: 50px; background: #ccc; display: flex; align-items: center; justify-content: center; }
    .cat-carou .swiper-button-prev::after { font-size: 16px; font-weight: bold; color: #111; }
.cat-carou .swiper-button-next { top: 35%; right: 0; width: 30px; height: 50px; background: #ff0000; display: flex; align-items: center; justify-content: center; }
    .cat-carou .swiper-button-next::after { font-size: 16px; font-weight: bold; color: #fff; }

/* Top Links */
.top-links { display: flex; align-items: center; justify-content: flex-end; margin-left: 55px; }
    .top-links .user-wrap { position: relative; }
        .top-links .user-wrap .links { display: none; width: 120px; position: absolute; top: 40px; left: 50%; transform: translateX(-50%); border: 1px solid #ddd; z-index: 3; padding: 10px; background: #fff; text-align: center; }
            .top-links .user-wrap .links a { display: block; color: currentColor; font-size: 14px; padding: 5px; }
                .top-links .user-wrap .links a:hover { color: #ff0000; }
        .top-links .user-wrap .user-btn { cursor: pointer; width: 32px; height: 32px; background: url(../images/user.png) no-repeat center; background-size: 32px; }
    .top-links .fav-wrap .fav-btn { display: block; cursor: pointer; width: 32px; height: 32px; background: url(../images/fav.png) no-repeat center; background-size: 32px; margin-left: 15px; }
    .top-links .basket-wrap .basket-btn { display: block; position: relative; cursor: pointer; width: 32px; height: 32px; background: url(../images/basket.png) no-repeat center; background-size: 32px; margin-left: 15px; }
        .top-links .basket-wrap .basket-btn span { width: 20px; height: 20px; border-radius: 100%; position: absolute; right: -8px; top: -8px; background: #ff0000; display: flex; align-items: center; justify-content: center; color: #fff; font-size: 12px; font-weight: 700; }

/* Product List */
.product-item { width: 100%; margin-bottom: 30px; text-align: center; }
    .product-item a { display: block; color: currentColor; }
    .product-item .image { width: 100%; height: 100%; /* padding-bottom: 100%; */ position: relative; }
        .product-item .image img { width: 100%; height: 500px; object-fit: cover; /*position: absolute;*/ left: 0; top: 0; }
    .product-item .content { width: 100%; padding: 15px; text-align: center; position: relative; top: 0px; }
        .product-item .content h2 { font-size: 18px; margin-bottom: 15px; }
        .product-item .content .price { display: flex; align-items: center; justify-content: center; margin-bottom: 15px; font-size: 20px; }
            .product-item .content .price .norm { padding: 0 10px; color: #999; display: flex; }
                .product-item .content .price .norm span { position: relative; }
                    .product-item .content .price .norm span::after { content: ""; width: calc(100% + 20px); height: 1px; background: #999; left: 0; top: 50%; position: absolute; }
            .product-item .content .price .disc { padding: 0 10px; font-weight: 700; display: flex; }
        .product-item .content .detail-btn { font-size: 14px; font-weight: 700; padding: 7px 12px; border-radius: 30px; display: inline-block; color: #ff0000; border: 1px solid #ff0000; }
    .product-item a.detail-btn { position: relative; top: -15px; font-size: 14px; font-weight: 700; padding: 7px 12px; border-radius: 30px; display: inline-block; color: #ff0000; border: 1px solid #ff0000; }


/* TAKSÝT */

.taksit { text-align: center; }
    .taksit h2 { font-size: 24px; }
    .taksit ul { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; }
        .taksit ul li { display: inline-block; width: 33%; padding: 0 5px; }
            .taksit ul li table thead { font-size: 12px; font-weight: 400; }
            .taksit ul li .table td, .taksit ul li .table th { padding: 5px; }

.footer-section { width: 100%; clear: both; float: none; background: #0f4246 !important; }

/* 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: #caa567; 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: #caa567; }
                        .allMall .mall .item ul li.active span { border: 2px solid #caa567; }

    .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: 18px; position: relative; top: 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: 180px; 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: #fff; 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 #eee; }
            .mobile-menu ul li:last-child { border-bottom: 1px solid #eee; }
            .mobile-menu ul li a { text-decoration: none; color: #111; 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: #fff; 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 #ddd; }
    .mobile-menu .sub-icon { width: 40px; height: 40px; position: absolute; right: 0; top: 0; display: flex; align-items: center; justify-content: center; z-index: 2; }

/* Slider */

.slider { width: 100%; }
    .slider .swiper-slide { position: relative; }
    .slider img { width: 100%; min-height: 814px; object-fit: cover; }
    .slider .content { text-align: center; color: #fff; max-width: 700px; width: 100%; position: absolute; left: 50%; bottom: 15%; transform: translateX(-50%); z-index: 2; }
        .slider .content small { font-size: 28px; font-weight: 300; letter-spacing: 2px; }
        .slider .content h2 { font-size: 84px; font-weight: 300; letter-spacing: 1px; margin-bottom: 45px; }
        .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-pagination { width: 42px; left: unset; bottom: unset; top: 50%; transform: translateY(-50%); right: 15%; }
        .slider .swiper-pagination span { position: relative; width: 42px; height: 42px; margin: 20px 0 !important; display: flex; align-items: center; justify-content: center; border: 2px solid rgba(255,255,255,0.2); background: rgba(15,66,70,1); opacity: 1; font-size: 22px; font-weight: 600; color: #caa567; }
            .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: #caa567; 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; }

@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; }

/* 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: #0f4246; }
.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: 500px; 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; }

/* Footer Menu */

.f-menu { position: relative; padding-bottom: 15px; margin-bottom: 20px; }
    .f-menu::after { content: ""; position: absolute; width: 100vw; height: 1px; background: rgba(255,255,255,0.15); left: -50vw; 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%; margin-top: 30px; font-size: 14px; font-weight: 300; color: #fff; }
    .copyright a { text-decoration: none; color: currentColor; font-weight: 400; }

/* Helpers */

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: 100vw; height: 100%; left: -50vw; margin-left: 50%; top: 0; background: #0f4246; }
.menu-btn { position: relative; z-index: 10; width: 40px; height: 40px; background: #caa567; color: rgba(15,66,70,1); font-size: 24px; margin-left: 15px; display: none; align-items: center; justify-content: center; }

@media(max-width: 1200px) {
    .slider img { min-height: 580px; }
    .slider .content h2 { font-size: 64px; }
}

@media(max-width: 991px) {
    .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; }

    .product-item .image img { width: 100%; height: 200px; object-fit: cover; /* position: absolute; */ left: 0; top: 0; }
}

@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; padding: 18px;  }
    .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%; }
}
