
body .section-7 {
    display: flex;
    width: 100%;
    background-color: #EF7841;
    position: relative;
    padding: 120px 0px;
}
body .section-7 .gogo {
    display: flex;
    position: absolute;
    width: 166px;
    height: 331px;
    background: url("../../assets/images/gogo.svg") no-repeat center;
    background-size: contain;
    right: 0px;
    bottom: 10px;
}
body .section-7 .container {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    z-index: 1;
}
body .section-7 .container 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/bilete.svg") no-repeat;
    width: 647px;
    height: 128px;
    position: relative;
}
body .section-7 .container h2:after {
    content: "";
    background: url("../../assets/images/under-bilete.svg") no-repeat;
    width: 277px;
    height: 168px;
    position: absolute;
    left: -55px;
    z-index: -1;
}



body .section-8 {
    display: flex;
    margin: 50px;

}
body .section-8 .container {
    display: flex;
    gap: 30px;
}
body .section-8 .container .oferte {
    justify-content: flex-start;
}
body .section-8 .container .oferte .imagine img {
    width: 100%;
}
body .section-8 .container .oferte .rezervare {
    padding: 24px;
    background-color: #326E70;
}
body .section-8 .container .oferte .rezervare h5 {
    font-family: 'londrina_arsenal_regular';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 39px;
    text-align: center;
    color: #69A3A5;
    background: url("../../assets/images/aventura.svg") no-repeat;
    width: 133px;
    height: 39px;
    display: none!important;
}
body .section-8 .container .oferte .rezervare h4 {
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 25px;
    color: #ffffff;
    height: 56px;
}
body .section-8 .container .oferte .rezervare .pret {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
body .section-8 .container .oferte .rezervare .pret p {
    font-family: 'londrina_arsenal_regular';
    font-style: normal;
    font-weight: 900;
    font-size: 36px;
    color: #ffffff;
}
body .section-8 .container .oferte .rezervare .pret .button5 {
    font-size: 16px;
    font-weight: 500;
    border: none;
    color: #ffffff;
    background-color: #EF7841;
    padding: 10px 15px;
    text-align: center;
    cursor: pointer;
    outline: none;
    background: linear-gradient(to left, #EF7841 50%, #000000 50%) right;
    background-size: 200%;
    transition: 0.5s ease-out;
}
body .section-8 .container .oferte .rezervare .pret .button5:hover {
    background-position: left;
}
body .section-8 .container .alege {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    text-align: center;
    background-color: black;
}
body .section-8 .container .alege a {
    text-decoration: none;
    width: 100%;
      font-family: 'londrina_arsenal_regular';
    font-style: normal;
    font-weight: 400;
    font-size: 54px;
    color: #EF7841;
}
body .section-8 .container .alege a p::first-line {
    font-size: 75px;
    width: 100%;
}
body .section-8 .container .alege a p span {
    color: #ffffff;
    width: 100%;
    text-align: center;
    display: block;
}

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


    body .section-7 .container h2 {
        font-size: 40px;
        width: 583px;
        height: 116px;
    }
    body .section-7 .container h2:after {
        width: 250px;
        height: 152px;
        left: -35px;
    }
}
@media screen and (max-width: 1366px) {
    body .section-8 .container .oferte .rezervare h4 {
        font-size: 22px;
    }
    body .section-8 .container .oferte .rezervare .pret p {
        font-size: 31px;
    }
}
@media screen and (max-width: 1280px) {


    body .section-7 .container h2 {
        font-size: 40px;
        width: 583px;
        height: 116px;
    }
    body .section-7 .container h2:after {
        width: 250px;
        height: 152px;
        left: -35px;
    }
}
@media screen and (max-width: 1200px) {


    body .section-7 .container h2 {
        font-size: 36px;
        width: 528px;
        height: 105px;
        background-size: contain;
    }
    body .section-7 .container h2:after {
        width: 225px;
        height: 137px;
        left: -12px;
        background-size: contain;
    }
    body .section-8 .container {
        flex-wrap: wrap;
    }
    body .section-8 .container .oferte {
        width: 100%;
    }
    body .section-8 .container .alege {
        width: 100%;
    }
}
@media screen and (max-width: 992px) {
    body .section-8 {

        margin: 50px 5vw;

    }
    body .section-7 .gogo {
        height: 282px;
        width: 110px;
    }
    body .section-7 .container {
        justify-content: flex-start !important;
    }
    body .section-7 .container h2 {
        width: 480px;
        font-size: 31px;
        height: 95px;
    }
    body .section-7 .container h2:after {
        height: 139px;
        left: -17px;
    }
}

@media screen and (max-width: 767px) {
    body .section-7 {
        padding: 100px 0px;
    }
    body .section-7 .gogo {
        height: 282px;
        width: 110px;
    }
    body .section-7 .container {
        justify-content: flex-start !important;
    }
    body .section-7 .container h2 {
        width: 480px;
        font-size: 31px;
        height: 95px;
    }
    body .section-7 .container h2:after {
        height: 139px;
        left: -17px;
    }
    body .section-8 {
        margin: 50px 0;
    }
}

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

    body .section-7 .gogo {
        height: 264px;
    }
    body .section-7 .container h2 {
        width: 394px;
        font-size: 27px;
        height: 77px;
    }
    body .section-7 .container h2:after {
        height: 120px;
    }
}

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


    body .section-7 {
        padding: 63px 0px;
    }
    body .section-7 .gogo {
        height: 180px;
        width: 83px;
    }
    body .section-7 .container h2 {
        width: 310px;
        font-size: 22px;
        height: 63px;
    }
    body .section-7 .container h2:after {
        left: -8px;
        height: 94px;
    }
    body .section-8 .container .oferte .rezervare .pret p {
        font-size: 27px;
    }
    body .section-8 .container .oferte .rezervare h4 {
        font-size: 18px;
    }
}
@media screen and (max-width: 420px) {


    body .section-7 .container h2 {
        width: 260px;
        font-size: 20px;
        background-position: center;
    }
    body .section-7 .container h2:after {
        height: 80px;
    }
    body .section-8 .container .oferte .rezervare .pret p {
        font-size: 25px;
        font-weight: 400;
    }
    body .section-8 .container .oferte .rezervare .pret .button5 {
        padding: 5px 10px;
    }
    body .section-8 .container .oferte .rezervare h4 {
        font-size: 18px;
    }
    body .section-8 .container .alege a {
        font-size: 36px;
        padding: 20px;
    }
    body .section-8 .container .alege a p::first-line {
        font-size: 54px;
    }
    body .section-8 .container .alege a p span {
        color: #ffffff;
        width: 100%;
        text-align: center;
        display: block;
    }
}
@media screen and (max-width: 380px) {
    body .section-8 .container .oferte .rezervare .pret {
        display: flex;
        flex-wrap: wrap;
    }
    body .section-8 .container .oferte .rezervare .pret p {
        width: 100%;
    }
    body .section-8 .container .oferte .rezervare .pret .button5 {
        width: 100%;
    }
}