/*====================================================*
    RECENT WORK + TESTIMONIALS
=====================================================*/

.home-content-sections {

    width: 100%;

    margin: 0;

    padding: 0;

}


/*====================================================*
    PART 1 — RECENT WORK
=====================================================*/

.recent-work-section {

    position: relative;

    width: 100%;

    height: 400px;

    background: #151617;

    overflow: hidden;

    box-sizing: border-box;

}


/*====================================================*
    VERTICAL GRID LINES
=====================================================*/

.recent-work-grid {

    position: absolute;

    inset: 0;

    pointer-events: none;

    background-image:

        linear-gradient(
            to right,
            transparent 0,
            transparent calc(100% - 1px),
            rgba(255, 255, 255, 0.075) calc(100% - 1px),
            rgba(255, 255, 255, 0.075) 100%
        );

    background-size: 280px 100%;

}


/* Additional vertical lines */

.recent-work-section::before {

    content: "";

    position: absolute;

    inset: 0;

    pointer-events: none;

    background-image:

        linear-gradient(
            to right,
            transparent 0,
            transparent 7%,
            rgba(255, 255, 255, 0.07) 7.05%,
            transparent 7.1%
        ),

        linear-gradient(
            to right,
            transparent 0,
            transparent 24%,
            rgba(255, 255, 255, 0.07) 24.05%,
            transparent 24.1%
        ),

        linear-gradient(
            to right,
            transparent 0,
            transparent 41.5%,
            rgba(255, 255, 255, 0.07) 41.55%,
            transparent 41.6%
        ),

        linear-gradient(
            to right,
            transparent 0,
            transparent 58.5%,
            rgba(255, 255, 255, 0.07) 58.55%,
            transparent 58.6%
        ),

        linear-gradient(
            to right,
            transparent 0,
            transparent 75.5%,
            rgba(255, 255, 255, 0.07) 75.55%,
            transparent 75.6%
        ),

        linear-gradient(
            to right,
            transparent 0,
            transparent 92%,
            rgba(255, 255, 255, 0.07) 92.05%,
            transparent 92.1%
        );

}


/*====================================================*
    RECENT WORK HEADING
=====================================================*/

.recent-work-heading {

    position: relative;

    z-index: 5;

    width: 100%;

    text-align: center;

    padding-top: 102px;

    box-sizing: border-box;

}


/*====================================================*
    GOLD LABEL
=====================================================*/

.recent-work-label {

    margin-bottom: 25px;

    color: #d9a441;

    font-family: "Poppins", sans-serif;

    font-size: 16px;

    font-weight: 400;

    letter-spacing: 2px;

}


/*====================================================*
    RECENT WORK TITLE
=====================================================*/

.recent-work-heading h2 {

    margin: 0;

    color: #ffffff;

    font-family: "Poppins", sans-serif;

    font-size: 42px;

    line-height: 1.2;

    font-weight: 500;

    letter-spacing: -1px;

}



/*====================================================*
    PART 2 — TESTIMONIALS
=====================================================*/

.home-testimonials {

    position: relative;

    width: 100%;

    min-height: 450px;

    background-color: #151617;

    overflow: hidden;

    box-sizing: border-box;

}


/*====================================================*
    GEOMETRIC BACKGROUND
=====================================================*/

.home-testimonials::before {

    content: "";

    position: absolute;

    inset: 0;

    pointer-events: none;

    opacity: 0.85;

    background-image:

        repeating-linear-gradient(
            35deg,
            transparent 0,
            transparent 10px,
            rgba(255, 255, 255, 0.045) 11px,
            transparent 13px
        ),

        repeating-linear-gradient(
            -35deg,
            transparent 0,
            transparent 10px,
            rgba(255, 255, 255, 0.045) 11px,
            transparent 13px
        );

    background-size:
        180px 180px,
        180px 180px;

}


/*====================================================*
    SECONDARY PATTERN
=====================================================*/

.home-testimonials::after {

    content: "";

    position: absolute;

    inset: 0;

    pointer-events: none;

    opacity: 0.35;

    background-image:

        linear-gradient(
            30deg,
            transparent 46%,
            rgba(255, 255, 255, 0.055) 48%,
            transparent 50%
        ),

        linear-gradient(
            -30deg,
            transparent 46%,
            rgba(255, 255, 255, 0.055) 48%,
            transparent 50%
        );

    background-size:
        100px 100px,
        100px 100px;

}


/*====================================================*
    TESTIMONIAL HEADING
=====================================================*/

.testimonial-heading {

    position: relative;

    z-index: 5;

    width: 100%;

    text-align: center;

    padding-top: 85px;

    box-sizing: border-box;

}


.testimonial-label {

    margin-bottom: 20px;

    color: #d9a441;

    font-family: "Poppins", sans-serif;

    font-size: 16px;

    font-weight: 400;

    letter-spacing: 2px;

}


.testimonial-heading h2 {

    margin: 0;

    color: #ffffff;

    font-family: "Poppins", sans-serif;

    font-size: 40px;

    line-height: 1.2;

    font-weight: 500;

    letter-spacing: -1px;

}


/*====================================================*
    TESTIMONIAL CONTENT
=====================================================*/

.testimonial-content {

    position: relative;

    z-index: 5;

    width: 100%;

    max-width: 1250px;

    margin: 0 auto;

    padding:
        50px 30px 60px;

    box-sizing: border-box;

}


/*====================================================*
    HANGING LIGHTS — RIGHT SIDE
=====================================================*/

.testimonial-lights {

    position: absolute;

    top: 0;

    right: 30px;

    width: 190px;

    height: 250px;

    z-index: 10;

    pointer-events: none;

}


.testimonial-light {

    position: absolute;

    top: 0;

    display: flex;

    flex-direction: column;

    align-items: center;

}


/*====================================================*
    WIRES
=====================================================*/

.testimonial-wire {

    width: 2px;

    background: #080808;

    display: block;

}


/*====================================================*
    LAMP
=====================================================*/

.testimonial-lamp {

    position: relative;

    width: 27px;

    height: 58px;

    border-radius:
        4px 4px 11px 11px;

    background:
        linear-gradient(
            90deg,
            #161616,
            #555555,
            #777777,
            #181818
        );

    box-shadow:
        0 4px 7px rgba(0, 0, 0, 0.8);

}


/*====================================================*
    LAMP LIGHT
=====================================================*/

.testimonial-lamp::after {

    content: "";

    position: absolute;

    left: 4px;

    right: 4px;

    bottom: -4px;

    height: 7px;

    border-radius: 50%;

    background: #ffffff;

    box-shadow:
        0 0 10px rgba(255, 255, 255, 0.5);

}


/*====================================================*
    LIGHT 1
=====================================================*/

.testimonial-light-1 {

    left: 25px;

}


.testimonial-light-1 .testimonial-wire {

    height: 105px;

}


/*====================================================*
    LIGHT 2
=====================================================*/

.testimonial-light-2 {

    left: 88px;

}


.testimonial-light-2 .testimonial-wire {

    height: 140px;

}


/*====================================================*
    LIGHT 3
=====================================================*/

.testimonial-light-3 {

    left: 145px;

}


.testimonial-light-3 .testimonial-wire {

    height: 95px;

}

/*====================================================*
    RESPONSIVE — TABLET
=====================================================*/

@media (max-width: 1200px) {

    .recent-work-heading h2 {

        font-size: 38px;

    }


    .testimonial-lights {

        right: 20px;

    }

}


/*====================================================*
    RESPONSIVE — MOBILE / TABLET
=====================================================*/

@media (max-width: 768px) {


    /*-----------------------------------------------*
        RECENT WORK
    ------------------------------------------------*/

    .recent-work-section {

        height: 260px;

    }


    .recent-work-heading {

        padding:
            80px 25px 0;

    }


    .recent-work-label {

        margin-bottom: 18px;

        font-size: 14px;

        letter-spacing: 1.8px;

    }


    .recent-work-heading h2 {

        font-size: 32px;

        line-height: 1.25;

        letter-spacing: -0.5px;

    }


    /*-----------------------------------------------*
        TESTIMONIALS
    ------------------------------------------------*/

    .home-testimonials {

        min-height: 300px;

    }


    .testimonial-heading {

        padding:
            105px 25px 0;

    }


    .testimonial-label {

        margin-bottom: 18px;

        font-size: 14px;

        letter-spacing: 1.8px;

    }


    .testimonial-heading h2 {

        font-size: 32px;

        line-height: 1.25;

        letter-spacing: -0.5px;

    }


    /*-----------------------------------------------*
        TESTIMONIAL CONTENT
    ------------------------------------------------*/

    .testimonial-content {

        padding:
            50px 25px 50px;

    }


    /*-----------------------------------------------*
        HANGING LIGHTS
    ------------------------------------------------*/

    .testimonial-lights {

        top: 0;

        right: -5px;

        width: 190px;

        height: 250px;

        transform: scale(0.70);

        transform-origin: top right;

        opacity: 0.85;

    }

}


/*====================================================*
    RESPONSIVE — SMALL MOBILE
=====================================================*/

@media (max-width: 480px) {


    /*-----------------------------------------------*
        RECENT WORK
    ------------------------------------------------*/

    .recent-work-section {

        height: 290px;

    }


    .recent-work-heading {

        padding:
            65px 20px 0;

    }


    .recent-work-label {

        margin-bottom: 15px;

        font-size: 13px;

        letter-spacing: 1.5px;

    }


    .recent-work-heading h2 {

        font-size: 27px;

        line-height: 1.25;

        letter-spacing: -0.3px;

    }


    /*-----------------------------------------------*
        TESTIMONIALS
    ------------------------------------------------*/

    .home-testimonials {

        min-height: 370px;

    }


    .testimonial-heading {

        padding:
            70px 20px 0;

    }


    .testimonial-label {

        margin-bottom: 15px;

        font-size: 13px;

        letter-spacing: 1.5px;

    }


    .testimonial-heading h2 {

        font-size: 27px;

        line-height: 1.25;

        letter-spacing: -0.3px;

    }


    /*-----------------------------------------------*
        TESTIMONIAL CONTENT
    ------------------------------------------------*/

    .testimonial-content {

        padding:
            40px 20px 40px;

    }


    /*-----------------------------------------------*
        HANGING LIGHTS
    ------------------------------------------------*/

    .testimonial-lights {

        top: 0;

        right: -25px;

        width: 175px;

        height: 230px;

        transform: scale(0.55);

        transform-origin: top right;

        opacity: 0.75;

    }

}


/*====================================================*
    RESPONSIVE — VERY SMALL MOBILE
=====================================================*/

@media (max-width: 360px) {


    /*-----------------------------------------------*
        RECENT WORK
    ------------------------------------------------*/

    .recent-work-section {

        height: 270px;

    }


    .recent-work-heading {

        padding:
            60px 18px 0;

    }


    .recent-work-label {

        font-size: 12px;

        letter-spacing: 1.3px;

    }


    .recent-work-heading h2 {

        font-size: 24px;

    }


    /*-----------------------------------------------*
        TESTIMONIALS
    ------------------------------------------------*/

    .home-testimonials {

        min-height: 350px;

    }


    .testimonial-heading {

        padding:
            65px 18px 0;

    }


    .testimonial-label {

        font-size: 12px;

        letter-spacing: 1.3px;

    }


    .testimonial-heading h2 {

        font-size: 24px;

    }


    /*-----------------------------------------------*
        HANGING LIGHTS
    ------------------------------------------------*/

    .testimonial-lights {

        right: -35px;

        transform: scale(0.48);

        opacity: 0.7;

    }

}