body{
    font-size:16px;
    line-height:1.4;
    font-family: 'Montserrat', sans-serif;
    background:#fff;
    color:#000;
}

html{
    width:100%;
    overflow:hidden;
    overflow-y:auto;
}

header{
    background-color:#f3f3f1;
    padding-top:45px;
    padding-bottom:15px;
}

.logo-col{
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

#logo{
    display: inline-block;
}

#logo img{
    width: 363px;
    max-height: unset;
}

.text-sub-logo{
    text-transform: uppercase;
    margin-top: 5px;
    font-weight: 600;
    font-size: 17px;
    letter-spacing: 2px;
}

.menu-col{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position:relative;
}

.toggle-menu-resp-icon i{
    cursor:pointer;
    font-size:40px;
}

#menu-header{
    display:none;
    position: absolute;
    top: 100%;
    right: 15px;
    background: #fff;
    padding: 15px 10px 5px;
    z-index: 15;
    text-align: left;
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%) !important;
    width: 300px;
}

#menu-header.active{
    display:block;
}

#menu-header ul{
    padding: 0;
    margin: 0;
    list-style: none;
    text-align:right;
}

#menu-header ul li{
    margin-bottom:10px;
}

#menu-header ul li a{
    color: #000;
    font-size: 18px;
    font-weight: 500;
    transition:all .3s ease;
}

#menu-header ul li a:hover{
    color:var(--culoare1);
}

#logo2{
    display: inline-block;
    margin-left:30px;
}

#logo2 img{
    width:210px;
}

/*******************/

#section-slide-home{
    background-color:#f3f3f1;
    padding-bottom:40px;
    padding-top:15px;
}

#slider-home .slide{
    position: relative;
    display: inline-block;
    width: 100%;
}

#slider-home .owl-prev,
#slider-home .owl-next{
    position: absolute;
    top: calc(50% - 30px);
    outline:none!Important;
}

#slider-home .owl-prev i,
#slider-home .owl-next i{
    border-radius: 100%;
    background: transparent;
    color: #000;
    cursor: pointer;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 60px;
}

#slider-home .owl-prev{
    left: -30px;
}

#slider-home .owl-next{
    right: -30px;
}

.slide-home-image{
    display: block;
    width: 100%;
    max-width: 90%;
}

.titlu-shome{
    text-transform: uppercase;
    font-weight: 900;
    font-size: 96px;
    line-height: 1.2;
    color: var(--culoare1);
    letter-spacing: 2px;
    margin: 0;
    margin-top: 50px;
}

.subtitlu-shome{
    text-transform: uppercase;
    font-weight: 400;
    font-size: 50px;
    line-height: 1.2;
    color: #000;
    letter-spacing: 1px;
    position: relative;
    top: -12px;
}

.descriere-shome{
    text-align: center;
    font-size: 21px;
    line-height: 1.3;
    color: #000;
    margin: 0;
    font-weight: 400;
}

.titlu-lung-shome{
    margin-top: 15px;
    text-transform: uppercase;
    font-size: 31px;
    font-weight: 700;
    letter-spacing: 3px;
    text-align: justify;
    text-align-last: justify;
}

.col-sociale-slider{
    text-align: center;
    margin-top: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.titlu-sociale-slider{
    max-width: 165px;
    font-size: 15px;
    font-weight: 500;
    color: #000;
    margin-right: 15px;
    line-height: 1.1;
}

.icons-sociale-slider{
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
}

.icons-sociale-slider a{
    display:inline-block;
    margin:0 5px;
}

.icons-sociale-slider a i{
    font-size: 32px;
}






/********************/

#section1{
    padding-top:70px;
    padding-bottom:40px;
}

.text1-section1{
    text-align: center;
    letter-spacing: 2px;
    font-size: 18px;
    font-weight: 700;
    max-width: 85%;
    margin: auto;
}

.poza-section1{
    width: 117px;
    margin: auto;
    display: block;
}

.cont-btn-section1{
    text-align:center;
}

.buton-section1{
    background-image: url(../../image/catalog/design/buton-bg.png);
    text-align: center;
    color: #fff;
    padding: 30px 40px;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    display: inline-block;
    letter-spacing: 2px;
    font-size: 18px;
    font-weight: 700;
    border-radius: 28px;
    transition:all .3s ease;
}

.buton-section1:hover{
    color:#fff;
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%) !important;
}

/**************/

#section2{
    margin-bottom:95px;
}

.text-section2{
    text-align: center;
    font-size: 23px;
    line-height: 1.4;
    font-weight: 400;
}

.text-section2 a{
    color:#000;
}

/**************/

#section3{
    margin-bottom:95px;
}

.titlu-section3{
    text-align:center;
    margin-bottom:20px;
    font-size:18px;
    font-weight:400;
}

.poze-section3{
    text-align:center;
}

.poze-section3 a{
    display:inline-block;
    margin:0 25px;
}

.poze-section3 a img{
    height:55px;
    width:auto;
}

/*************************/

#footer{
    padding:100px 0;
}

.footer-content{
    
}

.footer-links{
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    width: 100%;
    text-align: center;
}

.footer-links li{
    margin:0 15px;
}

.footer-links li a{
    font-size: 22px;
    font-weight: 500;
    transition: all .3s ease;
    max-width: 176px;
    display: inline-block;
}




.slider-buton-bottom{
    background-image: url(../../image/catalog/design/buton-bg-blue.png);
    text-align: center;
    color: #fff;
    padding: 30px 40px;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    display: inline-block;
    letter-spacing: 2px;
    font-size: 18px;
    font-weight: 700;
    border-radius: 28px;
    transition:all .3s ease;
    text-transform:uppercase;
}

.slider-buton-bottom:hover{
    color:#fff;
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%) !important;
}

.ban-heart{
    width:45px!important;
    display: inline-block!important;
    margin: 0 15px;
}

.titlu-lung-design2{
    margin-top: 25px;
    margin-bottom:25px;
    text-transform: uppercase;
    font-size: 50px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content:center;
}

.titlu-lung-shome-design2{
    margin-top: 15px;
    text-transform: uppercase;
    font-size: 28px;
    font-weight: 700;
    letter-spacing: 1px;
    text-align: center;
}


.slide-home-image.slide-home-image-resp{
    display:none!important;
}

.col-sl-img{
    display:flex;
    justify-content:center;
    align-items:center;
}

.cont-link-evenimente-head{
    text-align: center;
}

.link-evenimente-head{
    font-size: 28px;
    font-weight: 700;
    color: #000;
    line-height: 1.3;
}




















