@import url("https://fonts.googleapis.com/css?family=Raleway:300,400,700");
@import url("https://fonts.googleapis.com/css?family=Metal+Mania");

@font-face {
  font-family: "Booter - Zero Zero";
  src: url("Fonts/Booter - Zero Zero.woff") format("woff"),
    url("Fonts/Booter - Zero Zero.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}

* {
  box-sizing: border-box;
  font-family: Raleway;
  color: #777;
}

html,
body {
  margin: 0;
  padding: 0;
  min-height: 100%;
  overflow-y: scroll;
  scrollbar-width: none;
  /* background-image: url("Images/background.jpg"); */
  background-color: #ffffff;
  background-size: cover;
}

.body {
  overflow: scroll;
  overflow-y: hidden;
  filter: blur("8px");
  position: fixed;
}

.nav ul {
  margin: 0;
}

.nav li {
  display: inline;
}

.nav a {
  display: inline-block;
  padding: 0.5em;
  color: white;
  text-decoration: none;
}

.main-nav {
  text-align: center;
  font-size: 1.1em;
  font-weight: lighter;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.main-nav li {
  padding: 0 5%;
}

.nav a:hover {
  background-color: rgba(255, 255, 255, 0.3);
}

.main-header {
  background-color: rgba(0, 0, 0, 0.6);
  background-image: url("Images/Header Background.jpg");
  background-blend-mode: multiply;
  background-size: cover;
  padding-bottom: 30px;
}

.products-name {
  text-align: center;
  margin: 0;
  font-size: 4em;
  font-family: "Booter - Zero Zero";
  font-weight: normal;
  color: white;
}

.products-name-large {
  font-size: 8em;
}

.content-section {
  margin: 1em;
}

.container {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 1.5em;
}

.section-header {
  font-family: "Metal Mania";
  font-weight: normal;
  color: #333;
  text-align: center;
  font-size: 2.5em;
}

.about-products-image {
  float: left;
  height: 200px;
  width: 200px;
  margin: 15px; 
  border-radius: 50%;
}

.main-footer {
  background-color: #56ccf2;
  color: white;
  padding: 0.25em 0;
}

.main-footer-container {
  display: flex;
  align-items: center;
}

.main-footer-container ul {
  flex-grow: 1;
  text-align: end;
}

.footer-nav li {
  padding: 0.5em;
}

.footer-nav img {
  width: 30px;
  height: 30px;
}

.btn {
  text-align: center;
  vertical-align: middle;
  padding: 0.67em 0.67em;
  cursor: pointer;
}

.btn-continue{
  width: 220px;
  height: 30px;
  background: #3cb8ff;
  border: none;
  font-size: medium;
  font-weight: bold;
  text-align: center;
  color: #ffffff;
  cursor: pointer;
}

.btn-continue:hover {
  background: #89c9ee;
}

.btn-header {
  margin: 0.5em 15% 2em 15%;
  color: white;
  border: 2px solid #2d9cdb;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 0;
  font-size: 1.5em;
  font-weight: lighter;
  padding-left: 2em;
  padding-right: 2em;
}

.btn-header:hover {
  background-color: rgba(255, 255, 255, 0.3);
}

.btn-play {
  display: block;
  margin: 0 auto;
  color: #2d9cdb;
  font-size: 4em;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  padding: 0;
  text-align: center;
}

.btn-primary {
  color: #ffffff;
  background-color: #000000;
  border: none;
  border-radius: 0.3em;
  font-weight: bold;
  padding: 4%;
}

.btn-primary:hover {
  background-color: #7a7a7a;
}

.tour-row {
  border-bottom: 1px solid black;
  padding-bottom: 1em;
  margin-bottom: 1em;
}

.tour-row:last-child {
  border: none;
}

.tour-item {
  display: inline-block;
  padding-right: 0.5em;
}

.tour-date {
  color: #555;
  width: 11%;
  font-weight: bold;
}

.tour-city {
  width: 24%;
}

.tour-arena {
  width: 42%;
}

.tour-btn {
  max-width: 19%;
}

.shop-item {
  margin: 30px;
}

.shop-item:hover {
  color: #ffffff;
  /* box-shadow: 0 0 500px #830000; */
  text-shadow: 0 0 10px #ffffff;
}

.shop-item-title {
  display: block;
  width: 100%;
  text-align: center;
  font-weight: bold;
  font-size: 1.3em;
  color: #be0000;
  margin-bottom: 15px;
}

.shop-item-image {
  height: 150px;
  background-image: url("Images/bg-item.jpg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  padding: 10%;
}

.shop-item-image:hover {
  box-shadow: 0 0 300px #ff0000;
}

.shop-item-details {
  display: flex;
  align-items: center;
  padding: 5px;
}

.shop-item-price {
  flex-grow: 1;
  color: #be0000;
}

.shop-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.cart-header {
  font-weight: bold;
  font-size: 1.25em;
  color: #333;
}

.cart-column {
  display: flex;
  align-items: center;
  border-bottom: 1px solid black;
  margin-right: 1.5em;
  padding-bottom: 10px;
  margin-top: 10px;
}

.cart-row {
  display: flex;
}

.cart-item {
  width: 45%;
}

.cart-price {
  width: 20%;
  font-size: 1.2em;
  color: #333;
}

.cart-quantity {
  width: 35%;
}

.cart-item-title {
  color: #333;
  margin-left: 0.5em;
  font-size: 1.2em;
}

.cart-item-image {
  width: 75px;
  height: auto;
  border-radius: 10px;
}

.btn-danger {
  color: white;
  background-color: #eb5757;
  border: none;
  border-radius: 0.3em;
  font-weight: bold;
}

.btn-danger:hover {
  background-color: #cc4c4c;
}

.cart-quantity-input {
  height: 34px;
  width: 50px;
  border-radius: 5px;
  border: 1px solid #56ccf2;
  background-color: #eee;
  color: #333;
  padding: 0;
  text-align: center;
  font-size: 1.2em;
  margin-right: 25px;
}

.cart-row:last-child {
  border-bottom: 1px solid black;
}

.cart-row:last-child .cart-column{
  border: none;
}

.cart-total {
  text-align: end;
  margin-top: 10px;
  margin-right: 10px;
}

.cart-total-title {
  font-weight: bold;
  font-size: 1.5em;
  color: black;
  margin-right: 20px;
}

.cart-total-price {
  color: #333;
  font-size: 1.1em;
}

.btn-purchase {
  display: block;
  margin: 40px auto 80px auto;
  font-size: 1.75em;
}

/* The popup form - hidden by default */
.form-popup {
  display: none;
  position: fixed;
  left: 50%;
  top: 25%;
  transform: translate(-50%, -50%);
  box-shadow: 0 -2px 4px rgba(255, 255, 255, 0.2);
  transition: bottom 0.3s ease-in-out;
  background: rgb(236, 236, 236);
}

/* Add styles to the form container */
.form-container {
  width: auto;
  position: relative;
  max-width: 283px;
  padding: 10px;
  background-color: rgb(255, 255, 255);
  background-image: url('Images/bg-login.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  text-align: center;
}

/* Full-width input fields */
.form-container input[type="text"],
.form-container input[type="password"] {
  width: 100%;
  padding: .5em 1em;
  border: none;
  border:solid 1px #ccc;
  border-radius: 10px;
  background: #ececec;
}

/* When the inputs get focus, do something */
.form-container input[type="text"]:focus,
.form-container input[type="password"]:focus {
  background-color: #ececec;
  outline: none;
}

.form-container input[type="text"]::placeholder{
    color: rgb(0, 0, 0);
    font-size: 1.3vh;
}

/* Set a style for the submit/login button */
.form-container .btn {
  background-color: #505050;
  color: #ffffff;
  width: 100%;
  border: none;
  border:solid 1px #ccc;
  border-radius: 10px;
  cursor: pointer;
  font-size: small;
  width: 50%;
  margin-bottom: 10px;
  opacity: 1.0;
}

/* Add a red background color to the cancel button */
.form-container .cancel {
  background-color: red;
}

/* Add some hover effects to buttons */
.form-container .btn:hover,
.open-button:hover {
  opacity: 0.8;
}

.card-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 300px;
  height: 270px;
  border-radius: 5px;
  padding: 30px 40px;
  background: #fff;
  box-shadow: 10px 10px 15px #eaeaea, 10px -10px 15px #eaeaea;
  overflow: hidden;
  overscroll-behavior-y: contain;
}

.card-box .card-title h1 {
  font-size: 19px;
  margin: 0 0 15px;
  text-align: center;
}

.card-box .card { 
  align-items: center;
  display: flex;
}

.card-box .card input[type="radio"] {
  width: 25px;
  height: 25px;
  appearance: none;
  border: 2px solid #999;
  border-radius: 50%;
  margin: 10px 15px 10px 0;
  cursor: pointer;
  position: relative;
}

.card-box .card input[type="radio"]:checked::after {
  content: "";
  position: absolute;
  top:0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #3dc7d6;
}

.card-box .card .fa {
  font-size: 24px;
  margin-right: 15px;
  width: 30px;
  cursor: pointer;
}

.card-box .card span {
  font-size: 1.7vh;
  margin-left: 10px;
  align-items: center;
  display: inline-flex;
}

.backdrop {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

label {
  font-size: 0.9vh;
  display: inline-flex;
}



 

