
.navbar .color23 a {
    color: white !important;
}


.project-page {
    margin: 10vh 0;
}

.project-page .project-page-title h2 {
    text-align: center;
    font-size: 48px;
    font-weight: bold;
    color: #1A2644;
}

.project-page .project-page-title p {
    text-align: center;
    font-size: 16px;
    color: #1A2644;
}

.project-page .project-tabs {
    justify-content: center;
    margin-top: 73px;
    gap: 15px;
}

.project-page .nav-pills .nav-link {
    background: none;
    border: 2px solid #DEDEDE !important;
    border-radius: 30px !important;
    font-size: 16px !important;
    width: max-content;
    height: 52px !important;
    padding: 0px 23px;
    color: #6f6e6e !important;
	    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
}

.project-page .nav-pills .nav-link:hover {
    background-color: #1A2644 !important;
    color: #fff !important;
    transition: all 0.3s;
}

.project-page .nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff !important;
    background-color: #1A2644 !important;
    transition: all 0.3s;
}

.project-page .project-page-col {
    margin: 45px 0;
}

.project-page .item {
    padding: 0;
}

.project-page .item .zoom-img {
    width: 100%;
    height: 350px;
    overflow: hidden;
    position: relative;
    border-radius: 30px;
    transition: transform 0.5s ease;
}


.project-page .item img {
    width: 100%;
    max-width: 450px;
    height: 350px;
    object-fit: cover;
    border-radius: 30px;
    transition: transform 0.5s ease;
}

.project-page .item img:hover {
    transition: transform 0.5s ease;
    transform: scale(1.08);
}


.project-page .item .project-item-btn {
    font-size: 12px;
    background: white;
    color: black;
    width: 70px;
    height: 70px;
    display: flex;
    position: absolute;
    bottom: 30px;
    right: 60px;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    opacity: 0;
    transition: transform 0.5s ease, right 0.5s ease, opacity 0.5s ease;

}

.project-page .item .zoom-img:hover .project-item-btn {
    opacity: 1;
    right: 30px;
    transition: transform 0.5s ease, right 0.5s ease, opacity 0.5s ease;

}


.project-page .item h3 {
    color: #1A2644;
    font-size: 20px;
    margin-top: 25px;
}

.project-page .item p {
    font-size: 13px;
    color: #8E8E8E;
    margin-top: 15px;
    margin-bottom: 0;
}


.project-page .tab-pane {
    display: none;
    animation: slideIn 0.8s ease;
}

.project-page .tab-pane.active {
    display: block;
}

@keyframes slideIn {
    from {
        transform: translateX(50px);
        opacity: 0;
    }

    to {
        transform: translateX(0);
        opacity: 1;
    }
}



@media (max-width: 1000px) {
.project-page .project-page-title h2 {
	font-size:37px;
}

}


/*Referans Detay*/


.bread-crumb-references {
    background-size: cover;
    background-repeat: no-repeat;
    margin: 35px;
    border-radius: 30px;
    position: relative;
    z-index: 10;
}

.bread-crumb-references .container-pad {
    padding: 0;
}

.bread-crumb-references .bread-col {
    height: 644px;
    padding-top: 10vh;
    object-fit: cover;
}


.bread-crumb-references .bread-col h1 {
    font-size: 48px;
    font-weight: bold;
    color: #ffffff;
    margin-top: 188px;
    width: 27%;
}

.bread-crumb-references .bread-col .bread-crumb-page {
    margin-top: 6vh;
    font-size: 12px;
    display: flex;
    gap: 10px;
}

.bread-crumb-references .bread-col .bread-crumb-page p {
    text-decoration: none;
    font-size: 16px;
    color: #ffffff;
}

.bread-crumb-references .bread-col .website-incele {
    display: flex;
    justify-content: end;
    margin-top: 30px;
}

.bread-crumb-references .bread-col .website-incele a {
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    color: #191B1D;
    background-color: #fefefe;
    display: flex;
    align-items: center;
    gap: 20px;
    border-radius: 30px;
    width: 234px;
    height: 49px;
    padding: 0px 20px;
    padding-top: 2px;
    justify-content: space-between;
    transition: all 0.5s;
}

.bread-crumb-references .bread-col .website-incele a:hover {
    width: 244px;
    margin-left: 20px;
    background-color: #1A2644;
    transition: all 0.5s;
    color: #ffffff;
}

.bread-crumb-references .bread-col .website-incele a i {
    font-size: 8px;
}

@media (max-width: 1000px) {
    .bread-crumb-references .bread-col {
        padding-left: 55px;
    }

    .bread-crumb-references .bread-col .website-incele {
        justify-content: center;
    }
}




.projects-detay-page {
    margin-top: 7vh;
    margin-bottom: 10vh;
}

.projects-detay-page .website {
    text-decoration: none;
    color: #1A2644;
    font-size: 20px;
    font-weight: bold;
    position: relative;
    display: inline-block;
}

.projects-detay-page .website::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -4px;
    width: 100%;
    height: 1px;
    transform-origin: left;
    background-color: #1A2644;
    transition: all 0.5s;
}

.projects-detay-page .website:hover::after {
    width: 0%;
    transition: all 0.5s;
}

.projects-detay-page p {
    font-size: 32px;
    line-height: 43px;
}

.projects-detay-page .kaydir-btn {
    display: flex;
    width: 115px;
    height: 115px;
    justify-content: center;
    align-items: center;
    border: 1px solid #8E8E8E;
    border-radius: 50%;
    margin-top: 170px;
    color: #8E8E8E;
    transition: all 0.5s;
}

.projects-detay-page .kaydir-btn:hover {
    background-color: #1A2644;
    transition: all 0.5s;
}

.projects-detay-page .kaydir-btn i {
    margin-top: 5px;
    font-size: 20px;
    transition: all 0.5s;
}

.projects-detay-page .kaydir-btn:hover i {
    margin-top: 25px;
    transition: all 0.5s;
}


.projects-detay-page .site-gorseli-col {
    margin-top: 10vh;
}

.projects-detay-page .site-gorseli-col .projects-detay-img {

    display: flex;
    justify-content: center;
    background: #E6E6E6;
    padding: 220px;
}

.projects-detay-page .site-gorseli-col .projects-detay-img img {
    max-width: 1000px;
    width: 100%;
}


@media (max-width: 1000px) {
    .projects-detay-page .project-detay-first-col {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .projects-detay-page .kaydir-btn {
        margin-top: 60px;
    }

    .projects-detay-page p {
        margin-top: 45px;
    }

    .projects-detay-page .site-gorseli-col .projects-detay-img {
        padding: 0;
    }

}







.projects-page-slider {
    margin: 20vh 0;
}


.projects-page-slider .slider-container {
    max-width: 100%;
    padding-right: 0;
    margin-top: 50px;
}



.projects-page-slider .proje-carousel .item {
    padding: 0;
}

.projects-page-slider .anasayfa-projects-title h2 {
    font-size: 64px;
    font-weight: bold;
    margin-bottom: 25px;
    color: #1A2644;
}

.projects-page-slider .proje-carousel .item .zoom-img {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
    border-radius: 30px;
    transition: transform 0.5s ease;
}


.projects-page-slider .proje-carousel .item img {
    width: 100%;
    max-width: 690px;
    height: auto;
    border-radius: 30px;
    transition: transform 0.5s ease;
}

.projects-page-slider .proje-carousel .item img:hover {
    transition: transform 0.5s ease;
    transform: scale(1.08);
}


.projects-page-slider .proje-carousel .item .project-item-btn {
    font-size: 12px;
    background: white;
    color: black;
    width: 70px;
    height: 70px;
    display: flex;
    position: absolute;
    bottom: 30px;
    right: 60px;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    opacity: 0;
    transition: transform 0.5s ease, right 0.5s ease, opacity 0.5s ease;

}

.projects-page-slider .proje-carousel .item .zoom-img:hover .project-item-btn {
    opacity: 1;
    right: 30px;
    transition: transform 0.5s ease, right 0.5s ease, opacity 0.5s ease;

}


.projects-page-slider .proje-carousel .item h3 {
    color: #1A2644;
    font-size: 20px;
    margin-top: 25px;
}

.projects-page-slider .proje-carousel .item p {
    font-size: 13px;
    color: #8E8E8E;
    margin-top: 15px;
    margin-bottom: 0;
}


.projects-page-slider .proje-carousel .item .project-item-btn {
    font-size: 12px;
    background: white;
    color: black;
    width: 70px;
    height: 70px;
    display: flex;
    position: absolute;
    bottom: 30px;
    right: 60px;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    opacity: 0;
    transition: transform 0.5s ease, right 0.5s ease, opacity 0.5s ease;

}

.projects-page-slider .proje-carousel .item .zoom-img:hover .project-item-btn {
    opacity: 1;
    right: 30px;
    transition: transform 0.5s ease, right 0.5s ease, opacity 0.5s ease;

}


.projects-page-slider .projectslider-btn {
    display: flex;
    justify-content: end;
    gap: 20px;

}

.projects-page-slider .projectslider-btn button {
    width: 90px;
    height: 90px;
    border-radius: 50px;
    background: none;
    border: 1px solid #8E8E8E;
    transition: all 0.3s;
}

.projects-page-slider .projectslider-btn button:hover {
    background-color: #8E8E8E;
    color: white;
    transition: all 0.3s;
}

.projects-page-slider .projectslider-btn button:focus {
    outline: none;
}



@media (min-width: 1000px) {
    .projects-page-slider .proje-carousel .owl-stage-outer {
        transition: margin-left 0.5s ease;
    }

    .projects-page-slider .proje-carousel.offset-initial .owl-stage-outer {
        margin-left: 250px;

    }

    .projects-page-slider .proje-carousel.offset-shifted .owl-stage-outer {
        margin-left: -57vh;
    }



}


@media (max-width: 1000px) {

    .projects-page-slider .anasayfa-projects-title h2 {
        text-align: center;
        font-size: 32px;
    }

    .projects-page-slider .anasayfa-projects-title p {
        font-size: 14px;
        text-align: center;
    }

    .projects-page-slider .projectslider-btn {
        justify-content: center;
        margin-bottom: 40px;
    }

   .projects-page-slider  .proje-carousel .item h3 {
        text-align: center;
    }

    .projects-page-slider .proje-carousel .item p {
        text-align: center;
    }




   .projects-page-slider  .proje-carousel .item img {
        width: 272px;
        height: 272px;
        object-fit: cover;
    }

    .projects-page-slider .proje-carousel .item-group {
        margin-bottom: 0 !important;
    }


    .projects-page-slider .proje-carousel .item {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-bottom: 35px;
    }

    .projects-page-slider .project-tumunugor {
        margin-top: 0;
    }

    .projects-page-slider .projectslider-btn {
        margin-top: 0;
    }


}