body, html {
    height: 100%;
    margin: 0;
  }
  body {
    /*background: url('5698486549_e343b681a7_b.jpg') no-repeat center center fixed;*/
    background-color: #c1c1c1;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
  }
  .bg{
    animation: shrink 4s alternate;
    background-size: 100% 100%;
    height: 100vh; 
    background-position: center;
    background-repeat: no-repeat;
    /* background-size: cover; */
    /* position:relative; */
    z-index: 2;

      }
  @keyframes shrink {
    0% {
      background-size: 140% 140%;
      height: 100vh;
    }
    100% {
      background-size: 100% 100%;
      
    }
  }
  .bg1{
    height: 100vh; 
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position:relative;
    z-index: 2;
    margin: 30px;
    }
    


  .bet_time {
      
      background-color: #2222228c;
      /* width: 50%;
      height: 25%; */
      z-index: 40;
      padding-left: 0%;
      margin-left: auto;
      /*padding-top: 0%;*/
      margin-top: inherit;
  }


  .padd-content-header{
      font-size: 14px;
      padding: 10%;
      color: white;
      padding-bottom: 0%;
  }
  .padd-content{
      font-size: 12px;
      padding: 10%;
      color: white;
      padding-top: 2%;
  }
  .row{
      margin-right: 0px !important;
      margin-left: 0px !important;
  }

  .bck:hover{
      color: gray;
  }
  .bck{
    text-decoration: none !important;
    font-size: 2rem !important;
  }


    


  /* .concept-txt{
      font-size: 16px;
      margin-top: 20%;
      margin-right: 25%;
      word-break: break-word;
  } */
  .nxtPage:hover{
      color: gray;
  }
  /* @media (min-width: 360px)  {
    .nxtPage{
        font-size: 75px;
    }
    .concept {
      transform: rotate(-90deg);
      transform-origin: top left;
      color: #fff;
      font-size: 75px;
      margin-top: 285%;
    }
    .bet_time {
        width: 50%;
      height: 20%;
    }
  } */

  @media   (min-width: 768px) {
    .concept {
      transform: rotate(-90deg);
      transform-origin: top left;
      color: #fff;
      margin-left: 5rem;
      font-size: 75px;
      margin-top: 140%;
    }
    .concept-txt{
      font-size: 22px;
   
    
      word-break: break-word;
  }
  .bet_time {
    width: 50%;
  height: 16%;
}
  .nxtPage{
    font-size: 40px;
}
  }

  @media screen and  (min-width: 1440px) {
    .concept {
      transform: rotate(-90deg);
      transform-origin: top left;
      color: #fff;
      margin-left: 8rem;
      font-size: 105px;
      margin-top: 120%;
    }
    .concept-txt {
      font-size: 35px;
      word-break: break-word;
  }

  }
  @media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:landscape) {
    .bet_time {
      width: 50%;
    height: 12%;
  }

  /*sidebar anchor for ipad portrait*/
  @media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:portrait) {
    .bet_time {
      width: 50%;
    height: 12% !important;
  }
  }

  }
  @media screen and  (min-width: 1024px) {
    .concept {
      transform: rotate(-90deg);
      transform-origin: top left;
      color: #fff;
      margin-left: 5rem;
      font-size: 90px;
      margin-top: 110%;
    }
    .bet_time {
      width: 50%;
    height: 22%;
  }
  .concept-txt {
    font-size: 32px;
    word-break: break-word;
}
.nxtPage{
  font-size: 40px;
}

  }
  @media (max-width: 375px){
    .concept {
      transform: rotate(-90deg);
      transform-origin: top left;
      margin-left: 1rem !important;
      color: #fff !important;
      font-size: 50px !important;
      margin-top: 287% !important;
  }
  .concept-txt{
    font-size: 12px;
    /* margin-top: 25%; */
    margin-right: 25%;
    word-break: break-word;
}
.nxtPage{
  font-size: 36px;
}
  }
  @media  (max-width: 450px) {
    .nxtPage{
        font-size: 40px;
    }
    .bet_time {
          width: 50%;
          height: 15%;
          bottom: 55%;
      }
      #bet_time_mobile{
          display: block !important;
          color: white;
          font-size: 12px;
      }
      #bet_time_normal{
          display: none !important;
      }
      .concept{
        transform: rotate(-90deg);
        transform-origin: top left;
        margin-left: 1rem !important;
        color: #fff !important;
        font-size: 50px !important;
        margin-top: 250% !important;
      }
      .concept-txt{
          font-size: 12px;
        
          
          word-break: break-word;
      }
      .bg1{
          margin: 10px !important;
      }
  }