﻿
@font-face {
    font-family: 'SavatliFont_xBold';
    src: url('/fonts/AktivGrotesk-XBold.woff2') format('woff2'), url('/fonts/AktivGrotesk-XBold.woff2') format('woff'), url('/fonts/AktivGrotesk-XBold.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'SavatliFont_Medium';
    src: url('/fonts/AktivGrotesk-Medium.woff2') format('woff2'), url('/fonts/AktivGrotesk-Medium.woff2') format('woff'), url('/fonts/AktivGrotesk-Medium.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'SavatliFont_Medium';
    src: url('/fonts/AktivGrotesk-Medium.woff2') format('woff2'), url('/fonts/AktivGrotesk-Medium.woff2') format('woff'), url('/fonts/AktivGrotesk-Medium.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

#fullscreen header {
    background-color: #f1f1f1 !important;
    position: relative;
}

    #fullscreen header.header-sticky {
        background-color: #f1f1f1 !important;
    }

.menu li a:hover, .menu li.active > a, .menu li.sfHover > a {
    color: #000000;
}

.menu li a {
    color: #000000;
}

.isotope .isotope-item {
    float: left;
    width: 100%;
}

.tp-caption.title {
    color: white;
}

.btn-default {
    border-color: #3b3e43;
    background-color: #000000;
    color: #fff;
}

.text-primary {
    --bs-text-opacity: 1;
    color: rgb(215 172 46) !important;
}

#footer-bottom {
    background-color: #f1f1f1;
    color: #585c62;
}

a {
    color: #000000;
}

#page-header {
    border-bottom: none;
}

.about_testimo {
    background: #f1f1f1;
    padding: 20px;
    margin: 15px 35px 15px 35px;
}

.headline.style-3 h5 {
    margin-bottom: 0;
    color: #bca480;
    font-size: 20px;
    margin-bottom: 20px;
}

.headline.style-3 h2 {
    font-size: 15px;
    line-height: 30px;
    letter-spacing: 2px;
    margin-bottom: 14px;
}

@media screen and (max-width: 768px) {
    #logo img {
        max-width: 40%;
    }

    .tp-caption.title.sft.start {
        font-size: 15px !important;
        left: 70px !important;
        top: 100px !important;
    }

    .tp-caption .btn {
        padding: 10px 10px !important;
        font-size: 15px !important;
    }

    .tp-caption.sfb.start {
        left: 160px !important;
    }

    .bannercontainer {
        margin-bottom: 25px !important;
    }

    .filter {
        margin-bottom: 50px !important;
    }
}




.logos {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: white;
}

.savatli, .architects {
    font-size: 4rem;
    font-weight: bold;
    display: flex;
    gap: 23px;
}

.architects {
    font-style: italic;
    opacity: 0;
    transform: translateY(20px);
    animation: reveal 1s forwards;
    gap: 0px;
}

.letter {
    opacity: 0;
    transform: rotateY(90deg);
    display: inline-block;
    animation: reveal 1s forwards;
}

@keyframes reveal {
    0% {
        opacity: 0;
        transform: rotateY(90deg) translateY(20px);
    }

    100% {
        opacity: 1;
        transform: rotateY(0deg) translateY(0);
    }
}

.savatli .letter:nth-child(1), .architects .letter:nth-child(1) {
    animation-delay: 0s;
}

.savatli .letter:nth-child(2), .architects .letter:nth-child(2) {
    animation-delay: 0.1s;
}

.savatli .letter:nth-child(3), .architects .letter:nth-child(3) {
    animation-delay: 0.2s;
}

.savatli .letter:nth-child(4), .architects .letter:nth-child(4) {
    animation-delay: 0.3s;
}

.savatli .letter:nth-child(5), .architects .letter:nth-child(5) {
    animation-delay: 0.4s;
}

.savatli .letter:nth-child(6), .architects .letter:nth-child(6) {
    animation-delay: 0.5s;
}

.savatli .letter:nth-child(7), .architects .letter:nth-child(7) {
    animation-delay: 0.6s;
}

.architects .letter:nth-child(8) {
    animation-delay: 0.7s;
}

.architects .letter:nth-child(9) {
    animation-delay: 0.8s;
}

.architects .letter:nth-child(10) {
    animation-delay: 0.9s;
}

.title-container {
    display: flex;
    align-items: center;
    margin-bottom: 50px;
}

.title-bar {
    width: 5px; /* Çizginin genişliği */
    height: 100%; /* Başlık boyutuna göre ayarlanır */
    background-color: black; /* Çizginin rengi */
    margin-right: 12px; /* Çizgi ile metin arasındaki boşluk */
    height: 60px;
}

.title-bar-project {
    width: 5px; /* Çizginin genişliği */
    height: 100%; /* Başlık boyutuna göre ayarlanır */
    background-color: black; /* Çizginin rengi */
    margin-right: 12px; /* Çizgi ile metin arasındaki boşluk */
    height: 80px;
}

.mt-7 {
    margin-top: 5rem !important;
}

.services-boxes.style-2 h3 {
    font-family: 'SavatliFont_xBold', sans-serif;
    font-size: 20px;
    text-transform: capitalize;
    text-decoration: none;
    margin-bottom: 5px;
}

.samititleX {
    font-family: 'SavatliFont_xBold', sans-serif;
    font-size: 20px;
    text-transform: capitalize;
    text-decoration: none;
    margin-bottom: 5px;
}

.samititleXm {
    font-family: 'SavatliFont_xBold', sans-serif;
    font-size: 15px !important;
    text-transform: capitalize;
    text-decoration: none;
    margin-bottom: 5px;
    line-height: 15px;
}

.project-container {
    display: flex;
    align-items: flex-start;
}
/* Meta Information */
.project-info p {
    font-size: 16px;
    color: gray;
    margin-bottom: 5px;
}

/* Location */
.project-info b {
    font-size: 16px;
    color: black;
}

.titleworks {
    font-size: 24px;
    font-weight: bold;
    display: inline-block;
    padding-bottom: 5px;
    border-bottom: 3px solid black;
}

.titlepress {
    font-size: 14px;
    font-weight: bold;
    display: inline-block;
    padding-bottom: 5px;
    border-bottom: 3px solid black;
}

.project-text-hover {
    position: relative;
    margin-top: -180px;
    z-index: 99;
}

.project-text-back {
    background: #f1f1f1;
    padding: 35px;
}

.linebar {
    height: 5px;
    width: 100px;
    background: black;
}

.mt-15 {
    margin-top: 15rem !important;
}

body {
    font-family: 'SavatliFont_Medium', sans-serif;
    font-size: 15px;
    text-decoration: none;
}

#page-wrapper {
    background-color: #f1f1f1;
}

.menu li a {
    font-family: 'SavatliFont_Medium', sans-serif;
    font-size: 15px;
    font-weight: 400;
}

.menu li.dropdown ul {
    position: absolute;
    top: 100%;
    left: 0;
    display: none;
    z-index: 2000;
    width: 240px;
    padding: 5px 0;
    border: 1px solid #d7d7d7;
    border-top: 2px solid #121210;
    background-color: #f1f1f1;
}

    .menu li.dropdown ul li a:before {
        display: none !important;
    }

#footer-bottom {
    background-color: #f1f1f1;
    border-top: 1px solid #CECDCE;
}

.awardstext {
    display: inline-block;
    margin-top: 25%;
    border-left: 4px solid black;
    padding-left: 20px;
    font-family: 'SavatliFont_Medium', sans-serif;
}

body {
    background: #f1f1f1;
}

.borderbottom {
    border-bottom: 1px solid #CECDCE;
    padding-bottom: 3.5%;
}

.samititlePm {
    font-family: 'SavatliFont_Medium', sans-serif;
    font-size: 15px;
    text-decoration: none;
}

.project-text-hover {
    position: relative;
    margin-top: -300px;
    z-index: 99;
}

.project-text-hover-new {
    margin-top: -150px;
}

.menu {
    margin-top: 30px;
}

    .menu > li > a {
        padding: 10px 20px 20px 20px;
        text-transform: capitalize;
    }


#logo img {
    width: 100px;
}

.last {
    font-size: 10px;
}

.border-sam {
    border-bottom: 1px solid #b7b7b7;
    padding-bottom: 10px;
}

.border-samb {
    border-bottom: 3px solid #2a2a2a;
    padding-bottom: 10px;
}

.border-samt {
    border-top: 3px solid #2a2a2a;
    padding-top: 30px;
}
.margintop15 {
    margin-top: -15px;
}

.margintop35 {
    margin-top: -35px;
}

.margintop50 {
    margin-top: -50px;
}

@media (min-width: 992px) {
    .header-sticky #logo img {
        margin-top: 10px;
    }
}


/*HomeTextSlider CSS
*/

.swiper {
    width: 100%;
    height: 100vh;
}

.swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 50px;
}

.slide-content {
    display: flex;
    width: 100%;
    max-width: 1200px;
    background: #fff;
    box-shadow: 0 4px 20px rgba(0,0,0,0.1);
    overflow: hidden;
    border-radius: 12px;
}

.slide-image, .slide-text {
    flex: 1;
    padding: 30px;
    opacity: 0;
    transform: translateY(50px);
    transition: all 0.8s ease;
}

    .slide-image img {
        width: 100%;
        height: auto;
        object-fit: cover;
        border-radius: 12px;
    }

.slide-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

    .slide-text h3 {
        font-size: 32px;
        margin-bottom: 20px;
    }

    .slide-text p {
        font-size: 18px;
        margin-bottom: 20px;
        line-height: 1.6;
    }

    .slide-text a {
        text-decoration: none;
        color: #007BFF;
        font-weight: bold;
    }

.swiper-slide-active .slide-image,
.swiper-slide-active .slide-text {
    opacity: 1;
    transform: translateY(0);
}

/* Pagination (dots) tamamen gizle */
.swiper-pagination {
    display: none !important;
}

/* Okların renklerini değiştir */
.custom-nav {
    color: #ff6600 !important; /* Burada istediğin rengi ayarlayabilirsin */
    --swiper-navigation-color: #ff6600; /* Swiper'a özel değişken */
}
.bannercontainer {
  
    margin-bottom: 50px;
}
.swiper-button-next, .swiper-button-prev{
    color:black !important;
}
.services-boxes.style-2 {
    margin-bottom: 0px;
}
@media (max-width: 768px) {
    #logo img {
        width: 140px; /* Mobil için büyütülmüş hali */
    }

    #mobile-menu-button {
        margin-top: 25px;
    }

    .services-boxes.style-2 h3 {
        font-size: 15px;
    }

    .pd30top {
        padding-top: 15%;
    }
}