.hero-sec {
    width: 100%;
    height: 100vh;
    background: linear-gradient(301deg, rgba(44, 34, 150, 0), #1fd086),
        linear-gradient(10deg, #edf3f0, #edf3f0);

}

.logo-img-shopify {
    height: 100px;
    width: 90px;
}

.hero-text {
    font-size: 25px;
    line-height: 40px;
    font-weight: 700;
    margin-top: 10px;
}

.slider-container {
    overflow: hidden;
    width: 100%;
    height: 100vh;
    /* z-index: 1212; */

}

.slider {
height: 90vh;
    display: flex;
    flex-direction: column;
    animation: slide 30s linear infinite;
}

.slider-container2 {
    overflow: hidden;
    width: 100%;
    height: 100vh;
    z-index: 22;
}

.slider2 {
    display: flex;
    flex-direction: column;
    animation: slide 50s linear infinite;
}

@keyframes slide {
    0% {
        transform: translateY(0);
    }

    33.33% {
        transform: translateY(-100%);
    }

    66.66% {
        transform: translateY(-74%);
    }

    100% {
        transform: translateY(0);
    }
}


@keyframes slide {
  0%{ transform: translateY(0);
    }

    33.33% {
        transform: translateY(-100%);
    }

    66.66% {
        transform: translateY(-74%);
    }

    100% {
        transform: translateY(0);
    }
}
.btn-block{
    background-color: aliceblue;
}
.btn-block:hover{
    background-color: rgba(37, 243, 130, 0.404);
    text-decoration: none;
}
a{
    
}