#home-slidersection{
    margin-top:35px;
}

.slidehome-background{
    display:inline-block;
    width:100%;
    height:372px;
    background-size:cover;
    background-position:center center;
    background-repeat:no-repeat;
}
#slider-home{
    position:relative;
    background-color: #e9f6ff;
}
.slide-home-item{
    
    height:100%l;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 75px 6%;
    border-radius: 10px;
}

.slidehome-title{
    color: #152c4e;
    font-weight: 700;
    font-size: 40px;
    line-height: 1.3;
    width: 59%;
    margin-left: 2.5%;
    text-align: center;
}

.slidehome-image{
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    width: auto!Important;
    height: 220px;
    border-radius: 0px;
}

.slidehome-image::after{
    content: '';
    display: block;
    padding-bottom: 98%;
}


.owl-nav button:first-child{
    position:absolute;
    top:0;
    bottom:0;
    left:20px;
    margin:auto;
}
.owl-nav button:last-child{
    position:absolute;
    top:0;
    bottom:0;
    right:20px;
    margin:auto;
}
.owl-nav i{
    font-size:35px;
    font-weight:light;
    color:black;
    line-height:30px;
}
.owl-dots{
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 30px;
    z-index: 3;
}
.owl-carousel button.owl-dot{
    width:25px;
    height:25px;
    background-color:rgba(114, 188, 252, 0.5);
    margin:0px 10px;
    border-radius:100px;
}
.owl-carousel button.owl-dot:hover{
    background-color:rgba(114, 188, 252, 1);
}
.owl-carousel button.owl-dot.active{
    background-color:rgba(114, 188, 252, 1);
}

#home-section2{
    margin-top: 70px;
}
.home-section2{
    width: 100%;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.home-section2-mrow{
    margin-left: -15px;
    margin-right: -15px;
}
.section2-item{
    width: 20%;
    transition: all .3s ease-in-out;
    margin: 0;
    padding: 0 15px;
}
.section2-item img{
    width:100%;
}
.section2-item-desc{
    width:100%;
    padding:10px 0px;
}
.section2-item-desc p{
    color:var(--culoare1);
    font-size:20px;
    font-weight:bold;
}

.section2-image{
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    width:100%;
}

.section2-image::after{
    content: '';
    display: block;
    padding-bottom: 108%;
}

#home-slidersection2{
    width:100%;
    background-color:var(--culoare1);
    padding:40px 25px 25px 25px;
    position:relative;
    border-radius:10px;
    margin-top:30px;
}
#home-slidersection2 h2{
    color:white;
    font-size:35px;
    font-weight:bold;
    margin-bottom:30px;
}
#home-slider2{
    width:100%;
    padding:0px 50px;
}
#home-slider2 .owl-carousel, #home-slider2 .owl-stage{
    display: flex;
    
}
#home-slider2 .owl-nav i{
    color:white;
}
#home-slider2 .owl-dots{
    position:relative;
    margin-top:60px;
}
.home-slider2-item{
    margin:0px 40px;
    display: flex;
    flex: 1 0 auto;
    height: 100%;
    flex-direction:column;
}
.home-slider2-background{
    height:330px;
    width:100%;        
    display:inline-block;
    background-size:cover;
    background-position:center center;
    background-repeat:no-repeat;
}
.home-slider2-desc{
    padding:20px;
    background-color:var(--culoare2);
    color:white;
    text-align:center;
    margin:0px;
    display:flex;
    flex:1;
    align-items:center;
    justify-content:center;
}
.home-slider2-desc p{
    font-size:24px;
    margin-bottom:5px;
}
#home-section3{
    margin-top:40px;
}
#home-section3 h3{
    color:var(--culoare1);
    font-size:38px;
    font-weight:bold;
    margin-bottom:50px;
    text-align:center;
}
#home-section3 img{
    width:100%;
}
#home-section3 h4{
    font-weight:bold;
    text-decoration:underline;
    margin-bottom:0;
}

.home-section3-list-cont{
    padding-left:15px;
}

#home-section3 ul{
    padding-left:0px;
}
#home-section3 li{
    margin-bottom:30px;
    list-style:none;
}
#home-section4{
    margin-top:30px;
    margin-bottom:80px;
    text-align:center;
}
#home-section4 #back-top-text{
    color:gray;
    cursor:pointer;
    text-decoration:underline;
    font-size:16px;
}

.home-big-title-cont{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
    flex-wrap:wrap;
}

.home-big-title{
    color: var(--culoare1);
    font-size: 40px;
    font-weight: bold;
}

.in-white .home-big-title{
    color:#fff;
}

.btn.btn-white{
    background-color: white;
    color: var(--culoare1);
}

.btn.btn-white:hover{
    color: white;
    background: #0a89ff;
}




