.section-1-hotel {
    padding: 100px 0;
    display: inline-block;
    width: 100%;
}

.section-1-hotel h2 {
    margin: 0 auto 50px;
    max-width: 630px;
}

.slide_content {
    color: #fff;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.slide_content h4 {
    color: var(--Neutral-White, #FFF);
    text-align: center;
    font-family: "Lexend Deca";
    font-size: 18px;
    font-style: normal;
    font-weight: 200;
    line-height: normal;
    margin: 0;
}

.slide_content h3 {
    color: var(--Neutral-White, #FFF);
    text-align: center;
    font-family: "Cormorant Infant";
    font-size: 50px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    /* text-transform: uppercase; */
    margin: 20px 0;
}

.number_slide {
    color: var(--Neutral-White, #FFF);
    text-align: center;
    font-family: "Cormorant Infant";
    font-size: 24px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

#gallery-hotel .slick-arrow::before,
#gallery-hotel .slick-arrow::after {
    display: none !important;
}

#gallery-hotel {
    display: inline-block;
    width: 100%;
    position: relative;
    margin: 100px 0 0;
}

#gallery-hotel .slick-prev {
    width: 80px;
    height: 80px;
    left: 20px !important;
    background: url(../assets/images/L-arrow.svg) center center no-repeat;
    z-index: 11 !important;
    filter: brightness(0) invert(1);
}

#gallery-hotel .slick-next {
    width: 80px !important;
    height: 80px !important;
    right: 20px !important;
    background: url(../assets/images/R-arrow.svg) center center no-repeat !important;
    z-index: 11 !important;
    filter: brightness(0) invert(1);
}

.section-2-hotel {
    padding: 0 0 100px;
    display: inline-block;
    width: 100%;
}

.section-4-hotel {
    padding: 0 0 100px;
    display: inline-block;
    width: 100%;
}

.section-testimonials {
    display: inline-block;
    width: 100%;
    padding: 0 0 80px;
}

.row_content {
    display: flex;
    align-items: center;
    position: relative;
}

@media screen and (min-width:991px) {
	.section-2-hotel .row_content{
		position: relative;
	}
	.section-2-hotel .row_content::before{
		content: '';
        position: absolute;
        top: -30px;
        left: 5vw;
        background: rgba(188, 174, 141, 0.10);
        width: 90vw;
        height: 500px;
        max-width: 1560px;
	}
	.row_content.row_2{
		margin-top: 50px
	}
    .text_content {
        padding-left: 50px;
    }
    .section-2-hotel .title_custom,
    .section-3-hotel .title_custom {
        padding-bottom: 50px;
    }
    .section-3-hotel .row_2::before {
        content: '';
        position: absolute;
        top: -90px;
        left: 5vw;
        background: rgba(188, 174, 141, 0.10);
        width: 90vw;
        height: 500px;
        max-width: 1560px;
    }
	.section-3-hotel .row_content .fadeInRight img{
		float: right;
	}
}

@media screen and (max-width:991px) {
    .section-2-hotel .title_custom,
    .section-3-hotel .title_custom {
        padding-bottom: 30px;
    }
    .section-testimonials {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .section-2-hotel .content_general {
        padding-top: 20px;
    }
    .section-4-hotel,
    .section-2-hotel {
        padding: 0 0 20px;
    }
    .row_content {
        flex-direction: column;
        margin-bottom: 20px;
    }
    .row_content .fadeInLeft {
        order: 2;
        padding-top: 10px;
    }
    .section-1-hotel {
        padding: 80px 0 40px;
    }
    .section-1-hotel h2 {
        margin-bottom: 30px;
    }
    #gallery-hotel {
        margin-top: 30px;
    }
    #gallery-hotel .slick-prev,
    #gallery-hotel .slick-next {
        width: 40px !important;
        height: 40px !important;
        background-size: cover !important;
    }
    .slide_content h4 {
        font-size: 14px;
    }
    .slide_content h3 {
        font-size: 28px;
        margin: 5px 0;
        line-height: 1;
    }
    .number_slide {
        font-size: 18px;
    }
    #gallery-hotel .slide_item {
        min-height: 300px;
        max-height: 300px;
    }
    #gallery-hotel .slide_item img {
        min-height: 300px;
        max-height: 300px;
        max-width: fit-content;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        /* IE 9 */
        -webkit-transform: translate(-50%, -50%);
    }
    .slide_content {
        min-height: 300px;
    }
	.section-8-home  .restaurants.oferte .slick-prev,.section-8-home .restaurants.oferte .slick-next {
        top: 15% !important;
    }
}