.general-homepage-wrapper{
    position:relative;
    text-align:center;
    margin-bottom:16px;
}

.general-homepage-title{
    font-size:28px;
    text-transform:uppercase;
    font-weight:500;
    color:#000;
    position:relative;
    padding-bottom:12px;
    margin-bottom:12px;
    width:fit-content;
    margin-left:auto;
    margin-right:auto;
}

.general-homepage-title::after{
    content:'';
    width:50%;
    height:2px;
    background:var(--culoare1);
    position:absolute;
    bottom:0;
    left:0;
    right:0;
    margin:auto;
}

.general-homepage-subtitle{
    font-size:16px;
    text-transform:uppercase;
    font-weight:400;
    color:#333;
    padding:6px 0 0;
}

.general-homepage-section{
    position:relative;
    padding:32px 0;
}

/* SLIDER HOMEPAGE */

#slider-home-section{
    
}

#slider-home{
    position:relative;
    overflow:hidden;
}

#slider-home .owl-dots{
    margin-top: 32px;
    position: relative;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 14px;
}

#slider-home .owl-dots .owl-dot{
    width: 14px;
    height: 14px;
    border: 1px solid var(--culoare1);
    background: var(--culoare1);
    margin: 0 5px;
    border-radius: 50%;
    overflow: hidden;
    outline: none;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease;
}

#slider-home .owl-dots .owl-dot.active,
#slider-home .owl-dots .owl-dot:hover,
#slider-home .owl-dots .owl-dot:focus,
#slider-home .owl-dots .owl-dot:active{
    border-radius: 5px;
    width: 20px;
    height: 12px;
    outline: none;
}

.slider-home-item{
    width: 100%;
    height: 600px;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.slider-home-content{
    margin: 32px;
    padding: 32px;
    min-width: 400px;
    background: rgba(0,0,0,.2);
    border-radius: 15px;
}

.slider-home-title{
    font-size: 28px;
    font-weight: 500;
    color: #000;
    padding-bottom: 16px;
}

.slider-home-subtitle{
    font-size: 21px;
    font-weight: 400;
    padding-bottom: 8px;
}

.slider-home-button.btn-primary{
    margin-bottom:0;
}

.slider-home-button.btn-primary:hover{
    background:transparent;
}

/* ABOUT */

#about-us-section{
    
}

.about-us-image-col{
    
}

.about-us-image-wrapper{
    
}

.about-us-image{
    width:100%;
    display:block;
    background-size:cover;
    background-position:center center;
    background-repeat:no-repeat;
}

.about-us-image::after{
    content:'';
    display:block;
    padding-bottom:100%;
}

.about-us-content-col{
    
}

.about-us-content{
    margin-left:32px;
}

.about-us-content .general-homepage-wrapper{
    text-align:left;
}

.about-us-content .general-homepage-title{
    margin-left:unset;
}

.about-us-content .general-homepage-title::after{
    content:'';
    right:unset;
    margin:unset;
}

.about-us-content .general-homepage-subtitle{
    
}

.about-us-description{
    font-size:16px;
    padding:16px 0;
}

.about-us-description strong{
    color:var(--culoare1);
}

.about-us-description p{
    margin-bottom:12px;
}

.about-us-description p:last-child{
    margin-bottom:0;
}

.about-us-button.btn-primary{
    
}

/* CATEGORIES */

#categories-home-section{
    
}

.categories-wrapper{
    
}

.category-item{
    
}

.category-image{
    display: block;
    position: relative;
    width: 100%;
    padding:16px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.category-image::after{
    content:'';
    display:block;
    padding-bottom:100%;
}

.category-content{
    display:flex;
    align-items:flex-end;
    justify-content:flex-start;
    padding:16px;
    position:absolute;
    bottom:16px;
    left:16px;
    width:calc(100% - 32px);
    border-radius:15px;
    background:rgba(0,0,0,.5);
}

.category-title{
    font-size:21px;
    font-weight:500;
    position:relative;
    width:fit-content;
    color:#fff;
    -webkit-transition:all .3s linear;
    -moz-transition:all .3s linear;
    transition:all .3s linear;
}

.category-title::after{
    content:'';
    width:0;
    height:1px;
    background:#fff;
    position:absolute;
    bottom:0;
    left:0;
    -webkit-transition:all .3s linear;
    -moz-transition:all .3s linear;
    transition:all .3s linear;
}

.category-title:hover{
    color:#fff;
}

.category-title:hover::after{
    background:#fff;
    width:100%;
}

/* TESTIMONIALS */

#testimonials-section{
    
}

.testimonials-wrapper{
    
}

#slider-testimonials{
    position:relative;
}

#slider-testimonials .owl-dots{
    margin-top: 32px;
    position: relative;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 14px;
}

#slider-testimonials .owl-dots .owl-dot{
    width: 14px;
    height: 14px;
    border: 1px solid var(--culoare1);
    background: var(--culoare1);
    margin: 0 5px;
    border-radius: 50%;
    overflow: hidden;
    outline: none;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease;
}

#slider-testimonials .owl-dots .owl-dot.active,
#slider-testimonials .owl-dots .owl-dot:hover,
#slider-testimonials .owl-dots .owl-dot:focus,
#slider-testimonials .owl-dots .owl-dot:active{
    border-radius: 5px;
    width: 20px;
    height: 12px;
    outline: none;
}

.testimonials-item{
    padding:32px;
    display:flex;
    align-items:center;
    justify-content:center;
    flex-flow:column;
    width:50%;
    margin:auto;
}

.testimonials-image{
    margin-bottom:32px;
}

.testimonials-image img{
    height:160px;
    display:block;
    width:160px;
    max-width:160px;
}

.testimonials-title{
    font-size:21px;
    font-weight:500;
    color:var(--culoare1);
    padding-bottom:16px;
}

.testimonials-description{
    font-size:16px;
    text-align:center;
}

.testimonials-description p{
    margin-bottom:12px;
}

.testimonials-description p:last-child{
    margin-bottom:0;
}

/* BLOG */

#blog-article-section{
    
}

.blog-article-wrapper{
    
}

#slider-blog{
    position:relative;
    padding:0 32px;
}

#slider-blog .owl-nav{
    width:100%;
}

#slider-blog .owl-nav .owl-prev,
#slider-blog .owl-nav .owl-next{
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    left:-10px;
    outline:none!important;
}

#slider-blog .owl-nav .owl-prev{
    
}

#slider-blog .owl-nav .owl-next{
    left:unset;
    right:-10px;
}

#slider-blog .owl-nav .owl-prev:hover,
#slider-blog .owl-nav .owl-next:hover,
#slider-blog .owl-nav .owl-prev:active,
#slider-blog .owl-nav .owl-next:active,
#slider-blog .owl-nav .owl-prev:focus,
#slider-blog .owl-nav .owl-next:focus{
    outline:none!important;
}

#slider-blog .owl-nav .owl-prev img,
#slider-blog .owl-nav .owl-next img{
    width:32px;
    height:32px;
    max-width:32px;
}

#slider-blog .owl-nav .owl-prev:hover img,
#slider-blog .owl-nav .owl-next:hover img,
#slider-blog .owl-nav .owl-prev:active img,
#slider-blog .owl-nav .owl-next:active img,
#slider-blog .owl-nav .owl-prev:focus img,
#slider-blog .owl-nav .owl-next:focus img{
    
}

.blog-article-item{
    padding:0 16px;
}

.blog-article-image{
    width:100%;
    display:block;
    background-size:cover;
    background-position:center center;
    background-repeat:no-repeat;
}

.blog-article-image::after{
    content:'';
    display:block;
    padding-bottom:75%;
}

.blog-article-content{
    
}

.blog-article-title{
    font-size:21px;
    font-weight:500;
    padding-bottom:6px;
    margin-bottom:12px;
    color:#000;
    position:relative;
    display:block;
    width:fit-content;
}

.blog-article-title:hover{
    color:var(--culoare1);
}

.blog-article-title::after{
    content:'';
    display:block;
    width:35px;
    height:2px;
    background:var(--culoare1);
    position:absolute;
    left:0;
    bottom:0;
    -webkit-transition:all .3s linear;
    -moz-transition:all .3s linear;
    transition:all .3s linear;
}

.blog-article-title:hover::after{
    width:70px;
}

.blog-article-description{
    font-size:14px;
    font-weight:400;
    padding-top:12px;
}

.blog-article-description p{
    margin-bottom:12px;
}

.blog-article-description p:last-child{
    margin-bottom:0;
}

/* NOVLES */

#main-home-section{
    position:relative;
    width:100%;
    height: 100vh;
}

#home-loop-wrapper{
    width:100%;
    height:100%;
    position:absolute;
    left:0;
    top:0;
    overflow:hidden;
}

#home-loop-wrapper-video{
    position: relative;
    aspect-ratio: 16 / 9;
    display: block;
    display: block;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

#home-loop-wrapper-video video{
    position: absolute;
    width: 100%;
    height: 100%;
    max-width: 100%;
    right: 0;
    top: 0;
}
/*right: 6vw;*/
/*top: 4vw;*/

#home-loop-wrapper img{
    aspect-ratio:auto;
    -o-object-fit:cover;
    object-fit:cover;
    -o-object-position:center;
    object-position:center;
    height:100vh;
    max-height:100vh;
    width:100%;
    user-select: none;
}

/*.general-home-button-wrapper{*/
/*    position:absolute;*/
/*    left:20px;*/
/*    top:20px;*/
/*    z-index:100;*/
/*}*/

/*.general-home-button-wrapper.index-2{*/
/*    left:unset;*/
/*    right:20px;*/
/*}*/

/*.general-home-button-wrapper.index-3{*/
/*    top:unset;*/
/*    bottom:20px;*/
/*}*/

/*.general-home-button-wrapper.index-4{*/
/*    top:unset;*/
/*    left:unset;*/
/*    bottom:20px;*/
/*    right:20px;*/
/*}*/

.general-home-top-buttons{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    gap: 30px;
    padding: 15px;
}

.general-home-top-right-buttons{
    display: flex;
    gap: 30px;
    align-items: stretch;
    justify-content: flex-end;
}

.general-home-bottom-buttons{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    padding: 15px;
}

.general-home-button{
    height:100%;
    display: flex;
    align-items:center;
    justify-content:center;
    width:fit-content;
    text-align: center;
    text-wrap: balance;
    user-select: none;
    border-radius: 12px;
    border:none;
    color: var(--blacktext);
    cursor: pointer;
    font-size: 26px;
    line-height: 1;
    margin-bottom: 0px;
    text-transform: uppercase;
    position: relative;
    overflow: hidden;
    z-index: 1;
    background: #fff;
    padding: 8px 16px;
    letter-spacing: .5px;
    width: fit-content;
    min-height: unset;
    max-width:100%;
    font-family: "Nanum Pen Script", cursive;
    font-weight: 400;
    font-style: normal;
    border:2px solid var(--culoare3);
    touch-action: manipulation;
    -webkit-transition: all .7s ease 0s;
    -moz-transition: all .7s ease 0s;
    transition: all .7s ease 0s;
}

.general-home-button.with-image{
    justify-content:space-between;
    text-align:left;
    gap:10px;
}

.general-home-button img{
    aspect-ratio:auto;
    -o-object-fit:cover;
    object-fit:cover;
    -o-object-position:center;
    object-position:center;
    max-height:50px;
    max-width:50px;
}

#button-frdnmb{
    /*font-size:32px;*/
    color:var(--culoare3);
}

#button-supported{
    /*flex-flow:column;*/
    /*justify-content:center;*/
    /*font-size:28px;*/
    color:var(--culoare3);
}

#button-supported img{
    max-width:150px;
    max-height:unset;
}

/*color: var(--blacktext);*/
.general-home-button:hover{
    color: #fff;
}

#button-frdnmb.general-home-button:hover,
#button-supported.general-home-button:hover{
    color: var(--blacktext);
}

/*background: var(--culoare1) none repeat scroll 0 0;*/
.general-home-button span:not(.general-home-button-text){
    background: var(--culoare3) none repeat scroll 0 0;
    border-radius: 50%;
    display: block;
    height: 0;
    position: absolute;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transition: width 0.6s ease 0s, height 0.6s ease 0s;
    -moz-transition: width 0.6s ease 0s, height 0.6s ease 0s;
    -webkit-transition: width 0.6s ease 0s, height 0.6s ease 0s;
    -ms-transition: width 0.6s ease 0s, height 0.6s ease 0s;
    -o-transition: width 0.6s ease 0s, height 0.6s ease 0s;
    width: 0;
    z-index: -1;
}

.general-home-button:hover span:not(.general-home-button-text){
    height: 100vh;
    width: 100vh;
}

#home-loop-title{
    font-family: "Nanum Pen Script", cursive;
    font-weight: 400;
    font-style: normal;
    z-index: 200;
    /*text-shadow: 0 0 5px var(--culoare1), 0 0 10px var(--culoare1), 0 0 20px var(--culoare1), 0 0 40px var(--culoare1), 0 0 80px var(--culoare1);*/
    text-shadow: 0 0 5px var(--culoare1), 0 0 15px var(--culoare1), 0 0 35px var(--culoare1);
    color: var(--culoare1);
    position: absolute;
    left: 50%;
    top: 50%;
    transform:translate(-50%, -50%);
    user-select: none;
}

#home-loop-title span:nth-child(1){
    position: absolute;
    left: -3vw;
    top: -20vw;
    font-size:clamp(64px, 11vw, 204px);;
    transform: rotate3d(1, 1, 1, 15deg);
}
/*top: -40vh;*/
/*font-size: 204px;*/

#home-loop-title span:nth-child(2){
    position: absolute;
    left: 0vw;
    bottom: -15vw;
    font-size:clamp(96px, 15vw, 252px);;
    transform: rotate3d(2, 0, 2, -28deg);
}
/*bottom: -30vh;*/
/*font-size: 252px;*/