.text-rendering {
    text-rendering: optimizeLegibility;
}
.font-uppercase {
    font-feature-settings: "case" on !important;
	
}

/*
body.frontpage #header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 3;
}
*/


.bg-after-image::before {
    content: "";
    position: absolute;
    background-image: url(/images/bg/dot.svg);
    background-size: contain;
    background-position: left top;
    background-repeat: no-repeat;
    opacity: 1;
    z-index: 0;
    width: 120px;
    height: 60px;
    background-color: transparent;
}
.bg-after-image::after {
    content: "";
    position: absolute;
	bottom:50px;
	right:10px;
    background-image: url(/images/bg/dot.svg);
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 1;
    z-index: 0;
    width: 120px;
    height: 60px;
    background-color: transparent;
}


/*filters*/
.category-filter:before {
    display: inline-block;
    content: '\2192';
	color:#e5e7eb;
}
.category-filter:hover:before,
.category_filters .active:before {
    display: inline-block;
    content: '\2192';
	color:#374151;
}

/*nouislider*/
#slider {
    margin: 40px auto;
    height: 10px;
    position: relative;
}
.noUi-target {
    background: #eee;
    border: none;
    box-shadow: none;
    height: 14px;
    border-radius: 20px;
    padding: 0;
}
.noUi-connect {
    background: linear-gradient(90deg, #3FB8AF, #3FB8AF);
    border-radius: 20px;
}
.noUi-handle  {
    width: 22px !important;
    height: 22px !important;
    background: white;
    border-radius: 50%;
    top: -4px !important;
    right: -10px !important;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
    border: 1px solid #e1e1e1;
	cursor: grab;
}
.noUi-handle:active {
    cursor: grabbing;
}

.noUi-handle:before,
.noUi-handle:after {
    display: none;
}
 

/*video*/
button.vjs-big-play-button {
    border-radius: 0 !important;
}




[x-cloak] {
    display: none !important;
}


 


/*gallery*/

.gallery-container  .swiper-button-prev, 
.gallery-container  .swiper-button-next {
    width: 50px;
    height: 50px;
    background: rgb(0 0 0 / 50%);
    justify-content: center;
    align-items: center;
	border-radius: 100%;
	-webkit-transition:  all 0.4s ease-in-out 0s;
	transition:  all 0.4s ease-in-out 0s;
}
.gallery-container .swiper-button-next::after {
	content: "\2192";
	font-size: 2rem;
	padding-bottom: 8px;
	color: #fff;
}
.gallery-container  .swiper-button-prev::after {
	content: "\2190";
	font-size: 2rem;
	padding-bottom: 8px;
	color: #fff;
	-webkit-transition:  all 0.4s ease-in-out 0s;
	transition:  all 0.4s ease-in-out 0s;
}
.gallery-container  .swiper-button-prev:hover, 
.gallery-container  .swiper-button-next:hover {
	 background: rgb(0 0 0 / 80%);
	-webkit-transition:  all 0.4s ease-in-out 0s;
	transition:  all 0.4s ease-in-out 0s;
}




p  {
	margin-bottom: 0.5rem;
}

