.intro .description {
    text-align: center;
    display: grid;
    grid-auto-flow: row;
    height: 100%;
}

.intro .description ul {
    margin-top: 1rem;
}

.intro .description img {
    display: block;
    margin: auto;
    width: 8rem;
    border-radius: 4rem;
    border: 1px solid #ddd;
    margin-bottom: 1rem;
}

.intro .description-cv {
    font-family: "Antonio";
    font-size: 1.2rem;
    padding: 0.4rem 1rem;
    width: max-content;
    margin: auto;
}

.intro .description-cv .description-cv__icon {
    display: block;
    margin: auto;
    width: 40px;
    border: none;
}

.intro .description li {
    display: inline-block;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
}

.intro .projects a {
    cursor: pointer;
    transition: .2s;
} .intro .projects a:not(.link):hover {
    transform: scale(0.96);
}

.intro .projects img {
    width: 100%;
}

.intro .projects .projects__link-image {
    display: block;
}

.intro .projects h3 {
    font-family: "Antonio";
    margin-bottom: 0.4rem;
}

.intro .projects .socialmedia {
    margin-bottom: 0.4rem;
}

.intro .projects .socialmedia a {
    margin-right: 0.8rem;
}

.intro .cv {
    position: relative;
    cursor: pointer;
}

.intro .cv-container {
    max-height: 300px;
    overflow: hidden;
    transition: .2s;
} .intro .cv:hover .cv-container {
    transform: scale(0.96);
    filter: brightness(0.9);
}

.intro .cv-container img {
    width: 100%;
}

.intro .cv-container a {
    position: relative;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.intro .cv .blur,
.projects-section .project .blur {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 200px;
    background-image: linear-gradient(to top, rgba(238, 238, 238, 1), rgba(238, 238, 238, 0));
}

.link {
    text-align: center;
    position: relative;
    display: inline-block;
    height: 40px;
    width: 40px;
    margin-left: -8px;
    margin-top: -8px;
}

.link svg {
    transition: .2s;
    margin-top: 8px;
} .link:hover svg {
    filter: invert(20%) sepia(85%) saturate(1906%) hue-rotate(340deg) brightness(91%) contrast(87%);
}

.response-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 7vw;
    margin: 6rem 10vw;
}

@media (max-width: 1000px) {
    .response-grid {
        grid-template-columns: 1fr;
    }
}

.video-wrapper__controls {
    position: relative;
}

.video-wrapper {
    background-color: var(--black);
    overflow: hidden;
    position: relative;
    scrollbar-width: none;
}

.video-scroll {
    height: 100%;
    width: max-content;
    position: relative;
}

.video-scroll .video {
    color: white;
    display: inline-block;
    width: 30vw;
    height: 16.875vw;
    margin: 2rem;
    border: 1px solid #eee;
}

@media (max-width: 1024px) {
    .video-scroll .video {
        width: 60vw;
        height: 33.75vw;
    }
}

.video-scroll .video:first-child {
    margin-left: 2rem;
}

.video-scroll .video:last-child {
    margin-right: 2rem;
}

.video-wrapper__controls .blur {
    transition: .2s;
    position: absolute;
    top: 0;
    height: 100%;
    width: 14vw;
}

.video-wrapper__controls .blur.left {
    left: 0;
    background-image: linear-gradient(to right, rgba(34, 34, 34, 1), rgba(34, 34, 34, 0.8), rgba(34, 34, 34, 0));
}

.video-wrapper__controls .blur.right {
    right: 0;
    background-image: linear-gradient(to left, rgba(34, 34, 34, 1), rgba(34, 34, 34, 0.8), rgba(34, 34, 34, 0));
}

.video iframe {
    width: 100%;
    height: 100%;
}

.video {
    transition: ease-out .3s;
}

.selected-video {
    transform: scale(1.1);
}

.controls {
    position: absolute;
    top: 0;
    width: 2rem;
    height: 100%;
    cursor: pointer;
} .controls::after,
  .controls::before {
    position: absolute;
    bottom: 50%;
    right: 50%;
    content: "";
    width: 1.2rem;
    height: 6px;
    background-color: var(--white);
    transition: .2s;
} .controls.prev::before {
    transform: translate(50%, 132%) rotate(45deg);
} .controls.prev::after {
    transform: translate(50%, -32%) rotate(-45deg);
} .controls.next::before {
    transform: translate(50%, 132%) rotate(-45deg);
} .controls.next::after {
    transform: translate(50%, -32%) rotate(45deg);
} .controls:hover::after,
  .controls:hover::before {
    background-color: var(--grey);
}

.controls.prev {
    left: 0;
}

.controls.next {
    right: 0;
}

.projects-section {
    margin: 4rem 10vw;
}

.projects-section > ul {
    margin: 0;
    display: grid;
    grid-gap: 2rem;
    grid-template-columns: 1fr 1fr;
}

.projects-section > ul > li:nth-child(2) {
    grid-column: 2;
    grid-row: 1 /span 2;
}

/* .projects-section > ul {
    column-count: 3;
    column-gap: 2rem;
}

@media (max-width: 1200px) {
    .projects-section > ul {
        column-count: 2;
    } 
}

@media (max-width: 600px) {
    .projects-section > ul {
        column-count: 1;
    } 
} */

.projects-section > ul > li {
    margin-bottom: 2rem;
}

.projects-section .project img {
    margin-top: 0.4rem;
    width: 100%;
}

.projects-section .project {
    position: relative;
}

.projects-section .project .socialmedia {
    position: absolute;
    bottom: 0.4rem;
    right: 0.6rem;
}

.projects-section .project .socialmedia li {
    display: inline-block;
    margin-left: 0.4rem;
}

.w-0 {
    transition: 2s;
    width: 0 !important;
}