
.sub-body2 {
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    gap:30px;
    margin-bottom: 80px;
    margin-top: 80px;
}

.sub-body2 img {
    width:100%;
    height:100%;
    object-fit: cover;
    opacity:1;
    cursor: pointer;
}
@media(max-width:600px){
    .sub-body2 img{
        opacity: 0;
        transform: translateY(75%) scale(0);
        transition: opacity 900ms ease, transform 900ms ease;
    }
}

.sub-body2 img.appear {
    opacity: 1;
    transform: translateY(0) scale(1);
}

.coloana1 {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
    gap: 20px;
}

.coloana2 {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
    gap: 20px;
}

.coloana3 {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
    gap: 20px;
}
.container-poza{
    height: 100%;
    position: relative;
    font-size:clamp(10px,3vw,30px);
}

.txt-poza{
    padding: 5px;
    color: white;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index:1;
    opacity: 0;
}


@media(max-width:550px) {
    .sub-body2{
        flex-direction: column;
    }
    .container-poza{
        height: 350px;
    }
}

.fundal-imagine-mare{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    background-color: rgba(0, 0, 0, 0.82);
}
#closeButon{
    font-size: 35px;
    color: white;
    position: absolute;
    top:10%;
    right:4%;
    z-index: 1001;
    cursor:pointer;
}
#imagine-mare{
    max-width: 90%;
    max-height: 90%;
}

.buton-left i,
.buton-right i{
    position: absolute;
    color: white;
    font-size: 40px;
    top:50%;
    transform: translate(0,-50%);
}
.buton-left i{
    left: 5%;
}
.buton-right i{
    right: 5%;
}

@media(min-width:1100px){
    .buton-left i{
        left: 25%;
        font-size: 60px;
    }
    .buton-right i{
        right: 25%;
        font-size: 60px;
    }
    #closeButon{
        top: 5%;
        right: 5%;
        font-size: 50px;
    }
}