* {
    font-family: 'Ubuntu', sans-serif;
}

.cursor {
    display: inline-block;
    width: 10px;
    background-color: white;
    animation: blink 0.7s infinite;
    border-radius: 5px;
}

@keyframes blink {

    0%,
    50% {
        opacity: 1;
    }

    50.01%,
    100% {
        opacity: 0;
    }
}

::-webkit-scrollbar {
    width: 20px;
    background-color: #464446;
}

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
}

::-webkit-scrollbar-thumb {
    background: #b0b0b0;
    border-radius: 10px;
    border: #181414 3px solid;
}

::-webkit-scrollbar-thumb:hover {
    background: #dcdcdc;
}

/* ------------Navbar------------ */

.name-part1 {
    color: rgb(0, 0, 0);
    font-size: 2em;
    font-weight: bold;
}

.name-part2 {
    color: rgba(0, 0, 0, 0.650);
    font-size: 1.5em;
    font-weight: bold;
}

.name-part3 {
    color: rgba(0, 0, 0, 0.350);
    font-size: 2em;
    font-weight: bold;
}

.nav-link {
    font-size: 1.5em !important;
    font-weight: bold !important;
}

.nav-link:hover {
    color: rgb(0, 0, 0) !important;
    border-bottom: 4px solid rgb(0, 0, 0) !important;
}

.navbar-transparent {
    background-color: transparent;
}

@media (max-width: 991.98px) {
    .navbar-collapse {
        background-color: rgb(41, 36, 36);
        padding: 10px;
        border-radius: 5px;
        z-index: 1000;
    }

    .nav-item {
        margin-bottom: 10px;
    }

    .nav-item .nav-link {
        background-color: rgba(255, 255, 255, 0.56);
        padding: 10px 15px;
        border-radius: 5px;
    }
}

.background-container {
    position: relative;
    width: 100%;
    height: 100vh;
    background: url('../img/background.png') no-repeat center center/cover;
}

.photo-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    text-align: center;
}

.photo-overlay h1 {
    font-size: 3em;
    font-weight: bold;
}

.photo-overlay h2 {
    font-size: 2.5em;
    font-weight: bold;
}

.gradient {
    height: 8em;
    background: linear-gradient(#181414, #b0b0b0);
}


/* ------------Over mij------------ */

.about-section {
    padding: 60px 0;
    background: linear-gradient(#b0b0b0, #f1f1f1);
}

.hexagon {
    width: 100%;
    clip-path: polygon(25% 6.7%, 75% 6.7%, 100% 50%, 75% 93.3%, 25% 93.3%, 0% 50%);
    border: 20px solid #343a40;
}

.about-section h2 {
    font-weight: bold;
    font-size: 2.5em;
    color: #343a40;
    margin-bottom: 30px;
}

.about-section img {
    max-width: 300px;
    height: auto;
    border-radius: 50%;
    margin-bottom: 20px;
}

.about-section p,
.about-section ul li {
    font-size: 1.1em;
    line-height: 1.6;
    color: #6c757d;
}

.about-section ul {
    padding-left: 0;
}

.about-section ul li {
    margin-bottom: 10px;
}

.about-section ul ul {
    padding-left: 20px;
}

.about-section ul ul li {
    margin-bottom: 5px;
    font-size: 1em;
}

img.rounded-circle {
    border: #343a40 5px solid;
}


/* ------------Projecten------------ */

@media (max-width: 768px) {
    .slider-item {
        height: 150px;
    }
}

#projects-section {
    padding: 60px 0;
    background: linear-gradient(#f1f1f1, #b0b0b0);
}

.Carousel-slider {
    height: 560px;
    position: relative;
    width: 100%;
}

#Projects h2 {
    text-align: center;
    font-weight: bold;
    font-size: 2.5em;
    color: #343a40;
    margin-top: 100px;
    margin-bottom: -80px !important;
}

.Carousel-slider.fullwidth {
    height: 500px;
}

.Carousel-slider.fullwidth .slider-item {
    height: 480px;
    line-height: 480px;
    width: 100%
}

.slider-wrapper {
    overflow: hidden;
    position: relative;
    transform-style: preserve-3d;
    transform-origin: 0 50%;
    perspective: 800px !important;
}

.slider-item {
    color: white;
    font-weight: bold;
    font-size: 1.5em;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .06), 0 1px 2px rgba(0, 0, 0, .12);
    display: none;
    height: 370px;
    left: 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 370px;
    cursor: pointer;
    border: 5px solid rgba(0, 0, 0, 0.650);
    border-radius: 50px !important;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden !important;
}

.project1 {
    background-image: url(../img/projects/wtoSloopwerken.png);
}

.project2 {
    background-image: url(../img/projects/mocZaterdag9.png);
}

.project3 {
    background-image: url(../img/projects/mServiceRelocation.png);
}

.project4 {
    background-image: url(../img/projects/portfolioBp.png);
}

.project5 {
    background-image: url(../img/projects/nieuwePortfolio.png);
}

.project6 {
    background-image: url(../img/projects/euroParket.png);
}

.project7 {
    background-image: url(../img/projects/politieMeldingen.png);
}

.project8 {
    background-image: url(../img/projects/silenceApp.png);
}

/* ------------Skills------------ */

@media (max-width: 768px) {
    .card {
        padding: 10px;
        margin-bottom: 15px;
    }

    .card-title {
        font-size: 1.2rem; 
    }

    .card-body {
        padding: 10px; 
    }

    .card p {
        font-size: 0.9rem;
    }
}


.skills-section {
    background: linear-gradient(#b0b0b0, #212529);
    padding: 60px 0;
}

.skills-section h2 {
    font-size: 2.5em;
    color: #343a40;
    text-align: center;
    font-weight: bold;
}

.skill {
    background-color: #ffffff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.skill:hover {
    transform: translateY(-10px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.skill-icon {
    font-size: 3em;
    color: #343a40;
    margin-bottom: 20px;
}

.skill h3 {
    font-size: 1.5em;
    margin-bottom: 15px;
    color: #343a40;
}

.skill p {
    font-size: 1.1em;
    color: #6c757d;
}


/* ------------Detail------------ */

.project-images {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    position: relative;
    z-index: 10;
}

.project-image {
    width: 48%;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 1;
    transition: transform 0.3s ease, z-index 0.3s ease;
}

.project-image:hover {
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.9);
    z-index: 10;
    position: relative;
}

.project-detail {
    padding: 20px;
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 1;
}

.project-detail h1 {
    font-size: 2.5em;
    color: #343a40;
    font-weight: bold;
    margin-bottom: 15px;
}

.project-detail .lead {
    font-size: 1.2em;
    color: #6c757d;
    line-height: 1.6;
    margin-bottom: 15px;
}

.project-detail h2 {
    font-size: 2em;
    color: #343a40;
    font-weight: bold;
    margin-bottom: 20px;
}

.project-detail .list-unstyled li {
    font-size: 1.1em;
    color: #343a40;
    margin-bottom: 10px;
}

.project-detail .list-unstyled li i {
    color: #28a745;
    margin-right: 10px;
}

.project-details-card {
    border: none;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}

.project-details-card .card-body {
    padding: 20px;
    color: #343a40;
}

.project-details-card .card-title {
    font-size: 1.5em;
    color: #343a40;
    font-weight: bold;
    margin-bottom: 20px;
}

.project-details-card .card-text {
    font-size: 1.1em;
    margin-bottom: 10px;
}

.project-details-card .card-text a {
    color: #007bff;
    text-decoration: none;
}

.project-details-card .card-text a:hover {
    text-decoration: underline;
}

.btn-primary {
    background-color: #b0b0b0 !important;
    border-color: #b0b0b0 !important;
    color: #343a40 !important;
    padding: 10px 20px !important;
    font-size: 1em !important;
    font-weight: bold !important;
}

.btn-primary:hover {
    color: rgb(0, 0, 0) !important;
    border-bottom: 3px solid rgb(0, 0, 0) !important;
}





