* {
  margin: 0;
  padding: 0;
  font-family: sans-serif;
}
html {
  width: 100vw;
}
html,
body {
  overflow-x: hidden;
}

body:before {
  content: "";
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -10;
  background: url("./assets/background-asset-1.jpg") no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  box-shadow: inset 0 0 0 700px rgba(0, 0, 0, 0.6);
}

/* ==================================================================== */

/* Header and nav section  */

/* ==================================================================== */
header {
  width: 100%;
  height: 100px;
  position: fixed;
  top: 0;
  z-index: 2;
}
li {
  list-style-type: none;
}

a {
  text-decoration: none;
}

h1 {
  font-size: 3rem;
  color: #333;
  margin-bottom: 20px;
  font-weight: 700;
}
h2 {
  font-size: 1.8rem;
  color: #333;
  padding-bottom: 20px;
}

nav {
  position: fixed;
  display: flex;
  justify-content: space-around;
  align-items: center;
  background-color: black;
  color: white;
  height: 100px;
  width: 100%;
  border-bottom: 2px solid white;
  z-index: 1;
}

nav img {
  max-height: 80px;
}

nav ul {
  display: flex;
  font-size: 1rem;
  font-weight: 600;
}

nav li {
  margin: 0 20px;
}

nav ul a {
  color: white;
  padding: 10px;
  border-bottom: 3px solid transparent;
  transition: 0.5s;
}
nav ul a:hover {
  color: rgba(255, 255, 255, 0.507);
  border-color: rgb(255, 255, 112);
}

i {
  padding: 0 5px;
}
.dropdown {
  overflow: hidden;
}

.dropbtn {
  /* width: 85px; */
  height: 20px;
}
.dropdown .dropbtn {
  font-size: 16px;
  border: none;
  outline: none;
  color: white;
  padding: 0;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
  font-weight: 600;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #bcbbbb;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}
.dropdown-content a {
  float: none;
  color: black;
  display: block;
  text-align: left;
}
.dropdown-content a:hover {
  background-color: #484848;
  color: white;
  transition: 0.5s;
}
.dropdown:hover .dropdown-content {
  display: block;
  transition: 0.5s;
}

/* ======================================================================= */

/* First Section Content of homepage "Banner img and quote" */

/* ======================================================================= */

main {
  position: relative;
  margin: 0 auto;
  width: 100%;
  padding-bottom: 1px;
  margin-top: 80px;
}

#home img {
  object-fit: contain;
}

#banner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-items: center;
  background-color: rgb(26, 26, 26);
  padding: 100px;
}

#banner :first-child {
  text-align: center;
  color: white;
}

#banner h1 {
  font-size: 2.5rem;
  margin: 20px;
}

#banner p {
  font-size: 1.1rem;
  font-weight: 600;
  margin: 20px;
  color: white;
}

#banner aside {
  margin: 50px;
}

#banner a {
  display: block;
  background-color: rgb(255, 84, 84);
  border: 2px solid rgb(255, 255, 255);
  color: white;
  min-width: 120px;
  padding: 20px 80px;
  border-radius: 50px;
  font-size: 1.2rem;
  font-weight: 700;
  margin: 50px;
}

#banner a:hover {
  background-color: rgb(129, 26, 26);
  border-color: rgb(255, 255, 112);
  color: rgb(255, 255, 112);
  transition: 0.5s;
}

#banner img {
  max-height: 500px;
  min-width: 300px;
  width: 100%;
}

.background-section-setup {
  background-color: #f5f5f5;
  padding: 90px;
}

/* ======================================================================= */

/* Second third and fourth sections */
/* Why us, experience, and passion */

/* ======================================================================= */

/* effects all of them */
/* ================================================| */
.content-cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-items: center;
  margin: 350px 0;
  width: 100%;
  /* height: 900px; */
  background-color: rgb(238, 238, 228);
  padding: 20px 0;
}

.content-info {
  max-width: 550px;
  text-align: center;
  text-justify: auto;
}

.img-container {
  padding: 20px;
}

.img-special {
  padding: 20px 70px;
}

.content-cards img {
  display: block;
  width: 100%;
  max-height: 700px;
  border-radius: 10%;
  box-shadow: 0 4px 10px 2px;
}

.content-cards h2 {
  border-bottom: 2px solid black;
}

content-cards a {
  color: red;
}

/* ===============================================| */

/* effects why us only */
/* ===============================================| */
.content-cards ul {
  padding: 50px 20px;
  font-size: 1.6rem;
  color: rgb(53, 52, 52);
}

.content-cards li {
  padding: 10px;
  font-size: 1.6rem;
  color: rgb(53, 52, 52);
  font-weight: 500;
  height: 100px;
}

.content-info div {
  content: "\2713";
  font-size: 2.5rem;
  font-weight: 700;
  color: rgb(26, 221, 26);
}
.checklist {
  display: flex;
}
.check {
  margin: 0;
}

.check li {
  padding: 10px;
}

/* ===============================================| */

/* effects multiple sections */

/* ===============================================| */
.content-cards p {
  padding: 50px 20px;
  max-width: 600px;
  font-size: 1.6rem;
  color: rgb(53, 52, 52);
}
/* ===============================================| */

.content-cards button {
  position: relative;
  width: 200px;
  height: 50px;
  background-color: #4a4a48;
  color: rgb(255, 255, 255);
  border-radius: 10px;
  font-size: 1.1rem;
  border: 5px solid #4a4a48;
}

.content-cards button:hover {
  border-color: yellow;
  background-color: rgb(43, 43, 43);
  transition-duration: 0.5s;
}

/* css for products page */

#products-page {
  width: 80%;
  margin: 200px auto;
}

#products h1 {
  text-align: center;
}

#products h3 {
  font-size: 1.4rem;
}

#product-pane {
  width: 25%;
  min-width: 168px;
  max-width: 250px;
}

.product-list-container {
  display: flex;
  justify-content: space-evenly;
}

.product-list {
  padding: 30px 0;
  /* width: 100%; */
  /* border-right: 2px solid rgba(0, 0, 0, 0.155); */
  text-align: center;
}

.product-list li {
  /* color: #0056b3; */
  color: rgb(128, 213, 241);
  font-weight: 600;
  font-size: 1.1rem;
  margin: 10px 10px;
  cursor: pointer;
}
.product-list li:hover {
  color: #007bff;
}

.product-display {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 10px;
  min-height: 500px;
}

.product-display h2 {
  width: 100%;
  text-align: center;
  color: white;
}

.product-display p {
  color: white;
  font-weight: 700;
}
.product-tile {
  width: 200px;
  /* height: 250px; */
  text-align: center;
  color: #0056b3;
  padding: 10px;
  margin: 10px;
  border-radius: 10px;
}

.product-tile :hover {
  transform: scale(1.3);
  transition: 0.3s;
  cursor: pointer;
}

.product-tile h3 {
  padding: 30px 0;
}
#display-img img {
  padding: 20px;
  max-width: 400px;
  max-height: 500px;
  min-height: 500px;
  object-fit: contain;
}

#pinball-images {
  overflow: auto;
  white-space: nowrap;
  max-width: 400px;
  padding: 15px;
}

#pinball-images img {
  height: 100px;
  width: 100px;
  padding: 5px;
  opacity: 0.6;
}

#pinball-images img:hover {
  opacity: 1;
  cursor: pointer;
}

#selected-img {
  opacity: 1 !important;
}

#products {
  border-radius: 10px;
  /* background-color: rgba(238, 238, 228, 0.895); */
  background-color: transparent;
}

#products h1 {
  color: white;
}
#products h3 {
  color: white;
}

#products-page ::-webkit-scrollbar {
  height: 10px;
}

/* Track */
#products-page ::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
#products-page ::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
#products-page ::-webkit-scrollbar-thumb:hover {
  background: #555;
}

#pinball-info {
  display: flex;
  justify-content: space-around;
  width: 100%;
}

#additional-info {
  margin: 10px 0;
}

#order-btn {
  width: 200px;
  height: 50px;
  background-color: #436fc8;
  color: rgb(255, 255, 255);
  border-radius: 10px;
  font-size: 1.1rem;
  margin: 10px 0;
  padding: 0 10px;
}

#order-btn:hover {
  box-shadow: 2px 2px 10px 1px #000000;
  background-color: #436fc8;
  transition-duration: 0.2s;
  cursor: pointer;
}

#back-btn {
  width: 80px;
  height: 50px;
  background-color: rgb(46, 46, 46);
  color: rgb(255, 255, 255);
  border-radius: 10px;
  font-size: 1.1rem;
}

#back-btn:hover {
  box-shadow: 2px 2px 10px 1px #000000;

  background-color: rgb(46, 46, 46);
  transition-duration: 0.2s;
  cursor: pointer;
}

#product-info {
  min-width: 300px;
}

#product-info p {
  padding: 10px;
  font-size: 1.2rem;
}

#product-vid iframe {
  width: 100%;
  height: 50%;
  margin: 0 auto;
}

#info-section {
  padding: 30px;
  margin: 20px 0;
  min-height: 200px;
  background-color: rgba(94, 94, 94, 0.461);
  border-radius: 20px;
  box-shadow: 2px 2px 10px 1px rgb(183, 183, 183);
}

.additional-info {
  color: white;
  font-size: 1.2rem;
}

/* css for services page  */

.services {
  background-color: #f5f5f5;
  margin: 200px auto;
  max-width: 80%;
  overflow-x: hidden;
}

@keyframes btn-color {
  0% {
    background-color: red;
  }
  25% {
    background-color: blue;
  }
  50% {
    background-color: green;
  }
  100% {
    background-color: red;
  }
}

.services button {
  position: fixed;
  top: 200px;
  right: 20px;
  background-color: red;
  padding: 20px 50px;
  border: 3px solid white;
  color: white;
  font-size: 1rem;
  font-weight: 700;
  animation-name: btn-color;
  animation-duration: 4s;
  animation-iteration-count: infinite;
  border-radius: 10px;
}

.services button:hover {
  background-color: rgb(87, 0, 0);
  animation-name: none;
}

.services section {
  text-align: left;
  margin: 0 auto;
  padding: 50px 20px;
  width: 90%;
}

.services section img {
  max-width: 350px;
  min-width: 350px;
  max-height: 300px;
  min-height: 300px;
  object-fit: fill;
  border-radius: 10%;
  box-shadow: 0 4px 10px 2px;
  margin: 0 50px;
}

.services ul {
  padding: 40px;
  font-size: 1.5rem;
  border-radius: 5px;
}

.services li {
  list-style-type: disc;
  margin-bottom: 5px;
  color: rgb(255, 255, 112);
}

.invert-color {
  background-color: rgb(40, 39, 39);
}

.invert-color h2 {
  color: rgb(255, 255, 112);
}

.invert-color p {
  color: rgb(255, 255, 112);
}

.invert-color ul {
  color: rgb(255, 255, 112);
}

/* css for the about me page */

.about-container {
  max-width: 1200px;
  margin: 0 auto;
  text-align: left;
}

.about-container p {
  font-size: 1.5rem; /* Set the paragraph font size */
  line-height: 1.5; /* Adjust line height for readability */
  color: #555; /* Paragraph text color */
  margin: 30px 0;
}

.about-container img {
  height: 350px;
  border-radius: 10%;
  box-shadow: 0 4px 10px 2px;
  margin: 50px 50px;
}

.about-container ul {
  margin: 30px 20px; /* Add left margin for lists */
  font-size: 1.5rem; /* Set the list font size */
  color: #555; /* List text color */
}

.about-container li {
  padding: 10px 0;
}

/* Style headings within the content */

.about-container aside {
  max-width: 120px;
  background-color: rgb(67, 140, 241);
  border: 3px solid rgb(0, 0, 0);
  padding: 20px 80px;
  margin: 0 auto;
  border-radius: 10px;
  font-size: 1.2rem;
  font-weight: 700;
}

.about-container a {
  color: rgb(255, 255, 255);
}

.about-container aside:hover {
  background-color: rgb(139, 186, 243);
  border-color: rgb(19, 239, 7);
  color: rgb(255, 255, 255);
  transition: 0.5s;
}

/* This is css for the contact me page  */

.contact-container {
  max-width: 800px; /* Set the maximum width of the content */
  margin: 0 auto; /* Center the content horizontally */
  text-align: left; /* Align text to the left */
}

p {
  font-size: 1.5rem; /* Set the paragraph font size */
  line-height: 1.5; /* Adjust line height for readability */
  color: #555; /* Paragraph text color */
  margin: 20px 0;
}

.contact-container ul {
  margin: 20px; /* Add left margin for lists */
  font-size: 1.5rem; /* Set the list font size */
  color: #555; /* List text color */
}

/* Style headings within the content */

/* Style links within the content */
a {
  color: #007bff; /* Link text color */
}

/* Style links on hover */
a:hover {
  color: #0056b3; /* Change link color on hover */
}

/* Style the contact form */
form {
  margin-top: 20px; /* Add top margin for spacing */
  font-size: 1.3rem;
}

label {
  display: block; /* Display labels on separate lines */
  margin-bottom: 5px; /* Add bottom margin for spacing */
  font-weight: bold; /* Make labels bold */
}

input[type="text"],
input[type="email"],
textarea {
  width: 100%; /* Set input fields to full width */
  padding: 10px; /* Add padding to input fields */
  margin-bottom: 15px; /* Add bottom margin for spacing */
  border: 1px solid #ccc; /* Add a border to input fields */
  border-radius: 5px; /* Round the corners of input fields */
  font-size: 16px; /* Set the input font size */
}

textarea {
  resize: vertical; /* Allow vertical resizing of the textarea */
}

.contact-container button {
  background-color: #007bff; /* Button background color */
  color: #fff; /* Button text color */
  padding: 10px 20px; /* Add padding to buttons */
  border: none; /* Remove button border */
  border-radius: 5px; /* Round the corners of buttons */
  font-size: 16px; /* Set the button font size */
  cursor: pointer; /* Change cursor on hover */
  display: block;
  margin: 0 auto;
}

button:hover {
  background-color: #0056b3; /* Change button color on hover */
}

/* this is css for the photos */

#photo {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-height: 1200px;
  padding-bottom: 280px;
  font-weight: 700;
}

.photo-background-section-setup h1 {
  margin-top: 90px;
  color: #f5f5f5;
}

#photo-ui {
  margin: 40px auto;
  display: flex;
  justify-content: center;
  align-items: center;
  max-height: 700px;
}

.arrow {
  position: relative;
  top: calc(50% - 10px);
  left: 40%;
  border: solid rgb(255, 255, 255);
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 5px;
}

.img-slide {
  position: relative;
  height: 700px;
  width: 100px;
  min-width: 50px;
  background-color: rgb(53, 53, 53);
}
.img-slide:hover {
  background-color: rgb(109, 109, 109);
}
.img-slide:active {
  background-color: rgb(175, 175, 175);
}

.right {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

#img-display {
  display: flex;
  background-color: rgb(0, 0, 0);
  padding: 0 10px;
  height: 700px;
  min-height: 350px;
  max-height: 800px;
  min-width: 600px;
  max-width: 1068px;

  justify-content: center;
  align-items: center;
}

#img-display img {
  min-height: 300px;
  max-height: 600px;
  min-width: 250px;
  max-width: 600px;
}

.left {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}
#img-slider {
  position: relative;
  display: flex;
  background-color: rgb(135, 135, 135);
  border: 3px solid rgb(45, 45, 45);
  max-height: 210px;
  margin: 0 auto;
  max-height: 210px;
  min-width: 800px;
  max-width: 814px;
  width: 1000px;
  overflow-x: auto;
  overflow-y: hidden;
}

#img-slider::-webkit-scrollbar {
  height: 10px;
}

#img-slider::-webkit-scrollbar-track {
  background: #000000;
}

#img-slider::-webkit-scrollbar-thumb {
  background: #ffffff;
}
#img-slider::-webkit-scrollbar-thumb:hover {
  background: #b6b6b6;
}

#img-slider img {
  margin: 10px;
  height: 180px;
  width: 224px;
}

#videoContainer {
  margin: 40px;
  min-height: 700px;
  max-height: 700px;
}

#videoContainer video {
  max-height: 700px;
  min-height: 700px;
  max-width: 320px;
}

#video {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-height: 1200px;
  padding-bottom: 100px;
  font-weight: 700;
}

#video button {
  margin: 10px;
  padding: 15px 50px;
  border-radius: 10px;
}

#back-vid {
  visibility: hidden;
}

/* Thank You Page */

#thank-you {
  padding: 300px;
}
#thank-you p {
  text-align: center;
  color: white;
  font-size: 2rem;
}

/* Footer Section of all pages */

footer {
  margin: 0 auto;
  background-color: rgb(26, 26, 26);
  color: white;
  padding: 0 100px;
}
#footer-upper {
  padding: 80px 0;
  display: flex;
}

footer a {
  color: white;
  padding: 10px 10px;
}
footer p {
  color: white;
  font-size: 1em;
  margin: 0;
  min-width: 110px;
}

#footer-logo-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 55%;
  margin-right: 100px;
}

#footer-logo-container img {
  max-height: 60px;
}

#footer-logo-container button {
  height: 40px;
  width: 150px;
  border: 3px solid yellow;
  background-color: #4a4a48;
  border-radius: 5px;
  color: white;
}
#footer-logo-container button:hover {
  background-color: yellow;
  color: #4a4a48;
  transition: 0.5s;
}

.footer-sectionals {
  padding: 15px 50px 0;
  width: 15%;
}

#footer-lower {
  padding: 80px 0;
}

#connect {
  position: relative;
  max-width: 200px;
  margin: 0 auto;
}

#connect ul {
  display: flex;
  justify-content: center;
  position: relative;
  width: 100%;
}
#connect li {
  padding: 10px;
}
#connect img {
  width: 32px;
}

.flex-div {
  display: flex;
  align-items: center;
}

footer hr {
  border: none;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.588);
}

#copyright {
  text-align: center;
  color: rgb(209, 209, 209);
  padding-top: 20px;
}

/* Responsive End; */

@media only screen and (max-width: 1920px) {
  .content-cards ul {
    font-size: 1.2rem;
  }
  .content-cards span {
    font-size: 3rem;
  }
  .content-cards img {
    max-height: 500px;
  }
}

@media only screen and (max-width: 1550px) {
  .flex-div {
    flex-wrap: wrap;
  }
  .services .flex-div {
    justify-content: center;
  }
  .services p {
    max-width: 600px;
  }

  #footer-upper div {
    margin: 20px 0;
  }
}
@media only screen and (max-width: 1200px) {
  #product-pane {
    display: none;
  }
  .product-list-container {
    justify-content: center;
    text-align: center;
  }
  #pinball-images {
    margin: 0 auto;
  }
}

@media only screen and (max-width: 1088px) {
  #pinball-info {
    flex-direction: column;
  }

  .product-display {
    justify-content: center;
  }

  .reverse-div {
    flex-direction: column-reverse;
  }
  #footer-upper {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  footer p {
    width: none;
  }
  .footer-sectionals {
    width: 100%;
  }
}

@media only screen and (max-width: 950px) {
  nav {
    flex-direction: column;
  }
  nav img {
    max-height: 40px;
  }
  nav div {
    margin-left: 20px;
    align-self: first baseline;
  }

  .services section div p {
    font-size: 1rem;
  }
  .services section div ul {
    font-size: 1rem;
  }
  .services section p {
    font-size: 1rem;
  }

  #photo {
    min-width: 370px;
    padding: 100px 0;
  }

  #img-display {
    max-height: 300px;
    max-width: 300px;
    min-width: 250px;
  }

  #img-display img {
    min-height: 300px;
    max-height: 300px;
    min-width: 250px;
    max-width: 250px;
  }
  .img-slide {
    max-height: 350px;

    min-width: 30px;
    max-width: 50px;
  }

  .arrow {
    left: 10%;
  }

  #img-slider {
    max-height: 100px;
    min-width: 320px;
    max-width: 364px;
  }
  #img-slider img {
    max-height: 70px;
  }
}

@media only screen and (max-width: 630px) {
  .contact-container ul li {
    display: flex;
    flex-direction: column;
    font-size: 1.3rem;
    text-align: center;
  }
}

@media only screen and (max-width: 500px) {
  #banner h1 {
    margin: 0;
    padding-top: 40px;
  }
  h1 {
    font-size: 2.5rem;
    text-align: center;
  }

  h2 {
    text-align: center;
  }

  .img-container img {
    width: 80%;
    margin: 0 auto;
  }

  .img-special {
    padding: 40px 0px;
  }

  .dropdown .dropbtn {
    font-size: 0.8rem;
    border-bottom: 3px solid transparent;
  }

  .dropdown {
    margin-left: 0;
  }

  nav ul {
    font-size: 0.8rem;
  }
  nav li {
    margin: 0;
  }
  #banner {
    padding: 0px;
    display: block;
  }
  #banner p {
    padding-top: 40px;
    width: 90%;
    margin: 0 auto;
  }
  #banner aside {
    margin: 0;
  }

  #banner a {
    max-width: 120px;
    margin: 50px auto;
  }
  .content-cards {
    margin: 250px 0;
  }

  .content-cards li {
    font-size: 1.3rem;
  }

  .content-cards p {
    font-size: 1.3rem;
    width: 85%;
  }

  #display-img {
    text-align: center;
  }

  #display-img img {
    padding: 0;
    max-width: 300px;
    max-height: 400px;
    min-height: 400px;
  }
  #pinball-images {
    max-width: 300px;
  }

  #info-section {
    padding: 10px;
    max-width: 90%;
    margin: 20px auto;
  }

  .additional-info {
    font-size: 1rem;
  }

  .services section {
    padding: 20px 0;
  }
  .services p {
    padding: 20px;
  }

  .services section img {
    display: block;
    max-width: 250px;
    min-width: 250px;
    max-height: 200px;
    min-height: 200px;
    margin: 0 auto;
  }

  #about-me {
    padding: 80px 20px;
  }

  #about-me p {
    font-size: 1.3rem;
    text-align: center;
  }
  .about-container ul {
    font-size: 1.3rem;
  }

  .about-container img {
    margin: 50px auto;
  }

  #videoContainer {
    max-height: 500px;
    min-height: 500px;
    max-width: 320px;
  }

  #videoContainer video {
    max-height: 500px;
    min-height: 500px;
    max-width: 320px;
  }

  #contact {
    padding: 90px 30px;
  }

  #contact form {
    position: relative;
    left: -10px;
  }
  .contact-container h1 {
    text-align: center;
  }

  .contact-container p {
    font-size: 1.3rem;
    text-align: center;
  }
}
