:root {
    --primary-color: #0d6efd;
    --secondary-color: #ffc107;
}

body.bg-purple {
    background-color: rgb(37, 38, 41);
    display: flex;
    justify-content: center;
    align-items: start;
}

.cont {
    width: 100%;
    max-width: 860px;
}

.language {
    display: flex;
    margin-right: 4%;
    justify-content: flex-end;
}

.costom-bg {
    background-color: rgb(255, 255, 255);
}

.ilt {
    margin-left: 3%;
    text-align: justify;
}

.yazi {
    text-align: justify;
    margin-left: 5%;
}

@media (max-width: 768px) {
    .ilt {
    margin-left: 0;
    text-align: justify;
    }

    .img-profil {
    max-width: 30%;
    }
    .yazi, .projects, .contact {
    margin-left: 0;
    text-align: justify;
    }
}

.img-profil {
    width: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.img-profil:hover {
    transform: scale(1.05);
}

.projects {
    margin-left: 5%;
}

.contact {
    margin-left: 5%;
}

.contact a {
    color: var(--primary-color);
    transition: color 0.3s ease;
}

.contact a:hover {
    color: var(--secondary-color);
    text-decoration: none;
}

#videoPlayer {
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

/* Teknik Beceriler Styling */
.skill-item {
    margin-bottom: 1rem;
}

.skill-item .fw-bold {
    display: block;
    margin-bottom: 0.25rem;
    font-size: 0.9rem;
}

.progress {
    height: 8px;
    border-radius: 4px;
    background-color: #e9ecef;
}

.progress-bar {
    border-radius: 4px;
    transition: width 0.6s ease;
}

.abilty h5 {
    color: #495057;
    border-bottom: 2px solid #dee2e6;
    padding-bottom: 0.5rem;
    margin-bottom: 1rem;
}

.abilty .list-unstyled li {
    padding: 0.25rem 0;
    font-size: 0.95rem;
}

.abilty .bi-check-circle-fill {
    margin-right: 0.5rem;
}

.abilty .bi-dot {
    margin-right: 0.5rem;
    color: #6c757d;
}

.puzz {
  max-height: 300px;
  max-width: 100%;
  width: auto;
  object-fit: contain;
}

.carousel-control-prev-icon, .carousel-control-next-icon {
  background-color: rgba(0, 0, 0, 0.689); /* Yarı saydam siyah arka plan */
  border-radius: 50%;
  background-size: 100% 100%;
}