:root {
    --primary-color: #020228;
	--primary-color-b: #9b34ef;
	--secondary-color: #ff00e5;
	--secondary-color-b: #490cb0;
	--third-color: #9e86ff;
    --tertiary-color: #b535f6;
    --btn-bg-color-gradient: linear-gradient( 45deg, #9b34ef 0%, #490cb0 20%, transparent 50% );
    --btn-link-bg-color: #fff;
    --btn-link-color: #000;
    --card-bg-color: linear-gradient(0deg, transparent, #3b1e63);
    --divider-bg-color: linear-gradient( 90deg, #5516ba, rgba(255, 0, 229, 0.5) 80% );
    --nav-bg-color: rgba(0, 0, 0, 0.3);
    --text-color: #fff;
    --link-color: #9e86ff;
    --form-bg-color: rgba(211, 211, 211, 0.06);
    --form-field-bg-color: rgba(0, 0, 0, 0.2);
    --form-field-border: 1px solid rgba(255, 255, 255, 0.7);
    --form-field-placeholder: rgba(255, 255, 255, 0.7);
    --form-field-error: rgb(255, 76, 76);
    scroll-behavior: smooth;
}
#lpbody header.smaller.has-topbar {
    height: 70px;
}
#lpbody header.smaller #topbar {
    display:none;
}
#lpbody header.has-topbar {
    height: 70px;
}
#lpbody header #topbar {
    display:none;
}
#lpbody header #mainmenu a:hover {
	color: var(--primary-color-1);
}
#lpbody header.smaller #mainmenu a:hover {
	color: var(--third-color);
}
#lpbody header #mainmenu li li a:hover {
	color:white;
}
#lpbody header.smaller #mainmenu li li a:hover {
	color:white;
}
#lpbody.dark-mode .pricing-s2, .dark-mode .feature-box-type-1, .dark-mode .feature-box-type-2, .dark-mode .owl-item.active.center>div blockquote, .dark-mode .de_table .tr:nth-child(2n), .dark-mode .bgcolor-variation, .dark-mode .table-pricing tbody tr {
	background: var(--card-bg-color);
}
#lpbody .pricing-s2 .top a.btn-custom {
	background: var(--btn-bg-color-gradient);
    outline: 3px solid transparent;
    transition: background 1s, outline 1s, transform 1s;
    background-size: 250%;
}
#lpbody .pricing-s2 .top a.btn-custom:hover {
    background-color: transparent;
    background-position: 100%;
    outline: 2px solid var(--primary-color-1);
    transform: scale(1.05);
}

#lpbody .price .num {
	/* color: var(--third-color); */
	color: var(--primary-color-1);
}
#lpbody .price .currency {
	color: var(--primary-color-1);
}
#lpbody .price .month {
	color: var(--primary-color-1);
}
#lpbody header.smaller, .pricing-s1 .top h2, .bg-gradient-to-right, .post-image .post-info .inner
, .switch::after, .accordion-section-title.active
, .de_table.table-style-2:not(.no-heading) .tr:first-child, h1 .label, #menu-btn, a.btn-custom.secondary
, #topbar, header.header-gradient, .ribbon.s2, header.smaller.header-light #topbar
, .header-light.smaller #mainmenu > li > a span, #switch-set-v2 div.active {
    /* background-image: linear-gradient(to right, var(--primary-color-1), var(--primary-color-2)); */
	background-image: linear-gradient(to right, var(--secondary-color-b), var(--primary-color-b));
}
#lpbody .bg-color, section.bg-color, section.call-to-action, #mainmenu li li a:hover, #mainmenu ul li:hover > a, .price-row, .slider-info .text1, .btn-primary, .bg-id-color, .pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus, .dropcap, .fullwidthbanner-container a.btn, .feature-box-big-icon i, #testimonial-full, .icon-deco i, .feature-box-small-icon .border, .small-border, #jpreBar, .date-post, .team-list .small-border, .de-team-list .small-border, .btn-line:hover, a.btn-line:hover, .btn-line.hover, a.btn-line.hover, .owl-arrow span, .de-progress .progress-bar, #btn-close-x:hover, .box-fx .info, .btn-more, .widget .small-border, .product img:hover, #btn-search, .de_tab.timeline li.active .dot, .btn-id, .tiny-border, #back-to-top, #subheader .small-border-deco span, #services-list li a:hover, .timeline .tl-block .tl-line, .de_tab.tab_style_2 .de_nav li.active span, .de_tab.tab_steps.style-2 .de_nav li.active span, .feature-box-small-icon.style-2 .number.bg-color, a.btn-custom, .btn-custom, .owl-custom-nav .btn-next:before, .owl-custom-nav .btn-prev:before, .timeline > li > .timeline-badge, .de_light .de_tab.tab_style_3 .de_nav li.active span, .de_tab.tab_style_4 .de_nav li.active span, .circle, .social-icons-sm i:hover, .btn-rsvp, .btn-close, .pricing-s1 .ribbon, .de_tab.tab_style_4 .de_nav li.active, #preloader .s1 span, #filters a.selected, .custom-show:after, .custom-close:after, .widget-post .date, .style-2 .date-box, .feature-box-type-1 i, .owl-item.active.center > div blockquote:before, .accordion-section-title:before, #form_sb #btn-submit i, .owl-dot.active, .bg-gradient-to-right-2, .feature-box-type-1.hover i, .feature-box-type-1:hover i, .ribbon, .box-icon-simple .num, .box-highlight.s2 {
    /*background: linear-gradient(to right, var(--secondary-color-1), var(--secondary-color-2)); */
	background: linear-gradient(to right, var(--third-color), var(--secondary-color-b));
	
}
#lpbody header.header-mobile {
    /* position: absolute; */
    background: linear-gradient(to right, var(--third-color), var(--secondary-color-b));
}
#lpbody .feature-box-type-1 i {
	min-width: 60px;
}

#lpbody .domainsection .uptitle {
    color: var(--third-color);
}
#lpbody.dark-mode .accordion-section-title.active {
    border-color: var(--third-color);
}
#lpbody .social-icons i {
    text-shadow: none;
    color: #fff;
    padding: 12px 10px 8px 10px;
    padding: 7px 4px 2px 5px;
    width: 35px;
    height: 35px;
    text-align: center;
    font-size: 22px;
    border-radius: 60px;
    -moz-border-radius: 60px;
    -webkit-border-radius: 60px;
    margin: 0 5px 0 5px;
}
#lpbody .social-icons i:hover {
    background: var(--third-color);
    border-color: var(--third-color);;
    /* color: #333; */
}
#lpbody .subbanner .overlay-gradient {
    padding: 20px 0 20px 0;
} 
#lpbody .middlebanner  {
    padding-top: 20px !important;
	padding-bottom:20px !important;
} 
#lpbody.dark-mode .pricing-s2 ul li {
	background:transparent;
	color:white;
}
#lpbody .pricing-s2 .bottom ul li {
    padding: 2px;
}
#lpbody .toptitle {
	padding:12px;
	padding-bottom:2px;
}
#lpbody.dark-mode .table-pricing tbody tr {
    /* background: transparent; */
}
#lpbody.dark-mode .table-pricing tbody tr * {
	color:white;
}
#lpbody.dark-mode .table-pricing tbody tr input {
	color:black;
}
#lpbody.dark-mode .table-pricing {
	/* background-image: none; */
}
#lpbody .bannericon {
	font-weight: 600;
    font-size: 120px;
    color: rgba(250,250,250,0.5);
}
#lpbody .iconpricetable {
	font-weight: 600;
	color: rgba(250,250,250,0.75);
	margin-right:4px;
}
#lpbody .carttabel {
	width:100%;
}
#lpbody .carttabel .carttr .carttd {
	padding:4px;
	padding-right:12px;
	text-align:left;
	font-size: 16px;
    font-weight: bold;
	height:40px;
}
#lpbody .table-pricing .cartpricecalc th
, #lpbody .table-pricing .cartpricecalc td {
	padding-top:4px;
	padding-bottom:4px;
}
#lpbody .form-order {
	background: rgba(255, 255, 255, .8);
	border:0px solid black;
}
#lpbody .form-order:focus {
	background: rgba(255, 255, 255, 1);
}
#lpbody .form-order::placeholder {
	/* color:var(--bs-gray-500); */
}
#lpbody .form-required {
	/* border:1px solid red; */
	/*background-image: linear-gradient(to right, var(--secondary-color-b), var(--primary-color-b));*/
	/* background: linear-gradient(90deg, rgba(73,12,176,0.5) 0%, rgba(155,52,239,0.5) 100%); */
	background:white;
	
}
#lpbody .form-required::placeholder {
	/* color:rgba(250,250,250,0.6); */
	color:red;
}
#lpbody  .btn-custom-price-month {
	padding-left:4px;
	padding-right:4px;
	display: inline-block;
    min-width: 40px;
    width: 60px;
	margin-left:2px;
	margin-right:2px;
}
#lpbody .btn-custom-price-month-disabled {
	opacity:0.4;
	color:grey !important;
}
#lpbody .btn-custom-price-month-disabled:hover {
	opacity:0.4;
	color:grey !important;
	outline: 2px solid transparent !important;
}

@-webkit-keyframes fadeout {
  0% {opacity: 1;}
  100% {opacity: 0;}
}
@keyframes fadeout {
  0% {opacity: 1;}
  100% {opacity: 0;}
}
@-webkit-keyframes fadein {
  0% {opacity: 0;}
  100% {opacity: 1;}
}
@keyframes fadein {
  0% {opacity: 0;}
  100% {opacity: 1;}
}
#lpbody #addtocartmessage {
	opacity:0;
	display:none;
	background: linear-gradient(45deg, rgba(var(--primary-color-1-rgb),0.8) 0%,rgba(var(--primary-color-2-rgb),0.8) 100%);
	padding:6px;
	position: absolute;
    top: 120px;
    min-width: calc(100vw - 100px);
    min-height: 55px;
    right: 50px;
    background-color: white;
    z-index: 9999;
	border-radius:0.25em;
	-webkit-box-shadow: 3px 3px 6px -2px rgba(0,0,0,0.66); 
	box-shadow: 3px 3px 6px -2px rgba(0,0,0,0.66);
	
    
}
#lpbody #addtocartmessage.show {
	-webkit-animation: fadein 1s linear forwards;
	animation: fadein 1s linear forwards;
	display:block;
}
#lpbody #addtocartmessage.hide {
	-webkit-animation: fadeout 1s linear forwards;
	animation: fadeout 1s linear forwards;
	display:none;
}

#lpbody #addtocartmessage_inner {
	/* background: linear-gradient(45deg, rgba(var(--primary-color-1-rgb),0.8) 0%,rgba(var(--primary-color-2-rgb),0.8) 100%); */
	background: var(--dark-mode-color-1) !important;
	display:table;
	position:relative;
	width:100%;
	min-height:25px;
	border-radius:0.25em;
	vertical-align:middle;
	text-align:center;
	padding:12px;
	padding-left:20px;
	padding-right:20px;
}

#lpbody #submitmessage {
	opacity:0;
	display:none;
	background: linear-gradient(45deg, rgba(var(--primary-color-1-rgb),0.8) 0%,rgba(var(--primary-color-2-rgb),0.8) 100%);
	padding:6px;
	position: fixed;
    top: 60px;
    min-width: 250px;
    min-height: 35px;
    right: 30px;
    background-color: white;
    z-index: 9999;
	border-radius:0.25em;
	-webkit-box-shadow: 3px 3px 6px -2px rgba(0,0,0,0.66); 
	box-shadow: 3px 3px 6px -2px rgba(0,0,0,0.66);
	
    
}
#lpbody #submitmessage.show {
	-webkit-animation: fadein 1s linear forwards;
	animation: fadein 1s linear forwards;
	display:block;
}
#lpbody #submitmessage.hide {
	-webkit-animation: fadeout 1s linear forwards;
	animation: fadeout 1s linear forwards;
	display:none;
}

#lpbody #submitmessage_inner {
	/* background: linear-gradient(45deg, rgba(var(--primary-color-1-rgb),0.8) 0%,rgba(var(--primary-color-2-rgb),0.8) 100%); */
	background: var(--dark-mode-color-1) !important;
	display:table;
	position:relative;
	width:100%;
	min-height:25px;
	border-radius:0.25em;
	vertical-align:middle;
	text-align:center;
	padding:12px;
	padding-left:20px;
	padding-right:20px;
}


#lpbody .form-s1 input[type=text]
, #lpbody .form-s1 textarea
, #lpbody .form-s1 input[type=email]
, #lpbody .form-s1 select {
	border-radius:10px;
}
#lpbody.dark-mode .table-pricing tbody tr {
	background: var(--dark-mode-color-2);
}
#lpbody.dark-mode .table-pricing tbody tr td
, #lpbody.dark-mode .table-pricing tbody tr th {
	text-align:left;
	padding-left:12px;
	padding-right:12px;
}
#lpbody.dark-mode .table-pricing thead tr th {
	text-align:left;
	padding-left:12px;
	padding-right:12px;
}
#lpbody .checkbox_inactive {
	color: rgba(255, 255, 255, .3);
	padding:2px;
	font-weight:bold;
	padding-left:3px;
	padding-right:3px;
	background: rgba(255, 255, 255, .8);
}
#lpbody .checkbox_active {
	color: rgba(255, 255, 255, 1);
	font-weight:bold;
	padding:2px;
	padding-left:3px;
	padding-right:3px;
	background: linear-gradient(to right, var(--third-color), var(--secondary-color-b));
}
#lpbody .field_checkbox {
	cursor:pointer;
}


@media only screen and (max-width: 992px) {
	
	#lpbody header.header-mobile.has-topbar {
		height: 100px;
	}
	#lpbody header.header-mobile #mainmenu li a {
		color: #fff;
	}
		
	#lpbody header.header-mobile #mainmenu a:hover {
		color: var(--primary-color-1);
	}
	#lpbody header.header-mobile.smaller #mainmenu a:hover {
		color: var(--third-color);
	}
	#lpbody header.header-mobile #mainmenu li li a:hover {
		color:white;
	}
	#lpbody header.header-mobile.smaller #mainmenu li li a:hover {
		color:white;
	}
	#lpbody .bannericon {
		display:none;
	}
}