html:has(.menu.menu-toggle.opened) {
    overflow: hidden;
}

body {
    font-family: "Nunito", sans-serif;
}

body.theme--dark,
.theme--dark .bg--white-100 {
    background-color: #13161e !important;
}

/*------------------------------------------*/
/* HERO SECTION    
/*------------------------------------------*/
.hero {
    position: relative;
    padding-top: 100px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    box-shadow: inset 0 0 0 2000px rgb(5 6 20 / 65%);
}
.hero::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    pointer-events: none;
    background-image: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0),
        rgb(5 6 20) 100%
    );
    height: 15%;
    z-index: 1;
}
.hero .text-gradient {
    position: relative;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
    background-image: linear-gradient(45deg, #feb304 0, #ffe4a7 100%);
}
.hero .text-gradient::after {
    content: "";
    position: absolute;
    z-index: -1;
    display: block;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: bottom;
    left: 50%;
    bottom: -0.1em;
    width: 110%;
    height: 0.3em;
    transform: translateX(-50%);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 205 9.37'%3E%3Cpath fill='%23feb304' d='M202.47,9.37A1191.26,1191.26,0,0,0,1.79,7.48,1.67,1.67,0,0,1,0,5.92H0A1.76,1.76,0,0,1,1.63,4.21c67-5.71,133.83-5.43,200.8-.27A2.75,2.75,0,0,1,205,6.88h0A2.6,2.6,0,0,1,202.47,9.37Z'/%3E%3C/svg%3E");
}

.auth.hero {
    padding-top: 80px;
}

/*------------------------------------------*/
/*  NAVIGATION MENU    
/*------------------------------------------*/
.desktoplogo img {
    height: 30px;
}
.tra-menu .wsmainfull {
    padding: 0;
    cursor: default;
}
.tra-menu .wsmobileheader.scroll,
.tra-menu .wsmainfull.scroll {
    background-color: #050614eb !important;
    backdrop-filter: blur(6px);
}
body.dark .tra-menu .wsmainfull.scroll {
    background-color: #050614eb !important;
}
.wsmainfull .wsmainwp {
    width: 100%;
    transition: all 0.4s ease;
    background-clip: padding-box;
    position: relative;
    top: 0;
    cursor: default;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.wsmobileheader.hide,
.wsmainfull.hide .wsmainwp {
    transform: translate3d(0, -25px, 0);
    opacity: 0;
    transition: all 0.4s ease;
    pointer-events: none;
}
.theme--dark .tra-menu.navbar-light .scroll .wsmenu > .wsmenu-list > li > a {
    color: #fff;
}
.wsmenu .nav-item {
    transition: opacity 0.25s ease-in-out;
}

.btn--theme .elementor-button-text {
    color: #232734 !important;
}
.elementor-animation-flip {
    position: relative;
}
.elementor-animation-flip .ui-btn-anim-wrapp,
.elementor-animation-flip .ui-btn-anim-wrapp .elementor-button-text {
    transition: opacity 0.6s, transform 0.8s;
    transition-timing-function: cubic-bezier(0.15, 0.85, 0.31, 1);
}
.elementor-animation-flip:hover .ui-btn-anim-wrapp {
    transform: translateY(-150%);
}
.ui-btn-anim-wrapp .elementor-button-text:nth-child(2) {
    display: inline-block;
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, 80%);
    opacity: 0;
}
.elementor-animation-flip:hover .elementor-button-text:nth-child(1) {
    opacity: 0;
    transform: translate(-50%, -50%);
}
.elementor-animation-flip:hover
    .ui-btn-anim-wrapp
    .elementor-button-text:nth-child(2) {
    transform: translate(-50%, -50%);
    opacity: 1;
}

.menu {
    background-color: transparent;
    border: none;
    cursor: pointer;
    display: flex;
    padding: 0;
}
.line {
    fill: none;
    stroke: #fff;
    stroke-width: 6;
    transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1),
        stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
    stroke-linecap: round;
}
.line1 {
    stroke-dasharray: 60 207;
    stroke-width: 6;
    stroke-linecap: round;
}
.line2 {
    stroke-dasharray: 60 60;
    stroke-width: 6;
    stroke-linecap: round;
}
.line3 {
    stroke-dasharray: 60 207;
    stroke-width: 6;
    stroke-linecap: round;
}
.opened .line1 {
    stroke-dasharray: 90 207;
    stroke-dashoffset: -134;
    stroke-width: 6;
    stroke-linecap: round;
}
.opened .line2 {
    stroke-dasharray: 1 60;
    stroke-dashoffset: -30;
    stroke-width: 6;
    stroke-linecap: round;
}
.opened .line3 {
    stroke-dasharray: 90 207;
    stroke-dashoffset: -134;
    stroke-width: 6;
    stroke-linecap: round;
}

.nav-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #050614eb !important;
    backdrop-filter: blur(6px);
    height: 100vh;
    width: 100vw;
}
.nav-overlay .nav-item a,
.nav-overlay .nav-item a:hover,
.nav-overlay .nav-item a:focus,
.nav-overlay .nav-item a:active {
    color: #fff !important;
    font-weight: 800;
    font-size: 1.1rem !important;
    padding: 10px;
    margin: 10px 0;
    display: block;
    line-height: 1;
}

.nav-overlay .nav-item a.btn {
    color: #232734 !important;
}

.nav-overlay ul li {
    display: none;
}

@media (max-width: 991.98px) {
    .hero {
        padding-top: 25px;
        text-align: center;
    }
    .auth.hero {
        padding-top: 20px;
    }
}
