.showcase-slider {
    position: relative;
    margin-bottom: 50px;
}

.showcase-slider .title-cont {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 15px 35px;
}

.showcase-slider .title-cont h2 {
    display: inline-block;
    font-size: 26px;
    padding-bottom: 20px;
    color: #6fb43f;
    border-bottom: 4px solid #0661c2;
    text-transform: uppercase;
    margin-bottom: 25px;
    font-weight: 800;
}

.showcase-slider .title-cont .subtitle {
    font-size: 17px;
    font-weight: bold;
    color: #0661c2;
}

.showcase-slider .slider {
    position: relative;
    padding-bottom: 55px;
    background-color: #044890;
    margin-bottom: 0;
}

.showcase-slider .arrow-cont {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    display: flex;
    border-top: 1px solid white;
}

.showcase-slider .arrow-cont .custom-arrow {
    width: 50%;
    padding: 20px;
    text-align: center;
    color: white;
    font-size: 17px;
    font-weight: 700;
    background-color: #044890;
    cursor: pointer;
}

.showcase-slider .arrow-cont .custom-arrow.prev i {
    margin-right: 6px;
}

.showcase-slider .arrow-cont .custom-arrow.prev {
    border-right: 1px solid white;
}

.showcase-slider .arrow-cont .custom-arrow.next i {
    margin-left: 6px;
}

.showcase-slider .slider .item {
    position: relative;
    margin-bottom: 5px;
}

.showcase-slider .slider .item .img-cont {
    position: relative;
    padding-bottom: 85%;
}

.showcase-slider .slider .item .img-cont::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 50%;
    background: linear-gradient(to top, rgba(0,0,0,0.86) 0%, rgba(0,0,0,0) 100%);
}

.showcase-slider .slider .item .slide-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 100px;
    position: relative;
    padding: 25px;
    background-color:#0661c2;
    border-top: 1px solid white;
    text-align: center;
}

.showcase-slider .slider .item .slide-content::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 8px;
    background-color: #9d1059;
}

.showcase-slider .slider .item .slide-content .desc {
    display: none;
}

.showcase-slider .slider .item .slide-content h3 {
    font-size: 22px;
    line-height: 25px;
    color: white;
    font-weight: 700;
    margin: 0;
    text-transform: none;
}

.showcase-slider .title-slider {
    display: none;
}

@media (min-width: 750px) {
    .showcase-slider .grid-container {
        display: grid;
        display: -ms-grid;
        grid-template-rows: 1fr;
        -ms-grid-rows: 1fr;
        grid-template-columns: 6.5fr 30px 3.5fr;
        -ms-grid-columns: 6.5fr 30px 3.5fr;
        position: relative;
        background-color: #019fc4;
    }

    .showcase-slider .slider {
        grid-row: 1/2;
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        grid-column: 1/3;
        -ms-grid-column: 1;
        -ms-grid-column-span: 2;
        background-color: transparent;
    }

    .showcase-slider .title-slider {
        display: block;
        grid-row: 1/2;
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        grid-column: 2/4;
        -ms-grid-column: 2;
        -ms-grid-column-span: 2;
    }

    .showcase-slider .slider .item .slide-content {
        background-color: transparent;
        border: 0;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        text-align: left;
        padding: 15px;
    }

    .showcase-slider .slider .item .slide-content::after {
        display: none;
    }

    .showcase-slider .slider .item .slide-content .desc {
        display: block;
        font-size: 15px;
        color: white;
        line-height: 19px;
        margin: 0;
    }

    .showcase-slider .slider .item .slide-content .desc a {
        font-weight: 600;
        color: white;
    }

    .title-slider {
        position: relative;
    }

    .title-slider .inner,
    .title-slider .inner .slick-list {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100% !important;
        padding-left: 30px;
    }

    .title-slider .title-item .inner-item {
        display: flex;
        align-items: center;
        height: 100%;
        padding: 25px 15px;
        background-color: #019fc4;
        border-left: 1px solid white;
        cursor: pointer;
        /*margin-left: 30px;*/
    }

    .title-slider .title-item h3 {
        font-size: 24px;
        line-height: 30px;
        margin: 0;
        color: white;
        text-transform: none;
        font-weight: 700;
    }

    /* .title-slider .inner {
        transition: opacity 100ms;
        opacity: 1;
    } */

    .title-slider .inner.slick-vertical .slick-slide {
        border: 0;
        min-height: 130px;
    }

    /* .title-slider .inner.fade-out {
        opacity: 0;
    } */

    .title-slider .title-item .inner-item {
        position: relative;
    }

    .title-slider .title-item .inner-item::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 1px;
        background-color: white;
    }
    .title-slider .title-item.slick-current{
    }
    .title-slider .title-item.slick-current .inner-item {
        left: -30px;
        width: calc(100% + 30px);
        background-color: #0661c2;
        margin-left: 0;
        border-top-left-radius: 12px; 
    }

    .title-slider .title-item .inner-item::before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 45%;
        height: 6px;
        background-color: #9d1059;
        opacity: 0;
    }

    .title-slider .title-item.slick-current .inner-item::before {
        opacity: 1;
    }
}

@media (min-width: 1025px) {
    .title-slider .inner,
    .title-slider .inner .slick-list {
        padding-left: 50px;
    }
    .title-slider .title-item.slick-current .inner-item {
        left: -50px;
        width: calc(100% + 50px);
    }

    .showcase-slider .grid-container {
        grid-template-columns: 6.75fr 50px 3.25fr;
        -ms-grid-columns: 6.75fr 50px 3.25fr;
        grid-template-rows: 1fr 85px;
        -ms-grid-rows: 1fr 85px;
        position: relative;
        background-color: #019fc4;
        height: 685px;
    }

    .showcase-slider {
        margin-bottom: 80px;
    }

    .showcase-slider .slider .item .img-cont {
        padding-bottom: 60%;
        height: 100%;
    }

    .showcase-slider .slider {
        padding: 0;
        grid-row: 1/3;
        -ms-grid-row: 1;
        -ms-grid-row-span: 2;
    }

    .showcase-slider .slider .slick-list {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .showcase-slider .slider .slick-list .slick-track {
        height: 100%;
    }

    .showcase-slider .title-slider {
        grid-row: 1/3;
        -ms-grid-row: 1;
        -ms-grid-row-span: 2;
    }

    .showcase-slider .slider .item {
        margin: 0;
    }

    .showcase-slider .flex-container {
        position: relative;
    }

    .title-slider .title-item .inner-item {
        position: relative;
        padding: 30px 0;
        /*margin-left: 50px;*/
    }

    .title-slider .title-item h3 {
        font-size: 33px;
        line-height: 40px;
        font-weight: 500;
        margin: 0 50px;
    }

    .showcase-slider .arrow-cont {
        position: relative;
        grid-row: 2/3;
        -ms-grid-row: 2;
        -ms-grid-row-span: 1;
        grid-column: 3/4;
        -ms-grid-column: 3;
        -ms-grid-column-span: 1;
    }

    .showcase-slider .arrow-cont::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 140%;
        transform: translateY(-100%);
        background: linear-gradient(to top, rgba(255,255,255,0.65) 0%, rgba(255,255,255,0) 100%);
        pointer-events: none;
    }

    .showcase-slider .arrow-cont .custom-arrow {
        padding: 25px 20px;
        font-size: 28px;
    }

    .showcase-slider .slider .item .slide-content {
        padding: 0 0 30px 50px;
        width: 70%;
    }

    .showcase-slider .slider .item .slide-content h3 {
        font-size: 26px;
        line-height: 46px;
    }

    .showcase-slider .slider .item .slide-content .desc {
        font-size: 18px;
        line-height: 24px;
    }

    .showcase-slider .slider .item .slide-content .desc a {
        font-size: 20px;
    }

    .showcase-slider .title-cont h2 {
        font-size: 48px;
        line-height: 40px;
    }

    .showcase-slider .title-cont .subtitle {
        font-size: 36px;
    }

    .title-slider .title-item .inner-item::before {
        height: 10px;
    }
}