* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
* a,
* button
* input[type="submit"] {
    cursor: pointer;
}
body {
    font-family: "Montserrat", sans-serif;
    position: relative;
}
main{
    min-height: 100vh;
    position: relative;
    background: linear-gradient(#ff04ec 4%,#FFFE00 42%);
}
.web{
    background-color: #fffe00;
    position: relative;
    width: 100%;
    height: 100vh;
}

.web .qr{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.web .qr .only-qr{
    width: 100%;
    max-width: 300px;
}

.web .qr .qr-image{
    width: 100%;
    max-width: 300px;
    text-align: center;
}
#audio{
    display: none;
}
@media (max-width: 767px) {
    .web{
        display: none;
    }
}
@media (min-width: 768px) {
    .moblie{
        display: none;
    }
}
.container-fluid{
    width: 100%;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}
.quantic-gif{
    text-align: center;
    width: 100%;
    margin-bottom: 30px;
    margin-top: 30px;
}
.web-ball-gif {
    text-align: center;
    width: 100%;
    margin-bottom: 30px;
    z-index: 3;
    position: relative;
}
.btn-play{
    position: fixed;
    bottom: 50px;
    left: 50%;
    width: 40px;
    height: 40px;
    transform: translateX(-50%);
    z-index: 999999999999;
    cursor: pointer;
}
img{
    max-width: 100%;
}
.btn-play svg{
    width: 100%;
}
.btn-play svg path{
    fill: #000;
}
.section-1{
    background-position: top;
    background-repeat: no-repeat;
    height: 50vh;
    display: flex;
    flex-direction: column;
    position: relative;

}
.blocks-1 {
    display: flex;
    flex-direction: column;
    margin-top: -52vh;
    padding-top: 71vh;
    z-index: 0;
    /*background: #fffe00;*/

}
.blocks-1:before{
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 150px;
}
.blocks-1 :after{
    background-image: url("../images/gifs/I-Won't-Fade-Away-scroll.gif");
    background-position: top;
    background-repeat: no-repeat;
    height: 166vh;
    width: 100%;
    content: "";
    display: block;
    z-index: 1;
    position: absolute;
    top: 50%;
    transform: translate(-50% , 118px);
    left: 50%;
}
.blocks-1 > div{
    padding-bottom: 30px;
    /*z-index: 1;*/

}
.want-fade-gif{
    width: 100%;
    background-color: #fffe00;
}
.want-fade-gif img{
    width: 100%;
    position: relative;
    z-index: 3;
}
.sample{
    width: 100%;
    background-color: #fffe00;
}
.sample img{
    z-index: 3;
    position: relative;

    width: 100%;
}
.blink-gif{
    position: relative;
}
.blink-gif img{
    margin-top: -81px;
}
.wiki{
    width: 100%;
    text-align: center;
    margin-bottom: 0;
    padding-bottom: 0 !important;
}
.wiki img{
    width: 100%;
    position: relative;
    max-width: 150px;
}

.blocks-2{
    background: linear-gradient(#fffe00 10%,#000 80%);
}
.blocks-2 .container-fluid > div{
    padding-bottom: 30px;
}
.blocks-3{
    background: #000000;
    position: relative;
    z-index: 3;

}
.blocks-3 .container-fluid {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.blocks-3 .container-fluid  .youtube-video{
    position: relative;
    margin-bottom: 20px;
    border: 2px solid #ff04ec;
}
.original-version:after{
    background-image: url("../images/gifs/Original-version2.gif");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 60px;
}
.contains-semple:after{
    background-image: url("../images/gifs/Contains-a-sample_1.gif");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 60px;
}
.d-none{
    display: none;
}
.youtube-video iframe{
    width: 100%;
    height: 100%;
}
.web-ball-small-gif{
    text-align: center;
    width: 100%;
    margin-bottom: 60px;
    background: #000;
}
.web-ball-small-gif img{
    margin-left: auto;
    margin-right: auto;
    z-index: 3;
    max-width: 120px;
    width: 100%;
}
