#sp-header.header-sticky {
	position: fixed;
	z-index: 9999;
	top: 0;
	left: 0;
	width: 100%;
	animation: spFadeInDown 0.5s;
	background-color: rgba(255, 255, 255, 0.7);
	-webkit-backdrop-filter: blur(15px);
	backdrop-filter: blur(15px);
}

.logo-image {
	height: 80px;
	margin-top: 5px;
}
/* PRICING */

.card {
	position: relative;
	max-width: 300px;
	height: auto;
	background: linear-gradient(-45deg, #fe0847, #feae3f);
	border-radius: 15px;
	margin: 0 auto;
	padding: 40px 20px;
	-webkit-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
	box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
	-webkit-transition: 0.5s;
	transition: 0.5s;
}
.card:hover {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.col-sm-4:nth-child(1) .card,
.col-sm-4:nth-child(1) .card .title .fa {
	background: linear-gradient(-45deg, #f403d1, #64b5f6);
}
.col-sm-4:nth-child(2) .card,
.col-sm-4:nth-child(2) .card .title .fa {
	background: linear-gradient(-45deg, #ffec61, #f321d7);
}
.col-sm-4:nth-child(3) .card,
.col-sm-4:nth-child(3) .card .title .fa {
	background: linear-gradient(-45deg, #24ff72, #9a4eff);
}

.title .fa {
	color: #fff;
	font-size: 60px;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	text-align: center;
	line-height: 100px;
	-webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
	box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
}
.title h2 {
	position: relative;
	margin: 20px 0 0;
	padding: 0;
	color: #fff;
	font-size: 28px;
	z-index: 2;
}
.price,
.option {
	position: relative;
	z-index: 2;
}
.price h4 {
	margin: 0;
	padding: 20px 0;
	color: #fff;
	font-size: 60px;
}
.option ul {
	margin: 0;
	padding: 0;
}
.option ul li {
	margin: 0 0 10px;
	padding: 0;
	list-style: none;
	color: #fff;
	font-size: 14px;
}
.card a {
	position: relative;
	z-index: 2;

	color: black;
	width: 150px;
	height: 40px;
	line-height: 40px;
	border-radius: 40px;
	display: block;
	text-align: center;
	margin: 20px auto 0;
	font-size: 16px;
	cursor: pointer;
}
.card a:hover {
	text-decoration: none;
}
/* COLOR MENU */
.sp-megamenu-parent .sp-mega-group > li > a {
	color: #a70061;
	font-size: 1.3em;
}

.sp-megamenu-parent > li:nth-child(2n) > a {
	color: #2ab0ba;
}

.sp-megamenu-parent > li:nth-child(2n) > a:before {
	color: #7fba29;
}

.sp-megamenu-parent > li:nth-child(2n) .sp-dropdown li.sp-menu-item.active > a:not(.sp-group-title),
.sp-megamenu-parent > li:nth-child(2n) .sp-dropdown li.sp-menu-item > a:focus,
.sp-megamenu-parent > li:nth-child(2n) .sp-dropdown li.sp-menu-item > a:hover {
	background-color: #a8f8fd;
	padding-left: 4px;
	padding-right: 4px;
}

.sp-megamenu-parent > li:nth-child(3n) > a {
	color: #dd00ff;
}

.sp-megamenu-parent > li:nth-child(3n) > a:before {
	color: #dd00ff;
}

.sp-megamenu-parent > li:nth-child(3n) .sp-dropdown li.sp-menu-item.active > a:not(.sp-group-title),
.sp-megamenu-parent > li:nth-child(3n) .sp-dropdown li.sp-menu-item > a:focus,
.sp-megamenu-parent > li:nth-child(3n) .sp-dropdown li.sp-menu-item > a:hover {
	background-color: #f1c712;
	padding-left: 4px;
	padding-right: 4px;
}

.sp-megamenu-parent > li:nth-child(4n) > a {
	color: #ed117d;
}

.sp-megamenu-parent > li:nth-child(4n) > a:before {
	color: #ed117d;
}

.sp-megamenu-parent > li:nth-child(4n) .sp-dropdown li.sp-menu-item.active > a:not(.sp-group-title),
.sp-megamenu-parent > li:nth-child(4n) .sp-dropdown li.sp-menu-item > a:focus,
.sp-megamenu-parent > li:nth-child(4n) .sp-dropdown li.sp-menu-item > a:hover {
	background-color: #ffbfde;
	padding-left: 4px;
	padding-right: 4px;
	margin-left: 5px;
}

.sp-megamenu-parent > li:nth-child(5n) > a {
	color: #92278f;
}

.sp-megamenu-parent > li:nth-child(5n) > a:before {
	color: #92278f;
}

.sp-megamenu-parent > li:nth-child(5n) .sp-dropdown li.sp-menu-item.active > a:not(.sp-group-title),
.sp-megamenu-parent > li:nth-child(5n) .sp-dropdown li.sp-menu-item > a:focus,
.sp-megamenu-parent > li:nth-child(5n) .sp-dropdown li.sp-menu-item > a:hover {
}

.sp-megamenu-parent > li:nth-child(6n) > a {
	color: #00a651;
}

.sp-megamenu-parent > li:nth-child(6n) > a:before {
	color: #00a651;
}

.sp-megamenu-parent > li:nth-child(6n) .sp-dropdown li.sp-menu-item.active > a:not(.sp-group-title),
.sp-megamenu-parent > li:nth-child(6n) .sp-dropdown li.sp-menu-item > a:focus,
.sp-megamenu-parent > li:nth-child(6n) .sp-dropdown li.sp-menu-item > a:hover {
	background-color: #e7fff2;
	padding-left: 4px;
	padding-right: 4px;
}

.sp-megamenu-parent > li:nth-child(7n) > a {
	color: #00aeef;
}

.sp-megamenu-parent > li:nth-child(7n) > a:before {
	color: #00aeef;
}

.sp-megamenu-parent > li:nth-child(7n) .sp-dropdown li.sp-menu-item.active > a:not(.sp-group-title),
.sp-megamenu-parent > li:nth-child(7n) .sp-dropdown li.sp-menu-item > a:focus,
.sp-megamenu-parent > li:nth-child(7n) .sp-dropdown li.sp-menu-item > a:hover {
	background-color: #ddedff;
	padding-left: 4px;
	padding-right: 4px;
}

.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
	background: #ffffff;
	width: 120%;
}
/*ruxin image*/
.ruxin_news .leading_news_image,
.ruxin_news .intro_news_image,
.ruxin_news .link_news_image {
	object-fit: cover;
	border-radius: 10px;
	border: solid 2px #1994f8;
	background-color: none;
	box-shadow: rgb(0 0 0 / 45%) 0px 25px 20px -20px;
	transition: transform 0.5s;
}
.leading_news_image:hover {
	transform: scale(1.1);
}

#ruxin_news_128 .lead_category a {
	background: #ce00c2 !important;
	border-radius: 2px;
}
.ruxin_news .lead_title,
.ruxin_news .intro_title,
.ruxin_news .link_title {
	color: #0e64c6;
}
/*levitation*/
.levitation {
	animation: levitation 5s infinite;
	transition: box-shadow 0.5s;
}

@keyframes levitation {
	0% {
		transform: translateY(0);
	}
	50% {
		transform: translateY(-20px);
	}
	100% {
		transform: translateY(0);
	}
}

.levitation:hover {
	box-shadow: 0 0 40px rgba(0, 0, 0, 0.2);
}
/*card*/

.gradient-border {
	--borderWidth: 5px;

	position: relative;
	border-radius: var(--borderWidth);
}
.gradient-border:after {
	content: '';
	position: absolute;
	top: calc(-1 * var(--borderWidth));
	left: calc(-1 * var(--borderWidth));
	height: calc(100% + var(--borderWidth) * 2);
	width: calc(100% + var(--borderWidth) * 2);
	background: linear-gradient(60deg, #f79533, #f37055, #ef4e7b, #a166ab, #ffffff, #a166ab, #ef4e7b, #f79533);
	border-radius: calc(2 * var(--borderWidth));
	z-index: -1;
	animation: animatedgradient 8s ease alternate infinite;
	background-size: 200% 300%;
}

@keyframes animatedgradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}
.bor {
	border-radius: 15px;
	padding: 5px;
}
.borimg {
	border-radius: 15px;
}
/* kreska tytuł modułu */
.sp-module-title::before {
	content: '|';
	font-size: 1.5em;
	padding-right: 4px;
}
#sp-bottom .sp-module .sp-module-title {
	background: linear-gradient(to right, red, orange, yellow, green, blue, indigo, violet);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

/*menu animacja*/
a.sp-megamenu-parent > li {
	position: relative; /* potrzebne do umieszczenia pseudoelementu względem linku */
	text-decoration: none; /* usuwa podkreślenie domyślne */
}

.sp-megamenu-parent > li::before {
	content: '';
	position: absolute; /* pozycjonuje pseudoelement względem linku */
	bottom: 25px;
	left: 0;
	right: 0;
	height: 3px; /* grubość kreski */
	background-color: rgb(57, 0, 128); /* kolor kreski */
	transform: scaleX(0); /* ukrywa kreskę */
	transition: transform 0.3s ease-in-out; /* dodaje efekt przejścia */
	transition-property: transform, background-color; /* określa, które właściwości mają być animowane */
	transition-timing-function: ease-in-out; /* określa rodzaj efektu przejścia */
	transition-duration: 0.4s; /* określa szybkość efektu przejścia */
}

.sp-megamenu-parent > li:hover::before {
	transform: scaleX(1); /* pokazuje kreskę */
	background-color: rgb(255, 0, 217);
}

/* button */
.bubbly-button {
	font-family: 'Helvetica', 'Arial', sans-serif;
	display: inline-block;
	font-size: 1em;
	padding: 1em 2em;
	margin-top: 100px;
	margin-bottom: 60px;
	-webkit-appearance: none;
	appearance: none;
	background-color: $button-bg;
	color: $button-text-color;
	border-radius: 4px;
	border: none;
	cursor: pointer;
	position: relative;
	transition: transform ease-in 0.1s, box-shadow ease-in 0.25s;
	box-shadow: 0 2px 25px rgba(255, 0, 130, 0.5);

	&:focus {
		outline: 0;
	}

	&:before,
	&:after {
		position: absolute;
		content: '';
		display: block;
		width: 140%;
		height: 100%;
		left: -20%;
		z-index: -1000;
		transition: all ease-in-out 0.5s;
		background-repeat: no-repeat;
	}

	&:before {
		display: none;
		top: -75%;
		background-image: radial-gradient(circle, $button-bg 20%, transparent 20%),
			radial-gradient(circle, transparent 20%, $button-bg 20%, transparent 30%),
			radial-gradient(circle, $button-bg 20%, transparent 20%), radial-gradient(circle, $button-bg 20%, transparent 20%),
			radial-gradient(circle, transparent 10%, $button-bg 15%, transparent 20%),
			radial-gradient(circle, $button-bg 20%, transparent 20%), radial-gradient(circle, $button-bg 20%, transparent 20%),
			radial-gradient(circle, $button-bg 20%, transparent 20%), radial-gradient(circle, $button-bg 20%, transparent 20%);
		background-size: 10% 10%, 20% 20%, 15% 15%, 20% 20%, 18% 18%, 10% 10%, 15% 15%, 10% 10%, 18% 18%;
		//background-position: 0% 80%, -5% 20%, 10% 40%, 20% 0%, 30% 30%, 22% 50%, 50% 50%, 65% 20%, 85% 30%;
	}

	&:after {
		display: none;
		bottom: -75%;
		background-image: radial-gradient(circle, $button-bg 20%, transparent 20%),
			radial-gradient(circle, $button-bg 20%, transparent 20%),
			radial-gradient(circle, transparent 10%, $button-bg 15%, transparent 20%),
			radial-gradient(circle, $button-bg 20%, transparent 20%), radial-gradient(circle, $button-bg 20%, transparent 20%),
			radial-gradient(circle, $button-bg 20%, transparent 20%), radial-gradient(circle, $button-bg 20%, transparent 20%);
		background-size: 15% 15%, 20% 20%, 18% 18%, 20% 20%, 15% 15%, 10% 10%, 20% 20%;
		//background-position: 5% 90%, 10% 90%, 10% 90%, 15% 90%, 25% 90%, 25% 90%, 40% 90%, 55% 90%, 70% 90%;
	}

	&:active {
		transform: scale(0.9);
		background-color: darken($button-bg, 5%);
		box-shadow: 0 2px 25px rgba(255, 0, 130, 0.2);
	}

	&.animate {
		&:before {
			display: block;
			animation: topBubbles ease-in-out 0.75s forwards;
		}
		&:after {
			display: block;
			animation: bottomBubbles ease-in-out 0.75s forwards;
		}
	}
}

@keyframes topBubbles {
	0% {
		background-position: 5% 90%, 10% 90%, 10% 90%, 15% 90%, 25% 90%, 25% 90%, 40% 90%, 55% 90%, 70% 90%;
	}
	50% {
		background-position: 0% 80%, 0% 20%, 10% 40%, 20% 0%, 30% 30%, 22% 50%, 50% 50%, 65% 20%, 90% 30%;
	}
	100% {
		background-position: 0% 70%, 0% 10%, 10% 30%, 20% -10%, 30% 20%, 22% 40%, 50% 40%, 65% 10%, 90% 20%;
		background-size: 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%;
	}
}

@keyframes bottomBubbles {
	0% {
		background-position: 10% -10%, 30% 10%, 55% -10%, 70% -10%, 85% -10%, 70% -10%, 70% 0%;
	}
	50% {
		background-position: 0% 80%, 20% 80%, 45% 60%, 60% 100%, 75% 70%, 95% 60%, 105% 0%;
	}
	100% {
		background-position: 0% 90%, 20% 90%, 45% 70%, 60% 110%, 75% 80%, 95% 70%, 110% 10%;
		background-size: 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%;
	}
}
.buttons {
	margin: 5%;
	text-align: center;
}

.btn-hover {
	width: 170px;
	font-size: 14px;
	font-weight: 600;
	color: #fff;
	cursor: pointer;
	margin: 0px;
	height: 40px;
	text-align: center;
	border: none;
	background-size: 300% 100%;
	border-radius: 20px;
	moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.btn-hover:hover {
	background-position: 100% 0;
	moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.btn-hover:focus {
	outline: none;
}

.btn-hover.color-1 {
	background-image: linear-gradient(to right, #25aae1, #40e495, #30dd8a, #2bb673);
	box-shadow: 0 4px 15px 0 rgba(49, 196, 190, 0.75);
}
.btn-hover.color-2 {
	font-family: 'Annie Use Your Telescope', cursive;
	background-image: linear-gradient(to right, #f5ce62, #e43603, #fa7199, #e85a19);
	box-shadow: 0 4px 15px 0 rgba(229, 66, 10, 0.75);
	padding-top: 8px;
	font-size: 18px;
}
.btn-hover.color-3 {
	font-family: 'Annie Use Your Telescope', cursive;
	background-image: linear-gradient(to right, #667eea, #764ba2, #6b8dd6, #8e37d7);
	box-shadow: 0 4px 15px 0 rgba(116, 79, 168, 0.75);
	padding-top: 8px;
	border: 2px dashed #ffffff;
	font-size: 15px;
}
.btn-hover.color-4 {
	background-image: linear-gradient(to right, #fc6076, #ff9a44, #ef9d43, #e75516);
	box-shadow: 0 4px 15px 0 rgba(252, 104, 110, 0.75);
}
.btn-hover.color-5 {
	background-image: linear-gradient(to right, #0ba360, #3cba92, #30dd8a, #2bb673);
	box-shadow: 0 4px 15px 0 rgba(23, 168, 108, 0.75);
}
.btn-hover.color-6 {
	background-image: linear-gradient(to right, #009245, #fcee21, #00a8c5, #d9e021);
	box-shadow: 0 4px 15px 0 rgba(83, 176, 57, 0.75);
}
.btn-hover.color-7 {
	background-image: linear-gradient(to right, #6253e1, #852d91, #a3a1ff, #f24645);
	box-shadow: 0 4px 15px 0 rgba(126, 52, 161, 0.75);
}
.btn-hover.color-8 {
	background-image: linear-gradient(to right, #29323c, #485563, #2b5876, #4e4376);
	box-shadow: 0 4px 15px 0 rgba(45, 54, 65, 0.75);
}
.btn-hover.color-9 {
	background-image: linear-gradient(to right, #25aae1, #4481eb, #04befe, #3f86ed);
	box-shadow: 0 4px 15px 0 rgba(65, 132, 234, 0.75);
}
.btn-hover.color-10 {
	background-image: linear-gradient(to right, #ed6ea0, #ec8c69, #f7186a, #fbb03b);
	box-shadow: 0 4px 15px 0 rgba(236, 116, 149, 0.75);
}
.btn-hover.color-11 {
	background-image: linear-gradient(to right, #eb3941, #f15e64, #e14e53, #e2373f);
	box-shadow: 0 5px 15px rgba(242, 97, 103, 0.4);
}
/* .sppb-btn-sm {
	padding: 12px 48px;
} */

/* team */
.sppb-carousel-extended-item {
	height: 100%;
	margin-left: 5px;
	border: 1px solid #ffffff;
}
.sppb-carousel-extended-item img {
	width: 100%;
	object-fit: fill;
	height: 100%;
	box-shadow: rgba(0, 0, 0, 0.751) 0px 25px 20px -20px;
}
#column-id-1672218805160 {
	box-shadow: rgba(255, 255, 255, 0.751) 0px 25px 20px -20px;
}

/* table light effect */
.table {
	transition: background-color 0.5s;
	border-radius: 5px;
}

.table:hover {
	background-color: rgba(255, 255, 255, 0.461);
	animation: shake-table 0.5s;
}
@keyframes shake-table {
	0% {
		transform: translate(1px, 1px) rotate(0deg);
	}
	10% {
		transform: translate(-1px, -2px) rotate(-1deg);
	}
	20% {
		transform: translate(-3px, 0px) rotate(1deg);
	}
	30% {
		transform: translate(3px, 2px) rotate(0deg);
	}
	40% {
		transform: translate(1px, -1px) rotate(1deg);
	}
	50% {
		transform: translate(-1px, 2px) rotate(-1deg);
	}
	60% {
		transform: translate(-3px, 1px) rotate(0deg);
	}
	70% {
		transform: translate(3px, 1px) rotate(-1deg);
	}
	80% {
		transform: translate(-1px, -1px) rotate(1deg);
	}
	90% {
		transform: translate(1px, 2px) rotate(0deg);
	}
	100% {
		transform: translate(1px, -2px) rotate(-1deg);
	}
}
/* header shadow, section fun games */
.text-shadow {
}
#sppb-addon-1672313858885 .sppb-media-heading,
#sppb-addon-s5_FfnpYrdg_dNL9nNfwa .sppb-media-heading,
#sppb-addon-daZIj1CWEimZs55432mL- .sppb-media-heading,
#sppb-addon-vRi47mxcy__DrqaqgBqqa .sppb-media-heading,
#sppb-addon-1672327089066 {
	font-family: Annie Use Your Telescope;
	font-size: 2.5em;
	text-shadow: 0 1px 0 white;
}
/* blog */
.article-list .article .article-header h1 a,
.article-list .article .article-header h2 a {
	color: #00b1ff;
}
.article-info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 1rem;
	margin-top: -10px;
	color: #009245;
}
.article-info > span a {
	color: #ffb000;
}
/* body */
#sp-main-body {
	padding: 55px 0;
	background-image: linear-gradient(180deg, #afe2ff 10%, #ffffff 100%);
}
.article-list .article {
	border: 1px solid #4adff89c;
	box-shadow: rgb(104 199 255 / 45%) 0px 25px 20px -20px;
}
/* administrator */
.diablodesign {
	background: #000;
}
/* car */
@keyframes shake {
	0% {
		transform: translateY(2px);
	}
	50% {
		transform: translateY(-2px);
	}
	100% {
		transform: translateY(0);
	}
}

.car {
	animation: shake 0.5s ease-in-out infinite;
}
/* megamenu */
.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
	backdrop-filter: blur(5px);
	background: #cbe2ffe0;
	width: 120%;
}
/* off canvas menu */
.offcanvas-menu {
	background: rgb(2, 0, 36);
	background: rgb(2, 0, 36);
	background: linear-gradient(
		8deg,
		rgba(2, 0, 36, 0.6171512550332633) 0%,
		rgba(71, 9, 121, 0.4350784259016106) 39%,
		rgba(0, 212, 255, 0.46869187127976186) 100%
	);
	backdrop-filter: blur(5px);
	border-right: 2px solid #f8f9fa;
}
.offcanvas-menu ul.menu > li a {
	border-bottom: 1px solid rgba(255, 255, 255, 0.491);
}
.offcanvas-menu .offcanvas-inner ul.menu > li a,
.offcanvas-menu .offcanvas-inner ul.menu > li span {
	color: #ffffff;
}
