
/*VIDEO */

.WhyUse{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 800;
    font-size: 30px;
    line-height: 150%;
    color: #051124;
    padding-bottom: 32px;

}

.WhyUseBody{

	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 150%;
	align-items: center;
	text-align: center;
	color: #051124;
}

/*ADVERTISING */

.AboutButton{
	background: #2398B6;
	border-radius: 40px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	border-color: transparent;
	width: 200px;
height: 52px;
}


.AboutTextLight{
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 150%;
	color: #454F65;
}

.AboutTextHeavy{

	font-family: 'Roboto';
	font-style: normal;
	font-weight: 800;
	font-size: 30px;
	line-height: 76px;
	color: #051124;

}

.AboutButtonText{
	color: #FFFFFF;
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 600;
	font-size: 18px;
}

/*END */





.Title{
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 600;
	font-size: 20px;
	line-height: 150%;
	color: #000000;
}

.BlackText{
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 150%;
	color: #051124;
}

.GreyText{
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 150%;
	color: #7F89A1;
}


.bartext{
	display:none;
}

@media(min-width:1400px){
	
	.bartext{
		display:initial!important;
		}

}



.blueText{
	margin-top: 20px;
    border-color: transparent;
    background-color: transparent;
    color: #2398B6;
font-family: 'Roboto';
font-style: normal;
font-weight: 600;
font-size: 18px;
line-height: 28px;
}













.TourContainerTop{
	color:#6acce1;	
	align-items: center;
	text-align: center; 
	justify-content: center;
	display: flex;
	font-size: 25px;
	font-family: 'F37Bold';
}

.TourContainerBottom{
	color:#6acce1;	
	align-items: center;
	text-align: center; 
	justify-content: center;
	display: flex;
	font-size: 25px;
    font-family: 'Roboto';
}

.tourBackground{
	background-color: #051124;
	border: 2px solid #051124; 
	border-radius: 3px;
	max-width: 450px;
    max-height: 250px;
	min-height: 250px;
	z-index: 9999;
}



.CameraPhoto{
	border-radius: 15px;
    max-height: 60px;
    min-width: 60px;
    height: 100%;
    width: 100%;
    object-fit: contain;
	
}

.CameraContainer{
	position: absolute;
    top: 0px;
    right: 12px;
    background-color: white;
    border-radius: 0px 15px 0px 15px;
    min-height: 110px;
    min-width: 110px;
	
	display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.BlackOverlay{
	background-color: #000000cc;
    width: 100%;
    position: absolute;
    z-index: 5000;
    top: 0;
    bottom: 0;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgb(0 0 0 / 89%);
}

.OverlayButton{
	
	color: #051124 !important;
	font-family: F37Bold; 
	font-size: 20px;
	min-width: 50%;
	height: 35px;
	border-radius: 10px;
	background-color:#6acce1 !important;
    border-color: #6acce1 !important;
	margin-top: 28px;
	
	display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}


#clickObject{
	cursor: pointer; 
}

#star{
	cursor: pointer; 
}

.YellowText:hover{
	cursor: pointer;
}

#GoBack:hover{
	cursor: pointer;
}


video {
	width: 100%    !important;
	height: auto   !important;
}

.modal-dialog,
.modal-content {
    /* 80% of window height */
    height: 80%;
}

.modal-body {
    /* 100% = dialog height, 120px = header + footer */
    max-height: calc(100% - 120px);
    overflow-y: scroll;
}


video.nGY2ViewerMedia{
	
	height:70% !important;
	width:70% !important;
	
	/* max-height: 70% !important; */
	/* #width: 70% !important; */
}


.tourBackground {
	
	outline:none;
	border: none;
	box-shadow: none;
	background-image: 
	linear-gradient(#6acce1, #6acce1), 
	linear-gradient(#6acce1, #6acce1), 
	linear-gradient(#6acce1, #6acce1), 
	linear-gradient(#6acce1, #6acce1), 
	
	linear-gradient(#051124, #051124), 
	linear-gradient(#051124, #051124), 
	linear-gradient(#051124, #051124), 
	linear-gradient(#051124, #051124);
	
	background-repeat:no-repeat;
	transition:4s linear;
	
	animation: animate 4s linear infinite 0.5s;
}



#panorama {
	
	height: 100%;
	
} 
#controls {
	position: absolute;
	bottom: 0;
	z-index: 2;
	text-align: center;
	width: 100%;
	padding-bottom: 3px;
}
.ctrl {
	padding: 8px 5px;
	width: 30px;
	height: 30px;
	text-align: center;
	background: rgba(200, 200, 200, 0.8);
	display: inline-block;
	cursor: pointer;
}
.ctrl:hover {
	background: rgba(200, 200, 200, 1);
}

.cntrl-image{
	height: 100%;
	width: 100%;
}


#hotcontrols {
	position: absolute;
	right: 0;
	z-index: 2;
	text-align: center;
	padding-bottom: 3px;
	
	margin-top: 4px;
	background-color: #fff;
	border: 1px solid #999;
	border-color: rgba(0,0,0,0.4);
	border-radius: 3px;
	cursor: pointer;
	margin-right: 4px;
	padding-bottom: 0px;
}
.hotctrl {
	padding: 5px 5px;
	width: 25px;
	text-align: center;
	background: rgb(255 255 255 / 80%);
	display: inline-block;
	cursor: pointer;
	color: black;
}
.hotctrl:hover {
	background: rgba(200, 200, 200, 1);
}

#more {display: none;}

@media (max-width: 600px) {
	#showcase-iframe {
		width: 100% !important;
		aspect-ratio: 16 / 9; 
		width: 230px;
		margin-left: 140px;
	}
	.property_img {
		height: 370px !important;
	}
	.photo_bar_bb{
		height: 122px !important;
	}
	#agent_container {
		flex-direction: column !important ;
		align-items: center ;
		text-align: center ;
		padding: 15px ;
		gap: 15px ;
	}
	  #agent_container > div {
		width: 100% ;
		justify-content: center ;
		flex-wrap: wrap ;
	}
	  #agent_container img {
		width: 90px ;
		height: 90px ;
	}
	  #agent_container p {
		font-size: 16px ;
		text-align: center ;
	} 
	  #agent_container a.btn {
		margin-top: 10px;
		font-size: 14px;
	}
	#domain {
	  width: 100% !important;
	  object-fit: contain;
	}
  }