html, body {
    overflow: hidden;
    font-family: 'Raleway', sans-serif;
    background: url(../img/i.png);
    background-size: contain;
    height: 100vh;
    margin: 0;
}

.topl {
    position: center;
    margin-top: 0;
    width: 100%;
    height: 40px;
    background-color: #fff;
    overflow: hidden;
    border-bottom-right-radius: 20%;
    border-bottom-left-radius: 20%;
    z-index: 3;
}

p, h2, h3, h4 {
    margin: 0;
    color: white;
}

h1 {
    color: white;
    text-align: center;
}

.countdown {
    color: #cccccc;
    font-size: 18px;
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.number {

    line-height: 38px;
    text-align: center;
    margin-top: 30px;
    margin-left: 24.45025%;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: floralwhite;
    background-color: rgba(255, 255, 255, 0.1);
    box-shadow: inset 2px 2px 8px rgba(255, 255, 255, 0.08), 5px 5px 9px rgba(0, 0, 0, 0.4);

}

.left {

    position: absolute;
    display: block;
    left: 24.6%;
    padding: 5px 0;
    width: 50%;
    background-color: rgba(255, 255, 255, 0.01);
    box-shadow: inset 2px 2px 8px rgba(255, 255, 255, 0.08), 5px 5px 9px rgba(0, 0, 0, 0.4);
    border-radius: 20px;
    margin-top: 10.5%;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
}

.text-left {
    color: green;
    text-align: center;

}

.contain1 {

    overflow: hidden;
    margin-top: 50px;
    height: 100vh;
    width: 100%;

}

.contain1 #click1, #click2, #click3, #click4, #click5, #click6, #click7, #click8, #click9, #click10, #click11, #click12, #click13, #click14, #click15, #click16, #click17, #click18, #click19, #click20, #click21, #click22, #click23, #click24 {

    left: 0;
    right: 0;

}

.info-box {
    margin: auto;
    text-align: center;
    width: 50.78125%;
    padding: 40px;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
    box-shadow: inset 2px 2px 8px rgba(255, 255, 255, 0.08), 5px 5px 9px rgba(0, 0, 0, 0.4);
    overflow: visible;
}

.info-box__title {
    font-size: 36px;
}

.info-box__text {
    line-height: 22px;
    max-width: 570px;
    margin: 0 auto;
}

#umfr-box1, #umfr-box2, #umfr-box3, #umfr-box4, #umfr-box5, #umfr-box6, #umfr-box7, #umfr-box8, #umfr-box9, #umfr-box10, #umfr-box11, #umfr-box12, #umfr-box13, #umfr-box14, #umfr-box15, #umfr-box16, #umfr-box17, #umfr-box18, #umfr-box19, #umfr-box20, #umfr-box21, #umfr-box22, #umfr-box23, #umfr-box24 {
    margin: auto;
    margin-top: 4.6875%;
    text-align: center;
    width: 50%;
    padding: 0.07812%;
    background-color: rgba(255, 255, 255, 0.0);
    border-radius: 32px;
    box-shadow: inset 2px 2px 8px rgba(255, 255, 255, 0.08), 5px 5px 9px rgba(0, 0, 0, 0.4);
    border: 1px solid #ffffff00;
}

.button {
    margin-top: 30px;
    width: 150px;
    padding: 10px;
    text-decoration: none;
    font-weight: bold;
    color: white;
    border-radius: 50px;
    background-color: #4889da;
    border: none;
    display: inline-block;
}


#prog {
    margin-top: 10px;
    width: 62.5%;
    height: 20px;
    background-color: #e6e6e6;
    box-shadow: inset -5px -5px 9px #ffffff73, inset 5px 5px 7px rgb(126 135 150 / 29%);
    float: center;
    text-align: center;
    line-height: 20px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 90px;
    border-bottom: solid 1px #eeeeee;
    border-right: solid 1px #eeeeee;
}

#bar {
    margin-top: 0;
    width: 0;
    height: 20px;
    background-image: linear-gradient(90deg, rgba(59, 94, 145, 0.65), rgba(185, 86, 133, 0.65));
    text-align: center;
    line-height: 20px;
    border-radius: 90px;
    color: white;
    float: center;
}

#bar2 {
    margin-top: 45px;
    width: 62.5%;
    height: 100px;
    text-align: center;
    border-radius: 90px;
    color: white;
    background:
        radial-gradient(circle at 53% 90%, transparent 0, transparent 2px, #fff 4px, #fff 3px, transparent 2px),
        radial-gradient(circle at 62% 60%, transparent 0, transparent 2px, #fff 3px, #fff 2px, transparent 4px),
        radial-gradient(circle at 46% 10%, transparent 0, transparent 4px, #fff 5px, #fff 5px, transparent 6px),
        radial-gradient(circle at 20% 45%, transparent 0, transparent 4px, #fff 5px, #fff 5px, transparent 6px),
        radial-gradient(circle at 15% 94%, transparent 0, transparent 4px, #fff 5px, #fff 5px, transparent 6px),
        radial-gradient(circle at 80% 20%, transparent 0, transparent 2px, #fff 4px, #fff 3px, transparent 2px);
    top: 0;
    position: absolute;
    animation: bubbles 5s linear infinite both;
}

@keyframes bubbles {
    from {
        transform: translate();
    }

    to {
        transform: translate(1px, -130px);
    }
}

#num {
    margin-top: 0;
    position: absolute;
    width: 62.5%;
    height: 20px;
    background-color: rgba(0, 0, 0, 0);
    text-align: center;
    line-height: 20px;
    border-radius: 90px;
    color: white;
    float: center;
}

#canvas {
    margin-top: 0;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    z-index: 1;
}

#canvas3 {
    width: 50%;
    margin: 0 auto;
}

.video {
    display: flex;
    justify-content: center;
    padding: 50px 0;
}

.bar-text {
    position: absolute;
    top: -50px;
    left: 12px;
}

.video__iframe {
    margin-right: 40px;
}

.bar-text__under {
    color: #fff;
    position: absolute;
    top: -33px;
    left: -18px;
    width: 200%;
}

.center {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
}

.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 1;
    background: rgba(0, 0, 0, 0.5);
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
    display: none;
}

.popup {
    position: absolute;
    top: -150%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1.15);
    width: 300px;
    height: auto;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 20px;

    z-index: 2;
    opacity: 0;
    box-shadow: inset 2px 2px 8px rgba(255, 255, 255, 0.08), 5px 5px 9px rgba(0, 0, 0, 0.4);
    transition: transform 300ms ease-in-out, opacity 300ms ease-in-out;
}

body.showLoginForm .popup-overlay {
    display: block;
}

body.showLoginForm .popup {
    top: 50%;
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
}

.popup .popup-close {
    position: absolute;
    top: -10px;
    right: -10px;
    width: 35px;
    height: 35px;
    background: #888;
    color: #f5f5f5;
    font-size: 25px;
    font-weight: 600;
    text-align: center;
    border-radius: 50%;
    cursor: pointer;
}

.popup .form .avatar {
    margin: 30px 0 20px;
    text-align: center;
}

.popup .form .avatar img {
    width: 200px;
    opacity: 0.8;
    border-radius: 50%;
}

.popup .form .header {
    text-align: center;
    font-size: 22px;
    font-weight: 600;
    color: #ddd;
    margin: 20px 0;
}

.popup .form .element {
    padding: 8px 20px;
}

.popup .form .element label {
    display: block;
    font-size: 14px;
    color: #ddd;
    margin-bottom: 5px;
}

.popup .form .element input {
    width: 100%;
    padding: 8px 10px;
    box-sizing: border-box;
    outline: none;
    border: 1px solid #aaa;
    background: #eee;
    border-radius: 20px;
}

.popup .form .element button {
    margin-top: 10px;
    margin-bottom: 10px;
    width: 100%;
    padding: 10px 0;
    text-transform: uppercase;
    outline: none;
    border: none;
    font-size: 15px;
    font-weight: 600;
    border-radius: 20px;
    cursor: pointer;
    background: #4889da;
    color: #f5f5f5;
}

.mail-wrap {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.mail-text {
    display: block;
    font-size: 20px;
    color: #fff;
    text-align: center;
    margin-bottom: 25px;
}

.mail-form {
    background-color: rgba(255, 255, 255, 0.15);
    box-shadow: inset 2px 2px 8px rgb(255 255 255 / 8%), 5px 5px 9px rgb(0 0 0 / 40%);
    border: 1px solid #ffffff00;
    border-radius: 30px;
    padding: 30px 40px;
    margin: 0 20px;
}

.mail-input {
    display: block;
    width: 70%;
    background: #eee;
    margin: 0 auto 15px;
    border-radius: 20px;
    padding: 10px;
}

.mail-btn {
    display: block;
    padding: 10px 40px;
    text-decoration: none;
    font-weight: bold;
    color: white;
    border-radius: 50px;
    background-color: #4889da;
    border: none;
    margin: 25px auto 0;
}

.popup5 {
    position: fixed;
    left: 50%;
    margin-left: -270px;
    height: 180px;
    top: 50%;
    margin-top: -100px;
}

.modal {
    position: absolute;
    width: 100%;
    height: 100%;
}

.modal-close {
    display: none;
}

footer {
    position: absolute;
    bottom: 5px;
    left: 5px;
}

.footer__wrap {
    display: flex;
    align-items: center;
}

.footer__link {
    font-size: 11px;
    color: #ddd;
    display: block;
    margin: 0 7px;
    text-decoration: none;
}

.footer__link-span {
    color: #ddd;
}

@media screen and (max-width: 5000px) {
    #canvas3 {
        width: 24%;
        margin: 0 auto;
    }
}

@media screen and (max-width: 2200px) {
    #canvas3 {
        width: 26%;
        margin: 0 auto;
    }
}

@media screen and (max-width: 1900px) {
    #canvas3 {
        width: 30%;
        margin: 0 auto;
    }
}

@media screen and (max-width: 1700px) {
    #canvas3 {
        width: 35%;
        margin: 0 auto;
    }
}


@media screen and (max-width: 1500px) {
    #canvas3 {
        width: 40%;
        margin: 0 auto;
    }

}

@media screen and (max-width: 1300px) {
    #canvas3 {
        width: 45%;
        margin: 0 auto;
    }
}


@media screen and (max-width: 1067px) {
    .number {
        margin-top: -30px;
    }

    .info-box {
        width: 70%;
    }

    .left {
        width: 90%;
        left: 4.6%;
    }

    #umfr-box1, #umfr-box2, #umfr-box3, #umfr-box4, #umfr-box5, #umfr-box6, #umfr-box7, #umfr-box8, #umfr-box9, #umfr-box10, #umfr-box11, #umfr-box12, #umfr-box13, #umfr-box14, #umfr-box15, #umfr-box16, #umfr-box17, #umfr-box18, #umfr-box19, #umfr-box20, #umfr-box21, #umfr-box22, #umfr-box23, #umfr-box24 {
        width: 90%;
        margin-top: 10%;
    }

    #canvas3 {
        width: 55%;
        margin: 0 auto;
    }
}

@media screen and (max-width: 950px) {
    #umfr-box1, #umfr-box2, #umfr-box3, #umfr-box4, #umfr-box5, #umfr-box6, #umfr-box7, #umfr-box8, #umfr-box9, #umfr-box10, #umfr-box11, #umfr-box12, #umfr-box13, #umfr-box14, #umfr-box15, #umfr-box16, #umfr-box17, #umfr-box18, #umfr-box19, #umfr-box20, #umfr-box21, #umfr-box22, #umfr-box23, #umfr-box24 {
        width: 90%;
        margin-top: 11%;
    }

    #canvas3 {
        width: 65%;
        margin: 0 auto;
    }
}

@media screen and (max-width: 800px) {
    #umfr-box1, #umfr-box2, #umfr-box3, #umfr-box4, #umfr-box5, #umfr-box6, #umfr-box7, #umfr-box8, #umfr-box9, #umfr-box10, #umfr-box11, #umfr-box12, #umfr-box13, #umfr-box14, #umfr-box15, #umfr-box16, #umfr-box17, #umfr-box18, #umfr-box19, #umfr-box20, #umfr-box21, #umfr-box22, #umfr-box23, #umfr-box24 {
        width: 90%;
        margin-top: 13%;
    }

    #canvas3 {
        width: 70%;
        margin: 0 auto;
    }
}

@media screen and (max-width: 700px) {
    #canvas3 {
        width: 80%;
        margin: 0 auto;
    }
}

@media screen and (max-width: 600px) {
    #umfr-box1, #umfr-box2, #umfr-box3, #umfr-box4, #umfr-box5, #umfr-box6, #umfr-box7, #umfr-box8, #umfr-box9, #umfr-box10, #umfr-box11, #umfr-box12, #umfr-box13, #umfr-box14, #umfr-box15, #umfr-box16, #umfr-box17, #umfr-box18, #umfr-box19, #umfr-box20, #umfr-box21, #umfr-box22, #umfr-box23, #umfr-box24 {
        width: 90%;
        margin-top: 15%;
    }

    #canvas3 {
        width: 90%;
        margin: 0 auto;
    }
}

@media screen and (max-width: 450px) {
    #umfr-box1, #umfr-box2, #umfr-box3, #umfr-box4, #umfr-box5, #umfr-box6, #umfr-box7, #umfr-box8, #umfr-box9, #umfr-box10, #umfr-box11, #umfr-box12, #umfr-box13, #umfr-box14, #umfr-box15, #umfr-box16, #umfr-box17, #umfr-box18, #umfr-box19, #umfr-box20, #umfr-box21, #umfr-box22, #umfr-box23, #umfr-box24 {
        width: 90%;
        margin-top: 19%;
    }

    #canvas3 {
        width: 105%;
    }

    .video {
        flex-direction: column;
    }

    iframe {
        flex-direction: column;
        margin: 0 auto;
    }

    .video__iframe {
        margin: 0 auto 30px;
    }

    .info-box {
        padding: 25px;
    }

    .info-box__title {
        font-size: 26px;
        line-height: 33px;
    }

    .info-box__text {
        font-size: 14px;
    }

    .footer__wrap {
        flex-direction: column;
    }

    .footer__link {
        margin: 0;
    }

    .footer__link-span {
        display: none;
    }
}