:root{
    --pb-width: 30%;
}
*{
    outline: 0;
    padding: 0;
    border: 0;
    margin: 0;
    box-sizing: border-box;
        font-family: Poppins !important;
}

.container,
.container-custom{
    max-width: 1086px;
    margin: 0 auto;
    width: 100%;
    padding: 0 20px;
}

/*navigation*/
.nav_nav-container__2nDEZ{
    position: sticky;
    top: 0;
    width: 100%;
    -webkit-box-shadow: 0 3.43px 17.16px 0 rgba(0, 0, 0, .161);
    box-shadow: 0 3.43px 17.16px 0 rgba(0, 0, 0, .161);
    background: #fff;
    z-index: 999;
}
.nav_nav__3JwV9 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
}
.nav_nav__ul__cOyeX ul{
    display: flex;
    list-style: none;
    gap: 34px;
    margin-bottom: 0;
}
.nav_nav__ul__cOyeX ul li a{
    font-weight: 400;
    font-size: 16px;
    cursor: pointer;
    position: relative;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
    color: rgba(0, 0, 0, .502);
    cursor: pointer;
    text-decoration: none;
}
.nav_nav__ul__cOyeX ul li {
    position: relative;
}
.nav_nav__ul__cOyeX ul li.nav_nav__active__3Zcss a:before{
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 1px;
        background: -webkit-gradient(linear, left top, right top, from(#6366f1), color-stop(47.12%, #a855f7), to(#ec4899));
    background: -moz-linear-gradient(left,#6366f1 0,#a855f7 47.12%,#ec4899 100%);
    background: linear-gradient(90deg, #6366f1, #a855f7 47.12%, #ec4899);
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
/* .nav_nav__ul__cOyeX ul li a:hover:after{
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;

} */
.nav_nav__ul__cOyeX ul li.nav_nav__active__3Zcss a,
.nav_nav__ul__cOyeX ul li a:hover{
    color: #000;
}


.nav_nav__cta--button__3q7iA{
    background-color: #000;
    color: #fff;
    border: 1px solid #000;
    width: 170px;
    height: 46px;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    border-radius: 4px;
    cursor: pointer;
    position: relative;
}
.nav_nav__cta--button__3q7iA:before{
    opacity: 0;
}
.nav_nav__cta--button__3q7iA:hover:before{
        content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    -webkit-transform: translateZ(-1px);
    -moz-transform: translateZ(-1px);
    transform: translateZ(-1px);
    pointer-events: none;
    -webkit-transition:all .3s ease;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    transition: all .3s ease, -webkit-filter .3s ease;
    background: -webkit-gradient(linear, left top, right top, from(#6366f1), color-stop(47.12%, #a855f7), to(#ec4899));
    background: -moz-linear-gradient(left,#6366f1 0,#a855f7 47.12%,#ec4899 100%);
    background: linear-gradient(90deg, #6366f1, #a855f7 47.12%, #ec4899);
    background-clip: content-box;
    padding: 1px;
    -webkit-filter: blur(15px);
    filter: blur(15px);
    z-index: -1;
    opacity: 1;
}

.grad-hover-effect{
    position: relative;
}

/*shortcodes*/
.grad-text{
    font-weight: 500 !important;
    background: -webkit-gradient(linear, left top, right top, from(#6366f1), color-stop(26.49%, #a855f7), color-stop(56.23%, #ec4899));
    background: -moz-linear-gradient(left,#6366f1 0,#a855f7 26.49%,#ec4899 56.23%);
    background: linear-gradient(90deg, #6366f1, #a855f7 26.49%, #ec4899 56.23%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

/**footer**/
footer{
    background: #000;
    color: #fff;
    padding: 20px 0;
}
.footer-wrapper{
    display: flex;
    justify-content: space-between;
}
.footer-wrapper .meta{
    max-width: 530px;

}
.logo-img-footer{
    height: 35px;
    margin-bottom: 10px;
}
footer .meta-details p{
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 16px;
    margin-bottom: 100px;
    font-weight: 400;
}
footer .meta-social{
    display: flex;
    gap: 10px;
}
footer .links-list {
    display: -moz-box;
    display: flex;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
    grid-gap: 10px;
    gap: 10px;
    list-style-type: none;
    margin-top: 40px;
    padding-left: 0px !important;
}
footer .links-list li a{
    color: #fff;
    text-decoration: none;
    position: relative;
    width: 100%;
}
footer .links-list li a:before{
    content: "";
    display: block;
    position: absolute;
    width: 0%;
    height: 1px;
    background: -webkit-gradient(linear, left top, right top, from(#6366f1), color-stop(47.12%, #a855f7), to(#ec4899));
    background: -moz-linear-gradient(left,#6366f1 0,#a855f7 47.12%,#ec4899 100%);
    background: linear-gradient(90deg, #6366f1, #a855f7 47.12%, #ec4899);
    bottom: -5px;
    left: 0%;
    transform: translateX(0%);
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
footer .links-list li a:hover:before{
    width: 100%;
}
footer .links button{
    border: unset;
    background: -webkit-gradient(linear, left top, right top, from(#6366f1), color-stop(47.12%, #a855f7), to(#ec4899));
    background: -moz-linear-gradient(left,#6366f1 0,#a855f7 47.12%,#ec4899 100%);
    background: linear-gradient(90deg, #6366f1, #a855f7 47.12%, #ec4899);
    border-radius: 5px;
    padding: 16px;
    width: 85%;
    font-weight: 500;
    text-align: center;
    color: #fff;
    margin-left: auto;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    background-size: 200% 200%;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-transform: uppercase;
    margin-top: 30px;
}
footer .links button:hover{
    background: -moz-linear-gradient(340deg,#6366f1 0,#a855f7 47.12%,#ec4899 100%);
    background: linear-gradient(110deg, #6366f1, #a855f7 47.12%, #ec4899);
    background-position: 100%;
    -webkit-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    transform: translateY(-3px);
    cursor: pointer;
}
.hide-desktop{
    display: none;
}
.menu-mobile{
    display: none;
}
@media only screen and (max-width: 768px) {
    .footer-wrapper{
   flex-direction: column;
}

.hide-desktop{
    display: block;
}

/*menu mobile*/
.menu-mobile{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    display: grid;
    grid-template-columns: auto 0px;
    display: none;
    transition: all .2s ease-in-out;
}
.menu-mobile.active{
    display: grid;
    grid-template-columns: auto 300px;
     transition: all .2s ease-in-out;
}
.menu-backdrpo{
    border: none;
    background: rgba(0, 0, 0, .5);
    backdrop-filter: blur(10px);
}
.menu-panel{
    background-color: #fff;
    padding: 20px;
    box-shadow: -2px 0px 5px rgba(0, 0, 0, .2);
    height: 100%;
    overflow-y: auto;
    right: -300px;
    transition: .2s all ease-in-out;
    transition-delay: .2s;
}
.menu-mobile.active .menu-panel{
    right: 0;
        transition: .2s all ease-in-out;
}
.panel-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom : 1px solid rgba(0,0,0,.1);
    padding-bottom: 10px;
    margin-bottom: 20px;
}
.menusection ul{
    list-style-type: none;
    display: flex;
    flex-direction: column;gap: 10px;
}

.menusection ul li a{
    color: #000;
    text-decoration: none;

}
.nav_nav__cta__HH8e- .nav_nav__cta--button__3q7iA{
    margin-top: 20px;
    width: 100%;
}
.hide-mobile{
    display: none;
}
.menusection ul{
    padding-left: 10px !important;
}
li.nav_nav__active__3Zcss:before {
    content: "";
    display: block;
    width: 20px;
    height: 3px;
     background: linear-gradient(90deg, #6e71ff, #b466ff 47.12%, #ff5cac);
    position: absolute;
    left: -30px;
    top: 50%;
    transform: translateY(-50%);
    border-top-right-radius:5px;
    border-bottom-right-radius: 5px;
}
li.nav_nav__active__3Zcss{
    position: relative;
}
}

.nav_nav__ul__cOyeX.hide-mobile{
        margin-left: auto;
    margin-right: 30px;
}
.loader-page {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
}

span.loader-bar {
    display: block;
    width: var(--pb-width);
    height: 3px;
    background: linear-gradient(90deg, #6366f1, #a855f7 47.12%, #ec4899);
    /* transition: .2s all ease; */
}
span.loader-bar.shadow-bar {
    position: absolute;
    left: 0;
    top: 0;
    filter: blur(5px);
    /* transition: .2s all ease; */

}

