:root{--page-title-display:none;}/* Start custom CSS */html,
body{
width:100%;
overflow-x:hidden;
}

html,
body{
width:100%;
overflow-x:hidden;
}

[data-elementor-type="wp-page"]{
    overflow: hidden;
}



::-webkit-scrollbar{
width:10px
}

::-webkit-scrollbar-track{
background: #020F1D
}

::-webkit-scrollbar-thumb{
background: #FFD99C;
border-radius:200px
}



.scrollbar::-webkit-scrollbar-track{
background: #FFD99C;
border-radius: 30px;
}



.elementor-button {
    animation: 5s cubic-bezier(0.2, 0.5, 0.9,0.6) 2s infinite normal none running textura;
    background-image: linear-gradient(45deg, #FFD99C, #FFF3E0);
    box-shadow: 0px 5px 0px 0px rgb(255 243 224 / 70%);
    position: relative;
    transition: all ease 0.5s;
    text-align: center;
}

.elementor-button:hover {
    box-shadow: 0px 2px 0px 0px rgb( 110 152 135 / 40%), inset 0px 110px 60px #fff, inset 0px 30px 30px 0px #fff, 0px 0px 15px 0px rgb( 110 152 135 / 30%), 0px 15px 45px -15px rgb(255 243 224 / 75%);
    border-color: #fff;
}/* End custom CSS */