* { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
body { padding: 0; margin: 0; font-family: "Arial", sans-serif; font-size: 12px; color: #000; background: url('img/bg.jpg') center top no-repeat; background-color: #000813;}
table { border-collapse: collapse; width: 100%; }
input:focus, select:focus { outline: 0; }
#main { width: 925px; margin: 0 auto; }

.header { height: 340px; position: relative; }
.header .logo { position: absolute; bottom: 80px; left: 50%; -webkit-transform: translate(-50%,0); -moz-transform: translate(-50%,0); -ms-transform: translate(-50%,0); -o-transform: translate(-50%,0); transform: translate(-50%,0); }

.content { height: 570px; position: relative; }
.welcomeBox { width: 473px; height: 445px; position: absolute; top: 43px; left: 23px; }
.welcomeText { width: 473px; height: 168px; color: #543640; padding: 10px; line-height: 19px; }
.welcomeText p { margin: 0; text-align: center; margin-bottom: 10px; }
.videonbtns { width: 473px; height: 337px; position: relative; }
.video { width: 409px !important; height: 278px !important; left: 25px; position: relative; top: 52px; border-radius: 26px; overflow: hidden; }
.video iframe { width: 409px !important; height: 278px !important; position: absolute; top: 0; left: 0; }

.buttons { margin: 0 auto; position: absolute; bottom: 12px; left: 10px; }
.buttons ul, .buttons li { padding: 0; margin: 0; list-style: none; }
.buttons li { width: 209px; height: 79px; float: left; }
.buttons li a, .submit input[type="submit"] { overflow: hidden; display: block; -webkit-transition: all .25s ease-in-out; -moz-transition: all .25s ease-in-out; -ms-transition: all .25s ease-in-out; -o-transition: all .25s ease-in-out; transition: all .25s ease-in-out; } 
.buttons li a img { position: relative; }
.buttons li:last-child a img { left: -229px; }
.buttons li:last-child { margin-left: 15px; }
.buttons li a:hover { margin-top: 3px; }
.submit input[type="submit"]:hover { position: relative; top: 3px; }


.registrationBox { width: 341px; height: 505px; position: absolute; top: 0; right: 36px; }
.registrationBox a.logo { position: absolute; top: -250px; left: calc(50% - 141px); }
.registrationForm { width: 323px; height: 500px; position: absolute; top: 0; left: 0; padding: 0; }
.registrationForm table { border-collapse: separate; border-spacing: 0 7px; }
.registrationForm table tr th { color: #000000; font-family: "Trajan Pro" ,sans-serif; font-size: 15px; text-align: left; vertical-align: middle; white-space: nowrap; letter-spacing: -0.5px; }
.registrationForm table tr td input { height: 31px; background: #ffffff; border: 1px solid #704f3c; border-radius: 3px; padding: 0 8px; vertical-align: middle; color: #3132322; }
.registrationForm table tr td input[type="text"], .registrationForm table tr td input[type="password"] { width: 100%; }
.registrationForm table tr th.small { font-size: 10px; }
.gender label { position: relative; top: 3px; color: #000; }
.registrationForm table tr td select { width: 32.8%; float: left; padding: 5px; background: #ffffff; border: 1px solid #704f3c; color: #000; }
.submit input[type="submit"] { width: 255px; height: 98px; background: url('img/register.png') center left no-repeat; overflow: hidden; border: 0; position: relative; top: 0; }
.text-center { text-align: center; }
table tr td.agree { text-align: center; }
table tr td.tos { padding-bottom: 10px; text-align: center; }
.g-recaptcha { width: 303px; margin: 10px auto; }

.submit { position: absolute; left: calc( 50% - 122px); bottom: -70px; cursor: pointer; }
.submit input { cursor: pointer; }
.blue { color: #1e7af0; }

.footer { background: #000813; height: 120px; text-align: center; color: #FFF; padding-top: 25px; margin-top: 50px; }
.copyright { width: 75%; float: left; }
.developers { width: 25%; float: left; }
.container { width: 925px; margin: 0 auto; }
.footer-navigation { padding: 10px 0; }
.footer-navigation ul, .footer-navigation li { padding: 0; margin: 0; }
.footer-navigation li { display: inline; }
.footer-navigation li a { color: #0adfff; text-decoration: none; -webkit-transition: all .25s ease-in-out; -moz-transition: all .25s ease-in-out; -ms-transition: all .25s ease-in-out; -o-transition: all .25s ease-in-out; transition: all .25s ease-in-out; padding: 0 12px; }
.footer-navigation li a:hover { color: #FFF; }

.message li,.message ul{padding:0;margin:0;list-style:none}.message li{padding:3px 0}.message{position:fixed;top:10px;right:10px;background:#FFF;border-radius:5px;padding:10px 15px;font-size:11px;color:#FFF;z-index:1000;width:220px}.message.error{background:#92201a;border: 1px solid #bf5448;}.message.success{background:#acf82f}

.milestone-banner-container {
    width: 90%;
    margin: 50px auto;
    text-align: center;
    position: relative;
    background: linear-gradient(to right, #fdf6e3, #f0f8ff);
    padding: 30px 60px;
    border-radius: 15px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.2);
}

.milestone-banner-container h2 {
    font-size: 24px;
    margin-bottom: 5px;
    color: #1e7af0;
    text-shadow: 1px 1px 2px #aaa;
}

.milestone-banner-container p {
    margin-bottom: 25px;
    font-size: 16px;
    color: #333;
}

.milestone-banner {
    position: relative;
    height: 100px;
    width: 100%;
}

.progress-background {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 10px;
    background: #ddd;
    border-radius: 5px;
    transform: translateY(-50%);
    z-index: 1;
}

.progress-line {
    position: absolute;
    top: 50%;
    left: 0;
    height: 10px;
    background: linear-gradient(90deg, #1e7af0, #00d4ff);
    border-radius: 5px;
    transform: translateY(-50%);
    z-index: 2;
    transition: width 2s ease-in-out;
    width: 0%; /* Set to 0 initially */
}

.milestone-stop {
    position: absolute;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 3;
    text-align: center;
    cursor: pointer;
}

.milestone-stop .flag {
    position: relative;
    display: inline-block;
    animation: pop 0.5s ease;
}

.milestone-stop .flag img {
    width: 75px;
    height: 50px;
    display: block;
    margin: 0 auto;
}

.milestone-stop .flag .label {
    position: absolute;
    top: -28px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 14px;
    font-weight: bold;
    color: #000;
    text-shadow: 1px 1px 2px #fff;
}

.milestone-stop .reward {
    margin-top: 5px;
    font-size: 12px;
    color: #555;
    text-shadow: 1px 1px 2px #eee;
}

.milestone-stop.achieved .flag img {
    filter: drop-shadow(0 0 8px #1e7af0);
    transform: scale(1.2);
}

.milestone-stop.achieved .flag .label {
    color: #1e7af0;
}

.milestone-stop.locked .flag img {
    opacity: 0.5;
}

.milestone-stop.locked .flag .label {
    color: #aaa;
}

.milestone-stop.locked .reward {
    color: #bbb;
}

@keyframes pop {
    0% { transform: scale(0); }
    100% { transform: scale(1); }
}

@media (max-width: 800px) {
    .milestone-banner-container {
        width: 95%;
        padding: 20px 10px;
    }
    .milestone-stop .flag .label {
        font-size: 12px;
    }
    .milestone-stop .reward {
        font-size: 10px;
    }
    .progress-background, .progress-line {
        height: 6px;
    }
    .milestone-stop .flag img {
        width: 20px;
        height: 35px;
    }
}

/* Responsive */
@media (max-width: 800px) {
    .milestone-banner-container {
        width: 95%;
    }
    .milestone-stop .flag .label {
        font-size: 10px;
    }
    .milestone-stop .reward {
        font-size: 9px;
    }
    .progress-background, .progress-line {
        height: 4px;
    }
}


@media(max-width:1100px){
	#wrapper,body,html{width:1100px}
}
