@import url("./hero.css");
@import url("./card.css");
@import url("./splide.min.css");
.home_main {
    margin-top: 50px;
}
.main_section_header {
    margin-bottom: 25px;
}
.header-bg{
    height: 100vh;
}
.main__title {
    font-family: "Manrope";
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    color: var(--black);
}
.products__slider {
    padding: 0 30px;
    margin-bottom: 60px;
}

.features__box {
    position: relative;
    padding: 22px 22px 35px;
    width: 100%;
    height: 100%;
    background-color: #fff;
    border-radius: 6px;
}
.features__title {
    font-family: "Manrope";
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    color: var(--black);
    margin-bottom: 25px;
    max-width: 270px;
}
.features__text {
    font-family: "Open Sans";
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: var(--grey);
}
.features__btn {
    position: absolute;
    top: 10px;
    right: 10px;
}

.banner__slider {
    margin-bottom: 60px;
    padding: 0 30px;
}
.banner__slider .splide__slide {
    background-color: #999;
    height: 240px;
    border-radius: 6px;
}
.banner__slider .splide__arrow--prev{
    left: 0px;
}
.banner__slider .splide__arrow--next{
    right: 0px;
}
.products__slider .splide__arrow--prev {
    left: 0px;
}
.products__slider .splide__arrow--next {
    right: 0px;
}

@media (max-width: 992px) {
    .features__title{
        padding-right: 15px;
    }
}
@media (max-width: 768px) {
    .products__slider {
        padding: 0 10px;
    }
}
@media (max-width: 576px) {
    .splide__slide .card {
        margin: 0 auto;
    }
    .hero__title {
        font-size: 36px;
    }
    .hero__text {
        margin: 20px 0;
        line-height: 24px;
    }
    .hero {
        margin-top: 30px;
    }
    .banner__slider{
        padding: 0 15px;
    }
    .banner__slider .splide__slide {
        height: 160px;
    }
}
@media (max-width: 425px) {
    .hero__btn {
        padding: 10px 40px;
    }
    .hero__title {
        font-size: 32px;
        line-height: 44px;
    }
    .features__title{
        font-size: 18px;
        line-height: 25px;
    }
    .hero_card_content{
        padding: 5px 15px 20px;
    }
}