@import url('https://fonts.googleapis.com/css?family=Raleway:400,500,600,700');

@font-face {
    font-family: 'Oswald';
    src: url('Oswald-VariableFont_wght.woff2') format('woff2'),
    url('Oswald-VariableFont_wght.woff') format('woff'),
    url('Oswald-VariableFont_wght.otf') format('otf'),
    url('Oswald-VariableFont_wght.ttf') format('ttf');
    font-weight: normal;
    font-style: normal;
}

html,
body{
    font-family: 'Oswald', sans-serif;
}

.fas {
  color: #fff;
}

a {
  color: #fff;
}

a:hover {
  color: #fff;
  text-decoration: underline;
}

p{
    margin: 0;
}

h2{
    font-family: 'Oswald';
    font-weight: 500;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 1.5rem !important;
}

img {
  width: 300px;
  margin-top: 10px;
}

.vm-main-page-con h2{
    color: #fff;
}

#input_container { 
    position:relative;
    padding:0;
    margin:0;
}
#input { 
    height:20px;
    margin:0;
    padding-left:30px;
}
#input_img {
  position: absolute;
  bottom: 19px;
  left: 14px;
  width: 36px;
  height: auto;
}

button {
  background: none;
  border: none;
  color: #fff;
  font-size: 35px;
}

button:focus {
  background: none;
  border: none;
  color: #fff;
  font-size: 35px;
}

button:focus-visable {
  background: none;
  border: none;
  color: #fff;
  font-size: 35px;
}

button:active {
  background: none;
  border: none;
  color: #fff;
  font-size: 35px;
}

p.vm-item-counter,
p.vm-item-text{
    text-align: center;
    font-family: 'Oswald';
    line-height: 21px;
    font-weight: 700;
    color: #ffffff;
}

p.vm-item-counter{
    font-size: 30px;
    letter-spacing: 2px;
    font-weight: 200;
}

p.vm-item-text{
    color: #ffffff;
    font-size: 21px;
    font-weight: 100;
    letter-spacing: 2px;
    margin-top: 6px;
}


/*navigation*/
.vm-navigation{
    width: 100%;
}

/*video {
    width: 100% !important;
    height: auto !important;
}

.main_video{
    height: 100vh;
    max-width: 600px;
    margin: 0 auto;
    padding: 1rem;
}
*/


.vm-navigation img{
    /*width: 140px;*/
}

.vm-timer{
    text-align: center;
    width: 118px !important;
    height: 118px;
    display: table;
    background: url(../img/non-clock.png) no-repeat center center;
    background-size: 100% auto;
}

.vm-timer .vm-timer-text{
    display: table-cell;
    font-size: 46px !important;
    vertical-align: middle;
    font-family: 'Oswald';
    font-weight: 700;
    color: #78a22f;
}

.vm-main-page-con {
    background-image: url("../background-desktop.png");
    height: 100vh;
    display: table;
    width: 100%;
    text-align: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.start_game_bg {
    background-image: url("../Soap_Bubble.png");
    height: 407px;
    display: block;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.start_game{
    position: relative;
  top: 32%;
  font-size: 60px;
  line-height: 62px !important;
}

.info_game_bg {
    background-image: url("../bubble_pop.png");
    height: 407px;
    display: block;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.info_game{
  position: relative;
  top: 24%;
  font-size: 34px;
  line-height: 52px !important;
}

.vm-main-page-con-inner{
    display: table-cell;
    width: 100%;
    text-align: center;
    vertical-align: middle;
}

.vm-main-page-white-con{
    background: rgba(237, 32, 36, 0.8);
    padding: 20px;
    border-radius: 60px;
    margin-top: 0px !important;
}

.vm-app-view-con .vm-main-page-white-con{
    background-color: transparent;
    margin-top: 0px !important;
}

.vm-app-view-con p{
    color: #000000 !important;
    font-size: 26px;
}

h2.vm-app-view-h2 {
    color: #FFF !important;
    font-size: 46px !important;
    margin-bottom: 30px;
    margin-top: 30px;
}

.vm-fail-page p,
.vm-win-page p{
    font-size: 20px !important;
}

.vm-win-page span{
    color: #78a22f;
}

.form-control:focus {
  color: #495057;
  background-color: transparent;
  border-color: #000;
  outline: 0;
  box-shadow: none;
}

.form-control {
  font-size: 25px !important;
  color: #fff !important;
  font-family: 'Oswald';
  font-weight: 500;
  text-transform: none;
  border: 1px solid #fff;
  border-radius: 0px;
  margin-bottom: 8px !important;
  background-color: transparent;
}

::placeholder {
  color: #fff !important;
  opacity: 1; /* Firefox */
}

::-ms-input-placeholder { /* Edge 12 -18 */
  color: #fff !important;
}

input[type="radio"], input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
  height: 30px !important;
  width: 30px !important;
  border: none; !important;
  outline: none !important;
}

input[type="checkbox"]:checked{
    background-color: #9D1A20;
}

label {
  display: contents;
  margin-bottom: 0.5rem;
  font-family: 'Oswald';
  font-size: 23px;
  color: #fff;
  height: 28px;
  position: absolute;
  padding-left: 10px;
}

span {
  display: inline-block;
  margin-bottom: 0.5rem;
  font-family: 'Oswald';
  font-size: 23px;
  color: #fff;
  height: 28px;
  padding-left: 10px;
}

button.btn,
a.btn{
    font-family: 'Oswald';
    text-transform: uppercase;
    color: #ffffff !important;
    width: 100%;
    /*height: 50px;*/
    background-size: 100% auto;
    background-color: #000000;
    border-radius: 30px;
    letter-spacing: 3px;
    font-size: 30px;
    font-weight: 100 !important;
}

button.btn:hover,
a.btn:hover{
    background-color: #000000;
}


.vm-main-page-con h2{
    line-height: 34px;
    letter-spacing: 0px;
}

.vm-main-page-con p{
    margin-bottom: 10px;
}

label{
    text-transform: uppercase;
    margin: 0;
}

.alert.text-left.alert-danger.alert-dismissible.fade.show p {
    font-size: 12px;
}


.vm-navigation{
    background-color: #FFF;
}



/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {

    /*#x1{*/
        /*top: 80px;*/
    /*}*/

    .vm-navigation img{
        position: absolute;
        z-index: 1;
        /*width: 180px;*/
        top: -20px;
    }

    .vm-navigation{
        display: table;
        /*position: relative;*/
        position: fixed;

        width: 100%;
        z-index: 99;
    }

    .vm-navigation-inner{
        display: table-cell;
        width: 100%;
        vertical-align: middle;
    }

    .vm-timer{
        position: absolute;
        right: 0;
        z-index: 1;
    }
    .vm-navigation{
        height: 80px;
    }

    .vm-main-page-white-con {
        width: 60%;
        margin: auto;
    }

    /*forms*/
    .vm-forms form{
        width: 60%;
    }



}

@media (max-width: 991px) {
    .vm-navigation{
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .vm-navigation img{
        padding-bottom: 10px;
    }

    .vm-navigation .vm-item-counter{
        padding-top: 10px;
    }

    .vm-navigation,
    .col-md-6.text-right{
        text-align: center !important;
    }

    .vm-timer{
        margin: auto !important;
    }

    .vm-main-page-white-con{
        margin-bottom: 50px !important;
    }

    #input_img {
  position: absolute;
  bottom: 27px;
  left: 14px;
  width: 36px;
  height: auto;
}

.form-control {
  font-size: 25px !important;
  color: #fff !important;
  font-family: 'Oswald';
  font-weight: 500;
  text-transform: none;
  border: 1px solid #fff;
  border-radius: 0px;
  margin-bottom: 8px !important;
  background-color: transparent;
}

    video {
    width: 100%;
    height: 65%;
}

}

/*.vm-divider {*/
    /*height: 60px;*/
    /*background: url(../img/divider.png) no-repeat center center*/
/*}*/

.vm-divider {
    height: 70px;
}

@media (max-width: 475px){
    .vm-con-x .icon{
        width: 30px !important;
    }

    .vm-divider {
        background: url(../img/divider.png);
        height: 25px;
        background-repeat: round;
    }

    .vm-divider img{
        display: none !important;
    }


    .vm-main-page-con h2 {
        line-height: 50px !important;
    }


}







/*--------------------------------------------------games css -------------------------------------------------*/

.vm-con-x{
    position: relative;
    width: 100%;
}

.vm-con-x .icon {
    position: absolute;
    z-index: 2;
}

table.table tbody td {
    padding-top: 0px;
    padding-bottom: 0px;
    border: none;
}
.table thead th{
    color: #ffffff;
    border: none;
}

table{
    color: #ffffff !important;
}





