:root{
    --culoare-activa: #013A66;
    --activa: 238, 72, 72;
    --culoare-secundara: #bbecf3;
    --butonactiv: #000;
    --butonsecundar: #9da8b9;
    --culoare-inactiva: #ddd;
    --boxshadow: 0 0px 10px #bbb;
}
.containerpadding{
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    padding: 0 30px
}
a, .btn, .form-control, button {
    box-shadow: none;
    text-shadow: none;
    outline: none !important;
}
a {
    text-decoration: none;
}
a:hover{
    color: var(--culoare-activa)
}
.acasa header{position:absolute; top:45px; width: 100%; z-index: 99}
.headerspec{background-color: #fff; border-radius: 50px; height: 95px; display: grid; align-items: center;box-shadow:0px 3px 10px #ccc}
@media (min-width: 1600px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1456px;
        padding: 0;
    }
}
@media (min-width: 1920px) {
    .containerheader {
        max-width: 1788px;
        width: 100%;
        padding: 0;
    }
}



.telheader{
    display: flex;
    align-items: center;
    gap: 0 5px;
    color: var(--culoare-activa);
    font-size: 16px;
    font-weight: 700;
}
.intraincont{
    background: var(--culoare-activa);
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    padding: 5px 20px;
    border-radius: 20px;
    display:flex;
    align-items:center;
    gap: 0 7px;
}
.intraincont:hover{
    color: #fff;
}
#cart {
    height: 100%;
    display: flex;
    align-items: center;
    position: relative;
}
.cartmenu{
    display: none;
    position: absolute;
    top: 100%;
    right: -5px;
    background: #fff;
    padding: 20px;
    border-radius: 0 0 20px 20px;
    white-space: nowrap;
}
#cart:hover .cartmenu{
    display: block;
}
.spatiusite{
    margin: 100px 0;
}
.owl-carousel .owl-nav button.owl-next{
    transform: translateX(-60px);
    rotate: 180deg;
}
.testimoniale .owl-item.center{
    background-color: var(--culoare-activa);
    padding-top:0;
    color: #fff !important;
    border-radius: 8px;
    transform: scaleX(1.2)
}
.testimoniale .owl-item.center .testibox{
    transform: scaleX(0.8);
}
.t-quote{
    padding-top: 80px;
    padding-bottom: 20px;
}
.testimoniale .owl-item.center .t-quote{
    padding-top:60px;
    text-align: center;
}
.testimoniale .owl-item.center path{
    fill: #fff;
    opacity:1
}
.testimondescr{
    font-size: 16px;
    font-weight: 400;
    color: var(--culoare-activa);
    opacity: 0.42;
    line-height: 27px
}
.testimondescr p{
    margin-bottom: 30px;
}
.testimoniale .owl-item.center .testimondescr{
    color: white;
    opacity: 1;
    font-size: 20px;
}
.testimontitle{
    font-size: 16px;
    font-weight: 600;
    color: var(--culoare-activa);
    opacity: 0.42;
    line-height: 27px
}
.testimoniale .owl-item.center .testimontitle{
    color: white;
    opacity: 1;
    font-size: 25px;
    line-height: normal;
}
.testimonfunc{
    font-size: 16px;
    font-weight: 400;
    color: var(--culoare-activa);
    opacity: 0.42;
    line-height: 27px
}
.testimoniale .owl-item.center .testimonfunc{
    color: white;
    opacity: 1;
    font-size: 25px;
}
.testibox .rating{
    margin-top: 30px;
    color: var(--culoare-activa);
    padding-bottom: 120px;
}
.testimoniale .owl-item.center .rating{
    margin-top: 20px;
    color: #39DCFF;
}
.testimoniale .owl-nav{
    margin-top: -70px;
    position: relative;
    z-index: 1;
}
.testimoniale .owl-nav [class*=owl-]:hover{
    background: transparent;
}
.bgtestimon{
    background-color: #F8f9fa;
    padding: 40px 0px 90px;
}






.bannertitle{
    font-size: 43px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 40px;
    line-height: 52px;
}
.bannerdescr{
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 40px;
}
.bannerbuton{
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 80px;
    display: flex;
    align-items: center;
    gap: 0 20px;
}
.bannerbuton:hover{
    color: #fff;
}





.rowdcaleg{
    display: grid;
    grid-template-columns: 50fr 70fr;
    gap: 40px;
    margin: 130px 0;
}
.dcalegtitle{
    font-size: 43px;
    font-weight: 500;
    color: var(--culoare-activa);
    line-height: 52px;
    margin-bottom: 50px;
}
.dcalegdescr{
    font-size: 16px;
    font-weight: 400;
    color: var(--culoare-activa);
    line-height: 27px;
    margin-bottom: 50px;
}
.dcalegbuton{
    font-size: 18px;
    font-weight: 400;
    color: var(--culoare-activa);
    display: flex;
    align-items: center;
    gap: 10px;
}
.dcalegimg{
    border-radius: 10px;
    width: 100%;
    object-fit: cover;
}
.nohome{
    display: none
}
.rowiconsslideshow{
    display: grid;
    align-items: end;
    grid-template-columns: 4fr 4fr 4fr;
}