﻿/* .bigbean{
    border: 10px; 
    align-items: center;
}  */

html {
    font-family: sans-serif;
    height: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0;
    min-height: 100%;
    background-color: #fff;
    font-family: Arial, sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: #333;
    background-color: #91bbff;
}

a {
    background-color: transparent
}

a:active,
a:hover {
    outline: 0
}

b,
strong {
    font-weight: bold
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
html input[type="button"],
input[type="reset"] {
    -webkit-appearance: button;
    cursor: pointer
}

button[:enabled],
html input[:enabled] {
    cursor: default
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

img {
    max-width: 100%;
    vertical-align: middle;
    display: inline-block
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: bold;
    margin-bottom: 10px
}

h1 {
    font-size: 38px;
    line-height: 44px;
    margin-top: 20px
}

h2 {
    font-size: 32px;
    line-height: 36px;
    margin-top: 20px
}

h3 {
    font-size: 24px;
    line-height: 30px;
    margin-top: 20px
}

h4 {
    font-size: 18px;
    line-height: 24px;
    margin-top: 10px
}

h5 {
    font-size: 14px;
    line-height: 20px;
    margin-top: 10px
}

h6 {
    font-size: 12px;
    line-height: 18px;
    margin-top: 10px
}

p {
    margin-top: 0;
    margin-bottom: 10px
}


@import url("../css2");
*,
*::after,
*::before {
    margin: 0;
    padding: 0;
    --webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    overflow-x: hidden;
}

#claim-text-wrapper {
    position: relative;
    max-width: 475px;
    padding: 32px;
    margin: 20px;
    border-radius: 10px;
    color: #f1f1f1;
    font-family: "Lexend Deca", sans-serif;
    --webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    background: rgba(14, 14, 14, 0.7);
}

@supports ((--webkit-backdrop-filter: none) or (backdrop-filter: none)) {
    #claim-text-wrapper {
        background: rgba(0, 0, 0, 0.5);
        --webkit-backdrop-filter: blur(1em);
        backdrop-filter: blur(1em);
    }
}

#claim-text-wrapper .social_medias {
    position: absolute;
    top: -50px;
    left: 50%;
    --webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

#claim-text-wrapper .social_medias .item {
    margin: 0 10px;
    --webkit-filter: drop-shadow(0 3px 6px rgba(255, 255, 255, 0.2));
    filter: drop-shadow(0 3px 6px rgba(255, 255, 255, 0.2));
    --webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}

#claim-text-wrapper .social_medias .item:hover {
    --webkit-filter: drop-shadow(0 3px 6px rgba(255, 255, 255, 0.5));
    filter: drop-shadow(0 3px 6px rgba(255, 255, 255, 0.5));
}

#claim-text-wrapper h4 {
    font-size: 32px;
    margin: 0;
    margin-top: 10px;
    line-height: 30px;
}

#claim-text-wrapper p {
    font-weight: 400;
    font-size: 16px;
    padding-top: 0.5rem;
    font-style: italic;
}

#claim-text-wrapper #payment-info {
    display: --webkit-box;
    display: -ms-flexbox;
    display: flex;
    --webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    --webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    --webkit-box-orient: horizontal;
    --webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 12px 0;
    border-radius: 10px;
    margin: 26px 0;
}

#claim-text-wrapper #payment-info .image {
    border-radius: 10px;
    --webkit-filter: drop-shadow(0 5px 15px rgba(0, 0, 0, 0.3));
    filter: drop-shadow(0 5px 15px rgba(0, 0, 0, 0.3));
    user-select: none;
}

.notouch p{
    user-select: none;
}

#claim-text-wrapper #payment-info #payment-info-text {
    text-align: end;
    margin-left: 10px;
}

#claim-text-wrapper #payment-info #payment-info-text .title {
    font-size: 22px;
    font-style: normal;
    font-weight: bold;
    margin: 0;
    padding: 0;
    user-select: none;
}

#claim-text-wrapper #ape-number {
    display: --webkit-box;
    display: -ms-flexbox;
    display: flex;
    --webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    --webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    --webkit-box-orient: horizontal;
    --webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-bottom: 32px;
    background: #262727;
    --webkit-box-shadow: 0 5px 15px rgba(38, 39, 39, 0.5);
    box-shadow: 0 5px 15px rgba(38, 39, 39, 0.5);
    padding: 8px 20px;
    border-radius: 10px;
}

#claim-text-wrapper #ape-number .calcs {
    display: --webkit-box;
    display: -ms-flexbox;
    display: flex;
    --webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    --webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    --webkit-box-orient: horizontal;
    --webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

#claim-text-wrapper #ape-number #remCount,
#claim-text-wrapper #ape-number #addCount {
    display: --webkit-box;
    display: -ms-flexbox;
    display: flex;
    --webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    --webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    --webkit-box-orient: horizontal;
    --webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    cursor: pointer;
}

#claim-text-wrapper #ape-number #remCount {
    padding: 5px 0;
}

#claim-text-wrapper #ape-number .nftsNumber {
    margin: 0 15px;
}

#claim-text-wrapper #ape-number #maxNumber,
#claim-text-wrapper #ape-number .nftsNumber {
    font-size: 18px;
    --webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#claim-text-wrapper #ape-total {
    display: --webkit-box;
    display: -ms-flexbox;
    display: flex;
    --webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    --webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    --webkit-box-orient: horizontal;
    --webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    border-top: 1px solid white;
    border-bottom: 1px solid white;
    height: 65px;
}

#claim-text-wrapper #ape-total .total {
    font-style: normal;
    letter-spacing: 2.5px;
    font-size: 18px;
    user-select: none;
}

#claim-text-wrapper #ape-total .actual_price {
    font-size: 22px;
    user-select: none;
}

#claim-text-wrapper .purchase-button {
    border-radius: 10px;
    padding: 15px;
    outline: none;
    color: #1a1a1a;
    --webkit-box-shadow: 0 6px 20px rgba(255, 255, 255, 0.2);
    box-shadow: 0 6px 20px rgba(255, 255, 255, 0.2);
    background-color: #f1f1f1;
    border: 2px solid #f1f1f1;
    font-weight: bold;
    margin-top: 26px;
    width: 100%;
    font-size: 24px;
    cursor: pointer;
    --webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    user-select: none;
}

#claim-text-wrapper .purchase-button:hover {
    background-color: transparent;
    color: white;
    letter-spacing: 2px;
    --webkit-box-shadow: unset;
    box-shadow: unset;
}

.content {
    position: relative;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 99;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    width: 100vw;
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
    max-height: none;
    --webkit-box-pack: center;
    --webkit-justify-content: center;
    --ms-flex-pack: center;
    justify-content: center;
    --webkit-box-align: center;
    --webkit-align-items: center;
    --ms-flex-align: center;
    align-items: center;
}

/*
    Background CSS
*/

#background-video {
    width: 100vw;
    height: 100vh;
    object-fit: cover;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
}

/*
    | = = = | Phone Version | = = = | 
*/

@media screen and (max-width: 450px) {
    #payment-info {
        --webkit-box-orient: vertical;
        --webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        flex-wrap: wrap;
    }
    #claim-text-wrapper #payment-info {
        margin: 12px;
    }
    #price-img {
        margin: auto;
    }
    #claim-text-wrapper #payment-info #payment-info-text {
        text-align: start;
        margin-top: 10px;
        margin-left: 0px;
        width: 100%;
    }
    .social_medias {
        margin-top: 10px;
    }
    .content {
        height: 100vh;
        height: calc(var(--vh, 1vh) * 110);
    }
}
