.left-menu .nav-link {
    cursor: pointer;
    padding: 20px 8px;
    color: #333;
    border-radius: 0;
    position: relative;
    font-family: Mulish;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    color: rgba(105, 105, 105, 1);
    align-items: center;
    display: flex;
    justify-content: space-between;
    position: relative;
}

    .left-menu .nav-link a {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
    }

.sidebar-bg {
    background: #f6f6f6;
    min-height: 100%
}

.left-menu .nav-link.active {
    color: rgba(31, 31, 31, 1);
    font-weight: 500;
    background-color: unset;
}

.left-menu .nav-link.active i {
    color: rgba(255, 0, 0, 1);
}

.left-menu .nav-link::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: rgba(233, 233, 233, 1);
    transition: background 0.3s ease;
}

.left-menu .nav-link.active::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #FF0000 !important ;
    transition: background 0.3s ease;
}

.doc-item {
    border: 1px solid #eee;
    padding: 14px 16px;
    margin-bottom: 8px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: Mulish;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 23.33px;
    letter-spacing: 0%;
    vertical-align: middle;
    color: rgba(0, 0, 0, 1);
}

.doc-item:hover {
    color: rgba(255, 0, 0, 1);
}

.doc-subtitle {
    font-family: Mulish;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 20px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0.5px;
    vertical-align: middle;
    color: rgba(31, 31, 31, 1);
    margin-bottom: 16px;
}

.doc-icons {
    display: flex;
    gap: 8px;
}

.doc-icon {
    padding: 4px;
    border: 1px solid rgba(233, 233, 233, 1);
    width: 26px;
    height: 26px;
    align-items: center;
    justify-content: center;
    display: flex;
}


/* projelerimiz*/

.project-item {
    margin-bottom: 60px;
}

.project-slider img {
    height: 340px;
    object-fit: cover;
    width: 100%;
}

.project-info-title {
    font-family: Mulish;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 24px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 1%;
}

.project-carousel .carousel-control-prev,
.project-carousel .carousel-control-next {
    position: absolute;
    width: 44px;
    height: 44px;
    background: #fff;
    border-radius: 50px;
    opacity: 1;
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
}

.project-carousel .carousel-control-prev {
    top: 50%;
    left: 12px;
    transform: translate(0px, -50%);
}

.project-carousel .carousel-control-prev::after {
    content: "\f053";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #1F1F1F;
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
}

.project-carousel .carousel-control-next {
    top: 50%;
    right: 12px;
    transform: translate(0px, -50%);
}

.project-carousel .carousel-control-next::after {
    content: "\f054";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #1F1F1F;
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
}

.project-carousel .carousel-control-prev:hover,
.project-carousel .carousel-control-next:hover {
    background: #FF0000;
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
}

.project-carousel .carousel-control-prev:hover::after,
.project-carousel .carousel-control-next:hover::after {
    color: #fff;
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
}


/* .carousel-control-prev,
.carousel-control-next {
    width: 40px;
    height: 40px;
    top: 50%;
    transform: translateY(-50%);
    background: #fff;
    border-radius: 50%;
    opacity: 1;
    margin-left: 20px;
    color: #333;
    margin-right: 20px;
} */

.project-carousel .carousel-control-prev span,
.project-carousel .carousel-control-next span {
    display: none;
}

.carousel-indicators {
    bottom: -60px !important;
}

.carousel-indicators button {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #ccc;
}

.carousel-indicators .active {
    background: red;
}

.project-info-title {
    font-family: Mulish;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 24px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 1%;
    color: rgba(31, 31, 31, 1);
    margin-bottom: 28px;
}

.project-info-desc span {
    font-family: Mulish;
    font-weight: 600;
    font-style: Bold;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 23px;
    letter-spacing: 1%;
    color: rgba(255, 0, 0, 1);
}

.project-info-desc {
    font-family: Mulish;
    font-weight: 500;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 23px;
    letter-spacing: 1%;
    color: rgba(31, 31, 31, 0.6);
    margin-bottom: 20px;
}

    .project-info-desc * {
        margin: 0;
    }

.project-image-carousel .owl-nav {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translate(0, -50%);
    z-index: 1;
    display: flex;
    justify-content: space-between;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    transition: 0.3s ease;
    color: #1F1F1F;
    font-family: 'Font Awesome 6 Free';
    color: #1F1F1F;
    font-family: 'Font Awesome 6 Free';
    font-weight: 700;
    background: #FFFFFF;
    color: #333;
}



    .owl-carousel .owl-nav button.owl-prev:hover {
        background: #ff0000;
        color: #fff;
    }



    .owl-carousel .owl-nav button.owl-next:hover {
        background: #ff0000;
        color: #fff;
    }


.owl-carousel .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
}

    



.owl-carousel .owl-dots {
    text-align: center;
    margin-top: 20px;
}

    .owl-carousel .owl-dots .owl-dot span {
        width: 10px;
        height: 10px;
        background: #ddd;
        border-radius: 50%;
        display: inline-block;
        margin: 5px;
        transition: 0.3s;
    }

    
    .owl-carousel .owl-dots .owl-dot.active span {
        background: #ff0000;
    }