Current File : /home/mdkeenpw/public_html/wp-content/themes/logistik/assets/sass/update_1/_hero.scss
.hero-4 {
    position: relative;
    z-index: 2;
    overflow: hidden; 

}

.hero-style4 {
    position: relative;
    z-index: 6;
    max-width: 670px;
    padding: 360px 0 195px 0;

    @include md {
        padding: 300px 0 90px; 
    }

    @include xs {
        padding: 270px 0 80px;
    }

    .hero-subtitle {
        color: $white-color;
        
    }

    .hero-title {
        font-weight: 700;
        font-size: 80px;
        line-height: 90px;
        text-transform: capitalize;
        color: var(--white-color);
        display: block;

        @include lg {
            font-size: 70px;
            line-height: 80px;
        }

        @include xs {
            font-size: 50px;
            line-height: 60px;
        }

        @include vxs {
            font-size: 30px;
            line-height: 40px;
        }
    }
}

.hero-video-1 {
    .play-btn>i {
        width: var(--icon-size, 100px);
        height: var(--icon-size, 100px);
        line-height: var(--icon-size, 100px);
        background-color: $white-color;
        color: $title-color;
        font-size: var(--icon-font-size, 1.2em); 
        transition: 0.4s;
        &:hover {
            background-color: $theme-color;
            color: $white-color;
        }

        @include md {
            display: none;
        }
    }
}

.hero-indicator-wrapper {
    position: absolute;
    top: auto;
    bottom: 50px;
    right: calc(100% - 85%);

    @include sm {
        display: none;
    }
}

.hero-indicator4 {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;

    .indicator {
        position: absolute;
        top: 0px;
        left: var(--pos-x);
        height: 63px;
        border-radius: 50%;
        width: var(--width-set);
        border: 2px solid $white-color;
        transition: 0.6s ease;
    }

    .indicatior-btn {
        display: block;
        border: 2px solid rgba(255, 255, 255, 0.2);
        border-radius: 50%;
        cursor: pointer;
        min-width: 60px;

        img {
            width: 60px;
            height: 60px;
            border-radius: 50%;
            transition: all 0.4s ease-in-out;
            transform: scale(0.8);
        }
    }
}
.themeholy-hero-slide{
    position: relative;
    &:before {
        content: '';
        height: 100%;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background: rgba(18, 18, 18, 0.8);
        z-index: 0;
    }
}
.themeholy-hero-4 {
    position: absolute;
    top: 100px;
    z-index: 1;
    overflow: hidden;

    &:before {
        content: '';
        height: 100%;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background: rgba(18, 18, 18, 0.8);
        z-index: 0;
    }

    img {
        object-fit: cover;
    }
}

.slider-dots-box {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    z-index: 999;
    right: 20%; 
    bottom: 116px;
    @include sm {
        display: none; 
    }

}

.slider-dots {
    position: absolute;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    margin: 0;
    max-width: 275px; 


    li {
        width: 80px;
        height: 80px;
        list-style: none;
    }
}

.slider-dots button {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: block;
    border: 0;
    background-color: transparent;
    margin: 0; 
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding: 0;
    transition: .3s all;
    position: relative;
    z-index: 0;
}

.slider-dots-box .slick-active button {
    min-width: 80px;
    min-height: 80px;
    margin: 0; 
}

.slider-dots button:after {
    content: "";
    display: block;
    min-width: 80px;
    min-height: 80px;
    border-radius: 50%;
    border: 2px solid #363739;
    opacity: 0;
}

.slider-dots-box .slick-active button:after {
    content: none;
    display: none;
}

.slider-dots-box .slick-active button:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
    border: 2px solid rgba(0, 0, 0, 0.05);
    border-radius: 50%;
    opacity: 0;
}

.circle-bg {
    fill: rgba(255, 255, 255, 0);
    stroke: rgba(0, 0, 0, 0.05);
    stroke-width: 2;
    stroke-linecap: butt;
}

.circle-go {
    fill: rgba(255, 255, 255, 0); 
    stroke: $white-color;
    stroke-width: 2;
    min-width: 80px;
    min-height: 80px;      
    margin:0; 
    stroke-linecap: round;
    animation: progress 22s;
    stroke-dasharray: 500px;
    stroke-dashoffset: 500; 
}

.circle-tx {
    fill: #000;
    stroke-width: 1;
    font: bold 16px 'Arial';
    text-anchor: middle;
}

@keyframes progress {
    from {
        stroke-dashoffset: 360;
    }

    to {
        stroke-dashoffset: 0;
    }
}

.slider-img {
    position: absolute;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px; 
    margin: 0;
    max-width: 275px;

    li {
        list-style: none; 
        border: 2px solid rgba(255, 255, 255, 0.2);
        border-radius: 50%;
        min-width: 80px;

        img { 
            position: relative;
            min-width: 80px;
            min-height: 80px;
            border-radius: 50%;
            transition: all 0.4s ease-in-out;
            transform: scale(0.8); 
            object-fit: cover; 
            z-index: 9;  
            
        }
    }
}

// .progress-svg {
//     width: 80px;
//     height: 80px; 
// }