/*

Custom Slider CSS

*/

.custom-slider {
    overflow: hidden !important;
    background: var(--awb-custom_color_2);
}

.custom-slider .fusion-builder-row {
    position: static !important;
}

.custom-slider .custom-slide {
    position: absolute !important;
    left: 0 !important;
    top: 0 !important;
    width: 100% !important;
    height: 100% !important;
    z-index: 0;
    opacity: 0;
    transition: 0.3s ease-in-out;
}

.custom-slider .custom-slide .fusion-column-wrapper > div,
.custom-slider .custom-slide .fusion-column-wrapper > div > span,
.custom-slider .custom-slide .fusion-column-wrapper div > span > img {
    width: 100% !important;
    height: 100% !important;
}

.custom-slider .custom-slide .fusion-column-wrapper div > span > img {
    object-fit: cover !important;
}

.custom-slider .custom-slide.active {
    z-index: 10;
    opacity: 1;
}

.custom-slider .custom-slider-content {
    z-index: 99;
}

.custom-slider .custom-slide .fusion-column-wrapper {
    margin: 0 !important;
    display: flex !important;
    flex-direction: row !important;
    align-items: center;
}

.custom-slider .custom-slide .fusion-column-wrapper:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(
        180deg,
        rgba(13, 13, 15, 0.8) 0%,
        rgba(67, 69, 73, 0.4) 100%
    );
    z-index: 1;
}


.slider-nav-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    padding: 20px 15px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -60px;
}
.slider-nav-btn {
    transform: scale(0.7);
    width: 10px;
    height: 10px;
    position: relative;
    display: inline-block;
    border-radius: 50%;
    transition: 0.15s ease-out;
    cursor: pointer;
}
.slider-nav-btn:not(:last-of-type) {
    margin-right: 10px;
}
.slider-nav-btn.active {
    transform: scale(1);
}

.slider-nav-btn {
    background: rgba(255, 255, 255, 0.5) !important;
}

.slider-nav-btn.active:before {
    background: var(--awb-custom_color_1) !important;
}

.slider-nav-btn:before {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    background: rgba(255, 255, 255, 0);
    border-radius: 50%;
    transform: scale(0);
    transition: 0.15s ease-in-out;
}

.slider-nav-btn.active:before {
    transform: scale(1);
}

.slider-nav-btn:not(.active):hover:before {
    background: rgba(255, 255, 255, 0.8);
    transform: scale(1);
}

.custom-slider {
    position: relative;
}


/*

Custom Slider 2 CSS

*/

.custom-slider2 {
    overflow: hidden !important;
    background: var(--awb-custom_color_2);
}

.custom-slider2 .fusion-builder-row {
    position: static !important;
}

.custom-slider2 .custom-slide2 {
    position: absolute !important;
    left: 0 !important;
    top: 0 !important;
    width: 100% !important;
    height: 100% !important;
    z-index: 0;
    opacity: 0;
    transition: 0.3s ease-in-out;
}

.custom-slider2 .custom-slide2 .fusion-column-wrapper > div,
.custom-slider2 .custom-slide2 .fusion-column-wrapper > div > span,
.custom-slider2 .custom-slide2 .fusion-column-wrapper div > span > img {
    width: 100% !important;
    height: 100% !important;
}

.custom-slider2 .custom-slide .fusion-column-wrapper div > span > img {
    object-fit: cover !important;
}

.custom-slider2 .custom-slide2.active {
    z-index: 10;
    opacity: 1;
}

.custom-slider2 .custom-slider-content2 {
    z-index: 99;
}

.custom-slider2 .custom-slide2 .fusion-column-wrapper {
    margin: 0 !important;
    display: flex !important;
    flex-direction: row !important;
    align-items: center;
}

.custom-slider2 .custom-slide2 .fusion-column-wrapper:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(
        180deg,
        rgba(13, 13, 15, 0.8) 0%,
        rgba(67, 69, 73, 0.4) 100%
    );
    z-index: 1;
}


.slider-nav-wrapper2 {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    padding: 20px 15px;
    position: absolute;
    bottom: -60px;
}
.slider-nav-btn2 {
    transform: scale(0.7);
    width: 10px;
    height: 10px;
    position: relative;
    display: inline-block;
    border-radius: 50%;
    transition: 0.15s ease-out;
    cursor: pointer;
}
.slider-nav-btn2:not(:last-of-type) {
    margin-right: 10px;
}
.slider-nav-btn2.active {
    transform: scale(1);
}

.slider-nav-btn2 {
    background: rgba(255, 255, 255, 0.5) !important;
}

.slider-nav-btn2.active:before {
    background: var(--awb-custom_color_1) !important;
}

.slider-nav-btn2:before {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    background: rgba(255, 255, 255, 0);
    border-radius: 50%;
    transform: scale(0);
    transition: 0.15s ease-in-out;
}

.slider-nav-btn2.active:before {
    transform: scale(1);
}

.slider-nav-btn2:not(.active):hover:before {
    background: rgba(255, 255, 255, 0.8);
    transform: scale(1);
}

.custom-slider2 {
    position: relative;
}
