body {
  cursor: url(img/background/cursors/Cursor.svg), auto;
  overflow-x: hidden;
  background-color: #062962;
}

body a:hover {
  cursor: url(img/background/Pointer.svg), auto;
}

@font-face {
  font-family: Guardian;
  src: url(Fonts/Graun-Regular.otf);
}

@font-face {
  font-family: Guardian Heavy;
  src: url(Fonts/GraunBold.otf);
}

body {
  opacity: 100%;
  width: 100%;
  font-size: 2.2dvw;
  margin: 0;
  -webkit-user-drag: none;
  background-color: white;
}

.topnavbar {
  background-color: #062962;
  width: 100%;
  height: 150px;
  padding-left: 2%;
}

.Games,
.Jobs {
  font-family: Arial;
}

header {
  background-color: #062962;
}

footer {
  height: 100%;
  width: 100%;
  bottom: 100%;
  background-color: #062962;
  font-family: Guardian;
}

footer a {
  color: white;
}

footer a {
  padding-left: 6%;
  padding-right: 6%;
  text-decoration: none;
}

footer:hover {
  text-decoration: none;
}

footer a:hover {
  text-decoration: none;
}

footer a:hover {
  cursor: url(img/background/Pointer.svg), auto;
}

.sass a {
  color: black;
  font-family: Guardian;
}

.sass a:hover {
  color: #b84f20;
}

.title {
  font-family: Guardian;
  padding-left: 2%;
  color: #fbe64d;
}

.topnav :hover {
  color: #fbe64d;
}

::-moz-selection {
  /* Code for Firefox */
  color: black;
  background: #fbe64d;
}

::selection {
  user-select: text;
  color: black;
  background: #fbe64d;
}

.topnavbar a {
  color: white;
  font-family: Guardian Heavy;
  font-size: 4dvh;
  padding: 2%;
  float: left;
  text-decoration: none;
}

.topnavbar .Home a {
  padding-left: 40px;
}

.topnavbar img {
  float: right;
  padding-right: 2%;
}

.topnav {
  background-color: #0b1e47;
  width: 100%;
  top: 0%;
  padding-bottom: 1%;
}

.topnav {
  font-family: Guardian Heavy;
  font-size: 1dvh;
  font-weight: 900;
}

.topnav a {
  color: white;
  text-decoration: none;
  font-size: 2dvh;
}

.topnav a:hover {
  color: #ffff66;
  text-decoration: underline;
  font-size: 2dvh;
}

img a:hover {
  cursor: url("img/background/cursors/Pointer1.svg");
  float: right;
}

.topnavbar a {
  position: relative;
  display: inline-block;
  padding-bottom: 8px;
}

.topnavbar a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: transparent;
  transition: background-color 0.2s ease;
}

.topnavbar a:hover {
  font-family: Guardian Heavy;
}

.topnavbar a:nth-of-type(1):hover::after {
  background-color: #e93717;
}

.topnavbar a:nth-of-type(2):hover::after {
  background-color: #ef8636;
}

.topnavbar a:nth-of-type(3):hover::after {
  background-color: #389fee;
}

.topnavbar a:nth-of-type(4):hover::after {
  background-color: rgb(241, 184, 60);
}

.topnavbar a:nth-of-type(5):hover::after {
  background-color: rgb(78, 172, 12);
}

.topnavbar a:nth-of-type(6):hover::after {
  background-color: rgb(151, 7, 195);
}

.navbox {
  width: 80%;
  height: 80%;
  border: 10px white;
  font-size: 2.5dvh;
  z-index: 10000000;
  top: 0;
  right: 0;
  background-color: #062962;
}

img {
  -webkit-user-drag: none;
}

.topnavbar img a:hover {
  cursor: url("img/background/cursors/Pointer1.svg");
}

.sass {
  padding-top: 5%;
  padding-left: 5%;
  padding-right: 5%;
  padding-bottom: 2%;
}

h1 {
  font-family: Guardian;
}

h2 {
  font-family: Guardian;
}

body::-webkit-scrollbar {
  width: 1em round;
  overflow: scroll;
  background-color: white;
}

body::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px #1e4cad;
}

body::-webkit-scrollbar-thumb {
  background-color: #0b1e47;
  outline: 1px solid #0b1e47;
  width: 1em round;
  border-radius: 10px;
}

body::-webkit-scrollbar-thumb:hover {
  cursor: url("img/background/cursors/Pointer1.svg");
}

header a {
  border-right: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}

#bottom a {
  color: white;
}

tr {
  text-decoration: none;
}

.home,
.about,
.work,
.games,
.shop {
  font-size: 1dvh;
}

.topfoot {
  border-top: white 3px;
  border-left: white 3px;
  border-right: white 3px;
}

.topnav a:first-child {
  color: white;
  font-size: 3dvh;
}

#Graun .topfoot a:nth-of-type(1):hover {
  text-decoration: underline;
  text-decoration-color: red;
  text-decoration-thickness: 7px;
}

#Graun .topfoot a:nth-of-type(2):hover {
  text-decoration: underline;
  text-decoration-color: rgb(64, 179, 224);
  text-decoration-thickness: 7px;
}

#Graun .topfoot a:nth-of-type(3):hover {
  text-decoration: underline;
  text-decoration-color: rgb(233, 143, 17);
  text-decoration-thickness: 7px;
}

#Graun .topfoot a:nth-of-type(4):hover {
  text-decoration: underline;
  text-decoration-color: rgb(233, 17, 197);
  text-decoration-thickness: 7px;
}

#Graun .topfoot a:nth-of-type(5):hover {
  text-decoration: underline;
  text-decoration-color: #e5cda5;
  text-decoration-thickness: 7px;
}

#Graun .topfoot a:nth-of-type(6):hover {
  text-decoration: underline;
  text-decoration-color: #f3afd9;
  text-decoration-thickness: 7px;
}

.topnavright {
  top: 100%;
  float: right;
  color: white;
}

::-moz-selection {
  background: rgba(255, 234, 2, 0.967);
}
::selection {
  background: rgba(255, 234, 2, 0.967);
}

.topnavright a {
  -webkit-text-fill-color: white;
}

.topnavright a:hover {
  -webkit-text-fill-color: #fbe64d;
}

.box a {
  padding-right: 2%;
}

.topfoot a:hover {
  text-decoration: none;
}

.topfoot .Mail a:hover {
  color: red;
}

.topfoot h1 a {
  padding-right: 0%;
}

.main {
  cursor: url(img/background/cursors/Mouse%20cursor);
}

table {
  width: 75%;
  margin: auto;
}

a {
  color: #b84f20;
  text-decoration: none;
}

.main a:hover {
  color: #062962;
}

th {
  font-family: Guardian;
  font-size: 3vw;
}

td {
  font-family: Guardian;
  font-size: 2.5vw;
}

/*table,
th,
td {
  border: 1px solid black;
  border-collapse: collapse;
  font-size: 3vw;
}

td {
  font-family: Guardian;
}


*/

.container {
  max-width: 740px;
  margin: 0 auto;
  padding: 40px 20px;
}

h1 {
  font-family: Guardian;
  font-size: 42px;
  line-height: 1.15;
  margin-bottom: 12px;
  color: #121212;
  letter-spacing: -0.5px;
}

.standfirst {
  font-family: Guardian;
  font-size: 20px;
  line-height: 1.5;
  color: #707070;
  margin-bottom: 40px;
  padding-bottom: 20px;
  border-bottom: 1px solid #dcdcdc;
}

.form-section {
  margin-bottom: 40px;
}

.section-title {
  font-family: Guardian;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #121212;
  letter-spacing: -0.5px;
}

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

label {
  font-family: Guardian;
  display: block;
  margin-bottom: 8px;
  color: #121212;
  font-weight: 700;
  font-size: 20px;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="number"],
textarea,
select {
  width: 100%;
  padding: 12px;
  background-color: #ffffff;
  border: 2px solid #707070;
  border-radius: 0;
  color: #121212;
  font-size: 16px;
  font-family: Guardian;
  transition: border-color 0.2s ease;
}

input:focus,
textarea:focus,
select:focus {
  outline: none;
  border-color: #052962;
}

textarea {
  min-height: 120px;
  resize: vertical;
}

.product-item {
  background-color: #f6f6f6;
  padding: 20px;
  margin-bottom: 16px;
  border-left: 4px solid #ff4e36;
}

.product-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 12px;
  gap: 20px;
}

.product-name {
  font-weight: 700;
  color: #121212;
  font-size: 18px;
  line-height: 1.3;
}

.product-price {
  color: #121212;
  font-size: 18px;
  font-weight: 700;
  white-space: nowrap;
}

.product-description {
  font-size: 14px;
  color: #707070;
  margin-bottom: 12px;
  line-height: 1.4;
}

.quantity-control {
  display: flex;
  align-items: center;
  gap: 12px;
}

.quantity-control button {
  background-color: #052962;
  color: #ffffff;
  border: none;
  width: 36px;
  height: 36px;
  font-size: 20px;
  font-weight: 700;
  cursor: url(img/background/cursors/Pointer.svg), pointer;
  transition: background-color 0.2s ease;
}

.quantity-control button:hover {
  background-color: #ff4e36;
  cursor: url(img/background/cursors/Pointer.svg), pointer;
}

.quantity-control input {
  width: 70px;
  text-align: center;
  padding: 8px;
}

.quantity-label {
  font-size: 14px;
  color: #707070;
  font-weight: 400;
}

.order-summary {
  background-color: #fffcf2;
  padding: 24px;
  margin-top: 40px;
  border-top: 4px solid #ffe500;
}

.summary-title {
  font-family: Guardian;
  font-size: 24px;
  font-weight: 100;
  margin-bottom: 20px;
  color: #121212;
}

.summary-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 12px;
  font-size: 16px;
  color: #121212;
}

.summary-row.total {
  border-top: 2px solid #121212;
  padding-top: 16px;
  margin-top: 16px;
  font-size: 24px;
  font-weight: 100;
}

.submit-btn {
  width: 100%;
  padding: 16px;
  background-color: #ff4e36;
  color: #ffffff;
  border: none;
  font-size: 18px;
  font-weight: 700;
  cursor: url(img/background/cursors/Pointer.svg), pointer;
  transition: background-color 0.2s ease;
  margin-top: 24px;
  font-family: Guardian;
}

.submit-btn:hover {
  background-color: #e03524;
  cursor: url(img/background/cursors/Pointer.svg), pointer;
}

.submit-btn:disabled {
  background-color: #dcdcdc;
  cursor: url(img/background/cursors/Pointer.svg), pointer;
}

.error-message {
  color: #ff4e36;
  font-size: 14px;
  margin-top: 6px;
  font-weight: 700;
}

.success-message {
  background-color: #58a05a;
  color: #ffffff;
  padding: 24px;
  text-align: center;
  margin-bottom: 30px;
  display: none;
  font-size: 18px;
  font-weight: 700;
}

.info-box {
  background-color: #f6f6f6;
  border-left: 4px solid #052962;
  padding: 16px;
  margin-bottom: 24px;
  font-size: 15px;
  line-height: 1.5;
}

@media (max-width: 768px) {
  h1 {
    font-size: 32px;
  }

  .standfirst {
    font-size: 18px;
  }

  .section-title {
    font-size: 24px;
  }

  .product-header {
    flex-direction: column;
    gap: 8px;
  }

  .nav-links {
    display: none;
  }
}

.form-section,
.form-group label {
  color: black;
}
.topnav a:first-child {
  color: white;
  font-size: 3dvh;
}
.payment-section {
  background: rgba(255, 255, 255, 0.1);
  padding: 20px;
  border-radius: 8px;
  margin: 20px 0;
}
#card-element {
  background: white;
  padding: 12px;
  border-radius: 4px;
  border: 1px solid #ccc;
}
#card-errors {
  color: #fa755a;
  margin-top: 10px;
}
.payment-method-selector {
  display: flex;
  gap: 15px;
  margin-bottom: 20px;
}
.payment-option {
  flex: 1;
  padding: 15px;
  border: 2px solid #ddd;
  border-radius: 8px;
  cursor: url(img/background/Pointer.svg), auto;
  text-align: center;
  background: white;
  transition: all 0.3s;
}
.payment-option:hover {
  border-color: #012169;
}
.payment-option.active {
  border-color: #012169;
  background: #e6f0ff;
}
.payment-option input[type="radio"] {
  margin-right: 8px;
}
.bank-transfer-info {
  background: white;
  padding: 20px;
  border-radius: 8px;
  margin-top: 15px;
  color: #333;
}
.bank-transfer-info h4 {
  margin-top: 0;
  color: #012169;
}
.bank-detail {
  margin: 10px 0;
  padding: 8px;
  background: #f5f5f5;
  border-left: 3px solid #012169;
  font-family: monospace;
}
.processing-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 9999;
  justify-content: center;
  align-items: center;
}
.processing-overlay.active {
  display: flex;
}
.processing-content {
  background: white;
  padding: 30px;
  border-radius: 10px;
  text-align: center;
}
.spinner {
  border: 4px solid #f3f3f3;
  border-top: 4px solid #012169;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  animation: spin 1s linear infinite;
  margin: 0 auto 20px;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
