/* CSS */
.sliderfour-n{
    margin-top: 0px !important;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    position: relative;
}

.slider_four{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 1366px;
    height: 690px;
}

.slider_four #title_four{
    color: #BA0C2F;
    font-size: 34px;
    text-align: center;
    margin-bottom: 48px;
    margin-top: 96px;
    font-family: 'Alright Sans Black';
    width: 100%;
}

.slider-container-four {
    display: flex;
    flex-direction: row;
    align-items: center;
    transition: transform 0.5s ease-in-out;
}

.slider_four .slider-card-four {
    width: 306px;
    height: 420px;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: end;
    padding: 24px;
    margin-right: 27px;
    transition: all 0.7s ease-in-out;
    border-radius: 20px;
}

.slider_four .slider-card-four:hover{
    width: 368px;
    height: 506px;
}

.slider_four .slider-card-four:hover p{
    max-width: 285px;
}

.slider_four .slider-card-four:last-child{
    margin-right: 0px;
}

.slider_four .slider-card-four h1{
    font-family: 'Alright Sans Black';
    font-size: 30px;
    text-align: left;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom: 16px;
}

.slider_four .slider-card-four p{
    font-family: 'Alright Sans Regular';
    font-size: 16px;
    text-align: left;
    color: #FFFFFF;
    margin-bottom: 0px;
    max-width: 228px;
}

/*  */
.slider_four .controls_btn{
    display: none;
}

.slider_four .controls_btn .control_btn{
    display: flex;
    justify-content: space-between;
    width: 77px;
    margin-right: 30px;
}

.slider_four .slider-btn-four {
    width: 36px;
    height: 36px;
    border-radius: 50px;
    font-size: 24px;
    background: transparent;
    cursor: pointer;
    background: #BA0C2F1A;
}

.slider_four .prev-btn-four {
    left: 10px;
    background-image: url("../images-reskin/red-arrow-icon.svg");
    background-repeat: no-repeat;
    background-position: center;
}

.slider_four .prev-btn-four:hover{
    background: #BA0C2F;
    background-image: url("../images-reskin/white-left-arrow.svg");
    background-repeat: no-repeat;
    background-position: center;
}

.slider_four .prev-btn-four:focus{
    outline: none;
}

.slider_four .next-btn-four {
    right: 10px;
    background-image: url("../images-reskin/red-right-arrow.svg");
    background-repeat: no-repeat;
    background-position: center;
}

.slider_four .next-btn-four:hover{
    background: #BA0C2F;
    background-image: url("../images-reskin/white-arrow-icon.png");
    background-repeat: no-repeat;
    background-position: center;
}

.slider_four .next-btn-four:focus{
    outline: none;
}
/*  */

@media (max-width: 1000px){
    .slider_four .slider-card-four{
        width: 235px;
        height: 345px;
        margin-right: 16px !important;
    }
    .slider_four .slider-card-four:last-child{
        margin-right: 0px !important;
    }
}

@media (max-width: 768px){
    .slider_four{
        align-items: start !important;
        justify-content: start;
        height: 635px;
    }
    .slider_four #title_four{
        font-size: 26px;
        text-align: left;
        margin-left: 20px;
        max-width: 330px;
    }
    .slider_four .slider-card-four{
        width: 200px;
        height: 310px;
    }
    .slider_four .slider-card-four:first-child{
        margin-left: 20px;
    }
    .slider_four .slider-card-four:hover{
        width: 220px;
        height: 330px;
    }

    .slider_four .effect{
        width: 235px;
        height: 345px;
    }
    /* */
    .slider_four .controls_btn{
        display: flex;
        width: 100%;
        justify-content: end;
        position: absolute;
        margin-top: 595px;
    }
}