@import url('https://fonts.google.com/specimen/Amarante?query=art+nouveau');

body{
  margin: 0;
  background-color: #0e0e0e
}

h1 {
    font-family:'Amarante';
    font-size: 42px;
    color: crimson;
    text-align: center;
}
.special-paragraph {
  margin: 40px;
  padding: 22px 50px;
}
p {
  color: beige;
  /* padding: 15px 85px; */
  /* font-family: arial, Arial, Helvetica, sans-serif; */
  font-family: 'Amarante', cursive;
}

a {
  color: beige;
  /* font-family: arial, Arial, Helvetica, sans-serif; */
  font-family: 'Amarante', cursive;
}

.page-content {
  padding: 20px 20px;
  text-align: center;
  color: #ffffff;
  /* font-family: Arial, Helvetica, sans-serif; */
  font-family: 'Amarante', cursive;
}

.page-content h2 {
  font-family: 'Amarante', cursive; 
  font-size: 38px;
  color: crimson;
}

.page-content p {
  font-size: 18px;
}

.text-container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  padding: 3px 0;
}

.text-container p {
  font-size: 18px;
  max-width: 800px;
  padding: 10px;
}

.text-center {
  text-align: center;
}

.header-container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 10px 0;
}

.header-logo {
  width: 50px;
  /* height: 50px; */
}

.topnav {
  /* background-color: black; */
  /* width: 100%; */
  position: center;
  padding: 10px;
  gap: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.topnav a{
  /* color: crimson; */
  /* text-align: center; */
  font-family: Arial, Helvetica, sans-serif;
  /* font-size: 12px; */
  /* padding: 5px; */
}

.topnav a:hover {
  color: #ffffff;
  text-shadow: #000000;
}

.topnav a.active {
  color:#000000;
}

.topnavbutton {
  --button-bg: #9e0020;   
  display: inline-block;
  padding: 15px 25px;
  font-size: 12px;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  color: #000000;
  background-color: var(--button-bg); 
  border: none;
  border-radius: 25px;
  box-shadow: 0 9px #303030;
}

.info-container {
  display: flex;
  flex-wrap: wrap; 
  max-width: 750px; 
  margin: 40px auto 0 auto;
  border-top: 1px solid #3a3a3a;
  padding-top: 30px;
  gap: 20px; 
}

.info-box {
  flex: 1; 
  min-width: 250px; 
  box-sizing: border-box;
}

.info-box h3 {
  font-family: 'Amarante', cursive;
  font-size: 28px;
  color: crimson;
  border-bottom: 1px solid #3a3a3a;
  padding-bottom: 10px;
  margin-top: 0;
  margin-bottom: 20px;
}

.info-box p {
  font-size: 16px;
  line-height: 1.6;
  margin: 5px 0;
}

.faq-hours-box h3 {
  text-align: left;
}

.faq-hours-box p {
  display: flex;
  justify-content: space-between;
}

.faq-location-box h3 {
  text-align: left;
}

.faq-location-box p {
  text-align: left;
  font-size: 20px;
  letter-spacing: 1px;
  line-height: 1.6;
}

.faq-location-box iframe {
  border: 1px solid #3a3a3a;
  border-radius: 5px;
  box-sizing: border-box;
  margin-top: 10px;
}

.faq-question {
  margin-top: 50px;
}

.faq-question h3 {
  font-family: 'Amarante', cursive;
  font-size: 28px;
  color: crimson;
  text-align: center;
  margin-bottom: 20px;
}

.faq-answer {
  max-width: 800px; 
  margin: 0 auto;
  padding: 10px;
}

.faq-answer p {
  color: beige;
  font-family: 'Amarante', cursive;
  font-size: 18px;
  text-align: center;
  line-height: 1.6;
  margin: 0;
}

.faq-answer li {
  font-family: 'Amarante', cursive;
  text-align: left;
  color: beige;
}

.faq-layout-2x2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  max-width: 750px;
  margin: 50px auto 0 auto;
  gap: 30px;
}

.faq-layout-container,
.faq-layout-container-reversed {
  display: flex;
  max-width: 750px;
  margin: 50px auto 0 auto;
  gap: 30px;
}

.faq-layout-left,
.faq-layout-right-large {
  flex: 2;
  min-width: 300px;
}

.faq-layout-right,
.faq-layout-left-stacked {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-width: 300px;
}

.faq-layout-container .faq-question,
.faq-layout-container-reversed .faq-question,
.faq-layout-2x2 .faq-question {
  margin-top: 0;
}

.faq-layout-container .faq-question h3,
.faq-layout-container-reversed .faq-question h3,
.faq-layout-2x2 .faq-question h3 {
  text-align: left;
}

.faq-layout-container .faq-answer,
.faq-layout-container-reversed .faq-answer,
.faq-layout-2x2 .faq-answer {
  max-width: 100%;
  margin: 0;
  padding: 0px;
}

.faq-layout-container .faq-answer p,
.faq-layout-container .faq-answer li,
.faq-layout-container-reversed .faq-answer p,
.faq-layout-container-reversed .faq-answer li,
.faq-layout-2x2 .faq-answer p,
.faq-layout-2x2 .faq-answer li {
  font-size: 16px;
  /* padding: 3px; */
  text-align: left;
}

@media (max-width: 800px) {
  .faq-layout-container,
  .faq-layout-container-reversed {
    flex-direction: column;
  }

  .faq-layout-2x2 {
    grid-template-columns: 1fr;
  }
}

.hours-box p {
  display: flex;
  justify-content: space-between;
}

.hours-box h3 {
  text-align: center;
}

.contact-box h3 {
  text-align: center; 
}

.contact-box p {
  text-align: center;
}

@media (max-width: 620px) {
  .info-box {
    flex-basis: 100%; 
  }
  
  .contact-box h3 {
    text-align: left;
  }
}

.footer {
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 30px;
  border-top: 1px solid #3a3a3a;
  margin-top: 40px; 
}

.footer p {
  margin: 0; 
  text-align: left;
  color: beige;
  font-family: arial, Arial, Helvetica, sans-serif;
  font-size: 14px;
}

.topnavbutton:active {
  box-shadow: 0 5px #292929;
  transform: translateY(4px);
}

.button-green {
  --button-bg: #00ac00;
}

.button-red {
  --button-bg: #ff0000;
}

.button-yellow {
  --button-bg: #fffb00;
}

.button-blue {
  --button-bg: #0059b9;
}

.button-orange {
  --button-bg: #ff5900;
}

.slideshow-container {
  max-width: 500px;
  height: 400px;
  position: relative;
  margin: auto;
  margin-top: 30px;
  border: 8px solid crimson; 
  border-radius: 15px;
  /* overflow: hidden; */
  animation: random-border-color 10s infinite;
}

.slide {
  display: none;
}

.slide img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  border-radius: 3px;
  /* border: 4px solid #3a3a3a; */
  box-sizing: border-box;
}

.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes random-border-color {
  0%   { border-color: #00ac00; }
  20%  { border-color: #ff0000; }
  40%  { border-color: #fffb00; }
  60%  { border-color: #0059b9; }
  80%  { border-color: #ff5900; }
  100% { border-color: #00ac00; }
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

.slide-prev, .slide-next {
  user-select: none;
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 24px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  background-color: rgba(0,0,0,0.4);
}

.slide-next {
  right: -60px;
  border-radius: 3px 0 0 3px;
}

.slide-prev {
  left: -60px;
  border-radius: 0 3px 3px 0;
}

.slide-prev:hover, .slide-next:hover {
  background-color: rgba(0,0,0,0.8);
}

.coupon-1 {
  top: 5%;
  left: 10%;
  transform: rotate(-15deg);
}

.coupon-2 {
  top: 10%;
  left: 60%;
  transform: rotate(20deg);
}

.coupon-3 {
  top: 35%;
  left: 35%;
  transform: rotate(5deg);
}

.coupon-4 {
  top: 60%;
  left: 5%;
  transform: rotate(10deg);
}

.coupon-5 {
  top: 65%;
  left: 55%;
  transform: rotate(-20deg);
}

.coupon-container {
  position: relative;
  width: 100%;
  max-width: 900px;
  height: 600px;
  margin: 60px auto; 
}

.coupon-item {
  position: absolute;
  width: 300px; 
  display: block;
  transition: transform 0.3s ease, box-shadow 0.3s ease, z-index 0s 0.1s;
}

.coupon-item img {
  width: 100%;
  display: block;
  border: 2px dashed #555;
  padding: 5px;
  background-color: #ffffff;
  box-sizing: border-box;
  box-shadow: 5px 5px 15px rgba(0,0,0,0.5);
}

.coupon-item:hover {
  transform: scale(1.1) rotate(0deg) !important;
  box-shadow: 10px 10px 25px rgba(0,0,0,0.7);
  z-index: 10;
  transition-delay: 0s;
}

.carousel-body {
  height: 600px;
  margin: 0;
  display: grid;
  grid-template-rows: 500px 100px;
  grid-template-columns: 1fr 30px 30px 30px 30px 30px 30px 30px 30px 30px 30px 1fr;
  align-items: center;
  justify-items: center;
}

main#carousel {
  grid-row: 1 / 2;
  grid-column: 1 / 13;
  width: 100%;
  height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  transform-style: preserve-3d;
  perspective: 600px;
  --items: 10;
  --item-width: 600px;
  --item-gap: 30px;
  --middle: 3;
  --position: 1;
  pointer-events: none;
}

.carousel-arrow {
  grid-row: 8 / 2;
  align-self: center;
  color: white;
  background-color: rgba(0, 0, 0, 0.3);
  font-size: 50px;
  font-weight: bold;
  padding: 10px 20px;
  border-radius: 8px;
  cursor: pointer;
  z-index: 100;
  border: none;
  transition: background-color 0.2s ease;
}

.carousel-arrow:hover {
  background-color: rgba(0, 0, 0, 0.6);
}

.arrow-prev {
  grid-column: 1 / 2;
  justify-self: right;
  margin-right: 20px;
}

.arrow-next {
  grid-column: 12 / 13;
  justify-self: left;
  margin-left: 20px;
}

.address-container {
  text-align: center;
  padding: 30px 0;
}

.address-container p {
  color: beige;
  font-family: arial, Arial, Helvetica, sans-serif;
  font-size: 20px;
  letter-spacing: 1px;
  margin: 0;
}

div.item {
  position: absolute;
  width: var(--item-width);
  height: 400px;
  --item-border-width: 8px;
  padding: var(--item-border-width);
  box-sizing: border-box;
  background-color: coral;
  --r: calc(var(--position) - var(--offset));
  --abs: max(calc(var(--r) * -1), var(--r));
  transition: all 0.25s linear;
  transform: rotateY(calc(-10deg * var(--r)))
    translateX(calc((var(--item-width) + var(--item-gap)) * var(--r) * -1));
  z-index: calc((var(--position) - var(--abs)));
}

div.item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

div.item:nth-of-type(1) {
  --offset: 1;
  background-color: #9e0000;
}

div.item:nth-of-type(2) {
  --offset: 2;
  background-color: #809d0b;
}

div.item:nth-of-type(3) {
  --offset: 3;
  background-color: #9e0000;
}

div.item:nth-of-type(4) {
  --offset: 4;
  background-color: #809d0b;
}

div.item:nth-of-type(5) {
  --offset: 5;
  background-color: #9e0000;
}

div.item:nth-of-type(6) {
  --offset: 6;
  background-color: #809d0b;
}

div.item:nth-of-type(7) {
  --offset: 7;
  background-color: #9e0000;
}

div.item:nth-of-type(8) {
  --offset: 8;
  background-color: #809d0b;
}

div.item:nth-of-type(9) {
  --offset: 9;
  background-color: #9e0000;
}

div.item:nth-of-type(10) {
  --offset: 10;
  background-color: #809d0b;
}

input:nth-of-type(1) {
  grid-column: 2 / 3;
  grid-row: 2 / 3;
}

input:nth-of-type(1):checked ~ main#carousel {
  --position: 1;
}

input:nth-of-type(2) {
  grid-column: 3 / 4;
  grid-row: 2 / 3;
}

input:nth-of-type(2):checked ~ main#carousel {
  --position: 2;
}

input:nth-of-type(3) {
  grid-column: 4 /5;
  grid-row: 2 / 3;
}

input:nth-of-type(3):checked ~ main#carousel {
  --position: 3;
}

input:nth-of-type(4) {
  grid-column: 5 / 6;
  grid-row: 2 / 3;
}

input:nth-of-type(4):checked ~ main#carousel {
  --position: 4;
}

input:nth-of-type(5) {
  grid-column: 6 / 7;
  grid-row: 2 / 3;
}

input:nth-of-type(5):checked ~ main#carousel {
  --position: 5;
}

input:nth-of-type(6) {
  grid-column: 7 / 8;
  grid-row: 2 / 3;
}
input:nth-of-type(6):checked ~ main#carousel {
  --position: 6;
}

input:nth-of-type(7) {
  grid-column: 8 / 9;
  grid-row: 2 / 3;
}
input:nth-of-type(7):checked ~ main#carousel {
  --position: 7;
}

input:nth-of-type(8) {
  grid-column: 9 / 10;
  grid-row: 2 / 3;
}
input:nth-of-type(8):checked ~ main#carousel {
  --position: 8;
}

input:nth-of-type(9) {
  grid-column: 10 / 11;
  grid-row: 2 / 3;
}
input:nth-of-type(9):checked ~ main#carousel {
  --position: 9;
}

input:nth-of-type(10) {
  grid-column: 11 / 12;
  grid-row: 2 / 3;
}
input:nth-of-type(10):checked ~ main#carousel {
  --position: 10;
}

#mc_embed_signup{
  background:#000000; 
  clear:left; 
  font:14px Helvetica,Arial,sans-serif; 
}

#mc_embed_signup {
  max-width: 600px;
  margin: 0 auto;
  background: transparent; 
  color: beige;
  font-family: arial, Arial, Helvetica, sans-serif;
}

#mc_embed_signup h2 {
  font-family: 'Amarante', cursive; 
  font-size: 38px;
  color: crimson;
  text-align: center;
  font-weight: normal;
  margin-bottom: 25px;
}

#mc_embed_signup .mc-field-group label {
  color: beige;
  font-family: arial, Arial, Helvetica, sans-serif;
  font-weight: bold;
}

#mc_embed_signup input[type="text"],
#mc_embed_signup input[type="email"] {
  background-color: #222;
  border: 1px solid #555;
  color: white;
  padding: 12px;
  border-radius: 5px;
  width: 100%;
  box-sizing: border-box;
}

#mc_embed_signup input.phonepart {
  background-color: #222;
  border: 1px solid #555;
  color: white;
  border-radius: 5px;
}

#mc_embed_signup .indicates-required {
  color: #aaa;
  font-family: arial, Arial, Helvetica, sans-serif;
}

#mc_embed_signup .button {
  --button-bg: crimson;
  display: inline-block;
  padding: 15px 25px;
  font-size: 14px;
  font-weight: bold;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  color: #000000;
  background-color: var(--button-bg); 
  border: none;
  border-radius: 25px;
  box-shadow: 0 9px #303030;
  width: auto;
  margin-top: 15px;
}

#mc_embed_signup .button:hover {
  background-color: #ff4d4d;
}
