body .section-3 {
    display: flex;
    width: 100%;
    background-color: #8CC4C8;
    padding: 100px 0px;
}
body .section-3 .container {
    display: flex;
    align-items: center;
    z-index: 1;
}
body .section-3 .container .atractii {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
body .section-3 .container .atractii h2 {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 45px;
    font-weight: 700;
    font-family: "Montserrat", sans-serif;
    color: #ffffff;
    background: url("../../assets/images/atractii.svg") no-repeat;
    width: 463px;
    height: 130px;
    position: relative;
}
body .section-3 .container .atractii h2:after {
    content: "";
    background: url("../../assets/images/under-atractii.svg") no-repeat;
    width: 277px;
    height: 168px;
    position: absolute;
    left: -55px;
    z-index: -1;
}

body .section-4 {
    margin: 30px;
    position: relative;
    z-index: 1;
}
body .section-4 .slider-atractii {
    position: relative;
}
body .section-4 .slider-atractii .control-next {
    position: absolute;
    top: -110px;
    right: 100px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
body .section-4 .slider-atractii .control-next i {
    color: #D9D9D9;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
body .section-4 .slider-atractii .control-next:hover {
    background: #EF7841;
}
body .section-4 .slider-atractii .control-next:hover i {
    color: #ffffff;
}
body .section-4 .slider-atractii .control-prev {
    position: absolute;
    top: -110px;
    right: 150px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
body .section-4 .slider-atractii .control-prev i {
    color: #D9D9D9;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
body .section-4 .slider-atractii .control-prev:hover {
    background: #EF7841;
}
body .section-4 .slider-atractii .control-prev:hover i {
    color: #ffffff;
}
body .section-4 .slider-atractii .slick-track .slick-slide {
    margin: 0 20px;
    background: #D9D9D9;
    position: relative;
    overflow: hidden;
    height: 487px;
    width: 364px;
}
body .section-4 .slider-atractii .slick-track .slick-slide img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
body .section-4 .slider-atractii .slick-track .slick-slide .hide-box {
    top: calc(100% - 40px);
    position: absolute;
    transition: all 0.3s ease-out;
    background: #EF7841;
    height: 50%;
    padding: 10px;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    gap: 10px;
}
body .section-4 .slider-atractii .slick-track .slick-slide .hide-box h3 {
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 18px !important;
    color: #ffffff;
    margin: 0;
}
body .section-4 .slider-atractii .slick-track .slick-slide .hide-box p {
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px !important;
    color: #ffffff !important;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}
body .section-4 .slider-atractii .slick-track .slick-slide .hide-box .afla {
    display: flex;
    align-items: center;
    gap: 10px;
}
body .section-4 .slider-atractii .slick-track .slick-slide .hide-box .afla a {
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    color: #ffffff;
    text-decoration-line: underline;
}
body .section-4 .slider-atractii .slick-track .slick-slide .hide-box .afla span {
    width: 16px;
    height: 16px;
    background: url("../../assets/images/next.svg") no-repeat right;
}
body .section-4 .slider-atractii .slick-track .slick-slide:hover > .hide-box {
    top: calc(100% - 210px);
    padding: 30px 20px;
}
@media screen and (max-width: 1600px) {
    body .section-4 .slider-atractii .slick-track .slick-slide .hide-box h3{
        font-size:18px;
    }
}
@media screen and (max-width: 1440px) {

    body .section-3 .container .atractii h2 {
        width: 417px;
        height: 117px;
        font-size: 40px;
    }
    body .section-3 .container .atractii h2:after {
        width: 250px;
        height: 152px;
        left: -25px;
    }

}
@media screen and (max-width: 1280px) {

    body .section-3 .container .atractii h2 {
        width: 417px;
        height: 117px;
        font-size: 40px;
    }
    body .section-3 .container .atractii h2:after {
        width: 250px;
        height: 152px;
        left: -25px;
    }
}
@media screen and (max-width: 1200px) {

    body .section-3 .container .atractii h2 {
        width: 376px;
        height: 106px;
        font-size: 36px;
        background-size: contain;
    }
    body .section-3 .container .atractii h2:after {
        width: 225px;
        height: 137px;
        left: -12px;
        background-size: contain;
    }
}
@media screen and (max-width: 992px) {
    body .section-3 .container {
        justify-content: flex-start !important;
    }
    body .section-3 .container .atractii h2 {
        width: 340px;
        height: 93px;
        font-size: 36px;
    }
    body .section-3 .container .atractii h2:after {
        width: 250px;
        height: 132px;
        left: -17px;
    }
    body .section-4 .slider-atractii .control-next {
        top: -205px;
    }
    body .section-4 .slider-atractii .control-prev {
        top: -205px;
    }
    body .section-4 .slider-atractii .slick-track .slick-slide .hide-box {
        text-align: center;
    }
    body .section-4 .slider-atractii .slick-track .slick-slide .hide-box h3 {
        width: 100%;
    }
    body .section-4 .slider-atractii .slick-track .slick-slide .hide-box .afla {
        width: 100%;
        justify-content: center;
    }
}
@media screen and (max-width: 767px) {
    body .section-3 .container {
        justify-content: flex-start !important;
    }
    body .section-3 .container .atractii h2 {
        width: 340px;
        height: 93px;
        font-size: 36px;
    }
    body .section-3 .container .atractii h2:after {
        width: 250px;
        height: 132px;
        left: -17px;
    }
}
@media screen and (max-width: 600px) {
    body .section-3 {
        padding: 55px 0px;
    }
    body .section-3 .container .atractii h2 {
        height: 70px;
        width: 245px;
        font-size: 27px;
    }
    body .section-3 .container .atractii h2:after {
        height: 100px;
    }
    body .section-4 .slider-atractii .control-next {
        right: 60px;
        top: -148px;
    }
    body .section-4 .slider-atractii .control-prev {
        right: 110px;
        top: -148px;
    }
}
@media screen and (max-width: 480px) {

    body .section-3 {
        padding: 55px 0px;
    }
    body .section-3 .container .atractii h2 {
        height: 70px;
        width: 245px;
        font-size: 27px;
    }
    body .section-3 .container .atractii h2:after {
        height: 100px;
    }
    body .section-4 .slider-atractii .control-next {
        right: 0px;
        top: -148px;
    }
    body .section-4 .slider-atractii .control-prev {
        right: 50px;
        top: -148px;
    }
}
@media screen and (max-width: 420px) {
    body .section-4 .slider-atractii .slick-track .slick-slide .hide-box{
        text-align: center;
    }
    body .section-4 .slider-atractii .slick-track .slick-slide .hide-box h3{
        width: 100%;
    }
    body .section-3 {
        padding: 35px 0px;
    }
    body .section-3 .container .atractii h2 {
        height: 70px;
        width: 200px;
        font-size: 25px;
        background-position: center;
    }
    body .section-3 .container .atractii h2:after {
        height: 85px;
    }
    body .section-4 .slider-atractii .slick-track .slick-slide {
        margin: 0;
    }
    body .section-4 .slider-atractii .control-prev {
        top: -128px;
    }
    body .section-4 .slider-atractii .control-next {
        top: -128px;
    }
}

body .section-4 .slider-atractii .slick-track .slick-slide .hide-box a span {
color:white;
}