#layerslider {
    max-width: 100% !important;
    position: relative;
    background: url(../img/banner.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover;
    /* height: 800px; */
    clip-path: polygon(50% 94%, 100% 100%, 100% 0, 0 0, 0 100%);
    top: -90px !important;
}


#layerslider {
    max-width: 100% !important;
    position: relative;
}

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

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

#layerslider .text-box h2 {
    font-weight: bolder;
    font-size: 2.65rem;
    margin-top: 15rem;
    color: var(--color-font-light);
}

#layerslider .text-box .btn_theme_tertiary,
#layerslider .text-box .btn_theme_secondary {
    font-size: 1.2rem;
    font-weight: 600;
    padding: 15px 25px;
    margin-top: 10rem;
    color: var(--color-font-light);
}

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




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

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

@media (max-width: 768px) {

    #layerslider .text-box .btn_theme_tertiary,
    #layerslider .text-box .btn_theme_secondary {
        font-size: 0.85rem;
    }

    #layerslider {
        max-width: 100% !important;
        position: relative;
        height: 550px !important;
    }

    #layerslider .text-box h2 {
        font-weight: bolder;
        font-size: 1.2rem;
        margin-top: 8rem;
    }

}

@media (max-width: 499px) {

    #layerslider {
        top: 0px !important;
        height: 270px !important;
    }

    #layerslider .text-box h2 {
        font-weight: 700;
        font-size: 0.9rem;
        line-height: 16px;
        margin-top: 5rem;
    }

    #layerslider img {
        clip-path: polygon(50% 95%, 100% 100%, 100% 0, 0 0, 0 100%);
    }

    #layerslider .logo {
        width: 50px;
    }

    #layerslider {
        top: 0px !important;
    }

    #layerslider .btn_theme_secondary {
        padding-top: none;
        border-radius: 6px !important;
        padding: 5px 3px !important;
        color: var(--color-font-light) !important;
        font-weight: 400;
        display: flex;
        font-size: 12px !important;
        margin-top: 20px !important;
        text-align: center;
        flex-direction: column;
    }

    #layerslider .text-box .btn_theme_tertiary {
        display: none;
    }

}