/*====================================================*
    EXPERIENCE / CTA SECTION
=====================================================*/

.home-experience {

    position: relative;

    width: 100%;

    min-height: 750px;

    background-color: #151617;

    overflow: hidden;

    box-sizing: border-box;

    display: flex;

    align-items: center;
}


/*====================================================*
    BACKGROUND PATTERN
=====================================================*/

.home-experience::before {

    content: "";

    position: absolute;

    inset: 0;

    pointer-events: none;

    opacity: 0.85;

    background-image:

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

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

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

}


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

.home-experience::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;

}


/*====================================================*
    HANGING LIGHTS
=====================================================*/

.home-lights {

    position: absolute;

    top: 0;

    left: 40px;

    width: 230px;

    height: 300px;

    z-index: 10;

    pointer-events: none;

}


/*====================================================*
    INDIVIDUAL LIGHT
=====================================================*/

.home-light {

    position: absolute;

    top: 0;

    display: flex;

    flex-direction: column;

    align-items: center;

}


/*====================================================*
    LIGHT WIRE
=====================================================*/

.light-wire {

    width: 2px;

    background: #080808;

    display: block;

    flex-shrink: 0;

}


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

.lamp {

    position: relative;

    width: 30px;

    height: 66px;

    border-radius:
        4px 4px 12px 12px;

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

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

}


/*====================================================*
    WHITE LIGHT OPENING
=====================================================*/

.lamp::after {

    content: "";

    position: absolute;

    left: 5px;

    right: 5px;

    bottom: -5px;

    height: 8px;

    border-radius: 50%;

    background: #ffffff;

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

}


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

.home-light-1 {

    left: 35px;

}


.home-light-1 .light-wire {

    height: 72px;

}


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

.home-light-2 {

    left: 105px;

}


.home-light-2 .light-wire {

    height: 130px;

}


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

.home-light-3 {

    left: 170px;

}


.home-light-3 .light-wire {

    height: 35px;

}


/*====================================================*
    EXPERIENCE CONTENT CONTAINER
=====================================================*/

.experience-container {

    position: relative;

    z-index: 5;

    width: 100%;

    max-width: 1425px;

    margin: 0 auto;

    padding:
        0 30px 0 190px;

    box-sizing: border-box;

}


/*====================================================*
    EXPERIENCE CONTENT
=====================================================*/

.experience-content {

    width: 600px;

    padding-top: 25px;

}


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

.experience-content h2 {

    margin: 0;

    color: #ffffff;

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

    font-size: 55px;

    line-height: 1.22;

    font-weight: 500;

    letter-spacing: -1.5px;

}


/*====================================================*
    BOOK APPOINTMENT
=====================================================*/

.experience-button-wrap {

    margin-top: 65px;

}


.experience-button {

    display: inline-flex;

    align-items: center;

    gap: 28px;

    text-decoration: none;

    color: #ffffff;

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

    font-size: 23px;

    font-weight: 400;

}


/*====================================================*
    ARROW CIRCLE
=====================================================*/

.experience-arrow {

    width: 74px;

    height: 74px;

    border: 1px solid rgba(201, 155, 59, 0.8);

    border-radius: 50%;

    display: flex;

    align-items: center;

    justify-content: center;

    color: #d4a447;

    font-size: 32px;

    font-weight: 400;

    line-height: 1;

    transition:
        background-color 0.35s ease,
        color 0.35s ease,
        transform 0.35s ease,
        border-color 0.35s ease;

}


/*====================================================*
    ARROW HOVER
=====================================================*/

.experience-button:hover .experience-arrow {

    background-color: #d4a447;

    color: #151617;

    border-color: #d4a447;

    transform: rotate(45deg);

}


/*====================================================*
    RESPONSIVE - LARGE TABLET
=====================================================*/

@media (max-width: 1200px) {

    .experience-container {

        padding-left: 150px;

    }


    .experience-content h2 {

        font-size: 48px;

    }

}


/*====================================================*
    RESPONSIVE - TABLET
=====================================================*/

@media (max-width: 768px) {

    .home-experience {

        min-height: 600px;

    }


    .experience-container {

        padding:
            0 30px;

    }


    .experience-content {

        width: 100%;

        max-width: 550px;

        padding-top: 50px;

    }


    .experience-content h2 {

        font-size: 40px;

        line-height: 1.25;

    }


    .experience-button-wrap {

        margin-top: 45px;

    }


    .experience-button {

        font-size: 18px;

        gap: 20px;

    }


    .experience-arrow {

        width: 62px;

        height: 62px;

        font-size: 27px;

    }


    /* Smaller hanging lights */

    .home-lights {

        transform:
            scale(0.75);

        transform-origin:
            top left;

        opacity: 0.85;

    }

}


/*====================================================*
    RESPONSIVE - SMALL MOBILE
=====================================================*/

@media (max-width: 480px) {

    .home-experience {

        min-height: 520px;

    }


    .experience-container {

        padding:
            0 22px;

    }


    .experience-content h2 {

        font-size: 32px;

        line-height: 1.25;

        letter-spacing: -0.8px;

    }


    .experience-button-wrap {

        margin-top: 35px;

    }


    .experience-button {

        font-size: 16px;

        gap: 16px;

    }


    .experience-arrow {

        width: 55px;

        height: 55px;

        font-size: 24px;

    }


    .home-lights {

        transform:
            scale(0.55);

        transform-origin:
            top left;

        opacity: 0.7;

    }

}