body {
    font-family: 'Poppins';
    position: relative;
    margin: 0px 0px 0px 0px;
    height: 100%;
    display: block;
}


p {
    font-family: 'Poppins';
}

a:link {
    text-decoration: none;
}

#icon-bar {
    padding: 23px 1px 0px 25px;
    display: flex;
}


#logo-pc {
    background-image: url(images/cub-logo.webp);
    padding: 20px 27px;
    width: 10px;
    margin: 15px 40px 0px 0px;
    background-repeat: round;

}

#navi-right {

    margin: 15px 0px 0px 35px;
}

@media (max-width:900px) {
    #logo-pc {
        display: none;
    }

}

.logo {
    background-image: url(images/cub-logo.webp);
    padding: 33px 28px;
    width: 10px;
    background-repeat: round;
    margin-bottom: 20px;
}

.eng-flag{
    background-image: url(images/eng.jpg);
    background-repeat: round;
    width: 15px;
    height: 8px;
    padding: 4px;
    margin: 5px 12px;
}

.ro-flag{
    background-image: url(images/ro-flag.jpg);
    background-repeat: round;
    width: 15px;
    height: 8px;
    padding: 4px;
    margin: 5px 12px;
}

#navi-bar {

    box-shadow: rgb(99 99 99 / 20%) 0px 2px 8px 0px;
    position: fixed;
    z-index: 3;
    align-items: center;
    background-color: white;
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 3rem;
    justify-content: space-evenly;
    margin: 0px 0px 15px 0px;
    padding: 15px 10px 24px 15px;
}



#navi-bar a:link {
    padding: 1vw;
    color: rgb(40 32 32);
    text-decoration: none;
}

#navi-bar li {
    display: inline;
    font-weight: 600;
    font-size: 1rem;
    padding: 0em 0em;
}

#navi-bar a:hover {
    padding: 1vw;
    transition-timing-function: ease-in;
    transition-duration: 0.2s;
    font-size: 1.06rem;
    color: lightblue;
}

#navi-bar a:visited {
    color: rgb(79 79 79);
}


#navi-bar #icon-facebook {
    /*  color:#081F2D; */
    margin-right: 0px;
}


@media (max-width:1000px) {

    #navi-bar {
        display: none;
    }

    #logo-pc {
        display: none;
    }

    #navi-bar {
        overflow: hidden;
        background-color: white;
        position: relative;
        height: 100%;
        padding: 0px;
        box-shadow: none;
        justify-content: flex-start;
    }

    #navi-bar a {
        color: white;
        padding: 14px 16px;
        text-decoration: none;
        border-bottom: 1px solid #ccc !important;
        font-size: 17px;
        margin: 5px 0px;
        display: block;
    }

    #navi-bar a.icon {
        background: white;
        display: block;
        right: 0;
        top: 0;
    }

    .fa {
        color: black;
    }

    #navi-bar a:hover {
        background-color: #ddd;
        color: black;
    }



    #navi-right {
        margin: 15px 55px 0px 10px;
        width: 90%;

    }


}


.container-header {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: white;
    margin: 0px 15px -4px 15px;
    padding: 23px;
    align-content: center;
    flex-wrap: wrap;
    flex-direction: column;
}

.container-header .line-for-title {
    background-image: linear-gradient(to right, #ffffff, #deeeff, #82beff, #deeeff, #ffffff);
}

.cover {
    background-color: #B4CFEC;
}

#first-title {
    display: flex;
    background-color: white;
    margin: 10px 0px 10px 0px;
    font-family: 'Poppins';
    font-size: 2rem;
    text-align: center;
    color: #004363;
}

.custom-shape-divider-top-1671827961 {
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

.custom-shape-divider-top-1671827961 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 78px;
    background-color: #B4CFEC;
}

.custom-shape-divider-top-1671827961 .shape-fill {
    fill: white;
}

/*
.line-for-title{
    height: 0px;
    padding: 2px 200px 3px 110px;
    background: hsla(0, 0%, 100%, 1);
    background-image: linear-gradient(to right, #ffffff, #d3f275, #c3e94d, #d3f275, #ffffff);
}
*/
.line-for-title {
    height: 0px;
    padding: 2px 217px 3px 108px;
    background: hsl(0deg 0% 100%);
    background-image: linear-gradient(to right, #ffffff, #d3ffb2, #85db47, #b8ff84, #ffffff);
}

#text-about-escape {
    font-family: 'Poppins', serif;
    text-align: center;
    font-size: 1.7rem;
    color: #112A46;
    text-transform: uppercase;
    background-color: #B4CFEC;
    margin: -5px 20px 6px 20px;
    letter-spacing: 5px;
    font-weight: 900;
}

@media (max-width: 415px) {
    #text-about-escape span {
        font-size: 0px;
    }

}

@media (min-width: 1200px) {

    #logo-display {
        display: none;
    }

    #text-about-escape {
        margin: -4px 55px 6px 60px;
    }

    #first-title {
        font-size: 35px;
        margin: 95px 0px 10px 0px;
    }

    .line-for-title {
        padding: 1px 150px 3px 450px;
    }
}


/* one */
.custom-shape-divider-top-1671715019 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

.custom-shape-divider-top-1671715019 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 56px;
    transform: rotateY(180deg);
}

.custom-shape-divider-top-1671715019 .shape-fill {
    fill: #32ac4d;
}


/* two  */

.custom-shape-divider-top-1671716516 {
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

.custom-shape-divider-top-1671716516 svg {
    position: relative;
    margin: -1px 0px -1px 0px;
    display: block;
    width: calc(100% + 1.3px);
    height: 45px;
    transform: rotateY(180deg);
    background-image: linear-gradient(to right, #e2f5a5, #b4ff67, #c8e373, #b4ff67, #e2f5a5);
}

.custom-shape-divider-top-1671716516 .shape-fill {
    fill: #FFFFFF;
}


/* three */
.custom-shape-divider-bottom-1671716720 {
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

.custom-shape-divider-bottom-1671716720 svg {
    position: relative;
    margin: 0px 0px -1px 0px;
    height: 43px;
    display: block;
    width: calc(100% + 1.3px);
    transform: rotateY(180deg);
    background-image: linear-gradient(to right, #e2f5a5, #b4ff67, #c8e373, #b4ff67, #e2f5a5);
}

.custom-shape-divider-bottom-1671716720 .shape-fill {
    fill: #FFFFFF;
}

/* triangle custom shape  */
.custom-shape-divider-top-1671802469 {
    top: 0;
    left: 0;
    margin: -9px -1px -2px 0px;
    background-color: white;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

.custom-shape-divider-top-1671802469 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 41px;
    transform: rotateY(180deg);
}

.custom-shape-divider-top-1671802469 .shape-fill {
    fill: #B4CFEC;
}

/* contet cu paragrafe*/
.content {
    display: flex;
    justify-content: normal;
    align-items: flex-start;
    background-color: white;
    padding: 25px;
    font-family: 'Poppins';
    padding: 28px;
    flex-wrap: wrap;
    margin: 0px 1px 0px 5px;
    flex-direction: column;
}

@media (min-width: 700px) {
    .content {
        display: flex;
        justify-content: normal;
        align-items: flex-start;
        flex-wrap: nowrap;
        flex-direction: column;
    }
}

@media (min-width: 1000px) {
    .content {
        margin: 1px 65px 0px 85px;
    }

    .pc-left {
        margin: 0px 0px 0px 105px;
    }

    .pc-right {
        margin: 70px 5px 0px 80px;
    }

    #icon-bar {
        display: none;
    }
}


.icon-text {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

#quotation {
    color: #c1c0c0;
    width: 50px;
    font-size: 28px;
    margin: 0px 6px 30px 0px;
}

@media (min-width: 515px) {
    #quotation {
        margin: 0px;
    }
}


.icon-text-image2 {
    display: flex;
    flex-direction: column;
    margin-top: 25px;
    justify-content: center;
    align-items: center;
}


.design-text-content {
    color: black;
    font-size: 15px;
    line-height: 1.799999em;
}

#dtc-p0 {
    border-left: 5px solid;
    border-color: lightblue;
    margin: 5px 0px 15px 5px;
    padding: 0px 15px;
}

#dtc-p1 {
    border-left: 5px solid;
    border-color: #9fd896;
    margin: 20px 0px 51px 0px;
    padding: 0px 0px 0px 10px;
}

@media (max-width: 400px) {
    #dtc-p1 {
        margin: 15px 35px 35px 26px;
    }

}

/*
.design-text-content p {
    font-size: 11px;
    margin: 17px 14px 0px 19px;
    line-height: 24px;

}
*/

.resize-image1 {
    background-image: url(images/fisheye.webp);
    padding: 95px 140px;
    width: 10px;
    background-repeat: round;
    box-shadow: -25px 20px #9fd896;
    border-radius: 5px 35px 10px 15px;
}

.resize-image2 {
    background-image: url(images/fisheye2.webp);
    padding: 95px 140px;
    width: 10px;
    background-repeat: round;
    box-shadow: 25px -20px lightblue;
    border-radius: 10px 10px 5px 35px;
}


#biking {
    font-weight: 900;
    font-size: 25px;
    color: #c1c0c0;
    margin: 0px 10px 0px 0px;
}

#iti-2 {
    display: flex;
    align-items: center;
    justify-content: center;
}


@media (min-width: 850px) {

    .dtx-img {
        display: flex;
        flex-direction: row;
        justify-content: space-evenly;
        align-items: flex-end;
        align-items: flex-end;
        margin: 0px 15px 15px 0px;
    }

    .resize-image1 {
        padding: 8rem 12rem;
        box-shadow: -25px 20px #9fd896;
        border-radius: 5px 35px 10px 15px;

    }

    .resize-image2 {
        padding: 8rem 12rem;
        box-shadow: 25px -20px lightblue;
        border-radius: 10px 10px 5px 35px;

    }

    #iti-2 {
        flex-direction: column;
    }

    #biking {
        font-size: 60px;
    }


}


.design-images {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-direction: row;
    align-content: space-between;
    align-items: center;
    margin-right: 35px;
}

#object {
    padding: 50px;
    background-color: #32ac4d;
}

#design {
    position: relative;
    z-index: -1;
}

.price-content {
    display: flex;
    align-items: center;
    flex-direction: column;
    margin: 35px 0px 50px 0px;
}


.price-design {
    display: flex;
    color: black;
    font-weight: 600;
    flex-wrap: wrap;
    flex-direction: column;
    align-content: space-between;
    align-items: stretch;
    justify-content: space-around;
}

@media (min-width: 400px) {
    .price-design {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        align-content: center;
        justify-content: center;
    }
}

.icon-text-price {
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    align-items: flex-start;
    box-shadow: 20px -10px lightblue;
    border-radius: 20px 20px 95px 10px;
}

#card-credit {
    font-weight: 900;
    font-size: 25px;
    color: #858585;
    margin: 0px 10px 3px 5px;
}

#cat-costa {
    color: #212f4c;
    ;
    font-size: 28px;
    margin: 20px 0px 3px 2px;
}

.border-img {
    background-image: url(images/calatorie-cub-dark.webp);
    aspect-ratio: 16/9;
    background-repeat: round;
    border-radius: 10px 70px 15px 55px;
    display: flex;
    justify-content: center;
    height: auto;
    transition: .5s ease;
    backface-visibility: hidden;
}

.text-display-on-hover {
    opacity: 0;
    transition: .5s ease;
    padding: 5%;
    color: white;
    font-size: 2em;
    margin: auto;
    text-align: -webkit-center;
    filter: brightness(100%);
    font-family: unset;
    display: none;

}

.text-display-on-hover h3 {
    color: white;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}

.text-display-on-hover:hover {
    opacity: 1;
}

.border-img h3:hover {
    opacity: 0;
}

.resize-img-eco {
    background-color: lightblue;
    box-shadow: 20px -15px lightblue;
    margin: 0px 30px 0px 25px;
    border-radius: 10px 70px 11px 55px;
}

.resize-img-eco h3 {
    padding: 5%;
    color: white;
    font-size: 2em;
    margin: auto;
    text-align: -webkit-center;
    filter: brightness(100%);
    font-family: unset;

}


#lft-price {
    background-image: linear-gradient(to right, #90c7d9, #a0dbef, #d2fffb, #e8ffd8, #ffffff);
    padding: 2px 0px 1px 1px;
    margin-top: 10px;
}

@media (max-width:415px) {
    #card-credit {
        font-size: 23px;
        color: #858585;
        margin: -21px 12px 5px 4px;
    }

    .resize-img-eco {
        margin: 5px 45px 0px 35px;
    }

    .resize-img-eco h3 {
        padding: 4%;
        color: white;
        font-size: 1.5em;
    }

    .border-img {
        aspect-ratio: 4/2.7;
    }
}

@media (min-width: 400px) {
    .icon-text-price {
        justify-content: center;
        flex-direction: row;
        align-items: flex-end;
        display: flex;
    }
}

.price-text {
    display: flex;
    flex-wrap: nowrap;
    border-color: #cdcdcd !important;
    border-bottom: 1px solid;
    flex-direction: row;
    align-content: space-between;
    justify-content: space-between;
}

.price-text h2 {
    margin: 30px 0px 0px 30px;
    font-size: 18px;
}

.price-text p {
    font-size: 23px;
    margin: 15px 0px 0px 20px;
    padding: 6px;
}

.p-t-c{
    display: flex;
    flex-direction: column;
}

.p-t-c h3{
    margin: 3px 0px 15px 23px;
    font-size: 0.98rem;
    font-weight: 500;
    font-style: italic;
}

.button-appointment {
    background-color: #081F2D;
    border-radius: 29px;
    border: 1px solid #858585;
    color: white;
    font-size: 22px;
    padding: 10px 68px;
    margin: 30px 0px 0px 0px;
    font-family: 'Poppins';
    text-align: center;
    cursor: pointer;
    transition: 0.3s;
}

.button-appointment:hover {
    background-color: white;
    color: #081F2D;
    border-color: #081F2D;
    transition: 0.3s;
}


.button-voucher {
    background-color: #1c2928;
    border-radius: 29px;
    border: 1px solid #787878;
    color: #ffffff;
    font-size: 20px;
    padding: 10px 65px;
    margin: 30px 0px 0px 0px;
    font-family: 'Poppins';
    text-align: center;
    cursor: pointer;
    transition: 0.3s;
}

.button-voucher:hover {
    background-color: white;
    color: #081F2D;
    border-color: #081F2D;
    transition: 0.3s;
}

.display-button {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0px 0px 40px 0px;
}

.review-text{
    text-align: center;
    border-color: #ffffff !important;
    border-bottom: 2px solid;
    border-top: 1px solid;
    margin: 55px 70px 0px 75px;
}

.review-text h1{
    margin: 5px 0px;
    color: #000243;
    font-size: 1.6rem;
    font-weight: 900;
}

.review-text h1:hover{
    font-size:1.75rem;
}

.custom-shape-divider-bottom-1672752437 {
    bottom: 0;
    left: 0;
    width: 100%;
    margin: -55px 0px -12px 0px;
    overflow: hidden;
    position: relative;
    z-index: -1;
    transform: rotate(180deg);
}

.custom-shape-divider-bottom-1672752437 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 69px;
}

.custom-shape-divider-bottom-1672752437 .shape-fill {
    fill: lightblue;
}

.swiper-container {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1rem;
    margin-bottom: -2px;
    background-color: lightblue;
}

.wrapper {
    display: flex;
    grid-gap: 1rem;
    max-width: 768px;
    width: 100%;
    overflow-x: auto;
    scroll-snap-type: x;
    cursor: grab;
    margin: 1px 25px;
    scroll-behavior: smooth;
    scrollbar-width: none;
    /* for firefox */
}

.wrapper::-webkit-scrollbar {
    /* for chrome */
    display: none;
}

.slider {
    margin: 0px 20px 2px 15px;
    min-width: calc(95% - 1rem);
    background: lightblue;
    box-shadow: rgb(0 0 4 / 8%) 0px 10px 16px;
    display: flex;
    padding: 20px;
    justify-content: center;
    align-items: center;
    color: #000;
    transform-origin: center;
    font-size: 0.75rem;
    scroll-snap-align: start;
    user-select: none;
    border-radius: 15px 74px 14px 75px;
    flex-direction: column;
}

.slider h2{
    margin: 20px 25px;
    font-weight: 500;
    text-align: center;
}
.slider h3{
    text-align: -webkit-center;
    margin: 5px 25px;
    background-color: white;
    padding: 1px 20px;
    border-radius: 1px 17px 1px 17px;
}

.custom-shape-divider-top-1672752310 {
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

.custom-shape-divider-top-1672752310 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 69px;
}

.custom-shape-divider-top-1672752310 .shape-fill {
    fill:lightblue;
}
@media (min-width: 400px) {
    .display-button {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
}

.footer-container {
    background-color: #171d21;
    padding: 40px 0px 40px 0px;
}

.footer {
    display: flex;
    flex-wrap: nowrap;
    margin: 0px 0px 0px 35px;
    line-height: 0.571429em;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
}

.social-media {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

#icon-facebook {
    margin-right: 15px;
    color: orange
}

#icon-instagram {
    color: orange
}

.icon-sm:hover {
    color: white;
}

@media (min-width: 550px) {
    .footer {
        flex-direction: row;
        display: flex;
        justify-content: space-around;
        align-items: flex-start;
        padding: 40px 30px 40px 30px;
    }
}


.pc-left {
    margin: 0px 0px 0px 0px;
}

.pc-right {
    margin: 0px 0px 0px 0px;
}

.display-button-pc {
    display: none;
}

@media (min-width:1060px) {

    .footer {
        flex-direction: row;
        display: flex;
        align-items: flex-start;
        padding: 40px 30px 40px 30px;
        justify-content: space-around;
    }

    .footer-left {
        display: flex;
        flex-direction: row;
        justify-content: space-around;
        align-items: flex-start;
        padding: 0px 25px 0px 25px;
        min-width: 400px;
    }

    .footer-right {
        display: flex;
        flex-direction: row;
        justify-content: space-around;
        align-items: flex-start;
        padding: 0px 25px 0px 25px;
        min-width: 400px;
    }

    .price-content {
        display: flex;
        align-items: center;
        flex-direction: row;
        margin: 35px 5px 15px 90px;
        justify-content: space-evenly;
    }

    .pc-left {
        margin: 60px 0px 0px 15px;
    }

    .pc-right {
        margin: 55px 5px 0px 35px;
    }

    .display-button {
        display: none;
    }

    .display-button-pc {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin: 0px 0px 40px 0px;
    }

    #border-none {
        border-bottom: 0px;
    }

    .resize-img-eco {
        box-shadow: 40px -30px lightblue;
        border-radius: 15px 95px 15px 91px;
    }
}

@media(min-width:1200px) {

    .dtx-img {
        margin: 0px 100px 16px 45px;
    }
}

@media (min-width:412px) {
    .resize-img-eco {
        margin: 0px 70px 0px 55px;
        border-radius: 10px 55px 11px 55px;
    }

    .border-img {
        aspect-ratio: 12.5/8.34;
        border-radius: 10px 60px 15px 55px;
    }

    .resize-img-eco h3 {
        padding: 4%;
        font-size: 1.7em;
    }
}

@media (min-width:760px) {
    .resize-img-eco {
        margin: 25px 70px 0px 55px;
        border-radius: 10px 160px 10px 55px;
        box-shadow: 28px -30px lightblue;
    }

    .border-img {
        aspect-ratio: 12.5/8.34;
        border-radius: 15px 190px 12px 55px;
    }
}


@media (min-width:1300px) {
    .text-footer {
        margin: 0px 10px 0px 45px;
    }

    .border-img {
        aspect-ratio: 4/2.6;
    }

    .price-text p {
        font-size: 1.9rem;
        padding: 6px;
    }

    .price-text h2 {
        margin: 30px 0px 0px 75px;
        font-size: 1.1rem;
    }

    .resize-image1 {
        padding: 10rem 15rem;
    }

    .resize-image2 {
        padding: 10rem 15rem;
    }

}

.text-footer {
    display: flex;
    font-family: Raleway, sans-serif;
    flex-wrap: wrap;
    flex-direction: column;
    align-content: space-between;
    font-size: 1.4rem;
    color: white;
}

.font-text-footer {
    font-size: 1rem;
    font-weight: 300;
    color: #bababa;
    line-height: 0.571429em;
    font-family: Raleway, sans-serif;
}

.footer a {
    text-decoration: none;
    color: #b5b5b5;

}

.footer a:hover {
    color: white;
}