body {
    width: 100vw;
    min-height: 100vh;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Trebuchet MS';
}


.as-wrapper {
    display: flex;
    flex-direction: column;
    width: 100vw;
    /*min-width: 320px;*/
    min-height: 100vh;
    background-image: url(../img/star-bg.png);
    background-size: 20%;
    background-repeat: repeat;
}

.content {
    flex: 1 0 auto;
    display: flex;
    padding-top: 2vw;
    transition: opacity 1s;
}
.as-container {
    display: block;
    position: relative;
    width: 59.444vw;
    height: 37.5vw;
    margin: auto;
    border-radius: 2vw;
    background-image: url(../img/bant.png);
    background-size: 100%;
    background-repeat: no-repeat;
    box-shadow: 0px 0px 80px 0px rgba(0, 0, 0, 0.1);
}


h1 {
    font-weight: 400;
    color: #ffffff;
    margin-left: 10%;;
    font-size: 4.4vw;
    margin-top: 4%;
}

h1 span {
    font-weight: 700;
}

.text {
    display: block;
    position: absolute;
    right: 4%;
    top: 36%;
    font-size: 1.25vw;
    color: #ffffff;
    opacity: 0.8;
    width: 20%;
}

.text p {
    margin: 0;
    line-height: 1.25;
    font-weight: 400;
    text-align: right;
}

.text p span {
    font-weight: 700;
}

.checkbox {
    display: flex;
    position: absolute;
    width: 46.37%;
    height: 13.14%;
    top: 51%;
    right: 4%;
    border-radius: 7px;
    background-image: url(../img/code-fon.png);
    background-size: 100%;
    align-items: center;
    justify-content: center;
    font-size: 2.7vw;
    font-weight: 700;
    color: #000000;
}

#secretCode, #codeCopiedText {
    opacity: 0.8;
    height: 100%;
    background: none;
    font-size: 2.8vw;
}

.checkbox.all {
    z-index: 2;
    background-image: url(../img/all.png);
    background-size: 100%;
    animation: opacity 1.2s linear;
    animation-delay: 1500ms ;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    background-color:#cccccc;
}

.checkbox.copied {
    background-image:none;
    z-index: 3;
    background-size: 100%;
    animation: opacity 0.3s linear;
    animation-delay: 1.2s ;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    background-color:#aaa;
}

@keyframes opacity{
    100% {
        opacity: 0;
    }
}

.instruction {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 90%;
    text-align: center;
    font-weight: 400;
    color: #000000;
    opacity: 0.8;
    top: 68%;
    font-size: 1.736vw;
    line-height: 1.3;
}

.instruction a {
    color: #000000;
    
}

#logos-footer {
    display: block;
    position: absolute;
    width: 46.72%;
    height: 14.37%;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 1%;
    background-size: 100%;    
}

.cards {
    background-image: url(../img/visa.png);
}

.mobile {
    background-image: url(../img/mobile.png);
}

footer {
    display: block;
    margin: 1.5vw auto;
    margin-bottom: 1.5%;
    width: 52%;
    text-align: center;
    color: #777777;
    font-size: 1.875vw;
    font-weight: 400;
}

footer a {
    flex: 0 0 auto;
    color: #777777;
    text-decoration: none;
}

footer a:hover {
    flex: 0 0 auto;
    color: #000000;
    text-decoration: underline;
}


.present-box {
    display: block;
    position: relative;
    margin: auto;
    width: 65vw;
    height: 55.44vw;
    background-image: url(../img/present-box.png);
    background-size: 100%;
}

#errorMessage h1 {
    color: #000000;
    opacity: 0.3;
    width: 55.55%;
    font-size: 2.5vw;
    text-align: center;
    font-weight: 400;
    display: block;
    position: absolute;
    right: 14%;
    top: 20%;
    font-family: 'Arial';
}

#errorMessage p {
    display: block;
    position: absolute;
}

#errorMessage p {
    width: 41%;
    text-align: center;
    right: 22%;
    color: #A2A2A2;
    font-size: 1.5vw;
    font-family: 'Arial';
}

#errorMessage p a:hover {
    color: #000000;
    text-decoration: underline;
}

#errorMessage p a {
    color: #A2A2A2;
    text-decoration: none;
}

#errorMessage p:nth-child(2) {
    top: 35%;
}

#errorMessage p:nth-child(3) {
    top: 60%;
}


.as-container.enter {
    background-image: none;
    background: rgba(255, 255, 255, 0.3);
    box-shadow: 0px 0px 80px rgba(0, 0, 0, 0.1);
}

.enter h1 {
    width: 55.2%;
    color: #777777;
    font-family: "Arial", "Georgia";
    font-weight: 400;
    font-size: 4vw;
    text-align: center;
    display: block;
    margin: 5% auto;
}


.form {
    width: 66.7%;
    height: auto;
    margin: auto;

}

input, button {
    display: block;
    width: 100%;
    height: 8.8vw;
    padding: 0;
    border: 0;
    outline: 0;
    border-radius: 1vw;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
    font-size: 4vw;
    text-align: center;
}

input {
    color: #000000;
}

button {
    color: #BBBBBB;
}


input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}


button{
    margin-top: 7%;
    box-shadow: none;
    font-family: "Arial", "Georgia";
    font-weight: 400;
    font-size: 2.7vw;
}

button.disabled {
    background-color: #F0F0F0;
    color: #BBBBBB;
}

button.active {
    background-color:  #7EE55A;
    color: #000000;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}

button.active:hover {
    transform: scale(1.03);
}


.hidden{
    display: none;
}

.transparent{
    opacity: 0;
    filter: blur(10px);
}