html{
    background-color: #000;
}
.blackout-class{
    opacity: 0;
    transition: all 2s ease;
}
body {
    font-family: neue-haas-grotesk !important;
    -ms-scroll-chaining: none;
    overscroll-behavior: none;
    scrollbar-width: none;
    font-size: 19px;
    font-weight: 300;
    opacity: 1;
    transition: all 2s ease;
    cursor: default;
}
body.helix-ultimate{
    background-color: #F8F1E9;
}
::-webkit-scrollbar {
    display: none;
    opacity: 0;
    visibility: hidden
}
body .body-wrapper .body-innerwrapper section#sp-main-body{
    min-height: 100vh;
}
#sp-header{
    position: fixed;
    height: 90px;
    animation: none;
}
#sp-header.header-with-modal-menu.header-sticky {
    background-color: transparent;
}
#sp-header.header-sticky{
    animation: none;
}
#sp-header .logo {
    position: relative;
    top: 5px;
}
#sp-header.header-with-modal-menu #left-menu #modal-menu-toggler .burger-icon::before{
    background: none;
}
ul.social-icons{
    margin-left: 10px;
}
@media (max-width: 991px) {
    #sp-header.header-with-modal-menu.center-layout #logo-right, #sp-header.header-with-modal-menu.classic-layout #logo-right {
        display: none !important;
    }
}
.burger-icon {
    width: 30px;
}
.burger-icon>span {
    background-color: #ba7678;
    margin: 3px 0;
}
.offcanvas-active .burger-icon>span:nth-child(1), #modal-menu-toggler.active .burger-icon>span:nth-child(1) {
    transform: translate(0, 5px) rotate(-45deg);
}
.offcanvas-active .burger-icon>span, #modal-menu-toggler.active .burger-icon>span {
    background-color: #ba7678;
}
#sp-header.header-with-modal-menu #offcanvas-toggler{
    display: flex !important;
}
h1, h2, h3, h4, h5, h6 {
    text-shadow: 0 5px 5px rgb(0 0 0 / 35%);
    margin-bottom: 10px;
    font-weight: 400;
}
h1{
    font-size: 34px;
    font-weight: 600;
    line-height: 50px;
}
h2{
    font-size: 30px;
    font-weight: 600;
    line-height: 33px;
}
h2, h3{
    margin-top: 20px;
    margin-bottom: 10px;
}
a:not(.close-offcanvas, #offcanvas-toggler, .logo a, .social-icons a, .sp-scroll-up, .danse-button a):before{
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
    background: #ba7678;
    visibility: hidden;
    border-radius: 5px;
    transform: scaleX(0);
    transition: .25s linear;
}
a:not(.close-offcanvas, #offcanvas-toggler, .logo a, .social-icons a, .sp-scroll-up, .danse-button a):hover:before{
    visibility: visible;
    transform: scaleX(1);
}
a,
#sp-header.header-with-modal-menu a,
.sp-contact-info .sp-contact-phone a,
.sp-contact-info .sp-contact-email a,
.fa-phone:before,
.fa-envelope:before {
    position: relative;
    color: #ba7678;
    transition: all 0.3s ease;
}
#sp-header.header-with-modal-menu a,
body.offcanvas-active .offcanvas-menu .sp-contact-info .sp-contact-phone a,
body.offcanvas-active .offcanvas-menu .sp-contact-info .sp-contact-email a{
    font-size: 16px;
    font-weight: 400;
    opacity: 1;
}
a:hover,
a:focus,
#sp-header.header-with-modal-menu a:hover, 
#sp-header.header-with-modal-menu a:focus,
body.offcanvas-active .offcanvas-menu .sp-contact-info .sp-contact-phone a:hover,
body.offcanvas-active .offcanvas-menu .sp-contact-info .sp-contact-email a:hover,
body.offcanvas-active .offcanvas-menu .sp-contact-info .sp-contact-phone a:focus,
body.offcanvas-active .offcanvas-menu .sp-contact-info .sp-contact-email a:focus {
    color: #ba7678;
    opacity: 0.7;
    transition: all 0.3s ease;
}
body #sp-main-body .qx-elements-wrap .qx-element-wrap{
    margin: 0px;
}
.sp-scroll-up {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    line-height: 36px;
    text-align: center;
    font-size: 16px;
    background: #ba767885;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    z-index: 1000;
    /* transition: all 0.3s ease; */
}
.sp-scroll-up:hover,
.sp-scroll-up:focus,
.sp-scroll-up:active {
    background: #ba7678;
    transition: all 0.3s ease;
}
a.sp-scroll-up span.fas.fa-angle-up{
    top: 5px;
    position: relative;
    font-size: 22px;
    color: #000000;
    opacity: 0.5;
    transition: all 0.3s ease;
}
.sp-scroll-up:hover span.fas.fa-angle-up{
    top: 0px;
    transition: all 0.3s ease;
    opacity: 1;
}
.offcanvas-menu .fa, .offcanvas-menu .fab, .offcanvas-menu .far, .offcanvas-menu .fas {
    color: #ba7678;
}
.offcanvas-menu .offcanvas-inner .sp-contact-info>li>a,
.offcanvas-menu .offcanvas-inner .social-icons>li>a {
    opacity: 1;
    transition: all 0.3s ease;
}
.offcanvas-menu .offcanvas-inner .social-icons>li>a {
    font-size: 20px;
}
.offcanvas-menu .offcanvas-inner .social-icons>li>a:hover {
    opacity: 0.7;
    transition: all 0.3s ease;
}
#sp-header.header-with-modal-menu .sp-contact-info>li {
    opacity: 1;
}
.danse-button a span{
    text-wrap: wrap;
}
/*Main Menu*/
.offcanvas-menu {
    width: 100vw;
    height: 100vh;
    position: fixed;
    overflow: inherit;
    transition: all 0.4s;
    z-index: 10000;
    background-color: #494D59df;
    color: #252525;
}
body.ltr.offcanvs-position-right .offcanvas-menu {
    right: 0;
    top: -100vh;
}
.offcanvas-menu .offcanvas-inner ul.menu, .offcanvas-menu .offcanvas-inner ul.menu ul{
    align-items: center;
}
.offcanvas-menu .offcanvas-inner ul.menu>li>a, .offcanvas-menu .offcanvas-inner ul.menu>li>span {
    font-size: 24px;
}
@media (min-width:1024px) {
    .offcanvas-menu .offcanvas-inner ul.menu>li>a, .offcanvas-menu .offcanvas-inner ul.menu>li>span {
        font-size: 30px;
    }
}
.offcanvas-menu .offcanvas-inner ul.menu>li{
    overflow: visible;
}
.offcanvas-menu .offcanvas-inner ul.menu li>a{
    position: relative;
    top: -30px;
}
.offcanvas-menu .offcanvas-inner ul.menu li>a{
    top: 0px;
    left: 0;
    transition: all 0.3s ease;
}
.offcanvas-menu .offcanvas-inner ul.menu li.active>a {
    color: #ba7678 !important;
}
.offcanvas-menu .offcanvas-inner ul.menu li>a{
    display: inline-block;
    color: #ba7678 !important;
    opacity:1;
    padding-left: 5px;
    padding-right: 5px;
    transition: all 0.3s ease;
}
.offcanvas-menu .offcanvas-inner ul.menu>li>ul{
    margin: 0;
}
.offcanvas-menu .offcanvas-inner ul.menu>li>ul li{
    display: flex;
    justify-content: center;
}
.offcanvas-menu .offcanvas-inner ul.menu>li>ul li a{
    font-size: 22px;
    font-weight: 300;
    margin-bottom: 3px;
}
body.ltr .offcanvas-menu .offcanvas-inner ul.menu>li.menu-parent>a>.menu-toggler{
    position: absolute;
    width: 100%;
    height: 100%;
    color: #ba7678;
}
.offcanvas-menu .offcanvas-inner ul.menu>li.menu-parent.menu-parent-open>a>.menu-toggler:after,
.offcanvas-menu .offcanvas-inner ul.menu>li.menu-parent>a>.menu-toggler:after{
    content: "";
    position: absolute;
    right: -20px;
    font-size: 20px;
    transform: rotate(90deg);
    transition: all 0.3s ease;
}
.offcanvas-menu .offcanvas-inner ul.menu>li.menu-parent.menu-parent-open>a>.menu-toggler:after{
    transform: rotate(270deg);
    transition: all 0.3s ease;
}

.offcanvas-menu .d-flex {
    display: flex !important;
    justify-content: center;
}
body.offcanvas-active .offcanvas-menu .offcanvas-inner .mb-4{
    position: fixed;
    bottom: 15px;
    display: flex;
    width: 320px;
    justify-content: center;
    left: 50%;
    margin-left: -160px;
}
body.offcanvas-active .offcanvas-menu .offcanvas-inner ul.social-icons{
    position: fixed;
    bottom: 10px;
    display: flex;
    width: 320px;
    justify-content: center;
    left: 50%;
    margin-left: -160px;
}
/*Main Menu END*/
#sp-bottom .sp-module .sp-module-title{
    color: #ba7678;
    margin: 0;
    text-shadow: none;
    font-size: 24px;
}
#sp-bottom{
    font-size: 19px;
    line-height: 18px;
}
#sp-bottom .sp-module ul>li{
    margin-bottom: 8px;
}
#sp-main-body>.container {
    position: relative;
    padding: 0;
    margin: 0;
    max-width: 100% !important;
    width: 100% !important;
}
section{
    margin-left: 0 !important;
    margin-right: 0 !important;
}
.fa-facebook:before,
.fa-youtube:before,
.fa-instagram:before,
.fa-whatsapp:before {
    font-size: 24px;
}
.danse-main-title{
    font-size: 130px;
    text-shadow: 20px 20px 10px rgb(0 0 0 / 35%);
    color: #ba7678;
    margin-left: -20vw;
    opacity: 1;
    transition: all 1s ease;
}
.danse-main-text{
    text-shadow: 3px 3px 3px rgb(0 0 0 / 35%);
    opacity: 1;
    margin-left: 40vw;
    margin-top: 20vh !important;
    transition: all 1s ease;
}
@media (max-width:767px) {
    .danse-main-title{
        font-size: 90px;
        text-shadow: 15px 15px 10px rgb(0 0 0 / 35%);
    }
    .danse-main-text{
        margin-left: 30vw;
    }
}
@media (max-width:500px) {
    .danse-main-title{
        font-size: 62px;
        text-shadow: 10px 10px 10px rgb(0 0 0 / 35%);
        margin-left: 0;
    }
    .danse-main-text{
        margin-left: 0;
        margin-top: 80px !important;
    }
}
.danse-main-title.animate-title{
    font-size: 75px;
    color: #ba7678;
    opacity: 0;
}
.danse-main-title-2.animate-title{
    font-size: 30px;
    color: #ba7678;
    opacity: 0;
}
.danse-main-text.animate-text{
    opacity: 0;
}
.danse-more-info{
    color: #ba7678;
    font-weight: 600;
    text-shadow: none;
    cursor: pointer;
}
button.danse-button,
.danse-button a{
	background-color: #ba7678 !important;
	color: #fff !important;
	padding: 12px 28px;
	border: none;
	border-radius: 30px;
	box-shadow: 0 0 40px 40px #ba7678 inset, 0 0 0 0 #ba7678, 3px 3px 12px 0px rgba(0, 0, 0, 0.7) !important;
	font-size: 16px;
	font-weight: bold;
	position: relative;
	overflow: hidden;
	transition: all 0.2s ease  !important;
	cursor: pointer;
}
button.danse-button::after,
.danse-button a::after{
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 0;
	height: 0;
	background: radial-gradient(circle, #F8F1E9 10%, transparent 70%);
	opacity: 0.4;
	transform: translate(-50%, -50%);
	transition: width 0.6s ease, height 0.6s ease;
	border-radius: 50%;
	z-index: 0;
}
button.danse-button:hover::after,
.danse-button a:hover::after {
	  width: 250%;
	  height: 250%;
}
button.danse-button:hover,
.danse-button a:hover{
    color: #fff !important;
}
button.danse-button:active,
.danse-button a:active {
	transform: scale(0.97);
	box-shadow: 0 0 20px 20px #ba7678 inset, 0 0 0 0 #ba7678, 1px 1px 5px 0px rgba(0, 0, 0, 0.7) !important;
}
.danse-content-row{
    max-width: 960px;
    margin: 0 auto;
}
@media (min-width: 1200px) {
    .simpleText {
        width: 50% !important;
        margin: 0 auto;
    }
}
#sp-logo .sp-module.danse-language-switcher {
    position: relative;
    float: right;
    top: 20px;
}
#sp-header.header-with-modal-menu #left-menu #modal-menu-toggler .burger-icon{
    display: none;
}

#com-users-login__form .com-users-login__submit.control-group{
    margin: 0 auto;
    height: 270px;
    width: 200px;
}