@font-face {
  font-family: 'Poppins-Regular';
  src: url(assets/fonts/4b4ebe20759bdbf2.ttf);
}

* {
  font-family: 'Poppins-Regular' !important;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  touch-action: pan-x pan-y;

  -webkit-user-select: none;
  /* Safari */
  -ms-user-select: none;
  /* IE 10 and IE 11 */
  user-select: none;
}

img {
  -webkit-user-drag: none;
  /* For Safari and Chrome */
  user-drag: none;
  /* Standard property */
}

.canvas {
  position: fixed;
  top: 0;
  left: 0;
  outline: none;
}

:before,
:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

body {
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  margin: 0;
  overflow: hidden;
}

.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  display: inline-block;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
}

.progress-bar-container {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  z-index: 7;
}

#progress-bar {
  width: 30%;
  margin-top: 0.5%;
  height: 2%;
}

label {
  color: black;
  font-size: 2rem;
}

.contact-form-1 {
  background-color: #fff;

  text-align: center;
  position: fixed;
  top: 0vh;
  left: 0vw;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.ratings-container {
  display: flex;
  flex-direction: row;
  gap: 5%;
  align-items: center;
  justify-content: center;
}

.bttnDiv {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 2%;
}

.submitbtn {
  width: 100px;
  border: 1px solid black;
  border-radius: 20px;
  cursor: pointer;
  padding: 0.5em;
  height: 35px;
  color: white;
  background-color: #000000;
}

.submitbtn:active {
  padding-top: 1px;
  background-color: white;
  color: #000;
}

.closebtn {
  width: 100px;
  border: 1px solid black;
  border-radius: 20px;
  cursor: pointer;
  padding: 0.5em;
  height: 35px;
  color: #ffffff;
  margin-top: 10px;
  background-color: #000000;
}

.closebtn:active {
  padding-top: 1px;
  background-color: white;
  color: #000;
}

.thanksPara {
  font-size: 50px;
}

.cancelbtn {
  width: 100px;
  border: 1px solid black;
  border-radius: 20px;
  cursor: pointer;
  padding: 0.5em;
  height: 35px;
  margin-left: 5%;
  color: black;
  background-color: white;
}

.cancelbtn:active {
  padding-top: 1px;
  background-color: black;
  color: white;
}

.answerBtnsSelected {
  width: 180px;
  border: 1px solid black;
  border-radius: 20px;
  padding: 0.3em;
  margin-bottom: 5px;
  background-color: '#E0E0E0';
}

.emoji_text {
  margin-top: 5px;
  margin-bottom: 5px;
  justify-content: center;
  align-items: center;
}

#verybad_text,
#bad_text,
#okok_text,
#nice_text,
#excellent_text {
  display: none;
}

#verybad_gray,
#excellent_gray,
#bad_gray,
#okok_gray,
#nice_gray {
  display: block;
  cursor: pointer;
}

#verybad_black,
#excellent_black,
#bad_black,
#okok_black,
#nice_black {
  display: none;
}

#feedbackFormWrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #cdcacac5 transparent;
}

.heading1 {
  padding-bottom: 15px;
  font-weight: bold;
  font-size: xxx-large;
}

h2 {
  margin: 0;
  font-size: 2em;
  font-weight: 300;
}

#contact-1 {
  width: 70%;
  margin-top: 5px;
  justify-content: center;
  align-items: center;
}

label>span {
  display: none;
}

textarea {
  width: 100%;
  padding: 0.5em;
  border: none;
  font: 300 100%/1.2 Ubuntu, sans-serif;
}

.feedbackbtn {
  width: 180px;
  border: 1px solid black;
  border-radius: 20px;
  padding: 0.3em;
  margin-bottom: 5px;
  color: #000000;
  background-color: white;
}

.feedbackbtn:active {
  padding-top: 1px;
}

#btn1,
#btn2,
#btn3,
#btn4,
#btn5,
#btn6 {
  color: #000000;
}

input[type='text'],
input[type='email'],
textarea {
  margin: 0 0 1em;
  border: 1px solid #ccc;
  outline: none;
  width: 98%;
  height: 6em;
  font-size: 16px;
  border-radius: 20px;
}

input.invalid,
textarea.invalid {
  border-color: #d5144d;
}

h5 {
  width: 90%;
}

#thankYouText {
  @media (max-width: 900px) {
    display: none;
  }
}

/* Styles for the popup */
.canvas-popup {
  position: fixed;
  top: 0vh;
  left: 0vw;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  z-index: 8;
}

.disclaimer-popup {
  text-align: center;
  position: fixed;
  top: 0vh;
  left: 0vw;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.75);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.video-popup {
  text-align: center;
  position: fixed;
  top: 0vh;
  left: 0vw;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.video-container {
  position: relative;
  display: flex;
  max-height: 80%;
  max-width: 90%;
  padding: 10px 10px;
}

.popup-content {
  position: relative;
  display: flex;
  width: 80%;
  max-height: 80%;
  background: white;
  padding: 20px;
  border-radius: 10px;
  flex-direction: row;
  justify-content: center;
}

.profile-popup-content {
  position: relative;
  display: flex;
  width: 50%;
  max-height: 70%;
  background: white;
  padding: 20px;
  border-radius: 10px;
  flex-direction: row;
  justify-content: center;
}

.aboutArtist {
  margin: 0px 5px;
}

.aboutArtist::before {
  content: 'About artist';
  /* The message you want to display */
  position: absolute;
  left: 20px;
  bottom: 40px;
  transform: translateX(-50%);
  background-color: rgba(0, 0, 0, 0.204);
  /* Background color */
  color: white;
  /* Text color */
  padding: 5px 10px;
  /* Padding around the text */
  border-radius: 5px;
  /* Rounded corners */
  opacity: 0;
  /* Initially hidden */
  transition: opacity 0.3s ease;
  /* Smooth fade-in transition */
  pointer-events: none;
  /* Allow interaction with the button underneath */
  margin-bottom: 5px;
}

.aboutArtist:hover::before {
  opacity: 1;
  /* Make the tooltip visible */
}

.popup-content-detail {
  position: relative;
  display: flex;
  flex-direction: column;
  background: white;
  padding: 20px;
  border-radius: 10px;
  justify-content: space-between;
}

.disclaimer-popup-content {
  color: #fbf8f8;
  position: relative;
  display: flex;
  height: 95%;
  background: none;
  padding: 35px;
  border-radius: 10px;
  flex-direction: row;
  margin-bottom: 15px;
}

.disclaimer-image {
  margin-top: 10%;
  max-height: 90%;
  vertical-align: middle;
}

.popup-profile-image {
  min-width: 40%;
  max-width: 60%;
  object-fit: contain;
  margin-right: 30px;
}

.popup-image {
  height: auto;
  min-width: 40%;
  max-width: 60%;
  object-fit: contain;
  margin-right: 30px;
}

.popup-title {
  color: black;
  margin: 0;
  font-weight: bold;
  font-size: 28px;
}

.artist-span {
  font-size: 16px;
}

.popup-artist-Name {
  color: black;
  margin: 0;
  font-size: 22px;
}

.popup-description {
  color: black;
  font-size: 14px;
  font-weight: normal;
}

/* Styles for the loader container */
.image-loader {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

/* Styles for the loader container */
.profile-image-loader {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
}

.profile-image-loader img {
  width: 80%;
  /* Adjust the size as needed */
  height: 100%;
}

/* Styles for the loader image */
.image-loader img {
  width: 90%;
  /* Adjust the size as needed */
  height: 100%;
}

.popup-button-container {
  display: flex;
  margin-top: 10px;
}

.popup-button {
  margin-right: 10px;
  padding: 1px 10px;
  border: 2px solid black;
  height: 30px;
  border-radius: 33px;
  cursor: pointer;
  min-width: 50%;
}

.popup-button:hover {
  background-color: black;
  color: white;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  /* Modify the shadow properties as needed */
}

.popup-button.customize-button {
  background-color: white;
  color: black;
}

.loadingMSGImg {
  font-size: 0.7em;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  justify-content: space-evenly;
  display: none;
  font-weight: 500;
  margin-left: 125px;
  margin-bottom: 10px;

  @media (max-width: 900px) {
    width: 100%;
    margin-left: 70px;
  }
}

.popup-button.customize-button:hover {
  background-color: black;
  color: white;
}

.popup-button.order-button {
  background-color: black;
  color: white;
}

.popup-button.order-button:hover {
  background-color: white;
  color: black;
}

/* Additional details */
.popup-detail-container {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.paintingDetails {
  color: black;
  font-weight: bold;
  font-size: 20px;
}

.popup-label {
  color: black;
  min-width: 150px;
  font-size: 16px;
  font-weight: bold;
}

.popup-value {
  color: black;
  font-size: 16px;
  font-weight: normal;
}

/* "SOLD OUT" message */
.popup-sold-out {
  color: red;
  font-weight: bold;
  font-size: 24px;
}

.maintain {
  display: none;
  flex-direction: row;
  height: 100vh;
  background-color: white;
  z-index: 999 !important;
  position: relative;
}

.audioToggle {
  cursor: pointer;
  padding: 0px 10px;
  display: flex;
}

.audioToggle::before {
  content: var(--content, 'Pause Music');
  /*The message you want to display */
  position: absolute;
  left: 200px;
  bottom: 40px;
  transform: translateX(-50%);
  background-color: rgba(0, 0, 0, 0.204);
  /* Background color */
  color: white;
  /* Text color */
  padding: 5px 10px;
  /* Padding around the text */
  border-radius: 5px;
  /* Rounded corners */
  opacity: 0;
  /* Initially hidden */
  transition: opacity 0.3s ease;
  /* Smooth fade-in transition */
  pointer-events: none;
  /* Allow interaction with the button underneath */
  margin-bottom: 5px;
}

/* Show the tooltip on hover */
.audioToggle:hover::before {
  opacity: 1;
  /* Make the tooltip visible */
}

.volume-control {
  position: absolute;
  bottom: 27%;
  left: 86%;
  width: 100px;
  display: none;
}

#audioControlContainer:hover .volume-control {
  display: flex;
  /* Show when hovering over the container */
}

/* Close button */
.popup-close-button {
  position: relative;
  top: 10px;
  right: 10px;
  cursor: pointer;
  font-size: 24px;
  color: black;
}

/* Art price */
.popup-art-price {
  color: black;
  font-size: 16px;
}

/* Artwork details title */
.popup-details-title {
  padding: 10px 0;
  text-align: left;
}

/* Artwork details */
.popup-details {
  color: black;
  font-weight: bold;
  font-size: 24px;
  overflow: hidden;
  overflow-y: auto;
  scrollbar-width: thin;
  /* Firefox */
  scrollbar-color: #cdcacac5 transparent;
  padding-right: 9px;
}

.close-back-button {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  font-size: 24px;
  color: black;
}

.close-back-button-video {
  position: relative;
  top: 1px;
  right: 1px;
  padding: 2px;
  cursor: pointer;
  font-size: 24px;
  color: rgb(249, 249, 249);
}

.close-button {
  position: absolute;
  top: 1px;
  right: 1px;
  cursor: pointer;
  color: black;
}

.close-nav-button {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  color: black;
}

.artworkDetails {
  color: black;
  font-weight: bold;
  font-size: 20px;
}

.exitControl-button {
  display: none;
  cursor: pointer;
  height: 33px;
  border-radius: 33px;
  bottom: 4%;
  right: 10px;
  position: absolute;
  padding: 3px 10px;
  background: #9aa2a3a1;
}

.exit-Control {
  cursor: pointer;
  height: 33px;
  border-radius: 33px;
  bottom: 4%;
  right: 60px;
  position: absolute;
  display: flex;
  padding: 3px 20px;
  background: #9aa2a3a1;
  gap: 10px;
  opacity: 0;
  transform: translateX(5%);

  /* Transition for both opacity and transform */
  transition: opacity 0.5s ease, transform 0.5s ease;
}

.exit-Control.active {
  opacity: 1;
  transform: translateX(0);
}

.video-Button {
  margin: 0px 5px;
}

/* Define the tooltip styles */
.video-Button::before {
  content: 'Artist Video';
  /* The message you want to display */
  position: absolute;
  bottom: 100%;
  left: 58%;
  transform: translateX(-50%);
  background-color: rgba(0, 0, 0, 0.204);
  /* Background color */
  color: white;
  /* Text color */
  padding: 5px 10px;
  /* Padding around the text */
  border-radius: 5px;
  /* Rounded corners */
  opacity: 0;
  /* Initially hidden */
  transition: opacity 0.3s ease;
  /* Smooth fade-in transition */
  pointer-events: none;
  /* Allow interaction with the button underneath */
  margin-bottom: 5px;
}

/* Show the tooltip on hover */
.video-Button:hover::before {
  opacity: 1;
  /* Make the tooltip visible */
}

.help-button {
  margin: 0px 5px;
}

/* Define the tooltip styles */
.help-button::before {
  content: 'Help';
  /* The message you want to display */
  position: absolute;
  bottom: 100%;
  left: 25%;
  transform: translateX(-50%);
  background-color: rgba(0, 0, 0, 0.204);
  /* Background color */
  color: white;
  /* Text color */
  padding: 5px 10px;
  /* Padding around the text */
  border-radius: 5px;
  /* Rounded corners */
  opacity: 0;
  /* Initially hidden */
  transition: opacity 0.3s ease;
  /* Smooth fade-in transition */
  pointer-events: none;
  /* Allow interaction with the button underneath */
  margin-bottom: 5px;
}

/* Show the tooltip on hover */
.help-button:hover::before {
  opacity: 1;
  /* Make the tooltip visible */
}

.exit-button {
  margin-right: 5px;
  display: none;
  cursor: pointer;
  height: 33px;
  border-radius: 33px;
  top: -5px;
  right: 10px;
  position: absolute;
  padding: 3px 10px;
}

.exit-button2 {
  margin-right: 5px;
  cursor: pointer;
  height: 33px;
  border-radius: 33px;
  top: 5px;
  right: 10px;
  position: absolute;
  padding: 3px 10px;
  z-index: 6;
}

.displayCount {
  display: none;
  cursor: pointer;
  height: 33px;
  border-radius: 33px;
  bottom: 4%;
  left: 10px;
  position: absolute;
  padding: 5px 10px;
  background: #9aa2a3a1;
  border: 0;
  outline: none;
  margin-top: 5px;
}

/* Define the tooltip styles */
.displayCount::before {
  /* content: "Artwork count"; The message you want to display */
  position: absolute;
  bottom: 10%;
  /* Position it above the button */
  left: 22%;
  transform: translateX(-50%);
  background-color: rgba(0, 0, 0, 0.204);
  /* Background color */
  color: white;
  /* Text color */
  padding: 5px 10px;
  /* Padding around the text */
  border-radius: 5px;
  /* Rounded corners */
  opacity: 0;
  /* Initially hidden */
  transition: opacity 0.3s ease;
  /* Smooth fade-in transition */
  pointer-events: none;
  /* Allow interaction with the button underneath */
  margin-bottom: 5px;
}

/* Show the tooltip on hover */
.displayCount:hover::before {
  opacity: 1;
  /* Make the tooltip visible */
}

.screen-toggle {
  margin: 0px 10px;
}

.screen-toggle::before {
  content: 'Fullscreen Toggle';
  /* The message you want to display */
  position: absolute;
  bottom: 100%;
  /* Position it above the button */
  left: 90%;
  transform: translateX(-50%);
  background-color: rgba(0, 0, 0, 0.204);
  /* Background color */
  color: white;
  /* Text color */
  padding: 5px 10px;
  /* Padding around the text */
  border-radius: 5px;
  /* Rounded corners */
  opacity: 0;
  /* Initially hidden */
  transition: opacity 0.3s ease;
  /* Smooth fade-in transition */
  pointer-events: none;
  /* Allow interaction with the button underneath */
  margin-bottom: 5px;
}

/* Show the tooltip on hover */
.screen-toggle:hover::before {
  opacity: 1;
  /* Make the tooltip visible */
}

.welcome-image {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-height: 90%;
  padding-bottom: 30px;
}

.next-button {
  position: absolute;
  border: 2px solid white;
  border-radius: 10px;
  cursor: pointer;
  padding: 10px 20px;
  font-size: 15px;
  color: white;
  bottom: 10px;
  right: 1px;
  margin-left: -20px;
}

.skip-button {
  z-index: 8;
  position: absolute;
  top: 10px;
  color: white;
  right: 8%;
  border: 2px solid rgb(254, 253, 253);
  border-radius: 10px;
  cursor: pointer;
  padding: 10px 20px;
  font-size: 15px;
  display: flex;
}

.back-button {
  position: absolute;
  bottom: 10px;
  color: white;
  right: 125px;
  border: 2px solid rgb(254, 253, 253);
  border-radius: 10px;
  cursor: pointer;
  padding: 10px 20px;
  font-size: 15px;
  display: flex;
}

.continue-button {
  position: absolute;
  bottom: 10px;
  color: white;
  right: 5px;
  border: 2px solid rgb(255, 255, 255);
  border-radius: 10px;
  cursor: pointer;
  padding: 10px 20px;
  font-size: 15px;
  display: flex;
}

.toaster {
  position: fixed;
  bottom: 8%;
  right: 45%;
  background-color: #2cd820;
  color: #fff;
  padding: 10px 20px;
  border-radius: 5px;
  display: none;
}

/* For Webkit-based browsers (Chrome, Safari) */
.navigation-guide {
  position: relative;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 20px;
  text-align: left;
  margin-bottom: 10px;
  overflow: hidden;
}

.outerButton {
  position: absolute;
  left: 1%;
  bottom: 20%;
  text-align: center;
  width: 200px;
  border: none;
}

/* Style for the 1st child div */
.upButton {
  width: 100%;
  padding: 10px 0px 0px 0px;
  text-align: center;
  border: none;
  background: none;
  opacity: 0.4;
}

/* Style for the 2nd and 3rd child divs */
.leftButton,
.rightButton {
  width: 50%;
  display: inline-block;
  border: none;
  background: none;
  padding: 10px 20px;
  opacity: 0.4;
}

/* Style for the 4th child div */
.downButton {
  width: 100%;
  padding: 0px 0px 10px 0px;
  text-align: center;
  border: none;
  background: none;
  opacity: 0.4;
}

.mini-map-div {
  cursor: pointer;
}

.toggleMiniMapBtn {
  margin: 0px 5px;
}

.toggleMiniMapBtn::before {
  content: 'Brochure';
  position: absolute;
  right: 45%;
  bottom: 40px;
  transform: translateX(-50%);
  background-color: rgba(0, 0, 0, 0.204);
  color: white;
  padding: 5px 10px;
  border-radius: 5px;
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
  margin-bottom: 5px;
}

/* Show the tooltip on hover */
.toggleMiniMapBtn:hover::before {
  opacity: 1;
  /* Make the tooltip visible */
}

.mini-map {
  object-fit: contain;
  border-radius: 15px;
  display: block;
  position: absolute;
  right: 10px;
  top: 45px;
  width: 200px;
  height: 80%;
  box-shadow: 1px 1px 5px 3px rgba(0, 0, 0, 0.5);
}

.videoContainer {
  max-height: 80%;
}

.videoToggle {
  cursor: pointer;
  padding: 0px 20px;
}

.videoToggle::before {
  content: var(--content, 'Pause Video');
  /*The message you want to display */
  position: absolute;
  left: 50px;
  bottom: 40px;
  transform: translateX(-50%);
  background-color: rgba(0, 0, 0, 0.204);
  /* Background color */
  color: white;
  /* Text color */
  padding: 5px 10px;
  /* Padding around the text */
  border-radius: 5px;
  /* Rounded corners */
  opacity: 0;
  /* Initially hidden */
  transition: opacity 0.3s ease;
  /* Smooth fade-in transition */
  pointer-events: none;
  /* Allow interaction with the button underneath */
  margin-bottom: 5px;
}

/* Show the tooltip on hover */
.videoToggle:hover::before {
  opacity: 1;
  /* Make the tooltip visible */
}

.continueBar {
  position: absolute;
  height: 36px;
  width: 120px;
  border-radius: 33px;
  left: 50%;
  margin-left: -60px;
  bottom: 4%;
  cursor: pointer;
  font-size: large;
  color: #000;
  align-items: center;
  display: none;
  padding: 5px 37px;
  background: #fff;
  border: 2px solid #000;
  transition: transform 0.2s, box-shadow 0.2s, color 0.2s;
}

.continueBar:hover {
  transform: scale(1.3);
  /* Increase the size by 10% */
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  /* Add a shadow on hover */
  color: #000;
  /* Change the text color on hover */
}

.controlBar {
  cursor: pointer;
  height: 33px;
  border-radius: 33px;
  left: 50%;
  transform: translateX(-50%);
  bottom: 4%;
  position: absolute;
  display: none;
  padding: 5px 20px;
  background: #9aa2a3a1;
}

.videoControlBar {
  cursor: pointer;
  height: 33px;
  border-radius: 33px;
  left: 43%;
  bottom: 2%;
  position: absolute;
  display: none;
  padding: 5px 20px;
  background: #9aa2a3a1;
}

.moveLeft {
  position: relative;
  margin: 0px 7px;
}

.moveLeft::before {
  content: 'Previous';
  /* The message you want to display */
  position: absolute;
  left: 20px;
  bottom: 40px;
  transform: translateX(-50%);
  background-color: rgba(0, 0, 0, 0.204);
  /* Background color */
  color: white;
  /* Text color */
  padding: 5px 10px;
  /* Padding around the text */
  border-radius: 5px;
  /* Rounded corners */
  opacity: 0;
  /* Initially hidden */
  transition: opacity 0.3s ease;
  /* Smooth fade-in transition */
  pointer-events: none;
  /* Allow interaction with the button underneath */
  margin-bottom: 5px;
}

/* Show the tooltip on hover */
.moveLeft:hover::before {
  opacity: 1;
  /* Make the tooltip visible */
}

.autoNavToggle {
  position: relative;
  margin: 0px 7px;
}

.autoNavToggle::before {
  content: 'Autoplay';
  /* The message you want to display */
  position: absolute;
  left: 20px;
  bottom: 40px;
  transform: translateX(-50%);
  background-color: rgba(0, 0, 0, 0.204);
  /* Background color */
  color: white;
  /* Text color */
  padding: 5px 10px;
  /* Padding around the text */
  border-radius: 5px;
  /* Rounded corners */
  opacity: 0;
  /* Initially hidden */
  transition: opacity 0.3s ease;
  /* Smooth fade-in transition */
  pointer-events: none;
  /* Allow interaction with the button underneath */
  margin-bottom: 5px;
}

/* Show the tooltip on hover */
.autoNavToggle:hover::before {
  opacity: 1;
  /* Make the tooltip visible */
}

.moveRight {
  position: relative;
  margin: 0px 7px;
}

.moveRight::before {
  content: 'Next';
  /* The message you want to display */
  position: absolute;
  left: 20px;
  bottom: 40px;
  transform: translateX(-50%);
  background-color: rgba(0, 0, 0, 0.204);
  /* Background color */
  color: white;
  /* Text color */
  padding: 5px 10px;
  /* Padding around the text */
  border-radius: 5px;
  /* Rounded corners */
  opacity: 0;
  /* Initially hidden */
  transition: opacity 0.3s ease;
  /* Smooth fade-in transition */
  pointer-events: none;
  /* Allow interaction with the button underneath */
  margin-bottom: 5px;
}

.logo {
  top: 2%;
  left: 15px;
  position: absolute;
  opacity: 0.3;
}

/* Show the tooltip on hover */
.moveRight:hover::before {
  opacity: 1;
  /* Make the tooltip visible */
}

.shareButton {
  position: relative;
  margin: 0px 5px;
}

.shareButton::before {
  content: 'Share Exhibition';
  /* The message you want to display */
  position: absolute;
  left: 20px;
  bottom: 40px;
  transform: translateX(-50%);
  background-color: rgba(0, 0, 0, 0.204);
  /* Background color */
  color: white;
  /* Text color */
  padding: 5px 10px;
  /* Padding around the text */
  border-radius: 5px;
  /* Rounded corners */
  opacity: 0;
  /* Initially hidden */
  transition: opacity 0.3s ease;
  /* Smooth fade-in transition */
  pointer-events: none;
  /* Allow interaction with the button underneath */
  margin-bottom: 5px;
}

/* Show the tooltip on hover */
.shareButton:hover::before {
  opacity: 1;
  /* Make the tooltip visible */
}

.autoNavEnd {
  position: relative;
  margin-left: 10px;
}

.autoNavEnd::before {
  content: 'End Autoplay';
  /* The message you want to display */
  position: absolute;
  left: 20px;
  bottom: 40px;
  transform: translateX(-50%);
  background-color: rgba(0, 0, 0, 0.204);
  /* Background color */
  color: white;
  /* Text color */
  padding: 5px 10px;
  /* Padding around the text */
  border-radius: 5px;
  /* Rounded corners */
  opacity: 0;
  /* Initially hidden */
  transition: opacity 0.3s ease;
  /* Smooth fade-in transition */
  pointer-events: none;
  /* Allow interaction with the button underneath */
  margin-bottom: 5px;
}

/* Show the tooltip on hover */
.autoNavEnd:hover::before {
  opacity: 1;
  /* Make the tooltip visible */
}

.infoButton {
  position: relative;
  margin: 0px 7px;
}

.infoButton::before {
  content: 'Information';
  /* The message you want to display */
  position: absolute;
  left: 20px;
  bottom: 40px;
  transform: translateX(-50%);
  background-color: rgba(0, 0, 0, 0.204);
  /* Background color */
  color: white;
  /* Text color */
  padding: 5px 10px;
  /* Padding around the text */
  border-radius: 5px;
  /* Rounded corners */
  opacity: 0;
  /* Initially hidden */
  transition: opacity 0.3s ease;
  /* Smooth fade-in transition */
  pointer-events: none;
  /* Allow interaction with the button underneath */
  margin-bottom: 5px;
}

/* Show the tooltip on hover */
.infoButton:hover::before {
  opacity: 1;
  /* Make the tooltip visible */
}

.turn {
  display: none;
  background-color: #000;
  z-index: 999;
  font-size: 30px;
}

.form-field {
  margin: 15px 0px;
}

.input-field {
  height: auto !important;
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px !important;
  box-sizing: border-box;
}

.btn {
  padding: 10px 20px;
  background-color: #1bb11b;
  color: #fff;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  margin: 10px 0px;
}

.invalid-input {
  border: 1px solid red;
}

.error-message {
  color: red;
  margin-top: 5px;
}

.mapartworkdata {
  border-radius: 15px;
  height: 100%;
  overflow-x: hidden;
  background: rgba(255, 255, 255, 0.7);
  padding: 10px 5px;
  display: flex;
  flex-direction: column;
  scrollbar-width: thin;
  scrollbar-color: #cdcacac5 transparent;
}

/* For Webkit (Chrome, Safari, Edge) */
.mapartworkdata::-webkit-scrollbar {
  width: 10px;
}

.mapartworkdata::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 10px;
}

.mapartworkdata::-webkit-scrollbar-thumb {
  background: #cdcacac5;
  border-radius: 10px;
  /* This is to round the scrollbar thumb, not the ends */
}

.artitem {
  display: flex;
  flex-direction: row;
  align-items: center;
  -webkit-user-select: none;
  /* Safari */
  -ms-user-select: none;
  /* IE 10 and IE 11 */
  user-select: none;
  /* Standard syntax */
}

.artitem img {
  margin: 5px;
}

.artitem span {
  max-width: 180px;
  margin: 5px;
  text-overflow: ellipsis;
  overflow: hidden;
}

.closemap {
  position: absolute;
  right: 0px;
  top: 0px;
}

/* Mobile responsive styles */
@media (orientation: portrait) {
  .maintain {
    height: 100vh;
    background-color: white;
    z-index: 999;
    display: flex;
    flex-direction: column;
    padding-left: 20px;
  }

  .maintain>img {
    width: 100%;
  }

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

  .turn {
    text-align: center;
    top: 0;
    display: flex;
    position: fixed;
    height: 100%;
    width: 100%;
    background: #ffffff;
    z-index: 999;
    font-size: 24px;
  }

  @keyframes orient {
    from {
      transform: rotate(0deg);
    }

    to {
      transform: rotate(-60deg);
    }
  }

  .icon {
    font-size: 70px;
    animation: orient 3s infinite;
  }

  .message {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  body {
    overflow: hidden;
  }
}

/* Landscape view styles for phones */

@media (max-width: 1024px) and (orientation: landscape) {
  .popup-content-detail {
    position: relative;
    display: flex;
    flex-direction: column;
    background: white;
    padding: 0px;
    border-radius: 10px;
    justify-content: space-between;
  }

  .canvas-popup {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
  }

  .logo {
    top: 0.5%;
    left: 2%;
    position: absolute;
    opacity: 0.3;
  }

  .audioToggle:hover::before {
    opacity: 0;
    /* Make the tooltip invisible */
  }

  .video-Button:hover::before {
    opacity: 0;
    /* Make the tooltip visible */
  }

  .exit-Control {
    cursor: pointer;
    height: 33px;
    border-radius: 33px;
    bottom: 7%;
    right: 58px;
    position: absolute;
    display: none;
    padding: 3px 20px;
    background: #9aa2a3a1;
    gap: 10px;
    opacity: 0;
    transform: translateX(5%);

    /* Transition for both opacity and transform */
    transition: opacity 0.5s ease, transform 0.5s ease;
  }

  .exit-Control.active {
    opacity: 1;
    transform: translateX(0);
  }

  .continueBar {
    position: absolute;
    height: 36px;
    width: 120px;
    border-radius: 33px;
    left: 50%;
    margin-left: -60px;
    bottom: 5%;
    cursor: pointer;
    font-size: large;
    color: #000;
    align-items: center;
    display: none;
    padding: 5px 37px;
    background: #fff;
    border: 2px solid #000;
    transition: transform 0.2s, box-shadow 0.2s, color 0.2s;
  }

  .continueBar:hover {
    transform: none;
    /* Increase the size by 10% */
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
    /* Add a shadow on hover */
    color: #000;
    /* Change the text color on hover */
  }

  .exitControl-button {
    display: none;
    cursor: pointer;
    height: 33px;
    border-radius: 33px;
    bottom: 7%;
    right: 10px;
    position: absolute;
    padding: 3px 10px;
    background: #9aa2a3a1;
  }

  .continue-button {
    position: absolute;
    color: white;
    bottom: 5px;
    right: 20px;
    border: 2px solid rgb(255, 255, 255);
    border-radius: 5px;
    cursor: pointer;
    padding: 5px 20px;
    font-size: 10px;
    display: flex;
  }

  .next-button {
    margin-top: 5px;
    position: absolute;
    border: 2px solid white;
    border-radius: 5px;
    cursor: pointer;
    padding: 5px 20px;
    font-size: 10px;
    color: white;
    bottom: 5px;
    right: 20px;
    margin-right: 10px;
    transform: translate(50%);
  }

  .skip-button {
    position: absolute;
    color: white;
    top: 10px;
    right: 10%;
    border: 2px solid rgb(254, 253, 253);
    border-radius: 5px;
    cursor: pointer;
    padding: 5px 20px;
    font-size: 10px;
    display: flex;
  }

  .back-button {
    position: absolute;
    color: white;
    bottom: 5px;
    right: 125px;
    border: 2px solid rgb(254, 253, 253);
    border-radius: 5px;
    cursor: pointer;
    padding: 5px 20px;
    font-size: 10px;
    display: flex;
  }

  .help-button:hover::before {
    opacity: 0;
    /* Make the tooltip visible */
  }

  .exit-button:hover::before {
    opacity: 0;
    /* Make the tooltip visible */
  }

  .exit-button2 {
    top: -2px;
  }

  .displayCount:hover::before {
    opacity: 0;
    /* Make the tooltip visible */
  }

  .screen-toggle:hover::before {
    opacity: 0;
    /* Make the tooltip visible */
  }

  .toggleMiniMapBtn:hover::before {
    opacity: 0;
    /* Make the tooltip visible */
  }

  .videoToggle:hover::before {
    opacity: 0;
    /* Make the tooltip visible */
  }

  .moveLeft:hover::before {
    opacity: 0;
    /* Make the tooltip visible */
  }

  .autoNavToggle:hover::before {
    opacity: 0;
    /* Make the tooltip visible */
  }

  .moveRight:hover::before {
    opacity: 0;
    /* Make the tooltip visible */
  }

  .shareButton:hover::before {
    opacity: 0;
    /* Make the tooltip visible */
  }

  .autoNavEnd:hover::before {
    opacity: 0;
    /* Make the tooltip visible */
  }

  .infoButton:hover::before {
    opacity: 0;
    /* Make the tooltip visible */
  }

  .aboutArtist:hover::before {
    opacity: 0;
    /* Make the tooltip visible */
  }

  .controlBar {
    cursor: pointer;
    height: 33px;
    border-radius: 33px;
    left: 50%;
    transform: translateX(-50%);
    bottom: 7%;
    position: absolute;
    display: none;
    padding: 5px 20px;
    background: #9aa2a3a1;
  }

  .popup-content {
    width: 80%;
    height: 80%;
    padding: 20px;
  }

  .displayCount {
    cursor: pointer;
    outline: none;
  }

  .popup-image {
    max-width: 50%;
    max-height: 170vh;
    margin-right: 40px;
  }

  .popup-title {
    font-size: 16px;
  }

  .artist-span {
    font-size: 10px;
  }

  .popup-description {
    font-size: 10px;
  }

  .popup-button-container {
    margin-top: 5px;
  }

  .popup-button {
    border: 2px solid black;
    border-radius: 33px;
    height: 30px;
    cursor: pointer;
    padding: 5px 10px;
    font-size: 10px;
    min-width: 50%;
  }

  .popup-button:hover {
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  }

  .popup-detail-container {
    margin-bottom: 2px;
  }

  .popup-label {
    min-width: 90px;
    font-size: 10px;
  }

  .popup-value {
    font-size: 10px;
  }

  .popup-sold-out {
    font-size: 10px;
  }

  .popup-close-button {
    top: 5px;
    right: 5px;
    font-size: 20px;
  }

  .popup-details-title {
    padding: 5px 0;
  }

  .popup-details {
    font-size: 9px;
    overflow: hidden;
    overflow-y: auto;
    scrollbar-width: thin;
    /* Firefox */
    scrollbar-color: #cdcacac5 transparent;
  }

  .volume-control {
    position: absolute;
    bottom: 190%;
    left: 60%;
    width: 100px;
    display: none;
  }

  .artworkDetails {
    color: black;
    font-weight: bold;
    font-size: 14px;
  }

  .paintingDetails {
    color: black;
    font-weight: bold;
    font-size: 14px;
  }

  .disclaimer-popup-content {
    position: relative;
    display: flex;
    height: 95%;
    background: none;
    padding: 15px;
    border-radius: 10px;
    flex-direction: row;
    margin-bottom: 15px;
  }

  .disclaimer-image {
    margin-top: 0%;
    height: 60dvh;
    width: auto;
    vertical-align: middle;
  }

  .navigation-guide {
    position: relative;

    font-size: 10px;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 15px;
    text-align: left;
    overflow: hidden;
    margin-bottom: 15px;
  }

  .navigation-guide::-webkit-scrollbar {
    width: 5px;
    /* Adjust the width as desired */
  }

  .navigation-guide::-webkit-scrollbar-thumb {
    background-color: #a29e9e7f;
    /* Change this to the desired thumb color */
    border-radius: 2px;
    /* Rounded corners for the thumb */
  }

  .mini-map {
    display: none;
    position: absolute;
    right: 10px;
    top: 45px;
    width: 200px;
    height: 70%;
    box-shadow: 1px 1px 5px 3px rgba(0, 0, 0, 0.5);
  }

  /* Add any other styles specific to landscape view */
  .contact-form-1 {
    background-color: #fff;

    text-align: center;
    position: fixed;
    top: 0vh;
    left: 0vw;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: transparent transparent;
  }

  #contact-1 {
    width: 50%;
    margin-top: 5px;
    justify-content: center;
    align-items: center;
  }

  .rating>img {
    height: 25px;
    width: 25px;
  }

  textarea {
    height: 3em;
  }

  h2 {
    font-size: 1.5em;
  }

  .heading1 {
    padding-bottom: 5px;
    font-weight: bold;
    font-size: large;
  }

  .card>a>img {
    width: auto;
    height: 100%;
    display: block;
  }

  .card-content {
    position: absolute;
    bottom: 10px;
    left: 10px;
    background: rgba(255, 255, 255, 0);
    color: black;
    padding: 5px;
    border-radius: 5px;
    max-width: 90%;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {

  /* Styles for iPads */
  .disclaimer-popup-content {
    position: relative;
    display: flex;
    height: 95%;
    background: none;
    padding: 15px;
    border-radius: 10px;
    margin-bottom: 15px;
  }

  .disclaimer-image {
    margin-left: 10%;
    max-height: 90%;
    width: 90%;
    vertical-align: middle;
  }

  .navigation-guide {
    position: relative;

    font-size: 10px;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 15px;
    text-align: left;
    overflow: hidden;
    margin-bottom: 15px;
  }

  .continueBar:hover {
    transform: none;
    /* Increase the size by 10% */
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
    /* Add a shadow on hover */
    color: #000;
    /* Change the text color on hover */
  }

  .continue-button {
    position: absolute;
    bottom: 5px;
    right: 20px;
    border: 2px solid rgb(255, 255, 255);
    border-radius: 5px;
    cursor: pointer;
    padding: 5px 20px;
    font-size: 10px;
    display: flex;
  }

  .skip-button {
    position: absolute;
    top: 10px;
    color: white;
    right: 8%;
    border: 2px solid rgb(254, 253, 253);
    border-radius: 5px;
    cursor: pointer;
    padding: 5px 20px;
    font-size: 10px;
    display: flex;
  }

  .next-button {
    position: absolute;
    bottom: 5px;
    right: 20px;
    border: 2px solid rgb(223, 210, 210);
    border-radius: 5px;
    cursor: pointer;
    padding: 5px 20px;
    font-size: 10px;
    color: white;
    margin-right: 10px;
    transform: translate(50%);
  }

  .back-button {
    position: absolute;
    color: white;
    bottom: 5px;
    right: 125px;
    border: 2px solid rgb(254, 253, 253);
    border-radius: 5px;
    cursor: pointer;
    padding: 5px 20px;
    font-size: 10px;
    display: flex;
  }

  .navigation-guide::-webkit-scrollbar {
    width: 5px;
    /* Adjust the width as desired */
  }

  .audioToggle:hover::before {
    opacity: 0;
    /* Make the tooltip invisible */
  }

  .video-Button:hover::before {
    opacity: 0;
    /* Make the tooltip visible */
  }

  .help-button:hover::before {
    opacity: 0;
    /* Make the tooltip visible */
  }

  .exit-button:hover::before {
    opacity: 0;
    /* Make the tooltip visible */
  }

  .exit-button2 {
    top: -2px;
  }

  .displayCount:hover::before {
    opacity: 0;
    /* Make the tooltip visible */
  }

  .screen-toggle:hover::before {
    opacity: 0;
    /* Make the tooltip visible */
  }

  .toggleMiniMapBtn:hover::before {
    opacity: 0;
    /* Make the tooltip visible */
  }

  .videoToggle:hover::before {
    opacity: 0;
    /* Make the tooltip visible */
  }

  .moveLeft:hover::before {
    opacity: 0;
    /* Make the tooltip visible */
  }

  .autoNavToggle:hover::before {
    opacity: 0;
    /* Make the tooltip visible */
  }

  .moveRight:hover::before {
    opacity: 0;
    /* Make the tooltip visible */
  }

  .shareButton:hover::before {
    opacity: 0;
    /* Make the tooltip visible */
  }

  .autoNavEnd:hover::before {
    opacity: 0;
    /* Make the tooltip visible */
  }

  .infoButton:hover::before {
    opacity: 0;
    /* Make the tooltip visible */
  }

  .aboutArtist:hover::before {
    opacity: 0;
    /* Make the tooltip visible */
  }

  .card:hover {
    transform: scale(0);
  }
}

h1 {
  text-align: center;
  margin-bottom: 20px;
}

.carousel-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 0 20px;
  max-height: 50%;
  scrollbar-width: thin;
  /* Firefox */
  scrollbar-color: #cdcaca00 transparent;
}

.gallery {
  display: flex;
  gap: 20px;
  overflow-x: auto;
  scroll-behavior: smooth;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
  height: 100%;
}

.card {
  position: relative;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  width: auto;
  transition: transform 0.2s;
  flex: 0 0 auto;
}

.card img {
  width: auto;
  display: block;
}

.card-content {
  position: absolute;
  bottom: 10px;
  left: 10px;
  background: rgba(255, 255, 255, 0.579);
  color: black;
  padding: 10px;
  border-radius: 5px;
  max-width: 90%;
}

.card-content h2 {
  font-size: 1em;
  margin: 0;
}

.card-content a {
  color: black;
  text-decoration: none;
  font-size: 0.9em;
}

.card:hover {
  transform: scale(1.05);
}

.carousel-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.5);
  color: white;
  border: none;
  padding: 10px;
  cursor: pointer;
  z-index: 1;
}

.prev {
  left: 10px;
}

.next {
  right: 10px;
}

@media (max-width: 768px) {
  .gallery {
    padding-left: 5px;
    padding-right: 5px;
  }

  .card-content {
    bottom: 5px;
    left: 5px;
    padding: 5px;
  }

  .carousel-button {
    padding: 5px;
  }

  .prev {
    left: 5px;
  }

  .next {
    right: 5px;
  }

  .card:hover {
    transform: scale(1);
  }
}

@media (max-width: 480px) {
  .gallery {
    padding-left: 5px;
    padding-right: 5px;
  }

  .card-content {
    bottom: 5px;
    left: 5px;
    padding: 5px;
  }

  .carousel-button {
    padding: 5px;
  }

  .prev {
    left: 5px;
  }

  .next {
    right: 5px;
  }
}

.overlay-vr {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);

  display: flex;
  align-items: center;
  gap: 10px;
  color: white;
  background: rgba(130, 128, 128, 0.5);
  padding: 10px 16px;
  border-radius: 8px;
  font-size: 20px;
  font-weight: 500;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  opacity: 1;
  pointer-events: none;
  transition: all 0.3s ease;
}

.enter-icon {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 1px;
  height: 24px;
  width: 24px;
}

.enterText {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {

  .overlay-vr {
    top: 40%; 
    left: 50%;
    transform: translateX(-50%);

    font-size: 12px;
    padding: 6px 10px;
    gap: 6px;
    border-radius: 6px;
  }

  .enter-icon {
    height: 16px;
    width: 16px;
    margin-bottom: 0;
  }

  .enterText {
    font-size: 12px;
    display: none;
  }
}


