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

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

html,
body{
    font-family: "Branding";
    background-image: url("../img/Background.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    background-attachment: fixed;
}

.vm-forms{
        background-color: rgba(0, 0, 0, 0.7);
        padding: 50px 50px 26px 50px;
        border-radius: 64px;
    }

a {
  color: #fff;
}

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

p{
    margin: 0;
}

h2{
    font-family: "Branding";
    font-weight: 500;
}

select {
    background: url("data:image/svg+xml,<svg height='10px' width='10px' viewBox='0 0 16 16' fill='%23000000' xmlns='http://www.w3.org/2000/svg'><path d='M7.247 11.14 2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z'/></svg>") no-repeat;
    background-position-x: 0%;
    background-position-y: 0%;
  background-position: calc(100% - 0.75rem) center !important;
  appearance: none !important;
  padding-right: 0rem !important;
}

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

img {
  width: 60%;
  margin-top: 10px;
}

.vm-forms form{
     width: 90%;
}

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

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

.container {
    padding-right: 15px;
    padding-left: 15px;
}

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: "Branding";
    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;
}

.round {
  position: relative;
}

.round label {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 50%;
  cursor: pointer;
  height: 28px;
  left: 0;
  position: absolute;
  top: 0;
  width: 28px;
}

.round label:after {
  border: 2px solid #fff;
  border-top: none;
  border-right: none;
  content: "";
  height: 6px;
  left: 7px;
  opacity: 0;
  position: absolute;
  top: 8px;
  transform: rotate(-45deg);
  width: 12px;
}

.round input[type="checkbox"] {
  visibility: hidden;
}

.round input[type="checkbox"]:checked + label {
  background-color: #fff;
  border-color: #fff;
}

.round input[type="checkbox"]:checked + label:after {
  opacity: 1;
}


/*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: "Branding";
    font-weight: 700;
    color: #78a22f;
}

.vm-main-page-con {
/*    background-image: url("../img/BG-1-Mobile.jpeg");*/
    /*height: calc(100vh - 80px);*/
    height: 100vh;
    display: table;
    width: 100%;
    text-align: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
}

.vm-main-page-con2 {
/*    background-image: url("../img/BG-2-Mobile.jpeg");*/
    /*height: calc(100vh - 80px);*/
    height: 100vh;
    display: table;
    width: 100%;
    text-align: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
}

.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-con-inner2{
    display: table-cell;
    width: 100%;
    text-align: center;
}

.vm-main-page-white-con {
/*  background-image: url("../img/Background.png");*/
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 40px;
  margin-top: 0px !important;
}

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

.vm-main-page-white-conend {
  background-image: url("../img/Rectangle.png");
  padding: 20px;
  border-radius: 20px;
  margin-top: 0px !important;
}

.vm-app-view-con .vm-main-page-white-conend{
    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: #fff !important;
  border-color: #fff !important;
}

.row {
  margin-right: 0px !important;
  margin-left: 0px !important;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto {
  padding-right: 0px !important;
  padding-left: 0px !important;
}

.form-control {
  font-size: 17px !important;
  color: #fff !important;
  font-family: "Branding";
  font-weight: normal;
  text-transform: unset;
  border: 0px solid #FFF;
    border-top-color: rgb(255, 255, 255);
    border-right-color: rgb(255, 255, 255);
    border-bottom-color: rgb(255, 255, 255);
    border-left-color: rgb(255, 255, 255);
  border-radius: 0px !important;
  margin-bottom: 8px !important;
  background-color: gray !important;
  padding: 7px !important;
  opacity: 0.5;
}

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

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

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #fff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem #fff;
}

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

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

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

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

button.btn, a.btn {
  font-family: "Branding";
  text-transform: capitalize;
  color: #fff !important;
  width: 100%;
  height: 53px;
  background-size: 100% auto;
  background-color: rgb;
  border-radius: 30px;
  letter-spacing: 3px;
  font-size: 25px;
  font-weight: bold !important;
  background-color: #7eccea;
}

button.btn:hover,
a.btn:hover{
    background-color: rgba(255, 255, 255, .75);
}


.vm-main-page-con h2{
    line-height: 34px;
    letter-spacing: 0px;
    font-size: 40px !important;
}

.vm-main-page-con p{
    margin-bottom: 10px;
    font-size: 20px !important;
    color: #fff !important;
}

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;
    }

    .vm-main-page-white-conend {
        width: 80%;
        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: 0px !important;
    }

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

    .vm-main-page-white-con {
      padding-top: 160px !important;
    }

    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-main-page-white-con {
      padding-top: 0px !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;
    }


}

@media (min-width: 1000px){
    .vm-main-page-con {
/*        background-image: url("../img/BG-1-Desktop.png");*/
        /*height: calc(100vh - 80px);*/
        height: 100vh;
        display: table;
        width: 100%;
        text-align: center;
        background-repeat: no-repeat;
        background-size: cover;
        background-attachment: fixed;
        background-position: center center;
    }

    .vm-main-page-con2 {
/*        background-image: url("../img/BG-2-Desktop.png");*/
        /*height: calc(100vh - 80px);*/
        height: 100vh;
        display: table;
        width: 100%;
        text-align: center;
        background-repeat: no-repeat;
        background-size: cover;
        background-attachment: fixed;
        background-position: center center;
    }
}







/*--------------------------------------------------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;
}








