/*
Theme Name: Impreza Child
Template: Impreza
Version: 1.0
Author:	UpSolution
Theme URI: http://impreza.us-themes.com/
Author URI: http://us-themes.com/
*/

h1, h2, h3, h4, h5, h6 {
	padding-top: 0;
}

/*.bannerbgGradientbg {
  background: linear-gradient(150deg, #6035fb, #cc44e9);
  background-size: 200% 200%;
  animation: gradientMove 6s ease infinite;
}
@keyframes gradientMove {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}*/
/*.bannerbgGradientbg{
  background: linear-gradient(150deg, #6035fb, #cc44e9);
  background-size: 300% 300%;
  animation: gradientDrift 10s ease infinite;
}
@keyframes gradientDrift {
  0% {
    background-position: 0% 0%;
  }
  50% {
    background-position: 100% 100%;
  }
  100% {
    background-position: 0% 0%;
  }
}*/
.bannerbgGradientbg{
  background: linear-gradient(150deg, #6035fb, #cc44e9);
  animation: glowPulse 3s ease-in-out infinite alternate;
}
@keyframes glowPulse {
  0% {
    filter: brightness(1);
  }
  100% {
    filter: brightness(1.3);
  }
}

.watermark {
	position: relative;
	overflow: hidden;
}

.watermark:before {
	content: '';
	position: absolute;
	inset: 0;
	z-index: 0;
	background-image: url('/wp-content/uploads/logo-watermark.svg');
	background-repeat: no-repeat;
	background-position: 75% 0%;
	background-size: contain;
	transform-origin: 75% 0%;
	animation: watermarkReveal 2.2s cubic-bezier(0.22, 1, 0.36, 1) forwards;
	will-change: transform, opacity;
}

@keyframes watermarkReveal {
	0% {
		transform: scale(0.7);
		opacity: 0;
	}
	100% {
		transform: scale(1);
		opacity: .2;
	}
}
.w-itext.type_typingChars .w-itext-part {
	border-bottom: 6px solid #ff00fc !important;
	font-style: italic;
}

.fancy-ul ul {
  list-style: none;
  padding-left: 0;
	margin-left:0;
}

.fancy-ul ul li {
  position: relative;
  padding-left: 30px;
}

.fancy-ul ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 18px;
  height: 18px;
  background: url(/wp-content/uploads/bullet.svg) no-repeat center;
  background-size: contain;
}
.fancy-ul strong {
	font-weight:600 !important;
}
.counter {
	display: flex;
	align-items: center;
	justify-content: center;
}
.counter  .w-counter-value, .counter  .w-counter-title {
	font-family: var(--h2-font-family, inherit);
	font-weight: var(--h2-font-weight, inherit);
	font-size: var(--h2-font-size, inherit) !important;
	font-style: var(--h2-font-style, inherit);
	line-height: var(--h2-line-height, 1.4);
	letter-spacing: var(--h2-letter-spacing, inherit);
	text-transform: var(--h2-text-transform, inherit);
	margin-bottom: var(--h2-margin-bottom, 1.5rem);
	color:#cc44e9 !important;
	margin: 0;
	margin-right: 1rem;
}
.w-iconbox.iconpos_left{
	padding: 1.5rem;
	border: 1px solid #f3f3f3;
	border-radius: 10px;
}
.w-iconbox.iconpos_left .w-iconbox-icon {
	font-size: 55px !important;
	margin-right: .5rem;
}
.w-iconbox.iconpos_left:hover {
	box-shadow: 
  0 20px 40px rgba(0, 0, 0, 0.08),
  0 6px 12px rgba(0, 0, 0, 0.06);
}

.w-iconbox.iconpos_left .w-iconbox-title{
	font-size: 28px;
	line-height: 1.3;
	font-weight: 600;
}