/* Start custom CSS for html, class: .elementor-element-066aa64 *//* ---------------------------------------------
*   c-wrap-1
--------------------------------------------- */
.c-wrap-1 {
    width: 100%;
    overflow: hidden;
}

/* ---------------------------------------------
*   c-wrap-1
--------------------------------------------- */
.c-wrap-1 {
    width: 100%;
    overflow: hidden;
}

/* ---------------------------------------------
*   c-section-1
--------------------------------------------- */
.c-section-1 {
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #222;
}

/* ---------------------------------------------
*   c-slider-1
--------------------------------------------- */
.c-slider-1 {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: 100vh;
    display: flex;
    flex-wrap: nowrap;
}
.c-slider-1__slide {
    width: 100vw;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.c-slider-1__slide:nth-of-type(1) {
    background-color: #ff0000;
}
.c-slider-1__slide:nth-of-type(2) {
    background-color: #000080;
}
.c-slider-1__slide:nth-of-type(3) {
    background-color: #008000;
}
.c-slider-1__slide:nth-of-type(4) {
    background-color: #4b0082;
}/* End custom CSS */