@import url('https://fonts.googleapis.com/css2?family=Concert+One&display=swap');

html {
  height: 100%;
}

body {
    background: #480a8f;
    color: #ffffff;
    height: 100%;
    font-family: "Concert One", sans-serif;
    font-size: 18px;
    line-height: 28px;
    min-height: 100%;
    -webkit-text-size-adjust: none;
    overflow-x: hidden;
}

.ijqa1b6op-loadscreen {
    position: absolute;
    z-index: 99;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    visibility: visible;
    opacity: 1;
}

.ijqa1b6op-loadscreen::before {
    content: '';
    background-image: url(../images/bg-game-ijqa1b6op.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
    position: fixed;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
}

.ijqa1b6op-loadscreen--box {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ijqa1b6op-loadscreen--box img {
    animation: pulsate-fwd 1s linear both;
}

@keyframes pulsate-fwd {
    0% {
      transform: scale(1);
    }
    50% {
      transform: scale(.8);
    }
    100% {
      transform: scale(1);
    }
}

.ijqa1b6op-arrow--back {
    position: absolute;
    top: 10px;
    left: 14px;
    padding: 4px;
}
  
.ijqa1b6op-toolbar {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.ijqa1b6op-toolbar--bg {
    position: relative;
}

.ijqa1b6op-toolbar--bg::before {
    content: '';
    background-image: url(../images/bg-toolbar-ijqa1b6op.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
    position: fixed;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
}

.ijqa1b6op-title {
    font-size: 60px;
    line-height: 70px;
    font-weight: 400;
    margin-bottom: 40px;
    text-transform: uppercase;
    color: #ffffff;
    text-align: center;
}

.ijqa1b6op-statuss {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 30px 20px;
}

.ijqa1b6op-status--box {
    position: relative;
    max-width: 400px;
    width: 100%;
    margin: 0 auto;
    border: 8px solid #45EDFF;
    border-radius: 34px;
    padding: 30px;
    background-image: url(../images/bg-status-ijqa1b6op.svg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.ijqa1b6op-status--first {
    padding: 30px 30px 115px;
}

.ijqa1b6op-status--first .ijqa1b6op-play--btn {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -50px;
}

.ijqa1b6op-status--buttons {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 10px;
}

.ijqa1b6op-status--btn {
    position: relative;
    cursor: pointer;
    border-radius: 50%;
    width: 150px;
    height: 150px;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 28px;
    line-height: 24px;
    font-weight: 400;
    transition: .4s;
    justify-self: center;
    padding: 30px 10px 40px;
    background-image: url(../images/border-status-ijqa1b6op.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.ijqa1b6op-status--btn span {
    position: relative;
    z-index: 2;
}

.ijqa1b6op-status--btn::after {
    transition: .4s;
}

.ijqa1b6op-status--btn.active::after {
    content: '';
    position: absolute;
    top: 15px;
    bottom: 15px;
    left: 15px;
    right: 15px;
    background: linear-gradient(30.86deg, #00FFFD -9.24%, #5192FF 54.14%, #CD68FF 97.57%);
    border-radius: 50%;
    pointer-events: none;
}

.ijqa1b6op-status--btn.win::after {
    content: '';
    position: absolute;
    top: 13px;
    bottom: 13px;
    left: 13px;
    right: 13px;
    background: linear-gradient(30.86deg, #00FFFD -9.24%, #5192FF 54.14%, #CD68FF 97.57%);
    border-radius: 50%;
    pointer-events: none;
}

.ijqa1b6op-status--btn[disabled] {
  color: #8D00FF;
  pointer-events: none;
}

.ijqa1b6op-status--btn[disabled]::after {
    content: '';
    position: absolute;
    background: transparent;
    top: -2px;
    bottom: -2px;
    left: -2px;
    right: -2px;
    border: 5px solid #8D00FF;
    box-shadow: 0px 0px 18px rgba(140, 0, 255, 0.7);
    border-radius: 50%;
    pointer-events: none;
}

.ijqa1b6op-status--btn::before {
    content: '';
    width: 21px;
    height: 28px;
    position: absolute;
    z-index: 2;
    background-image: url(../images/ico-active-ijqa1b6op.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    bottom: 32px;
    left: 50%;
    transform: translate(-50%);
    pointer-events: none;
}

.ijqa1b6op-status--btn[disabled]::before {
    background-image: url(../images/ico-disable-ijqa1b6op.svg);
}

.ijqa1b6op-play--btn {
    position: relative;
    font-family: "Concert One", sans-serif;
    font-size: 60px;
    font-weight: 400;
    line-height: 60px;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
    margin: 0 auto;
    border: none;
    border-radius: 0;
    background-image: url(../images/bg-btn-ijqa1b6op.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    box-sizing: border-box;
    max-width: 325px;
    width: 100%;
    height: 130px;
    padding: 10px;
    outline: 0;
    cursor: pointer;
    transition: 0.2s;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ijqa1b6op-game--container {
    position: relative;
    width: 360px;
    height: 100vh;
    margin: 0 auto;
    background: transparent;
    overflow: hidden;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.ijqa1b6op-paddle {
    cursor: pointer;
    position: absolute;
    bottom: 0;
    left: 50%;
    height: 42px;
    background: linear-gradient(180deg, #FFC611 1.12%, #FDE800 11.25%, #FF9500 96.18%, #FFE388 118.12%);
    border-radius: 100px;
    border-top: 2px solid #FFF2C6;
    border-bottom: 4px solid #bf7000;
}

.ijqa1b6op-paddle::before {
    content: '';
    background-image: url(../images/bg-btn-2-ijqa1b6op.svg);
    background-position: top;
    background-size: contain;
    background-repeat: no-repeat;
    width: 94%;
    height: 22px;
    position: absolute;
    top: 3px;
    left: 4px;
    right: 0;
}

.ijqa1b6op-ball {
    position: absolute;
    bottom: 60px;
    left: 50%;
    width: 52px;
    height: 52px;
    background-image: url(../images/ball-ijqa1b6op.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    border-radius: 50%;
    transform: translateX(-50%);
    
}

.falling-object {
    position: absolute;
    pointer-events: none;
}


/* Game */

.ijqa1b6op-game--box {
    display: flex;
    flex-direction: column;
    height: 100%;
}
.ijqa1b6op-game--box::before {
    content: '';
    background-image: url(../images/bg-toolbar-ijqa1b6op.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
    position: fixed;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
}

.ijqa1b6op-game--score-box {
    position: absolute;
    z-index: 9;
    top: 0;
    left: 0;
    right: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    border: 8px solid #45EDFF;
    border-top: none;
    border-radius: 0 0 34px 34px;
    padding: 9px 0;
    background-image: url(../images/bg-status-ijqa1b6op.svg);
    background-position: 0 -40px;
    background-size: cover;
    background-repeat: no-repeat;
}

.ijqa1b6op-timer--container {
    padding: 6px 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: 28px;
    line-height: 32px;
}

.ijqa1b6op-game--score {
    position: relative;
    padding: 6px 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    line-height: 32px;
    font-weight: 400;
}

.ijqa1b6op-game--score p {
    margin-left: 4px;
}

.ijqa1b6op-game--score::after {
    content: '';
    width: 6px;
    background: #44DAF3;
    position: absolute;
    right: 0;
    top: 4px;
    bottom: 4px;
    border-radius: 10px;
}

/* Popup */

.ijqa1b6op-popup--box {
    display: none;
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #17002BA8;
    padding: 40px 20px;
    overflow-y: auto;
}

.ijqa1b6op-popup--container {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.ijqa1b6op-popup--inner {
    position: relative;
    max-width: 400px;
    width: 100%;
    margin: 0 auto;
    border: 8px solid #45EDFF;
    border-radius: 34px;
    padding: 30px 14px;
    background-image: url(../images/bg-status-ijqa1b6op.svg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.ijqa1b6op-popup--box h1 {
    font-size: 60px;
    line-height: 60px;
    font-weight: 400;
    text-align: center;
    color: #0CE6F1;
    text-transform: uppercase;
}

.popup--box-win.ijqa1b6op-popup--box h1 {
    margin-bottom: 30px;
}

.ijqa1b6op-popup--box span {
    color: #ffffff;
}

.popup--box--img {
    margin: 0px -50px 14px;
}

.popup--box--img img {
    width: 100%;
}

/* footer */
.ijqa1b6op-footer {
    padding: 14px;
}

.ijqa1b6op-footer--list {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px 40px;
}

.ijqa1b6op-footer--point {
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    padding: 2px;
    transition: .3s;
    border-bottom: 1px solid transparent;
}

.ijqa1b6op-footer--point:hover {
    border-color: #ffffff;
}

/* Info */
.ijqa1b6op-info {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
    padding: 60px 20px 20px;
}

.ijqa1b6op-info h1 {
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 30px;
    text-align: center;
}

.ijqa1b6op-info h2 {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 12px;
}

.ijqa1b6op-info p {
    margin-bottom: 20px;
}

.ijqa1b6op-info ul {
    list-style-type: disc;
    padding-left: 24px;
}

.ijqa1b6op-info li {
    margin-bottom: 10px;
}

.ijqa1b6op-info a {
    text-decoration: underline;
    color: #45EDFF;
}

@media (max-height: 800px) {
    .ijqa1b6op-title {
        margin-bottom: 30px;
    }
    .ijqa1b6op-status--buttons {
        gap: 12px;
    }
    .ijqa1b6op-status--btn {
        width: 130px;
        height: 130px;
        font-size: 22px;
        line-height: 20px;
    }
    .ijqa1b6op-status--box {
        padding: 30px;
    }
    .ijqa1b6op-play--btn {
        max-width: 280px;
        width: 100%;
        height: 120px;
        font-size: 52px;
        line-height: 52px;
    }
    .ijqa1b6op-status--first .ijqa1b6op-play--btn {
        bottom: -44px;
    }
    .ijqa1b6op-status--first {
        padding: 30px 30px 100px;
    }
    .ijqa1b6op-status--btn::before {
        width: 18px;
        height: 24px;
        bottom: 28px;
    }
    .ijqa1b6op-status--btn.active::after {
        top: 13px;
        bottom: 13px;
        left: 13px;
        right: 13px;
    }
}

@media (max-width: 600px) {
    .ijqa1b6op-statuss {
        padding: 30px 14px;
    }
    .ijqa1b6op-game--container {
        /* height: 620px; */
    }
    .ijqa1b6op-title {
        margin-bottom: 30px;
    }
    .ijqa1b6op-status--btn {
        width: 126px;
        height: 126px;
        font-size: 22px;
        line-height: 20px;
    }
    .ijqa1b6op-status--box {
        padding: 30px 20px;
    }
    .ijqa1b6op-status--buttons {
        gap: 12px;
    }
    .ijqa1b6op-play--btn {
        max-width: 268px;
        width: 100%;
        height: 120px;
        font-size: 52px;
        line-height: 52px;
    }
    .ijqa1b6op-status--first .ijqa1b6op-play--btn {
        bottom: -44px;
    }
    .ijqa1b6op-status--first {
        padding: 30px 20px 90px;
    }
    .ijqa1b6op-status--btn::before {
        width: 18px;
        height: 24px;
        bottom: 28px;
    }
    .ijqa1b6op-status--btn.active::after {
        top: 13px;
        bottom: 13px;
        left: 13px;
        right: 13px;
    }
    .popup--box--img {
        margin: 0px -30px 14px;
    }
}