* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  background-color: white;
}
nav {
  background-color: #2c3e75;
  padding: 22px 320px;
}
nav a {
  color: white;
  text-decoration: none;
  margin: 0 15px;
  font-weight: normal;
  font-size: 14px;
}
nav a.active {
  font-weight: bold;
}
.header {
  background: rgba(255, 255, 255, 0.7);
  display: flex;
  gap: 5px;
  justify-content: space-between;
  align-items: center;
  padding: 20px 280px;
  border-top: 4px solid red;
}
.header h1 {
  font-size: 30px;
  color: #a40f0f;
  letter-spacing: 2px;
}
.header h2 {
  font-size: 30px;
  color: #a40f0f;
  letter-spacing: 2px;
}
.header p {
  font-size: 20px;
  color: #a40f0f;
}
.main-image {
  margin-top: 15px;
  width: 100%;
  height: 650px;
  object-fit: cover;
  object-position: top;
}
.intro-box1 {
  position: absolute;
  top: 25%;
  left: 45%;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 15px;
  border: 2px solid #a71717;
  max-width: 380px;
  text-align: left;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.intro-box1 h2 {
  color: #a71717;
  font-style: italic;
  font-size: 28px;
  margin-bottom: 10px;
  line-height: 1.2;
}
.intro-box1 p {
  color: #2c3e75;
  font-size: 25px;
  font-family: "Helvetica Neue", Arial, sans-serif;
  line-height: 1.4;
  margin-bottom: 15px;
}
.contact-button {
  display: inline-block;
  background: linear-gradient(to right, #a71717 50%, white 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  color: #a71717;
  border: 2px solid #a71717;
  padding: 10px 20px;
  font-weight: bold;
  cursor: pointer;
  transition: background-position 0.4s ease, color 0.4s ease;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 14px;
}
.contact-button:hover {
  background-position: left bottom;
  color: white;
}
.image-section1 {
  position: relative;
}
.specialist-info {
  margin-top: 15px;
  padding: 14px 0;
  background-color: #2c3e75;
  color: white;
  font-size: 22px;
  text-align: center;
}
.repair-info {
  max-width: 1100px;
  margin: 40px auto;
  padding: 0 20px;
  text-align: center;
  font-family: "Poppins", sans-serif;
  color: #333;
}
.repair-info h2 {
  color: #2c3e78;
  font-weight: 700;
  font-size: 28px;
  margin-bottom: 15px;
}
.repair-info p {
  font-weight: 300;
  font-size: 16px;
  line-height: 1.6;
  max-width: 1000px;
  margin: 0 auto;
}
.main2-image {
  margin-top: 15px;
  width: 100%;
  height: 590px;
  object-fit: cover;
  object-position: top;
}
.intro-box2 {
  position: absolute;
  top: 157%;
  left: 44%;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 0 10px 30px 15px;
  border: 2px solid #a71717;
  max-width: 620px;
  text-align: left;
}
.intro-box2 h2 {
  color: #2c3e75;
  font-size: 16px;
  padding: 10px 0 10px 0;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  margin-bottom: 10px;
}
.intro-box2 p {
  color: black;
  font-size: 16px;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  margin-bottom: 15px;
}
.service-button {
  display: inline-block;
  background: linear-gradient(to right, #a71717 50%, white 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  color: #a71717;
  border: 2px solid #a71717;
  padding: 10px 20px;
  font-weight: bold;
  cursor: pointer;
  transition: background-position 0.4s ease, color 0.4s ease;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 14px;
}
.service-button:hover {
  background-position: left bottom;
  color: white;
}
.image-section3 {
  position: relative;
  background: url("image/2.png") center center/cover no-repeat;
  height: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  margin: 20px 0px;
  color: white;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  font-size: 1.5rem;
  text-align: center;
  font-weight: 300;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
  overflow: hidden;
}
.image-section3::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(180, 0, 0, 0.7);
  z-index: 1;
}
.image-section3 p {
  position: relative;
  z-index: 2;
  max-width: 900px;
  margin: 0;
  line-height: 1.3;
  font-size: 22px;
}
.secondary-image {
  display: none;
}
.last-image {
  margin-top: 15px;
  width: 100%;
  height: 650px;
  object-fit: cover;
  object-position: top;
}
.last-image {
  margin-top: 15px;
  width: 100%;
  height: 420px;
  object-fit: cover;
  object-position: top;
}
.intro-box3 {
  position: absolute;
  top: 280%;
  left: 20%;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 10px 300px 20px 20px;
  max-width: 920px;
  text-align: left;
  box-sizing: border-box;
}
.intro-box3 h2 {
  color: #2c3e75;
  font-size: 24px;
  padding: 10px 0 10px 0;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}
.intro-box3 p {
  color: black;
  font-size: 18px;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}
.main-footer {
  margin-top: 20px;
  background-color: #2c3e75;
  padding: 22px 0;
  border-top: 4px solid red;
}

.mainSlotMachines-image {
  margin-top: 15px;
  width: 100%;
  height: 525px;
  object-fit: cover;
  object-position: top;
}
.intro-section {
  margin-top: 20px;
  background-color: #2c3e75;
  color: white;
  padding: 40px 10px;
  text-align: center;
  font-family: Arial, sans-serif;
}
.intro-section h2 {
  font-weight: 700;
  font-size: 26px;
  margin-bottom: 15px;
  padding-top: 10px;
}
.intro-section p {
  font-size: 16px;
  max-width: 1000px;
  margin: 0 auto;
  line-height: 1.5;
}
.repair-section {
  max-width: 850px;
  margin: 50px auto;
  font-family: Arial, sans-serif;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.text-content {
  flex: 1;
  padding-right: 50px;
  color: #3a0b00;
}

.text-content h3 {
  color: #a52a2a;
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 20px;
}

.text-content p {
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 15px;
}

.image-container {
  flex-shrink: 0;
  width: 350px;
  box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.3);
  border: 3px solid white;
}

.image-container img {
  width: 100%;
  height: auto;
}

.sales-section {
  background-color: #a91111;
  color: white;
  padding: 40px 250px;
  max-width: 100%;
  margin: 0 auto;
  font-family: Arial, sans-serif;
  display: flex;
  gap: 40px;
  align-items: flex-start;
}
.sales-section img {
  width: 320px;
  height: auto;
  box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.4);
  border: 3px solid #ddd;
  object-fit: cover;
  flex-shrink: 0;
}
.sales-text {
  flex: 1;
  margin-top: 30px;
}
.sales-text h2 {
  font-weight: 700;
  font-size: 22px;
  margin-bottom: 15px;
}
.sales-text p {
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 30px;
}
.accessories-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0px 40px;
  list-style-type: disc;
  padding-left: 20px;
  margin: 0;
}
.accessories-list li {
  margin-bottom: 4px;
  font-size: 15px;
}
.SlotMachines-footer {
  margin-top: 25px;
  background-color: #2c3e75;
  color: white;
  text-align: center;
  padding: 20px 0px 15px 0px;
  font-family: Arial, sans-serif;
  border-top: 4px solid red;
}
.SlotMachines-footer h2 {
  font-weight: bold;
  font-size: 22px;
  margin: 0 0 6px 0;
  line-height: 1.1;
}
.SlotMachines-footer nav {
  margin-bottom: 6px;
}
.SlotMachines-footer nav a {
  color: white;
  font-size: 14px;
  margin: 0 10px;
  text-decoration: none;
}
.SlotMachines-footer nav a:hover {
  text-decoration: underline;
}
.address {
  font-size: 13px;
  margin-top: -20px;
}
.separator {
  font-size: 14px;
  letter-spacing: 4px;
  margin: 4px 0 6px 0;
  color: white;
  line-height: 1;
}
.copyright {
  font-size: 11px;
  margin: 4px 0 0 0;
  line-height: 1.1;
}
.SlotMachines-footer a {
  color: white;
  text-decoration: none;
}
.SlotMachines-footer a:hover {
  text-decoration: underline;
  color: #ffffff;
}

.sale-title {
  margin-top: 50px;
  text-align: center;
  color: #2c3e75;
  font-weight: 700;
  font-size: 32px;
}
.slot {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 30px;
}
.slots-container1 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  max-width: 1000px;
  margin: 0 auto;
  padding: 20px;
}
.slots-container1 img {
  width: 100%;
  max-width: 1500px;
  height: auto;
  display: block;
  border-radius: 6px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  border: 4px solid white;
}
.price-button1 {
  background: linear-gradient(to right, #a91111 50%, white 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  margin-top: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 6px 14px;
  border: 2px solid #a91111;
  color: #a91111;
  height: 45px;
  width: 220px;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  cursor: default;
  transition: background-position 0.4s ease, color 0.4s ease;
  letter-spacing: 2px;
  text-decoration: none;
}
.price-button1:hover {
  background-position: left bottom;
  color: white;
}

.slots-container2-wrapped {
  width: 100%;
  background-color: #2c3e75;
  padding: 40px 0;
  box-sizing: border-box;
  margin-bottom: 20px;
}
.slots-container2 {
  max-width: 1000px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  padding: 0 30px;
  box-sizing: border-box;
}
.slots-container2 img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 6px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  border: 4px solid white;
  object-fit: cover;
}
.price-button2 {
  background: linear-gradient(to right, #ffffff 50%, #2c3e75 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  margin-top: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 6px 14px;
  border: 2px solid white;
  color: white;
  background-color: #2c3e75;
  height: 45px;
  width: 220px;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  cursor: default;
  transition: background-position 0.4s ease, color 0.4s ease;
  letter-spacing: 2px;
  text-decoration: none;
}
.price-button2:hover {
  background-position: left bottom;
  color: #a91111;
  border: 2px solid #a91111;
}
.slots-container3-wrapped {
  width: 100%;
  background-color: #a91111;
  padding: 40px 0;
  box-sizing: border-box;
}
.slots-container3 {
  max-width: 1000px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  padding: 0 20px;
  box-sizing: border-box;
}
.slots-container3 img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 6px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  border: 4px solid white;
  object-fit: cover;
}
.price-button3 {
  background: linear-gradient(to right, white 50%, #a91111 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  margin-top: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 6px 14px;
  border: 2px solid white;
  color: white;
  height: 45px;
  width: 220px;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  cursor: default;
  transition: background-position 0.4s ease, color 0.4s ease;
  letter-spacing: 2px;
  text-decoration: none;
}
.price-button3:hover {
  background-position: left bottom;
  color: #a91111;
}

.container {
  display: flex;
  max-width: 1000px;
  margin: 30px 0 400px 290px;
  gap: 40px;
}
.left,
.right {
  background: white;
  padding: 20px;
}
.left {
  flex: 1;
  background: #e0dfdf;
}
.info-box {
  background: #e0dfdf;
  padding: 15px;
  margin-bottom: 20px;
  color: #333;
}
.info-box strong {
  background: #e0dfdf;
  padding: 2px 6px;
  display: inline-block;
  margin-bottom: 6px;
}
.info-box p {
  background: #e0dfdf;
  padding: 2px 6px;
  margin: 0 0 0 0;
}
form label {
  font-weight: bold;
  display: block;
  margin-top: 15px;
}
form label span {
  color: red;
}
input[type="text"],
input[type="email"],
textarea {
  width: 100%;
  padding: 8px;
  margin-top: 5px;
  border: 1px solid #ccc;
  box-sizing: border-box;
  font-size: 14px;
  resize: vertical;
}
textarea {
  height: 100px;
}
button {
  margin-top: 20px;
  width: 100%;
  background: #999;
  border: none;
  color: white;
  font-weight: bold;
  padding: 12px;
  cursor: pointer;
  font-size: 16px;
}
button:hover {
  background: #777;
}
.right {
  flex: 1;
  color: #333;
  font-size: 15px;
  text-align: center;
}
.right p {
  line-height: 1.5;
}
.right strong {
  font-weight: bold;
}
.right h3 {
  color: #1a2e6e;
  margin-bottom: 10px;
}
.thank-you-wrapper {
  max-width: 600px;
  margin: 110px auto;
  background-color: white;
  padding: 40px;
  border: 2px solid #a71717;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  text-align: center;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}
.thank-you-wrapper h1 {
  color: #2c3e75;
  font-size: 30px;
  margin-bottom: 25px;
}
.thank-you-wrapper p {
  font-size: 18px;
  color: #333;
  line-height: 1.5;
  margin-bottom: 35px;
}
.thank-you-wrapper a {
  display: inline-block;
  background: linear-gradient(to right, #a71717 50%, white 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  color: #a71717;
  border: 2px solid #a71717;
  padding: 10px 20px;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 14px;
  transition: background-position 0.4s ease, color 0.4s ease;
}
.thank-you-wrapper a:hover {
  background-position: left bottom;
  color: white;
}

.mp-blog {
  max-width: 800px;
  margin: 50px auto;
  font-family: Arial, sans-serif;
  color: #333;
}
.mp-blog h1 {
  color: #a52a2a;
  font-weight: 700;
  margin-bottom: 20px;
  font-size: 24px;
}
.mp-blog h2 {
  color: #a52a2a;
  font-weight: 700;
  margin-bottom: 20px;
  font-size: 24px;
}
.mp-blog h3 {
  color: #a52a2a;
  font-weight: 700;
  margin-bottom: 20px;
  font-size: 24px;
}

.mp-blog p {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 20px;
}

.mp-blog p:last-child {
  margin-bottom: 0;
}

.mp-blog a {
  color: #a52a2a;
  text-decoration: none;
}

.mp-blog a:hover {
  text-decoration: underline;
}

.mp-blog blockquote {
  border-left: 4px solid #a52a2a;
  padding-left: 20px;
  font-style: italic;
  margin: 30px 0;
}

.mp-blog img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 30px auto;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.mp-blog-index-header {
  background: linear-gradient(135deg, #2b2e4a, #e84545);
  color: #fff;
  padding: 3vw 5vw;
  text-align: center;
}

.mp-blog-index-header h1 {
  font-size: 3vw;
  margin-bottom: 0.5em;
}

.mp-blog-index-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 2vw;
  padding: 3vw 5vw;
}

.mp-blog-card {
  background: #fff;
  border-radius: 1vw;
  padding: 2vw;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  transition: transform 0.2s ease;
}

.mp-blog-card:hover {
  transform: translateY(-5px);
}

.mp-blog-card h3 {
  margin-top: 0;
  font-size: 1.4em;
  color: #2b2e4a;
}

.mp-blog-card p {
  font-size: 1em;
  margin: 1em 0;
}

.mp-blog-card a {
  display: inline-block;
  margin-top: 1em;
  text-decoration: none;
  background: #e84545;
  color: #fff;
  padding: 0.6em 1.2em;
  border-radius: 0.5em;
  transition: background 0.2s ease;
}

.mp-blog-card a:hover {
  background: #2b2e4a;
}
@media (max-width: 768px) {
  nav {
    padding: 15px 20px;
  }
  nav a {
    margin: 0 5px;
    font-size: 12px;
  }
  .header {
    padding: 10px 20px;
    flex-direction: column;
    text-align: center;
  }
  .main-image,
  .main2-image,
  .last-image,
  .mainSlotMachines-image {
    height: 300px;
  }
  .intro-box1,
  .intro-box2,
  .intro-box3 {
    position: static;
    margin: 20px 10px;
    left: 0;
    max-width: 100%;
    padding: 10px;
  }
  .intro-box1 h2,
  .intro-box2 h2,
  .intro-box3 h2 {
    font-size: 16px;
  }
  .intro-box1 p,
  .intro-box2 p,
  .intro-box3 p {
    font-size: 16px;
  }
  .repair-info {
    padding: 0 10px;
  }
  .repair-info h2 {
    font-size: 18px;
  }

  .sales-section img {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
  }
  .slots-container1,
  .slots-container2,
  .slots-container3 {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 0 10px;
  }
  .container {
    flex-direction: column;
    margin: 30px 10px;
  }
  .price-button1,
  .price-button2,
  .price-button3 {
    width: 100%;
  }
  .SlotMachines-footer {
    padding: 15px 10px;
  }
  .SlotMachines-footer nav {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .SlotMachines-footer nav a {
    margin: 5px 0;
  }

  .repair-section {
    width: 100%;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
  }

  .repair-section .text-content {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
  }

  .repair-section img {
    position: static;
    object-fit: cover;
    /* margin: 0 16px; */
  }

  .repair-section h3 {
    font-size: 16px;
    margin-bottom: 6px;
    color: #a52a2a;
    font-weight: bold;
  }

  .repair-section p {
    font-size: 14px;
    line-height: 1.4;
    margin-bottom: 8px;
    color: #3a0b00;
  }
  .sales-section {
    padding: 20px 15px;
    max-width: 100%;
    flex-direction: column;
    gap: 20px;
  }

  .thank-you-wrapper {
    margin: 50px 15px;
    padding: 30px 20px;
  }

  .thank-you-wrapper h1 {
    font-size: 22px;
  }

  .thank-you-wrapper p {
    font-size: 16px;
  }
}
