@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
body{
    font-family: "Roboto", sans-serif;
    margin:0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #787878;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
}
html{
    scroll-behavior: smooth;
}
p{
    margin:0 0 10px;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}
.h1, .h2, .h3, h1, h2, h3{
    margin-top: 20px;
    margin-bottom: 10px;
}
h1, h2, h3, h4, h5, h6{
    color: #1f1f1f;
    line-height: 1.3;
}
h1, h2, h3, h4{
    font-weight:700;
}
.container{
    max-width: 1170px;
    width:100%;
    margin:0 auto;
}
#navbar .navbar-wrapper{
    position: relative;
    margin-left: 30px;
    margin-right: 30px;
}
#navbar {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    z-index: 99999;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.logo-dark{
    display: none;
}
.row-nav{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.list-menu{
    display: flex;
    align-items: center;
    list-style: none;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    margin-right: 25px;
    padding-right:25px;
    margin-top:10px;
    margin-bottom:10px;
}
.list-menu a{
    text-decoration: none;
    color: #fff !important;
    padding-top: 20px;
    padding-bottom: 20px;
    font-weight:400;
    display: block;
    font-size: 13px;
    font-weight: 500;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    line-height: 20px;
    padding-left: 15px;
    padding-right: 15px;
    outline: none;
}
.social-header img{
    width:13px;
}
.logo img{
    width:95px;
}
#navbar.stick{
    background-color: #fff;
    height: 60px;
    -webkit-box-shadow: 5px 5px 15px 0 rgba(0, 0, 0, 0.07000000000000001);
    box-shadow: 5px 5px 15px 0 rgba(0, 0, 0, 0.07000000000000001);
    top: 0;

}

.hero-bg-owl .slide{
    position:relative; height:100vh;
    display:grid; place-items:center;
    background:#000 center/cover no-repeat;
}
.hero-bg-owl .slide::before{
    content:""; position:absolute; inset:0;
    background:linear-gradient(180deg, rgba(0,0,0,.45), rgba(0,0,0,.35) 40%, rgba(0,0,0,.55));
}
.hero-bg-owl .slide__inner{
    position:relative; z-index:1; text-align:center; color:#fff;
    display:flex; gap:.75rem; padding:0 1rem; max-width:1200px;
    flex-wrap:wrap;
    justify-content: center;
}
.hero-bg-owl .slide__inner > *:not(a){
    width:100%;
}
.hero-bg-owl .slide__inner a{
    text-decoration: none;
    color:#fff;
    transition:300ms;
}
.hero-bg-owl .slide__inner a:hover, .hero-bg-owl .slide__inner a:active{
    background-color: #0cb352;
    color: #fff;
    -webkit-transform: translateY(-1px);
    transform: translateY(-1px);
}

.hero-bg-owl h1{
    font-size: 78px;
    letter-spacing: -3px;
    line-height: 1.25;
    font-weight: 400;
    margin:0;
    color:#fff;
}
.hero-bg-owl p{ margin:0; font-size:clamp(14px,2.2vw,18px); opacity:.95; }
.hero-bg-owl .note{ opacity:.8; font-size:.85rem; }
.btn{ display:inline-block; padding:.9rem 1.2rem; border-radius:4px; border:1px solid rgba(255,255,255,.3); }
.btn--primary{ background:#0ba049; color:#08150d; border-color:#0ba049; }
.btn--ghost{ background:transparent; color:#fff; }

@media (max-width: 768px){
    .hero-bg-owl .slide{ min-height:56vh; }
}

/* opțional: butoane next/prev mai vizibile */
.hero-bg-owl .owl-nav button{
    position:absolute; top:50%; transform:translateY(-50%);
    background:rgba(0,0,0,.35)!important; border-radius:999px; width:42px; height:42px;
}
.hero-bg-owl .owl-nav .owl-prev{ left:12px; }
.hero-bg-owl .owl-nav .owl-next{ right:12px; }
.hero-bg-owl .owl-dots{ position:absolute; left:0; right:0; bottom:14px; }

.right-menu{
    display: flex;
    align-items: center;
}
.sec1-hp{
    padding:110px 0;
    box-sizing: border-box;
    height:600px;
}
.sec1-hp h6{
    color: #1f1f1f;
    line-height: 1.3;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 13px;
    letter-spacing: 0.05em;
    margin-top: 0;
    text-align: center;
    margin-top:0;
    margin-bottom:25px;
}
.row-sec1{
    max-width:760px;
    margin:0 auto;
}
.text-sec1hp{
    font-size:24px;
}
.btn{
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.btn{
    position: relative;
    padding: 0 30px;
    height: 50px;
    line-height: 50px;
    border-radius: 4px;
    border-width: 0;
    font-size: 14px;
    font-weight: 600;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    letter-spacing: -0.04em;
    overflow: hidden;
    text-decoration: none;
}
.btn-bordered{
    color: #1f1f1f;
    border-color: #bfbfbf;
    background-color: transparent;
}
.upper{
    text-transform: uppercase;
}
.btn.upper{
    font-weight: 500;
    font-size: 11px;
    letter-spacing: 0.05em;
}
.btn.no-radius{
    border-radius: 0;
}
.btn.btn-light-out, .btn.btn-color-out, .btn.btn-dark-out, .btn.btn-bordered{
    line-height: 48px;
    border-width: 1px;
}
.text-center{
    text-align: center;
}
.container-full{
    width:100%;
    padding:0 10px;
    box-sizing: border-box;
}
.row-fullsec{
    display:flex;
    align-items: center;
    gap:130px;
}
.row-fullsec .left-sec{
    width:calc(50% - 130px);
}
.row-fullsec .right-sec{
    width: 50%;
    height: -webkit-fill-available;
}
.boxes-full-sec .icon-sec img{
    width:60px;
    margin-bottom:20px;
}
.title-full-sec h2{
    font-size: 38px;
    letter-spacing: -1px;
    position:relative;
}
.title-full-sec h2::before{
    z-index: -1;
    content: attr(data-bigletter);
    font-size: 2em;
    opacity: .06;
    position: absolute;
    top: -.5em;
    left: -.15em;
    text-align: center;
    text-transform: uppercase;
    left: 0;
    right: 0;
    margin: auto;
}
.title h4{
    font-weight: 400;
    font-size: 18px;
    color: #787878;
    margin-top:0;
}
.title-box-sec p{
    font-size: 14px;
    font-weight: 600;
    margin-top: 0;
    color: #000;
}
.box-full-sec{
    margin-bottom:30px;
}
.imagebackground{
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.full-section{
    border-top: 1px solid #eee;

}
.full-section .left-sec{
    padding-top: 110px;
    padding-bottom: 110px;
}
.reverse-row{
    flex-direction: row-reverse;
}
.sec3-hp .title h2::before{
    z-index: -1;
    content: attr(data-bigletter);
    font-size: 2em;
    opacity: .06;
    position: absolute;
    top: -.5em;
    left: -.15em;
    text-align: center;
    text-transform: uppercase;
    right:unset;
}
.accordion{
    padding-left: 0;
    list-style: none;
    margin: 0;
}
.accordion>.accordion-item{
    margin-bottom: 20px;
}
.accordion-title{
    margin: 0;
    padding: 20px 20px;
    padding-left: 70px;
    position: relative;
    cursor: pointer;
    border: 2px solid #e6e6e6;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.accordion-title:before{
    content: "-";
    position: absolute;
    left: 0;
    top: -2px;
    bottom: -2px;
    width: 57px;
    text-align: center;
    line-height: 65px;

    font-size: 24px;
    border-right: 2px solid #e6e6e6;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.accordion-title h4{
    margin: 0;
    font-weight: 500;
    font-size: 14px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.accordion-content{
    display: none;
    padding: 20px 0;
}
.accordion>.accordion-item.active .accordion-title{
    color: #0ba049;
    border-color: #0ba049;
}
.accordion>.accordion-item.active .accordion-title:before{
    content: "+";
    color: #0ba049;
    border-color: #0ba049;
}
.accordion-item ul{
    margin:0!important;
}
.sec4-hp{
    padding:50px 0;
    background:#000;
}
.row4-hp{
    display:flex;
    align-items: center;
}
.col-left-sec4,
.col-right-sec4{
    width:50%;
}
.col-left-sec4 *{
    color:#fff;
    font-size: 30px;
}
.col-right-sec4{
    text-align:center;
}
.row5-sec-hp{
    display:flex;
}
.col-left5,
.col-right5{
    width:50%;
}
.image-box{
    position: relative;
    overflow: hidden;
}
.image-box img{
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    max-width: 100%;
    height: auto;
}
.image-box .image-overlay{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    padding: 35px;
}
.centrize{
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
    position: relative;
}
.v-center{
    display: table-cell;
    vertical-align: middle;
}
.image-box:hover img{
    -webkit-transform: scale(1.1) translateX(10px);
    transform: scale(1.1) translateX(10px);
}
.image-overlay a{
    text-decoration:none;
    color: #1f1f1f;
    font-size:30px;
}
.footer-copy .row{
    display:flex;
    justify-content: space-between;
    align-items: center;
}
.footer-copy .row img{
    width:16px;
}
.footer-copy .row ul{
    list-style: none;
}
.footer-copy{
    padding-top: 50px;
    padding-bottom: 50px;
    position: relative;
    background-color: #f7f7f7;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    margin-top:50px;
}
.paralax-image {
    /*height:calc(100vh - 300px);*/
    height:calc(100vh - 500px);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position:relative;
}
.sec3-produse img{
    max-width:400px;
}
.sec3-produse .image-sec{
    text-align: center;
}
.overlay-paralax{
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #1f1f1f;
    opacity: .7;
}
.text-paralax > *{
    margin:0;
    width:100%;
    text-align: center;
}
.text-paralax {
    display:flex;
    flex-wrap:wrap;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height:100%;
    position:relative;
    z-index:1;
}
.text-paralax h4{
    font-size: 14px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #fff;
    font-weight: 400;
}
.text-paralax h1{
    margin-top: 20px;
    margin-bottom: 10px;
    line-height: 1.3;
    color:#fff;
    font-weight: 700;
    font-size:48px;
}
.sec2-produse h2{
    margin:0;
    color: #1f1f1f;
    line-height: 1.3;
    font-weight: 700;
    text-align: center;
}
.sec2-produse{
    padding:110px 0;
}
.sec3-produse .row-prod{
    display:flex;
    gap:30px;
}
.sec3-produse .row-prod > *{
    width:50%;
}
.sec3-produse .row-prod img{
    width: -webkit-fill-available;
}
.sec3-produse .row-prod .title-sec a{
    color: #1f1f1f;
    line-height: 1.3;
    font-weight:700;
    font-size:24px;
    text-align: center;
    display:block;
    text-decoration:unset;
    margin-bottom: 0.625rem;
}
.nav-tabs{
    display:flex;
}
.nav-tabs .box-nav{
    width:20%;
    text-align: center;
}
.img-tab{
    width:43px;
    height:43px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transition:300ms;
}
.box-nav-reparatii .img-tab{
    background-image:url('images/tool-black.svg');
}
.box-nav-service .img-tab{
    background-image:url('images/scooter-svgrepo-com.svg');
}
.box-nav-diagnoza .img-tab{
    background-image:url('images/laptop-black.svg');
}
.box-nav-bosh .img-tab{
    background-image:url('images/laptop-black.svg');
}
.box-nav-spalatorie .img-tab{
    background-image:url('images/cloud-black.svg');
}
.box-nav{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    cursor:pointer;
}
.box-nav p{
    text-transform: uppercase;
    margin-right: 20px;
    letter-spacing: 0.1em;
    font-size: 12px;
    border-radius: 0;
    font-weight: 500;
    color: #454545;
    font-family: "Helvetica", sans-serif;
    border: 0;
    margin-right: 0;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.box-nav.active p{
    color: #0ba049;
}
.box-nav-reparatii.active .img-tab{
    background-image:url('images/tool-green.svg');
}
.box-nav-service.active .img-tab{
    background-image:url('images/scooter-svgrepo-com-green.svg');
}
.box-nav-diagnoza.active .img-tab{
    background-image:url('images/laptop-green.svg');
}
.box-nav-bosh.active .img-tab{
    background-image:url('images/laptop-green.svg');
}
.box-nav-spalatorie.active .img-tab{
    background-image:url('images/cloud-green.svg');
}
.button-tab a{
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    border-radius: 4px;
    position: relative;
    padding: 0 30px;
    height: 50px;
    line-height: 50px;
    border-radius: 4px;
    border-width: 0;
    font-size: 14px;
    font-weight: 600;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    font-family: "Helvetica", sans-serif;
    letter-spacing: -0.04em;
    overflow: hidden;
    color: #0ba049;
    border-color: #0ba049;
    background-color: transparent;
    line-height: 48px;
    border-width: 1px;
    text-decoration: none;
}
.button-tab a:hover{
    background-color: #0ba049;
    border-color: #0ba049;
    color: #fff;
    -webkit-transform: translateY(-1px);
    transform: translateY(-1px);
}
.sec-servicii{
    padding:110px 0;
}
.nav-tabs{
    margin-bottom:25px;
}
.content-tab{
    text-align: center;
}
.button-tab{
    margin-top:25px;
}
.img-icon img,
.img-icon svg{
    width:55px;
    margin-bottom:15px;
}
.text-img-icon p{
    font-size: 14px;
    font-weight: 600;
    margin-top: 0;
    color: #1f1f1f;
    line-height: 1.3;
}
.services-page .left-sec{
    text-align: center;
}
.content-box-icon ul{
    padding:0;
    margin-left:20px;
}
.sec2-nutritie .row-nutritie{
    display:flex;
    gap:30px;
    justify-content: space-between;
}
.sec2-nutritie .row-nutritie > *{
    width:calc(50% - 15px);
}
.sec2-nutritie img{
    width:-webkit-fill-available;
}
.box1-col{
    text-align: center;
}
.box1-col h4{
    line-height: 1.3;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 18px;
    color: #787878;
    font-size: 14px;
    letter-spacing: 0.1em;
}
.box1-col h2{
    margin-top: 20px;
    margin-bottom: 10px;
    color: #1f1f1f;
    line-height: 1.3;
    font-weight: 700;
    font-size: 38px;
    letter-spacing: -1px;
}
.box2-col{
    display: flex;
    gap:30px;
}
.box2-col > *{
    width:calc(50% - 15px);
}
.left-box2 h3{
    margin-top:0;
    margin-bottom:20px;
    text-align: center;
}
.sec2-nutritie{
    padding:110px 0;
}
.box1-col{
    margin-bottom:55px;
}
.sec3-nutritie .row-nutritie{
    display:flex;
    gap:30px;
    align-items: center;
}
.sec3-nutritie .row-nutritie .col-nutritie{
    width:calc(50% - 15px);
    display: flex;
    align-items: flex-start;
}
.sec3-nutritie .row-nutritie .col-nutritie >*{
    width:50%;
}
.col-btin-nut{
    text-align: center;
}
.col-btin-nut > *{
    margin-top:0;
}
.sec3-nutritie{
    padding-bottom:100px;
}
.sec1-contact .row-contact{
    display:flex;
}
.icon-contact img{
    width:60px;
}
.col-box-contact{
    width:33.33%;
    padding:90px 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.col2-box-contact{
    background:#f7f7f7;
}
.col3-box-contact{
    background:#000;
}
.text-icont-contact{
    text-align: center;
}
.text-icont-contact h3{
    color: #1f1f1f;
    line-height: 1.3;
    font-size: 22px;
}
.col3-box-contact *{
    color:#fff!important;
}
.sec2-contact .row-contact{
    display:flex;
    gap:30px;
}
.sec2-contact .row-contact > *{
    width:calc(50% - 15px);
}
.input-wrapper{
    margin-bottom:25px;
}
.input-wrapper > input{
    width:100%;
    color: #555;
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    height: 50px;
    padding: 0 15px;
    font-size: 15px;
    line-height: 50px;
    border: 2px solid #eee;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    box-sizing: border-box;
}
.input-wrapper > input::placeholder{
    font-size:15px;
    color:rgb(85,85,85);
}
.input-wrapper textarea{
    height:130px;
    width:100%;
    font-size:15px;
    color:rgb(85,85,85);
    padding: 6px 12px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    padding: 0 15px;
    font-size: 15px;
    line-height: 50px;
    border: 2px solid #eee;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    font-family: "Roboto", sans-serif;
    box-sizing: border-box;
}
.input-wrapper textarea::placeholder{
    font-size:15px;
    color:rgb(85,85,85);
    font-family: "Roboto", sans-serif;
}
.input-wrapper-submit input{
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    border-radius: 4px;
    position: relative;
    padding: 0 30px;
    height: 50px;
    line-height: 50px;
    border-radius: 4px;
    border-width: 0;
    font-size: 14px;
    font-weight: 600;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    font-family: "Helvetica", sans-serif;
    letter-spacing: -0.04em;
    overflow: hidden;
    color: #fff;
    background-color: #0ba049;
}
.sec2-contact{
    border-top: 1px solid #eee;
    padding-top: 110px;
    padding-bottom: 110px;
}
.col-contact .title-full-sec h2::before{
    right:unset;
}
.wrapper-form{
    padding-top:30px;
}
#navbar.static{
    background:#fff;
}
#navbar.static *{
    color:#242424;
}
#navbar.static .logo-light{
    display:none;
}
#navbar.static .logo-dark{
    display:block;
}
#navbar.static .list-menu a{
    color:#242424!important;
}
#navbar.static .list-menu{
    border-color:#eee;
}
.dark-icon{
    display:none;
}
#navbar.static .dark-icon{
    display:block;
}
#navbar.static .white-icon{
    display:none;
}
#navbar.static{
    background-color: #fff;
    -webkit-box-shadow: 5px 5px 15px 0 rgba(0, 0, 0, 0.07000000000000001);
    box-shadow: 5px 5px 15px 0 rgba(0, 0, 0, 0.07000000000000001);
    top: 0;
}
#navbar.static .list-menu{
    margin-top:5px;
    margin-bottom:5px;
}
.subtitle-bicielete{
    font-size: 14px;
    letter-spacing: 0.1em;
    color: #00c3da;
    text-transform: uppercase;
    line-height: 1.3;
    text-align: center;
    font-weight:400;
}
.title-biciclete{
    margin-top: 20px;
    margin-bottom: 10px;
    color: #1f1f1f;
    line-height: 1.3;
    font-weight: 700;
    font-size: 38px;
    letter-spacing: -1px;
    text-align: center;
}
.sec1-biciclete{
    padding:50px 0;
}
.list-of-biciclete{
    display:flex;
    align-items: center;
}
.col-bi{
    width:50%;
}
.sec2-bicicelte{
    padding:60px 0;
    border-top: 1px solid #eee;
}
.owl-logo img{
    width:130px!important;
}
.list-of-biciclete .col-bi{
    text-align:center;
}
.owl-logo .owl-item {
    display: flex;
    align-items: center;   /* centrează vertical */
    justify-content: center; /* opțional, centrează și pe orizontal */
}

.owl-logo .owl-item img {
    max-height: 80px;   /* setezi o înălțime maximă pentru toate logourile */
    width: auto;        /* menține proporțiile */
}
.owl-logo .owl-dots{
    display:none!important;
}
.text-biciclete{

}
.sec-carousel-piese{
    padding:110px 0;
}
.secondsec2{
    background:#f7f7f7;
}
#loader{
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #1f1f1f;
    z-index: 100000;
}
.centrize{
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
    position: relative;
}
.v-center{
    display: table-cell;
    vertical-align: middle;
}
#mask{
    width: 200px;
    height: 200px;
    line-height: 200px;
    margin: 0 auto;
    text-align: center;
}
#mask svg{
    width: 64px;
    height: 76px;
}
.preloader-path{
    stroke-linejoin: round;
    fill: none;
    stroke: #fff;
    stroke-width: 1;
    stroke-dasharray: 70 32;
    -webkit-animation: preloader 1s infinite ease;
    animation: preloader 1s infinite ease;
}
@keyframes preloader {
    0%{
        stroke-width: 0;
        stroke-dashoffset: 0;
    }
    100%{
        stroke-width: 1;
        stroke-dashoffset: 102px;
    }
}
.nav-toggle{
    display:none;
}
.hero-bg-owl .owl-nav{
    position: absolute;
    top: calc(50% - 20px);
    z-index: 999999;
    width: 50px;
    height: 100px;
    display: flex;
    flex-direction: column;
}
.hero-bg-owl .owl-nav button{
    position:initial!important;
    border-radius: 0!important;
    border-right:1px solid #fff!important;
    border-bottom:1px solid #fff!important;
    border-top:1px solid #fff!important;
    width:50px;
    height:50px;
    padding-top:10px!important;
}

.hero-bg-owl .owl-nav button:last-child{
    border-top:unset!important;
}
.hero-bg-owl .owl-dots{
    text-align:center;
}
.hero-bg-owl .owl-dot{
    width: 35px!important;
    outline: none!important;
    background-color: rgba(255, 255, 255, 0.5) !important;
    height: 2px!important;
    margin-left:8px!important;
    margin-right:8px!important;
}
.hero-bg-owl .owl-dot.active{
    background-color: rgba(255, 255, 255, 1) !important;

}
.sec5-hp .title h2{
    font-size: 38px;
    letter-spacing: -1px;
    font-weight: 700;
    color: #1f1f1f;
    line-height: 1.3;
}
.sec5-hp .row5-hp{
    padding:50px 0;
    box-sizing: border-box;
}
.sec5-hp .title hr{
    width: 40px;
    margin: 20px 0 15px;
    border-color: #000;
    -webkit-transition: width .3s ease;
    transition: width .3s ease;
    margin-left: auto;
    margin-right: auto;
}
.sec2-produse{
    padding:60px 0;
}
.list-of-biciclete img{
    max-width:400px;
}
@media only screen and (max-width: 1024px) {
    .sec5-hp .row5-hp{
        padding:50px 0;
    }
    .hero-bg-owl .owl-nav{
        display:none!important;
    }
    .hero-bg-owl .owl-dots{
        display:none!important;
    }
    .nav-toggle{
        display: block;
    }
    .row-nav{
        flex-wrap:wrap;
    }
    .list-menu{
        flex-wrap: wrap;
    }
    .list-menu li{
        width:100%;
    }
    .right-menu{
        flex-wrap: wrap;
        width:100%;
    }
    #navbar.static .list-menu,
    #navbar .list-menu{
        padding:0;
    }
    #navbar.static .list-menu a,
    #navbar .list-menu a{
        padding:15px 0;
    }
    #navbar.static .list-menu,
    #navbar .list-menu{
        margin:0;
    }
    .list-menu{
        border-right:unset;

    }
    .social-header{
        display:none!important;
    }
    .hamburger{
        position: relative;
        background-color: transparent;
        border: 0;
        color: inherit;
        cursor: pointer;
        display: inline-block;
        font: inherit;
        margin: 0;
        overflow: visible;
        text-transform: none;
        -webkit-transition-duration: 0.15s;
        transition-duration: 0.15s;
        -webkit-transition-property: opacity, -webkit-filter;
        transition-property: opacity, -webkit-filter;
        transition-property: opacity, filter;
        transition-property: opacity, filter, -webkit-filter;
        -webkit-transition-timing-function: linear;
        transition-timing-function: linear;
        z-index: 10;
    }
    .hamburger-box{
        display: inline-block;
        height: 24px;
        position: relative;
        width: 22px;
        height: 15px;
    }
    .hamburger-inner{
        background-color: #000;
        border-radius: 4px;
        display: block;
        height: 2px;
        margin-top: -2px;
        position: absolute;
        top: 50%;
        -webkit-transition-duration: 0.15s;
        transition-duration: 0.15s;
        -webkit-transition-property: -webkit-transform;
        transition-property: -webkit-transform;
        transition-property: transform;
        transition-property: transform, -webkit-transform;
        -webkit-transition-timing-function: ease;
        transition-timing-function: ease;
        width: 22px;
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -webkit-transition-timing-function: cubic-bezier(.55, .055, .675, .19);
        transition-timing-function: cubic-bezier(.55, .055, .675, .19);
    }
    .hamburger-inner:before{
        background-color: #000;
        border-radius: 4px;
        content: "";
        display: block;
        height: 2px;
        position: absolute;
        top: -6px;
        -webkit-transition-duration: 0.15s;
        transition-duration: 0.15s;
        -webkit-transition-property: -webkit-transform;
        transition-property: -webkit-transform;
        transition-property: transform;
        transition-property: transform, -webkit-transform;
        -webkit-transition-timing-function: ease;
        transition-timing-function: ease;
        width: 22px;
    }
    .hamburger .hamburger-inner::before{
        -webkit-transition: top .1s .34s ease-in, opacity .1s ease-in;
        transition: top .1s .34s ease-in, opacity .1s ease-in;
    }
    .hamburger-inner:after{
        background-color: #000;
        border-radius: 4px;
        bottom: -6px;
        content: "";
        display: block;
        height: 2px;
        position: absolute;
        -webkit-transition-duration: 0.15s;
        transition-duration: 0.15s;
        -webkit-transition-property: -webkit-transform;
        transition-property: -webkit-transform;
        transition-property: transform;
        transition-property: transform, -webkit-transform;
        -webkit-transition-timing-function: ease;
        transition-timing-function: ease;
        width: 22px;
    }
    .hamburger .hamburger-inner::after{
        -webkit-transition: bottom .1s .34s ease-in, -webkit-transform .3s cubic-bezier(.55, .055, .675, .19);
        transition: bottom .1s .34s ease-in, -webkit-transform .3s cubic-bezier(.55, .055, .675, .19);
        transition: bottom .1s .34s ease-in, transform .3s cubic-bezier(.55, .055, .675, .19);
        transition: bottom .1s .34s ease-in, transform .3s cubic-bezier(.55, .055, .675, .19), -webkit-transform .3s cubic-bezier(.55, .055, .675, .19);
    }
    .hamburger.is-active .hamburger-inner::after{
        bottom: 0;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        -webkit-transition: bottom .1s ease-out, -webkit-transform .3s .14s cubic-bezier(.215, .61, .355, 1);
        transition: bottom .1s ease-out, -webkit-transform .3s .14s cubic-bezier(.215, .61, .355, 1);
        transition: bottom .1s ease-out, transform .3s .14s cubic-bezier(.215, .61, .355, 1);
        transition: bottom .1s ease-out, transform .3s .14s cubic-bezier(.215, .61, .355, 1), -webkit-transform .3s .14s cubic-bezier(.215, .61, .355, 1);
    }
    .hamburger.is-active .hamburger-inner::before{
        opacity: 0;
        top: 0;
        -webkit-transition: top .1s ease-out, opacity .1s .14s ease-out;
        transition: top .1s ease-out, opacity .1s .14s ease-out;
    }
    #navbar{
        background:#fff;
    }
    .list-menu a{
        color:#242424!important
    }
    .list-menu{
        margin:0;
        padding:0;
    }
    .right-menu{
        display:none;
    }
    .right-menu.active{
        display:flex;
    }
    .menu-toggle{
        padding: 20px 10px;
        border-left: 1px solid #e6e6e6;
        padding-left: 20px;
    }
    #navbar .navbar-wrapper{
        margin-left: 0;
        margin-right: 0;
        padding: 10px 15px;
        box-sizing: border-box;
    }
    #navbar{
        position:initial;
    }
    #navbar.static{
        position:fixed;
    }
    .hero-bg-owl h1{
        font-size: 52px;
        line-height: normal;
    }
    .hero-bg-owl p{
        font-size: 16px;
    }
    .text-sec1hp{
        padding:0 30px;
    }
    .row-fullsec{
        gap:0;
        flex-direction:column-reverse;
    }
    .row-fullsec .left-sec{
        width:100%;
    }
    .row-fullsec .right-sec{
        width:100%;
        height:300px;
    }
    .full-section .left-sec{
        padding-top:50px;
        padding-bottom:50px;
    }
    .row4-hp{
        flex-direction:column;
    }
    .col-left-sec4, .col-right-sec4{
        width:100%;
    }
    .row5-sec-hp{
        flex-direction:column;
    }
    .col-left5, .col-right5{
        width:100%;
    }
    .sec2-produse{
        padding:50px 0;
    }
    .sec3-produse .row-prod{
        flex-direction: column;
    }
    .sec3-produse .row-prod > *{
        width:100%;
        padding:0 20px;
        box-sizing: border-box;
    }
    .footer-copy .row{
        flex-direction:column-reverse;
    }
    .nav-tabs{
        flex-wrap:wrap;
        justify-content: center;
        gap:10px;
    }
    .nav-tabs .box-nav{
        width:calc(50% - 5px);
    }
    .sec2-nutritie{
        padding:50px 0;
    }
    .sec2-nutritie .row-nutritie{
        flex-wrap:wrap;
    }
    .sec2-nutritie .row-nutritie > *{
        width:100%;
    }
    .box2-col{
        flex-direction:column-reverse;
    }
    .box2-col > *{
        width:100%;
    }
    .sec3-nutritie .row-nutritie .col-nutritie,
    .sec3-nutritie .row-nutritie{
        flex-direction:column;
    }
    .sec3-nutritie .row-nutritie .col-nutritie >*,
    .sec3-nutritie .row-nutritie .col-nutritie >*,
    .sec3-nutritie .row-nutritie .col-nutritie{
        width:100%;
    }
    .col-img-nut img{
        width:-webkit-fill-available;
    }
    .sec3-nutritie{
        padding-bottom:50px;
    }
    .sec1-contact .row-contact{
        flex-direction:column;
    }
    .col-box-contact{
        width:100%;
        box-sizing:border-box;
    }
    .sec2-contact .row-contact{
        flex-direction:column;
    }
    .sec2-contact .row-contact > *{
        width:100%;
    }
    .sec2-contact{
        padding-top:50px;
        padding-bottom:50px;
        padding-left:10px;
        padding-right: 10px;
        box-sizing: border-box;
    }
    .colleft-contact iframe{
        height:400px!important;
    }
    .sec1-biciclete,
    .sec2-bicicelte{
        padding:50px 0;
    }
    .col-bi{
        width:100%;
    }
    .list-of-biciclete{
        flex-direction:column;
        padding:0 10px;
        box-sizing:border-box;
    }
    .list-of-biciclete img{
        width:-webkit-fill-available;
    }
    .product-acc-page{
        padding:0 10px;
    }
    .logo-light{
        display:none!important;
    }
    .logo-dark{
        display:block!important;
    }
}