@font-face {
    font-family: 'Bad Script';
    src: url('fonts/BadScript-Regular.ttf');
}

@font-face {
    font-family: 'Montserrat';
    src: url('fonts/Montserrat-Black.ttf');
    font-weight: 900;
}

@font-face {
    font-family: 'Montserrat';
    src: url('fonts/Montserrat-Bold.ttf');
    font-weight: 600;
}

.block-wrapper {
    padding: 30px 0 59px 0;
    background-repeat: no-repeat;
    background-size: cover;
}

.block-content-top {
    position: relative;
}

.block-text-top-bg {
    font-family: 'Montserrat', serif;
    font-weight: 900;
    line-height: 1;
    color: #000;
    -webkit-text-stroke: 1px #fff;
    text-stroke: 1px #fff;
    opacity: .2;
}

.block-text-top {
    display: flex;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.block-top-title, .block-bottom-title {
    font-family: "Bad Script", monospace;
    color: #fff;
    align-self: center;
}

.block-text-top-img {
    width: 100px;
    height: 100px;
    align-self: center;
    fill: #fff;
    margin: 15px 20px;
}

.block-text-top-lead {
    font-family: 'Montserrat', serif;
    line-height: 1;
    align-self: center;
    font-weight: 600;
}

.block-text-top-lead-white {
    color: #fff;
}

.block-text-top-lead-color {
    color: #fe980f;
}

.block-content-bottom {
    display: flex;
    justify-content: center;
}

.bottom-arrow {
    fill: #fe980f;
    width: 168px;
}

.block-bottom-title {
    margin: 0 30px;
}

.block-bottom-logo {
    fill: #005c9a;
    width: 200px;
    align-self: center;
}

.block-bottom-text {
    font-family: 'Montserrat', serif;
    color: #fff;
    text-align: center;
    margin: 20px auto;
    width: 55%;
}

.block-content-slider {
    margin: 35px 100px;
    position: relative;
}

.block-content-slider .owl-nav .owl-prev,
.block-content-slider .owl-nav .owl-next {
    position: absolute;
    top: 40%;
}

.block-content-slider .owl-nav .owl-prev {
    left: 0;
    margin-left: -65px;
}

.block-content-slider .owl-nav .owl-next {
    right: 0;
    margin-right: -65px;
}

.block-content-slider .owl-nav .owl-prev i,
.block-content-slider .owl-nav .owl-next i {
    color: #fff;
    display: inline-block;
    font-size: 55px;
}

.block-content-slider .owl-nav .owl-prev.disabled i,
.block-content-slider .owl-nav .owl-next.disabled i {
    color: rgba(0, 0, 0, .5);
}

.block-slider-item {
    background: rgba(0, 0, 0, .5);
    border-radius: 15px;
    overflow: hidden;
    height: 300px;
    color: #fff;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3), 0 1px 2px 0 rgba(0, 0, 0, 0.1);
}

.block-slider-item-title {
    font-size: 18px;
}

.block-item-text {
    padding: 15px 25px;
}

.block-item-text-content {
    margin: 15px 0;
    overflow-y: auto;
    height: 200px;
    font-size: 14px;
}
.block-item-audio-content {
    padding: 0 15px 15px 25px;
    overflow-y: auto;
    height: 260px;
    font-size: 12px;
    margin: 15px 15px 0 0;
}
.block-item-audio-content h2 {
    color: #fff;
    font-size: 16px;
}
.block-slider-item-title-video {
    padding: 5px 10px;
    font-size: 14px;
    height: 30px;
    position: relative;
    z-index: 100;
    background: rgba(0,0,0,.3);
}
@media (max-width: 1740px) {
    .block-content-top{
        height: 200px;
    }
    .block-text-top-bg {
        font-size: 140px !important;
    }

    .block-top-title {
        font-size: 50px !important;
    }

    .block-text-top-lead {
        font-size: 20px !important;
    }

    .bottom-arrow {
        width: 150px;
    }

    .block-bottom-title {
        font-size: 40px !important;
    }

    .block-bottom-logo {
        width: 150px;
    }
    .block-item-audio-content audio{
        width: 100%;
    }
}

@media (max-width: 1400px) {
    .block-content-top{
        height: 280px;
    }
    .block-text-top,
    .block-content-bottom {
        flex-direction: column;
        text-align: center;
    }
    .bottom-arrow {
        margin: 0 auto;
    }
    .block-text-top-bg {
        font-size: 100px !important;
    }
    .block-content-slider{
        margin: 35px 55px;
    }
    .block-text-top-lead{
        line-height: normal;
    }
    .block-content-slider .owl-nav .owl-prev {
        margin-left: -45px;
    }

    .block-content-slider .owl-nav .owl-next {
        margin-right: -45px;
    }
}