.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;
}
*/
.brick-block {
    position: relative;
}
.brick-block > .container {
    position: relative;
    z-index: 1;
}
.brick-block:after {
    position: absolute;
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-image: url(/images/bg/1.svg);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: 500px;
	opacity: 0.05;
    right: 0;
    bottom: 0;
    z-index: 0;
}
.brick-block:before {
    position: absolute;
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-image: url(/images/bg/1.svg);
	background-repeat: no-repeat;
	background-size: 500px;
	opacity: 0.05;
    top: 0;
    left: 0;
    z-index: 0;
}


.footer-block {
    position: relative;
}
.footer-block > .container {
    position: relative;
    z-index: 1;
}
.footer-block:before {
    position: absolute;
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-image: url(/images/bg/2.svg);
	background-repeat: no-repeat;
	background-size: 500px;
	opacity: 0.08;
    top: 0;
    left: 0;
    z-index: 0;
}
.footer-block:after {
    position: absolute;
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-image: url(/images/bg/2.svg);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: 500px;
	opacity: 0.08;
    right: 0;
    bottom: 0;
    z-index: 0;
}
@media only screen and (max-width: 1100px) {
.footer-block:after {
    display: none;
}
}


/*
.footer-block {
    position: relative;	
	background-image: url(/images/bg/3.webp);
	background-size: 250px;
}
.footer-block > .container {
    position: relative;
    z-index: 1;
}
.footer-block:after {
    position: absolute;
    content: '';
    display: block;
    width: 100%;
    height: 100%;  
	background-color: #3e160e;
	opacity: 0.7;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 0;
}
*/



/*text rotate*/
  @keyframes spin-slow {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }

  .animate-spin-slow {
    animation: spin-slow 15s linear infinite;
  }


/*video*/
button.vjs-big-play-button {
    border-radius: 0 !important;
}




[x-cloak] {
    display: none !important;
}


/*scroll to top*/
#button {
	display: none;
	position: fixed;
	right:  30px;
	bottom:  30px;
	cursor: pointer;
	z-index: 1000;
}
#button.show {
  display: block;
}
@media only screen and (max-width: 600px) {
    #button {
    bottom: 30px;
    right: 10px;
}
}

/*slider text color*/
.text-white {
    color: #fff;
}
.text-black {
    color: #000;
}


/*intro*/
.intro-container  {
	position: relative;
}
.intro-container:before {
    position: absolute;
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    background-image: url(/images/bg/bg1.svg);
    background-repeat: no-repeat;
    z-index: -1;
    background-position: top left;
	opacity: 0.4;
}

/*gallery*/
.gallery-container  .swiper-button-prev, 
.gallery-container  .swiper-button-next {
    width: 40px;
    height: 40px;
    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: 1.5rem;
	padding-bottom: 8px;
	color: #fff;
}
.gallery-container  .swiper-button-prev::after {
	content: "\2190";
	font-size: 1.5rem;
	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;
}


