@font-face {
    font-family: 'HPSimplified_Rg'; 
    src: url('font/HPSimplified_Rg.ttf');
}

@font-face {
    font-family: 'HPSimplified'; 
    src: url('font/HPSimplified.ttf');
}

.bg_story {
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position: top;
    background-image: url(image/HP-Background-1920x1080-MagHub.jpg);
    color: #fff;
    font-family: 'HPSimplified_Rg';
}

.bg_story img {
    object-fit: cover;
}

.swiper-wrapper {
    height: fit-content !important;
}

.header_logo {
    display: flex;
    justify-content: end;
}

.header_logo img {
    height: 50px;
    width: auto;
    padding-left: 50px;
}

.button_story_banner {
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: center;
    bottom: 20px;
    width: fit-content !important;
}

.bg_color {
    background-color: #f2ecea;
    padding-bottom: 80px;
}

.overline_story {
    color: #000;
    font-size: 14px;
}

.headline_story {
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
    font-family: 'HPSimplified';
    color: #000;
}

.button_story {
    padding: 5px 20px;
    border: 2px solid #0196D6;
    width: auto;
    display: inline-block;
    background-color: #0196D6;
    color: #fff;
    border-radius: 5px;
    text-align: center;
}

.header_headline {
    font-family: 'HPSimplified';
}

.slider_box .button_story {
    width: 100%;
}

.bg_white {
    background-color: #fff;
}

.bg_gray {
    background-color: #EDE8E5;
    border: 1px solid transparent;
    border-radius: 5px;
}


@media only screen and (max-width: 767px)  {
    html::before {
        content: ' ';
        display: block;
        background-image: url('image/HP-Background-1920x1080-MagHub.jpg');
        background-position: left;
        background-size: cover;
        height: 100vh; width: 100vw;
        top: 0; bottom: 0; left: 0; right: 0;
        position: fixed;
        z-index: -10; 
    }

    .bg_story {
        background-image: none;
    }

    .header_logo img {
        height: 30px;
        padding-left: 30px;
    }

    .h2, h2 {
        font-size: 1.5rem;
    }

    .bg_story header {
        margin-top: 15.4rem !important;
    }
    
    .h5, h5 {
        font-size: 1rem;
    }
}