@font-face {
    font-family: oswaldRegular;
    src: url(font/Oswald-Regular.ttf);
}
.hide{
   display: none;
}
.show{
    display: block;
}
* {
    margin: 0;
    padding: 0;
    border: 0;
}
html,
body{ 
    width:100%;
    height: 100vh;
    margin: 0;
}
.main-container {
    background-image: url('images/BG_FirstPage.jpg');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: bottom center;
    background-position: 0px 0px 0px 0px;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}
.newBg {
  background-image: url('images/BG_SecondPage.jpg');
}
.firstPage-container {
    width: 120vh;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    height: 100%;
}
.logo {
    position: absolute;
    width: 30vh;
    left: 2%;
    z-index: 1;
    cursor: pointer;
}
.soundDiv img {
    position: absolute;
    right: 11%;
    width: 12vh;
    top: 2%;
    cursor: pointer;
}
.infodiv img {
    position: absolute;
    right: 3%;
    width: 12vh;
    top: 2%;
    cursor: pointer;
}
.firstPage-container .popup1 {
    background-image: url(images/PopUp1.png);
    background-repeat: no-repeat;
    width: 70vh;
    height: 45vh;
    background-size: 100%;
    position: absolute;
    bottom: 35%;
}
/*.startPopupBg {
    margin: auto;
    display: block;
    width: 275px;
    max-width: 300px;
    position: absolute;
    left: 23px;
}*/
.firstPage-container .popup1Btn {
    display: block;
    width: 18vh;
    cursor: pointer;
    position: absolute;
    bottom: 27%;
    left: 30%;
}
.firstPage-container .logoPopup {
    position: absolute;
    width: 60%;
    left: 14%;
    bottom: 73%;
}
.firstPage-container .lotty {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 70vh;
}
.firstPage-container .popup1 p {
    font-family: oswaldRegular;
    text-align: center;
    width: 70%;
    position: absolute;
    top: 29%;
    left: 8%;
    font-size: 2.4vh;
}
.casinoSign {
    position: absolute;
    width: 4vw;
    right: 90%;
    margin: auto;
    bottom: 62%;
}
.smoke {
    position: absolute;
    width: 2%;
    margin: auto;
    bottom: 77%;
    right: 2%;
}
.tree1 {
    background-image: url(images/Lamb1/Trees.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    width: 15%;
    height: 21vh;
    margin: auto;
    bottom: 23%;
    right: 7%;
    z-index: 1;
}
.brokenTree1 {
    background-image: url(images/Lamb1/BrokenTrees.png);
}
.lambert {
    position: absolute;
    right: 11%;
    bottom: 29%;
    width: 10.5%;
    height: 15%;
}
.tree2 {
    background-image: url(images/Lamb2/Tree.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    width: 14%;
    height: 23vh;
    margin: auto;
    bottom: 32.4%;
    right: 34%;
    z-index: 1;
}
.brokenTree2 {
    background-image: url(images/Lamb2/BrokenTree.png);
}
.wooly {
    position: absolute;
    right: 38.7%;
    bottom: 38.4%;
    width: 3.2%;
    height: 12%;
}
.tree3 {
    background-image: url(images/Lamb3/Object.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    width: 14%;
    height: 15vh;
    margin: auto;
    bottom: 17%;
    left: 34.4%;
    z-index: 1;
}
.brokenTree3 {
    background-image: url(images/Lamb3/BrokenObject.png);
}
.snowy {
    position: absolute;
    left: 34.5%;
    bottom: 20%;
    width: 9%;
    height: 13%;
}
.tree4 {
    background-image: url(images/Lamb4/Object.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    width: 14.7%;
    height: 18vh;
    margin: auto;
    bottom: 17%;
    left: 1.4%;
    z-index: 1;
}
.brokenTree4 {
    background-image: url(images/Lamb4/BrokenObject.png);
}
.anne {
    position: absolute;
    width: 4%;
    height: 14%;
    margin: auto;
    bottom: 21%;
    left: 9.4%;
}
.bonus-container {
    position: fixed;
    z-index: 1;
    padding-top: 10%;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background: rgba(0,0,0,0.5);
}
.bonusPopup {
    background-image: url(images/PopUp2.png);
    background-repeat: no-repeat;
    width: 70vh;
    height: 45vh;
    left: 0;
    background-size: 100%;
    position: absolute;
    bottom: 40%;
    right: 0;
    margin: auto;
}
.bonus-container .lambLogo {
    position: absolute;
    right: -12%;
    top: -12%;
    width: 27vh;
}
.titleImg {
    position: absolute;
 /*   top: 12%;
    left: 11%;
    width: 27vh;*/
    top: 14%;
    left: 28%;
    width: 28vh;
}
.bonusPopup p {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 49vh;
    top: 36%;
    font-size: 4.6vh;
    font-family: oswaldRegular;
    text-align: center;
}
.bonusPopup span {
    background-color: #e00006;
    color: white;
    padding: 2% 2% 0 2%;
}
.redeem {
    position: absolute;
    top: 87%;
    width: 27vh;
    left: 19%;
}
.tryAgain {
    position: absolute;
    top: 86%;
    width: 10vh;
    left: 61%;
    cursor: pointer;
}
.portrait {
    display: none;
}

@media (min-width: 320px) and (orientation: portrait) {
   
  .portrait {
      display: block;
      background: black;
      width: 100%;
      height: 100%;
      position: fixed;
      left: 0;
      top: 0;
      z-index: 999;
  }
  .portrait img {
      width: 300px;
      height: 300px;
      left: 0;
      right: 0;
      margin: auto;
      top: 45%;
      bottom: 45%;
      position: absolute;
  }
  .main-container{
      display: none;
  }
}

@media (min-height: 400px){
  
}

@media (min-height: 580px){
  
}
@media (min-height: 830px){
  
}

@media (min-height: 1000px){
 
}

@media (min-width: 576px){
    
}
@media (min-width: 768px){ 
   
}
@media (min-width: 992px){
   .logo {
    position: absolute;
    width: 20vh;
    left: 4%;
}
.soundDiv img {
    position: absolute;
    right: 8%;
    width: 7vh;
}
.infodiv img {
    width: 7vh;
}
@media (min-width: 1200px){ 
   
}
