@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

:root {
    /*--font-main: 'Helvetica Neue', sans-serif;*/
    --font-main: 'Jost', sans-serif;
    --font-secondary: 'Roboto', sans-serif;
    /*--text-bg: #a59de9;*/
    --text-bg: #b1b1b1;
}

body {
    font-family: var(--font-main), sans-serif;
    background-color: #fff;
    width: 100%;
}

body.navbar-opened {
    height: 100vh;
    overflow: hidden;
}

/*GENERAL*/

h1 {
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 1.45;
    letter-spacing: 1px;
}

h1, h2, h3, h4, h5, h6 {
    font-family: var(--font-secondary), sans-serif;
}

.section-padding {
    padding: 80px 32px;
}

.section-padding-xl {
    padding: 200px 32px 80px 32px;
}

/*PRELOADER*/
.loading {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 999999999
}

.loading svg {
    max-width: 300px;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute
}

.loading svg path, .loading svg polygon {
    fill-opacity: 0;
    stroke: #000;
    stroke-width: 1px;
    -webkit-animation-name: cizim;
    animation-name: cizim;
    -webkit-animation-duration: 35s;
    animation-duration: 35s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    stroke-dasharray: 3319;
    stroke-dashoffset: 3319
}

@-webkit-keyframes cizim {
    7% {
        fill-opacity: 0;
        stroke-width: 1px
    }
    10% {
        fill-opacity: 1;
        stroke-width: 0
    }
    to {
        stroke-width: 0;
        fill-opacity: 1;
        stroke-dashoffset: 0
    }
}

@keyframes cizim {
    7% {
        fill-opacity: 0;
        stroke-width: 1px
    }
    10% {
        fill-opacity: 1;
        stroke-width: 0
    }
    to {
        stroke-width: 0;
        fill-opacity: 1;
        stroke-dashoffset: 0
    }
}

/*HEADER*/

header .logo {
    mix-blend-mode: difference;
    z-index: 998;
    display: block;
    position: fixed;
    top: 32px;
    left: 40px;
    overflow: visible;
}

header .logo img {
    width: 180px;
}

header .logo img {
    display: inline-block;
}

.navbar-menu-toggler {
    position: fixed;
    right: 32px;
    top: 32px;
    width: 45px;
    height: 45px;
    z-index: 999;
    padding: 14px 11px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    background-color: #000;
    border-radius: 50%;
    cursor: pointer;
    color: #d8e0f0;
}

.nav-menu-btn-line {
    perspective-origin: 100%;
    transform-origin: 100%;
    background-color: #d8e0f0;
    width: 100%;
    height: 2px;
    margin-top: 2px;
    margin-bottom: 2px;
    position: relative;
}


.nav-menu-btn-line.short {
    width: 70%;
    transition: .4s ease-in-out;
    margin-left: auto;
}

.navbar-menu-toggler:hover .nav-menu-btn-line.short {
    width: 100%;
}

.navbar-menu ul.menu-list {
    position: fixed;
    right: -50%;
    top: 0;
    z-index: 995;
    background-color: #fff;
    height: 100vh;
    padding: 3.5rem;
    /*width: 50%;*/
    width: 30%;
    transition: .5s ease-in-out;
    border-left: 1px solid #e2e2e2;
}

.navbar-menu ul.menu-list.show {
    right: 0;
}

.navbar-menu li {
    font-size: 30px;
    margin-bottom: 20px;
    color: #3a3a3a;
}

.navbar-menu-toggler i {
    line-height: 1;
}

.navbar-social {
    position: absolute;
    bottom: 50px;
}

.navbar-social ul {
    display: flex;
    gap: 1rem;
}

.navbar-social li {
    font-size: 15px;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-color: #ebebeb;
    display: flex;
    align-items: center;
    justify-content: center;
}

li.legal-links {
    font-size: 14px;
    position: absolute;
    right: 50px;
    bottom: 50px;
    display: flex;
    gap: 1rem;
}

/*FOOTER*/
footer {
    padding: 0 3.5rem;
}

.footer-wrapper {
    margin-top: 80px;
    border-top: 1px dotted #8f8f8f;
    padding: 2.5rem 0;
}

footer .logo img {
    width: 140px;
}

footer .social-icons ul {
    display: flex;
    gap: 1rem;
    justify-content: flex-end;
}

footer .social-icons li a {
    height: 40px;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #dedede;
    border-radius: 50%;
    font-size: 18px;
    transition: .4s ease-in-out;
    color: #000;
}

footer .social-icons li a:hover {
    background-color: #000;
    color: #fff;
}

footer p {
    font-weight: 400;
    color: #727272;
}

footer p a {
    color: #000;
}

footer .footer-menu ul {
    display: flex;
    gap: 1rem;
    padding-top: 35px;
    color: #4a4a4a;
}

#backToTop {
    cursor: pointer;
}

/*HERO*/
.hero-swiper {
    left: 0;
    top: 0;
    width: 100%;
    right: 0;
}

.hero .swiper-pagination-bullet {
    height: 10px;
    width: 17px;
    background-color: transparent;
    border: 1px solid #fff;
    opacity: 1;
    border-radius: 0;
}

.hero span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    height: 12px;
    width: 19px;
    background-color: #fff;
}

.hero .swiper-slide {
    height: 100vh;
}

.hero .swiper-slide img, .hero .swiper-slide video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/*HOMEPAGE*/
section.intro-page h1 {
    color: #000;
    letter-spacing: 2px;
    word-break: keep-all;
    margin-top: auto;
    margin-bottom: auto;
    font-size: 60px;
    font-weight: 900;
    line-height: 85px;
    position: relative;
}

section.intro-page h1 span, .slogan h1 span {
    /*background-color: #a59de9;*/
    background-color: #000;
    color: #fff;
    padding-inline: 10px;
}

section.intro-page h4 {
    color: #000;
    margin-bottom: 24px;
    font-size: 24px;
    font-weight: 400;
    line-height: 28px;
    font-family: var(--font-main), sans-serif;
}

section.intro-page h4 span {
    /*color: #ff037e;*/
    color: #000;
}

.intro-menu {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: center;
    display: flex;
}

/*.intro-menu a {*/
/*    grid-column-gap: 0px;*/
/*    grid-row-gap: 0px;*/
/*    border: 1px solid #8f9091;*/
/*    border-radius: 32px;*/
/*    flex-flow: row;*/
/*    order: 1;*/
/*    grid-template-rows: auto auto;*/
/*    grid-template-columns: 1fr 1fr;*/
/*    grid-auto-columns: 1fr;*/
/*    justify-content: center;*/
/*    align-self: auto;*/
/*    align-items: center;*/
/*    height: 42px;*/
/*    padding: 10px 24px;*/
/*    font-size: 16px;*/
/*    text-decoration: none;*/
/*    display: flex;*/
/*    position: static;*/
/*}*/

.intro-menu .intro-menu-text {
    color: #000;
    -webkit-text-stroke-color: #000;
    text-transform: none;
    font-style: normal;
    text-decoration: none;
}

.intro-menu .intro-menu-text:hover {
    color: #fff;
}

.img-with-link {
    position: relative;
    overflow: hidden;
}

.img-with-link img {
    width: 100%;
    transition: .4s ease-in-out;
    object-fit: cover;
    height: 100%;
}

.img-with-link:hover img {
    transform: scale(1.05);
}

.img-with-link a {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    z-index: 2;
}

.img-with-link h3 {
    position: absolute;
    bottom: 30px;
    right: 40px;
    padding: .65rem 1rem;
    z-index: 2;
    pointer-events: none;
    color: #000;
    background-color: #fff;
    border-radius: 30px;
    font-weight: 800;
    letter-spacing: 1px;
}

.img-with-link::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50%;
    background: linear-gradient(
            to top,
            rgba(0, 0, 0, 0.85),
            rgba(0, 0, 0, 0)
    );
    pointer-events: none;
}


/*PROJECT LIST*/

.filter {
    margin-bottom: 30px;
    display: flex;
    gap: 1rem;
}

.filter button, .intro-menu a {
    position: relative;
    padding: .5rem 1.5rem;
    border: 1px solid #2c2c2c;
    margin-bottom: 15px;
    cursor: pointer;
    background: transparent;
    transition: background-color .4s ease, color .4s ease;
    color: #1e1e1e;
}

/* Triangle */
.filter button::after, .intro-menu a::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 12px 12px;
    border-color: transparent transparent #000 transparent;
    transition: border-color .4s ease;
}

/* Hover state */
.filter button:hover, .intro-menu a:hover {
    background-color: #000;
    color: #fff;
}

/* Invert triangle on hover */
.filter button:hover::after, .intro-menu a:hover::after {
    border-color: transparent transparent #fff transparent;
}


.filter button.active {
    background-color: #000;
    color: #fff;
}

.project-item {
    position: relative;
    padding: 1rem .6rem;
    /* padding-bottom: 0; */
}

.project-item .project-cover {
    height: 305px;
    position: relative;
}

.project-item .project-cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.project-item .project-location {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 4px 10px;
    background-color: #000;
    color: #fff;
}

.project-item h3 {
    font-size: 20px;
    font-weight: 700;
    padding: .55rem;
    transition: .2s ease-in-out;
    font-family: var(--font-main), sans-serif;
}

.project-grid.style-1 .project-item:hover h3 {
    background-color: var(--text-bg);
}

.project-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000;
    opacity: 0;
    padding: 50px 20px;
    pointer-events: none;
    transition: opacity .4s ease-in-out;
}

.project-item:hover .project-overlay {
    opacity: .8;
}

.project-overlay h3 {
    display: inline-block;
    color: #fff;
    padding: 0 !important;
    font-family: var(--font-secondary), sans-serif !important;
    font-size: 16px !important;
    font-weight: 500;
}

.project-overlay h1 {
    color: #fff;
    font-size: 20px;
    letter-spacing: 1px;
    font-size: 24px;
}

/*PROJECT DETAIL*/

.project-banner {
    position: relative;
    height: 100vh;
    overflow: hidden;
}

.project-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.project-categories h1 {
    margin-bottom: 0;
    color: #fff;
    background-color: #000;
    padding: 10px 15px;
    font-size: 32px;
    letter-spacing: 2px;
}

.project-categories {
    position: absolute;
    bottom: 25px;
    left: 5%;
    display: flex;
    gap: 1rem;
    align-items: flex-end;
}

.project-categories h5 {
    background-color: #000;
    color: #fff;
    padding: 5px 15px;
    /*font-size: 20px;*/
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 1px;
}

.gallery-item {
    padding: .5rem;
}

.gallery-item img {
    width: 100%;
}

h1.page-title {
    /*background-color: var(--text-bg);*/
    background-color: #000;
    color: #fff;
    padding: 6px 10px;
    display: inline-block;
    letter-spacing: 2px;
}

.project-detail p {
    margin-bottom: 1rem;
}

.project-detail p:last-of-type {
    margin-bottom: 0;
}

.project-video iframe {
    width: 100%;
    height: 450px;
}

/*ABOUT*/

section.about p {
    margin-bottom: 1rem;
    text-align: justify;
}

.team-item {
    padding: .5rem;
    margin-bottom: 1.5rem;
}

.team-cover {
    overflow: hidden;
    text-align: center;
    display: grid;
    place-items: center;
}

.team-cover img {
    width: calc(100% + 5px);
    height: calc(100% + 5px);
    object-fit: cover;
    margin: 0 auto;
    object-position: center;
}

h4.team-name {
    background-color: #000;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    padding: 5px;
}


h6.team-position {
    font-size: 16px;
    padding-top: 4px;
    font-weight: 500;
}

.stats-section {
    padding-left: 60px;
}

.stats-container {
    max-width: 1100px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.stat {
    flex: 1;
}

.stat-number {
    font-size: 54px;
    font-weight: 700;
    display: inline-block;
    line-height: 1;
}

.stat-suffix {
    font-size: 32px;
    font-weight: 600;
    margin-left: 4px;
}

.stat p {
    margin-top: 10px;
    font-size: 16px;
    letter-spacing: 0.5px;
    opacity: 0.8;
}

/*CONTACT*/

.g-map {
    position: relative;
    height: 100vh;
}

.g-map a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.g-map::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

.contact-box {
    padding: 45px;
}

.contact-box h6 {
    font-size: 18px;
    margin-bottom: 15px;
    font-weight: 600;
}


.map-section {
    width: 100%;
    height: 450px;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
}

#map {
    width: 100%;
    height: 100%;
}

/* Optional: hide leaflet attribution if allowed */
.leaflet-control-attribution {
    font-size: 11px;
    opacity: 0.4;
}

.contact-form {
    padding-top: 1.5rem;
}

.form-group input[type="text"], .form-group textarea {
    width: 50%;
    padding: .35rem;
    border: 1px solid #0000001f;
}

.form-group {
    margin-bottom: 1rem;
}

.form-group textarea:focus-visible, .form-group input[type="text"] {
    outline: none;
}

.form-group button {
    padding: .5rem 2rem;
    background-color: #e5e5e5;
    font-weight: 700;
    font-size: 18px;
    cursor: pointer;
}

.contact-box h1 {
    margin-bottom: 15px;
}


/*CATEGORY DETAIL*/
section.category-detail p {
    margin-bottom: 1rem;
}

.project-banner.halfscreen {
    height: 60vh;
    overflow: hidden;
}

.project-banner.halfscreen img {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

/*LEGAL PAGES*/
.kvkk p {
    margin-bottom: 1rem;
}

.kvkk ol, .kvkk ul {
    padding-left: 2.25rem;
    margin-bottom: 1rem;
}

.kvkk ol li {
    list-style: decimal;
}

.kvkk ul li {
    list-style: disc;
}

.kvkk h2 {
    margin-bottom: 1rem;
    font-weight: 700;
    font-size: 24px;
}

.kvkk h3 {
    margin-bottom: 1rem;
    font-weight: 700;
    font-size: 20px;
}

/*SUSTAINABILITY*/

.sustainability p {
    margin-bottom: 1rem;
}

/*VIDEO GALLERY*/

.video-item {
    padding: .65rem;
}

.video-item iframe {
    width: 100%;
    height: 450px;
}

/*ACHIEVEMENTS*/
.achievement-item {
    border: 1px solid #c1c1c1;
    margin-bottom: .85rem;
    display: flex;
    padding: 1rem;
    justify-content: space-between;
    align-items: center;
}

.award img {
    width: 70px;
}

.achievement-item h2 {
    font-weight: 600;
    font-size: 16px;
    color: #575757;
}

.achievement-item a {
    color: #505050;
}

.achievement-detail p {
    margin-bottom: 1rem;
}

.achievement-detail ul {
    padding-left: 2.25rem;
}

.achievement-detail ul li {
    list-style: disc;
}

.award {
    width: 15%;
}

.award-meta {
    width: 50%;
}

.achievement-project {
    font-size: 14px;
    font-family: var(--font-main), sans-serif;
}

.award-meta h4 {
    font-size: 12px;
    font-family: var(--font-main), sans-serif;
}

/*CAREER*/
.career-img.bg-img {
    background-position: center;
    background-size: cover;
    height: 100vh;
}