.single-proje #slider::before{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    content: " ";
    width: 100%;
    height: 190px;
    background: linear-gradient(0deg, rgba(217, 217, 217, 0.00) 9.83%, #000 110.53%, rgba(30, 30, 30, 0.86) 165.79%);
    z-index: 1;
}

.single-proje header.home{
    z-index: 2;
}

.single-proje.mobile-menu-open header.home{
	position: relative;
	z-index: 1001;
}

.single-proje #slider-buttons{
    left: 0;
    right: 0;
    bottom: 100px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

@media (max-width:650px) {
    .single-proje #slider-buttons{
        bottom: 20px;
        opacity: 1;
    }
}

.single-proje #slider-buttons .background{
    display: flex;
    justify-content: center;
    gap: 10px;
}

.single-proje #slider-buttons button{
    padding: 0;
    margin: 0;
    width: 32px;
}

.single-proje #slider-links{
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    bottom: -20px;
    text-align: center;
}

@media (max-width:650px) {
    .single-proje #slider-links{
        display: none;
    }
}

.single-proje #slider-links>div{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.single-proje #slider-links a{
    display: flex;
    width: 232px;
    align-items: center;
    justify-content: center;
    border-radius: 12px 12px 0px 0px;
    padding: 20px 30px 30px 30px;
    border: 0.5px solid rgba(255, 255, 255, 0.3);
    background: rgba(255, 255, 255, 0.10);
    backdrop-filter: blur(10px);
    color: #FFF;
    text-align: center;
    text-decoration: none;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 14px; /* 100% */
    letter-spacing: -0.14px;
    gap: 15px;
}

@media(max-width:650px){
    .single-proje #slider-links a{
        width: 130px;
        padding: 15px 15px 30px 15px;
    }

    .single-proje #slider-links a svg{
        display: none;
    }
}

#slider-logo{
    position: absolute;
    right: 70px;
    bottom: 65px;
}

#slider-logo img{
    max-width: 300px;
}

@media(max-width:1200px){
    #slider-logo{
        right: 30px;
    }

    #slider-logo img{
        max-width: 200px;
    }
}

@media(max-width:650px){
    #slider-logo{
        display: none;
    }
}

#slogan-section p{
    color: #000;
    text-align: center;
    font-family: Montserrat;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px; /* 125% */
    letter-spacing: -0.32px;
    max-width: 900px;
    margin: 0 auto;
    margin-bottom: 80px;
}

@media(max-width:650px){
    #slogan-section p{
        font-size: 18px;
        line-height: 24px; /* 125% */
        letter-spacing: -0.24px;
        margin-top: 40px;
    }
}

#details-section{
    margin-bottom: 100px;
}

#details-section .details-grid{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    align-items: flex-start;
}

#details-section .detail-item{
    display: flex;
    flex-direction: column;
}

#details-section .detail-item.design-top{
    flex-direction: column-reverse;
}

#details-section .visual{
    position: relative;
}

#details-section .visual img{
    width: 100%;
    height: auto;
}

#details-section .detail-item:nth-child(odd) img{
    border-top-left-radius: 24px;
    border-bottom-left-radius: 24px;
}

#details-section .detail-item:nth-child(even) img{
    border-top-right-radius: 24px;
    border-bottom-right-radius: 24px;
}

@media(max-width:1024px){
    #details-section .details-grid{
        grid-template-columns: 1fr;
    }

    #details-section .detail-item.design-top{
        flex-direction: column;
    }

    #details-section .detail-item img{
        border-radius: 24px;
    }
}

#details-section .caption{
    position: absolute;
    bottom: -24px;
    left: 25%;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    border: 0.5px solid rgba(255, 255, 255, 0.29);
    background: rgba(255, 255, 255, 0.10);
    backdrop-filter: blur(10px);
    padding: 20px 30px 30px 30px;
}

#details-section .caption p{
    display: inline-block;
    margin: 0;
    color: #FFF;
    font-family: Montserrat;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px; /* 100% */
    letter-spacing: -0.28px;
}

#details-section .detail-item.design-top .caption{
    bottom: auto;
    top: -24px;
    right: auto;
    left: 25%;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    padding: 30px 30px 20px 30px;
}

@media(max-width:650px){
    #details-section .caption{
        padding: 10px 20px 30px 20px;
    }

    #details-section .detail-item.design-top .caption{
        padding: 30px 20px 10px 20px;
    }

    #details-section .caption p{
        font-size: 16px;
        line-height: 20px; /* 125% */
        letter-spacing: -0.24px;
    }
}

#details-section .detail-item>p{
    max-width: 790px;
    margin: 50px 50px 50px 50px;
    color: #000;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; /* 133.333% */
    letter-spacing: -0.18px;
}

#project-tabs{
    border-radius: 24px;
    border: 1px solid #D7D7D7;
    background: #FFF;
    margin-bottom: 110px;
}

#project-tabs .head{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 60px 0;
    gap: 110px;
    border-bottom: 1px solid #D7D7D7;
}

#project-tabs .head button, #project-tabs .head a{
    color: #B2B2B2;
    text-align: center;
    font-family: Montserrat;
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 36px; /* 128.571% */
    letter-spacing: -0.28px;
    background: transparent;
    border: 0;
    text-decoration: none;
}

@media(max-width:1400px){
    #project-tabs .head{
        gap: 30px;
    }

    #project-tabs .head button, #project-tabs .head a{
        font-size: 24px;
    }
}

@media(max-width:1024px){
    #project-tabs .head{
        gap: 10px;
    }

    #project-tabs .head button, #project-tabs .head a{
        font-size: 18px;
    }
}

@media(max-width:650px){
    #project-tabs .head{
        flex-direction: column;
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

#project-tabs .head button.active{
    color: #000;
}

#project-tabs .head button:hover, #project-tabs .head a:hover{
    cursor: pointer;
}

#project-tabs .contents>div{
    display: none;
}

#project-tabs .contents>div.active{
    display: block;
}

#ozellikler{
    position: relative;
}

#ozellikler .image-buttons{
    position: absolute;
    bottom: 34px;
    display: flex;
    justify-content: center;
    width: 100%;
}

#ozellikler .image-buttons button{
    background: transparent;
    border: 0;
}

#ozellikler .image-buttons button:hover{
    cursor: pointer;
}

#ozellikler .images img, #ozellikler .images video{
    display: block;
    width: 100%;
    height: auto;
}

#ozellikler .visual.mobil{
    display: none;
}

@media(max-width:650px){
    #ozellikler .visual{
        display: none;
    }

    #ozellikler .visual.mobil{
        display: block;
    }

    #ozellikler .images img, #ozellikler .images video{
        min-height: 400px;
        object-fit: cover;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
}

#ozellikler .left-info{
    position: absolute;
    left: 90px;
    top: 300px;
}

#ozellikler .right-info{
    position: absolute;
    right: 90px;
    top: 300px;
}

@media(max-width:1400px){
    #ozellikler .left-info{
        top: 100px;
    }

    #ozellikler .right-info{
        top: 100px;
    }
}

@media(max-width:1200px){
    #ozellikler .left-info{
        top: 40px;
    }

    #ozellikler .right-info{
        top: 40px;
    }
}

#ozellikler .left-info .info-item, #ozellikler .right-info .info-item{
    border-bottom: 1px solid #686D7F;
    padding-bottom: 25px;
    margin-bottom: 25px;
}

#ozellikler .left-info h4, #ozellikler .right-info h4{
    color: #FFF;
    font-family: Montserrat;
    font-size: 46px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px; /* 86.957% */
    letter-spacing: -0.46px;
    margin: 0;
}

#ozellikler .left-info p, #ozellikler .right-info p{
    color: #FFF;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px; /* 250% */
    letter-spacing: -0.16px;
    margin: 0;
}

@media(max-width:1200px){
    #ozellikler .left-info{
        top: 40px;
    }

    #ozellikler .right-info{
        top: 40px;
    }

    #ozellikler .left-info h4, #ozellikler .right-info h4{
        font-size: 28px;
        line-height: 32px;
    }

    #ozellikler .left-info .info-item, #ozellikler .right-info .info-item{
        padding-bottom: 10px;
    }
}

#ozellikler .bottom-info{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    position: absolute;
    bottom: 154px;
    width: 100%;
    padding: 0 90px;
    gap: 30px;
}

#ozellikler .bottom-info .info-item{
    border-radius: 12px;
    border: 0.5px solid rgba(255, 255, 255, 0.29);
    background: rgba(255, 255, 255, 0.10);
    backdrop-filter: blur(10px);
    padding: 30px 30px 10px 30px;
}

#ozellikler .bottom-info h4{
    margin: 0;
    color: #FFF;
    font-family: Montserrat;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    letter-spacing: -0.24px;
}

#ozellikler .bottom-info p{
    margin: 0;
    color: #FFF;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px; /* 222.222% */
    letter-spacing: -0.18px;
    padding-bottom: 20px;
}

@media(max-width:1200px){
    #ozellikler .bottom-info{
        bottom: 100px;
    }

    #ozellikler .bottom-info .info-item{
        padding: 20px 20px 0px 20px;
    }

    #ozellikler .bottom-info h4{
        font-size: 18px;
        line-height: 22px;
    }

    #ozellikler .bottom-info p{
        font-size: 16px;
        line-height: 22px;
    }
}

@media(max-width:650px){
    #ozellikler{
        padding-top: 200px;
        padding-bottom: 50px;
    }

    #ozellikler .left-info{
        position: relative;
        top: auto;
        left: auto;
        padding: 0 20px;
    }

    #ozellikler .right-info{
        position: relative;
        top: auto;
        right: auto;
        padding: 0 20px;
    }

    #ozellikler .bottom-info{
        position: relative;
        bottom: auto;
        padding: 0 20px;
        grid-template-columns: 1fr;
    }

    #ozellikler .left-info .info-item, #ozellikler .right-info .info-item{
        border-radius: 12px;
        border: 0.5px solid rgba(255, 255, 255, 0.29);
        background: rgba(255, 255, 255, 0.10);
        backdrop-filter: blur(10px);
        padding: 20px 20px 10px 20px;
        margin-bottom: 20px;
    }

    #ozellikler .left-info h4, #ozellikler .right-info h4{
        text-align: center;
    }

    #ozellikler .left-info p, #ozellikler .right-info p{
        text-align: center;
    }
}

#lokasyon img{
    width: 100%;
    max-width: 100%;
    height: auto;
}

#surec{
    padding: 80px 200px 80px 200px;
}

@media(max-width:1200px){
    #surec{
        padding: 80px 50px 80px 50px;
    }
}

#surec>h4{
    color: #000;
    text-align: center;
    font-family: Montserrat;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px; /* 133.333% */
    letter-spacing: -0.24px;
    margin: 0;
}

#surec>p{
    color: #000;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 32px;
    letter-spacing: -0.18px;
    text-align: center;
    margin: 0;
}

#surec .progressbar-value{
    display: block;
    color: #000;
    text-align: right;
    font-family: Montserrat;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px; /* 133.333% */
    letter-spacing: -0.24px;
    margin: 6px 0;
}

@media(max-width:650px){
    #surec>h4{
        font-size: 20px;
    }

    #surec>p{
        font-size: 16px;
    }

    #surec .progressbar-value{
        font-size: 16px;
    }
}

#surec .progress-bar{
    display: block;
    height: 14px;
    border-radius: 24px;
    background: #D9D9D9;
    margin-bottom: 78px;
}

#surec .progress-bar .progress{
    display: block;
    height: 14px;
    border-radius: 24px;
    background: #3763AF;
}

#tanitim-video .visual{
    position: relative;
    padding-bottom: 56.25%;
}

#tanitim-video .visual iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.process-item{
    padding-left: 80px;
    padding-bottom: 140px;
    position: relative;
    border-left: 1px solid #D9D9D9;
}

.process-item .line{
    position: absolute;
    top: 0px;
    left: -4px;
    width: 26px;
    height: 6px;
    background: #000;
}

@media(max-width:650px){
    #surec{
        padding: 80px 20px 80px 20px;
    }

    .process-item .line{
        display: none;
    }

    .process-item{
        padding-left: 0;
        border-left: 0;
    }
}

.process-item .top{
    display: grid;
    grid-template-areas: "title detail"
                        "desc detail";
    column-gap: 80px;
    align-items: flex-start;
}

@media(max-width:1024px){
    .process-item .top{
        grid-template-areas: "title"
                            "desc"
                            "detail";
        row-gap: 20px;
    }
}

.process-item .top h5{
    margin: 0;
    color: #000;
    font-family: Montserrat;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 36px; /* 128.571% */
    letter-spacing: -0.28px;
}

.process-item .top p{
    margin: 0;
    color: #000;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
    letter-spacing: -0.16px;
}

.process-item .images{
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-top: 80px;
}

.process-item .images img, .process-item .images video{
    max-width: 100%;
    width: 100%;
    height: auto;
    border-radius: 12px;
}

.process-item .images .right{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
}

@media(max-width:650px){
    .process-item .images{
        flex-direction: column;
        gap: 10px;
    }

    .process-item .images .right{
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
}

#project-images{
    margin-bottom: 230px;
}

#project-images>h3{
    color: #000;
    text-align: center;
    font-family: Montserrat;
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 36px; /* 128.571% */
    letter-spacing: -0.28px;
}

#project-images .head{
    display: flex;
    justify-content: center;
    gap: 60px;
    margin-bottom: 50px;
}

@media(max-width:650px){
    #project-images .head{
        flex-direction: column;
        gap: 20px;
    }
}

#project-images .head button{
    background-color: transparent;
    border: 0;
    color: #B2B2B2;
    text-align: center;
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 36px; /* 180% */
    letter-spacing: -0.2px;
}

#project-images .head button.active{
    color: #000;
}

#project-images .head button:hover{
    cursor: pointer;
}

#project-images .contents>div{
    display: none;
    border-radius: 24px;
    overflow: hidden;
}

#project-images .contents>div.active{
    display: block;
}

#project-images .contents img{
    max-width: 100%;
    width: 100%;
    height: auto;
}

#project-contactform{
    width: 100%;
    max-width: 540px;
    margin: 0 auto;
    margin-bottom: 140px;
}

#project-contactform>h5{
    color: #000;
    text-align: center;
    font-family: Montserrat;
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 36px; /* 128.571% */
    letter-spacing: -0.28px;
    margin-bottom: 30px;
}

#project-contactform label{
    color: #000;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 36px; /* 200% */
    letter-spacing: -0.18px;
}

#project-contactform input[type=text], #project-contactform input[type=tel]{
    border-radius: 8px;
    border: 1px solid #D7D7D7;
    background: #FFF;
    color: #000;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 36px; /* 200% */
    letter-spacing: -0.18px;
    padding: 10px 20px;
    width: 100%;
}

#project-contactform .wpcf7-acceptance label{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 10px;
}

#project-contactform .wpcf7-acceptance input{
    width: 30px;
    height: 30px;
    margin-top: 10px;
}

#project-contactform .wpcf7-acceptance label span{
    flex:1;
    color: #000;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px; /* 128.571% */
    letter-spacing: -0.14px;
}

#project-contactform input[type=submit]{
    display: block;
    width: fit-content;
    border-radius: 6px;
    background: #000;
    padding: 0 55px;
    color: #FFF;
    text-align: center;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    letter-spacing: -0.18px;
    height: 72px;
    line-height: 72px;
    margin: 0 auto;
    margin-top: 50px;
}

#project-contactform input[type=submit]:hover{
    cursor: pointer;
}


/* ------------------------------------------------------ */
/* ⭐ Slider butonlarını tam ortalamak için override ⭐ */
/* ------------------------------------------------------ */
.single-proje #slider-buttons{
    left: 50% !important;
    right: auto !important;
    margin: 0;
    transform: translateX(-50%) !important;
}

@media (max-width:650px){
    .single-proje #slider-buttons{
        left: 50% !important;
        right: auto !important;
        transform: translateX(-50%) !important;
    }
}
