@import url('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: #ffffff !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;
}

/* -------------------- Custom input -------------------- */

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, 0.8);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(126, 239, 104, 0.6);
    outline: 0 none;
}

::placeholder {
    color: #ffffff !important;
    opacity: 1;
    /* Firefox */
    text-shadow: rgb(29, 113, 33) 0px 0px 0px, rgb(29, 113, 33) 1.75517px 0.958851px 0px, rgb(29, 113, 33) 1.0806px 1.68294px 0px, rgb(29, 113, 33) 0.141474px 1.99499px 0px, rgb(29, 113, 33) -0.832294px 1.81859px 0px, rgb(29, 113, 33) -1.60229px 1.19694px 0px, rgb(29, 113, 33) -1.97998px 0.28224px 0px, rgb(29, 113, 33) -1.87291px -0.701566px 0px, rgb(29, 113, 33) -1.30729px -1.5136px 0px, rgb(29, 113, 33) -0.421592px -1.95506px 0px, rgb(29, 113, 33) 0.567324px -1.91785px 0px, rgb(29, 113, 33) 1.41734px -1.41108px 0px, rgb(29, 113, 33) 1.92034px -0.558831px 0px;
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #ffffff !important;
    text-shadow: rgb(29, 113, 33) 0px 0px 0px, rgb(29, 113, 33) 1.75517px 0.958851px 0px, rgb(29, 113, 33) 1.0806px 1.68294px 0px, rgb(29, 113, 33) 0.141474px 1.99499px 0px, rgb(29, 113, 33) -0.832294px 1.81859px 0px, rgb(29, 113, 33) -1.60229px 1.19694px 0px, rgb(29, 113, 33) -1.97998px 0.28224px 0px, rgb(29, 113, 33) -1.87291px -0.701566px 0px, rgb(29, 113, 33) -1.30729px -1.5136px 0px, rgb(29, 113, 33) -0.421592px -1.95506px 0px, rgb(29, 113, 33) 0.567324px -1.91785px 0px, rgb(29, 113, 33) 1.41734px -1.41108px 0px, rgb(29, 113, 33) 1.92034px -0.558831px 0px;
}

::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #ffffff !important;
    text-shadow: rgb(29, 113, 33) 0px 0px 0px, rgb(29, 113, 33) 1.75517px 0.958851px 0px, rgb(29, 113, 33) 1.0806px 1.68294px 0px, rgb(29, 113, 33) 0.141474px 1.99499px 0px, rgb(29, 113, 33) -0.832294px 1.81859px 0px, rgb(29, 113, 33) -1.60229px 1.19694px 0px, rgb(29, 113, 33) -1.97998px 0.28224px 0px, rgb(29, 113, 33) -1.87291px -0.701566px 0px, rgb(29, 113, 33) -1.30729px -1.5136px 0px, rgb(29, 113, 33) -0.421592px -1.95506px 0px, rgb(29, 113, 33) 0.567324px -1.91785px 0px, rgb(29, 113, 33) 1.41734px -1.41108px 0px, rgb(29, 113, 33) 1.92034px -0.558831px 0px;
}

.form-control {
    background-color: #000000 !important;
    border-color: #215423 !important;
    color: #ffffff !important;
    font-size: 32px !important;
}

.label-custom {
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #45d140;
    -webkit-text-fill-color: #ffffff;
    font-size: 40px;
    font-weight: bold;
}

/* -------------------- End custom input -------------------- */

/* -------------------- Animation -------------------- */

.animation img {
    -webkit-animation: mover 0.3s infinite alternate;
    animation: mover 0.3s infinite alternate;
}

.animation img {
    -webkit-animation: mover 0.3s infinite alternate;
    animation: mover 0.3s infinite alternate;
}

@-webkit-keyframes mover {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-30px);
    }
}

@keyframes mover {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-30px);
    }
}

/* -------------------- End animation -------------------- */

/* -------------------- Custom card -------------------- */

.card-custom {
    box-shadow: 0 0px 20px 0 rgb(163, 227, 139, 50%);
    transition: 0.3s;
    border: 3px solid #397D20 !important;
    background: rgb(0, 0, 0, 80%) !important;
    border-radius: 1rem !important;
    width: 100%;
}

.card-custom-2 {
    box-shadow: 0 0px 20px 0 rgb(163, 227, 139, 50%);
    transition: 0.3s;
    border: 3px solid #397D20 !important;
    background: rgb(0, 0, 0, 95%) !important;
    border-radius: 1rem !important;
    width: 100%;
}

.card-custom .card-body {
    padding: 70px !important;
}

/* -------------------- End custom card -------------------- */

/* -------------------- Custom button -------------------- */

.btn {
    text-shadow: rgb(29, 113, 33) 1px 0px 0px, rgb(29, 113, 33) 1.75517px 0.958851px 0px, rgb(29, 113, 33) 1.0806px 1.68294px 0px, rgb(29, 113, 33) 0.141474px 1.99499px 0px, rgb(29, 113, 33) -0.832294px 1.81859px 0px, rgb(29, 113, 33) -1.60229px 1.19694px 0px, rgb(29, 113, 33) -1.97998px 0.28224px 0px, rgb(29, 113, 33) -1.87291px -0.701566px 0px, rgb(29, 113, 33) -1.30729px -1.5136px 0px, rgb(29, 113, 33) -0.421592px -1.95506px 0px, rgb(29, 113, 33) 0.567324px -1.91785px 0px, rgb(29, 113, 33) 1.41734px -1.41108px 0px, rgb(29, 113, 33) 1.92034px -0.558831px 0px;
    padding: 10px 25px !important;
    font-size: 22px !important;
    border-radius: 1rem !important;
}

.btn-success {
    background: rgb(199, 241, 100);
    background: linear-gradient(180deg, rgba(199, 241, 100, 1) 0%, rgba(77, 234, 96, 1) 100%);
}

/* -------------------- End custom button -------------------- */

.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, 0.2);
}

.circle-big {
    width: 210px;
    height: 210px;
    border: 4px dotted rgb(133, 224, 242);
    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;
}

/*==============ANIMATIONS=================*/

/*==============ROTATE=====================*/

@-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);
    }
}

/*==============ROTATE-REV=================*/

@-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);
    }
}

/*==============PULSE======================*/

@-moz-keyframes pulse {
    0% {
        -moz-transform: scale(0.1);
        opacity: 0.2;
    }
    50% {
        -moz-transform: scale(1);
        opacity: 0.8;
    }
    100% {
        -moz-transform: scale(0.1);
        opacity: 0.2;
    }
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(0.1);
        opacity: 0.2;
    }
    50% {
        -webkit-transform: scale(1);
        opacity: 0.8;
    }
    100% {
        -webkit-transform: scale(0.1);
        opacity: 0.2;
    }
}

@keyframes pulse {
    0% {
        transform: scale(0.1);
        opacity: 0.2;
    }
    50% {
        transform: scale(1);
        opacity: 0.8;
    }
    100% {
        transform: scale(0.1);
        opacity: 0.2;
    }
}

.c-progress {
    position: absolute;
    height: 160px;
    width: 160px;
    cursor: pointer;
    top: 50%;
    left: 50%;
    margin: -75px 0 0 -80px;
    background-color: #000000;
    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: 0px;
    transition: stroke-dasharray 0.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: bold;
    font-size: 40px;
    border-top: 0px !important;
}

.progress-wrapper .card .card-body {
    padding: 10px;
}

.progress-wrapper .card .card-footer {
    border-top: 0px !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: bold;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-decoration: none;
    box-shadow: 0 20px 50px rgba(0, 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, 0.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;
    /* add delay to have continuity on effect*/
    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;
    /* add delay to have continuity on effect*/
    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 #000000;
}

.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;
}