#projects {
    @media (max-width: 1239px) {

        margin-bottom: 40px;

        .head {
            display: flex;
            flex-direction: row;
            justify-content: space-between;

            margin-bottom: 30px;
        }

        .headline {
            font-family: var(--second-family);
            font-weight: 500;
            font-size: 35px;
            line-height: 100%;
            text-transform: uppercase;
            color: #fff;
        }

        .miniline {
            font-family: var(--font-family);
            font-weight: 400;
            font-size: 14px;
            text-transform: uppercase;
            text-align: right;
            color: #696969;
        }

        .carousel {
            overflow: hidden;
            width: 100%;
            height: 368px;
        }

        .wall {
            display: flex;
            flex-direction: row;
            flex-wrap: nowrap;
            /* gap: 30px; */
        }

        .item {
            width: 400px;
            height: 363px;
        }

        .top {
            border-radius: 13px;
            width: 400px;
            height: 327px;

            position: relative;
            overflow: hidden;
        }

        .mark {
            border-radius: 12px;
            width: 52px;
            height: 52px;

            backdrop-filter: blur(19.978492736816406px);
            background: rgba(58, 60, 61, 0.4);

            position: absolute;
            top: 20px;
            left: 20px;

            display: flex;
            justify-content: center;
            align-items: center;
        }

        .mark img {
            max-width: 44px;
            max-height: 44px;
        }

        .ellipse {
            width: 553px;
            height: 284px;

            border-radius: 100%;
            position: absolute;

            filter: blur(127px);
            background-color: #6170e2;
            opacity: .9;

            top: -60px;
            right: -224px;
            rotate: 20deg;

            will-change: transform, opacity;
            transform: translateZ(0);
        }

        .project {
            max-width: 220px;
            max-height: 220px;

            object-fit: cover;
            overflow: hidden;

            position: absolute;
            right: 0;
            top: 0;
        }

        .description {
            margin-left: 20px;
            width: 300px;

            position: absolute;
            bottom: 0;
        }

        .primary {
            font-family: var(--font-family);
            font-weight: 600;
            font-size: 25px;
            color: #fff;

            margin-bottom: 10px;
        }

        .secondary {
            font-family: var(--font-family);
            font-weight: 500;
            font-size: 14px;
            color: #9d9d9d;

            margin-bottom: 20px;
        }

        .tags {
            display: flex;
            flex-direction: row;
            justify-self: center;
            gap: 10px;
            margin-top: 10px;
        }

        .tag {
            font-family: var(--font-family);
            font-weight: 500;
            font-size: 12px;
            text-transform: uppercase;
            color: #696969;

            padding-top: 6px;
            padding-bottom: 6px;
            padding-left: 20px;
            padding-right: 20px;

            border: 1px solid #696969;
            border-radius: 15px;
        }

        .bottom {
            margin-top: 20px;
            width: 100%;

            display: flex;
            flex-direction: row;
            justify-content: center;
        }

        .couple {
            display: flex;
            flex-direction: row;

            gap: 16px;
        }

        .couple svg {
            width: 60px;
            height: 60px;
        }
    }

    @media (min-width: 1240px) {

        .head {
            display: flex;
            flex-direction: row;
            justify-content: space-between;

            margin-bottom: 90px;
        }

        .headline {
            font-family: var(--second-family);
            font-weight: 500;
            font-size: 75px;
            line-height: 100%;
            text-transform: uppercase;
            color: #fff;

            width: 800px;
        }

        .miniline {
            font-family: var(--font-family);
            font-weight: 400;
            font-size: 20px;
            text-transform: uppercase;
            text-align: right;
            color: #696969;

            margin-bottom: 45px;
        }

        .couple {
            display: flex;
            flex-direction: row;
            justify-content: space-between;

            width: 172px;
        }

        .couple svg {
            width: 82px;
            height: 82px;
        }

        .carousel {
            overflow: hidden;
            width: 100%;
            height: 544px;
        }

        .wall {
            display: flex;
            flex-direction: row;
            flex-wrap: nowrap;
            /* gap: 30px; */
        }

        .item {
            width: 507px;
            height: 543px;

            user-select: none;
            cursor: grab;
        }

        .top {
            width: 507px;
            height: 492px;
            border-radius: 16px;

            position: relative;
            overflow: hidden;
        }

        .mark {
            width: 80px;
            height: 80px;
            border-radius: 20px;

            backdrop-filter: blur(19.978492736816406px);
            background: rgba(58, 60, 61, 0.4);

            position: absolute;
            top: 33px;
            left: 33px;

            display: flex;
            justify-content: center;
            align-items: center;
        }

        .mark img {
            max-width: 60px;
            max-height: 60px;
        }

        .ellipse {
            width: 553px;
            height: 284px;

            border-radius: 100%;
            position: absolute;

            filter: blur(127px);
            background-color: #6170e2;
            opacity: .9;

            top: -16px;
            right: -143px;
            rotate: 20deg;

            will-change: transform, opacity;
            transform: translateZ(0);
        }

        .project {
            max-width: 380px;
            max-height: 380px;

            object-fit: cover;
            overflow: hidden;

            position: absolute;
            right: 30px;
            top: 0;
        }

        .description {
            margin-left: 33px;
            width: 420px;

            position: absolute;
            bottom: 0;
        }

        .primary {
            font-family: var(--font-family);
            font-weight: 600;
            font-size: 28px;
            color: #fff;

            margin-bottom: 11px;
        }

        .secondary {
            font-family: var(--font-family);
            font-weight: 500;
            font-size: 16px;
            color: #9d9d9d;

            margin-bottom: 40px;
        }

        .tags {
            display: flex;
            flex-direction: row;
            gap: 10px;
            margin-top: 20px;
        }

        .tag {
            font-family: var(--font-family);
            font-weight: 500;
            font-size: 13px;
            text-transform: uppercase;
            color: #696969;

            padding-top: 7px;
            padding-bottom: 7px;
            padding-left: 25px;
            padding-right: 25px;

            border: 1px solid #696969;
            border-radius: 15px;

            cursor: pointer;
        }
    }
}