@import url('https://fonts.googleapis.com/css2?family=IM+Fell+English+SC&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Open Sans', sans-serif;
}

body {
    min-height: 100vh;
    max-width: 100vw;
}

* ul {
    list-style-type: none;
}

.w-100 {
    width: 100%;
}

.clear {
    clear: both;
}

.logo img {
    max-width: 160px;
    padding: 8px 2px 8px 12px;
}

.banner {
    height: 100vh;
    width: 100%;
    background-attachment: fixed;
    background-image: url(../images/bg-4.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

h4 {
    font-family: 'IM Fell English SC', serif;
    color: white;
    font-style: italic;
    text-align: center;
}

.main-call {
    width: 100%;
    display: flex;
    justify-content: center;

}

.main-call .incli {
    width: 0px;
    height: 40px;
    -webkit-transform: skew(20deg);
    -moz-transform: skew(20deg);
    transform: skew(20deg);
    margin: 0 auto;
    transition: 0.8s;
    transform-origin: left;
    background: rgb(207, 206, 206);
    background: linear-gradient(90deg, rgba(207, 206, 206, 1) 0%, rgba(71, 71, 71, 1) 36%, rgba(227, 227, 227, 1) 100%);

}

.main-call li p {
    position: relative;
    top: -32px;
    color: white;
}

.main-call li:hover .incli {
    border: 2px double white;
    width: 320px;

}

.body-main {

    color: white;
    font-size: 12px;
    background: rgb(24, 6, 50);
    background: linear-gradient(0deg, rgba(24, 6, 50, 1) 0%, rgba(5, 0, 0, 1) 100%);
}

.first-sec {
    height: 400px;
}

.body-main .divide {
    position: relative;
    top: -90px;
}

.body-main .divide img {
    max-width: 300px;
    transition: 0.9s;
}

.icons {
    margin-top: 120px;
}

.icons svg {
    width: 30px !important;
    height: 30px !important;
}

.icons p {
    font-weight: bold;
    padding-top: 3px;
    margin-bottom: 2px;

}

.icons span {
    color: #2e007d;
}

.icons .stars svg {
    width: 15px !important;
    height: 15px !important;
    color: rgb(211, 129, 14);
}

.icons .cooler {
    width: 6px;
    height: 15px;
    background-color: #0A020D;
    position: relative;
    left: -6px;
}

.bg-up {
    width: 100%;
    text-align: left;
}

.bg-up img {
    max-width: 100%;
}

.updates,
.lucky {
    position: relative;
    top: -320px;
}

.body-main .updates img {
    max-width: 220px;
    transition: 1s;
    position: relative;
    top: -50px;
}

.updates .col .row .col {
    width: 95px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.updates .col:nth-last-of-type(5) {
    padding-top: 120px;
}

.updates .col:nth-last-of-type(4) {
    padding-top: 70px;
}

.updates .col:nth-last-of-type(2) {
    padding-bottom: 36px;

}

.updates .col:nth-last-of-type(1) {
    padding-bottom: 88px;
}



.updates .col p {
    background-color: #2e007d;
    width: 90px;
    text-align: center;
    height: 30px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    transition: 0.5s;

}

.updates .col p.next {
    background-color: rgb(156, 156, 156);
}

.updates .col p.next:hover {
    background-color: #2e007d;
}

.updates .col span {
    margin-top: 2px;
    text-align: center;
    font-size: 10px;
    font-style: italic;
}


.lucky {
    width: 95%;
    height: 300px;
    margin: 0 auto;
}

.lucky .img {

    max-width: 280px;
    min-height: 280px;
    z-index: 2;
    background-image: url(../images/mago-3.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 97px;
    pointer-events: none;
}

/*canvas */
canvas {
    width: 100%;
    height: 300px;
    border-radius: 12px;
    border: 2px solid rgb(16, 0, 19);
    -webkit-box-shadow: 0px 20px 44px -13px #000000;
    box-shadow: 0px 20px 44px -13px #000000;
}

.dg,
.promo {
    display: none;
    opacity: 0;
    visibility: hidden;
}


.ava img {
    max-width: 320px;
    margin-bottom: 20px;
    cursor: pointer;
}


.footer {
    margin: 0;
    padding-bottom: 12px;
}

.ava {
    margin-top: -60px;
}

.message {

    visibility: hidden;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.7);
    position: fixed;
    z-index: 99;
    display: flex;
    justify-content: center;
    align-items: center;
}

.message img {
    opacity: 0;
    max-width: 290px;
    border: 3px solid white;
    animation-duration: 3s;
    animation-iteration-count: 1;
    position: relative;
    top: 76px;

}

.message .txt {
    background-color: white;
    max-width: 290px;
    height: 172px;
    animation-fill-mode: forwards;
    animation-delay: 3s;
    animation-duration: 2s;
    animation-iteration-count: 1;
    opacity: 0;
    position: relative;
    bottom: 95px;



}

@keyframes fade {
    0% {
        opacity: 1;
        transform: rotateY(90deg);

    }

    100% {
        opacity: 1;
        transform: rotateY(0deg);
    }

}

@keyframes card-loop {
    0% {
        transform: rotateY(90deg);
        opacity: 1;
    }

    100% {
        transform: rotateY(450deg);
        opacity: 1;
    }
}

.message .close {
    position: absolute;
    top: 20%;
    right: 20%;
    color: white;
}

.message .close svg {
    width: 30px;
    height: 30px;
    color: white;
    cursor: pointer;

}

.message .txt .box {
    text-align: center;
    min-height: 100%;
    border: 6px outset #101a4d;
    padding: 6px;

}

.message .txt .box h5 {
    font-weight: bold;
    color: #080950;
    font-style: italic;
}

.message .txt .box p {
    font-size: 12px;
}

.message .txt .box p:last-of-type {
    font-size: 9px;
    color: #04c41e;
}

.message .txt .box span {
    font-size: 14px;
    border-radius: 12px;
    font-weight: bold;
    padding: 5px 7px;
    background: rgb(232, 232, 232);
    background: radial-gradient(circle, rgba(232, 232, 232, 1) 30%, rgba(203, 203, 203, 1) 100%);
    -webkit-box-shadow: 0px 20px 44px -13px #000000;
    box-shadow: 0px 20px 44px -13px #000000;
}


.throne {
    width: 100%;
    position: relative;
    top: -200px;
    background-image: url('../images/trono-reverse.png');
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 650px;
    padding: 12px;

}

.throne .call-to-actions {

    padding: 23px 12px;
    width: 50%;
    margin-top: 36px;
}

.throne .list {
    float: right;
    width: 50%;
}

.throne ul {
    text-align: left;
    margin-top: 52px;
    list-style-type: circle;
    list-style-position: inside;
}

.throne ul li {
    margin-top: 21px;
    font-style: italic;
}

.alt-window {

    background: black;
    background: linear-gradient(0deg, rgb(8, 8, 8) 50%, rgba(3, 3, 3, 1) 100%);
    width: 100%;
    min-height: 270px;
    transition: 1s;
    padding: 0;

}

.alt-window svg {
    max-width: 300px;

}

.alt-window svg g {
    stroke-dasharray: 2700;
    stroke-dashoffset: 2700;
    stroke-width: 3;
    stroke: #080950;
    fill: transparent;
    transition: 5s;

}

@keyframes animate-main {
    0% {
        stroke-dashoffset: 2700;
    }

    80% {
        stroke-dashoffset: 0;
        fill: transparent;
    }

    100% {
        stroke-dashoffset: 0;
        fill: rgba(8, 9, 80, 0.2);
    }
}

@media screen and (max-width: 865px) {
    .updates .img img {
        max-width: 190px;
    }

    .updates {
        margin-top: 0px !important;
    }


}

@media screen and (max-width: 768px) {

    .alt-window {
        display: block;
    }

    .window {
        display: none;
    }

    .flex {
        display: block;
    }

    .banner {
        background-position: 70% 50%;

    }

    .first-sec h4 {
        margin-bottom: 12px;
    }

    .icons {
        margin-top: 12px;
    }

    .updates {
        margin-top: 60px;
    }

    .updates,
    .lucky {
        position: static;
    }

    .updates img {
        max-width: 220px;
        position: static;
        margin-top: 12px;
    }

    .updates .text_about .row {
        flex-direction: column-reverse;
        justify-content: center;
        align-items: center;
        margin: 0 auto;
        text-align: center;
    }

    .updates .col:nth-last-of-type(5),
    .updates .col:nth-last-of-type(4),
    .updates .col:nth-last-of-type(3),
    .updates .col:nth-last-of-type(2),
    .updates .col:nth-last-of-type(1) {
        padding-top: 0px;
    }

    .updates .col .row .col {
        width: 100%;
        padding: 0;
        margin: 0;
        margin-bottom: 10px;

    }

    .message .close {
        top: 10%;
        right: 5%;
    }

    .lucky .img {
        display: none;
    }

    .ava img {
        max-width: 220px;
    }

    .ava,
    .footer {

        justify-content: center;
        margin-bottom: 0;
    }

    .footer {
        margin-top: 0;
    }

    .throne {
        margin-top: 32px;
        position: static;

    }

    .throne .call-to-actions {

        padding: 23px 12px;
        width: 100%;
        margin-top: 36px;
    }

    .throne .list {
        float: none;
        width: 100%;
    }

    .dg,
    .promo {
        display: none;
        opacity: 0;
        visibility: hidden;
    }



}

@media screen and (max-width: 690px) {
    .updates {
        margin-top: 90px !important;
    }

}

@media screen and (max-width: 580px) {
    .updates {
        margin-top: 130px !important;
    }

}

@media screen and (max-width: 500px) {
    .updates {
        margin-top: 230px !important;
    }

}

@media screen and (max-width: 400px) {
    .updates {
        margin-top: 360px !important;
    }

    .body-main .divide img {
        margin-left: -20px;
    }

    .updates .text_about,
    .first-sec .text_about {
        margin-left: 20px;
    }

}