body {
    font-family: 'Poppins', sans-serif;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    background-color: #fff;
    overflow-x: hidden;
}

html {
    overflow-x: hidden;
}

h1,
h2,
h3,
h4 {
    margin-block-start: unset;
    margin-block-end: unset;
    margin-inline-start: unset;
    margin-inline-end: unset;
    font-weight: unset
}

h1 {
    font-size: 60px;
}

h2 {
    font-size: 45px;
}

h3 {
    font-size: 30px
}

h4 {
    font-size: 25px
}

p {
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    margin: 0;
    margin-block-start: unset;
    margin-block-end: unset;
    margin-inline-start: unset;
    margin-inline-end: unset;
    -webkit-tap-highlight-color: transparent
}

*,
 ::after,
 ::before {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a {
    text-decoration: none;
    color: unset;
    outline: 0;
    -webkit-tap-highlight-color: transparent
}

html {
    scroll-behavior: smooth;
}

.splide__pagination {
    display: none!important;
}

.splide__arrow {
    /* z-index: 15!important; */
}

.lock-scroll {
    position: fixed;
}

.dispnon {
    display: none
}