@font-face {
    font-family: 'BrandonGrotesque-Bold';
    src: url('../fonts/BrandonGrotesque-Bold.eot');
    src: url('../fonts/BrandonGrotesque-Bold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/BrandonGrotesque-Bold.svg#BrandonGrotesque-Bold') format('svg'),
         url('../fonts/BrandonGrotesque-Bold.ttf') format('truetype'),
         url('../fonts/BrandonGrotesque-Bold.woff') format('woff'),
         url('../fonts/BrandonGrotesque-Bold.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}
body {
  background: #EFECE8;
  font-family: "BrandonGrotesque-Bold";
  color: #DE1F26;
  height: 100%;
  text-align: center;
  font-size: 18px;
  margin:0;
  padding:0;
}
*{
  box-sizing: border-box;
}
html{
  -webkit-text-size-adjust: 100%;
}
html, body{
  touch-action: none;
  touch-action: pan-y;
}
.wrapper {
  width: 100%;
  margin: 0 auto;
  max-width:767px;
}
.wrappper:after {
  content: "";
  display: table;
  clear: both;
}

canvas {
  color: #DE1F26;
}

h1, h2, h3 {
  font-family: "BrandonGrotesque-Bold", sans-serif;
  font-weight: 100;
  margin: 5px 0;
}

h1 {
  font-size: 2.6em;
}

h2, #mylives {
  font-size:28px;
  margin-top:0;
  line-height:32px;
}

p {
  font-size:17px;
  padding:0 10px;
  margin:0 0 1px;
  line-height:26px;
}
#mylives{
  margin-top:60px;
  margin-bottom:24px;
  font-size:34px;
}

#alphabet {
  margin: 0 auto;
  padding: 0;
  max-width: 900px;
}
#alphabet:after {
  content: "";
  display: table;
  clear: both;
}

#alphabet li {
  display:inline-block;
  margin:0 3px 15px;
  list-style: none;
  width:30px;
  height:30px;
  line-height:29px;
  font-size:20px;
  background: #fff;
  color: #000;
  cursor: pointer;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -khtml-border-radius: 5px;
  border: solid 1px #fff;
  text-transform:uppercase;
  -webkit-user-select:none;
  -ms-user-select:none;
  user-select:none;
}
#alphabet li.active{
  background: #005D1E;
  color: #fff;
  border-color: #005D1E;
  opacity: 1;
}
#alphabet li.active.wrongletter{
  background:#DED9CD;
  color:#999;
  border-color: #DED9CD;
}

#my-word {
  margin: 0;
  display: block;
  padding: 0;
  display: block;
}

#my-word li {
  position: relative;
  list-style: none;
  margin: 0 3px 6px;
  padding: 0;
  font-size: 20px;
  width: 31px;
  height: 31px;
  background:url("../images/buttonbg.png") no-repeat;
  background-size: 100%;
  color: #000;
  text-transform: uppercase;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  -webkit-user-select:none;
  -ms-user-select:none;
  user-select:none;
}
#my-word li.filled{
  color:#E00409;
}
.largeword #my-word li{
  font-size: 18px;
  width: 27px;
  height: 27px;
}

.active {
  opacity: 0.4;
  filter: alpha(opacity=40);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: default;
}
.active:hover {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 0.4;
  filter: alpha(opacity=40);
}

button {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -khtml-border-radius: 5px;
  background: #c1d72e;
  color: #fff;
  border: solid 1px #fff;
  text-decoration: none;
  cursor: pointer;
  font-size: 1.2em;
  padding: 18px 10px;
  width: 180px;
  margin: 10px;
  outline: none;
}
button:hover {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background: #fff;
  border: solid 1px #fff;
  color: #c1d72e;
}

#aftercompelete, #mylives, #catagoryName, .completetext{
  display:none;
}
.completetext.show{
  display:block;
}
#buttons{
  width:100%;
  padding:15px 10px 5px;
  background:#E00409;
  border-radius:10px 10px 0 0;
  display:inline-block;
  margin-bottom:20px;
  min-height:140px;
}
#aftercompelete{
  padding:0 5px;
}
#aftercompelete p{
  font-size: 22px;
  margin-top: 20px;
}
#aftercompelete a{
  display:inline-block;
  width:100%;
  border:1px solid #DE1F26;
  border-radius:25px;
  background:#fff;
  text-decoration:none;
  height:45px;
  font-size:20px;
  line-height:43px;
  color:#DE1F26;
}
.coco-bottle{
  height: calc(100vh - 460px);
  margin-bottom:15px;
  display: flex;
  width: 100%;
  justify-content: center;
  margin-top: 0;
  position:relative;
  overflow:hidden;
}
.coco-bottle span.roundbg1, .coco-bottle span.roundbg2{
  position:absolute;
  content:"";
  background:url("../images/circle-framebg2.png") no-repeat;
  background-size:100%;
  left:0;
  top:9vmin;
  width:100vmin;
  height:100vmin;
}
.coco-bottle span.roundbg2{
  top:30vmin;
}
.coco-bottle:after{
  position:absolute;
  bottom:5px;
  left:0;
  right:0;
  content:"";
  width:185px;
  height:25px;
  background:url("../images/coke-shadow1.png") no-repeat;
  background-size:100%;
  margin:0 auto;
  z-index:-1;
  border-radius: 50%;
}
.coco-bottle img{
  max-width:100%;
  object-fit:cover;
  position:relative;
  z-index:1;
  height:100%;
  width:auto;
}
#cokebottlefill{
  display:flex;
  width:100%;
}
.bounceball1, .bounceball2, .bounceball3{
  position:fixed;
  top:0;
}
.bounceball1{
  left:15px;
  width:43px;
  height:115px;
  background:url("../images/ball1.png") no-repeat;
  background-size:100%;
}
.bounceball2{
  right: 38px;
  width: 20px;
  height: 84px;
  background:url("../images/ball2.png") no-repeat;
  background-size:100%;
}
.bounceball3{
  right: 10px;
  width: 28px;
  height: 115px;
  background:url("../images/ball3.png") no-repeat;
  background-size:100%;
}
#playbefore{
  padding-top:52px;
}
.roundanimation1, .roundanimation2 {
  position: absolute;
  top: 0;
  width: 400%;
  padding-top: 200%;
  z-index: -1;
  background-image: url(../images/circle2-wbg.png);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  animation: rotate1 50s linear infinite;
}
.roundanimation2 {
  background-image: url(../images/circle1-wbg.png);
  top: 31vmin;
  width: 300%;
  padding-top: 150%;
  animation: rotate 50s linear infinite;
}
.roundanimation1 video{
  object-fit: cover;
  width: 100vw;
  height: 100vh;
}
.roundanimation1 video{
  object-fit: cover;
  width: 100vw;
  height: 100vh;
}
@-webkit-keyframes rotate{
  from{ transform: rotate(-360deg); }
  to{ transform: rotate(360deg); }
}
@keyframes rotate{
  from{ transform: rotate(-360deg); }
  to{ transform: rotate(360deg); }
}
@-webkit-keyframes rotate1{
  from{ transform: rotate(360deg); }
  to{ transform: rotate(-360deg); }
}
@keyframes rotate1{
  from{ transform: rotate(360deg); }
  to{ transform: rotate(-360deg); }
}
.coco-bottle span.circle1bg, .coco-bottle span.circle2bg {
  position: absolute;
  top: 70px;
  box-shadow: 0 0 60px #cfcfcf;
  width: 200%;
  padding-top: 250%;
  border-radius: 50%;
}
.coco-bottle span.circle2bg{
  top: 43vmin;
  padding-top: 350%;
}
#hold{
  margin-bottom:12px;
  padding:0 10px;
}
.ubereat-button{
  display: inline-block;
  width: calc(100% - 2px);
  padding: 10px 5px 12px;
  color: #fff;
  font-size: 14px;
  background: #E00409;
  text-decoration: underline;
  border-radius: 10px;
  line-height: 25px;
  margin: 0 1px 20px;
  -webkit-user-select:none;
  -ms-user-select:none;
  user-select:none;
  -webkit-transition: 2s transform 1ms cubic-bezier(.215, .61, .355, 1);
  -o-transition: 2s transform 1ms cubic-bezier(.215, .61, .355, 1);
  -ms-transition: 2s transform 1ms cubic-bezier(.215, .61, .355, 1);
  transition: 2s transform 1ms cubic-bezier(.215, .61, .355, 1);
}
.ubereat-button.movable{
  -webkit-transform:translate3d(0, -7px, 0) scaleY(1.05);
  -o-transform:translate3d(0, -7px, 0) scaleY(1.05);
  -ms-transform:translate3d(0, -7px, 0) scaleY(1.05);
  transform:translate3d(0, -7px, 0) scaleY(1.05);
  background: #005D1E;
}
p.thirsty{
  font-size: 30px;
  line-height:36px;
  margin:10px 0 25px;
}
.greentext{
  color:#005D1E;
  padding:0;
  font-size:16px;
}
.hide{
  display:none !important;
}
#congratsconfetti{
  display:block;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  left: 0;
  z-index:-1;
}
#refreshbtn{
  position:fixed;
  bottom:100vmin;
  right:0;
  width:50px;
  z-index:9;
}
#refreshbtn img, #playagain img{
  max-width:100%;
}
#playagain{
  text-align: center;
  width: 124px;
  margin: 15px auto 0;
  display:none;
}
.greentext img{
  margin-top:5px;
}


@media screen and (min-width:361px){
  .ubereat-button{
    font-size:15px;
  }
}
@media screen and (min-width:400px) and (max-width:415px){
  #my-word li{
    font-size: 26px;
    width: 40px;
    height: 40px;
    line-height: 34px;
  }
  .coco-bottle{
    height:calc(100vh - 540px);
  }
  #alphabet li{
    width: 35px;
    height: 35px;
    font-size: 22px;
    line-height: 33px;
    margin-bottom:22px;
  }
  p{
    font-size:20px;
  }
  h2, #mylives{
    font-size:34px;
    line-height:34px;
  }
  #mylives{
    font-size:36px;
    margin-top:70px;
  }
  .bounceball1{
    left: 20px;
    width: 48px;
    height: 126px;
  }
  #playbefore {
    padding-top: 64px;
  }
  .bounceball2{
    right: 42px;
    width: 24px;
    height: 98px;
  }
  .bounceball3{
    right: 10px;
    width: 33px;
    height: 134px;
  }
  .ubereat-button {
    font-size: 16px;
  }
  #buttons{
    padding:20px 10px 0;
    min-height:190px;
  }
}
@media only screen 
    and (min-device-width: 375px) 
    and (max-device-height: 667px)  
    and (-webkit-device-pixel-ratio: 2)
{ 
  .coco-bottle{
    height:calc(100vh - 400px);
  }
  #playbefore {
    padding-top: 25px;
  }
  #mylives{
    margin-top: 32px;
  }
  p.thirsty{
    font-size:28px;
    line-height:34px;
  }
  .ubereat-button{
    margin-bottom:5px;
  }
}