::-webkit-scrollbar {
	width: 5px;
	background-color: #16181e;
}

::-webkit-scrollbar-thumb {
	background-color: var(--color-primary-gradient-start);
	border-radius: 3px;
}

a,
button {
	cursor: pointer;
}

li {
	list-style: none;
}

ul {
	padding: 0;
}

.navigation-desk {
	padding-left: 50px !important;
}

.checks {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 15px;
	margin-top: 20px;
}

.checks li {
	font-size: 14px;
}

.checks svg {
	width: 15px;
}

.preloader {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	min-height: 100%;
	z-index: 999998;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-backdrop-filter: blur(25px);
	backdrop-filter: blur(25px);
	background-color: rgba(0, 0, 0, 0.5);
	visibility: visible;
	opacity: 1;
	-webkit-transition: 0.3s all;
	-o-transition: 0.3s all;
	transition: 0.3s all;
}

.sing-loader {
	position: absolute !important;
}

.loader {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-item-align: center;
	    -ms-grid-row-align: center;
	    align-self: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	color: #805af5;
	font-size: 50px;
	text-indent: -9999em;
	overflow: hidden;
	width: 1em;
	height: 1em;
	margin-left: -0.5em;
	margin-top: -0.5em;
	border-radius: 50%;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-animation: load6 1.7s infinite ease;
	animation: load6 1.7s infinite ease;
  }
  @-webkit-keyframes load6 {
	0% {
	  -webkit-transform: rotate(0deg);
	  transform: rotate(0deg);
	  -webkit-box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
	          box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
	}
	5%,
	95% {
	  -webkit-box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
	          box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
	}
	10%,
	59% {
	  -webkit-box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
	          box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
	}
	20% {
	  -webkit-box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
	          box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
	}
	38% {
	  -webkit-box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
	          box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
	}
	100% {
	  -webkit-transform: rotate(360deg);
	  transform: rotate(360deg);
	  -webkit-box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
	          box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
	}
  }
  @keyframes load6 {
	0% {
	  -webkit-transform: rotate(0deg);
	  transform: rotate(0deg);
	  -webkit-box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
	          box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
	}
	5%,
	95% {
	  -webkit-box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
	          box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
	}
	10%,
	59% {
	  -webkit-box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
	          box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
	}
	20% {
	  -webkit-box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
	          box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
	}
	38% {
	  -webkit-box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
	          box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
	}
	100% {
	  -webkit-transform: rotate(360deg);
	  transform: rotate(360deg);
	  -webkit-box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
	          box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
	}
  }

.loaded .preloader {
	visibility: hidden;
	opacity: 0;
}

.logo-top {
	width: auto;
	height: auto;
	max-width: 100px;
	margin: auto
}

.Typewriter {
	line-height: 1.5;
}

.Typewriter__cursor {
	-webkit-animation: Typewriter-cursor 1s infinite;
	animation: Typewriter-cursor 1s infinite;
}

@-webkit-keyframes Typewriter-cursor {
	0% {
		opacity: 0
	}

	50% {
		opacity: 1
	}

	100% {
		opacity: 0
	}
}

@keyframes Typewriter-cursor {
	0% {
		opacity: 0
	}

	50% {
		opacity: 1
	}

	100% {
		opacity: 0
	}
}

.no-blink {
	-webkit-animation: none;
	animation: none;
}

@media (max-width:767.98px) {
	.mobile-nav-toggler {
		display: block !important
	}

	.testimonial-active .col {
		padding: 0 5px;
	}

	.brand-area {
		display: none;
	}

	#before_after {
		display: none;
	}
}

#sticky-header {
	max-height: 96px;
}

.testimonial-active.slick-slide {
	width: 610px;
	height: 100%;
}

.testimonial-active .slick-track {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 5px;
}

.main-content .main-shape {
	width: 100%;
	height: 100lvh;
}

.main-shape svg {
	width: 100%;
	height: 100%;
	opacity: 0.2;
}

.main-shape2 svg {
	width: 100%;
	height: 100%;
}

@-webkit-keyframes rotate {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes rotate {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

.out-top {
	-webkit-animation: rotate 40s linear infinite;
	animation: rotate 40s linear infinite;
	-webkit-transform-origin: 13px 25px;
	-ms-transform-origin: 13px 25px;
	transform-origin: 13px 25px;
}

.in-top {
	-webkit-animation: rotate 30s linear infinite;
	animation: rotate 30s linear infinite;
	-webkit-transform-origin: 13px 25px;
	-ms-transform-origin: 13px 25px;
	transform-origin: 13px 25px;
}

.out-bottom {
	-webkit-animation: rotate 45s linear infinite;
	animation: rotate 45s linear infinite;
	-webkit-transform-origin: 84px 93px;
	-ms-transform-origin: 84px 93px;
	transform-origin: 84px 93px;
}

.in-bottom {
	-webkit-animation: rotate 25s linear infinite;
	animation: rotate 25s linear infinite;
	-webkit-transform-origin: 84px 93px;
	-ms-transform-origin: 84px 93px;
	transform-origin: 84px 93px;
}

.cases-details-content {
	top: -100%;
	left: 0;
	z-index: -1;
}

.video-wrap {
	max-width: 1290px;
	height: 100%;
	margin: auto;
	padding: 0;
}

.banner-btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.banner-btn img {
	max-width: 30px;
}

.horiz {
	width: 5px;
	border-bottom: 1px solid #fff;
}

.nav-logo-img {
	width: 100%;
	height: 100%;
}

.beer-slider {
	height: 100% !important;
}

.beer-slider,
.beer-slider>img {
	width: 100% !important;
}

.portfolio-img {
	overflow: hidden;
	border-radius: 30px;
}

.cookie-banner {
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	height: -webkit-fit-content;
	height: -moz-fit-content;
	height: fit-content;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: 0.3s all;
	-o-transition: 0.3s all;
	transition: 0.3s all;
	position: fixed;
	bottom: 30px;
	left: 30px;
	z-index: 99999;
	padding: 20px;
	background-color: #16181e;
	border: 1px solid hsla(0, 0%, 100%, 0.5);
	border-radius: 12px;
	line-height: 1;
}

.cookie-banner p {
	color: #fff;
	margin-bottom: 15px;
}

.cookie-banner button {
	font-size: 14px;
}

.cookie-banner:after {
	position: absolute;
	z-index: -1;
	content: "";
	top: 100%;
	left: 5%;
	height: 10px;
	width: 90%;
	opacity: 1;
	background: -o-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.5) 0, transparent 80%);
	background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.5) 0, transparent 80%);
}

.cookie-banner.coo-visible {
	opacity: 1;
	visibility: visible;
}

@media (max-width:767.98px) {
	.cookie-banner {
		width: -webkit-fit-content;
		width: -moz-fit-content;
		width: fit-content;
		height: -webkit-fit-content;
		height: -moz-fit-content;
		height: fit-content;
		left: 15px;
		bottom: 15px;
	}
	.win-svg,
	.mac-svg,
	.horiz {
		display: none;
	}
}

.overlay {
	opacity: 0;
	visibility: hidden;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .5);
	z-index: 999998;
	-webkit-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
	-webkit-backdrop-filter: blur(5px);
	backdrop-filter: blur(5px);
}

.modal {
	opacity: 0;
	visibility: hidden;
	width: 40%;
	max-width: 400px;
	min-width: 300px;
	height: -webkit-fit-content;
	height: -moz-fit-content;
	height: fit-content;
	max-height: 60%;
	min-height: 400px;
	font-size: 18px;
	position: fixed;
	top: 60%;
	right: 50%;
	padding: 20px;
	background: #0e0c15;
	border: 2px solid #805af5;
	border-radius: 12px;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-transform: translate(50%, -50%);
	-ms-transform: translate(50%, -50%);
	transform: translate(50%, -50%);
	z-index: 999999;
	font-family: var(--font-primary);
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.modal::-webkit-scrollbar {
	background-color: #00000000;
}

.modal::-webkit-scrollbar-thumb {
	background-color: var(--color-body);
}

.captcha-modal {
	overflow-y: auto;
	max-width: 350px;
}

.login-modal {
	overflow-y: auto;
	max-width: 400px;
}

.login-modal {
	min-height: fit-content !important;
}

.h-captcha {
	margin-top: 20px;
	text-align: center;
}

.forgot button {
	font-size: 14px;
	cursor: pointer;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	margin-bottom: 10px;
	background: none;
	border: none;
	color: #fff;
}

.forgot button:hover {
	color: #805af5;
}

.modal-update {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	padding: 0 !important;
}

.update-body {
	padding: 1rem;
	width: 100%;
	height: 100%;
	margin: auto;
	overflow-y: auto;
	overflow-wrap: break-word;
	-webkit-overflow-scrolling: touch;
	color: #fff;
}

.update-body.paragraph-large {
	line-height: 1.2 !important;
}

.update-body::-webkit-scrollbar {
	width: 0;
}

.shadow-animate {
	-webkit-box-shadow: 0px 0px 20px 10px #cd99ff;
	box-shadow: 0px 0px 20px 10px #cd99ff;
	-webkit-animation: shadows 5s infinite;
	animation: shadows 5s infinite;
}

@-webkit-keyframes shadows {
	0% {
		-webkit-box-shadow: 0px 0px 20px 10px #cd99ff;
		box-shadow: 0px 0px 20px 10px #cd99ff;
	}

	50% {
		-webkit-box-shadow: 0px 0px 20px 10px blueviolet;
		box-shadow: 0px 0px 20px 10px blueviolet;
	}

	100% {
		-webkit-box-shadow: 0px 0px 20px 10px #cd99ff;
		box-shadow: 0px 0px 20px 10px #cd99ff;
	}
}

@keyframes shadows {
	0% {
		-webkit-box-shadow: 0px 0px 20px 10px #cd99ff;
		box-shadow: 0px 0px 20px 10px #cd99ff;
	}

	50% {
		-webkit-box-shadow: 0px 0px 20px 10px blueviolet;
		box-shadow: 0px 0px 20px 10px blueviolet;
	}

	100% {
		-webkit-box-shadow: 0px 0px 20px 10px #cd99ff;
		box-shadow: 0px 0px 20px 10px #cd99ff;
	}
}

.group-login {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	display: -webkit-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 10px;
	text-align: center;
	width: 100%;
	height: 100%;
	margin: auto;
	overflow: hidden;
	overflow-wrap: break-word;
	-webkit-overflow-scrolling: touch;
	color: #fff;
}

.form-hidden {
	width: 100%;
	height: 100%;
	padding: 20px 0;
	max-height: -webkit-fit-content;
	max-height: -moz-fit-content;
	max-height: fit-content;
}

.form-hidden ul li {
	margin: 0;
}

.captcha {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	margin-bottom: 10px;
}

.captcha label {
	font-weight: bold;
}

.captcha span {
	font-size: 14px;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
}

.captcha span:hover,
.captcha span:focus {
	color: #805af5;
}

.click-to-copy {
	cursor: pointer;
}

#accountid {
	margin-top: 5px;
	height: 50px;
	border: 2px solid #805af5;
}

#sign-form {
	width: 100%;
	height: 100%;
	text-align: left;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	-webkit-box-pack: baseline;
	    -ms-flex-pack: baseline;
	        justify-content: baseline;
	text-align: left;
}

.form-login {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	-webkit-box-pack: baseline;
	    -ms-flex-pack: baseline;
	        justify-content: baseline;
	gap: 10px;
}

.modal-body {
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.modal-body button {
	width: 100%;
}

.modal h2 {
	margin: 0;
}

.form-result p,
.form-result h2 {
	margin-bottom: 10px;
	line-height: 1;
}

.form-hidden p {
	color: #fff;
	line-height: 1;
	font-size: 24px;
}

.form-hidden h3 {
	margin-bottom: 5px;
}

.modal.active,
.overlay.active {
	opacity: 1;
	visibility: visible;
}

.modal.active {
	top: 50%;
}

.modal__logo {
	height: 25px;
	text-align: center;
	position: absolute;
	top: 15px;
	left: 15px;
	z-index: 1;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.modal__cross {
	width: 20px;
	height: 20px;
	text-align: center;
	position: absolute;
	top: 15px;
	right: 15px;
	cursor: pointer;
	z-index: 1;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.modal__cross path {
	cursor: pointer;
	fill: #fff;
}

.modal__cross:hover {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.captcha input {
	height: 50px;
}

input.is-invalid {
	border-color: #dc3545;
	padding-right: calc(1.5em + .75rem);
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-position: right calc(.375em + .1875rem) center;
	background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}

.invalid-feedback,
.invalid-signin-feedback {
	display: none;
	width: 100%;
	font-size: .875em;
	color: #dc3545;
	line-height: 1.2;
}

.is-invalid~.invalid-feedback,
.is-invalid~.invalid-signin-feedback {
	display: block;
}

.captcha {
	width: 100%;
}

.captcha__image-reload {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: auto;
	margin-bottom: 0.5rem;
	max-width: 200px;
}

.captcha__image {
	border-radius: 0.25rem;
	min-width: 132px;
	min-height: 46px;
}

.captcha__refresh {
	width: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background-color: #1e1e1e;
	padding: 5px 0;
	height: 100%;
	border-radius: 0 .25rem .25rem 0;
}

.modal-title {
	font-size: 24px;
}

.d-none {
	display: none;
}

.form-result {
	text-align: center;
	padding: .5rem;
	border-radius: .25rem;
	z-index: 999999;
	margin: auto;
	overflow-x: hidden;
	width: 100%;
}

.form-center-svg {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
}

.form-center-svg img {
	width: 100%;
	height: 100%;
	margin: auto;
	max-width: 50px;
}

.login-fields {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}

.login-fields #login-email,
.login-fields #logaccountid {
	margin-bottom: 10px;
}

.tabs-login ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: start;
	gap: 10px;
	margin-bottom: 0;
}

.tabs-login button {
	background: none;
	border: none;
	font-size: 16px;
	padding-bottom: 5px;
	color: #fff;
	text-align: left;
}

.tabs-login .is-active {
	border-bottom: 2px solid #805af5;
}

.sign-up-btn,
.log-in-btn {
	padding: 0 28px;
    border: 0 solid transparent;
    border-radius: 8px;
    background-color: transparent;
    background: -o-linear-gradient(left, var(--color-primary-gradient-start), var(--color-primary-gradient-end));
    background: -webkit-gradient(linear, left top, right top, from(var(--color-primary-gradient-start)), to(var(--color-primary-gradient-end)));
    background: linear-gradient(to right, var(--color-primary-gradient-start), var(--color-primary-gradient-end));
    background-size: 200% auto;
    -webkit-transition-duration: .3s;
         -o-transition-duration: .3s;
            transition-duration: .3s;
    color: var(--color-white);
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    text-decoration: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
    height: 50px;
    line-height: 50px;
    letter-spacing: .5px;
    width: auto;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

.create-new {
	padding: 0 28px;
    border: 2px solid #805af5;
    border-radius: 8px;
    background-color: transparent;
    -webkit-transition-duration: .3s;
         -o-transition-duration: .3s;
            transition-duration: .3s;
    color: var(--color-white);
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    text-decoration: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
    height: 50px;
    line-height: 50px;
    letter-spacing: .5px;
    width: auto;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

.log-or-sign {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	font-size: 14px;
}

.loader-white {
	display: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-item-align: center;
	    -ms-grid-row-align: center;
	    align-self: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	color: #fff;
	font-size: 15px;
	text-indent: -9999em;
	overflow: hidden;
	width: 1em;
	height: 1em;
	border-radius: 50%;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-animation: load6 1.7s infinite ease;
	animation: load6 1.7s infinite ease;
	margin: auto;
}

.priter {
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translate(-50%);
	-ms-transform: translate(-50%);
	transform: translate(-50%);
	font-size: 14px;
	color: #c8b8e8;
	text-align: center;
}

.priter a:hover {
	color: #cd99ff;
}

.tabs-login__span {
	font-size: 14px;
    line-height: 1;
    margin: 10px 0;
}

.business-title {
	font-size: 32px;
	line-height: 1;
	margin-bottom: 20px;
}

.content-bottom p,
.content-bottom li {
	line-height: 1.5;
}

.inner-about-area {
	width: 100%;
	height: 100%;
	padding: 0 15px;
	max-width: 1315px;
	margin-right: auto;
	margin-left: auto;
}

.business-block {
	background: hsla(0, 0%, 100%, .1);
	border-radius: 30px;
	padding: 40px;
}

.update-date {
	font-size: 14px;
}

.paragraph-large {
	line-height: 1.5;
	margin-bottom: 10px;
}

.paragraph-large b {
	color: #fff;
}

.forgot-pass {
	width: 100%;
	font-size: 14px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: end;
	margin-right: 5px;
}

.job-detail {
	min-width: 50%;
	height: 100%;
	margin: auto;
	text-align: center;
}

.job-detail video {
	width: 100%;
	height: 100%;
	border-radius: 10px;
	overflow: hidden;
	max-height: 450px;
}

.job-item h2 span {
	font-size: 24px;
}

.job-video-auto {
	width: auto;
}

@media (max-width: 992px) {
	.job-video-auto {
		width: 100%;
	}
	.rainbow-cta-area {
		display: none
	}
}

.header-action {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	gap: 15px;
}

@media (min-width: 768px) {
    .d-md-block-header {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
}

.modal-beta {
	padding-top: 80px;
	gap: 20px;
  }
  
  .beta-img {
	position: absolute;
	top: 15px;
	left: 50%;
	-webkit-transform: translate(-50%);
		-ms-transform: translate(-50%);
			transform: translate(-50%);
  }
  
  .beta-img img {
	margin: auto;
	max-width: 50px;
  }
  
  .beta-apk {
	overflow-y: scroll;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
		-ms-flex-direction: column;
			flex-direction: column;
	-webkit-box-pack: start;
		-ms-flex-pack: start;
			justify-content: flex-start;
	gap: 10px;
	padding: 0px 20px 20px;
  }
  
  .beta-caption label {
	font-size: 14px;
  }
  
  .beta-button {
	max-width: 200px;
	margin: auto;
	margin-bottom: 20px;
  }

.video-item {
	border: none !important;
	background: none !important;
}

.video-item .job-detail video {
	max-height: none !important;
}

.emotional {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 40px;
}

.emotional .logo-block {
	width: 250px;
	text-align: center;
}

.cd-words-wrapper b {
    position: absolute;
    opacity: 0;
    -webkit-transition: opacity 0.5s ease-in-out;
    -o-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
}

.cd-words-wrapper .is-visible {
    opacity: 1;
	position:relative
}

.brand-slider img {
	width: auto;
	max-height: 34px;
	margin-left: 100px;
	opacity: .6;
	cursor: pointer;
	-webkit-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}

.brand-slider img:hover {
	opacity: 1;
}

.start-with {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	gap: 10px;
}

.start-with img {
	height: 100%;
	max-height: 20px;
}

.brand-slider .slide-single-layout a {
	cursor: default !important;
}

.reg-first,
.gitlink,
.forgot-pass,
.update-close {
	color: #805af5;
}

.reg-first:hover,
.gitlink:hover,
.forgot-pass:hover,
.update-close:hover {
	color: #cd99ff;
}

.accordion-item {
	-webkit-transition: 0.4s all;
	-o-transition: 0.4s all;
	transition: 0.4s all;
}

.accordion-collapse {
    -webkit-transition: height 0.4s ease;
    -o-transition: height 0.4s ease;
    transition: height 0.4s ease;
    overflow: hidden;
}

.accordion-collapse.show {
    height: auto;
}

.under-button-group {
	padding-top: 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 15px;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.ah-words-wrapper {
	white-space: nowrap;
}

.features-section {
    overflow: hidden;
    -webkit-transition: max-height 0.5s ease-out;
    -o-transition: max-height 0.5s ease-out;
    transition: max-height 0.5s ease-out;
}

.rbt-show-more-btn.no-shadow:before {
    background: none;
}

.rbt-show-more-btn.shadow:before {
    background: -o-linear-gradient(top, rgba(14, 12, 21, .4), #0e0c15);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(14, 12, 21, .4)), to(#0e0c15));
    background: linear-gradient(180deg, rgba(14, 12, 21, .4), #0e0c15);
}

.rbt-show-more-btn.rotate:after {
    -webkit-transform: translateY(-50%) rotate(180deg);
        -ms-transform: translateY(-50%) rotate(180deg);
            transform: translateY(-50%) rotate(180deg);
}

.brand-list a {
	cursor: default;
}

.brand-style-2 li a img {
	opacity: 1;
	cursor: default;
}

.not-margin-p {
	margin-bottom: 0;
}

.live-video {
	width: 100%;
	border-radius: 12px;
	z-index: 1 !important;
}

.live-video source {
	width: 100%;
}

.footer-social svg {
    width: 20px;
    height: 20px;
    fill: #bcc3d7;
    margin-bottom: 5px;
}

.mainmenu-nav .mainmenu {
	overflow: hidden;
}

.mac-versions {
	position: absolute;
	top: 0px;
	left: 50%;
	-webkit-transform: translate(-50%);
	    -ms-transform: translate(-50%);
	        transform: translate(-50%);
	z-index: 99999;
    padding: 10px;
    background-color: #2b2b2b;
    border: 1px solid #9067ff;
    border-radius: 12px;
    line-height: 1;
	-webkit-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	gap: 5px;
	opacity: 0;
	visibility: hidden;
}

.mac-versions.show {
	top: 35%;
	opacity: 1;
	visibility: visible;
}

.mac-versions p {
	margin-bottom: 5px;
	line-height: 1;
	color: #fff;
}

.mac-versions span {
	-webkit-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all;
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    gap: 3px;
}

.mac-versions span svg path {
	fill: #9067ff;
}

.mac-versions span:hover {
	color: #9067ff;
}

.apk-video {
	margin: 15px 0;
	width: 100%;
	border-radius: 12px;
}

.apk-video source {
	width: 100%;
}

.img-bg-shape video {
	width: 100%;
	height: auto;
	border-radius: 12px;
}

audio {
	margin-top: 10px;
}

.aiwave-service-area {
	padding-top: 0 !important;
}

.photo-slider {
	cursor: move;
    cursor: grab;
    cursor: -webkit-grab;
}

.photo-slider .slick-track {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 10px;
}

.photo-slider:active {
	cursor: grabbing;
    cursor: -webkit-grabbing;
}

.photo-slider p {
	margin-bottom: 10px;
}

.header-lang button {
	font-size: 16px;
    font-weight: 500;
	color: #bcc3d7;
}

.dropdown-toggle {
	text-transform: uppercase;
}

.dropdown-item {
	font-size: 14px !important;
	font-weight: 500;
	color: #bcc3d7;
	text-align: center;
	text-transform: uppercase;
	-webkit-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}

.dropdown-item:hover {
	font-size: 18px !important;
	color: #fff;
	background: none !important;
}

.business-tools-list li i {
	margin-right: 5px;
}

.aiwave-cta .inner .content-left {
	margin-top: 3%;
	padding-left: 0;
}
.aiwave-cta .inner .content-right {
	margin-top: 9%;
}

.rainbow-cta-area {
	padding-bottom: 0;
}

.also-we-offer {
	width: 100%;
}

.api-table {
	padding: 0 !important;
	overflow: hidden;
}

.api-table .pricing-header {
	padding: 15px 30px;
}

.api-table .pricing-header .pricing {
	margin-bottom: 0 !important;
}

.c_date span {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	gap: 0;
	width: 100%;
}

.modal-promt {
	padding: 0 !important;
	overflow: hidden;
	width: 400px;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
}

.promt-body {
	width: 100%;
	height: 100%;
	overflow-y: auto;
}

.promt-img {
	width: 100%;
	height: auto;
}

.promt-under {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: start;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	gap: 10px;
	margin: 10px;
	width: 100%;
	height: 100%;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
}

.promt-under p {
	margin: 0;
	line-height: 1;
}

.promt-under a {
	font-size: 14px !important;
	padding: 0 14px !important;
	font-weight: 400 !important;
	height: 25px !important;
    line-height: 1.8 !important;
	margin-top: 5px !important;
	border-radius: 5px !important;
}

.promt-loading {
	-webkit-transition: 0.3s all;
	-o-transition: 0.3s all;
	transition: 0.3s all;	
}

.promt-rotate {
    -webkit-animation: rotate-icon 2s linear infinite;
            animation: rotate-icon 2s linear infinite;
}

@-webkit-keyframes rotate-icon {
    from {
		-webkit-transform: rotate(360deg);
		        transform: rotate(360deg);
    }
    to {
        -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
    }
}

@keyframes rotate-icon {
    from {
		-webkit-transform: rotate(360deg);
		        transform: rotate(360deg);
    }
    to {
        -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
    }
}

@media (max-width: 768px) {
    .modal-promt {
		width: 300px;
	}
}

.reg-email-input {
	height: 50px;
	margin-top: 10px;
}

.slider-container {
	min-height: 300px;
}

.slider-preload .preloader {
	position: absolute !important;
	visibility: visible !important;
    opacity: 1 !important;
	z-index: 0 !important;
	-webkit-backdrop-filter: blur(0px) !important;
	        backdrop-filter: blur(0px) !important;
	background-color: transparent !important;
}

.button-login {
	position: relative;
}

#accountid,
#logaccountid,
#login-email,
#login-pass {
	border-radius: 8px;
}

#accountid.highlight-placeholder::-webkit-input-placeholder,
#referralid.highlight-placeholder::-webkit-input-placeholder {
    background-color: #805af5;
    color: #fff;
	width: -webkit-min-content;
	width: min-content;
}
#accountid.highlight-placeholder::-moz-placeholder,
#referralid.highlight-placeholder::-moz-placeholder {
    background-color: #805af5;
    color: #fff;
	width: -moz-min-content;
	width: min-content;
}
#accountid.highlight-placeholder:-ms-input-placeholder,
#referralid.highlight-placeholder:-ms-input-placeholder {
    background-color: #805af5;
    color: #fff;
	width: min-content;
}
#accountid.highlight-placeholder::-webkit-input-placeholder, #payments #referralid.highlight-placeholder::-webkit-input-placeholder {
    background-color: #805af5;
    color: #fff;
	width: -webkit-min-content;
	width: min-content;
}
#accountid.highlight-placeholder::-moz-placeholder, #payments #referralid.highlight-placeholder::-moz-placeholder {
    background-color: #805af5;
    color: #fff;
	width: -moz-min-content;
	width: min-content;
}
#accountid.highlight-placeholder:-ms-input-placeholder, #payments #referralid.highlight-placeholder:-ms-input-placeholder {
    background-color: #805af5;
    color: #fff;
	width: min-content;
}
#accountid.highlight-placeholder::-ms-input-placeholder, #payments #referralid.highlight-placeholder::-ms-input-placeholder {
    background-color: #805af5;
    color: #fff;
	width: min-content;
}
#accountid.highlight-placeholder::-webkit-input-placeholder, #referralid.highlight-placeholder::-webkit-input-placeholder {
    background-color: #805af5;
    color: #fff;
	width: -webkit-min-content;
	width: -moz-min-content;
	width: min-content;
}
#accountid.highlight-placeholder::-moz-placeholder, #referralid.highlight-placeholder::-moz-placeholder {
    background-color: #805af5;
    color: #fff;
	width: -webkit-min-content;
	width: -moz-min-content;
	width: min-content;
}
#accountid.highlight-placeholder:-ms-input-placeholder, #referralid.highlight-placeholder:-ms-input-placeholder {
    background-color: #805af5;
    color: #fff;
	width: -webkit-min-content;
	width: -moz-min-content;
	width: min-content;
}
#accountid.highlight-placeholder::-ms-input-placeholder, #referralid.highlight-placeholder::-ms-input-placeholder {
    background-color: #805af5;
    color: #fff;
	width: -webkit-min-content;
	width: -moz-min-content;
	width: min-content;
}
#accountid.highlight-placeholder::placeholder,
#referralid.highlight-placeholder::placeholder {
    background-color: #805af5;
    color: #fff;
	width: -webkit-min-content;
	width: -moz-min-content;
	width: min-content;
}

.header-default .logo a {
	width: 100%;
}

.top-logo {
	width: 100%;
	max-width: 50px;
}
.bottom-logo {
	max-width: 100px;
}

.link-review,
.noti {
	position: fixed;
	top: -100px;
	right: 30px;
	z-index: 999999;
	border-radius: 12px;
	border: 1px solid #805af5;
	background-color: #16181e;
	line-height: 1;
	padding: 20px;
	-webkit-transition: 0.3s all;
	-o-transition: 0.3s all;
	transition: 0.3s all;
	-webkit-transform: translateY(20px);
	    -ms-transform: translateY(20px);
	        transform: translateY(20px);
	width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
	height: min-content;
    height: -webkit-min-content;
    height: -moz-min-content;
	max-width: 350px;
	min-width: 150px;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;    
    opacity: 0;
    visibility: hidden;
	user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.link-review__cross {
	width: 15px;
	height: 15px;
	text-align: center;
	position: absolute;
	top: 10px;
	right: 10px;
	cursor: pointer;
	z-index: 1;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.link-review__cross:hover {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.link-review__cross path {
	fill: #fff;
}

.link-review__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	gap: 20px;
	width: auto;
	height: auto;
}

.link-review__content img {
	width: auto;
	max-height: 63px;
	border-radius: 5px;
}

.link-review__content p {
	margin: 0;
}

.link-review__content h4 {
	margin: 0;
	font-weight: bold;
	font-size: 18px;
}

.review-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 3px;
}

@media (max-width: 768px) {
    .link-review {
        top: 15px;
		right: 15px;
    }
}

.get-started {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center !important;
	    -ms-flex-align: center !important;
	        align-items: center !important;
}

.video-shorts {
	width: 100%;
	max-width: 355px;
	min-width: 300px;
	border-radius: 20px;
	cursor: pointer;
}