@font-face {
  font-family: "Inspace";
  src: url(/fonts/Inspace-Thin.otf);
}

html,
body {
  width: 100%;
  background-image: linear-gradient(#0c0022, #000000, #000000);
  color: rgb(255, 255, 255);
  overflow-x: hidden;
}

.logo-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: auto;
  padding: 20px;
  max-width: 700px;
}

.logo-image {
  width: 100%;
  object-fit: contain;
}

.subheading {
  margin-top: 20px;
  color: rgba(255, 255, 255, 1);
  font-size: calc(10px + 1.2vw);
  text-align: center;
  font-family: "Inspace", sans-serif;
}
.holding-page-logo {
  display: flex;
  max-width: 700px;
  width: 100%;
  flex-direction: column;
  align-items: center;
  padding-top: 50px;
}
.holding-text {
  max-width: 90%;
  margin-top: 10px;
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-weight: 100;
  text-align: center;
  font-family: "Montserrat", sans-serif;
}
.holding-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 700px;
  width: 100%;
}
.container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.exhibit {
  height: 100%;
  padding: 0px;
  margin: 0px;
  background-color: black;
  overflow: hidden;
  cursor: none;
}

.artwork {
  width: 100%;
  height: 85%;
  position: absolute;
}

#artworkFrame {
  overflow: hidden;
}

.artwork-home {
  position: relative;
  width: 100%;
  height: 300px;
  margin: 20px 0 20px 0;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.media {
  width: 100%;
  height: 100%;
  object-fit: contain;
  margin: auto;
  border: none;
}

.iframe-home {
  width: 100%;
  height: 100%;
  margin: 0;
  border: none;
  display: block;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
  .iframe-home {
    width: 100%;
    height: 100%;
  }
}

.artwork-overlay {
  position: absolute;
  top: 85%;
  left: 0;
  width: 100%;
  height: 15%;
  z-index: 99;
  background-color: black;
  font-family: "Montserrat", sans-serif;
  vertical-align: middle;
  font-weight: 500;
  padding: 10px 20px 10px 20px;
  font-size: 1.5vw;
}

.artwork-overlay-home {
  position: absolute;
  top: 80%;
  left: 0;
  width: 100%;
  height: 15%;
  z-index: 99;
  background-color: black;
  font-family: "Montserrat", sans-serif;
  vertical-align: middle;
  padding: 3px 10px 0px 10px;
  font-size: 10pt;
  opacity: 0.6;
  overflow: hidden;
  white-space: nowrap;
}

.artwork-credit {
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 0;
}

.resources-text {
  margin-top: 40px;
  font-size: medium;
  text-align: left;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 20px;
}

.onboard-intro {
  font-size:20px;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 20px;
}

.onboard-section {
  max-width: 650px;
}

.onboard-section-number {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  margin: 10px 30px 10px 30px;
}

.onboard-number {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 40pt;
  text-align: center;
  border: white;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  border-style: solid;
  display: flex; /* or inline-flex */
  align-items: center;
  justify-content: center;
  border-width: 3px;
  flex: 1;
  text-shadow: 0 0 10px #fff;
  box-shadow: 0 0 10px #fff, 0 0 10px #fff inset;
}

.onboard-text {
  display: flex;
  flex-direction: column;
  align-items: left;
  min-width: 300px;
  font-size: large;
  flex: 3;
  font-family: "Montserrat", sans-serif;
  margin: 10px;
}

@media only screen and (max-width: 530px) {
  .onboard-text {
    text-align: center;
  }
}

.onboard-button {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 15px;
}

.onboard-accordion {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  flex-wrap: wrap;
  justify-content: center;
}

#mintBusiness {
  margin-top: 30px;
  max-width: 600px;
}

#mintBox,
#mintBusiness {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}


.accordion-button-selected {
  background-color: rgb(51, 51, 51);
}

.accordion-button:focus {
  z-index: 3;
  border: none;
  outline: 0;
  box-shadow: none;
  border: #686868;
  border-style: solid;
}

.accordion-button {
  background-color: black;
  color: white;
  border: #686868;
  border-style: solid;
}

.progress-accordion {
  border: none;
  border-style: none;
}

.progress-accordion:focus {
  border: none;
  border-style: none;
}

.progress-icon {
  margin-right: 10px;
}

.accordion-button:not(.collapsed) {
  color: #ffffff;
  /* background-color: #313131; */
  background-color: #000000;
  box-shadow: none;
}

.accordion-button::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23eeeeee'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.accordion {
  width: 100%;
}

.accordion-body {
  color: black;
  max-width: 566px;
  margin: auto;
}

.accordion-item {
  background-color: #fff;
  border: none;
}

.accordion-header {
  background-color: rgb(0, 0, 0);
}

#mintButton {
  margin-bottom: 30px;
}

#walletAddress {
  display: flex;
  flex-direction: row;
  background-color: #fff823;
  align-items: center;
  justify-content: center;
  color: #000000;
  width: 100%;
  padding: 10px 30px 10px 30px;
}

#walletAddressInner {
  display: flex;
  flex-direction: row;
  align-items: center;
  color: #000000;
  max-width: 100%;
}

#walletAddressBox {
  flex-direction: column;
  display: flex;
  white-space: nowrap;
  overflow: hidden;
}

#walletAddressText {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.wallet-icon {
  font-size: 40pt;
  margin-right: 20px;
}

#walletButtons {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: 30px;
}

#mintComplete {
  display: flex;
  flex-direction: column;
  background-color: #ffffff;
  color: #000000;
  width: 100%;
  padding: 10px;
  border-radius: 4px;
}

.mint-alert {
  display: flex;
  padding: 10px;
  border-radius: 4px;
  max-width: 100%;
  flex-wrap: wrap;
}

#mintStatus {
  display: flex;
  width: 100%;
  margin-bottom: 30px;
}

.sad-face {
  font-size: 60pt;
}

.error-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
  margin: 10px;
}

.error-text {
  flex: 3;
}

.ntk-icon {
  font-size: 30pt;
  margin-right: 20px;
}

.ntk-text {
  vertical-align: middle;
  margin: 0;
}

.wallet-ntk-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  vertical-align: middle;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 2vw;
  margin-right: 2vw;
  background-color: #f8f8f8;
  padding: 5px;
}

.red-important {
  color:rgb(211, 58, 58)
}

.footer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 40px;
  padding: 20px 20px 0px 20px;
}

.footer-logos {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
}

.footer-text {
  align-self: center;
  color: white;
  padding: 10px 20px 20px 20px;
  font-size: 10pt;
}

.sponsor-image {
  max-height: 70px;
  margin: 30px 30px 10px 30px;
}

.sponsor-image-d {
  max-height: 60px;
}

.modal-content {
  border-radius: 20px;
}

.modal-dialog-cookie {
  margin-top: 0rem;
  max-width: 100%;
}

.modal-content-cookie {
  border-radius: 0rem;
}

.cookie-content {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #000000;
}

.cookie-button {
  padding-top: 20px;
}

.kiosk {
  background-color: #000000;
  width: 100%;
  color: rgb(255, 255, 255);
  height: 1920px;
  margin-left: 7px;
  cursor: none;
  overflow: hidden;
}

.kiosk-container, #captureContent, #kioskDisconnected {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 1920px;
}

.qr-container {
  flex-direction: row;
}

#qrcode {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-items: center;
  justify-content: center;
  width: 250px;
  height: 250px;
  background-color: #fff;
  margin-top: 30px;
  margin-bottom: 30px;
}

#kiosk-preview {
  width: 700px;
  height: 700px;
  margin-top: 30px;
  margin-bottom: 30px;
  border: solid 30px white;
}

#kiosk-preview-credit-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 900px;
}

#kiosk-preview-credit {
  height: 40px;
  margin-top: 0px;
  margin-bottom: 40px;
  background-color: rgba(255, 255, 255, 0.808);
  color: #000000;
  font-size: 20pt;
  font-family: "Montserrat", sans-serif;
  text-align: left;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  bottom: 40px;
}

.kiosk-text {
  font-size: 35pt;
  font-family: "Montserrat", sans-serif;
  text-align: center;
  max-width: 90%;
}

.kiosk-title {
  font-size: 60pt;
}

.kiosk-url {
  font-size: 20pt;
}

#capturedColour {
  width: 50px;
  height: 50px;
  margin-right: 50px;
  border: #fff;
  border-style: solid;
  border-width: 3px;
}

.captured-colour-content {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  font-size: 40pt;
  font-family: "Montserrat", sans-serif;
  margin-top: 0px;
  margin-bottom: 30px;
}

.countdown-content {
  width: 100%;
  margin-top: 60px;
  margin-bottom: 20px;
}

.progress {
  height: 30px;
  width: 100%;
  background-color: #181818;
}

.progress-bar {
  width: 100%;
  background-color: #f8f8f8;
}

.progress-bar-end {
  width: 0%;
  -webkit-transition: width 35s linear;
  -moz-transition: width 35s linear;
  -o-transition: width 35s linear;
  transition: width 35s linear;
}

#qrURL {
  font-size: 16pt;
}

#kioskCarousel {
  width: 100%;
}

.kiosk-holding {
  display: flex;
  width: 100%;
  height: 400px;
  font-size: 40pt;
  font-family: "Montserrat", sans-serif;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding:50px;
}

#signup {
  margin-top: 30px;
  max-width: 700px;
  font-family: "Montserrat", sans-serif;
}

#mintModal {
  color: black;
}

.modal-dialog {
  max-width: 600px;
}

.container-faq {
  max-width: 700px;
}

#collapseWalkthrough {
  width: 100%
}

#walkthroughGif {
  width: 100%
}

.location-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  justify-items: center;
}

#locationImage {
  width: 100%;
  max-width: 400px;
  margin: 20px;
  align-self: center;
}
#exhibtionImage {
  max-height: 120px;
  width: 100%;
  max-width: 400px;
  margin: 20px;
  align-self: center;
  object-fit: cover;
}

.tp-text {
  display: flex;
  flex-direction: column;
  align-items: left;
  font-size: large;
  text-align: left;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 20px;
}

.about-text {
  font-size: medium;
  text-align: left;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 20px;
}

.about-header {
  width: 100%;
  margin-bottom: 30px;
  margin-top: 20px;
}

.about-art {
  width: 80%;
  border: white;
  border-style: solid;
  margin-top: 0px;
  margin-bottom: 30px;
}

#homeButtons {
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: center;
  flex-wrap: wrap;
  /* margin: 20px; */
}

.btn-home {
  font-size: calc(8px + 1vw);
  margin: 10px;
  font-family: "Montserrat", sans-serif;
  display: inline-flex;
  align-items: center; 
}

/* unvisited link */
.logoLink:link {
  color: #ffffff;
  text-decoration: none;
}

/* visited link */
.logoLink:visited {
  color: #ffffff;
  text-decoration: none;
}

/* mouse over link */
.logoLink:hover {
  color: #ffffff;
  text-decoration: none;
}

/* selected link */
.logoLink:active {
  color: #ffffff;
  text-decoration: none;
}

.link-custom:link {
  color: rgb(255, 255, 255);
  background-color: transparent;
  text-decoration: underline;
}

.link-custom:visited {
  color: rgb(255, 255, 255);
  background-color: transparent;
  text-decoration: none;
}

.link-custom:hover {
  color: #ffffffaf;
  background-color: transparent;
}

.link-custom:active {
  color: #ffffffaf;
  background-color: transparent;
}

.pause-icon {
  font-size: 180pt;
  margin: 50px;
}

.demo-video-container {
  display: flex;
  justify-content: center;
  height: 400px;
}

.gallery {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  max-width: 1000px;
  justify-content: center;
}

.card-nft {
  max-width: 250px;
  margin: 15px;
  padding: 5px;
}

.card-img-nft {
  width: 240px;
  height: 240px;
  background: grey;
  align-self: center;
}

@keyframes placeHolderShimmer{
  0%{
      background-position: -468px 0
  }
  100%{
      background-position: 468px 0
  }
}

.animated-background {
  animation-duration: 1.25s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-name: placeHolderShimmer;
  animation-timing-function: linear;
  background: darkgray;
  background: linear-gradient(to right, #eeeeee 10%, #dddddd 18%, #eeeeee 33%);
  background-size: 800px 220px;
  height: 220px;
  position: relative;
}

.gallery-nft-title {
  color:rgb(0, 0, 0)
}

.gallery-nft-text {
  color:rgb(0, 0, 0);
  word-wrap: break-word;
}

.vimeo-container {
  padding: 52.73% 0 40px 0;
  position:relative;
  width:100%;
  height:100%;
}

.vimeo {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
}

#artLoading{
  display: flex;
  flex-direction: column;
  align-items: center;
}

#artLoadingSpinner{
  width: 200px;
  height: 200px;
  margin-bottom: 100px;
}

.hide-cursor {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  cursor: none;
  z-index: 100;
}

#exhibitInfo {
  font-style: italic;
  color: #aaaaaa;
}
