﻿/* Extra small devices (phones, 600px and down) */
.watermark {
  opacity: 0.5;
  z-index: 99;
  filter: invert(93%) sepia(0%) saturate(27%) hue-rotate(58deg) brightness(106%) contrast(107%);
}

.centered {
  margin-left: auto;
  margin-right: auto;
}

.btn-drt-green {
  background-color: var(--drt-green);
  color: var(--drt-black);
  font-weight: 500;
  font-size: 26px;
}

.btn-drt-yellow {
  background-color: var(--drt-yellow);
  color: var(--drt-black);
  font-weight: 500;
  font-size: 26px;
}

/*https://uiverse.io/*/
.golden-button {
  touch-action: manipulation;
  display: inline-block;
  outline: none;
  font-family: inherit;
  font-size: 1em;
  font-weight: 900;
  box-sizing: border-box;
  border: none;
  border-radius: 0.3em;
  height: 2.75em;
  width: 100%;
  line-height: 2.5em;
  text-transform: uppercase;
  padding: 0 1em;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(110, 80, 20, 0.4), inset 0 -2px 5px 1px rgb(139, 66, 8), inset 0 -1px 1px 3px rgb(250, 227, 133);
  background-image: linear-gradient(160deg, #a54e07, #b47e11, #fef1a2, #bc881b, #a54e07);
  border: 1px solid #a55d07;
  color: rgb(120, 50, 5);
  text-shadow: 0 2px 2px rgb(250, 227, 133);
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  background-size: 100% 100%;
  background-position: center;
  text-decoration: none;
}

.golden-button:focus,
.golden-button:hover {
  background-size: 150% 150%;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23), inset 0 -2px 5px 1px #b17d10, inset 0 -1px 1px 3px rgb(250, 227, 133);
  border: 1px solid rgba(165, 93, 7, 0.6);
  color: rgba(120, 50, 5, 0.8);
}

.golden-button:active {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(110, 80, 20, 0.4), inset 0 -2px 5px 1px #b17d10, inset 0 -1px 1px 3px rgb(250, 227, 133);
}

.green-button {
  touch-action: manipulation;
  display: inline-block;
  outline: none;
  font-family: inherit;
  font-size: 1em;
  font-weight: 900;
  box-sizing: border-box;
  border: none;
  border-radius: 0.3em;
  height: 2.75em;
  width: 100%;
  line-height: 2.5em;
  text-transform: uppercase;
  padding: 0 1em;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(7, 166, 7, 0.4), inset 0 -2px 5px 1px rgb(7, 166, 7), inset 0 -1px 1px 3px rgb(250, 227, 133);
  background-image: linear-gradient(160deg, #a54e07, #b47e11, #fef1a2, #bc881b, #a54e07);
  background-image: linear-gradient(160deg, #07a607, #3ab611, #a4fea4, #3ab611, #07a607);
  border: 1px solid #a55d07;
  border: 1px solid #07a607;
  color: rgb(4, 98, 4);
  text-shadow: 0 2px 2px rgb(7, 166, 7);
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  background-size: 100% 100%;
  background-position: center;
  text-decoration: none;
}

.green-button:focus,
.green-button:hover {
  background-size: 150% 150%;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(7, 166, 7, 0.4), inset 0 -2px 5px 1px rgb(7, 166, 7), inset 0 -1px 1px 3px rgb(250, 227, 133);
  border: 1px solid rgba(165, 93, 7, 0.6);
  color: rgba(120, 50, 5, 0.8);
}

.green-button:active {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(110, 80, 20, 0.4), inset 0 -2px 5px 1px #b17d10, inset 0 -1px 1px 3px rgb(250, 227, 133);
}

.btn-shimmer-gold {
  width: 200px;
  height: 40px;
  border: none;
  border-radius: 40px;
  background: linear-gradient(to right, #bf953f, #fcf6ba, #b38728, #fbf5b7, #aa771c);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 0.8em;
  color: rgb(121, 103, 3);
  font-weight: 600;
  cursor: pointer;
  position: relative;
  z-index: 2;
  transition-duration: 3s;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.144);
  background-size: 200% 200%;
}

.logoIcon path {
  fill: rgb(121, 103, 3);
}

.btn-shimmer-gold:hover {
  transform: scale(0.95);
  transition-duration: 3s;
  animation: gradient 5s ease infinite;
  background-position: right;
}

:root {
  --drt-yellow: #ffd406;
  --drt-orange: #f7760d;
  --drt-green: #61b510;
  --drt-grey: #ababab;
  --drt-black: #000;
}

html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}
.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.homepage {
  background-image: url(/assets/banners/bg1.png);
}

.options-title {
  text-align: center;
  background-color: var(--drt-yellow);
  color: var(--bs-dark);
  font-weight: 700;
}

* {
  box-sizing: border-box;
}

.product-list-wrapper {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  align-content: center;
  justify-content: center;
  justify-items: center;
}

@media screen and (max-width: 576px) {
  .product-list {
    display: grid;
    grid-column-gap: 10px;
    grid-template-columns: minmax(235px, 1fr);
    justify-items: center;
  }
}
@media screen and (min-width: 576px) and (max-width: 768px) {
  .product-list {
    display: grid;
    grid-column-gap: 10px;
    grid-template-columns: repeat(auto-fill, minmax(235px, 1fr));
    justify-items: center;
  }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  .product-list {
    display: grid;
    grid-column-gap: 10px;
    grid-template-columns: repeat(auto-fill, minmax(235px, 1fr));
    justify-items: center;
  }
}
@media screen and (min-width: 992px) {
  .product-list {
    display: grid;
    grid-column-gap: 10px;
    /*grid-template-columns: repeat(auto-fill, minmax(235px, 1fr));*/
    grid-template-columns: 300px 300px 300px;
    justify-items: center;
  }
}
.free-card {
  /*              grid-column: auto;
                   grid-row: auto;
       */
}

.personal-card {
  /*             grid-column: auto;
                  grid-row: auto;
       */
}

.pro-card {
  /*             grid-column: auto;
                  grid-row: auto;
       */
}

.pack_card {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 0.5rem;
  border: 2px solid rgb(99, 102, 241);
  padding: 1.5rem 1rem 1rem 1rem;
  margin-top: 1rem;
  background-color: #fff;
  max-width: 300px;
}

.banner {
  position: relative;
  left: 0px;
  right: 0px;
  top: 0rem;
  display: flex;
  justify-content: center;
}

.banner_tag {
  display: flex;
  height: 2rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  background-color: rgb(99, 102, 241);
  padding: 0.25rem 0.75rem;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #fff;
}

.pack_name {
  margin-bottom: 0.5rem;
  text-align: center;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
  color: rgb(31, 41, 55);
}

.description {
  margin: 0 auto 2rem auto;
  text-align: center;
  color: rgb(107, 114, 128);
}

.lists > :not([hidden]) ~ :not([hidden]) {
  margin-top: 0.5rem;
}

.list {
  display: flex;
  gap: 0.5rem;
}

.list svg {
  height: 1.5rem;
  width: 1.5rem;
  flex-shrink: 0;
  color: rgb(99, 102, 241);
}

.list span {
  color: rgb(75, 85, 99);
}

.bottom {
  margin-top: auto;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.price_container {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 0.25rem;
}

.devise {
  align-self: flex-start;
  color: rgb(75, 85, 99);
}

.price {
  font-size: 2.25rem;
  line-height: 2.5rem;
  font-weight: 700;
  color: rgb(31, 41, 55);
}

.date {
  color: rgb(107, 114, 128);
}

.card-btn {
  display: block;
  border-radius: 0.5rem;
  background-color: rgb(99, 102, 241);
  padding: 0.75rem 2rem;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  color: #fff;
  outline: 2px solid transparent;
  outline-offset: 2px;
  transition: all 0.1s cubic-bezier(0.4, 0, 0.2, 1);
}

.card-btn:hover {
  background-color: rgb(79, 70, 229);
}

.card-btn:active {
  background-color: rgb(67, 56, 202);
}

.btn-player-select.active {
  /*background-color: aquamarine;*/
}
