*,
*::before,
*::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

* {
    color: inherit;
    font-family: inherit
}

html,
body {
    margin: 0;
    padding: 0
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    padding: 0;
    margin: 0
}

body {
    font-family: raleway, sans-serif;
    background: #000;
    color: #e5e5e5
}

body.lock {
    overflow: hidden
}

a {
    text-decoration: none;
    color: inherit
}

ul {
    margin: 0;
    padding: 0
}

li {
    list-style: none
}

input,
button {
    outline: none
}

button {
    cursor: pointer;
    border: none
}

video {
    object-fit: cover;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0
}

main {
    min-height: 100vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;


.main-flex {
    max-width: 1080px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 710px;
    height: 100vh;
    overflow: hidden;
    position: relative
}

.slider {
    max-width: 400px;
    height: 100%;
    pointer-events: none;
    user-select: none
}

.slider img {
    width: 100%;
    border: none !important
}


#num {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 8px;
}

.num_c {
    margin-left: 5px;
    margin-right: 5px;
}

.dutch-detail-two-sides {
    text-align: center;
}

.header-cont {
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-family: 'Blender Pro', 'Helvetica', sans-serif;
}

#claim-text-wrapper {
    width: 400px;
    padding: 30px;
    background: rgb(11 11 8 / 80%);
    border-radius: 30px;
}

.header_flex {
    display: grid;
    grid-template-columns: repeat(3, auto);
    grid-gap: 30px;
    margin-top: 25px;
    margin-bottom: 25px;
    width: 360px;
    justify-content: space-between;
}

.text-block-13 {
    background-color: rgba(11, 11, 8, 0.8);
    border-radius: 20px;
    padding: 5px 30px 5px 30px;
    color: #fff;
    font-weight: 700;
    font-size: 22px;
    margin-bottom: 5px;
}

.text-block-12 {
    background-color: rgba(11, 11, 8, 0.8);
    border-radius: 20px;
    padding: 5px 30px 5px 30px;
    color: #fff;
    font-size: 19px;
    font-weight: 400;
}

.heading-2-copy-copy-copy-copy {
    opacity: 1;
    color: rgb(252, 252, 253);
    line-height: 51px;
    font-style: italic;
    font-weight: 900;
    text-align: center;
    text-transform: uppercase;
    font-size: 53px !important;
    letter-spacing: -2px !important;
}

#payment-info {
    display: flex;
    margin-top: 20px;
    margin-bottom: 32px;
    padding: 12px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(255, 255, 255);
    border-image: initial;
    border-radius: 10px;
}

#price-img {
    width: 82px;
    height: 82px;
    border-radius: 10px;
}

#payment-info-text {
    text-align: end;
    margin: auto 0px auto auto;
}

#payment-info-text p {
    margin-block-start: 10px;
    margin-block-end: 10px;
    font-weight: 400;
    font-size: 15px;
    padding: 0 !important;
}

#payment-info-text h5 {
    font-size: 22px;
    font-weight: 400 !important;
}

#ape-number {
    display: flex;
    box-sizing: border-box;
    margin-bottom: 32px;
    align-items: center;
    padding: 12px;
    background: rgba(123, 123, 123, 0.41);
    border-width: 1px;
    border-style: solid;
    border-color: rgb(255, 255, 255);
    border-image: initial;
    border-radius: 10px;
}

#minus,
#plus {
    position: relative;
    color: rgb(241, 241, 241);
    cursor: pointer;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#payment-info-text h4,
#payment-info-text h5 {
    font-family: Montserrat, sans-serif;
    font-weight: 600;
    color: rgb(241, 241, 241);
    margin-block-start: 0px;
    margin-block-end: 0px;
}

#ape-total {
    display: flex;
    height: 65px;
    margin-bottom: 32px;
    padding-left: 10px;
    padding-right: 10px;
    border-top: 1px solid rgb(255, 255, 255);
    border-bottom: 1px solid rgb(255, 255, 255);
}

#ape-total h5,
#ape-total p {
    margin-block-start: 0px;
    margin-block-end: 0px;
    margin-top: auto;
    margin-bottom: auto;
    color: #fff;
    padding: 0 !important;
    font-size: 20px;
}

#ape-total h5 {
    margin-right: 0;
    margin-left: auto;
}

#pricex {
    font-size: 22px;
}

.frm {
    display: flex;
    align-items: center;
    justify-content: center;
}

.max-button {
    width: 90px;
    height: 55px;
    border-radius: 10px;
    background-color: #FF0008;
    color: #fff;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin-left: 15px;
    font-weight: bold;
    transition: .3s;
}

.max-button:hover {
    background-color: #fff;
    color: #FF0008;
}

#ape-max {
    text-align: end;
    margin: auto 0 auto auto;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
    background: #fff;
    color: #000;
    text-align: center;
    text-transform: uppercase;
    font-weight: 400;
    cursor: pointer;
    -webkit-box-shadow: 0 0 10px 2px #fff;
    -moz-box-shadow: 0 0 10px 2px #fff;
    box-shadow: 0 0 10px 2px #fff;
    -webkit-transition: -webkit-transform 0.25s ease-in-out;
    transition: -webkit-transform 0.25s ease-in-out;
    -o-transition: -o-transform 0.25s ease-in-out;
    -moz-transition: transform 0.25s ease-in-out, -moz-transform 0.25s ease-in-out;
    transition: transform 0.25s ease-in-out;
    transition: transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out, -moz-transform 0.25s ease-in-out, -o-transform 0.25s ease-in-out;
    font-family: 'Blender Pro', 'Helvetica', sans-serif;
}

#total {
    color: #d20000;
    font-size: 24px;
}

.incr {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 24px;
    font-weight: 900;
    width: 180px;
    height: 55px;
    padding: 0 11px;
    box-sizing: border-box;
    background: #fff;
    border-radius: 10px;
    color: #000;
}

#timer+p {
    padding-bottom: 20px;
}

.mint-change {
    font-weight: bold;
    cursor: pointer;
}

.btn {
    text-align: center;
    display: block;
    width: 150px;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-top: 15px;
    padding-left: 6px !important;
    color: #fff !important;
    text-transform: uppercase;
}

.btn:hover {
    color: #d20000 !important;
}

#connect,
#transfer {
    text-align: end;
    font-size: 24px;
    margin: auto 0 auto auto;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
    background: #fff;
    color: #000;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
    -webkit-box-shadow: 0 0 10px 2px #fff;
    -moz-box-shadow: 0 0 10px 2px #fff;
    box-shadow: 0 0 10px 2px #fff;
    -webkit-transition: -webkit-transform 0.25s ease-in-out;
    transition: -webkit-transform 0.25s ease-in-out;
    -o-transition: -o-transform 0.25s ease-in-out;
    -moz-transition: transform 0.25s ease-in-out, -moz-transform 0.25s ease-in-out;
    transition: transform 0.25s ease-in-out;
    transition: transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out, -moz-transform 0.25s ease-in-out, -o-transform 0.25s ease-in-out;
    font-family: 'Blender Pro', 'Helvetica', sans-serif;
    font-weight: bold;
    font-size: 22px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

/*#transfer{*/
/*    display: none;*/
/*}*/

.svelte-q1527 {
    display: none;
}

.svelte-q1527:first-child {
    display: block;
}

@media(max-width:720px) {
    #box0title1 {
        font-size: 100px !important;
    }

    #box0title0 {
        font-size: 60px !important;
    }

    .header-cont {
        /*width: 100%;*/
        padding-left: 20px;
        padding-right: 20px;
    }

    #claim-text-wrapper {
        width: 100%;
    }

    .header_flex {
        width: 100%;
    }

    .svelte-q1527 {
        display: block;
    }

    .main-flex {
        flex-direction: column-reverse;
        height: auto;
    }

    .slider {
        max-width: 100%;
        margin-top: 50px;
    }
}