
body {
    margin: 0;
    width: 100vw;
    height: 100vh;
    display: flex;
    /* justify-content: center; */
    align-items: center;
    /* background-image:url(../images/ALllaaa.png); */
    background-size: cover;
    background-position: center;
    overflow:hidden;
  flex-direction: column;
  pointer-events: fill;
			overflow: scroll;
			-webkit-overflow-scrolling: touch;
			
/* flex-wrap: wrap; */
}
::-webkit-scrollbar {
	display: none;
	
}




.content{
  width: 100vw;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.headercont{
  width: 80vw;
  height: 50%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.btncontainer{
  width: 60vw;
  height: 50%;
 
  display: flex;
  justify-content: center;
  align-items: center;
}



#bb {
	position: fixed;
	display: block;
	width: 100vw;
	height: 100vh;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 2;
	pointer-events: none;
	}


	
  .bbcointainer{
    width: 100%;
    height: 100%;
    color: white;
    justify-content: center;
    display: flex;
    align-items:center;
    flex-direction: row;
    
    
  }
  
  .bbiner{
    width: 100%;
    height: 98%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
font-size: 0.7vw;
  }
  

  
#soundpp {
	position: fixed;
	display: block;
	width: 100vw;
	height: 100vh;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 2;
	pointer-events: none;
	}

	#speaker{
		pointer-events: fill;
	}
	
  .soundcointainer{
    width: 100%;
    height: 100%;
    color: white;
    justify-content: center;
    display: flex;
    align-items:center;
    flex-direction: row;
    
    
  }
  
  .soundiner{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
  }
  

  /*-----------------new ----------------------------------------*/

  #loaders {
                      
           
    width: 100vw;
    height: 100vh;
    background-color:white;
    display: flex;
    justify-content: center;
    align-items: center
}
     
.center {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

/*--------------------------common css----------------------*/

#load {
  position: fixed;
  display: none;
  width: 100vw;
  height: 100vh;
  /* margin: 5vh; */
  /* border-radius: 20px;
  border-radius: 20px; */
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #191e21;
  z-index: 2;
  cursor: pointer;
  }
  
.loadoverlaytxt{
      width: 100%;
      height: 100%;
      color: white;
      justify-content: center;
      display: flex;
      align-items:center;
      flex-direction: column;
      font-size: 72px;
      text-shadow: 2px 2px 2px black;
  }
    .landscape{
      width: 100vw;
        height: 100vh;
        background-image:url(../images/ALllaaa.png);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
       ;
  }
  
  @media only screen and (max-device-width: 600px) and (orientation: portrait)  {
      .landscape{
          display: none;
      }
  }
  
  .portrait{
      display: none;
  }
  
  
  @media only screen and (max-device-width: 600px) and (orientation: portrait)  {
      .portrait{
      width: 105vw;
        height: 110vh;
      display: flex;
      justify-content: center;
      align-items: center;
      background-color: white;
      margin: -5vw;
      }
  }
  

  
::-webkit-scrollbar {
  display: none;

}


.content {
  /* background: url('../images/bgvillage2.jpg') center no-repeat; */
  background-size: 100%;
  width: 100%;
}



.no-js #loader { display: none;  }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }
.se-pre-con {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url(../images/loader-64x/Preloader_2.gif) center no-repeat #fff;
}


.footer-container{
width: 100%;
height: 100vh;
pointer-events: none;
z-index: 100;
position: fixed;
}

.footer{
width: 100%;
height: 100%;
display: flex;
flex-direction: row;
}

.left{
height: 100%;
width: 50%;
display: flex;
justify-content: flex-start;
align-items: flex-end;
}

.right{
height: 100%;
width: 50%;
display: flex;
justify-content: flex-end;
align-items: flex-end;
}
