﻿* {
    -webkit-tap-highlight-color: transparent;
}

.arki-sticky-menu-placeholder {
    display: none !important;
}

#gdlr-core-wrapper-1,
#gdlr-core-wrapper-4 {
    background: #ECE8E3;
}

#gdlr-core-wrapper-3 {
    padding: 165px 0px 60px 0px !important;
}

#gdlr-core-wrapper-4 {
    padding: 0 0px 30px 0px
}

#gdlr-core-wrapper-1 {
    padding: 80px 0px 200px 0px;
}

/*Header and Slider Start */

.archme-hero {
    position: relative;
    min-height: 100vh;
    background-image: url('/media/151-house-banner.jpg');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    overflow: hidden;
}

.archme-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.20);
}

.archme-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    padding: 16px 0;
    background: #000;
    transition: background 0.35s ease, box-shadow 0.35s ease, padding 0.35s ease, transform 0.35s ease;
}

.archme-header.header-scrolled {
    background: #fff;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
    padding: 16px 0;
    animation: archmeHeaderSlideDown 0.35s ease;
}

@keyframes archmeHeaderSlideDown {
    from {
        transform: translateY(-100%);
    }
    to {
        transform: translateY(0);
    }
}

.archme-logo {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 190px;
    height: 48px;
    text-decoration: none;
    margin-right: 60px;
    border: 2px solid rgba(255, 255, 255, 0.85);
}

.archme-logo img {
    max-height: 48px;
    width: auto;
    transition: opacity 0.35s ease, visibility 0.35s ease;
}

.archme-logo .logo-white,
.archme-logo .logo-black {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.archme-logo .logo-white {
    opacity: 1;
    visibility: visible;
}

.archme-logo .logo-black {
    opacity: 0;
    visibility: hidden;
}

/* scroll sonrası */
.archme-header.header-scrolled .archme-logo .logo-white {
    opacity: 0;
    visibility: hidden;
}

.archme-header.header-scrolled .archme-logo .logo-black {
    opacity: 1;
    visibility: visible;
}

.archme-header .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.95) !important;
    font-size: 16px;
    font-weight: 500;
    padding-top: 0;
    padding-bottom: 0;
    transition: color 0.35s ease;
}

.archme-header .dropdown-toggle::after {
    margin-left: 6px;
    vertical-align: 0.15em;
}

.archme-header .dropdown-menu {
    border-radius: 0;
    border: none;
    padding: 10px 0;
}

/* Scroll sonrası beyaz header stilleri */
.archme-header.header-scrolled .archme-logo {
    border-color: rgba(0, 0, 0, 0.75);
    color: #111 !important;
}

.archme-header.header-scrolled .navbar-nav .nav-link {
    color: #111 !important;
}

.archme-header.header-scrolled .navbar-toggler {
    border-color: rgba(0, 0, 0, 0.2);
}

.archme-header.header-scrolled .navbar-toggler-icon {
    filter: invert(1);
}

.archme-hero .container,
.archme-hero .row {
    position: relative;
    z-index: 2;
}

.archme-hero-content {
    max-width: 560px;
    padding-top: 200px;
}

.archme-hero-content h1 {
    color: #fff;
    font-size: 40px;
    line-height: 1.05;
    font-weight: 400;
    margin-bottom: 28px;
    letter-spacing: -1px;
}

.archme-hero-content p {
    color: #fff;
    font-size: 20px;
    line-height: 1.4em;
    font-weight: 400;
    margin-bottom: 42px;
    max-width: 540px;
}

.archme-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 170px;
    height: 56px;
    padding: 0 34px;
    border: 1px solid rgba(255, 255, 255, 0.85);
    color: #fff !important;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    transition: all 0.3s ease;
    background: transparent;
}

.archme-btn:hover {
    background: #fff;
    color: #111 !important;
}

@media (max-width: 1199.98px) {
    .archme-hero-content h1 {
        font-size: 60px;
    }

    .archme-hero-content p {
        font-size: 18px;
    }
}

@media (max-width: 991.98px) {
    .archme-header {
        padding: 20px 0 14px;
    }

    .archme-header.header-scrolled {
        padding: 12px 0;
    }

    .archme-logo {
        width: 160px;
        height: 42px;
        font-size: 22px;
        margin-right: 0;
    }

    .archme-header .navbar-collapse {
        margin-top: 16px;
        background: rgba(0 0 0);
        padding: 15px;
    }

    .archme-header.header-scrolled .navbar-collapse {
        background: #fff;
    }

    .archme-header.header-scrolled .dropdown-menu {
        background: #fff;
    }

    .archme-hero-content {
        padding-top: 200px;
    }

    .archme-hero-content h1 {
        font-size: 48px;
    }
}

@media (max-width: 767.98px) {
    .archme-hero {
        background-position: 68% center;
    }

    .archme-hero-content h1 {
        font-size: 38px;
        line-height: 1.12;
    }

    .archme-hero-content p {
        font-size: 16px;
        line-height: 1.5;
    }

    .archme-btn {
        min-width: 150px;
        height: 50px;
        padding: 0 24px;
    }
}

/*Header and Slider End */


.project-gallery-section {
    background-color: #f3f3f1;
}

.project-heading {
    padding-top: 20px;
}

.project-title {
    font-size: 48px;
    font-weight: 700;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: #1f1f1f;
    margin: 0;
    line-height: 1.2;
}

.masonry-grid {
    column-count: 4;
    column-gap: 20px;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.masonry-grid.loaded {
    opacity: 1;
}

.masonry-item {
    break-inside: avoid;
    margin-bottom: 20px;
    display: inline-block;
    width: 100%;
    overflow: hidden;
}

.masonry-item img {
    width: 100%;
    display: block;
    height: auto;
    transition: transform 0.4s ease;
}

.masonry-item:hover img {
    transform: scale(1.03);
}

@media (max-width: 1199.98px) {
    .masonry-grid {
        column-count: 3;
    }
}

@media (max-width: 991.98px) {
    .project-title {
        font-size: 36px;
        letter-spacing: 3px;
    }

    .masonry-grid {
        column-count: 2;
        column-gap: 16px;
    }

    .masonry-item {
        margin-bottom: 16px;
    }
}

@media (max-width: 575.98px) {
    .project-title {
        font-size: 26px;
        letter-spacing: 2px;
    }

    .masonry-grid {
        column-count: 1;
        column-gap: 0;
    }

    .masonry-item {
        margin-bottom: 14px;
    }
}


/*Masonry Detail Page Start*/

.project-detail-section {
    padding-top: 140px;
    padding-bottom: 80px;
    background: #ECE8E3;
}

.project-detail-heading {
    margin-bottom: 50px;
}

.project-detail-title {
    margin: 0;
    font-size: 48px;
    line-height: 1.1;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #111;
}

.project-masonry-grid {
    position: relative;
}

.project-grid-sizer,
.project-masonry-item {
    width: 25%;
}

.project-masonry-item {
    float: left;
    padding: 12px;
}

.project-masonry-item img {
    display: block;
    width: 100%;
    height: auto;
}


@media (max-width: 991.98px) {
    .project-grid-sizer,
    .project-masonry-item {
        width: 50%;
    }

    .project-detail-title {
        font-size: 34px;
    }
}


@media (max-width: 575.98px) {
    .project-grid-sizer,
    .project-masonry-item {
        width: 100%;
    }

    .project-detail-title {
        font-size: 26px;
    }

    .project-masonry-item {
        padding: 8px 0;
    }
}

/*Masonry Detail Page End*/