﻿.html {
    scroll-behavior: smooth;
}

@font-face {
    font-family: 'Poppins';
    src: url(/FONT/Poppins-Regular.ttf);
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins-Thin';
    src: url(/FONT/Poppins-Thin.ttf);
    font-weight: normal;
    font-style: normal;
}

* {
    list-style: none;
    font-family: Poppins;
}

nav ul li a {
    text-decoration: none;
    color: #fff;
    font-size: 19px;
    font-family: Poppins-Thin;
    font-weight: bold;
}

.nav-menu {
    float: left;
    text-align: center;
}

.logo {
    float: left;
}

.banner > img {
    width: 100%;
    background-size: 100% 100%;
    height: 100vh;
}

.banner {
    position: relative;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    z-index: 1;
}

.mask {
    position: absolute;
    left: 0;
    right: 0;
    background-color: #000;
    width: 100%;
    height: 100%;
    opacity: 0.7;
}

.menu {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 3;
}

.logo .lg {
    width: 45%;
    padding: 25px;
}

nav ul li {
    display: inline-block;
    padding: 20px;
}

.nav-menu nav ul li a:hover {
    border-bottom: 3px solid #F2BB16;
}

.about {
    position: absolute;
    z-index: 999;
    color: #fff;
    text-align: center;
    left: 0;
    right: 0;
    top: 34%;
    width: 60%;
    margin: 0 auto;
}

    .about p {
        display: block;
        width: 85%;
        text-align: center;
        margin: 0 auto;
        color: #f5f0e8cc;
        font-size: 23px;
    }

.slogan {
    float: left;
    width: 100%;
   
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

h1, h2 {
    font-size: 56px !important;
}

h2 {
    color: #d4af37 !important;
}

h1 {
    margin-right: 10px;
}

.proje {
    background-color: #ecbf5a;
    color: #000;
    padding: 10px;
    font-size: 17px;
    text-align: center;
    text-decoration: none;
}

.ilt {
    background-color: #000;
    color: #ecbf5a;
    padding: 11px 35px;
    text-align: center;
    text-decoration: none;
    font-size: 18px;
}

.butons {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 265px;
    text-align: center;
}

.ms {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 100px;
    text-align: center;
    animation: float 2s ease-in-out infinite;
}

    .ms > a {
        animation: float 2s ease-in-out infinite;
    }

@keyframes float {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
    }

    100% {
        transform: translateY(0);
    }
}

.sec2 {
    background-color: #15161a;
    width: 100%;
    text-align: center;
    
}

    .sec2 > h3 {
        color: #ecbf5a;
        font-size: 56px;
        text-align: center;
        padding-top: 46px;
    }

.full {
    width: 100%;
}

.menu {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    transition: all 0.3s ease;
}
    /* Scroll sonrası sabitlenmiş menü */

    .menu.scrolled {
        position: fixed !important;
        background-color: rgba(0, 0, 0, 0.85);
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
        z-index: 9999;
        transition: all 0.3s ease;
    }
/* Normal logo */

.logo .lg {
    width: 45%;
    padding: 25px;
    transition: all 0.3s ease;
}
/* Scroll sonrası küçük logo */

.menu.scrolled .logo .lg {
    width: 25% !important;
    padding: 10px !important;
}

.section-title span {
    color: #ecbf5a; /* Altın rengi */
}

.gesso {
    margin-top: 100px !important;
}

.title-underline {
    width: 80px;
    height: 2px;
    margin: 10px auto 0;
    background: linear-gradient(to right, transparent, #ecbf5a, transparent);
    border-radius: 2px;
}

.gesso .col-md-6 {
    text-align: left;
    float: left;
    padding: 20px;
}

    .gesso .col-md-6 b {
        font-size: 36px;
        color: #fff;
    }

.gesso .yazi {
    color: #f5f0e8cc;
}

.gesso .col-md-6 img {
    box-shadow: rgba(0, 0, 0, 0.25) 0px 25px 50px -12px;
    width: 100%;
}

.box {
    padding: 20px;
    background-color: #1e2023;
    float: left;
    width: 30%;
    margin: 20px;
    border-radius: 12px;
}

    .box img {
        padding: 10px;
        border-radius: 21px;
        background-color: #ecbf5a;
    }

    .box b {
        display: block;
        color: #fff;
        font-size: 14px;
        letter-spacing: 2px;
        margin-top: 20px;
    }

    .box p {
        display: block;
        color: #fff;
        margin-top: 10px;
    }

.project {
    width: 100%;
    padding: 20px;
    background-color: #15161a;
    text-align: center;
}

    .project h4 {
        color: #ecbf5a;
        font-size: 56px;
    }

    .project h5 {
        color: #fff;
        text-align: center;
        margin: 10px 0 15px;
    }

.proje-box {
    width: 30%;
    text-align: center;
    margin: 1%;
    background-color: #222428;
    border-radius: 12px;
    float: left;
}

.proje-box-img {
    width: 100%;
}

    .proje-box-img img {
        width: 100%;
    }

    .proje-box-img > b {
        position: relative;
        color: #000;
        bottom: 255px;
        right: 95px;
        background-color: #ecbf5a;
        padding: 10px;
        border-radius: 10px;
    }

.proje-box:hover {
    transform: scale(110%);
    transition: 1s ease-in-out;
    cursor: pointer;
}

.proje-info {
    text-align: left;
    padding: 0px 15px 40px 15px;
}

    .proje-info b {
        color: #fff;
        display: block;
        margin-bottom: 5px;
    }

    .proje-info p {
        color: #f5f0e8cc;
        font-size: 14px;
    }

.mr {
    margin-top: 20px;
}

.prj {
    display: block;
    padding: 15px;
    color: #000;
    border-radius: 10px;
    background-color: #ecbf5a;
    text-align: center;
    text-decoration: none;
    width: 18% !important;
    text-align: center;
    margin-top: 32px !important;
    margin: 0 auto;
}

.home-contact {
    text-align: center;
    margin-top: 10%;
}

    .home-contact h6 {
        font-weight: bold;
        font-size: 56px;
        color: #ecbf5a;
        margin-top: 90px;
    }

    .home-contact > span {
        color: #fff;
        display: block;
        margin-top: 10px;
        display: block;
        margin-bottom: 20px;
    }

.ilt1 {
    float: left;
    background-color: #1f2124;
    margin: 2%;
    padding: 30px;
    border-radius: 10px;
    text-align: left;
}

    .ilt1 b {
        color: #fff;
        display: block;
        text-align: left;
        font-size: 22px;
    }

.txt {
    float: left;
}

    .txt span {
        color: #fff;
        margin: 10px;
        display: block;
        margin: 25px 0 3px;
    }

.tx {
    background-color: #000;
    border: navajowhite;
    border-radius: 5px;
    padding: 8px;
    color: #f5f0e8cc;
    width: 100%;
}

.uyari {
    padding: 40px;
    color: #fff;
    text-align: center;
    font-size: 24px;
}

.tx1 {
    background-color: #000;
    border: navajowhite;
    border-radius: 5px;
    padding: 8px;
    color: #f5f0e8cc;
    width: 98%;
}

.txmulti {
    background-color: #000;
    border: navajowhite;
    border-radius: 5px;
    padding: 5px;
    color: #f5f0e8cc;
    width: 100%;
    height: 100px;
}

.home-contact .col-md-12 {
    float: left;
}

.ilt-btn {
    padding: 10px;
    background-color: #ecbf5a;
    color: #000;
    width: 100%;
    padding: 10px;
    display: block;
    border: none;
    font-size: 18px;
    margin-top: 25px;
    margin-bottom: 140px;
}

    .ilt-btn:hover {
        transform: scale(110%);
        transition: 1s;
        box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
    }

.contact-info {
    margin: 40px auto;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.info-box1 {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 30px;
}

    .info-box1:last-child {
        margin-bottom: 0;
    }

.icon {
    background-color: #d9a441;
    padding: 12px;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 40px;
    min-height: 40px;
}

    .icon img {
        width: 22px;
        height: 22px;
    }

.text h4 {
    margin: 0;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
}

.text p {
    margin: 4px 0 0;
    font-size: 14px;
    line-height: 1.4;
    color: #fff;
    gap: 20px;
}

    .text p a {
        color: #fff;
        text-decoration: none;
    }

footer {
    background-color: #1c1c1c;
    color: #fff;
    padding: 60px 0 20px;
    float:left;
    width:100%;
}

    footer h5, footer h4 {
        color: #fff;
        font-weight: 600;
        margin-bottom: 20px;
    }

    footer p {
        color: #bbb;
    }

    footer a {
        color: #bbb;
        text-decoration: none;
        display: block;
        margin-bottom: 8px;
        transition: color 0.3s;
    }

        footer a:hover {
            color: #f0c36d;
        }

.brand-title {
    color: #f0c36d;
    font-weight: bold;
    font-size: 20px;
}

.copyright {
    border-top: 1px solid #333;
    margin-top: 30px !important;
    padding-top: 15px;
    font-size: 14px;
    color: #aaa;
}

.created {
    text-align: right;
}

    .created a {
        color: #aaa;
        font-size: 14px;
    }

        .created a:hover {
            color: #ecbf5a;
        }

    .created i {
        color: red;
    }

.hero-section {
    position: relative;
    background: url('../IMG/OTHERS/hakkimizda.jpg') center center/cover no-repeat;
    height: 70vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.6); /* karartma efekti */
    z-index: 1;
}

.content {
    position: relative;
    z-index: 2;
    padding: 20px;
}

    .content h1 {
        font-size: 4rem;
        margin-bottom: 20px;
    }

    .content p {
        font-size: 1.3rem;
        max-width: 700px;
        margin: 0 auto;
        line-height: 1.6;
    }
/* Dekoratif kareler */

.decorative {
    position: absolute;
    width: 80px;
    height: 80px;
    border: 1px solid #ffcc70;
    z-index: 2;
    transform: rotate(45deg);
}

    .decorative.left {
        left: 10%;
        top: 45%;
    }

    .decorative.right {
        right: 10%;
        top: 45%;
    }

.counter-section {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    text-align: center;
    padding: 60px 20px;
    background-color: #0f0f0f;
}

.counter-box {
    flex: 1 1 200px;
    margin: 20px;
}

.counter {
    font-size: 48px;
    font-weight: 700;
    color: #d4af37;
}

.counter-title {
    font-size: 14px;
    letter-spacing: 1px;
    color: #cfcfcf;
    margin-top: 10px;
}
/* Responsive */

@media (max-width: 768px) {
    .counter-section {
        flex-direction: column;
    }
}
/* Responsive */

@media (max-width: 768px) {
    .content h1 {
        font-size: 2.5rem;
    }

    .content p {
        font-size: 1rem;
    }

    .decorative {
        display: none;
    }
}

.about-sc {
    background-color: #15161a;
}

.about-section {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 50px;
    padding: 80px 50px;
    max-width: 1200px;
    margin: 0 auto;
    flex-wrap: wrap;
}

.about-text {
    flex: 1 1 500px;
}

    .about-text h2 {
        font-size: 2.8rem;
        margin-bottom: 20px;
    }

        .about-text h2 span {
            color: #f4b654; /* Mimarlık kelimesi için vurgu rengi */
        }

    .about-text p {
        font-size: 1.1rem;
        line-height: 1.8;
        margin-bottom: 20px;
        color: #ccc;
    }

.about-image {
    flex: 1 1 400px;
}

    .about-image img {
        width: 100%;
        border-radius: 15px;
        object-fit: cover;
    }

@media (max-width: 768px) {
    .about-section {
        flex-direction: column;
        text-align: center;
    }

    .about-text h2 {
        font-size: 2.2rem;
    }

    .about-text p {
        font-size: 1rem;
    }

    .about-image {
        margin-top: 30px;
    }
}

.stats-box {
    background-color: #1e1e1e;
    color: #f0c14b;
    border-radius: 10px;
    padding: 30px 20px;
    text-align: center;
    min-height: 150px;
    transition: transform 0.3s;
}

    .stats-box:hover {
        transform: scale(1.05);
    }

.stats-number {
    font-size: 2.5rem;
    font-weight: bold;
    margin-bottom: 10px;
}

.stats-text {
    color: #cccccc;
    font-size: 1rem;
}

.card-custom {
    background-color: #2a2a2a;
    border: none;
    border-radius: 12px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.5);
    transition: transform 0.3s ease;
}

    .card-custom:hover {
        transform: translateY(-5px);
    }

.icon {
    font-size: 2rem;
    color: #f0c000;
}

.card-title {
    font-weight: 700;
    margin-top: 10px;
    color: #fff;
}

.card-text {
    color: #f5f0e8cc;
    height:auto;
}

.icons {
    padding: 10px;
    background-color: #ecbf5a;
    border-radius: 5px;
}

.filter-buttons .btn {
    border-radius: 20px;
    padding: 6px 18px;
    margin: 0 5px;
    border: 1px solid #555;
    color: #fff;
    background: transparent;
    transition: all 0.3s ease;
}

    .filter-buttons .btn.active, .filter-buttons .btn:hover {
        background: #d4af37;
        border-color: #d4af37;
        color: #000;
    }

.project-card {
    background-color: #2a2a2a !important;
    border: none;
    border-radius: 16px;
    overflow: hidden;
    transition: transform 0.3s ease;
}

    .project-card:hover {
        transform: translateY(-5px);
    }

    .project-card img {
        height: 220px;
        object-fit: cover;
        width: 100%;
    }

.badge-custom {
    position: absolute;
    top: 15px;
    left: 15px;
    background: #d4af37;
    color: #000;
    font-size: 0.85rem;
    padding: 6px 12px;
    border-radius: 20px;
}

.project-info {
    padding: 20px;
}

.project-meta {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
    font-size: 0.9rem;
    color: #aaa;
}

.btn-detail {
    border: 1px solid #d4af37;
    color: #d4af37;
    border-radius: 10px;
    padding: 6px 20px;
    font-weight: 500;
    margin-top: 15px;
    transition: all 0.3s ease;
    display: inline-block;
    text-decoration: none;
    text-align: center;
    width: 100%;
    background-color: #15161a;
}

    .btn-detail:hover {
        background: #d4af37;
        color: #000;
    }

.projelerimiz {
    background-color: #15161a;
    width: 100%;
}

.brand-card {
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 0 5px rgba(0,0,0,0.05);
    padding: 15px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 200px;
    display: flex;
    align-items: center;
}

.text-muted {
    color: #fff !important;
}

.referans {
    background-color: #1c1c1c !important;
    padding-bottom: 200px;
    text-align: center;
}

.dsp {
    display: flex;
    align-items: center;
    justify-content: center;
}

.brand-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 15px rgba(0,0,0,0.15);
}

.brand-logo {
    width: 100%;
    height: auto;
    border-radius: 8px;
    object-fit: cover;
}

section {
    padding: 60px 0;
}

.projebox {
    background-color: #1c1c1c;
    border-radius: 12px;
    padding: 25px;
    margin-bottom: 20px;
}

    .projebox h4 {
        font-weight: bold;
        margin-bottom: 15px;
        color: #fff;
    }
/* Input & textarea */

.projinput {
    background-color: #000;
    border: none;
    color: #fff;
    padding: 12px;
    border-radius: 6px;
}

    .projinput:focus {
        outline: none;
        box-shadow: 0 0 0 2px #f1c40f;
    }

    .projinput::placeholder {
        color: #999;
    }
/* İletişim kutuları */

.projcontact {
    background-color: #222;
    padding: 15px;
    border-radius: 12px;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
}

.projicon {
    background-color: #f1c40f;
    color: #000;
    font-size: 20px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    margin-right: 15px;
}
/* Buton */

.projbtn {
    background-color: #f1c40f;
    color: #000;
    font-weight: bold;
    border: none;
    padding: 12px;
    width: 100%;
    border-radius: 8px;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    display: block
}

.detay {
    width: 100%;
    height: 60px;
    border-radius: 6px;
    background-color: #000;
    color: #fff;
    border: none;
    padding: 10px;
}

.projbtn:hover {
    background-color: #d4ac0d;
    color: #fff;
}

.ilts {
    width: 100%;
    background-color: #131416;
}

.projebox p {
    color: #f5f0e8cc;
}

.projcontact strong {
    color: #fff;
}

.form-label {
    color: #fff;
}

.mrg-ilt {
    margin-top: 6%;
}

.contact-info-box {
    color: #fff;
}

.menu-bar {
    display: none;
}

@media screen and (min-width:320px) and (max-width:480px) {

    .menu-bar {
        display: block;
        cursor: pointer;
    }

    .logo {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-evenly;
    }

        .logo .lg {
            width: 25%;
            margin-top: 25px;
        }

    .menu.scrolled .logo .lg {
        width: 20% !important;
        padding: 10px !important;
    }

    .nav-menu {
        position: absolute;
        top: 100%;
        background-color: #000;
        z-index: 2;
    }

    .nav-menu {
        padding: 0;
        width: 100%;
        display: none;
    }

        .nav-menu ul li {
            display: block;
        }

    .p0 {
        padding: 0 !important;
    }

    .nav-menu ul {
        padding: 0;
        margin: 0;
    }

    h1 {
        font-size: 29px !important;
    }

    h2 {
        font-size: 29px !important;
    }

    .about p {
        width: 100%;
        font-size: 17px;
    }

    .slogan {
        margin-bottom: 3px;
    }

    .ms {
        bottom: 85px;
    }

    .about {
        width: 90%;
        top: 32%;
    }

    .butons {
        bottom: 185px;
    }

    .proje, .ilt {
        font-size: 13px;
    }

    .sec2 > h3 {
        font-size: 34px;
    }

    .gesso {
        margin-top: 25px !important;
    }

    .project h4 {
        font-size: 34px;
    }

    .project h5 {
        font-size: 15px;
    }

    .proje-box {
        width: 100%;
    }

    .box {
        width: 100%;
        margin-bottom: 30px !important;
        margin: 0;
    }

    .project {
        float: left;
    }

    .sec2 {
        height: auto;
    }

    .prj {
        width: 50% !important;
    }

    .home-contact h6 {
        font-size: 34px;
        margin-top: 45px;
    }

    .txt {
        width: 100%;
    }

    .ilt-btn {
        margin-bottom: 10px;
        padding: 8px;
        font-size: 16px;
    }

    .text h4 {
        font-size: 17px;
    }

    .ilt1 {
        margin: 4%;
    }
}

@media screen and (min-width:480px) and (max-width: 767px) {

    .menu-bar {
        display: block;
        cursor: pointer;
    }

    .logo {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-evenly;
    }

        .logo .lg {
            width: 25%;
            margin-top: 25px;
        }

    .menu.scrolled .logo .lg {
        width: 20% !important;
        padding: 10px !important;
    }

    .nav-menu {
        position: absolute;
        top: 100%;
        background-color: #000;
        z-index: 2;
    }

    .nav-menu {
        padding: 0;
        width: 100%;
        display: none;
    }

        .nav-menu ul li {
            display: block;
        }

    .p0 {
        padding: 0 !important;
    }

    .nav-menu ul {
        padding: 0;
        margin: 0;
    }

    h1 {
        font-size: 29px !important;
    }

    h2 {
        font-size: 29px !important;
    }

        .about p {
            width: 100%;
            font-size: 17px;
        }
        .slogan{

            margin-bottom:3px;
        }
        .ms{
            bottom:85px;
        }
        .about{
            width:90%;
            top:32%;
        }

    .butons {
        bottom:185px;
    }

    .proje, .ilt {
        font-size: 13px;
    }

    .sec2 > h3 {
        font-size: 34px;
    }

    .gesso {
        margin-top: 25px !important;
    }

    .project h4 {
        font-size: 34px;
    }

    .project h5 {
        font-size: 15px;
    }

    .proje-box {
        width: 100%;
    }

    .box {
        width: 100%;
        margin-bottom: 30px !important;
        margin: 0;
    }

    .project {
        float: left;
    }

    .sec2 {
        height: auto;
    }

    .prj {
        width: 50% !important;
    }

    .home-contact h6 {
        font-size: 34px;
        margin-top: 45px;
    }

    .txt {
        width: 100%;
    }

    .ilt-btn {
        margin-bottom: 10px;
        padding: 8px;
        font-size: 16px;
    }

    .text h4 {
        font-size: 17px;
    }

    .ilt1 {
        margin: 4%;
    }



}



@media screen and (min-width: 768px) and (max-width: 991px) {

    nav ul li a {
        font-size: 16px;
    }

    nav ul li {
        padding: 35px 5px;
    }

    .logo .lg {
        width: 65%;
    }
    .butons{
        bottom:230px;
    }



    .menu.scrolled .logo .lg {
        width: 45% !important;
    }

    h1, h2 {
        font-size: 30px !important;
    }

    .about p {
        font-size: 15px;
        width:100%;
    }

    .proje {
        font-size: 13px;
    }

    .ilt {
        font-size: 13px;
    }

    .sec2 h3 {
        font-size: 40px;
    }

    .gesso .col-md-6 b {
        font-size: 29px;
    }

    .yazi p {
        font-size: 15px;
    }

    .gesso .col-md-6 {
        padding: 8px;
    }

    .box {
        width: 100%;
    }

    .sec2 {
        height: auto;
    }

    .proje-box {
        width: 100%;
    }

    .proje-box-img b {
        right: 230px;
        bottom: 460px;
    }

    .prj {
        width: 35% !important;
    }

    .project h4 {
        font-size: 40px;
    }

    .project h5 {
        font-size: 15px;
    }

    .home-contact h6 {
        font-size: 40px;
    }

    .ilt1 {
        width:100% !important;
    }

    .text h4 {
        font-size: 18px;
    }

    .text p {
        font-size: 12px;
    }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {


    .about{
        top:21% !important;
    }

    h1, h2{
        font-size:40px !important;
    }
    .about p{
        font-size:18px;
    }
    .butons{
        bottom:215px;
    }
    .sec2{
        height:auto;
    }
    .box{
        width:27%;
    }
    .sec2 h3{
        font-size:43px;
    }
    .projeler h4{
        font-size:43px;
    }
    .project h5{
        font-size:16px;
    }
    .proje-box{
        width:48%;
    }
    .prj{
        width:30% !important;
    }
    .project h4{
        font-size:43px;
    }
    .home-contact h6{

        font-size:43px;
    }
    .ilt1{
        width:100% !important;
    }
    .text h4{
        font-size:20px;
    }



}
@media screen and (min-width:1199px) and (max-width: 1400px) {


    .proje-box-img b{

        bottom:220px;
    }
    .prj{
        width:25% !important;
    }
    .ilt1{
        width:46% !important;
    }








}