{
    font-family: 'Henny Penny', cursive;
    font-family: 'Rubik', sans-serif;
    font-family: 'Rye', cursive;
    font-family: 'Special Elite', cursive;

  }

  

a{
  color: #000;
}
  #retrobg {
    position: relative;
    overflow: hidden;
    height: 100%;
    color: #a3c;
    background-color: #000;
  }

  /* ............................................................... */
  #retrobg-sky {
    position: absolute;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    top: 0;
    width: 100%;
    height: 55%;
    background: linear-gradient(#214 75%, #249);
  }

  /* ............................................................... */
  #retrobg-sunWrap {
    position: relative;
    width: 40%;
    margin-bottom: -15%;
  }

  #retrobg-sun {
    --glow-color: #d44;
    padding-top: 100%;
    border-radius: 50%;
    background-image: linear-gradient(#fcdf11, #ff623f, #fe2085 50%);
    box-shadow: 0 0 160px 80px var(--glow-color);
    animation: 2s ease infinite alternate retrobg-sun-glow-anim;
  }

  .retrobg-shutdown #retrobg-sun {
    background-image: linear-gradient(#000, #000 40%);
    --glow-color: #000;
  }

  @keyframes retrobg-sun-glow-anim {
    from {
      box-shadow: 0 0 160px 80px var(--glow-color);
    }

    to {
      box-shadow: 0 0 200px 95px var(--glow-color);
    }
  }

  /* ............................................................... */
  #retrobg-stars {
    position: absolute;
    width: 100%;
    height: 100%;
  }

  .retrobg-star {
    position: absolute;
    border-radius: 50%;
    width: 2px;
    height: 2px;
    background-color: #fff;
  }

  /* ............................................................... */
  #retrobg-mountains {
    position: absolute;
    width: 100%;
    height: 30%;
  }

  .retrobg-mountain {
    position: absolute;
    width: 30%;
    height: 100%;
    background-image: linear-gradient(#000 70%, #111 85%, #fff1);
  }

  #retrobg-mountains-left {
    left: 0;
    clip-path: polygon(0% 100%, 0% 55%, 5% 60%, 10% 55%, 20% 50%, 25% 42%, 30% 38%, 33% 35%, 40% 45%, 50% 50%, 60% 70%, 70% 85%, 75% 82%, 80% 91%, 85% 90%, 90% 95%, 95% 98%, 100% 100%);
  }

  #retrobg-mountains-right {
    right: 0;
    clip-path: polygon(0% 100%, 5% 95%, 10% 85%, 15% 87%, 20% 80%, 25% 78%, 30% 65%, 40% 70%, 50% 57%, 60% 53%, 67% 68%, 70% 70%, 75% 66%, 80% 55%, 90% 50%, 95% 60%, 100% 57%, 100% 100%);
  }

  /* ............................................................... */
  #retrobg-cityWrap {
    position: absolute;
    width: 50%;
    margin-left: -1%;
  }

  #retrobg-city {
    padding-top: 20%;
  }

  .retrobg-building {
    position: absolute;
    width: 5%;
    height: 100%;
    bottom: 0;
    border-radius: 4px 4px 0 0;
    background-image: linear-gradient(0deg, rgba(17, 17, 34, 0), #112 30px, #000);
  }

  .retrobg-building:nth-child(odd) {
    background-image: linear-gradient(0deg, rgba(24, 24, 42, 0), #223 30px, #000);
  }

  .retrobg-antenna::after {
    content: "";
    position: absolute;
    left: 50%;
    margin-left: calc(-1px - 5%);
    bottom: 100%;
    width: 10%;
    min-width: 2px;
    height: 33%;
    background-color: #000;
  }

  /* ............................................................... */
  #retrobg-ground {
    position: absolute;
    overflow: hidden;
    width: 100%;
    height: 45%;
    bottom: 0;
    border-top: 2px solid #bf578c;
    background-color: #000;
  }

  .retrobg-shutdown #retrobg-ground {
    border-color: #000;
  }

  #retrobg-groundShadow {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(#000 0%, transparent);
  }

  /* ............................................................... */
  #retrobg-linesWrap {
    height: 100%;
    perspective: 1000px;
    perspective-origin: center top;
  }

  #retrobg-lines {
    position: absolute;
    width: 100%;
    height: 100%;
    transform-origin: top center;
    animation: .35s linear infinite retrobg-lines-anim;
  }

  .retrobg-shutdown #retrobg-lines {
    animation-duration: 5s;
  }

  @keyframes retrobg-lines-anim {
    from {
      transform: rotateX(84deg) translateY(0);
    }

    to {
      transform: rotateX(84deg) translateY(100px);
    }
  }

  #retrobg-hlines,
  #retrobg-vlines {
    position: absolute;
    left: calc((900% - 100%) / -2);
    width: 900%;
    height: 500%;
  }

  #retrobg-vlines {
    display: flex;
    justify-content: center;
  }

  .retrobg-hline,
  .retrobg-vline {
    width: 100%;
    height: 100%;
    background-color: currentColor;
  }

  .retrobg-hline {
    height: 3px;
  }

  .retrobg-vline {
    width: 3px;
  }

  .retrobg-hline+.retrobg-hline {
    margin-top: 98px;
  }

  .retrobg-vline+.retrobg-vline {
    margin-left: 48px;
  }








  body {
    background-color: #6667AB;
    /*font-family: 'Special Elite', cursive;*/
    font-family: 'Audiowide', cursive;

  }

  .mainPage {
    position: relative;
    background-color: #6667abc9;
    float: left;
    width: 100%;
  }

  a {
    text-decoration: none;
  }

  /*Header*/
  .logo {
    position: relative;
  }

  .logo img {
    max-width: 100px;
  }

  .logo img {
    /* animation properties */
    /*  animation-name: my-animation;*/
    animation-duration: 2s;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    animation-timing-function: linear;

    /* other properties */
    width: 100px;
    height: 100px;
    border-radius: 10px;
    position: absolute;
    left: 0;
    right: 0;

  }

  @keyframes my-animation {
    from {
      background-color: #ff7a59;
      width: 100px;
      top: 10px;
    }

    to {
      background-color: #33475b;
      width: 50px;
      top: 100px;
    }
  }


  header {
    padding: 20px 0;
  }

  .mainMenu {
    text-align: right;
  }

  .mainMenuBottom {
    margin-top: 15px;
  }

  .mainMenuBottom a {
    border-radius: 0;
    margin-left: 20px;
  }

  .mainMenuBottom ul {
    display: flex;
    list-style: none;
  }

  .topMenu {
    position: relative;
  }

  .topMenu a {
    font-size: 20px;
    position: absolute;
    background-color: transparent;
    right: 0;
    top: -14px;
    text-align: center;
    animation: zoom-in-zoom-out 2s ease-out infinite;
    border: none;
  }

  .topMenu a:hover {
    color: #ff0000;
    background-color: transparent;
  }

  @keyframes zoom-in-zoom-out {
    0% {
      font-size: 20px;
    }

    50% {
      font-size: 30px;
    }

    100% {
      font-size: 20px;
    }
  }



  ul li::marker {
    display: none;
  }

  .button {
    margin: 30px;
    width: 160px;
    height: 60px;
    border: 1px solid #000;
    position: relative;
    border-radius: 30px;
  }

  .button a {
    line-height: 66px;
    text-align: center;
    font-size: 25px;
    font-weight: 900;
    position: relative;
    transition: .8s;
    z-index: 10;
    display: inline-block;
    width: 100%;
    margin: 0;
    color: #000;
  }

  .button span {
    color: transparent;
    position: relative;
  }

  .button span::before {
    content: 'L';
    position: absolute;
    width: auto;
    height: 60px;
    color: #000;
    transition: .2s ease-out;
  }

  .button:nth-of-type(2) span::before {
    content: 'A';
  }

  .button:nth-of-type(3) span::before {
    content: 'G';
  }

  .button::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 30px;
    background-color: rgba(0, 0, 0, 0);
    transition: .8s;
    z-index: 1;
  }

  .button:hover::after {
    background-color: rgba(0, 0, 0, 1);
    transform: rotate(10deg);
  }

  .button:hover a {
    color: #fff;
  }

  .button:hover span::before {
    color: #fff;
    transform: translate(-65%, -10%) rotate(360deg);
    font-size: 70px;
  }

  /*Qr Carousel*/

  .carousel-indicators {
    position: relative;
  }

  .carousel-indicators [data-bs-target] {
    background-color: #000;
  }

  .carousel-control-next-icon,
  .carousel-control-prev-icon {
    background-color: #000;
  }

  #homeQrEmoji  #carouselExampleCaptions{
    background-color: #fff;
  }

  .carousel-caption {
    bottom: -25px;
    color: #000;
  }
#randomImage{
  position: absolute;
  top: -177px;
  left: 100px;
}
#ranImg{
  width: 200px;
}
  .carousel-control-next,
  .carousel-control-prev {
    position: relative;
  }

  .carouselNavbar {
    margin-top: -30px;
    padding-bottom: 15px;
  }

  /* Checkbox Button */

  .radioButton input[type="radio"] {
    display: none;
  }

  .radioButton span {
    display: block;
    color: #000;
    font-size: 14px;
    /*font-family: 'Revalia', cursive;*/
    letter-spacing: 2px;
    text-align: center;
  }

  .dataLabel>label {
    display: block;
  }

  .dataTypeItem {
    display: flex;
    margin-top: 15px;
    justify-content: center;
    color: #000;
    font-size: 28px;
    text-transform: capitalize;
    flex-direction: column;
    align-items: center;
    width: 125px;
  }
.colorWhite{
  color: #fff !important;
}
  .dataTypeItem>span {
    font-size: 14px;
    padding: 5px 0 0 0;
    width: 100%;
    height: 70px;
  }

  .dataLabel {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #fff6;
    border-radius: 20px;
    padding: 15px 0 0 0;
}

  .dataLabel>.colorcode {
    font-size: 14px;
  }

  .carousel-caption {
    position: relative;
    right: 0;
    left: 0;
    padding-top: 0;
  }

  .showColor {
    width: 140px;
    height: 40px;
    border-radius: 30px;
    margin-top: 15px;
    line-height: 38px;
  }

  .dataTypeItem img {
    max-width: 50px;
  }

  .buttonsContainer {
    margin-bottom: 50px;
    background-color: #ffffff45;
    padding: 15px 15px 0px 15px;
    border-radius: 30px;
    display: flex;
    flex-direction: column;
}

  .radioButton input[type="radio"]:checked+span {
    background-color: #000;
    color: #fff;
  }

  .radioButton {
    gap: 20px;
    margin-bottom: 20px;

  }

  .buttonLabel {
    margin-bottom: 25px;
    /*    font-family: 'Rye', cursive;*/
  }

  .buttonLabel span {
    background-color: #000;
    padding: 8px 40px;
    display: inline-block;
    line-height: 30px;
    color: #fff;
    border-radius: 20px;
  }

  /*Button*/
  .bottomButton {
    gap: 0 20px;
    flex-wrap: wrap;
    margin-top: 20px;
    justify-content: space-between;
}

.bottomButton a,.bottomButton .reserveButton {
  background-color: #ff0000;
  color: #fff;
  padding: 12px 30px;
  display: inline-block;
  text-transform: uppercase;
  font-size: 16px;
  border-radius: 30px;
  border: none;
}

  /*Input type*/

  .qrSearch input,
  input[type="text"],
  input[type="email"],
  input[type="password"] {
    background-color: transparent;
    border-color: transparent;
    border-bottom: 2px solid #aaa;
    border-radius: 0;
  }

  .searchByCategory,
  .searchById {
    margin-top: 15px;
    text-align: right;
  }

  .qrSearch {
    border: 1px solid #ccc;
    padding: 0 0 25px 0;
    background-color: #ffffff6b;
  }

  .form-select {
    background-color: transparent;
    border-radius: 0;
    border-color: #000;
  }

  /*Main Content*/
  .mainContentInner {
    padding: 30px;
    background-color: #ffffff38;
    position: relative;
  }


  /*Footer*/

  .footerStep .step a {
    background-color: #ffffff6b;
    padding: 10px 35px;
    color: #000;
    text-align: center;
    border-radius: 30px;
    font-size: 22px;
  }

  footer {
    margin-top: 50px;
  }

  .step {
    display: flex;
    align-items: center;
  }

  .footerInner {
    padding: 15px;
    background-color: #ffffff38;
  }

  .bottomButton a:first-child {
    background-color: #000;
  }

  /*Registration page*/

/*  h1 {
    -webkit-text-stroke: 2px #000;
    color: white;
    font-size: 80px;
    width: 100%;
    position: absolute;
    text-align: center;
    top: -69px;
  }

  h1::before {
    content: '';
    position: absolute;
    top: 71px;
    left: 15px;
    height: 50px;
    width: 90%;
    background-color: white;
    transition: .2s;
  }*/
  .noMargin{
    margin: 0;
  }
  .qrImageContainer{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}


.bounce {
 overflow: hidden;
 position: relative;
 background: #000;
 color: #fff;
 margin-top: 50px;
 border-radius: 30px;
}
label{
  color: #000;
}
.card,.reservceQrWrapper{
  background-color: #ffffff38;
}
.bounce p {
 width: 100%;
 height: 100%;
 margin: 0;
 line-height: 50px; 
 text-align: center;
 /* Starting position */
 -moz-transform:translateX(50%);
 -webkit-transform:translateX(50%);	
 transform:translateX(50%);
 /* Apply animation to this element */	
 -moz-animation: bouncing-text 10s linear infinite alternate;
 -webkit-animation: bouncing-text 10s linear infinite alternate;
 animation: bouncing-text 10s linear infinite alternate;
}
/* Move it (define the animation) */
@-moz-keyframes bouncing-text {
 0%   { -moz-transform: translateX(50%); }
 100% { -moz-transform: translateX(-50%); }
}
@-webkit-keyframes bouncing-text {
 0%   { -webkit-transform: translateX(50%); }
 100% { -webkit-transform: translateX(-50%); }
}
@keyframes bouncing-text {
 0%   { 
 -moz-transform: translateX(50%); /* Browser bug fix */
 -webkit-transform: translateX(50%); /* Browser bug fix */
 transform: translateX(50%); 		
 }
 100% { 
 -moz-transform: translateX(-50%); /* Browser bug fix */
 -webkit-transform: translateX(-50%); /* Browser bug fix */
 transform: translateX(-50%); 
 }
}
