
/* CSS Document */
@font-face {
  font-family: pokemon;
  src: url('../fonts/Pokemon Solid.ttf');
}
@font-face {
  font-family: bauhaus;
  src: url('../fonts/bauhaus-heavy-outline-regular.ttf');
}

.background-theme {
    /*background-color: #272d3b;*/
    /*background-color: #233c40;*/
    background-color: #1f334d;
}
.services {
    background-color:#1f334d;/*#494e58;*/
}
footer {
    background-color: #1f334d;
}

.site-footer {
    min-height: 74px;
}

.site-footer-disclaimer {
    font-size: 10px;
    line-height: 1.2;
    max-width: 40rem;
    opacity: 0.9;
}

.site-footer-disclaimer a {
    color: #ffffff;
}

.site-footer-top-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 3rem;
    height: 3rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.94);
    color: #1f5eff;
    text-decoration: none;
    font-size: 1.7rem;
    line-height: 1;
    border: 1px solid rgba(31, 94, 255, 0.18);
    position: fixed;
    right: 1rem;
    bottom: 1rem;
    flex-shrink: 0;
    z-index: 1040;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.22);
}

.site-footer-top-link:hover,
.site-footer-top-link:focus {
    color: #1149d8;
    background: #ffffff;
}

.site-footer-top-icon {
    display: block;
    width: 1.6rem;
    height: 1.6rem;
    transform: translateY(-0.02rem);
}

@media (max-width: 767.98px) {
    .site-footer {
        align-items: flex-start;
    }

    .site-footer-disclaimer {
        font-size: 10px;
        line-height: 1.2;
        max-width: none;
    }

    .site-footer-top-link {
        right: 0.75rem;
        bottom: 0.75rem;
        width: 2.9rem;
        height: 2.9rem;
    }
}

.subscriber-text {
    -webkit-text-stroke: 0.5px black;
    /*text-decoration-line: underline;*/
    font-weight: bold;
    text-shadow:
       2px 2px 0 #000,
     -1px -1px 0 #000,  
      1px -1px 0 #000,
      -1px 1px 0 #000,
       1px 1px 0 #000;
}

.plan-mobile-card {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.16);
}

.plan-mobile-card .card-img-top {
  max-height: 140px;
  object-fit: contain;
  background: linear-gradient(180deg, #f7f9fc 0%, #eef3fb 100%);
  padding: 0.75rem;
}

.plan-mobile-card .card-body {
  padding: 1rem 1rem 0.5rem;
}

.plan-mobile-price {
  font-size: 1.15rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
}

.plan-mobile-list {
  padding-left: 1.1rem;
  margin-bottom: 0;
  font-size: 0.95rem;
  line-height: 1.35;
}

.plan-mobile-list li + li {
  margin-top: 0.35rem;
}

.app-store-links {
  margin-top: 0.75rem;
}

.app-store-note {
  font-size: 0.95rem;
  font-weight: 600;
  color: #1f334d;
}

.app-store-buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  flex-wrap: wrap;
}

.app-store-buttons a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.app-store-badge-link {
  width: 230px;
  height: 70px;
  flex: 0 0 230px;
}

.app-store-badge {
  width: 230px !important;
  height: 70px !important;
  max-width: 230px !important;
  max-height: 70px !important;
  display: block;
  object-fit: fill;
}

@media (max-width: 575.98px) {
  .app-store-badge-link {
    width: 200px;
    height: 64px;
    flex-basis: 200px;
  }

  .app-store-badge {
    width: 200px !important;
    height: 64px !important;
    max-width: 200px !important;
    max-height: 64px !important;
  }
}

.plan-carousel-inner {
  padding: 0 2.75rem 2.5rem;
}

.plan-carousel-hint {
  text-align: center;
  font-size: 0.9rem;
  color: #4a5d75;
  margin-bottom: 0.9rem;
}

.plan-carousel-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  gap: 1.25rem;
  margin-top: 1rem;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

.plan-carousel-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  background-color: rgba(31, 51, 77, 0.96);
  color: #fff;
  border-radius: 999px;
  border: 0;
  min-width: 6.5rem;
  height: 4rem;
  padding: 0 1rem;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.22);
  cursor: pointer;
}

.plan-carousel-arrow {
  font-size: 2.8rem;
  line-height: 1;
  margin-top: -0.1rem;
}

.plan-carousel-label {
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.plan-carousel-indicators {
  position: static;
  margin: 0 0 1rem;
}

.plan-carousel-indicators [data-bs-target] {
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  background-color: #1f334d;
}

@media (max-width: 767.98px) {
  #subscription {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
    margin-bottom: 1rem !important;
  }

  .plan-carousel-inner {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0.5rem;
  }

  .plan-carousel-button {
    min-width: 7.5rem;
    height: 4.4rem;
    padding: 0 1.15rem;
  }

  .plan-carousel-arrow {
    font-size: 3.4rem;
  }

  .plan-mobile-card .card-title {
    font-size: 1.35rem;
    margin-bottom: 0.35rem;
  }

  .plan-mobile-card .card-footer {
    padding: 0.85rem 1rem 1rem;
  }

  .plan-carousel-nav {
    margin-top: 0.75rem;
    margin-bottom: 1rem;
    width: calc(100vw - 2rem);
    max-width: 22rem;
  }
}

.pokemon-text {
    font-family: pokemon;
    color: #ffcb08;/*#FFE030;*/
    -webkit-text-stroke: 1.5px #366DAC;/*blue;*/
    /*text-decoration-line: underline;*/
    font-weight: bold;
    text-shadow:
       2px 2px 0 #1d2c5f,/*#366DAC,*/
     -1px -1px 0 #1d2c5f,  
      1px -1px 0 #1d2c5f,
      -1px 1px 0 #1d2c5f,
       1px 1px 0 #1d2c5f;
    /*
    font-family: 'Pokemon Solid';
    font-size:3.5rem;
    color: #ffcb08;
    -webkit-text-stroke: 3px #366DAC;
    text-shadow: -3px 5px 0 #1d2c5f;
    */
}

.go-text {
    font-family: pokemon;
    color: #193aa9;
    /*background-color: #f8f9fa;*/

    border-radius: 50%;

    -webkit-text-stroke: 1px #ffc107;
    /text-decoration-line: underline;/
    font-weight: bold;
    text-shadow:
       2px 2px 0 #007bff,
     -1px -1px 0 #007bff,
      1px -1px 0 #007bff,
      -1px 1px 0 #111A45,
       1px 1px 0 #212529;
    /*
    font-family: bauhaus;
    color: #fff;
    background-color: #0B4DA3;
    
    border-radius: 50%;
    
    -webkit-text-stroke: 1.5px #fff;
    font-weight: bold;
    text-shadow:
       2px 2px 0 #111A45,
     -1px -1px 0 #111A45,  
      1px -1px 0 #111A45,
      -1px 1px 0 #111A45,
       1px 1px 0 #111A45;
    */
}

.bronze-text {
  color: #977a1f
}
.silver-text {
  color: #a7b6b2
}
.gold-text {
  color: #c27c0e
}
.diamond-text {
  color: #bceaec
}
.sapphire-text {
  color: #0deafd
}
.platinum-text {
  color: #bff6b3
}
.whale-text {
  color: #335591
}

.anchor{
  display: block;
  height: 100px; /*same height as header*/
  margin-top: -100px; /*same height as header*/
  visibility: hidden;
}

.jumbotron {
    padding: 10px;   
}


.hero-video {
    display: block;
    width: 100%;
    height: auto;
    vertical-align: top;
}

.hero-game-lockup {
    display: inline-flex;
    align-items: flex-end;
    gap: 0.12em;
    white-space: nowrap;
}

.hero-game-lockup .pokemon-text,
.hero-game-lockup .go-text {
    display: inline-block;
    line-height: 1;
}

.hero-intro {
    font-size: 25px;
}

.cooldown-calculator {
    background: linear-gradient(135deg, rgba(31, 51, 77, 0.08), rgba(111, 196, 169, 0.18));
    border-radius: 22px;
}

.cooldown-calculator .form-label {
    font-weight: 700;
    color: #1f334d;
}

.cooldown-toggle-group {
    display: inline-flex;
    gap: 0.75rem;
    flex-wrap: wrap;
}

.cooldown-toggle-group .btn {
    min-width: 11rem;
    border-radius: 999px;
    font-weight: 700;
}

.cooldown-calculator .btn-primary {
    background-color: #1f334d;
    border-color: #1f334d;
}

.cooldown-calculator .btn-primary:hover,
.cooldown-calculator .btn-primary:focus {
    background-color: #274264;
    border-color: #274264;
}

.cooldown-result {
    border-radius: 16px;
    background: #ffffff;
    border: 1px solid rgba(31, 51, 77, 0.12);
    color: #1f334d;
    font-size: 1.1rem;
    font-weight: 600;
    padding: 1rem 1.25rem;
}

.cooldown-result.is-error {
    color: #842029;
    border-color: rgba(220, 53, 69, 0.35);
    background: #f8d7da;
}
