@import 'https://fonts.googleapis.com/css2?family=Sarabun:wght@300&display=swap';

* {
    text-decoration: none;
    list-style: none;
    box-sizing: border-box
}

html,
body {
    height: 100%
}

body {
    font-family: sarabun, sans-serif;
    color: #fff !important;
    font-size: 20px !important;
    background: url(../images/bg2.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover
}

.col-6 {
    height: 250px
}

textarea:focus,
input[type=text]:focus,
input[type=password]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=time]:focus,
input[type=week]:focus,
input[type=number]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=color]:focus,
.uneditable-input:focus {
    border-color: rgba(126, 239, 104, .8);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .075) inset, 0 0 8px rgba(126, 239, 104, .6);
    outline: 0
}

::placeholder {
    color: #fff !important;
    opacity: 1;
    text-shadow: #1d7121 0 0 0, #1d7121 1.75517px .958851px 0, #1d7121 1.0806px 1.68294px 0, #1d7121 .141474px 1.99499px 0, #1d7121 -.832294px 1.81859px 0, #1d7121 -1.60229px 1.19694px 0, #1d7121 -1.97998px .28224px 0, #1d7121 -1.87291px -.701566px 0, #1d7121 -1.30729px -1.5136px 0, #1d7121 -.421592px -1.95506px 0, #1d7121 .567324px -1.91785px 0, #1d7121 1.41734px -1.41108px 0, #1d7121 1.92034px -.558831px 0
}

:-ms-input-placeholder {
    color: #fff !important;
    text-shadow: #1d7121 0 0 0, #1d7121 1.75517px .958851px 0, #1d7121 1.0806px 1.68294px 0, #1d7121 .141474px 1.99499px 0, #1d7121 -.832294px 1.81859px 0, #1d7121 -1.60229px 1.19694px 0, #1d7121 -1.97998px .28224px 0, #1d7121 -1.87291px -.701566px 0, #1d7121 -1.30729px -1.5136px 0, #1d7121 -.421592px -1.95506px 0, #1d7121 .567324px -1.91785px 0, #1d7121 1.41734px -1.41108px 0, #1d7121 1.92034px -.558831px 0
}

::-ms-input-placeholder {
    color: #fff !important;
    text-shadow: #1d7121 0 0 0, #1d7121 1.75517px .958851px 0, #1d7121 1.0806px 1.68294px 0, #1d7121 .141474px 1.99499px 0, #1d7121 -.832294px 1.81859px 0, #1d7121 -1.60229px 1.19694px 0, #1d7121 -1.97998px .28224px 0, #1d7121 -1.87291px -.701566px 0, #1d7121 -1.30729px -1.5136px 0, #1d7121 -.421592px -1.95506px 0, #1d7121 .567324px -1.91785px 0, #1d7121 1.41734px -1.41108px 0, #1d7121 1.92034px -.558831px 0
}

.form-control {
    background-color: #000 !important;
    border-color: #215423 !important;
    color: #fff !important;
    font-size: 32px !important
}

.label-custom {
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #45d140;
    -webkit-text-fill-color: #fff;
    font-size: 40px;
    font-weight: 700
}

.animation img {
    -webkit-animation: mover .3s infinite alternate;
    animation: mover .3s infinite alternate
}

.animation img {
    -webkit-animation: mover .3s infinite alternate;
    animation: mover .3s infinite alternate
}

@-webkit-keyframes mover {
    0% {
        transform: translateY(0)
    }

    100% {
        transform: translateY(-30px)
    }
}

@keyframes mover {
    0% {
        transform: translateY(0)
    }

    100% {
        transform: translateY(-30px)
    }
}


.card-custom .card-body {
    padding: 70px !important
}

.btn {
    text-shadow: #1d7121 1px 0 0, #1d7121 1.75517px .958851px 0, #1d7121 1.0806px 1.68294px 0, #1d7121 .141474px 1.99499px 0, #1d7121 -.832294px 1.81859px 0, #1d7121 -1.60229px 1.19694px 0, #1d7121 -1.97998px .28224px 0, #1d7121 -1.87291px -.701566px 0, #1d7121 -1.30729px -1.5136px 0, #1d7121 -.421592px -1.95506px 0, #1d7121 .567324px -1.91785px 0, #1d7121 1.41734px -1.41108px 0, #1d7121 1.92034px -.558831px 0;
    padding: 10px 25px !important;
    font-size: 22px !important;
    border-radius: 1rem !important
}

.btn-success {
    background: #c7f164;
    background: linear-gradient(180deg, rgba(199, 241, 100, 1) 0%, rgba(77, 234, 96, 1) 100%)
}

.img-wrapper {
    width: 230px;
    height: auto;
    margin-bottom: 3rem
}

.progress-wrapper {
    position: relative
}

.level-progress {
    width: 100%;
    height: 210px;
    position: relative
}

.circle {
    width: 180px;
    height: 180px;
    border: 10px inset #3fe46e;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -90px;
    margin-top: -85px;
    border-radius: 200px;
    -moz-animation: rotate 5s infinitelinear;
    -webkit-animation: rotate 5s infinite linear;
    animation: rotate 5s infinite linear;
    box-shadow: 0 0 5px rgba(0, 0, 0, .2)
}

.circle-big {
    width: 210px;
    height: 210px;
    border: 4px dotted #85e0f2;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -105px;
    margin-top: -100px;
    border-radius: 214px;
    -moz-animation: rotate-rev 10s infinite linear;
    -webkit-animation: rotate-rev 10s infinite linear;
    animation: rotate-rev 10s infinite linear
}

@-moz-keyframes rotate {
    0% {
        -moz-transform: rotate(0deg)
    }

    100% {
        -moz-transform: rotate(360deg)
    }
}

@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(360deg)
    }
}

@keyframes rotate {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

@-moz-keyframes rotate-rev {
    0% {
        -moz-transform: rotate(0deg)
    }

    100% {
        -moz-transform: rotate(-360deg)
    }
}

@-webkit-keyframes rotate-rev {
    0% {
        -webkit-transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(-360deg)
    }
}

@keyframes rotate-rev {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(-360deg)
    }
}

@-moz-keyframes pulse {
    0% {
        -moz-transform: scale(.1);
        opacity: .2
    }

    50% {
        -moz-transform: scale(1);
        opacity: .8
    }

    100% {
        -moz-transform: scale(.1);
        opacity: .2
    }
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(.1);
        opacity: .2
    }

    50% {
        -webkit-transform: scale(1);
        opacity: .8
    }

    100% {
        -webkit-transform: scale(.1);
        opacity: .2
    }
}

@keyframes pulse {
    0% {
        transform: scale(.1);
        opacity: .2
    }

    50% {
        transform: scale(1);
        opacity: .8
    }

    100% {
        transform: scale(.1);
        opacity: .2
    }
}

.c-progress {
    position: absolute;
    height: 160px;
    width: 160px;
    cursor: pointer;
    top: 50%;
    left: 50%;
    margin: -75px 0 0 -80px;
    background-color: #000;
    border-radius: 50%
}

.progress-circle {
    transform: rotate(-90deg);
    margin-top: -40px
}

.progress-circle-back {
    fill: none;
    stroke: #221f20;
    stroke-width: 10px
}

.progress-circle-prog {
    fill: none;
    stroke: #f6000c;
    stroke-width: 10px;
    stroke-dasharray: 0 999;
    stroke-dashoffset: 0;
    transition: stroke-dasharray .7s linear 0s
}

.progress-text {
    width: 100%;
    position: absolute;
    top: 50px;
    text-align: center;
    font-size: 2em
}

.progress-wrapper .card {
    width: 300px;
    color: #afec00 !important;
    font-weight: 700;
    font-size: 40px;
    border-top: 0 !important
}

.progress-wrapper .card .card-body {
    padding: 10px
}

.progress-wrapper .card .card-footer {
    border-top: 0 !important;
    font-size: 30px
}

.time-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    color: #afec00;
    padding: 15px;
    font-size: 45px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-decoration: none;
    box-shadow: 0 20px 50px rgba(0, 0, 0, .5);
    overflow: hidden;
    width: 100%;
    text-align: center;
    margin-top: 80px
}

.time-wrapper p {
    font-size: 28px
}

.time-wrapper:before {
    content: "";
    position: absolute;
    top: 2px;
    left: 2px;
    bottom: 2px;
    width: 100%;
    background: rgba(255, 255, 255, .05)
}

.time-wrapper span:nth-child(1) {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(to right, #035f3c, #16f03a);
    animation: animate1 2s linear infinite;
    -webkit-animation: animate1 2s linear infinite
}

@keyframes animate1 {
    0% {
        transform: translateX(-100%);
        -webkit-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        -o-transform: translateX(-100%)
    }

    100% {
        transform: translateX(100%);
        -webkit-transform: translateX(100%);
        -moz-transform: translateX(100%);
        -ms-transform: translateX(100%);
        -o-transform: translateX(100%)
    }
}

.time-wrapper span:nth-child(2) {
    position: absolute;
    top: 0;
    right: 0;
    width: 2px;
    height: 100%;
    background: linear-gradient(to bottom, #035f3c, #16f03a);
    animation: animate2 2s linear infinite;
    -webkit-animation: animate2 2s linear infinite;
    animation-delay: 1s
}

@keyframes animate2 {
    0% {
        transform: translateY(-100%);
        -webkit-transform: translateY(-100%);
        -moz-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        -o-transform: translateY(-100%)
    }

    100% {
        transform: translateY(100%);
        -webkit-transform: translateX(100%);
        -moz-transform: translateX(100%);
        -ms-transform: translateX(100%);
        -o-transform: translateX(100%)
    }
}

.time-wrapper span:nth-child(3) {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(to left, #035f3c, #16f03a);
    animation: animate3 2s linear infinite;
    -webkit-animation: animate3 2s linear infinite
}

@keyframes animate3 {
    0% {
        transform: translateX(100%);
        -webkit-transform: translateX(100%);
        -moz-transform: translateX(100%);
        -ms-transform: translateX(100%);
        -o-transform: translateX(100%)
    }

    100% {
        transform: translateX(-100%);
        -webkit-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        -o-transform: translateX(-100%)
    }
}

.time-wrapper span:nth-child(4) {
    position: absolute;
    top: 0;
    left: 0;
    width: 2px;
    height: 100%;
    background: linear-gradient(to top, #035f3c, #16f03a);
    animation: animate4 2s linear infinite;
    -webkit-animation: animate4 2s linear infinite;
    animation-delay: 1s
}

@keyframes animate4 {
    0% {
        transform: translateY(100%);
        -webkit-transform: translateY(100%);
        -moz-transform: translateY(100%);
        -ms-transform: translateY(100%);
        -o-transform: translateY(100%)
    }

    100% {
        transform: translateY(-100%);
        -webkit-transform: translateY(-100%);
        -moz-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        -o-transform: translateY(-100%)
    }
}

iframe {
    width: 100%;
    height: 800px;
    border: 1px solid #000
}

.box-back {
    margin-top: 165px
}

.circles {
    width: 200px;
    height: 200px;
    line-height: 200px;
    border-radius: 50%;
    font-size: 50px;
    color: #c6ff03;
    text-align: center;
    background: #001711;
    border: 2px solid #1e7729
}