/*
Theme Name: HUGE
Description: Creative Coming Soon Template
Author: SquirrelLabs
Author URI: https://themeforest.net/user/squirrellabs/portfolio?ref=SquirrelLab
Version: 1.0
License: https://themeforest.net/licenses/standard

---

/*******************************
  Table of Contents

  1.0 General Styles
  2.0 Content Styles
  3.0 Countdown
*******************************/

/**********************************/
/******* 1.0 General Styles *******/
/**********************************/
*, *:after, *:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  background: #eeb4c3;
  background: #f05d22;
  background-size: cover;
  padding: 0;
  padding: 0;
  margin: 0;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}

/**********************************/
/******* 2.0 Content Styles *******/
/**********************************/
nav {
  overflow-y: auto;
  padding: 10px 15px 10px;
  background: #ffd54f;
  margin: 0;
  color: #000;
  display: block;
  position: relative;
  z-index: 5;
  overflow: visible;
  height: 55px;
  vertical-align: middle;
}
nav:after {
  content: '';
  display: table;
  clear: both;
}
nav span {
  padding: 0 24px;
  font-size: 30px;
  vertical-align: middle;
}
nav img {
  vertical-align: middle;
}
nav .btn {
  margin-left: 15px;
}
nav .pull-right img {
  margin: 0 10px;
  cursor: pointer;
  opacity: .5;
}
nav .pull-right img.active {
  opacity: 1;
  cursor: auto;
}

.huge-section {
  min-height: 100vh
}

.huge-side {
  min-height: calc(100vh - 55px);
}

.left-side {
  background: #242424;
}

.left-side .huge-content {
  color: #fff;
  min-height: 90vh
}

.left-side .huge-content .logo {
  height: 32px;
  margin: 60px 0 100px;
}

.left-side .huge-content h1 {
  font-size: 42px;
}

.left-side .huge-content h2 {
  font-size: 22px;
  line-height: 1.5;
  margin-bottom: 50px;
}

.left-side .btn {
  margin-bottom: 80px;
}

.left-side .social-icons {
  position: absolute;
  bottom: 30px;
  padding: 0;
}

.left-side .social-icons li {
  display: inline-block;
  float: left;
  margin-right: 20px;
}

.left-side .social-icons li:last-child {
  margin-right: 0;
}

.left-side .social-icons li a {
  color: #fff;
}

.left-side .social-icons li a:hover {
  opacity: .8;
}

.right-side {
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.right-side .huge-background-img {
  height: 100vh;
}

.overlay {
  position: fixed;
  background: rgba(0, 0, 0, 0.5);
  visibility: hidden;
  z-index: 1000;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.overlay.show {
  visibility: visible;
}

.btn {
  border: none;
  padding: 8px 25px;
  color: #fff;
  background: #1565C0;
  text-transform: uppercase;
  border-radius: 20px;
  font-size: 15px;
  cursor: pointer;
}

.btn-stop {
  display: none;
}

.popup {
  position: absolute;
  max-width: 500px;
  background: #fff;
  padding: 25px;
  width: 100%;
  left: 0;
  right: 0;
  margin: auto;
  top: 0px;
  -webkit-transition: .3s;
  transition: .3s;
  opacity: 0;
}

.show > .popup {
  top: 150px;
  opacity: 1;
}

.popup h4 {
  text-align: left;
  background: #E5FBFA;
  padding: 6px 10px;
  color: #333;
}

.pop-header {
  position: absolute;
  top: -120px;
  text-align: center;
  width: 100%;
  height: 150px;
  left: 0;
  z-index: 5;
  background: url("../images/bunni_popup.png") no-repeat;
  background-position: center 0;
}

.pop-header .close {
  position: absolute;
  color: #000;
  right: 0;
  bottom: -8px;
  font-size: 22px;
  cursor: pointer;
  width: 30px;
  text-align: center;
}

.pop-body {
  max-height: 300px;
  overflow-y: auto;
}

.time, .time::after {
  display: block;
  position: absolute;
  background: #ffd54f;
  left: 0;
  right: 0;
  border: 4px solid #fff;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 47px;
  font-size: 22px;
  margin: auto;
  bottom: -5px;
  -webkit-box-shadow: 0 0 0 10px #FFD54F;
          box-shadow: 0 0 0 10px #FFD54F;
  text-align: center;
}
.time::after {
  content: '';
  position: absolute;
  left: -4px;
  top: -4px;
  background: none;
  border-top-color: #000;
}
.time.start::after {
  -webkit-animation: rotate 1s linear infinite;
  animation: rotate 1s linear infinite;
}

.holder {
  width: 100%;
  max-width: 600px;
  padding-top: 20px;
  margin: auto;
  cursor: url(../images/target.png), cell;
  text-align: center;
}
.holder.gun-1 {
  cursor: url(../images/target2.png), crosshair;
}

.egg {
  position: relative;
  display: inline-block;
  width: 20%;
  min-height: 120px;
  max-height: 160px;
  height: 22vh;
  margin: 3% 5%;
  position: relative;
}
.egg::after {
  content: '';
  position: absolute;
  z-index: 50;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: #f7f7f7;
  border-radius: 50%/55% 55% 45% 45%;
  -webkit-box-shadow: 1em 1em 2em -1em rgba(0, 0, 0, 0.1), 0.1em 0.2em 0.7em -0.1em rgba(0, 0, 0, 0.2), -0.5em -1.5em 3em rgba(0, 0, 0, 0.15) inset, -0.1em -0.1em 1.5em rgba(0, 0, 0, 0.2) inset;
  box-shadow: 1em 1em 2em -1em rgba(0, 0, 0, 0.1), 0.1em 0.2em 0.7em -0.1em rgba(0, 0, 0, 0.2), -0.5em -1.5em 3em rgba(0, 0, 0, 0.15) inset, -0.1em -0.1em 1.5em rgba(0, 0, 0, 0.2) inset;
}
.egg:nth-child(1)::after {
  background: #05C1C3;
}
.egg:nth-child(2)::after {
  background: #FD5151;
}
.egg:nth-child(3)::after {
  background: #FEF049;
}
.egg:nth-child(4)::after {
  background: #FC8637;
}
.egg:nth-child(5)::after {
  background: #A6ED95;
}
.egg:nth-child(6)::after {
  background: #6196CA;
}
.egg:nth-child(7)::after {
  background: #F91C5C;
}
.egg:nth-child(8)::after {
  background: #EF8702;
}
.egg:nth-child(9)::after {
  background: #F76AB7;
}

.bunny, .bunny-out {
  position: absolute;
  width: 100px;
  height: 127px;
  left: -70px;
  margin: auto;
  top: -50px;
  z-index: 5;
}
.bunny::after, .bunny-out::after {
  content: '';
  background: url("../images/bunni_1.png") no-repeat;
  width: 100px;
  height: 127px;
  display: block;
  left: 0;
  right: 0;
  background-size: 100% auto;
  -webkit-transform: rotate(-35deg);
  transform: rotate(-35deg);
}

.bunny-out {
  opacity: 0;
  -webkit-animation: headOut 0.5s ease-in;
  animation: headOut 0.5s ease-in;
}
.bunny-out::after {
  background-image: url("../images/bunni_2.png");
}

.shot {
  background: url(../images/boom.png);
  z-index: 150;
  height: 100px;
  width: 100px;
  background-size: 100% auto;
  position: absolute;
  -webkit-animation: shot 0.3s;
  animation: shot 0.3s;
  opacity: 0;
}
@-webkit-keyframes shot {
  0% {
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(1.5, 1.5);
    transform: scale(1.5, 1.5);
  }
}
@keyframes shot {
  0% {
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(1.5, 1.5);
    transform: scale(1.5, 1.5);
  }
}
@-webkit-keyframes headOut {
  0% , 25% {
    -webkit-transform: translate(0, 0) rotate(-35deg);
    transform: translate(0, 0) rotate(-35deg);
    opacity: 1;
  }
  25% {
    -webkit-transform: translate(-25px, -15px) rotate(-35deg);
    transform: translate(-25px, -15px) rotate(-35deg);
  }
  100% {
    -webkit-transform: translate(-50px, 150px) rotate(-170deg);
    transform: translate(-50px, 150px) rotate(-170deg);
    opacity: 0;
  }
}
@keyframes headOut {
  0% , 25% {
    -webkit-transform: translate(0, 0) rotate(-35deg);
    transform: translate(0, 0) rotate(-35deg);
    opacity: 1;
  }
  25% {
    -webkit-transform: translate(-25px, -15px) rotate(-35deg);
    transform: translate(-25px, -15px) rotate(-35deg);
  }
  100% {
    -webkit-transform: translate(-50px, 150px) rotate(-170deg);
    transform: translate(-50px, 150px) rotate(-170deg);
    opacity: 0;
  }
}
@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@media (max-width: 599px) {
  nav img {
    height: 20px;
  }

  nav span {
    padding: 0 7px;
    font-size: 24px;
  }

  nav .gun {
    display: none;
  }

  nav .btn {
    width: auto;
  }
}

/**********************************/
/*******    3.0 Countdown   *******/
/**********************************/
#countdown {
    margin: 30px auto;
    top: 50%;
    left: 0;
    right: 0;
    height: 100px;
}

#countdown.show {
  display: block;
}

#countdown > div {
    position: relative;
    float: left;
    width: 25%;
    font-size: 4vw;
    font-weight: 100;
    line-height: .8em;
    letter-spacing: 2px;
    text-align: left;
    color: #fff;
}

#countdown > div > span {
    display: block;
    font-size: 1.2vw;
    font-weight: 100;
    line-height: 1.2em;
    letter-spacing: 0;
    margin-top: 20px;
    color: #737478;
    text-transform: lowercase
}

@media (max-width:480px) {
    #countdown {
        width: 100%;
    }
    #countdown > div {
        width: 25%;
        font-size: 30px;
        font-weight: 700;
        line-height: .8em;
        letter-spacing: 2px;
    }
    #countdown > div > span {
      font-size: 11px;
    }
}