*,
*:before,
*:after {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box
}

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
  
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  outline: none;
}
input{
outline: none;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

.fc-purple {color: #992f6d!important}
.fc-light-purple {color: #bf6a95!important}
.fc-fade-blue {color: #78b2e3!important}
.fc-fade-yellow {color: #dcc4bd!important}

.fw-bold,
.fw-800  {font-weight: 800!important}

.inner {
	width: 100%;
	max-width: 1290px;
	margin: 0 auto;
}
@media screen and (max-width: 1360px) {
	.inner {
		padding-left: 15px;
		padding-right: 15px;
	}
}
.mainmenu-hamburger-outer {
	display: none;
	/* padding-right: 15px; */
}
.mainmenu-hamburger {
	padding: 15px;
	cursor: pointer;
}
.mainmenu-hamburger > span {
	display: block;
	width: 30px;
	height: 3px;
	margin-bottom: 6px;
	background: #fff;
}
.mainmenu-hamburger > span:last-child {
	margin-bottom: 0;
}
@media screen and (max-width: 767px) {
	.mainmenu-hamburger-outer {
		display: flex;
	}
	.mainmenu-wrapper {
		display: none;
	}
}

.btn-bordered {
	border-radius: 8px;
	padding: 10px 15px;
	border: 2px solid #992f6d;
	display: inline-block;
	line-height: 1;
	background: linear-gradient(0deg, #000, #2b0016);
	transition: all .25s ease;
	color: #fff1f7;
}
.btn-bordered:hover {
	border-color: #ca1a60;
	background: linear-gradient(0deg, #120009, #4e0329);
	color: #fff;
}

.border-white {
	border-color: #fff;
}
.border-transprarent {
	border-color: rgba(0,0,0,0);
}
.bg-transprarent {
	background-color: transprarent!important;
}
.btn-black {
	/* border-color: rgba(0,0,0,0) ; */
	background: linear-gradient(0deg, rgb(0 0 0 / 10%), rgba(220, 196, 189, 0.1), #000)!important;
	/* color: #fff; */
}
.btn-black:hover {
	/* border-color: rgba(0,0,0,0) ; */
	background: linear-gradient(0deg, #000, rgba(220, 196, 189, 0.1), #000)!important;
	/* color: #d39cb8; */
}

@keyframes hoverWave {
    0% {box-shadow: 0 0px 10px rgba(153, 47, 109, 0.3), 0 0 0 0 rgba(153, 47, 109, 0.2), 0 0 0 0 rgba(153, 47, 109, 0.2)}
    40% {box-shadow: 0 0px 10px rgba(153, 47, 109, 0.3), 0 0 0 15px rgba(153, 47, 109, 0.2), 0 0 0 0 rgba(153, 47, 109, 0.2)}
    80% {box-shadow: 0 0px 10px rgba(153, 47, 109, 0.3), 0 0 0 30px rgba(153, 47, 109, 0), 0 0 0 26.7px rgba(153, 47, 109, 0.1)}
    100% {box-shadow: 0 0px 10px rgba(153, 47, 109, 0.3), 0 0 0 30px rgba(153, 47, 109, 0), 0 0 0 40px rgba(153, 47, 109, 0.0)}
}
@keyframes hoverWaveBlack {
    0% {box-shadow: 0 0px 10px rgba(153, 47, 109, 0.2), 0 0 0 0 rgba(153, 47, 109, 0.1), 0 0 0 0 rgba(153, 47, 109, 0.1)}
    40% {box-shadow: 0 0px 10px rgba(153, 47, 109, 0.2), 0 0 0 15px rgba(153, 47, 109, 0.1), 0 0 0 0 rgba(153, 47, 109, 0.1)}
    80% {box-shadow: 0 0px 10px rgba(153, 47, 109, 0.2), 0 0 0 30px rgba(153, 47, 109, 0), 0 0 0 26.7px rgba(153, 47, 109, 0.067)}
    100% {box-shadow: 0 0px 10px rgba(153, 47, 109, 0.2), 0 0 0 30px rgba(153, 47, 109, 0), 0 0 0 40px rgba(153, 47, 109, 0.0)}
}
.allways-glow {
	-webkit-animation: hoverWave linear 1s infinite;
    animation: hoverWave linear 1s infinite;
}
.border-cta {
	border-color: rgb(1 0 0);
}

.btn-bordered.hover-glow:hover {	
	-webkit-animation: hoverWave linear 1s infinite;
    animation: hoverWave linear 1s infinite;
}

/* .btn-black.hover-glow:hover {	
	-webkit-animation: hoverWaveBlack linear 1s infinite;
    animation: hoverWaveBlack linear 1s infinite;
} */

.gradient-text {
	color: transparent;
	/* background-image: linear-gradient(to top, #e3cebe, #ffffff); d9a6c4  */
	background-image: linear-gradient(to top, #dcc4bd, #ffffff);
	-webkit-background-clip: text;
	background-clip: text;
}