@import url("https://use.typekit.net/ngo6nze.css");

body {
    font-family: "montserrat", sans-serif;
    font-weight: 400;
    font-size: 14px;
    overflow-x: hidden;
}

.header {
    background-color: white;
    position: relative;
    z-index: 19;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, .16);
    height: 90px;
    width: 100%;
    align-items: center;
    padding-left: 0px;
    padding-right: 0px;
}

.header-top {
    background-color: #C6A47E;
    height: 30px;
    width: 100%;
}

ul.top-contact {
    list-style: none;
    display: flex;
    justify-content: flex-start;
    height: 30px;
    align-items: center;
}

ul.top-contact>li {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-right: 10px;
}

ul.top-contact>li>a {
    text-decoration: none;
    color: #333;
    font-size: 14px;
    font-weight: 400;
}

.top-social {
    display: flex;
    list-style: none;
    justify-content: flex-end;
    height: 30px;
    align-items: center;
}

.top-social>li {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-left: 10px;
}

.top-social>li>a {
    text-decoration: none;
    color: #333;
    font-size: 16px;
    font-weight: 400;
}

.navbar>.container {
    padding-left: 0px;
    padding-right: 0px;
}

.navbar-nav .nav-item:last-child>.nav-link {
    padding-right: 0px;
}

a.navbar-brand {
    padding: 0px;
    display: flex;
    align-items: center;
}

a.navbar-brand>img {
    height: 28px;
}

.nav-link {
    font-size: 14px;
    font-weight: 400;
    color: #333333;
}

.dropdown-toggle::after {
    display: none;
}

.home-top {
    display: flex;
    width: 100%;
}

.slider-areas {
    display: flex;
    width: calc(100% - 50px);
    height: 82vh;
}

.dropdown-item {
    text-transform: uppercase;
}

/* Faaliyet Alanlarımız - masaüstünde hover ile açılma (navbar-expand-sm: >=576px) */
@media (min-width: 576px) {
    .navbar-nav .nav-item.dropdown {
        position: relative;
    }

    .navbar-nav .nav-item.dropdown:hover>.dropdown-menu {
        display: block;
        top: 100%;
        left: 0;
        margin-top: 0;
    }
}



/* Slider */
.home-top {
    height: 80vh;
    overflow: hidden;
    position: relative;
    padding: 20px 90px 0px;
}

.carousel {
    width: 100%;
}

.carousel-item {
    height: 80vh;
}

.carousel-item>.overlay {
    background-color: rgba(0, 0, 0, .35);
    position: absolute;
    z-index: 1;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.carousel-caption {
    top: 155px;
    bottom: 80px;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.carousel-caption>h3 {
    font-size: 70px;
    font-weight: 400;
    font-family: futura-100-book, sans-serif;
}

.carousel-caption>p {
    font-family: futura-100-book, sans-serif;
    font-size: 30px;
    font-weight: 400;
}

.slider-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
    position: absolute;
    bottom: 0px;
    width: 100%;
}

.gold {
    color: #C6A47E;
}

.slider-btn>a.btn.btn-white {
    background-color: white;
    color: #333333;
    font-size: 16px;
    padding-left: 70px;
    padding-right: 70px;
    height: 50px;
    display: flex;
    align-items: center;
    border: none;
    transition: all .4s ease;
}

.slider-btn>a.btn.btn-white:hover {
    background-color: #333333;
    color: white;
}

.carousel-indicators {
    list-style: none;
}

/* home Projects */
.projects {
    margin-top: 50px;
}

.carousel-item img {
    position: absolute;
    height: 100%;
    width: 100%;
    inset: 0px;
    object-fit: cover;
    object-position: center center;
    color: transparent;
}

/* Home Services */

.home-serivces {
    padding-top: 60px;
    padding-bottom: 10px;
}

.section-header {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
    flex-direction: column;
    align-items: center;
}

.section-header>h1 {
    position: relative;
    font-size: 40px;
    font-weight: 300;
    color: #333333;
    width: fit-content;
    max-width: 100%;
    padding-bottom: 10px;
    border-bottom: 1px solid #DDDDDD;
    margin-bottom: 20px;
}

.section-header>h1>i {
    font-size: 16px;
    color: #C6A47E;
    position: absolute;
    left: calc(50% - 10px);
    bottom: -9px;
}

.section-header>p {
    font-size: 16px;
    ,
    font-weight: 400;
}

.workbox {
    margin-bottom: 20px;
}

.workbox.left-box>a {
    display: flex;
    width: 100%;
    flex-direction: row-reverse;
    text-decoration: none;
}

.workbox.right-box>a {
    display: flex;
    width: 100%;
    flex-direction: row;
    text-decoration: none;
}

.workbox>a>.work-img {
    width: 50%;
    min-height: 179px;
    display: flex;
    position: relative;
    aspect-ratio: 2 / 1;
}

.workbox>a>.work-img>img {
    position: absolute;
    height: 100%;
    width: 100%;
    inset: 0px;
    object-fit: cover;
    object-position: center center;
    color: transparent;
}

.workbox.left-box>a>.work-text {
    width: 50%;
    display: flex;
    position: relative;
    padding-right: 20px;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-start;
}

.workbox.left-box>a>.work-text>h3 {
    font-size: 24px;
    font-weight: 600;
    color: #333333;
    text-align: right;
}

.workbox.left-box>a>.work-text>p {
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    text-align: right;
}

.workbox.right-box>a>.work-text>h3 {
    font-size: 24px;
    font-weight: 600;
    color: #333333;
    text-align: left;
}

.workbox.right-box>a>.work-text>p {
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    text-align: left;
}

.workbox.right-box>a>.work-text {
    width: 50%;
    display: flex;
    position: relative;
    padding-left: 20px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}

.home-serivce-area {
    padding-left: 15px;
    padding-right: 15px;
}

.work-box-center {
    padding: 5px;
}

.work-box-center>a {
    display: flex;
    position: relative;
    width: 100%;
    aspect-ratio: 5 / 3;
}

.work-box-center>a>img {
    position: absolute;
    height: 100%;
    width: 100%;
    inset: 0px;
    object-fit: cover;
    object-position: center center;
    color: transparent;
}

.work-box-center>a>.overlay {
    background-color: rgba(0, 0, 0, .35);
    position: absolute;
    z-index: 2;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.work-caption {
    display: flex;
    flex-direction: column;
    width: 60%;
    align-items: center;
    justify-content: center;
}

.work-caption>h3 {
    text-align: center;
    color: white;
    font-size: 18px;
    font-weight: 700;
    text-shadow: 0px 3px 6px rgba(0, 0, 0, .16);
}

.work-caption>p {
    text-align: center;
    color: white;
    font-size: 14px;
    font-weight: 400;
    text-shadow: 0px 3px 6px rgba(0, 0, 0, .16);
}

.btn.btn-white {
    display: flex;
    height: 46px;
    width: fit-content;
    max-width: 100%;
    align-items: center;
    color: #333333;
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
    border: 2px solid #C6A47E;
    background-color: white;
    border-radius: 0px;
    padding: 0px 25px;
    transition: all .4s;
}

.btn.btn-white>i {
    font-size: 10px;
    margin-left: 10px;
}

.btn.btn-white:hover,
.btn.btn-white:focus {
    background-color: #C6A47E;
    color: white;
    transition: all .4s;
}

.home-about {
    padding-top: 60px;
    padding-bottom: 60px;
}

.about-img {
    display: flex;
    position: relative;
}

.img-box-1 {
    display: flex;
    position: relative;
    flex-direction: column;
    width: 60%;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, .16);
    z-index: 2;
    flex-shrink: 0;
    margin-top: 110px;
}

.img-box-1>.img-box-text {
    background-color: #C6A47E;
    padding: 10px 40px;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
}

.img-box-1>.img-box-text>.left-text {
    color: white;
    font-size: 64px;
    font-weight: 700;
    margin-right: 5px;
}

.img-box-1>.img-box-text>div.right-text {
    display: flex;
    flex-direction: column;
}

.img-box-1>.img-box-text>div.right-text>.big {
    font-size: 36px;
    color: white;
    font-weight: 600;
    line-height: 36px;
}

.img-box-1>.img-box-text>div.right-text>.small {
    font-size: 24px;
    line-height: 24px;
    color: white;
    font-weight: 600;
}

.img-box-1>.img-box {
    position: relative;
    height: 324px;
    width: 100%;
}

.img-box-1>.img-box>img {
    position: absolute;
    height: 100%;
    width: 100%;
    inset: 0px;
    object-fit: cover;
    object-position: center center;
    color: transparent;
}

.img-box-2 {
    display: flex;
    width: 100%;
    position: relative;
    z-index: 1;
    height: 465px;
    flex-shrink: 0;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, .16);
}

.img-box-2>img {
    position: absolute;
    height: 100%;
    width: 100%;
    inset: 0px;
    object-fit: cover;
    object-position: center center;
    color: transparent;
}

.about-text>.sup-title-area {
    display: flex;
    width: 100%;
    align-items: flex-end;
}

.about-text>.sup-title-area>span.sup-title {
    font-size: 15px;
    font-weight: 700;
    color: #C6A47E;
    margin-right: 5px;
}

.about-text>.sup-title-area>span.sup-line {
    display: flex;
    width: 95px;
    height: 2px;
    background-color: #C6A47E;
}

.about-text>h1 {
    width: 60%;
    font-size: 36px;
    font-weight: 600;
    color: #333333;
    margin-bottom: 20px;
}

.about-text>p {
    font-size: 14px;
    color: #333333;
    font-weight: 400;
    line-height: 26px;
}

.about-text>ul.about-social {
    list-style: none;
    display: flex;
    padding: 0px;
    margin: 20px 0px;
}

.about-text>ul.about-social>li {
    display: flex;
    margin-right: 5px;
}

.about-text>ul.about-social>li>a {
    display: flex;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: white;
    background-color: #C6A47E;
    font-size: 16px;
    border: 1px solid #C6A47E;
    transition: all .4s;
}

.about-text>ul.about-social>li>a.about-button {
    width: auto;
    padding: 0px 30px;
    font-weight: 400;
    font-size: 14px;
    color: white;
}

.about-text>ul.about-social>li>a:hover {
    background-color: white;
    color: #C6A47E;
    transition: all .4s;
}

.nav-tabs {
    border: none;
    display: flex;
    justify-content: space-evenly;
    margin-bottom: 20px;
}

.nav-tabs .nav-link {
    border: 2px solid #C6A47E;
    background-color: white;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #333333;
    padding: 0px 40px;
    border-radius: 0px;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    border: 2px solid #C6A47E;
    background-color: #C6A47E;
    color: white;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border: 2px solid #C6A47E;
    background-color: #C6A47E;
    color: white;
}

.gal-box {
    padding: 7px;
}

.gal-box>a {
    display: flex;
    width: 100%;
    aspect-ratio: 3 / 2;
    position: relative;
}

.gal-box>a>img {
    position: absolute;
    height: 100%;
    width: 100%;
    inset: 0px;
    object-fit: cover;
    object-position: center center;
    color: transparent;
}

/* Footer */

.footer {
    background-color: #333333;
    padding-top: 30px;
    padding-bottom: 50px;
}

.footer-logo {
    display: flex;
    margin-bottom: 20px;
}

.footer-logo>img {
    height: 24px;
}

ul.footer-social {
    display: flex;
    width: 100%;
    list-style: none;
    margin: 0 0 20px;
    padding: 0px;
}

ul.footer-social>li {
    display: flex;
    margin-right: 5px;
}

ul.footer-social>li>a {
    display: flex;
    width: 40px;
    height: 40px;
    border: 1px solid #C6A47E;
    background-color: #333333;
    color: white;
    font-size: 16px;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: all .4s;
}

ul.footer-social>li>a:hover {
    background-color: #C6A47E;
    transition: all .4s;
}

.menu-title {
    display: flex;
    margin-bottom: 10px;
    width: 60%;
    margin-top: 5px;
    border-bottom: 1px solid #C6A47E;
    color: white;
    font-weight: 600;
    font-size: 14px;
}

.footer-menu>ul {
    display: flex;
    width: 100%;
    flex-direction: column;
    list-style: none;
    margin: 0px 0px 30px;
    padding: 0px;
}

.footer-menu>ul>li {
    margin-bottom: 5px;
    display: flex;
}

.footer-menu>ul>li>a {
    display: flex;
    text-decoration: none;
    color: white;
    font-size: 14px;
    font-weight: 400;
    padding: 5px 0px;
    align-items: center;
    transition: all .4s;
}

.footer-menu>ul>li>a>i {
    margin-right: 5px;
    color: #C6A47E;
    font-size: 8px;
}

.footer-menu>ul>li>a:hover,
.footer-menu>ul>li>a:focus {
    color: #C6A47E;
    transition: all .4s;
}

a.foot-contact {
    display: flex;
    width: 100%;
    margin-bottom: 10px;
    text-decoration: none;
    color: white;
    align-items: flex-start;
    font-size: 14px;
    transition: all .4s;
}

a.foot-contact>span.contact-icon {
    color: #C6A47E;
    font-size: 12px;
    display: flex;
    flex-shrink: 0;
    width: 30px;
    margin-top: 5px;
}

a.foot-contact:hover {
    color: #C6A47E;
    transition: all .4s;
}

.footer-bottom {
    background-color: #333333;
    border-top: 1px solid #C6A47E;
    padding-top: 8px;
    padding-bottom: 8px;
}

.copyright {
    color: white;
    font-size: 12px;
    font-weight: 400;
}

.desginby {
    display: flex;
    justify-content: flex-end;
    color: white;
    font-size: 12px;
    font-weight: 400;
}

.desginby>a {
    display: flex;
    margin-left: 5px;
}

.desginby>a>img {
    height: 14px;
}

/* About Us */

.pageHeader {
    position: relative;
    height: 200px;
    display: flex;
    align-items: center;
    text-transform: uppercase;
}

.pageHeader::before {
    content: '';
    background-color: #212529;
    background-image: url('../../images/hex-bg.svg');
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 40% auto;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: -2;
}

.pageHeader::after {
    content: '';
    position: absolute;
    background-image: url('../../images/page-header.jpg');
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 60% auto;
    position: absolute;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    opacity: .6;
    z-index: -1;
}

.header-bread {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.pageHeader .header-bread>h1 {
    font-size: 22px;
    font-weight: 700;
    color: white;
    width: 60%;
    padding-bottom: 3px;
    border-bottom: 2px solid #C6A47E;
    margin-bottom: 10px;
}

.header-bread>ul {
    display: flex;
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.header-bread>ul>li {
    display: flex;
    font-size: 14px;
    font-weight: 400;
    color: white;
    text-transform: uppercase;
}

.header-bread>ul>li>a {
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
    color: white;
    text-transform: capitalize;
}

.header-bread>ul>li>a::after {
    content: '/';
    font-size: 14px;
    font-weight: 400;
    color: white;
    margin-left: 7px;
    margin-right: 7px;
}

.aboutus-intro {
    padding-top: 50px;
    padding-bottom: 60px;
}

.img-box-3 {
    display: flex;
    position: relative;
    flex-direction: column;
    width: 50%;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, .16);
    z-index: 2;
    flex-shrink: 0;
    margin-top: 30px;
    height: fit-content;
    max-height: 100%;
}

.img-box-3>.img-box-text {
    background-color: #C6A47E;
    padding: 10px 40px;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
}

.img-box-3>.img-box-text>.left-text {
    color: white;
    font-size: 64px;
    font-weight: 700;
    margin-right: 5px;
}

.img-box-3>.img-box-text>div.right-text {
    display: flex;
    flex-direction: column;
}

.img-box-3>.img-box-text>div.right-text>.big {
    font-size: 36px;
    color: white;
    font-weight: 600;
    line-height: 36px;
}

.img-box-3>.img-box-text>div.right-text>.small {
    font-size: 24px;
    line-height: 24px;
    color: white;
    font-weight: 600;
}

.img-box-3>.img-box {
    position: relative;
    height: 218px;
    width: 100%;
}

.img-box-3>.img-box>img {
    position: absolute;
    height: 100%;
    width: 100%;
    inset: 0px;
    object-fit: cover;
    object-position: center center;
    color: transparent;
}

.img-box-4 {
    display: flex;
    width: 100%;
    position: relative;
    z-index: 1;
    height: 465px;
    flex-shrink: 0;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, .16);
}

.img-box-4>img {
    position: absolute;
    height: 100%;
    width: 100%;
    inset: 0px;
    object-fit: cover;
    object-position: center center;
    color: transparent;
}

.abouts-text {
    padding-left: 40px;
}

.abouts-text>p {
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    line-height: 24px;
}

.testimonial {
    padding: 0px;
    position: relative;
    min-height: 500px;
}

.testimonial>img {
    position: absolute;
    height: 100%;
    width: 100%;
    inset: 0px;
    object-fit: cover;
    object-position: center center;
    color: transparent;
}

.testimonial>.overlay {
    position: absolute;
    padding-top: 60px;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    background-color: rgba(0, 0, 0, .5);
}

.testimonial>.overlay .text-area>p {
    font-size: 16px;
    font-weight: 400;
    color: white;
    line-height: 24px;
    text-align: center;
}

.references-area {
    background-color: #333333;
    padding: 20px 45px;
    margin-top: -200px;
    position: relative;
    z-index: 4;
}

.ref-logo {
    aspect-ratio: 3/2;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 40px;
}

.ref-logo>img {
    max-height: 100%;
    max-width: 100%;
    width: auto;
    height: auto;
}

.about-end {
    padding-top: 60px;
    padding-bottom: 60px;
}

.about-end h2 {
    font-size: 40px;
    font-weight: 400;
    color: #333333;
    text-align: right;
    margin-bottom: 20px;
}

.about-end p {
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    line-height: 24px;
    margin-bottom: 10px;
    text-align: right;
}

a.catalog-btn {
    width: fit-content;
    max-width: 100%;
    ;
    text-decoration: none;
    display: flex;
    height: 48px;
    align-items: center;
    padding-left: 24px;
    color: white;
    font-size: 16px;
    font-weight: 400;
    background-color: #C6A47E;
    border-radius: 0px;
    float: right;
    margin-top: 20px;
}

a.catalog-btn>span {
    display: flex;
    width: 48px;
    height: 48px;
    border-left: 1px solid white;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    margin-left: 20px;
}

.about-end-img {
    background-image: url('../../images/img-bg.svg');
    background-repeat: no-repeat;
    background-position: right 20px;
    background-size: 55% auto;
}

.about-img-5 {
    display: flex;
    width: 90%;
    position: relative;
    height: 440px;
}

.about-img-5>img {
    position: absolute;
    height: 100%;
    width: 100%;
    inset: 0px;
    object-fit: cover;
    object-position: center center;
    color: transparent;
}

.about-img-6 {
    display: flex;
    width: 60%;
    position: relative;
    aspect-ratio: 1;
    margin-left: 38%;
    margin-top: -45%;
}

.about-img-6>img {
    position: absolute;
    height: 100%;
    width: 100%;
    inset: 0px;
    object-fit: cover;
    object-position: center center;
    color: transparent;
}


/* Services */

.service-text {
    padding-top: 60px;
    padding-bottom: 60px;
}

.service-text .texts {
    padding-left: 40px;
    ;
}

.service-text h1 {
    font-size: 40px;
    font-weight: 400;
    color: #333333;
    margin-bottom: 20px;
}

.service-text p {
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    line-height: 24px;
    margin-bottom: 10px;
}

.service-text a.catalog-btn {
    float: left;
}

.service-gallery {
    padding-top: 60px;
    padding-bottom: 60px;
}

.how-works {
    padding-top: 70px;
    padding-bottom: 90px;
    position: relative;
}

.how-works::before {
    content: '';
    background-color: #212529;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: -2;
}

.how-works::after {
    content: '';
    background-image: url('../../images/hex-bg.svg');
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 50% auto;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    opacity: .5;
    z-index: -1;
}

.how-title {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.how-title>span.suptitle {
    font-size: 14pd;
    font-weight: 400;
    color: #C6A47E;
    display: flex;
    justify-content: center;
    margin-bottom: px;
}

.how-title>h4 {
    color: white;
    text-align: center;
    font-size: 32px;
    font-weight: 400;
}

/* Zaman Çizelgesi Ana Kapsayıcısı */
.timeline-container {
    position: relative;
    margin-top: 30px;
}

/* Her bir zaman çizelgesi adımı */
.timeline-step {
    text-align: center;
    position: relative;
}

/* Adım Numarasını Tutan Daire */
.timeline-step .step-circle {
    width: 100px;
    height: 100px;
    border: 2px solid #c9a97e;
    /* Dairenin kenarlık rengi */
    border-radius: 50%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #212529;
    /* Dairenin içi arka planla aynı */
    position: relative;
    z-index: 2;
    /* Çizgilerin üzerinde kalması için */
    font-size: 2rem;
    font-weight: bold;
    color: white;
    /* Numara rengi */
    transition: all 0.3s ease;
}

.timeline-step:hover .step-circle {
    background-color: #c9a97e;
    color: #212529;
}

/* Adım Başlığı */
.timeline-step .step-title {
    margin-top: 1.5rem;
    font-weight: 700;
    font-size: 20px;
    color: #f8f9fa;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

/* Adım Açıklaması */
.timeline-step .step-description {
    margin-top: 0.5rem;
    color: #adb5bd;
    /* Daha soluk metin rengi */
}

/* Daireleri Birleştiren Çizgi */
.timeline-step::after {
    content: '';
    position: absolute;
    top: 50px;
    /* Dairenin dikey merkezinde */
    left: 50%;
    width: 100%;
    height: 2px;
    background-color: #c9a97e;
    /* Çizgi rengi */
    z-index: 1;
    /* Dairelerin arkasında */
}

/* Son adımın çizgisini kaldırmak için */
.timeline-step:last-child::after {
    display: none;
}

/* Mobil ve küçük ekranlar için düzenleme */
@media (max-width: 767.98px) {
    .timeline-step {
        margin-bottom: 3rem;
        /* Adımlar arasına boşluk ekle */
    }

    .timeline-step::after {
        display: none;
        /* Mobilde yatay çizgileri kaldır */
    }

    .timeline-step:not(:last-child)::before {
        content: '';
        position: absolute;
        left: 50%;
        top: 100px;
        /* Dairenin altından başlasın */
        width: 2px;
        height: 3rem;
        /* Boşluk kadar dikey çizgi */
        background-color: #c9a97e;
        transform: translateX(-50%);
    }
}


.services-area {
    margin-top: 60px;
    margin-bottom: 60px;
}

.service-box {
    padding: 10px;
}

.service-box>a {
    text-decoration: none;
    width: 100%;
    display: flex;
    background-color: #202528;
}

.service-box>a>.service-images-area {
    display: flex;
    flex-shrink: 0;
    width: 50%;
    position: relative;
    align-items: center;
    justify-content: center;
    height: 325px;
}

.service-box>a>.service-images-area>img {
    position: absolute;
    height: 100%;
    width: 100%;
    inset: 0px;
    object-fit: cover;
    object-position: center center;
    color: transparent;
}

.service-box>a>.service-images-area>span.serv-icon {
    display: flex;
    width: 80px;
    height: 80px;
    border-radius: 40px;
    flex-shrink: 0;
    position: absolute;
    left: 20px;
    top: 20px;
    background-color: #C5A47E;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, .16);
    color: white;
    font-size: 42px;
    align-items: center;
    justify-content: center;
}

.service-box>a>.service-info-area {
    display: flex;
    width: 50%;
    flex-direction: column;
    justify-content: center;
    padding-left: 20px;
    padding-right: 20px;
}

.service-box>a>.service-info-area>h4 {
    font-size: 24px;
    font-weight: 600;
    color: white;
}

.service-box>a>.service-info-area>p {
    font-size: 14px;
    font-weight: 400;
    color: white;
    line-height: 24px;
}

.projects-area {
    margin-top: 60px;
    margin-bottom: 60px
}

.project-box {
    padding: 10px;
}

.project-box>a {
    display: flex;
    width: 100%;
    text-decoration: none;
    flex-direction: column;
}

.project-box>a>.project-image-area {
    display: flex;
    width: 100%;
    aspect-ratio: 1;
    position: relative;
    margin-bottom: 5px;
}

.project-box>a>.project-image-area>img {
    position: absolute;
    height: 100%;
    width: 100%;
    inset: 0px;
    object-fit: cover;
    object-position: center center;
    color: transparent;
}

.project-box>a>.project-image-area>.overlay {
    position: absolute;
    width: 100%;
    height: 0px;
    bottom: 0px;
    left: 0px;
    display: flex;
    background-color: rgba(0, 0, 0, .6);
    padding: 0px 30px;
    align-items: center;
    justify-content: center;
    opacity: 0;
    overflow: hidden;
    transition: all .4s ease;
}

.project-box>a:hover>.project-image-area>.overlay {
    height: 100%;
    padding: 30px;
    opacity: 1;
    transition: all .4s ease;
}

.project-box>a>.project-image-area>.overlay>p {
    color: white;
    font-size: 14px;
    text-align: center;
    line-height: 24px;
}

.project-box>a>.project-info-str {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}

.project-box>a>.project-info-str>h5 {
    font-size: 18px;
    font-weight: 700;
    color: #333333;
    margin: 0px;
}

.project-box>a>.project-info-str>span.project-no {
    font-size: 18px;
    font-weight: 700;
    color: #C5A47E;
}

.proje-img>a {
    display: flex;
    width: 100%;
}

.proje-img>a>img {
    width: 100%;
}

.proje-info>p {
    font-size: 14px;
    line-height: 24px;
}

.contact-area {
    margin-top: 60px;
    margin-bottom: 60px;
}

.contact-form>form {
    display: block;
    width: 100%;
}

.contact-form>form h3 {
    font-size: 22px;
    font-weight: 700;
    color: #333333;
    border-bottom: 1px solid #C5A47E;
    padding-bottom: 3px;
    margin: 0px;
}

.form-str {
    padding: 3px 6px;
}

.form-str>label {
    font-size: 14px;
    color: #333333;
    margin-bottom: 3px;
}

.form-str>input.form-control {
    width: 100%;
    height: 46px;
    border: 1px solid #333333;
    border-radius: 0px;
    box-shadow: none;
    outline: none;
    transition: all .4s ease;
}

.form-str>input.form-control:hover,
.form-str>input.form-control:focus,
.form-str>textarea.form-control:hover,
.form-str>textarea.form-control:focus {
    border-color: #C5A47E;
    transition: all .4s ease;
}

.form-str>textarea.form-control {
    width: 100%;
    height: 120px;
    resize: none;
    border: 1px solid #333333;
    border-radius: 0px;
    box-shadow: none;
    outline: none;
    transition: all .4s ease;
}

.form-str>button.btn.btn-dark {
    background-color: #333333;
    display: flex;
    height: 46px;
    align-items: center;
    justify-content: center;
    padding: 0px 40px;
    font-size: 14px;
    font-weight: 700;
    color: white;
    border-radius: 0px;
}

.contact-info {
    display: flex;
    width: 100%;
    background-color: #333333;
    padding: 40px 30px;
    flex-direction: column;
}

.contact-info>h3 {
    font-size: 22px;
    color: white;
    font-weight: 700;
    border-bottom: 1px solid #C5A47E;
    padding-bottom: 3px;
    width: 100%;
    margin-bottom: 30px;
}

.contact-str {
    display: block;
    width: 100%;
    margin-bottom: 15px;
}

.contact-str>a {
    display: flex;
    text-decoration: none;
    color: white;
    font-size: 14px;
    align-items: flex-start;
}

.contact-str>a>i {
    color: #C5A47E;
    font-size: 16px;
    width: 20px;
    flex-shrink: 0;
    margin-top: 3px;
}

.google-maps {
    position: relative;
    padding-bottom: 30%; // This is the aspect ratio
    height: 0;
    overflow: hidden;
}

.google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}