#header{
    background: none;
}
#header.header-scrolled{
    background-color: #fff;
}
#header ul li a{
    color: rgba(255, 255, 255, 0.9);
}
#header.header-scrolled ul li a{
    color: #111111;
}

#header .logo a{
    color: rgba(255, 255, 255, 0.9);
}
#header.header-scrolled .logo a{
    color: #111111;
}
.h-color-white{
    background-color: #fff !important;
}
.h-color-white ul li a{
    color: #111111 !important;
}
.h-color-white .logo a{
    color: #111111 !important;
}
#header .logo a{
    text-transform: capitalize;
}
.header-scrolled .mobile-nav-toggle,.h-color-white .mobile-nav-toggle {
    color: #111111;
}


@media (max-width: 991px) {
    #header ul li a{
        color: #556270;
    }
}

/* Product List */
.member {
    border: 1px solid #e6e6e6;
    position: relative;
    /* transition: box-shadow 0.3s ease; */
}

.member .member-img {
    z-index: 2;
}
.new-product-label {
    position: absolute;
    top: 10px;
    left: 10px;
    background-color: #d9232d;
    color: white;
    padding: 4px 8px;
    font-size: 10px;
    font-weight: bold;
    border-radius: 3px;
    z-index: 5;
}
.member:before {
    content: '';
    position: absolute;
    clip-path: circle(30% at 90% 5%);
    background-color: #e03a3c;
    height: 100%;
    width: 100%;
    transition: all 0.8s;
    z-index: 1;
}


.member:hover::before {
    content: '';
    position: absolute;
    clip-path: circle(75% at 90% 10%);
    background-color: #e03a3c;
    height: 100%;
    width: 100%;
}
.sidebar{
    border: 1px solid #f3f3f3;
    box-shadow: 0px 0 30px rgba(17, 17, 17, 0.08);
    padding: 20px;
    background-color: #fdfdfd;
}
.sidebar-menu {
    list-style: none;
    padding-left: 0;
}

.sidebar-menu li {
    cursor: pointer;
    background:none;
}
.sidebar-menu a {
    color: #3a3a3a;
    font-weight: 400;
    font-family: "Raleway", sans-serif;
}
.sidebar-menu li ul {
    list-style: none;
    display: none; /* Başlangıçta gizli */
}
.sidebar-menu li ul li {
   padding-right: 0;
   padding-left: 0.7rem;
   border: none;
}

.sidebar-menu li a.open + ul,
.sidebar-menu li ul.open {
    display: block; /* Açık olduğunda görünür */
}



/* Product Detail */
.product-detail .pd-box-2 {
    height: 40rem;
    padding: 30px;
    background-color: #2b2b2b;
    border-radius: 8px;
    color: #fafafa;
    /* overflow:scroll; */
}

.product-detail .pd-box-1 {
    height: 40rem;
    padding: 30px;
    background-color: #f3f3f3;
    border-radius: 8px;
    /* overflow:scroll; */
}

.product-detail .pd-box-1 .box-1-header {

    background-color: #eeeeee;
    position: relative;
    padding: 10px;
    border-radius: 8px;
    text-align: center;
    top: -3.2rem;

    color: #333;
}

.product-detail .pd-box-1 .box-1-header h3 {

    font-family: "Poppins", sans-serif;
    font-weight: 600;
    margin-bottom: 0;
}

.product-detail .pd-box-2 .box-2-header {

    background-color: #272727;
    position: relative;
    padding: 10px;
    border-radius: 8px;
    text-align: center;
    top: -3.2rem;

    color: #fafafa;
}

.product-detail .pd-box-2 .box-2-header h3 {

    font-family: "Poppins", sans-serif;
    font-weight: 600;
    margin-bottom: 0;
}
.order-btn{
    font-family: "Raleway", sans-serif;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 10px 30px;
    border-radius: 4px;
    transition: 0.4s;
    color: #fff;
    background-color: #e03a3c;
    border:2px solid #e03a3c;
}
.order-btn:hover{
    font-family: "Raleway", sans-serif;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 10px 30px;
    border-radius: 4px;
    transition: 0.4s;
    color: #313131;
    background-color: #fff;
    border:2px solid #313131;
}

/*Project*/
#project .card {
    border-radius: 20px;
    background: #f5f5f5;
    position: relative;
    /* padding: 1.8rem; */
    border: 2px solid #c3c6ce;
    transition: 0.5s ease-out;
    overflow: visible;
}
#project .card img{
    border-radius: 20px;
}


#project .card-details p{
    color: #353535;
    width: 100%;
    position: absolute;
    text-align: center;
    bottom: 0;
}

#project .card-button {
    transform: translate(-50%, 125%);
    width: 60%;
    border-radius: 1rem;
    border: none;
    background-color: #e03a3c;
    color: #fff;
    font-size: 1rem;
    padding: .5rem 1rem;
    position: absolute;
    left: 50%;
    bottom: 0;
    opacity: 0;
    transition: 0.3s ease-out;
}

#project .text-body {
    color: rgb(134, 134, 134);
}

/*Text*/
#project .text-title {
    font-size: 1.5em;
    font-weight: bold;
}

/*Hover*/
#project .card:hover {
    border-color: #e03a3c;
    box-shadow: 0 4px 18px 0 rgba(0, 0, 0, 0.25);
}

#project .card:hover .card-button {
    transform: translate(-50%, 50%);
    opacity: 1;
}


#project-detail .project-info{
    padding: 30px;
    box-shadow: 0px 0 30px rgba(17, 17, 17, 0.08);
}
#project-detail .project-info h3{
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
}


/*HAKKIMIZDA*/
.about .image{
    padding: 20px;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}


/*İLETİŞİM*/

#contact .info-box{
    min-height: 210px;
}
#contact .map-box{
    padding: 30px;
}


/*ANASAYFA*/
.category {
    margin-bottom: 20px;
}

#category .category-title {
    position: absolute;
    font-weight: 700;
    top: 6%;
    right: 10%;
    z-index: 2;
}

#category .category-title h5 {
   position: relative;
   color: #272727d0;
}

#category .category-title h5::after {
    content: '';
    position: absolute;
    bottom: -2px;
    right: 0;
    /* transform: translateX(50%); */
    width: 50%;
    height: 2px;
    background-color: #e03a3c;
    transition: width 0.3s ease;
    /* Geçiş efekti için */
}

#category .category img {
    width: 100%;
    height: auto;
    z-index: 1;
}

#category .category-box {
    border: 1px solid #e5e5e5;
    margin: 0 -1px -1px 0;
    transition: .3s ease;
    position: relative;
    overflow: hidden;
}
#category .category-box:hover .category-title h5::after {
   width: 100%;
}

#category .category-box:hover {
    box-shadow: 0px 0 30px rgba(17, 17, 17, 0.08);
}

#category .category-box .category-box-img {
    transition: transform 0.3s ease;
}

#category .category-box:hover .category-box-img {
    transform: scale(1.1);
}
#category .cb-bg-img{
    background-size: cover;
    background-position: center bottom;
    min-height: 238px;
}
#category .section-title{
    text-align: start;

}
#category .section-title h2{
    font-size: 14px;
    font-weight: 500;
    padding: 0;
    line-height: 1px;
    margin: 0 0 5px 0;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #8a8a8a;

}
#category a {
    color: #111111 !important;
}
#category .section-title h2::after{
    content: "";
    position:static;
    width: 120px;
    height: 1px;
    display: inline-block;
    background-color: #e03a3c;
    margin: 4px 10px;

}
#category .section-title p{
    margin: 0;
    font-size: 36px;
    font-weight: 700;
    text-transform: uppercase;
    color: #313131;

}



/* GLOBAL */
 .section-title1{
    text-align: start;

}
.section-title1 h2{
    font-size: 14px;
    font-weight: 500;
    padding: 0;
    line-height: 1px;
    margin: 0 0 5px 0;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #8a8a8a;

}
.section-title1 h2::after{
    content: "";
    position:static;
    width: 120px;
    height: 1px;
    display: inline-block;
    background-color: #e03a3c;
    margin: 4px 10px;

}
.section-title1 p{
    margin: 0;
    font-size: 36px;
    font-weight: 700;
    text-transform: uppercase;
    color: #313131;

}
.footer-btn{
    font-family: "Raleway", sans-serif;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 10px 30px;
    border-radius: 4px;
    transition: 0.5s;
    color: #fff;
    background: #e03a3c;
    border: 2px solid #e03a3c;
}
.footer-btn:hover{
    background: transparent;
    border-color: #fff;
    color: #fff;
}
.k-wp-btn{
    padding: 35px;
    position: fixed;
    left: 25px;
    bottom: 25px;
    background-color: #25D366;
    border-radius: 50%;
    z-index: 100;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .3s;
}

.k-wp-btn i{
    font-size: 2.4rem;
    color: #ffffffda;
}


/*SWIPER*/
.swiper-button-next,.swiper-button-prev{
    color: #e03a3c;
}
