body.elementor-page-6495:not(.elementor-motion-effects-element-type-background), body.elementor-page-6495 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#ffffff;}:root{--page-title-display:none;}/* Start custom CSS */p:last-child{ 
    margin-bottom:0px; 
}

*::selection {
  color: #ffffff;
  background: #625ad1;
}

body::-webkit-scrollbar { 
width: 12px; 
} 
 
body::-webkit-scrollbar-track { 
background: #202020; 
} 
 
body::-webkit-scrollbar-thumb { 
background-color: #625ad1; 
 
border-radius: 10px; 
 
border: 2px solid #202020; 
 
}

html, body{
    width: 100%;
    overflow-x: hidden;
}

degrade-color{
    padding-right: 0.05em;
    background-image: linear-gradient(139deg, #625ad1 0%, #918bde 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.swiper-wrapper{
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    cursor: grab;
}

.swiper-wrapper .e-con.e-flex {
    flex: none !important;
}

.swiper-wrapper:active{
    flex-direction: row;
    cursor: grabbing;
}

.swiper-pagination{
    position: absolute;
    bottom: -50px !important;
}

.swiper-pagination-bullet{
    background: #f9f9f9 !important;
    transition: 0.5s;
}

.swiper-pagination-bullet-active{
    background: #918bde !important;
    width: 30px !important;
    border-radius: 3px !important;
}/* End custom CSS */