#layerslider {
    background-image: linear-gradient(to top, #f4f1de00, #e07b5f00), url(../img/slide.webp);
    background-position: top;
    background-repeat: no-repeat;
    background-attachment: inherit;
    background-size: cover;
    height: 850px;
}

#layerslider .ls-content {
    left: 11% !important;
}

#layerslider .text-box {
    color: var(--color-font-secondary);
    left: 13%;
}

#layerslider .text-box h2 {
    font-weight: bolder;
    font-size: 3.25rem;
    line-height: 54px;
    color: #ffffff;
    width: 50%;
}

#layerslider .text-box .btn_theme_tertiary,
#layerslider .text-box .btn_theme_secondary {
    font-size: 1.45rem;
    font-weight: 600;
    padding: 10px 30px !important;
    margin-top: 1rem !important;
    border-radius: 90px !important;
    background-color: var(--color-primary-hover)!important;
    color: #fff!important;
    transition: 0.4s;
}

#layerslider .text-box .btn_theme_tertiary:hover,
#layerslider .text-box .btn_theme_secondary:hover {
    transition: 0.3s;
    background-color: var(--color-tertiary)!important;
    color: #fff !important;
}

#layerslider .ls-slide .ls-l {
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    width: 100% !important;
}




@media (max-width: 1299px) {
    #layerslider .ls-content {
        left: 9% !important;
    }
}

@media (max-width: 991px) {

}

@media (max-width: 768px) {
   
}

@media (max-width: 550px) {

    #layerslider {
        background-position: right;
        background-repeat: no-repeat;
        background-attachment: initial;
        background-size: cover;
        height: 300px;
    }
    #layerslider .text-box h2 {
        font-weight: bolder;
        font-size: 16px;
        line-height: 20px;
        color: #ffffff;
        width: 70%;
    }
    #layerslider .text-box .btn_theme_tertiary, #layerslider .text-box .btn_theme_secondary{display: none;}

}