html,
body {
  font-family: "Gotham", Helvetica, Arial, sans-serif;
  font-size: 16px;
  width: 100%;
  height: 100%;
  position: relative;
}
.grecaptcha-badge {
  visibility: hidden;
}
.trans {
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  position: relative;
  opacity: 0;
  top: 0;
}

.trans-s1 {
  transform: scale(1.06);
  -webkit-transform: scale(1.06);
}

.trans-s2 {
  transform: scale(2);
  -webkit-transform: scale(2);
}
.trans-up {
  top: 20px;
}

.trans.trans-start {
  opacity: 1;
  top: 0;
  transform: scale(1);
  -webkit-transform: scale(1);
}
.trans.trans-twist1.trans-start {
  transform: scale(1) rotate(-10deg);
  -webkit-transform: scale(1) rotate(-10deg);
}
.trans.trans-twist2.trans-start {
  transform: scale(1) rotate(-5deg);
  -webkit-transform: scale(1) rotate(-5deg);
}
.trans.trans-twist3.trans-start {
  transform: scale(1) rotate(5deg);
  -webkit-transform: scale(1) rotate(5deg);
}
.trans.trans-twist4.trans-start {
  transform: scale(1) rotate(10deg);
  -webkit-transform: scale(1) rotate(10deg);
}

.trans-share {
  transition: all 0.4s 1.2s ease-in-out;
  transform: translateX(100%);
  -webkit-transform: translateX(100%);
  opacity: 0;
  top: 5%;
}
.trans.trans-share.trans-start {
  transform: translateX(0);
  -webkit-transform: translateX(0);
  opacity: 1;
  top: 5%;
}

/* Headings */
@media (max-width: 500px) {
  h1 {
    font-size: 30px;
  }

  h2 {
    font-size: 24px;
  }
}

/* main nav */
.main-nav-cont {
}
.main-nav {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.nav-item {
  flex: 1;
  text-align: center;
  color: #111;
  padding: 10px 0px;
  text-decoration: none;
}
.nav-item:active,
.nav-item:focus,
.nav-item:hover,
.nav-item:visited {
  color: #111;
  text-decoration: none;
}
.nav-item:hover {
  opacity: 0.65;
}
.nav-item i {
  font-size: 18px;
}
.nav-item span {
  display: block;
  padding-top: 3px;
  font-size: 9.5px;
  text-transform: uppercase;
}
.nav-item.logo img {
  max-width: 60px;
  vertical-align: middle;
}

@media (min-width: 768px) {
  .nav-item i {
    font-size: 28px;
  }
  .nav-item span {
    font-size: 14px;
  }
  .nav-item.logo img {
    max-width: 80px;
  }
}

/* add activity photo */
.upload-button-cont {
  position: relative;
}
#photo-upload {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}
#act-preview-cont {
  display: none;
  position: fixed;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
}
#act-preview {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  text-align: center;
  width: 95%;
  max-width: 500px;
  background: #fff;
}
.act-preview-content {
  padding: 10px 20px 20px 20px;
}
.act-preview-content p {
  line-height: 140%;
}
@media (max-width: 500px) {
  #act-preview {
    padding: 0px;
  }
  .act-preview-content p {
    line-height: 130%;
    font-size: 14px;
  }
}
.act-preview-img-wrap {
  display: none;
  width: 100%;
  /* padding-top: 100%; */
  position: relative;
}
#act-preview-img {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  max-height: 55vh;
  object-fit: cover;
  object-position: center;
}
@media (max-height: 550px) {
  #act-preview-img {
    max-height: 50vh;
  }
}
.act-preview-vid-wrap {
  display: none;
  width: 100%;
  /* padding-top: 100%; */
  position: relative;
}
#act-preview-vid {
  /* position: absolute; */
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  max-height: 55vh;
  object-fit: cover;
  object-position: center;
}
@media (max-height: 550px) {
  #act-preview-vid {
    max-height: 50vh;
  }
}
/* footer */
.footer-cont {
}
.footer {
  padding: 30px;
  margin: 0 auto;
  max-width: 700px;
  font-size: 13px;
  font-weight: 200;
  text-align: center;
}

/* landing page */
.hero-cont {
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
  overflow-x: hidden;
}
.landing-hero,
.activity-hero {
  height: 50vw;
  max-height: 550px;
  background-size: cover;
}
.activity-hero-video,
.landing-hero-video {
  position: relative;
  height: 50vw;
  max-height: 550px;
  overflow: hidden;
}
.activity-hero-video-sm,
.landing-hero-video-sm {
  height: 50vw;
  max-height: 550px;
  background-size: cover;
  display: none;
}
.activity-hero-video video,
.landing-hero-video video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  height: auto;
  width: 100%;
}
@media (max-width: 500px) {
  .activity-hero-video,
  .landing-hero-video {
    height: 60vw;
  }
  .activity-hero-video video,
  .landing-hero-video video {
    width: auto;
    height: 100%;
  }

  .activity-hero-video,
  .landing-hero-video {
    display: none;
  }
  .activity-hero-video-sm,
  .landing-hero-video-sm {
    display: block;
  }
}
.block-content {
  margin: 0 auto;
  max-width: 1100px;
  color: #fff;
  background: #000;
}
.block-content.light {
  margin: 0 auto;
  max-width: 1100px;
  color: #000;
  background: #fff;
}
.block-content-inner {
  padding: 30px;
  margin: 0 auto;
  max-width: 600px;
  text-align: center;
}
@media (max-width: 500px) {
  .block-content-inner {
    padding: 30px 15px;
  }
}
.block-content p {
  font-size: 16px;
}
.page-rules {
  font-family: "Open Sans";
  font-size: 14px;
}
.page-rules .block-content p {
  font-size: 14px;
}
.page-rules li {
  font-size: 14px;
}
.page-help .faq-item {
  font-family: "Open Sans", sans-serif !important;
  margin-bottom: 30px;
  font-weight: 300;
  text-align: left;
  font-size: 14px;
}
.page-help .faq-item b {
  font-weight: 700;
}
.page-help h4 {
  margin-top: 30px;
}
.activity-heading {
  position: relative;
}
.activity-num {
  position: absolute;
  top: 15px;
  left: 10px;
  /*transform: rotate(-7deg);*/
  display: none;
  color: #fff;
  background: limegreen;
  font-size: 4vw;
  padding: 5px 10px;
}
.activity-nav {
  width: 100%;
  max-width: 500px;
  margin: 10px auto;
  display: flex;
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.nav-dots {
  flex: 1;
  text-align: center;
}
.nav-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin: 17px 5px;
  background: #ffffff30;
}
.nav-dots .dot.active {
  background: #ffffff;
}

.btn-nav {
  border-radius: 0;
  color: #fff;
  font-size: 20px;
}

@media (max-width: 1100px) {
  .activity-nav {
    padding: 0 15px;
  }
}

/* create page */
.page-create-form {
  max-width: 350px;
  margin: 0 auto;
}

/* activity share */

.activity-share {
  position: absolute;
  top: 5%;
  right: 0;
  padding: 5px;
  background: #000;
  font-weight: 100;
  color: #fff;
  font-size: 11px;
}
.activity-share a {
  color: #22bad9;
  font-size: 20px;
  display: block;
  text-align: center;
  margin-top: 5px;
}
.activity-share a:hover {
  color: #fff;
}
/* punch card */

.slot-cont {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.slot {
  width: 50%;
  padding: 30px 15px;
  position: relative;
}
@media (max-width: 500px) {
  .slot {
    padding: 30px 15px 15px;
  }
}
.slot-image {
  width: 100%;
  padding-top: 100%;
  background: #fff;
  border-radius: 50%;
  background-size: cover;
  background-position: center;
  position: relative;
}
.cs-act-image {
  /* transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out, transform-origin 0.4s ease-in-out, z-index 0.4s step-end, left 0.4s ease-in-out; */
  width: 70%;
  padding-top: 65%;
  border: 5px solid #fff;
  background-color: #fff;
  border-bottom-width: 22px;
  background-size: cover;
  background-position: center;
  position: absolute;
  left: 15%;
  margin-top: 12%;
  z-index: 0;
}
.cs-act-image i.fa-play {
  transition: opacity 0.4s linear;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 30px;
  opacity: 0.9;
}
.cs-act-image i.fa-expand {
  transition: opacity 0.4s linear;
  position: absolute;
  right: 5px;
  top: 5px;
  opacity: 0;
  font-size: 10px;
}
.cs-act-image i.fa-times {
  transition: opacity 0.4s linear;
  position: absolute;
  left: 5px;
  top: 5px;
  opacity: 0;
  font-size: 10px;
}
.cs-act-image.view {
  transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out, transform-origin 0.4s ease-in-out,
    z-index 0.4s step-start, left 0.4s ease-in-out;
  -webkit-transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out,
    transform-origin 0.4s ease-in-out, z-index 0.4s step-start, left 0.4s ease-in-out;
  transform: scale(3) rotate(-3deg) !important;
  -webkit-transform: scale(3) rotate(-3deg) !important;
  z-index: 99999;
  box-shadow: 0px 0px 20px 20px #00000040;
}
.cs-act-image .video-cont {
  transition: opacity 0.4s ease-in-out;
  -webkit-transition: opacity 0.4s ease-in-out;
  opacity: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cs-act-image .video-cont video {
  transition: object-fit 0.4s linear;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cs-act-image.view .video-cont video {
}
#vid-screen {
  position: absolute;
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cs-act-image.view i.fa-play {
  opacity: 0;
}
.cs-act-image.view i.fa-expand {
  opacity: 1;
}
.cs-act-image.view i.fa-times {
  opacity: 1;
}
.cs-act-image.right {
  /* transform-origin: right; */
}
.cs-act-image.left {
  /* transform-origin: left; */
}
.cs-act-image.right.view {
  transform: scale(3) rotate(-3deg) translateX(-30%) !important;
  -webkit-transform: scale(3) rotate(-3deg) translateX(-30%) !important;
  left: 35px;
}
.cs-act-image.left.view {
  transform: scale(3) rotate(-3deg) translateX(30%) !important;
  -webkit-transform: scale(3) rotate(-3deg) translateX(30%) !important;
  left: 5px;
}
.cs-act-name {
  position: absolute;
  bottom: -18px;
  left: 3px;
  color: #111;
  font-size: 9.5px;
  text-transform: uppercase;
  white-space: nowrap;
}
.cs-act-check {
  transition: opacity 200ms ease-in-out;
  -webkit-transition: opacity 200ms ease-in-out;
  position: absolute;
  left: -31px;
  font-size: 80px;
  opacity: 0.25;
  top: -25%;
}
@media (max-width: 500px) {
  .cs-act-image {
    border: 2px solid #fff;
    border-bottom-width: 14px;
  }
  .cs-act-name {
    bottom: -12px;
    font-size: 7px;
  }
  .cs-act-check {
    left: -15px;
    font-size: 50px;
    opacity: 0.25;
    top: -25%;
  }
}
.cs-act-image.view .cs-act-check {
  opacity: 0;
}
.card-slot-logo {
  position: absolute;
  left: 50%;
  top: 40%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  opacity: 0.1;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 65%;
  height: 65%;
}
.card-cta {
  display: block;
  position: absolute !important;
  left: 50%;
  bottom: 20%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}

/* circle loader */

.circle-loader {
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-left-color: #317cff;
  animation: loader-spin 1.2s infinite linear;
  -webkit-tanimation: loader-spin 1.2s infinite linear;
  position: relative;
  display: inline-block;
  vertical-align: top;
  border-radius: 50%;
  width: 36px;
  height: 36px;
}
.verify-heading .circle-loader {
  transition: opacity 500ms ease-in;
  -webkit-transition: opacity 500ms ease-in;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
}
.verify-heading.complete .circle-loader {
  opacity: 1;
  position: absolute;
  left: 0;
  top: 0;
}

.load-complete {
  -webkit-animation: none;
  animation: none;
  border-color: #317cff;
  transition: border 500ms ease-out;
}

.checkmark {
  display: none;
}
.checkmark.draw:after {
  animation-duration: 800ms;
  animation-timing-function: ease;
  animation-name: checkmark;
  transform: scaleX(-1) rotate(135deg);
}

.checkmark:after {
  opacity: 1;
  height: 50%;
  width: 25%;
  transform-origin: left top;
  border-right: 3px solid #317cff;
  border-top: 3px solid #317cff;
  content: "";
  left: 23%;
  top: 55%;
  position: absolute;
}

@keyframes loader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes checkmark {
  0% {
    height: 0;
    width: 0;
    opacity: 1;
  }
  20% {
    height: 0;
    width: 25%;
    opacity: 1;
  }
  40% {
    height: 50%;
    width: 25%;
    opacity: 1;
  }
  100% {
    height: 50%;
    width: 25%;
    opacity: 1;
  }
}

/* submit loader */
.processing {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 999999;
  background: rgba(0, 0, 0, 0.9);
}

.proc-content {
  position: absolute;
  top: calc(50% - 50px);
  left: calc(50% - 150px);
  width: 300px;
  text-align: center;
}
.proc-message {
  text-align: center;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
}

.lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 30px;
  margin: 0 auto;
}
.lds-ellipsis div {
  position: absolute;
  top: 8px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #fff;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1) {
  left: 8px;
  animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
  left: 8px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
  left: 32px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
  left: 56px;
  animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
}

/* age gate */
.agegate-model {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  max-height: 100vh;
  width: 100%;
  max-width: 100vw;
  z-index: 50000;
  overflow-y: auto;
  background-color: rgba(0, 0, 0, 0.9);
  text-align: center;
}

.agegate-model .inner-content {
  position: relative;
  background-color: #000;
  padding-bottom: 10px;
  overflow: hidden;
}

@media (min-width: 763px) {
  .agegate-model .inner-content {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 20%;
    width: 45%;
  }
}

.agegate-model .inner-content .wrapper {
  margin: 0;
}

@media (min-width: 763px) {
  .agegate-model .inner-content .wrapper {
    max-width: 100%;
    margin: 0;
    height: 400px;
  }
}

.agegate-model .inner-content .wrapper > .age-gate-banner {
  margin: 8px 0;
  padding: 10px;
  width: 98%;
  background: #fff;
  display: inline-block;
}

.agegate-model .inner-content .wrapper > .age-gate-banner > img {
  max-width: 40%;
}

.agegate-text {
  text-align: center;
  color: white;
  margin-bottom: 20px;
  padding-left: 15%;
  padding-right: 15%;
  font-size: 11px;
  font-family: "HurmeGeometricSans1-SemiBold";
}

.agegate-text h5 {
  font-size: 11px;
  font-family: "Open Sans", sans-serif;
}

.agegate-text p.agegate-title {
  text-transform: uppercase;
  font-size: 20px;
}

.agegate-text p {
  font-size: 18px;
}

.agegate-text > h3 {
  color: inherit;
  padding-top: 30px;
  padding-bottom: 10px;
}

.btn-enter {
  font-size: 18px;
  height: 45px;
}

.btn.btn-default {
  border-radius: 0;
  color: #fff;
  text-decoration: none !important;
  padding: 6px 50px;
  margin-left: 5px;
  margin-right: 5px;
  background-color: #00a4b3;
  font-size: medium;
  font-family: "HurmeGeometricSans1-SemiBold";
}

.btn.btn-default.no {
  background-color: #fff;
  color: #00a4b3;
}

@media (min-width: 763px) {
  .agegate-model .inner-content .message-warning,
  .agegate-model .inner-content .message-warning p {
    font-size: 13px;
  }
}

.agegate-model .message-warning {
  display: block;
  visibility: hidden;
  color: red;
  margin: 0 auto;
  font-size: 12px;
  line-height: 13px;
  padding: 0 0 10px;
  width: 55%;
}
