#slider-home .slide{
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color:#fff;
    position:relative;
}
#slider-home.owl-carousel {
    display: block;
}
#slider-home .slide::before{
    content:"";
    display:block;
    position:absolute;
    z-index:0;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background:rgba(0,0,0,.3);
}

#slider-home .slide.no-overlay::before{
    display:none;
}

#slider-home .slide::after{
    content: '';
    display: block;
    padding-bottom: 93vh;
}

.slide-home-video-cont{
    position:relative;
    overflow:hidden;
}

.slide-home-video-cont iframe{
    position: absolute;
    z-index: 1;
    height: 140%;
    top: -20%;
    bottom: auto;
}

.container-text-slide-home{
    padding: 30px 15%;
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    display: flex;
    flex-flow: column;
    align-items: flex-start;
    justify-content: center;    
}

.titlu-slide-home{
    color: #fff;
    font-weight:800;
    text-align: left;
    line-height: 1.2;
    letter-spacing: 0px;
    font-weight: 400;
    font-size: 34px;
    max-width: 700px;
}

.descriere-slide-home{
    font-family: "Open Sans";
    line-height: 32px;
    letter-spacing: 0px;
    font-weight: 400;
    font-size: 20px;
    margin-top: 30px;
    max-width: 700px;
    margin-bottom: 30px;
}

.cont-butoane-slide-home{
    width:100%;
}

.cont-butoane-slide-home a{
    padding: 11px 26px;
    font-size: 14px;
    line-height: 2em;
    font-weight: 600;
    font-family: Oswald,sans-serif;
    letter-spacing: 1px;
    text-transform: uppercase;
    background: var(--culoare1);
    border-color: var(--culoare1);
    color: #fff;
    position: relative;
    overflow:hidden;
}

.cont-butoane-slide-home a span{
    position:relative;
    z-index:1;
}

.cont-butoane-slide-home a:hover,
.cont-butoane-slide-home a:focus,
.cont-butoane-slide-home a:not(:disabled):not(.disabled):active{
    background: var(--culoare1);
    border-color: var(--culoare1);
    color: #fff;
}

.cont-butoane-slide-home a::before{
    content: "";
    display: block;
    position: absolute;
    display: block;
    top: -426%;
    left: -130%;
    width: 150%;
    height: 400%;
    z-index: 1;
    -webkit-transform: rotate(45deg) translate3d(0,0,0);
    transform: rotate(45deg) translate3d(0,0,0);
    -webkit-transition: 1s cubic-bezier(.38,.16,0,.88);
    -o-transition: 1s cubic-bezier(.38,.16,0,.88);
    transition: 1s cubic-bezier(.38,.16,0,.88);
    background: var(--culoare2);
}

.cont-butoane-slide-home a:hover::before{
    -webkit-transform: rotate(30deg) translate3d(220px,0,0);
    transform: rotate(30deg) translate3d(220px,0,0);
}

#slider-home .owl-dots {
    position: absolute;
    bottom: 30px;
    width: 100%;
    text-align: center;
}

#slider-home .owl-dots .owl-dot {
    margin: 0 5px;
}

#slider-home .owl-dots .owl-dot span{
    width: 15px;
    height: 15px;
    display: inline-block;
    border-radius: 100%;
    background: rgb(235 0 139 / .5);
}

#slider-home .owl-dots .owl-dot.active span{
    background:var(--culoare1);
}

#slider-home .owl-nav .owl-prev,
#slider-home .owl-nav .owl-next{
    position: absolute;
    bottom: calc(50% - 35px);
    background: var(--culoare1);
    color: #fff;
    padding: 25px 10px!Important;
}

#slider-home .owl-nav .owl-prev i, #slider-home .owl-nav .owl-next i {
    font-size: 18px;
}

#slider-home .owl-nav .owl-prev{
    left:0;
}

#slider-home .owl-nav .owl-next{
    right:0;
}
/*********************************/

#blog-home{
    padding: 80px 0;
}

.titlu-mare-blog-home{
    font-size: 72px;
    line-height: 1.11em;
    font-weight: 400;
    text-align: center;
    font-weight:800;
    display: block;
    margin: auto;
    width: fit-content;
    position: relative;
}

.titlu-mare-blog-home span{
    position: absolute;
    left: -6px;
    top: 50%;
    z-index: -1;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 1.25em;
    height: 1.25em;
    background-color: var(--culoare1);
}

.descriere-mare-blog-home{
    text-align: center;
    margin: 40px 0 40px;
    font-size: 18px;
    line-height: 1.8;
    padding: 0 22%;
    font-weight: 400;
}

.descriere-mare-blog-home p{
    margin:0;
}

.cont-bucata-blog-home{
    margin-bottom:30px;
}

.cont-poza-blog-home{
    overflow: hidden;
    margin-bottom: 30px;
    display:inline-block;
    width:100%;
}

.poza-blog-home{
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.poza-blog-home::after{
    content:'';
    display:block;
    padding-bottom:60%;
}

.cont-bucata-blog-home:hover .poza-blog-home{
    -webkit-transform: scale(1.03) translate3d(3px,3px,0);
    transform: scale(1.03) translate3d(3px,3px,0);
}


.titlu-blog-home{
    color: var(--culoare2);
    font-size: 26px;
    line-height: 1.2;
    margin-bottom: 25px;
    display: inline-block;
}

.descriere-blog-home{
    font-family: open sans,sans-serif;
    font-size: 14px;
    line-height: 1.69;
    font-weight: 400;
    margin-bottom:25px;
}

.buton-blog-home{
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: relative;
}

.buton-blog-home::before{
    content:"";
    display:block;
    position: absolute;
    z-index: 1;
    width: 2px;
    height: 100%;
    background-color: var(--culoare1);
    vertical-align: middle;
    -webkit-transition: all .5s cubic-bezier(.1,.1,0,1);
    -o-transition: all .5s cubic-bezier(.1,.1,0,1);
    transition: all .5s cubic-bezier(.1,.1,0,1);
}

.buton-blog-home span{
    position: relative;
    z-index: 2;
    display: inline-block;
    vertical-align: middle;
    padding: 0 10px;
    -webkit-transition: 0s;
    -o-transition: 0s;
    transition: 0s;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.45em;
    position:relative;
    z-index:2;
    color:#000;
    -webkit-transition: all .3s cubic-bezier(.1,.1,0,1);
    -o-transition: all .3s cubic-bezier(.1,.1,0,1);
    transition: all .3s cubic-bezier(.1,.1,0,1);
    font-family: Oswald,sans-serif;
    letter-spacing: .05em;
    text-transform: uppercase;
}

.buton-blog-home:hover span{
    color:#fff;
}

.buton-blog-home:hover::before{
    width:100%;
}

.btn-dark.buton-lm-blog-home{
    margin-top:60px;
    padding: 6px 35px;
    font-size: 14px;
    line-height: 2em;
    font-weight: 600;
    font-family: Oswald,sans-serif;
    letter-spacing: 1px;
    text-transform: uppercase;
    background: var(--culoare1);
    border-color: var(--culoare1);
    color: #fff;
    position:relative;
    overflow:hidden;
}

.btn-dark.buton-lm-blog-home::before{
    content: "";
    display: block;
    position: absolute;
    display: block;
    top: -426%;
    left: -150%;
    width: 150%;
    height: 400%;
    z-index: 1;
    -webkit-transform: rotate(45deg) translate3d(0,0,0);
    transform: rotate(45deg) translate3d(0,0,0);
    -webkit-transition: 1s cubic-bezier(.32,.16,0,.88);
    -o-transition: 1s cubic-bezier(.32,.16,0,.88);
    transition: 1s cubic-bezier(.32,.16,0,.88);
    background: var(--culoare2);
}

.btn-dark.buton-lm-blog-home:hover::before{
    -webkit-transform: rotate(20deg) translate3d(240px,0,0);
    transform: rotate(20deg) translate3d(240px,0,0);
}

.btn-dark.buton-lm-blog-home span{
    position:relative;
    z-index:1;
}

/*********************************/
#cont-slide-parteneri{
    margin-bottom: 40px;
}

#slider-parteneri{
    column-count: 2;
    column-gap: 25px;
    margin-bottom: 65px;
}

#slider-parteneri .item{
    margin-bottom:35px;
}

.col-parteneri-bg{
    background-color:#dbf8f3;
    padding-left:60px;
}

.poza-parteneri{
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height:100%;
    width:100%;
}

.titlu-parteneri{
    font-size: 40px;
    line-height: 1.11em;
    font-weight: 400;
    text-align: center;
    font-weight:800;
    display: block;
    width: fit-content;
    position: relative;
    z-index: 1;
    margin-left: 0;
    margin-top: 85px;
    margin-bottom: 45px;
}

.titlu-parteneri span{
    position: absolute;
    left: -6px;
    top: 50%;
    z-index: -1;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 1.25em;
    height: 1.25em;
    background-color: var(--culoare1);
}

.sigla-parteneri{
    max-width:100%;
}
/*********************************/

#cont-banda-home{
    color: #fff;
    padding: 160px 0;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.titlu-banda-home{
    margin-bottom: 60px;
    text-transform: uppercase;
    font-size: 35px;
    line-height: 1.11em;
    font-weight: 400;
    font-weight:800;
}

.descriere-banda-home{
    font-family: open sans,sans-serif;
    font-size: 14px;
    line-height: 1.69;
    font-weight: 400;
}

.cont-bucnr-banda-home{
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
}

.numar-banda-home{
    text-align:center;
    font-size: 25px;
    line-height: 1.11em;
    font-weight: 400;
    
    margin-bottom:6px;
}

.subnumar-banda-home{
    text-align: center;
    font-size: 22px;
    line-height: 1.11em;
    
    text-transform: uppercase;
    letter-spacing: 1.5px;
}





