@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
/* Import Local Fat Frank Font */
@font-face {
  font-family: 'FatFrank';
  src: url('https://urbanfunparties.co.uk/wp-content/uploads/2025/11/fat-frank-heavy.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
h1, h2, h4 {
  font-family: "FatFrank", sans-serif;
}

:root {
  --heading-1: 64px;
  --heading-small: 48px;
  --heading-2: 36px;
  --heading-3: 32px;
  --heading-4: 28px;
  --heading-5: 24px;
  --button-font: 22px;
  --body-font-lg: 20px;
  --body-font-medium: 18px;
  --theme-color: #ff7100;
}


.main-content-form.main-content-form-v1.version2 .form-group.teamName-form-group:after{
    background:unset !important;
}

.form-group.teamName-form-group.version2 {
    background: transparent !important;
}
.form-group.teamName-form-group.version2 h4{
    font-size:60px;
}
.price-annoucement img {
    width: 180px;
}
.price-annoucement{
    margin-bottom: 10px;
}
.price-annoucement {
    width: 62%;
    justify-content: center;
    display: inline-block;
}
.wheel-segment.highlighted {
  filter: brightness(1.5) drop-shadow(0 0 10px gold);
  z-index: 10;
  position: relative;
}

.wheel-segment.highlighted::after {
      content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 50%;
    animation: pulse 1s infinite;
    border: none !important;
}

@keyframes pulse {
  0% { opacity: 1; }
  50% { opacity: 0.5; }
  100% { opacity: 1; }
}

.spin-btn.disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

/* Wheel & segments */
.wheel {
  position: relative;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  overflow: hidden;
  transform: rotate(0deg);
}

.wheel-segment {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transform-origin: 50% 50%;
  clip-path: polygon(50% 50%, 100% 0, 100% 100%);
  display: flex;
  align-items: center;
  justify-content: center;
}

.wheel-segment span {
	position: absolute;
	top: 51%;
	left: 62%;
	transform-origin: 0 0;
	font-size: 10px;
	color: #fff;
	white-space: nowrap;
	padding: 40px;
	transform: skewY(45deg) rotate(-33deg);
	padding: 0;
}


* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  font-size: 62.5%;
}

body {
/*   font-family: "Montserrat", sans-serif; */
	 font-family: "FatFrank", sans-serif;
  font-weight: normal;
  font-size: var(--body-font-medium);
  font-style: normal;
  line-height: normal;
  background: #000;
}

button {
  border: none;
  outline: none;
}

h1 {
  font-size: var(--heading-1);
  font-weight: 800;
  color: rgb(255, 255, 255);
  line-height: 80px;
}

h2 {
  font-size: var(--heading-2);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: white;
  text-align: center;
  line-height: 1.5;
}

h3 {
  font-size: var(--heading-3);
  font-weight: 700;
}

h4 {
  font-size: var(--heading-4);
  font-weight: 700;
}

h5 {
  font-size: var(--heading-5);
  color: #fff;
  font-weight: 500;
}

a {
  text-decoration: none;
  transition: all 0.3s;
  color: inherit;
}

.text-underline {
  text-decoration: underline;
}

.theme-color {
  color: var(--theme-color)
}

img {
  max-width: 100%;
}

ul,
ol {
  list-style: none;
  padding: 0;
  margin: 0;
}

.theme-bg {
  background-color: var(--theme-color);
}

.default-btn {
  background-color: var(--theme-color);
  color: #fff;
  font-weight: bold;
  font-size: var(--button-font);
  text-transform: uppercase;
  padding: 1.5rem 4rem;
  border-radius: 0.5rem;
  min-height: 40px;
  border: 2px solid var(--theme-color);
  transition: all 0.2s ease-in-out;
}

.default-btn:hover {
  background: #e65a00;
  transform: scale(1.05);
}

.default-btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.default-btn:disabled:hover {
  transform: scale(1);
  background-color: var(--theme-color);
}

.default-btn:active {
  transform: scale(1.05);
}

.secondary-btn {
  background-color: #333333;
  border-color: #0000;
}


.secondary-btn:hover {
  transform: scale(1.05);
  background-color: #444444;
}

.secondary-btn:active {
  transform: scale(1.05);
}

.header {
  position: fixed;
  width: 100%;
  z-index: 9;
}

.footer-logo {
  position: fixed;
  width: 100px;
  bottom: 0;
  right: 0;
  z-index: 9;
}

.nav-logo {
  width: 200px;
}

.main-content-form .container-fluid {
  display: flex;
  justify-content: center;
  height: 100%;
  align-items: center;
/*   max-width: 1424px; */

max-width: 100%; 
	/* padding-top: 40px; */
  /* padding-bottom: 40px; */
  overflow-y: auto;
}

.title {
  text-align: center;
  margin-bottom: 35px;
}

.title h1 {
  text-transform: uppercase;
}


.title h5 {
  margin-top: 20px;
}

.main-content-form {
  height: 100vh;
  width: 100vw;
  padding: 40px 0;
  position: relative;
}

.main-content-form-inner {
  width: 100%;
  height: auto;
  max-height: 100%;
}

.teamName-form-layout,
.winner-announcment-form-layout {
  max-width: 588px;
  margin: auto;
}

.form-bg {
  background: #1c1c1c;
}

.form-layout {
  z-index: 9;
  padding: 42px;
  border-radius: 8px;
  position: relative;
  padding: 0;
  background: #0000;
  text-align: center;
  justify-content: center;
  padding: 12px;
}

.form-group {
  margin-bottom: 28px;
}

.form-control {
  background: #333333;
  border: 2px solid #555555;
  font-size: var(--body-font-lg);
  color: rgb(255, 255, 255);
  min-height: 60px;
  border-radius: 0.375rem;
  padding: 1.5rem 2rem;
  font-weight: 400;

}

.form-control::placeholder {
  color: #9ca3af;
  font-weight: 500;
}

.form-control:focus {
  outline: none;
  box-shadow: 0 0 0 2px var(--theme-color);
  background: #333333;
  border: 2px solid #555555;
  color: rgb(255, 255, 255);
}

/* Second form  */
.form-title h1 {
  font-size: var(--heading-small);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: white;
  text-align: center;
  background-color: #333333;
  border-radius: 0.5rem;
  margin-bottom: 3rem;
  padding: 1.5rem;
  margin-left: -1.5rem;
  margin-right: -1.5rem;
  margin-top: -1.5rem;
}

.table-wrapper {
  background-color: #2a2a2a;
  border-radius: 0.5rem;
  overflow: auto;
  margin-bottom: 2rem;
  flex: 1;
  min-height: 0;
}

.custom-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 600px;
}

.custom-table thead tr {
  background-color: #333333;
}

.custom-table th {
  border: 2px solid #555555;
  padding: 1rem;
  font-size: var(--heading-5);
  font-weight: 800;
  text-transform: uppercase;
  text-align: center;
  min-width: 60px;
  color: white;
}

.custom-table th:first-child {
  text-align: left;
  min-width: 120px;
}

.custom-table td {
  border: 2px solid #555555;
  padding: 1rem;
  font-size: var(--body-font-lg);
  font-weight: 500;
  text-align: center;
  background-color: #2a2a2a;
  color: white;
}

.custom-table td:first-child {
  text-align: left;
}

.custom-table td.bold {
  font-weight: 700;
}

.custom-table td.highlight {
  background-color: var(--theme-color);
  color: white;
}

.winnerFramePopup-form-layout {
  max-width: 588px;
  margin: auto;
}

.winnerFramePopup-form-layout h3 {
  margin-bottom: 3rem;
}

.overlay {
  position: fixed;
  height: 100%;
  width: 100%;
  background: #000;
  left: 0;
  top: 0;
}

.number-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
}

.number-btn {
  background-color: var(--theme-color);
  color: white;
  font-weight: bold;
  font-size: var(--button-font);
  text-transform: uppercase;
  padding: 2rem 2rem;
  border-radius: 0.5rem;
  min-height: 80px;
  min-width: 80px;
  transition: all 0.2s ease-in-out;
}


.number-btn:hover {
  transform: scale(1.05);
  background-color: #e65a00;
}

.number-btn:active {
  transform: scale(1.05);
}


.congrats-container {
  text-align: center;
  margin-bottom: 1.5rem;
}

.emoji {
  font-size: 53px;
  margin-bottom: 1.5rem;
}

.congrats-heading {
  font-size: var(--heading-2);
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: var(--theme-color);
  margin-bottom: 1.5rem;
}

.winner-card {
  background-color: #333333;
  color: white;
  padding: 1rem;
  border-radius: 1rem;
  margin-bottom: 1.5rem;
}

.winner-label {
  font-size: var(--heading-5);
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
  line-height: 1.5;
}

.winner-name {
  font-size: 28px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--theme-color);
  margin-bottom: 0.5rem;
  line-height: 1.5;
}

.winner-score {
  font-size: var(--button-font);
  font-weight: 500;
  color: white;
  line-height: 1.5;
  margin: 0;
}

.congrats-msg {
  font-size: var(--body-font-medium);
  font-weight: 500;
  color: #d1d5db;
  text-align: center;
  margin-bottom: 2rem;
}

/* Second form  */

/* Final Score */
.final-scores-container {
  border-radius: 12px;
  border: 4px solid var(--theme-color);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.8);
  max-width: 100%;
/*   margin: auto; */
  position: relative;
  z-index: 8;
  overflow: hidden;
  overflow-y: auto;
	margin-top: 50px;
}

/* Title */
.final-title {
  font-size: var(--heading-small);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: white;
  text-align: center;
  background: #333333;
  padding: 1.5rem;
  border-radius: 12px;
  margin-bottom: 2rem;
  border: 4px solid #555555;
}

/* Winner Section */
.winner-section {
  position: relative;
  margin-bottom: 3rem;
  text-align: center;
}

.winner-text {
  font-size: 42px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: var(--theme-color);
  animation: pulse 2s infinite;
  position: relative;
  z-index: 10;
}

.winner-bg {
  position: absolute;
  inset: 0;
  background: var(--theme-color);
  opacity: 0.2;
  filter: blur(40px);
  border-radius: 12px;
  animation: pulse 2s infinite;
}

.spinner-line {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 4px;
  height: 80px;
  background: var(--theme-color);
  opacity: 0.6;
  transform: translate(-50%, -50%) rotate(var(--rotate));
  transform-origin: center center;
  animation: spin 3s linear infinite;
  animation-delay: var(--delay);
}

/* Score Table */
.score-table-wrapper {
  background: #2a2a2a;
  border: 4px solid var(--theme-color);
  border-radius: 12px;
  margin-bottom: 2.5rem;
  overflow: hidden;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.6);
}

.score-table {
  width: 100%;
  border-collapse: collapse;
}

.score-table th,
.score-table td {
  border: 2px solid #555555;
  padding: 1.5rem;
  font-family: 'Montserrat', sans-serif;
  color: white;
}

.score-table th {
  background: #333333;
  font-size: 28px;
  font-weight: 800;
  text-transform: uppercase;
}

.score-table td {
  font-size: 22px;
  font-weight: 500;
}

.score-table th:nth-child(2) {
  text-align: center;
}

.score-table td:nth-child(2) {
  text-align: center;
  font-weight: 700;
}

.score-table tr.highlight {
  background: var(--theme-color);
  animation: pulse 2s infinite;
}

/* Buttons */
.action-buttons {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}


/* Shine effect */
.shine,
.shine-alt {
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, transparent, white, transparent);
  opacity: 0;
  transform: skewX(-20deg) translateX(-100%);
  transition: all 1s ease;
}

.default-btn:hover .shine {
  opacity: 0.3;
  transform: skewX(-20deg) translateX(100%);
}

.shine-alt {
  background: linear-gradient(to right, transparent, var(--theme-color), transparent);
}

.secondary-btn:hover .shine-alt {
  opacity: 0.2;
  transform: skewX(-20deg) translateX(100%);
}

.final-scores-container .secondary-btn {
  border: 4px solid #555555;
}

.final-scores-container .default-btn {
  position: relative;
  z-index: 7;
  overflow: hidden;
}

.final-scores-container .default-btn:hover {}

/* Animations */
@keyframes pulse {

  0%,
  100% {
    opacity: 1;
  }

  50% {
    opacity: 0.6;
  }
}

@keyframes spin {
  from {
    transform: translate(-50%, -50%) rotate(var(--rotate));
  }

  to {
    transform: translate(-50%, -50%) rotate(calc(var(--rotate) + 360deg));
  }
}

/* Final Score */

/* Qr code  */
.qr-section {
  text-align: center;
  color: #fff;
}
.qr-section {
    display: flex;
    flex-direction: column; /* stack vertically */
    align-items: center; /* center everything */
    width: 100%;
}

/* .qr-section .price-annoucement {
    text-align: center;
    margin-bottom: 15px;
}



.qr-im {
  display: inline-block;
  background: #fff;
  padding: 9px;
  margin: 15px 0;
  max-width: 140px;
} */

.price-annoucement {
  background: #333333;
  border: 4px solid #555555;
  padding: 10px;
  border-radius: 8px;
}

.price-annoucement h4 {
  margin-bottom: 0;
}

/* Qr code  */
.winning-bg {
  background: url('../img/winning-gif.gif')
}

/* Bonus Game  */
/* Container */
.bonus-game {
  background: #1C1C1C;
  padding: 20px;
  border-radius: 20px;
  max-width: 784px;
  width: 100%;
  margin: auto;
  border: 4px solid #ff7100;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.7);
}

/* Header */
.bonus-header {
  background: #333;
  color: white;
  padding: 1.5rem;
  border-radius: 15px;
  margin-bottom: 3rem;
  text-align: center;
}

.bonus-header h1 {
  font-size: var(--heading-small);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* Instructions */
.instructions {
  text-align: center;
  margin-bottom: 2rem;
}

.instructions p {
  margin: 0.5rem 0;
}

.instructions .main {
  font-size: var(--body-font-lg);
  font-weight: 600;
  color: #fff;
}

.instructions .sub {
  font-size: 16px;
  color: #aaa;
}

/* Wheel Container */
.wheel-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.wheel-wrapper {
  position: relative;
  margin-bottom: 3rem;
}

.wheel {
  width: 360px;
  height: 360px;
  border-radius: 50%;
  border: 8px solid #ff7100;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.6);
  position: relative;
  overflow: hidden;
}

.wheel img {
  position: absolute;
  top: 0;
  left: 0;
  transition: transform 3s ease-out;
  margin: auto;
  bottom: 0;
  right: 0;
  width: calc(100% - 18px);
  height: calc(100% - 18px);
}

/* Wheel center */
.wheel-center {
  position: absolute;
  top: 0px;
  left: 6px;
  width: 60px;
  height: 60px;
  background: #1C1C1C;
  border-radius: 50%;
  border: 4px solid #ff7100;
  z-index: 10;
  right: 0;
  bottom: 0;
  margin: auto;
}

/* Pointer */
.wheel-pointer {
  position: absolute;
  width: 40px;
  height: 40px;
  z-index: 50;
  pointer-events: none;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
  transition: all 0.6s ease-out;
}


.pointer-triangle {
  width: 0;
  height: 0;
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
  border-bottom: 32px solid #ff7100;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.5));
}

.pointer-inner {
  position: absolute;
  top: 4px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 24px solid #333;
}

/* Spin Button */
.default-btn.spin-btn {
  background: #ff7100;
  border-radius: 12px;
  border: 4px solid #ff7100;
  box-shadow: 0 5px 12px rgba(0, 0, 0, 0.5);
  transition: transform 0.2s ease, background 0.2s ease;
  margin-bottom: 2rem;
}

.default-btn.spin-btn:hover {
  background: #e65a00;
  transform: scale(1.05);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.6);
}

.default-btn.spin-btn:active {
  transform: scale(1);
}

.default-btn.spin-btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  transform: none;
  background: #ff7100;
}

/* Prizes list */
.prizes {
  background: rgba(0, 0, 0, 0.3);
  padding: 1.5rem;
  border-radius: 12px;
}

.prizes h3 {
  font-size: var(--body-font-medium);
  font-weight: 700;
  text-align: center;
  color: #ff7100;
  margin-bottom: 1rem;
}

.prize-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  text-align: center;
}

.prize-item {
  display: flex;
  align-items: center;
  justify-content: left;
  gap: 6px;
  color: #fff;
  font-size: 14px;
}

.prize-dot {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 1px solid #555;
}

.bonusGame-form-layout {
  z-index: 99;
  position: relative;
}

/* Bonus Game  */

/* width */
::-webkit-scrollbar {
  width: 0;
}

.last-pop-up {
  border: 4px solid #ff7100;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.7);
  max-width: 588px;
  margin: auto;
}

.last-pop-up .emoji {
  font-size: 40px;
}

.last-pop-up .price-annoucement {
  border: none;
  border-radius: 17px;
  padding: 20px;
}

.last-pop-up .congrats-heading {
  font-size: var(--heading-3);
}

.last-pop-up .secondary-btn {
  border: 4px solid #555555;
  padding: 20px 30px;
}

.last-pop-up .qr-im {
/*   border: 4px solid #ff7100; */
  padding: 5px;
  border-radius: 8px;
  max-width: 240px;
  margin: 20px 0;
}
.form-group.teamName-form-group {
    justify-content: space-between;
    align-items: center;
    color: #fff;
    gap: 22px;
    margin: 0;
    background: #0e0e0e;
    padding: 1.2rem;
    border-radius: 0.8rem;
}


.form-group.teamName-form-group .submit-btn {
    margin: 0;
}

.form-group.teamName-form-group h4 {
    margin-bottom: 1rem;
    margin-top: 1rem;
}

section.main-content-form:before {
    position: absolute;
    content: '';
    top: 0;
    height: 100%;
    width: 100%;
    left: 0;
    background-image: url('https://dev-dream.website/dreamtest/wp-content/uploads/2025/10/Untitled.png');
    background-size: cover;
    z-index: -1;
    opacity: 0.1;
}

.form-group.teamName-form-group img {
    width: 235px;
}
.form-bg.form-layout.teamName-form-layout {
    display: flex;
    gap: 2rem;
}
.wheel-pointer {
    display: block;
}

/* Version 1 */


.main-content-form.main-content-form-v1 .form-group.teamName-form-group {
    position:relative;
    background-color: transparent;
    z-index: 0;
}
/* .main-content-form.main-content-form-v1 .form-group.teamName-form-group:after {
    content:'';
    background-image: url('https://dev-dream.website/dreamtest/wp-content/uploads/2025/10/Untitled.png');
    background-size: cover;
    background-position: center;
    height:100%;
    width:100%;
    top:0;
    left:0;
    position:absolute;
    z-index: -1;
    opacity:0.1;
} */

.main-content-form.main-content-form-v1 .form-bg.form-layout.teamName-form-layout {
    gap: 10%;
    max-width: 100%;
	justify-content: space-around;
}
.footer-logo.footer-logo-v1 {
    right: unset;
    left: 0;
}
/* version 1 */
