    @font-face {
    font-family: 'AvenirLTPro';
    src: url('../fonts/new/AvenirLTProHeavy.otf') format('opentype');
    font-weight: 800;
    font-style: normal;
    }
    
    @font-face {
        font-family: 'Axiforma';
        src: url('../fonts/new/Axiforma-Medium.otf') format('opentype');
        font-weight: 500;
        font-style: normal;
    }
    
    @font-face {
        font-family: 'Luxia';
        src: url('../fonts/new/Luxia-Regular.otf') format('opentype');
        font-weight: 400;
        font-style: normal;
    }
    
    
    .hero-slider .slide-inner {
        display: flex;
        justify-content: flex-start;
        align-items: flex-end;
    }
    .hero-slider {
        height: 90vh;
    }
    .slide-bg-image.banner-1 {
        background-position: 0 -50px;
    }
    .banner-content-wrapper {
        padding-left: 7%;
        margin-bottom: 6em;
    }
    .hero-style h2 {
        font-family: 'Luxia';
        padding: 0;
        line-height: 64px;
        letter-spacing: 2px;
    }
    .hero-style h4 {
        font-family: 'AvenirLTPro';
        padding: 30px 0;
    }
    .hero-style h5 {
        font-weight: 500;
        border: 1px solid rgb(255 255 255 / 60%);
        width: fit-content;
        padding: 10px 30px;
        margin-top: 1em;
        font-size: 20px;
    }
    
    p.watermark-title {
    position: absolute;
    left: -65px;
    top: 50%;
    transform: rotate(-90deg);
    font-size: 10px;
}

    
    