.slider-component {
    position: relative;
    width: 100%;
    height: 100vh;
    in-height: 600px;
    overflow: hidden;
    background-color: #1a1a1a;
}

#main {
    position: relative;
    width: 100%;
    height: 100%;
    background: transparent;
}

#main canvas {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.feature {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.intro-carousel {
    width: 100%;
    height: 100%;
}

.intro-cell {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.intro-cell.left-orientation .intro-text {
    /*  //padding-left: 55%; */
    text-align: left;
    left: 295px;
}

.intro-cell.right-orientation .intro-text {
    /*  padding-left: 19%; */
    /* text-align: right; */
    left: -295px;
}

.intro-graphic {
    position: absolute;
    opacity: 0;
    visibility: hidden;
}

.intro-text {
    position: relative;
    z-index: 2;
    max-width: 600px;
    padding: 0 20px;
    color: #fff;
}

.intro-text h1 {
    font-size: 48px;
    line-height: 1.2;
    margin: 10px 0;
    color: #fff;
    font-family: 'Lato';
}

.intro-text h2 {
    font-size: 18px;
    text-transform: uppercase;
    margin: 0;
    color: #ffffff;
    font-family: "lato";
    letter-spacing: 10px;
    border-bottom: 2px solid #FFDB7F;
    width: fit-content;
    padding: 0 0 10px 2px;
}

.intro-text p {
    font-size: 18px;
    line-height: 1.6;
    margin: 20px 0;
    font-family: 'Lato';

    .slider-component {
        position: relative;
        width: 100%;
        height: 100vh;
        min-height: 600px;
        overflow: hidden;
        background-color: #1a1a1a;
    }

    #main {
        position: relative;
        width: 100%;
        height: 100%;
        background: transparent;
    }

    #main canvas {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
    }

    .feature {
        position: relative;
        width: 100%;
        height: 100%;
        z-index: 2;
    }

    .intro-carousel {
        width: 100%;
        height: 100%;
    }

    .intro-cell {
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
    }

    .intro-cell.left-orientation .intro-text {
        padding-left: 55%;
        text-align: left;
    }

    .intro-cell.right-orientation .intro-text {
        padding-left: 19%;
        /* text-align: right; */
    }

    .intro-graphic {
        position: absolute;
        opacity: 0;
        visibility: hidden;
    }

    .intro-text {
        position: relative;
        z-index: 2;
        width: 100%;
        padding: 0 20px;
        color: #fff;
        filter: drop-shadow(2px 4px 150px rgba(0, 0, 0, .8));
    }

    .intro-text h1 {
        font-size: 48px;
        line-height: 1.2;
        margin: 10px 0;
        color: #fff;
    }

    .intro-text h2 {
        font-size: 18px;
        text-transform: uppercase;
        margin: 0;
        color: #ffffff;
        font-family: "lato";
        letter-spacing: 10px;
        border-bottom: 2px solid #FFDB7F;
        width: fit-content;
        padding: 0 0 10px 2px;
    }

    .intro-text p {
        font-size: 18px;
        line-height: 1.6;
        margin: 20px 0;
    }

    .intro-text .btn {
        display: inline-block;
        padding: 5px 20px;
        background: #ffdb7f !important;
        color: #12121275;
        text-decoration: none;
        border-radius: 2px;
        transition: background 0.3s ease;
        border: 1px solid #ffffffab;
        text-transform: uppercase;
        font-weight: 700;
        font-family: 'Lato';
    }

    .intro-text .btn:hover {
        background: #558f0d;
    }

    /* Flickity Customization */
    .flickity-page-dots {
        bottom: 30px;
        z-index: 3;
    }

    .flickity-page-dots .dot {
        width: 12px;
        height: 12px;
        margin: 0 6px;
        background: #fff;
        opacity: 0.5;
    }

    .flickity-page-dots .dot.is-selected {
        background: #69c500;
        opacity: 1;
    }

    /* Responsive Styles */
    @media (max-width: 1024px) {
        .intro-text h1 {
            font-size: 36px;
        }

        .intro-text h2 {
            font-size: 20px;
        }

        .intro-text p {
            font-size: 16px;
        }
    }

    @media (max-width: 768px) {

        .intro-cell.left-orientation .intro-text,
        .intro-cell.right-orientation .intro-text {
            padding: 0 20px;
            text-align: center;
        }

        .intro-text h1 {
            font-size: 28px;
        }

        .intro-text h2 {
            font-size: 18px;
        }

        .intro-text p {
            font-size: 14px;
        }

        .slider-component {
            min-height: 400px;
        }
    }

    ;

    .slider-component {
        position: relative;
        width: 100%;
        height: 100vh;
        min-height: 600px;
        overflow: hidden;
        background-color: #1a1a1a;
    }

    #main {
        position: relative;
        width: 100%;
        height: 100%;
        background: transparent;
    }

    #main canvas {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
    }

    .feature {
        position: relative;
        width: 100%;
        height: 100%;
        z-index: 2;
    }

    .intro-carousel {
        width: 100%;
        height: 100%;
    }

    .intro-cell {
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
    }

    .intro-cell.left-orientation .intro-text {
        padding-left: 55%;
        text-align: left;
    }

    .intro-cell.right-orientation .intro-text {
        padding-left: 19%;
        /* text-align: right; */
    }

    .intro-graphic {
        position: absolute;
        opacity: 0;
        visibility: hidden;
    }

    .intro-text {
        position: relative;
        z-index: 2;
        width: 100%;
        padding: 0 20px;
        color: #fff;
    }

    .intro-text h1 {
        font-size: 48px;
        line-height: 1.2;
        margin: 10px 0;
        color: #fff;
    }

    .intro-text h2 {
        font-size: 18px;
        text-transform: uppercase;
        margin: 0;
        color: #ffffff;
        font-family: "lato";
        letter-spacing: 10px;
        border-bottom: 2px solid #FFDB7F;
        width: fit-content;
        padding: 0 0 10px 2px;
    }

    .intro-text p {
        font-size: 18px;
        line-height: 1.6;
        margin: 20px 0;
    }

    .intro-text .btn {
        display: inline-block;
        padding: 5px 20px;
        background: #ffdb7f !important;
        color: #12121275;
        text-decoration: none;
        border-radius: 2px;
        transition: background 0.3s ease;
        border: 1px solid #ffffffab;
        text-transform: uppercase;
        font-weight: 700;
        font-family: 'Lato';
    }

    .intro-text .btn:hover {
        background: #558f0d;
    }

    /* Flickity Customization */
    .flickity-page-dots {
        bottom: 30px;
        z-index: 3;
    }

    .flickity-page-dots .dot {
        width: 12px;
        height: 12px;
        margin: 0 6px;
        background: #fff;
        opacity: 0.5;
    }

    .flickity-page-dots .dot.is-selected {
        background: #69c500;
        opacity: 1;
    }

    /* Responsive Styles */
    @media (max-width: 1024px) {
        .intro-text h1 {
            font-size: 36px;
        }

        .intro-text h2 {
            font-size: 20px;
        }

        .intro-text p {
            font-size: 16px;
        }
    }

    @media (max-width: 768px) {

        .intro-cell.left-orientation .intro-text,
        .intro-cell.right-orientation .intro-text {
            padding: 0 20px;
            text-align: center;
        }

        .intro-text h1 {
            font-size: 28px;
        }

        .intro-text h2 {
            font-size: 18px;
        }

        .intro-text p {
            font-size: 14px;
        }

        .slider-component {
            min-height: 400px;
        }
    }

    ;
}

.intro-text .btn {
    display: inline-block;
    padding: 5px 20px;
    background: #ffdb7f !important;
    color: #12121275;
    text-decoration: none;
    border-radius: 2px;
    transition: background 0.3s ease;
    border: 1px solid #ffffffab;
    text-transform: uppercase;
    font-weight: 700;
    font-family: 'Lato';
}

.intro-text .btn:hover {
    background: #558f0d;
}

/* Flickity Customization */
.flickity-page-dots {
    bottom: 30px;
    z-index: 3;
}

.flickity-page-dots .dot {
    width: 12px;
    height: 12px;
    margin: 0 6px;
    background: #fff;
    opacity: 0.5;
}

.flickity-page-dots .dot.is-selected {
    background: #69c500;
    opacity: 1;
}

/* Responsive Styles */
@media (max-width: 1024px) {
    .intro-text h1 {
        font-size: 36px;
    }

    .intro-text h2 {
        font-size: 20px;
    }

    .intro-text p {
        font-size: 16px;
    }
}

@media (max-width: 768px) {

    .intro-cell.left-orientation .intro-text,
    .intro-cell.right-orientation .intro-text {
        padding: 0 20px;
        text-align: center;
    }

    .intro-text h1 {
        font-size: 25px;
    }

    .intro-text h2 {
        font-size: 18px;
        width: auto;
    }

    .intro-text p {
        font-size: 14px;
    }

    .slider-component {
        min-height: 400px;
    }

    .intro-cell.left-orientation .intro-text {
        left: 0px;
    }

    .intro-cell.right-orientation .intro-text {
        left: 0px;
    }

    canvas {
        opacity: 40%;
    }

    br {
        display: none;
    }
}