/* CSS for the loader and content */

body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    display: block;
    height: 100%;
    margin: 0px;
    padding: 0px;
    background-color: #eee;
    overflow-y: hidden;
}

.showcase-content {
    display: none;
    touch-action: none;
    overflow: hidden; 
}


.showcase-loader-wrapper {
  position: fixed;
   touch-action: none;
   overflow: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #eee;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
}

.showcase-spinner {
  border: 8px solid #f3f3f3;
  border-top: 8px solid #3498db;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% {
	transform: rotate(0deg);
  }
  100% {
	transform: rotate(360deg);
  }
}

 #showcase-overlaycontentcontent {
  display: none; /* Initially hidden */
}   
    
 
/* 
#showcase-overlaycontentcontent {
   touch-action: none;
   overflow: hidden;
	width: 100%;
	margin: auto;
	z-index: 300;
	text-align: center;
}
 */


#myImg {
  object-fit: cover;
  width: 100%;
  height: 100%;
}  


#bgDiv {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 300;
}
 

.showcaseTitle {
    font-family: "Playfair Display", Sans-serif;	
}

#showcase-overlaycontent {
	overflow: hidden;
    display: none;
    z-index: 302;
    background: #000;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    text-align: center;
}

.showcaseTitle {
    position: fixed;
    text-align: center;
    top: 20%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, 50%);
    font-size: 42px;
    font-weight: 300;
    color: #fff;
    text-shadow: 0 0 10px #0f1011;
    letter-spacing: .6px;
    z-index: 1001;
}

#iframeContainer {
  	position: relative; /*  Needed for absolute positioning of overlay */
  	cursor: pointer;  
    z-index: 302;
    width: 100%;
    height: 500px;
    text-align: center;
    
}

.circle-loader {
    position: absolute;
    margin-top: -34px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.map-overlay-title {
    position: relative;
    bottom: 59px;
    font-size: 32px;
    font-weight: 300;
	font-family: Roboto;
    color: #fff;
    text-shadow: 0 0 10px #0f1011;
    letter-spacing: .6px;
    z-index: 1001;
}

.map-overlay-subtitle {
	position: relative;
    top:30px;
    color: white;
    font-size: 20px;
    font-weight: 300;
    text-shadow: 0 0 10px #0f1011;
    letter-spacing: .6px;
    opacity: 1;
    transition: opacity .5s;
}



.circle-loader #loader-cont {
    font-size: 10px;
    display: block;
    height: 96px;
    width: 96px;
    margin: 0 auto;
    border-radius: 100%;
    position: relative;
}

.circle-loader-svg {
    transform-origin: center;
    transform: rotate(-90deg);
}

.circle-loader-svg circle {
    fill: #f5f4f3;
    stroke: #f5f4f3;
    stroke-width: 4px;
}

.circle-loader-svg #bar {
    stroke-dasharray: 500;
    stroke-dashoffset: 500;
    transition: stroke-dasharray .3s, stroke-dashoffset .3s;
}

.icon-play-unicode {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 24px;
    left: 0;
    background: transparent;
    border: none;
    border-radius: 100%;
    color: #222;
    font-size: 38px;
    pointer-events: auto;
    cursor: pointer;
    speak: never;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

   
/* Modal styles */
.showcase-modal {
	display: none; /* Hidden by default */
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.8); /* Semi-transparent background */
	justify-content: center;
	align-items: center;
	z-index: 2000;
}
.showcase-modal-content {
	position: relative;
	width: 90%;
	height: 90%;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}
iframe {
	width: 100%;
	height: 100%;
	border: none;
}
.close-button {
	position: absolute;
	top: 1px;
	right: 15px;
	font-size: 41px;
	color: #333;
	cursor: pointer;
	background: none;
	border: none;
}
		
#rightbutton {
    position: absolute;
    display: block;
    right: 10px;
    top: 10px;
    z-index: 2;
}

.custom-close {
    position: absolute;
    top: 0;
    right: 0px;
    width: 36px;
    height: 36px;
    border: 0;
    border-radius: 50%;
	margin: 10px;
    padding: 5px;
    background-color: rgba(0, 0, 0, 0.5);
    /* color: #fff; */
    z-index: 10;
    font-size: 1.5em;
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / 30%);
    cursor: pointer;
}

.custom-close svg {
    /* width: 24px; */
    fill: #fff;
    pointer-events: none;
    vertical-align: top;
}


.st360-tab-wrapper {
  position: relative;
  overflow: hidden;
  top: 100px;
  width: 100%;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 20px;
  z-index: 1001;
}

.st360 {
   touch-action: none;
  width: 96%;
  overflow: hidden;
  background: #fafafa;
  border-radius: 10px;
  box-shadow: 0 10px 20px -10px rgba(0, 0, 0, 0.3);
}
@media (min-width: 600px) {
  .st360 {
    width: 100%;
    max-width: 800px;
  }
}
.st360-tabs {
  display: none;
}
.st360-tabs :focus {
  outline: none;
}
.st360-item {
  border-bottom: 1px solid #c1d7e2;
}
.st360-item:last-child {
  border: none;
}
.st360-item__label {
  position: relative;
  margin: 0;
  padding: 20px;
  cursor: pointer;
  transition: padding 0.2s ease;
}
.st360-item__label::after {
  content: "";
  position: absolute;
  top: -4px;
  right: 20px;
  bottom: 0;
  width: 6px;
  height: 6px;
  margin: auto;
  transform: rotate(45deg);
  opacity: 1;
  transition: opacity 0.1s ease;
  border-radius: 2px;
  border: 5px solid transparent;
  border-color: transparent #003852 #003852 transparent;
}
.st360-item__label:hover {
  background: #c1d7e2;
}
.st360-item__container {
  height: 0;
  padding: 0 20px;
  overflow: hidden;
  opacity: 0;
  transition: padding 0.2s ease, opacity 0.5s 0.15s ease;
}
.st360-active {
  background: #d2e2ea;
}
.st360-active .st360-item__label {
  padding-bottom: 0;
  color: #003852;
  cursor: inherit;
}
.st360-active .st360-item__label:hover {
  background: none;
}
.st360-active .st360-item__label::after {
  opacity: 0;
}
.st360-active .st360-item__container { 
  height: auto;
  padding: 20px;
  opacity: 1;
}
/* 
.st360-active .st360-item__container p,
.st360-active .st360-item__container h1,
.st360-active .st360-item__container h2,
.st360-active .st360-item__container h3,
.st360-active .st360-item__container h4,
.st360-active .st360-item__container h5,
.st360-active .st360-item__container h6 {
  color: #7baac1;
}
.st360-active .st360-item__container p:first-child,
.st360-active .st360-item__container h1:first-child,
.st360-active .st360-item__container h2:first-child,
.st360-active .st360-item__container h3:first-child,
.st360-active .st360-item__container h4:first-child,
.st360-active .st360-item__container h5:first-child,
.st360-active .st360-item__container h6:first-child {
  margin-top: 0;
}
.st360-active .st360-item__container p:last-child,
.st360-active .st360-item__container h1:last-child,
.st360-active .st360-item__container h2:last-child,
.st360-active .st360-item__container h3:last-child,
.st360-active .st360-item__container h4:last-child,
.st360-active .st360-item__container h5:last-child,
.st360-active .st360-item__container h6:last-child {
  margin-bottom: 0;
}
 */


  .st360-tabs {
    display: flex;
    background: #d2e2ea;
  }
 .st360-tabs .st360-tab {
	flex: 1;
	padding: 20px;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 27px;
	border: none;
	margin: 0px;
	cursor: pointer;
	color: #003852;
	transition: background 0.1s ease;
 }
  .st360-tabs .st360-tab:hover {
    background: #ddd;
  }
  .st360-tabs .st360-tab:last-child {
    border-right: 0;
  }
  .st360-tabs .st360-tab.st360-active {
    color: #000;
    background: #fafafa;
  }

  .st360-item {
    display: none;
    min-height: 260px;
    padding: 30px;
    border: none;
    background: #fafafa;
  }
  .st360-item__label, .st360-item__container {
    padding: 0;
    transition: inherit;
  }
  .st360-item__label {
    margin-bottom: 20px;
  }
  .st360-item.st360-active {
    display: block;
  }
  .st360-item.st360-active .st360-item__container {
    padding: 0;
  }
  
.justified-gallery {
    width: 100%;
    position: relative;
    overflow: auto;
/*     height: 500px !important;  */
   overscroll-behavior: contain; /* Prevent overscroll from propagating */
   -webkit-overflow-scrolling: touch; /* Smooth scrolling on iOS */    
}
  
 @media (max-width: 500px) {
	#iframeContainer {
		height: 350px;	
	}
	
	#touriFrame {
		height: 350px !important;	
	}
	
	#myiFrame {
		height: 350px !important;	
	}		
	
	.map-overlay-title {
		bottom: 20px;
		font-size: 20px;
	}
	
	.circle-loader #loader-cont {
		scale: 70%;
	}	
	.map-overlay-subtitle {
		font-size: 14px;
	}
	
	 .st360-tabs .st360-tab {
		font-size: 19px;
	 }	
	.justified-gallery {
	    overflow: auto;
		height: 350px !important;
	}	 	
	
} 
	 