/* === General Styles === */
body {
  font-family: 'Nunito', Helvetica, sans-serif;
  font-size: 16px;
  color: #000000;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

b,
strong,
.strong {
  font-weight: 500;
}

.text-skyblue {
  color: #39b5c7;
}

.image {
  text-align: center;
}

.divider {
  height: 2px;
  width: 100%;
  max-width: 600px;
  background: #39b5c7;
  position: relative;
  margin: 0 auto;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1150px;
  }
}

header {
  background: #fff;
  padding: 10px 0;
}

header .navbar {
  padding: 0;
}

header .navbar .navbar-toggler {
  padding: 0;
  width: 35px;
  height: 35px;
  border: none;
  background: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25 25' fill='%23000'><path d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/></svg>")
    4px 6px no-repeat;
}

header .navbar .navbar-toggler.collapsed {
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%23000' stroke-miterlimit='10' stroke-width='3' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
    0 1px no-repeat;
}

header .navbar .navbar-toggler:focus {
  box-shadow: none;
}

header .navbar .navbar-nav {
  margin: 10px 0 20px 0;
}

header .navbar .navbar-nav li {
  text-align: center;
}

header .navbar .navbar-nav li:not(:last-of-type) {
  margin-bottom: 15px;
}

header .navbar .navbar-nav a {
  font-size: 17px;
  line-height: 17px;
  color: #7e418b !important;
  display: inline-block;
  font-weight: 500;
  padding: 0 !important;
  transition: all 0.3s ease-out;
  display: inline-flex;
  align-items: center;
}

header .navbar .navbar-nav a .fa {
  color: #bda9c7;
  margin-left: 7px;
  position: relative;
  top: 1px;
}

header .navbar .navbar-nav a:not(.button):hover,
header .navbar .navbar-nav a:not(.button).active,
header .navbar .navbar-nav a:not(.button) .active {
  color: #612c6c !important;
}

header .navbar .navbar-nav a.button {
  cursor: pointer;
  background: none;
  border: 1px solid #7e418b;
  border-radius: 8px;
  font-size: 18px;
  padding: 8px 16px !important;
  color: #7e418b !important;
  transition: all 0.15s ease-in-out;
  display: inline-block;
  font-weight: 600;
}

header .navbar .navbar-nav a.button:hover,
header .navbar .navbar-nav a.button.active,
header .navbar .navbar-nav a.button .active {
  background: #7e418b;
  color: #ffffff !important;
}

@media (min-width: 992px) {
  header .navbar .navbar-toggler {
    display: none;
    opacity: 0;
    visibility: hidden;
  }
  header .navbar .navbar-nav {
    margin: 0;
    display: flex;
    align-items: center;
  }
  header .navbar .navbar-nav li {
    margin: 0 10px;
  }
  header .navbar .navbar-nav li:not(:last-of-type) {
    margin-bottom: 0;
  }
  header .navbar .navbar-nav li:last-of-type {
    margin-right: 0;
  }
}

.section-title {
  color: #ff9900;
  font-family: 'Nunito';
  font-size: 35px;
  font-weight: 900;
  margin-bottom: 30px;
  text-shadow: -3px 2px 0px #0000008f;
  text-align: center;
}

/* === Home Styles === */
body.home-page .hero-section {
  background: #612c6c;
  padding: 50px 0;
  text-align: center;
}

body.home-page .hero-section h1 {
  color: #ff9900;
  font-family: 'Nunito';
  font-size: 30px;
  font-weight: 900;
  margin-bottom: 30px;
  text-shadow: -3px 2px 0px #0000008f;
}

body.home-page .hero-section h1 span {
  color: #39b5c7;
  display: block;
}

body.home-page .hero-section .card {
  background: #ff9900;
  box-shadow: -9px 11px 0px 0px #0000008f;
  -webkit-box-shadow: -9px 11px 0px 0px #0000008f;
  -moz-box-shadow: -9px 11px 0px 0px #0000008f;
  border-radius: 20px;
}

body.home-page .hero-section .card .seal {
  position: absolute;
  bottom: -80px;
  left: 50%;
  transform: translateX(-50%);
  width: 200px;
}

body.home-page .hero-section .card .body {
  padding: 20px 20px 140px 20px;
}

body.home-page .hero-section .card .body h2 {
  font-size: 25px;
  color: #ffffff;
  margin-bottom: 10px;
  font-family: 'Nunito';
}

body.home-page .hero-section .card .body .h2-sub {
  color: #612c6c;
  font-size: 18px;
}

body.home-page .hero-section .card .body .h2-sub--secondary {
  font-size: 25px;
  color: #612c6c;
}

body.home-page .hero-section .card .body .button-container {
  margin-top: 40px;
}

body.home-page .hero-section .card .body .button-container .btn {
  background: #612c6c;
  border: 3px solid #612c6c;
  border-radius: 20px;
  font-size: 22px;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px 40px 10px 40px;
  font-weight: 500;
  width: 100%;
  max-width: 430px;
  margin: 0 auto 20px auto;
}

body.home-page .hero-section .card .body .button-container .btn:hover {
  background: transparent;
  color: #612c6c;
}

body.home-page .hero-section .card .body .button-container .image {
  width: 70px;
  margin: 0 auto;
}

body.home-page .section-1 {
  padding: 50px 0 0 0;
  background: #612c6c;
  overflow: hidden;
}

body.home-page .section-1 .divider {
  margin-bottom: 30px;
}

body.home-page .section-1 h2 {
  position: relative;
  z-index: 2;
}

body.home-page .section-1 .video-container > * {
  position: relative;
  z-index: 2;
}

body.home-page .section-1 .video-container:before,
body.home-page .section-1 .video-container:after {
  content: '';
  position: absolute;
  background: url('../img/clouds.jpg') no-repeat center center;
  background-size: contain;
  width: 115px;
  height: 346px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}

body.home-page .section-1 .video-container:before {
  left: -14px;
  transform: translateY(-50%) rotate(180deg);
}

body.home-page .section-1 .video-container:after {
  right: -14px;
}

.video-container {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  margin: 0 auto;
  height: 450px;
  gap: 30px;
}

.video-container > .video {
  background: #000000;
  max-width: 800px;
  width: 100%;
  box-shadow: -9px 11px 0px 0px #0000008f;
  -webkit-box-shadow: -9px 11px 0px 0px #0000008f;
  -moz-box-shadow: -9px 11px 0px 0px #0000008f;
  height: 100%;
  margin-bottom: 20px;
}

.video-container > .left,
.video-container > .right {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  height: 100%;
  align-items: stretch;
}

@media screen and (max-width: 960px) {
  .video-container {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 0 auto;
    height: auto;
  }
  .video-container > .left,
  .video-container > .right {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    height: 100%;
    align-items: stretch;
    width: 100%;
  }
  .video-container > .video {
    background: #000000;
    max-width: 800px;
    width: 100%;
    box-shadow: -3px 5px 0px 0px #0000008f;
    -webkit-box-shadow: -3px 5px 0px 0px #0000008f;
    -moz-box-shadow: -3px 5px 0px 0px #0000008f;
    height: 100%;
    margin-bottom: 20px;
  }
}

body.home-page .section-1 .text-images .image {
  margin-bottom: 20px;
}

body.home-page .section-2 {
  padding: 50px 0;
  background: #612c6c;
  overflow: hidden;
}

body.home-page .section-2 .top-row {
  margin-bottom: 50px;
}

body.home-page .section-2 .top-row .divider {
  margin-bottom: 30px;
}

body.home-page .section-2 .top-row .row {
  --bs-gutter-y: 30px;
}

body.home-page .section-2 .top-row .card {
  background: #8a7093;
  border: 2px solid #a492a9;
  padding: 30px 20px 20px 20px;
  border-radius: 0;
  height: 100%;
}

body.home-page .section-2 .top-row .card .body {
  height: 100%;
}

body.home-page .section-2 .top-row .card .seal {
  position: absolute;
  right: -20px;
  top: -20px;
  width: 70px;
}

@media screen and (max-width: 500px) {
  body.home-page .section-2 .top-row .card .seal {
    right: 0px;
    width: 50px;
  }
}

img.blockerzz-logo {
  max-height: 50px !important;
  height: auto;
}

img.hoopzz-solo-logo {
  height: 90px !important;
}

div#blockerzz-logo-container {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: min-content;
  margin: 0 auto;
}

body.home-page .section-2 .top-row .card .logo-container {
  margin-bottom: 30px;
  text-align: center;
}

body.home-page .section-2 .top-row .card .logo {
  text-align: center;
  padding: 0 20px;
  padding-bottom: 10px;
  border-bottom: 2px solid #612c6c;
  display: inline-block;
}

body.home-page .hoopzz-logo {
  width: 60%;
}

body.home-page .section-2 .top-row .card .details {
  border-bottom: 2px solid #612c6c;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

body.home-page .section-2 .top-row .card .details .image {
  margin-bottom: 30px;
}

body.home-page .section-2 .top-row .card .details .content .item h3 {
  font-size: 18px;
  color: #612c75;
  font-weight: 700;
  padding-left: 30px;
  position: relative;
}

body.home-page .section-2 .top-row .card .details .content .item h3:before {
  content: '';
  position: absolute;
  width: 19px;
  height: 16px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

body.home-page .section-2 .top-row .card .details .content .item ul {
  list-style: none;
  padding-left: 10px;
}

body.home-page .section-2 .top-row .card .details .content .item ul li {
  color: #fff;
}

body.home-page
  .section-2
  .top-row
  .card
  .details
  .content
  .item.game-type
  h3:before {
  background: url('../img/game-type-icon.jpg') no-repeat;
}

body.home-page
  .section-2
  .top-row
  .card
  .details
  .content
  .item.modes
  h3:before {
  background: url('../img/modes-icon.jpg') no-repeat;
}

body.home-page
  .section-2
  .top-row
  .card
  .details
  .content
  .item.players
  h3:before {
  background: url('../img/players-icon.jpg') no-repeat;
}

body.home-page .section-2 .top-row .card .details.orange .content .item h3 {
  color: #ff9900;
}

body.home-page .section-2 .top-row .card .description {
  color: #ffffff;
  font-weight: 600;
  margin-bottom: 30px;
}

body.home-page .section-2 .top-row .card .buttons {
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

body.home-page .section-2 .top-row .card .buttons.top-button-row {
  margin-bottom: 20px;
}

body.home-page .section-2 .top-row .card .buttons .btn {
  flex: 0 0 45%;
  border-radius: 50px;
  font-size: 16px;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px 10px 10px 10px;
  font-weight: 500;
  width: 100%;
  max-width: 430px;
  margin: 0 auto 20px auto;
  text-align: center;
  white-space: nowrap;
}

body.home-page .section-2 .top-row .card .buttons .btn.btn-howtoplay {
  background: #612c6c;
  border: 3px solid #612c6c;
}

body.home-page .section-2 .top-row .card .buttons .btn.btn-preview {
  background: #39b5c7;
  border: 3px solid #39b5c7;
}

body.home-page .section-2 .top-row .card .buttons .btn.btn-assign {
  background: #ff9900;
  border: 3px solid #ff9900;
  padding-inline: 28px;
}

body.home-page .section-2 .top-row .card .buttons .btn.btn-preregister {
  border: 3px solid #ff9900;
  padding-inline: 28px;
}

body.home-page .section-2 .top-row .card .buttons .btn img {
  width: 24px;
}

body.home-page .section-2 .top-row .card .coming-soon {
  color: #612c6c;
  font-weight: 600;
}

body.home-page .section-2 .bottom-row .image {
  margin-bottom: 30px;
}

body.home-page .section-2 .bottom-row h3 {
  color: #ffffff;
  font-size: 25px;
  font-weight: 800;
}

body.home-page .section-3 {
  padding: 50px 0;
  text-align: center;
}

body.home-page .section-3 h2 {
  text-shadow: none;
}

body.home-page .section-3 .row {
  --bs-gutter-y: 30px;
}

body.home-page .section-3 .card {
  border: 0;
  border-radius: 0;
}

body.home-page .section-3 .card .number {
  width: 100px;
  height: 100px;
  margin: 0 auto 10px auto;
  border: 8px solid #ff9900;
  font-weight: 900;
  font-size: 55px;
  font-family: 'Nunito';
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ff9900;
  border-radius: 50px;
}

body.home-page .section-3 .card .body h3 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #612c6c;
}

body.home-page .section-3 .card .body p {
  font-size: 18px;
  color: #612c6c;
}

body.home-page .section-3 .chat {
  margin-top: 50px;
}

body.home-page .section-3 .chat div {
  color: #ff9900;
  font-weight: 600;
  font-size: 20px;
}

body.home-page .section-3 .chat a {
  color: #612c6c;
  font-size: 18px;
  text-decoration: underline;
}

.section-goalzz {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  padding: 0 0 6vh;
  background: #3ac793;
}

.section-goalzz a {
  text-decoration: none;
}

.section-goalzz-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  color: white;
  text-align: center;
}
.section-goalzz-container > h2 {
  font-size: max(1.2rem, 2vw);
  margin-bottom: 20px;
}
.section-goalzz-container > div {
  width: 100%;
}

.section-goalzz-container > .container-fluid > .video-container img {
  width: 180px;
}
.section-goalzz .section-goalzz-container .lowerRow {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-top: 3vh;
}

#blockerzzBigLogo {
  max-width: min(500px, 70vw);
  height: auto;
  padding: 40px 0 20px 0;
}

#tryBlockerzzButton {
  margin-top: 30px;
  margin-bottom: 0 !important;
}

.section-goalzz .section-goalzz-container .lowerRow .goalzzPreview {
  width: 56.25%;
  max-width: 563px;
}

.section-goalzz .section-goalzz-container .lowerRow .buttonAndText {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 43.75%;
}

.section-goalzz .section-goalzz-container .lowerRow .buttonAndText > p {
  padding: 0 30px;
  font-size: 44px;
  font-weight: 900;
  line-height: 1.3;
  font-family: 'Nunito', sans-serif;
  color: #fff;
  text-shadow: -3px 2px 0 #0000008f;
  text-align: center;
}

.section-goalzz
  .section-goalzz-container
  .lowerRow
  .buttonAndText
  > p.secondary {
  color: #f90;
}

.section-goalzz
  .section-goalzz-container
  .lowerRow
  .buttonAndText
  .button-container {
  position: relative;
  margin-top: -40px;
  padding: 0;
}

.section-goalzz
  .section-goalzz-container
  .lowerRow
  .buttonAndText
  .button-container
  .goalzzPlay {
  width: 200px;
}

.section-goalzz
  .section-goalzz-container
  .lowerRow
  .buttonAndText
  .button-container
  .goalzzPlayHand {
  position: absolute;
  bottom: -6px;
  right: -62px;
  width: 130px;
}

.section-6 {
  background: #612c6c;
  display: flex;
  align-items: center;
  justify-content: center;
}

.section-6-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 1250px;
  padding-top: 5vh;
  padding-bottom: 5vh;
}

.section-6-container > p {
  font-size: 34px;
  color: white;
  text-align: center;
  margin: 0 auto;
  font-weight: bold;
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .section-6-container > p {
    font-size: 28px;
    width: 70%;
  }
}

.paint-splash-top {
  position: absolute;
  top: 0px;
  right: 0px;
  transform: rotate(90deg) translate(-50%, 0);
}

.paint-splash-bottom {
  position: absolute;
  bottom: 0px;
  left: 0px;
  transform: rotate(270deg) translate(-50%, 0);
}

.hoopzzLogo {
  width: 60%;
  max-width: 700px;
  margin: 0 auto;
}

.lowerRow {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  width: 80%;
  max-width: 1200px;
}

@media (max-width: 768px) {
  .lowerRow {
    flex-direction: column;
    align-items: center;
  }
  .lowerRow > .buttonAndText {
    width: 100%;
    margin-top: 10px;
  }
  .lowerRow > .buttonAndText > p {
    font-size: 40px;
  }
  .lowerRow > img {
    width: 80%;
  }
  .paint-splash-top {
    transform: rotate(90deg) translate(-70%, 0);
  }

  .paint-splash-bottom {
    transform: rotate(270deg) translate(-70%, 0);
  }

  .buttonAndText > img {
    width: 50%;
    margin: 0 auto;
  }
}

@media (max-width: 500px) {
  .lowerRow {
    flex-direction: column;
    align-items: center;
  }
  .lowerRow > .buttonAndText {
    width: 100%;
    margin-top: 10px;
  }
  .lowerRow > .buttonAndText > p {
    font-size: 40px;
  }
  .lowerRow > img {
    width: 80%;
  }
  .paint-splash-top {
    transform: rotate(90deg) translate(-80%, 0);
  }

  .paint-splash-bottom {
    transform: rotate(270deg) translate(-80%, 0);
  }
}

.hoopzzPreview {
  width: 50%;
  max-width: 400px;
}

.buttonAndText {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 50%;
}

.buttonAndText > p {
  font-size: 50px;
  font-family: 'Chewy', cursive;
  color: #ff9900;
  text-shadow: 2px 2px #bc4313;
  text-align: center;
  line-height: 1em;
  font-decoration: none !important;
}

.section5resourceslink {
  text-decoration: none;
}

.buttonAndText > img {
  height: 50%;
  max-width: 200px;
  margin: 0 auto;
}

body.home-page #previewGameModal .ratio-16x9 {
  --bs-aspect-ratio: 80%;
}

body.home-page #howToPlayModal .modal-dialog,
body.home-page #previewGameModal .modal-dialog {
  max-width: 900px;
  min-height: 600px;
}

body.home-page #howToPlayModal .modal-content,
body.home-page #previewGameModal .modal-content {
  background: #612c6c;
  color: #fff;
  border: 3px solid #705278;
  border-radius: 10px;
  height: 100%;
}

body.home-page #howToPlayModal .btn-close,
body.home-page #previewGameModal .btn-close {
  position: absolute;
  right: 10px;
  color: #dadada;
  background: none;
  border: 6px solid #dadada;
  border-radius: 50px;
  height: 25px;
  width: 25px;
  top: 10px;
  outline: none;
  box-shadow: none;
  font-size: 50px;
  line-height: 50px;
  font-weight: 800;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1;
}

body.home-page #howToPlayModal .modal-body,
body.home-page #previewGameModal .modal-body {
  height: 100%;
  min-height: 600px;
  padding: 80px 30px 40px 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

body.home-page #howToPlayModal .modal-body h3,
body.home-page #previewGameModal .modal-body h3 {
  text-align: center;
  font-weight: 800;
  font-size: 22px;
  margin-bottom: 20px;
}

body.home-page #howToPlayModal .modal-body ol,
body.home-page #previewGameModal .modal-body ol {
  padding-left: 20px;
}

body.home-page #howToPlayModal .modal-body ol li,
body.home-page #previewGameModal .modal-body ol li {
  margin-bottom: 10px;
  font-size: 19px;
}

body.home-page #howToPlayModal .modal-body .support,
body.home-page #previewGameModal .modal-body .support {
  margin-top: 30px;
}

body.home-page #howToPlayModal .modal-body .support h4,
body.home-page #previewGameModal .modal-body .support h4 {
  font-weight: 700;
  font-size: 22px;
  color: #ff9900;
}

body.home-page #howToPlayModal .modal-body .support p,
body.home-page #previewGameModal .modal-body .support p {
  font-size: 20px;
  font-weight: 600;
}

body.home-page #howToPlayModal .modal-body .support p a,
body.home-page #previewGameModal .modal-body .support p a {
  color: #ffffff;
  text-decoration: underline;
}

body.home-page #howToPlayModal .game-instructions .item,
body.home-page #previewGameModal .game-instructions .item {
  display: none;
}

/* === Thankyou Styles === */
body.thankyou-page .hero-section {
  background: url('../img/hero-bg.jpg') repeat top center #612c6c;
  padding: 50px 0;
  text-align: center;
}

body.thankyou-page .hero-section h1 {
  color: #ff9900;
  font-family: 'Nunito';
  font-size: 30px;
  font-weight: 900;
  margin-bottom: 30px;
  text-shadow: -3px 2px 0px #0000008f;
}

body.thankyou-page .hero-section h1 span {
  color: #39b5c7;
  display: block;
}

body.thankyou-page .hero-section .link {
  font-size: 20px;
  color: #ffffff;
  font-weight: 600;
}

body.thankyou-page .hero-section .card {
  background: #ff9900;
  box-shadow: -9px 11px 0px 0px #0000008f;
  -webkit-box-shadow: -9px 11px 0px 0px #0000008f;
  -moz-box-shadow: -9px 11px 0px 0px #0000008f;
  border-radius: 20px;
  margin-bottom: 50px;
}

body.thankyou-page .hero-section .card .body {
  padding: 20px 20px 30px 20px;
}

body.thankyou-page .hero-section .card .body h2 {
  font-size: 30px;
  color: #ffffff;
  margin-bottom: 30px;
  font-family: 'Nunito';
  font-weight: 800;
}

body.thankyou-page .hero-section .card .body h2 span {
  font-size: 23px;
  display: block;
}

body.thankyou-page .hero-section .card .body .image {
  margin-bottom: 30px;
}

body.thankyou-page .hero-section .card .body .btn {
  background: #612c6c;
  border: 3px solid #612c6c;
  border-radius: 20px;
  font-size: 22px;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px 40px 10px 40px;
  font-weight: 500;
  width: 100%;
  max-width: 430px;
  margin: 0 auto 20px auto;
}

body.thankyou-page .hero-section .card .body .btn:hover {
  background: transparent;
  color: #612c6c;
}

@media (min-width: 992px) {
  .section-title {
    font-size: 50px;
    margin-bottom: 50px;
  }
  /* === Home Styles === */
  body.home-page .hero-section {
    padding: 70px 0 65px 0;
  }
  body.home-page .hero-section h1 {
    font-size: 50px;
    margin-bottom: 20px;
  }
  body.home-page .hero-section .card {
    max-width: 800px;
    margin: 0 auto;
  }
  body.home-page .hero-section .card .seal {
    right: -60px;
    top: -60px;
    left: unset;
    transform: unset;
    width: 200px;
  }
  body.home-page .hero-section .card .body {
    padding: 40px 40px 50px 40px;
  }
  body.home-page .hero-section .card .body h2 {
    font-size: 40px;
    margin-bottom: 15px;
  }
  body.home-page .hero-section .card .body .h2-sub {
    font-size: 25px;
  }
  body.home-page .hero-section .card .body .button-container {
    margin-top: 40px;
  }
  body.home-page .hero-section .card .body .button-container .btn {
    font-size: 25px;
  }
  body.home-page .section-1 {
    padding: 70px 0;
  }

  body.home-page .section-2 {
    padding: 30px 0 70px 0;
  }
  body.home-page .section-2 .top-row {
    margin-bottom: 100px;
  }
  body.home-page .section-2 .top-row .row {
    --bs-gutter-x: 60px;
  }
  body.home-page .section-2 .top-row .card .details {
    display: flex;
  }
  body.home-page .section-2 .top-row .card .details .image {
    margin-bottom: 0;
    margin-right: 20px;
    flex: 0 0 280px;
  }
  body.home-page .section-2 .top-row .card .buttons {
    flex-direction: row;
  }
  body.home-page .section-2 .top-row .card .buttons .btn {
    margin-bottom: 0;
  }
  body.home-page .section-2 .bottom-row h3 {
    font-size: 38px;
  }
  body.home-page .section-3 .row {
    --bs-gutter-x: 30px;
    --bs-gutter-y: 0;
  }
  body.home-page #howToPlayModal .btn-close,
  body.home-page #previewGameModal .btn-close {
    right: -70px;
    top: 0;
  }
  body.home-page #howToPlayModal .modal-body,
  body.home-page #previewGameModal .modal-body {
    height: 100%;
    min-height: 600px;
    padding: 40px;
  }
  body.home-page #howToPlayModal .modal-body h3,
  body.home-page #previewGameModal .modal-body h3 {
    font-size: 30px;
    margin-bottom: 40px;
  }
  body.home-page #howToPlayModal .modal-body ol,
  body.home-page #previewGameModal .modal-body ol {
    padding-left: 30px;
  }
  body.home-page #howToPlayModal .modal-body ol li,
  body.home-page #previewGameModal .modal-body ol li {
    margin-bottom: 15px;
    font-size: 20px;
  }
  body.home-page #howToPlayModal .game-instructions .item,
  body.home-page #previewGameModal .game-instructions .item {
    display: none;
  }
  /* === Thankyou Styles === */
  body.thankyou-page .hero-section {
    padding: 70px 0;
  }
  body.thankyou-page .hero-section h1 {
    font-size: 50px;
    margin-bottom: 70px;
  }
  body.thankyou-page .hero-section .card {
    max-width: 800px;
    margin: 0 auto 50px auto;
  }
  body.thankyou-page .hero-section .card .body {
    padding: 40px 40px 50px 40px;
  }
  body.thankyou-page .hero-section .card .body h2 {
    font-size: 32px;
    margin-bottom: 30px;
  }
  body.thankyou-page .hero-section .card .body h2 span {
    font-size: 28px;
  }
  body.thankyou-page .hero-section .card .body .btn {
    font-size: 25px;
  }
}

@media (min-width: 1200px) {
  body.home-page .section-2 .top-row .row {
    --bs-gutter-y: 60px;
  }
}

.section-goalzz-container .text-images {
  display: none;
}

body.home-page .section-2 .container .top-row .game-filters {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 20px;
}

@media (max-width: 750px) {
  body.home-page .section-2 .container .top-row .game-filters {
    flex-direction: column;
  }
  body.home-page
    .section-2
    .container
    .top-row
    .game-filters
    .btn.btn-gameFilter {
    width: 200px;
  }
}

body.home-page
  .section-2
  .container
  .top-row
  .game-filters
  .btn.btn-gameFilter {
  border: 3px solid #39b5c7;
  padding-inline: 28px;
  border-radius: 20px;
  color: white;
  font-weight: bold;
}

div.headingCTA > div.button-container > a.btn {
  border: 3px solid #39b5c7;
  padding-inline: 28px;
  border-radius: 20px;
  color: white;
  font-weight: bold;
  background: #ff9900;
  font-size: 22px;
  margin-bottom: 70px;
}

body.home-page
  .section-2
  .container
  .top-row
  .game-filters
  .btn.btn-gameFilter.active-filter {
  background: #ff9900;
}

.hideGame {
  display: none !important;
}

.showGame {
  display: block !important;
}

@media screen and (max-width: 480px) {
  .leaderboardLogo {
    width: 90%;
  }
}

@media screen and (min-width: 1200px) {
  .logo {
    min-height: 100px;
    max-height: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  img.battlerzzLogo {
    height: 40px !important;
  }
  .logo > img {
    height: 80px;
    width: auto;
  }
  .details {
    min-height: 300px;
    max-height: 300px;
  }
}

section.hero-section div.container div.card div.body div.image-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

section.hero-section div.container div.card div.body div.image-row img {
  max-width: 380px;
  width: 90%;
  margin-top: 20px;
}

@media screen and (max-width: 900px) {
  section.hero-section div.container div.card div.body div.image-row {
    flex-direction: column;
    justify-content: center;
  }
}

section.hero-section div.container div.card div.body h2 {
  font-weight: 900;
}

section.hero-section div.container div.card div.body div.h2-sub strong {
  font-weight: 900;
}

@media screen and (max-width: 600px) {
  #koala-planet {
    width: 50%;
  }
}

#koala-planet {
  max-width: 250px;
}

body.thankyou-page #invite-hero-section h1 {
  font-size: 32px;
}

@media screen and (min-width: 500px) {
  body.thankyou-page #invite-hero-section h1 {
    font-size: 42px;
  }
}

@media screen and (min-width: 900px) {
  body.thankyou-page #invite-hero-section h1 {
    font-size: 46px;
  }
}

body.thankyou-page #invite-hero-section .card .body h2 {
  font-size: 40px;
  color: #ffffff;
  margin-bottom: 30px;
  font-family: 'Nunito';
  font-weight: 800;
}

body.thankyou-page #invite-hero-section .card .body h2 span {
  font-size: 23px;
  display: block;
  color: #612c6c;
}

body.thankyou-page
  #invite-hero-section
  .card
  .body
  .col-center
  .col-lg-6
  .chat
  a {
  color: black;
  font-size: 16px;
}

body.thankyou-page #invite-hero-section .card .body .col-center .col-lg-6 img {
  max-width: 300px;
}

.col-center {
  justify-content: center;
  align-items: center;
  display: flex;
  flex-direction: column;
}

.deadlineForSubmissions {
  text-align: center;
  font-size: 20px;
  padding-bottom: 40px;
  color: #612c6c;
  font-weight: bold;
}

.deadlineForSubmissions > div > div.text {
  margin-bottom: 8px;
}

#section1Title {
  padding-bottom: 0;
}

section#section1Video {
  padding-top: 0;
}
