@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');

* {
    /*scroll-behavior: smooth;*/
}

body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    overflow: hidden;
    cursor: none;
    /*scroll-behavior: revert;*/

}

body {
    cursor: none;
    margin: 0;
    height: 100vh;
    background-color: #000;
    overflow: hidden;
}


/* Cursor ring (rode ring) */
.cursor-ring {
    position: fixed;
    width: 25px;
    height: 25px;
    background: #cd1f15;
    border-radius: 50%;
    pointer-events: none;
    transform: translate(-50%, -50%);
    z-index: 9999;
    transition: transform 0.2s ease;
}

/* Cursor dot (vage rode cirkel op achtergrond) */
.cursor-dot {
    position: fixed;
    width: 50px;
    height: 50px;
    background: rgba(255, 0, 0, 0.3);
    border-radius: 50%;
    pointer-events: none;
    transform: translate(-50%, -50%);
    z-index: 9998;
}

/* Vergroten bij hover */
.cursor-ring.grow {
    transform: translate(-50%, -50%) scale(1.5);
}

/* Vergroten bij klik */
.cursor-ring.click-grow {
    transform: translate(-50%, -50%) scale(2);
}

/* Nog groter bij hover én klik tegelijk */
.cursor-ring.grow.click-grow {
    transform: translate(-50%, -50%) scale(2.3);
}


.phone-button {
    display: none;
    background: none;
    border: none;
    height: 100%;

}

.phone-button svg {
    height: 50%;
}

.phone-menu {
    position: fixed;
    width: 100vw;
    height: 100vh;
    z-index: 995;
    display: none;
    justify-content: center;
    align-items: center;
    backdrop-filter: blur(5px);
}

.phone-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    background-color: black;
    width: 50vh;
    height: 50vh;
    border-radius: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;

}

.phone-menu ul li {
    margin-bottom: 50px;
}

.phone-menu ul a {
    color: white;
    text-decoration: none;


}

.sign {
    stroke-width: 7;
    stroke-dasharray: 2738;
    stroke-dashoffset: 2738;
    animation: animate 9s ease-in-out forwards infinite;
}


@keyframes animate {
    0% {
        stroke-dashoffset: 2738;
    }


    50% {
        stroke-dashoffset: 0;
    }

    100% {
        stroke-dashoffset: 2738;
    }

}

.logo svg {
    height: 30px;
}

.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    width: 95%;
    /* max-width: 1300px; */

}

header {
    height: 80px;
    width: 100vw;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    z-index: 999;
}

#nav-home {
    border-bottom: #a30101;
    height: 20px;
    width: 20px;
}

.nav-links {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 75px;
}

.nav-links li {
    list-style: none;
}

.nav-links a {
    text-decoration: none;
    color: #ffffff;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    cursor: none;
}

/*.nav-links li a:link, :active, :visited .active {
    position: absolute;
    background: #a30101;
    content: '';
    width: 50px;
    height: 3px;

}*/
.nav-links li a {
    position: relative;
}

.nav-links li a:after {
    content: '';
    position: absolute;
    background: #a30101;
    width: 0%;
    height: 2px;
    transition: 0.4s;
    left: 50%;
    bottom: -2px;
}

.nav-links li a:hover::after {
    width: 100%;
    left: 0%;
}

/* From Uiverse.io by cssbuttons-io */
/* From Uiverse.io by alexmaracinaru */
.cta {
    position: relative;
    /*margin: auto;*/
    padding: 12px 18px;
    transition: all 0.2s ease;
    border: none;
    background: none;
    /* border-radius: 30px; */

}

.cta:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    border-radius: 50px;
    background: #e30c0c;
    width: 45px;
    height: 45px;
    transition: all 0.3s ease;
}

.cta span {
    position: relative;
    font-family: "Ubuntu", sans-serif;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.05em;
    color: #ffffff;
}

.cta svg {
    position: relative;
    top: 0;
    margin-left: 10px;
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke: #ffffff;
    stroke-width: 2;
    transform: translateX(-5px);
    transition: all 0.3s ease;
}

.cta:hover:before {
    width: 100%;
    background: #410303;
}

.cta:hover svg {
    transform: translateX(0);
}

.cta:active {
    transform: scale(0.95);
}


#home {
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(95deg, rgb(233, 232, 232) 50%, black 50%);
    height: 100vh;
    width: 100vw;
}

.left-container {
    width: 50%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 100px;
    position: relative;
}

.voorstellen * {
    margin: 0;
}

.image-container {
    width: 50%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    overflow: hidden;
    position: relative;
}

.image-container img {
    position: absolute;
    bottom: -130px;
    width: 100%;
    height: auto;
    z-index: 4;
    border-radius: 0%;
}

.knoppen {
    position: absolute;
    bottom: 15%;
    left: 20%;
    gap: 30px;
    display: flex;

}

.knoppen a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    background-color: #ccc;
    height: 30px;
    width: 30px;
    padding: 22px;
    border-radius: 5px;
    box-shadow: 3px 2px 10px rgba(0, 0, 0, 0.1);
}

.knoppen a svg {
    height: 48px;
    /* background-color: #c9b8b8;
    border-radius: 50%;*/
    box-shadow: none;
}

.voorstellen * {
    font-family: "Raleway", sans-serif;
}

.voorstellen h3 {
    font-size: 2.3rem;
}

.voorstellen h1 {
    font-size: 3.5rem;
}

.voorstellen p {
    font-size: 1.4rem;
    text-align: center;
    font-weight: bold;
    color: #909090;

}

.knoppen :hover {
    background-color: #c3c3c3;
    /* box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2); */
    transition: transform 0.3s, box-shadow 0.3s;
}

/* .animation-cirkel {
    background-color: rgb(165, 161, 161);
    width: 650px;
    height: 650px;
    border-radius: 50%;
    position: absolute;
    bottom: 160px;
  } */
.secondDiv {
    width: 40vw;
    height: 40vw;
    border-radius: 50%;
    padding: 5px;
    position: relative;
    bottom: 130px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.secondDiv::before,
.secondDiv::after {
    content: "";
    position: absolute;
    width: 720px;
    height: 720px;
    background: conic-gradient(transparent, transparent, transparent, rgb(255, 0, 0));
    transform: rotate(0deg);
    animation: rotate-border 10s linear infinite;
}

.secondDiv::after {
    animation-delay: -5s;
}

@keyframes rotate-border {
    100% {
        transform: rotate(360deg);
    }
}

.thirdDiv {
    width: 100%;
    height: 100%;
    background-color: #ad8c8c;
    position: relative;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;

}

.forthDiv {
    width: 100%;
    height: 100%;
    background-color: #000000;
    z-index: 3;
}

/*Responsive maken home*/
@media (max-width: 800px) {
    .logo svg {
        height: 20px;
    }

    .secondDiv {
        bottom: 48px;
        width: 70vw;
        height: 70vw;
    }

    .phone-button {
        display: block;
    }

    .phone-menu {
        display: none;
    }

    .nav-links-div {
        display: none;
    }

    #home {
        background: linear-gradient(180deg, rgb(233, 232, 232) 50%, black 50%);
        flex-direction: column;
        /* gap: 5%; */
    }

    .knoppen a {
        padding: 15px;
    }

    .knoppen {
        /*left: 0;*/
        position: unset;
    }

    .voorstellen h3 {
        font-size: 1.8rem;
        text-align: center;
    }

    .voorstellen h1 {
        font-size: 2rem;
        text-align: center;
    }

    .left-container {
        width: 100%;
        height: 50%;
        gap: 50px;
    }

    .image-container {
        width: 100%;
        height: 50%;
    }

    .image-container img {
        width: 70%;
        /* height: 50%; */
        bottom: -25%;

    }

}

@media (max-width: 1000px) {

    .voorstellen h1 {
        font-size: 2.5rem;
    }

    .voorstellen h3 {
        font-size: 2.1rem;
    }
}

@media (max-width: 500px) {

    .image-container img {
        width: 100%;

    }

    .left-container {
        gap: 15px;
    }

}

#projects {
    height: 100vh;
    width: 100vw;
    background-color: black;
    display: flex;
    justify-content: center;
    align-items: center;
    /*flex-direction: column;*/
    /*gap: 50px;*/
    position: relative;
    z-index: 0;
    margin: 0;
    padding: 0;
}

.slider {
    position: relative;
    width: 100%;
    height: 370px
}

.projects_text {
    position: absolute;
    z-index: -99;
    font-size: 14vw;
    font-family: "Arial Black";
    color: #ffffff;
    opacity: 0.4;
}

.kaarten {
    /*max-width: 400px;*/
    width: 25vw;
    /* height: 25vw; */
    margin: 1rem;
    padding: 1rem;
    border: 1px solid #ffffff22;
    /*background-color: #282c34;*/
    background: #282c34;
    box-shadow: 0 7px 20px 5px #00000088;
    border-radius: .7rem;
    /*backdrop-filter: blur(100px);*/
    /*-webkit-backdrop-filter: blur(100px);*/
    position: absolute;
    left: calc(50% - 400px / 2);
    transition: 1s;
    /*z-index: 1;*/
    cursor: none;
}

hr {
    width: 100%;
    border: none;
    border-bottom: 1px solid #ffffff55;
    /*margin-top: 50px;*/
}

ins {
    text-decoration: none;
    margin-left: 10px;
}

.in-kaarten {
    display: flex;
    flex-direction: column;
    /*padding: 1rem;*/
}

.kaarten-image {
    /*border-radius: 5rem;*/
    border-radius: 15px;
    /*max-width: 100%;*/
    width: 100%;
    height: 200px;
    object-fit: cover;
}

/*.img-logo {*/
/*    height: 20px;*/
/*    width: 20px*/
/*}*/

.description {
    margin: .5rem 0;
    color: #a89ec9;
}

.kaarten h2 {
    /*margin-bottom: 5;*/
}

.creator {
    display: flex;
    align-items: center;
    margin-top: 5px;
    /*margin-bottom: -.3rem;*/
}

.wrapper {
    display: flex;
    align-items: center;
    border: 1px solid #ffffff22;
    padding: .3rem;
    border-radius: 100%;
    box-shadow: inset 0 0 0 4px #000000aa;
}

img {
    border-radius: 100%;
    /*border: 1px solid #ffffff22;*/
    width: 2rem;
    height: 2rem;
    object-fit: cover;
}

#next,
#prev {
    position: absolute;
    top: 40%;
    color: white;
    background-color: transparent;
    border: none;
    font-size: 5rem;
    font-family: monospace;
    font-weight: bold;
    left: 50px;
    z-index: 999;
    cursor: none;
    transition: 0.5s;
}

#next:hover,
#prev:hover {
    color: #ff3f3f;
    font-size: 5rem;
    transform: scale(140%);
    /*transition: 1s;*/
}

#next {
    left: unset;
    right: 50px;
}

@media (max-width: 800px) {
    body {
        margin: 0;
        padding: 0;

        overflow-y: scroll;
        /*scroll-behavior: revert;*/

    }

    header {
        background-color: rgb(233, 232, 232);
        height: 50px;
    }

    .kaarten {
        width: 90%;
        left: -2.5%;
        top: 10%;
    }

    .slider {
        height: 80vh;
        overflow-x: hidden;
    }

    /* .kaarten {

       position: absolute;
       left: 0;

       width: 90vw;

   }
   .slider {
       height: 100vh;
       overflow-x: hidden;
       display: flex;
    } */
    #next, #prev {
        top: 86%;
    }

}


/*over mij pagina*/
#overmij {
    width: 100vw;
    height: 100vh;
    background-color: #000;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px;
    box-sizing: border-box;
    text-align: center;
}

/* Grid met iconen */
.skills-container {
    display: grid;
    grid-template-columns: repeat(5, 1fr); /* 5 kolommen naast elkaar */
    gap: 50px;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}


/* Icoon styling */
.skill-icon {
    aspect-ratio: 1 / 1;
    width: 100%;
    background-color: #1e1e1e;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    transition: transform 0.3s ease;
}


.skill-icon img {
    width: 60%;
    height: auto;
}

.skill-icon:hover {
    transform: scale(1.1);
    box-shadow: 0 4px 20px rgba(255, 0, 0, 0.5);
}

@media (max-width: 1000px) {
    .skills-container {
        grid-template-columns: repeat(3, 1fr); /* 3 naast elkaar op tablet */
    }
}

@media (max-width: 600px) {
    .skills-container {
        grid-template-columns: repeat(2, 1fr); /* 2 naast elkaar op mobiel */
    }
}


/* contact paginta strats.. */
#contact {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    width: 100vw;
    background-color: black;
}

.container-contact {
    display: flex;
    width: 80vw;
    padding: 1vw;
    background-color: #ffffff;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
}

.left-section {
    width: 50%;
    padding: 2vw;
}

.left-section h2 {
    font-size: 32px;
    color: #1c1e21;
    margin-bottom: 20px;
}

.left-section p {
    font-size: 18px;
    color: #606770;
    margin-bottom: 10px;
}

.left-section .email {
    font-size: 16px;
    color: #1c1e21;
    margin-top: 20px;
}

.left-section a {
    color: #5b62f4;
    text-decoration: none;
}

.right-section {
    width: 50%;
    padding: 2vw;
    background-color: #f9f9fc;
    border-radius: 8px;
}

.right-section h3 {
    font-size: 24px;
    color: #1c1e21;
    margin-bottom: 20px;
}

form {
    display: flex;
    flex-direction: column;
}

form input,
form textarea {
    /* width: 100%; */
    padding: 12px;
    margin: 10px 0;
    border: 1px solid #dcdfe3;
    border-radius: 4px;
    font-size: 16px;
}

form button {
    padding: 12px;
    background-color: #5b62f4;
    color: #ffffff;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    cursor: pointer;
}

form button:hover {
    background-color: #4a52d1;
}

@media (max-width: 550px) {
    .container-contact {
        display: flex;
        flex-direction: column;
        text-align: center;
    }

    .left-section {
        width: 70vw;
        height: 50%;
    }

    .right-section {
        width: 77vw;
        height: 50%;
    }
}

#Designs {
    height: 100vh;
    background-color: #d8d3d3;
    display: flex;
    justify-content: center;
    align-items: center;
}

.grid-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
    max-width: 1300px;
    width: 100%;
    padding: 30px;
    box-sizing: border-box;
}

.grid-item {
    position: relative;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    background: #fff;
    border-radius: 5px;
}

.grid-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 0;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transform: scale(1.05);
    transition: all 0.4s ease;
    text-align: center;
}

.overlay h3 {
    font-size: 1.5rem;
    margin: 0;
    font-family: 'Arial', sans-serif;
    letter-spacing: 1px;
}

.grid-item:hover .overlay {
    opacity: 1.2;
    transform: scale(1.3);
}

