@font-face {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 900;
	font-display: swap;
	src: url('./fonts/Montserrat-SemiBold.ttf') format('truetype');
}
@font-face {
	font-family: 'Montserrat-ExtraBold';
	src: url('./fonts/Montserrat-ExtraBold.ttf') format('truetype');
}
@font-face {
	font-family: 'Montserrat-Black';
	font-style: normal;
	font-weight: 900;
	font-display: swap;
	src: url(./fonts/Montserrat-Black.ttf) format('truetype');
  }
@font-face {
	font-family: 'Montserrat-Regular';
	src: url('./fonts/Montserrat-Regular.ttf') format('truetype');
}
@font-face {
	font-family: 'Montserrat-Medium';
	src: url('./fonts/Montserrat-Medium.ttf') format('truetype');
}

#root {
	z-index: 2;
	position: absolute;
	top: 0px;
	left: 50px;
	display: none;
	border: none;
	height: 100%;
	padding-right: 1px;
	color: #000;
}

#fadeInOut {
	width: 100vw;
	height: 100vh;
	display: block;
	z-index: -1;
	position: fixed;
	background: #bfc2c7;
	opacity: 0;
}

.MuiList-padding {
	padding-top: 0px !important;
	padding-bottom: 8px;
}

#reset {
	display: none;
	position: absolute;
	visibility: hidden;
	z-index: -1;
	bottom: 13px;
	right: 10px;
	cursor: pointer;
	border: 1px solid #fff;
	min-height: 65px;
	min-width: 65px;
	box-sizing: border-box;
	bottom: 13px;
	background: rgba(83, 83, 83, 0.65) url("./img/refresh-button.svg") center center no-repeat;
	background-size: 30px;
}

.MuiList-padding {
	padding-top: 8px;
	padding-bottom: 8px;
	margin: 0 10px !important;
}



.logo_div img {
	width: 123px;
	height: 77px;
	margin: 0;
}

#main {
	text-align: center;
	border: 1px solid #9a9a9a;
	width: 99.8%;
	display: flex;
}

#main div {
	-ms-flex: 1;
	/* IE 10 */
	flex: 1;
	border-right: 1px solid #9a9a9a;
	height: 25px;
	line-height: 25px;
	text-align: center;
	color: #eeeeee;
	cursor: pointer;
	user-select: none;
}

#main div:hover {
	color: #45d62c;
}

#main div.active {
	color: #45d62c;
}

.ports_div div {
	display: none;
}

.ports_div ol {
	list-style: none;
	margin-left: 0;
}

.ports_div li {
	counter-increment: custom;
	margin-left: -10px;
	line-height: 25px;
	font-size: 16px;
	color: #9a9a9a;
}

.ports_div div.active {
	display: block;
}

#penButtondiv {
    text-align: center;
    width: 99.8%;
    display: flex;
    margin-bottom: 0;
    border: 0;
    border-top: 1px solid #bcbcbc;
    margin-top: 10px;
}

#penButtondiv div {
    -ms-flex: 1;
    flex: 1;
    border-right: 0px solid #9a9a9a;
    height: 25px;
    line-height: 25px;
    text-align: center;
    cursor: pointer;
    user-select: none;
    cursor: pointer;
    border-bottom: 1px solid #bdbac1;
	color: #e1251b !important;
    background: #bdbac1 !important;
    font-size: 18px;
    padding: 5px 20px 5px 30px;
    width: 100%;
    text-align: left;
	font-family: 'Montserrat-Regular';
}

#penButtondiv div.active {
	color: #000 !important;
    background: transparent !important;
}

@media screen and (min-width:3199px) and (max-width:4000px) {
	.wrapper {
		top: 54vh !important;
		height: 55% !important;
		left: 1% !important;
		right: 0 !important;
		bottom: 0 !important;
	}
}

@media screen and (orientation: portrait) and (min-device-width: 319px) and (max-device-width: 780px) {
	.accordia_icon {
		display: block;
	}

	.accordia_icon img {
		display: block;
	}

	#buttons,
	.int-ext {
		display: none;
	}

	#rightAnim {
		display: none !important;
	}

	.loaderTextContainer {
		position: absolute;
		width: 80vw;
		height: 160px;
		transform: translate(-50%, 0%);
		left: 50%;
		top: 4%;
	}
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
	#infoBtn {
		margin-bottom: 20px;
	}
}

body {
	margin: auto;
	color: #535353;
	background-color: rgb(255, 255, 255);
	overflow: hidden;
	user-select: none;
}

.imageGrid {
	z-index: 29;
	max-height: 60%;
	max-width: 60%;
	width: auto;
	height: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

.mcsymbol01 {
	z-index: 30;
	width: 1224px;
	height: 1824px;
	max-width: 200%;
	max-height: 200%;
	position: absolute;
	transform-origin: 60vw 50vh;
	/* filter: blur(270px); */
	animation: rotate 10s linear infinite;
	/* background: linear-gradient(250deg, #72EC53 -66%, #EBFF00 94%  ); */
	overflow: hidden;
}

.mcsymbol02 {
	z-index: 30;
	width: 1024px;
	height: 2024px;
	max-width: 200%;
	max-height: 200%;
	position: absolute;
	transform-origin: 60vw 50vh;
	/* filter: blur(270px); */
	animation: rotate 10s linear infinite;
	animation-delay: -5s;
	/* background: linear-gradient(250deg, #179DFE 9%, #62ECEC 47%  ); */
	overflow: hidden;
}

.textLoading {
	max-height: 16vmin;
	max-width: 16vmin;
	min-width: 98px;
	width: auto;
	height: auto;
	position: absolute;
	top: -30%;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

.loader {
	z-index: 30;
	--size: 184px;
	--stroke-size: 0.3rem;
	--diff: calc(calc(var(--size) / 2) - var(--stroke-size));
	position: absolute;
	background-image: conic-gradient(#000, transparent 85%);
	width: var(--size);
	height: var(--size);
	top: 0px;
	bottom: 0px;
	visibility: hidden;
	left: 0px;
	right: 0px;
	border-radius: 50%;
	-webkit-mask-image: radial-gradient(circle var(--diff),
			transparent 99%,
			#fff 100%);
	mask-image: radial-gradient(circle var(--diff), transparent 99%, #fff 100%);
	animation: rotate 2s linear infinite;
	margin: auto;
	/* filter: drop-shadow(0px -2px 196px rgba(235, 255, 0, 1)); */
	
}

@keyframes rotate {
	from {
		transform: rotate(0);
	}

	to {
		transform: rotate(-360deg);
	}
}

@keyframes passingNumbers {
	0% {
		transform: translateY(0px);
	}

	100% {
		transform: translateY(-55px);
	}
}

.digit {
	display: inline-block;
	font-size: 24px;
	/* min-width: 11vmin; */
	color: #1f0114;
	height: 55px;
	line-height: 1;
	-webkit-text-fill-color: #1f0114;
	/* Will override color (regardless of order) */
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: #1f0114;
}

.digitGrabSize {
	position: absolute;
	visibility: hidden;
	font-size: 24px;
	color: black;
	line-height: 1;
	-webkit-text-fill-color: white;
	/* Will override color (regardless of order) */
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: #c8d0d5;
}

.time-part-wrapper:not(:last-child):after {
	content: "";
	display: block;
	width: 30px;
	height: 230px;
	position: absolute;
	top: 0px;
	right: -30px;
	color: rgba(0, 0, 0, 0.25);
	font-size: 200px;
	line-height: 0.9;
}

.time-part {
	width: min-content;
	text-align: center;
	height: 195px;
	overflow: hidden;
	display: inline-block;
	margin-left: -2px;
	box-sizing: border-box;
}

.time-partFirst {
	width: min-content;
	text-align: center;
	height: 195px;
	overflow: hidden;
	display: inline-block;
	margin-left: -37px;
	box-sizing: border-box;
	transition: width 0.2s;
}

.percentage-part {
	width: min-content;
	text-align: center;
	height: 195px;
	overflow: hidden;
	display: inline-block;
	margin-left: -1px;
	box-sizing: border-box;
}

.time-part .digit-wrapper {
	animation-timing-function: cubic-bezier(1, 0, 1, 0);
}

.wrapper {
	text-align: center;
	vertical-align: middle;
	position: absolute;
	top: 49vh;
	bottom: 0;
	left: calc(50% - 48vw);
	right: 0;
	margin: auto;
	clip-path: inset(0px 0px 0px 0px);
	font-family: 'Montserrat-Regular';
}

.wrapper:before,
.wrapper:after {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	left: 0;
	height: 10px;
	z-index: 10;
}

.animSecond {
	animation-name: passingNumbers;
	animation-duration: 0.2s;
	animation-iteration-count: 1;
	animation-fill-mode: forwards;
	animation-play-state: paused;
}

.animFirst {
	animation-name: passingNumbers;
	animation-duration: 0.3s;
	animation-iteration-count: 1;
	animation-fill-mode: forwards;
	animation-play-state: paused;
}

@supports (-webkit-touch-callout: none) {

	/* CSS specific to iOS devices */
	.loader {
		z-index: 30;
		--size: 134px !important;
		--stroke-size: 0.3rem;
		--diff: calc(calc(var(--size) / 2) - var(--stroke-size));
		position: absolute;
		background-image: conic-gradient(#000, transparent 85%);
		width: calc(var(--size));
		height: calc(var(--size));
		top: 0px;
		bottom: 0px;
		visibility: hidden;
		left: 0px;
		right: 0px;
		border-radius: 50%;
		-webkit-mask-image: radial-gradient(circle var(--diff),
				transparent 99%,
				#fff 100%);
		mask-image: radial-gradient(circle var(--diff),
				transparent 99%,
				#fff 100%);
		animation: rotate 2s linear infinite;
		margin: auto;
		/* filter: drop-shadow(0px -2px 196px rgba(235, 255, 0, 1)); */
	}

	.wrapper {
		top: 47vh !important;
	}
}

/*button in AR*/
#ar-controls {
		/* position: absolute;
		bottom: 0;
		width: 100%;
		justify-content: center; */
}

#ar-controls .infinity__button {
	width: 60px;
	height: 30px;
	margin: 0 5px;
	background-size: 30px !important;
	border: 1px solid #c8d0d5;
	border-radius: 25px;
}



.MuiListItem-root.mainMenuAccordion.menuActive {
	/* padding: 10px !important; */
	background: #bdbac1;
}

.MuiListItem-root.mainMenuAccordion {
	padding: 5px 0px 5px 10px !important;
}

/* .MuiListItem-root.mainMenuAccordion:hover {
	background: rgba(83, 83, 83, 0.65) !important;
} */

.MuiCollapse-container .MuiTypography-body1 {
	font-size: 16px;
	line-height: 14px;
	/* font-family: 'Gotham-Book' !important; */
	font-family: 'Montserrat-Regular';
	letter-spacing: -0.40px !important;
}

#leftMenu {
	background: rgba(230, 226, 0228, 0.95) !important;
	padding: 40px;
	min-width: 322px;
	max-width: 322px;
	/* height: 90vh; */
	height: 872px;
	max-height: 100%;
	/* margin-top: -436px; */
	/* transform: translateY(50%); */
	box-sizing: border-box;
	margin: auto 0;
	position: relative;
}

/* #btnXR{
  display: none !important;
} */
.accordia_icon img {
	height: 12px;
	padding: 10px;
	display: none;
}

.separator {
	display: none;
}

.collapsible {
	background-color: #777;
	color: white;
	cursor: pointer;
	padding: 18px;
	width: 100%;
	border: none;
	text-align: left;
	outline: none;
	font-size: 15px;
}

/* .active, .collapsible:hover {
  background-color: #555;
} */

.content1 {
	position: relative;
	padding: 0 18px;
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.2s ease-out;
	display: none;
	/* background-color: #f1f1f1; */
}

.content1 div h5 {
	color: #9a9a9a;
	margin-top: 5px;
	font-size: 14px;
	font-weight: normal;
}

.content1 p {
	font-size: 16px;
	margin-bottom: 0;
}

.QR_div img {
	width: 138px;
	height: 138px;
}

/* responsive css for small devices*/
/* .responsive-div > .logo_div {
	padding: 22px 0 30px 0;
} */

/* .responsive-div > .logo_div img {
	width: 68%;
	margin-left: 15px;
} */

.responsive-div>.QR_div {
	margin-top: 0px;
	width: 93%;
	user-select: none;
}

.responsive-div .menu {
	margin: 7px;
}

.responsive-div .MuiListItem-root.mainMenuAccordion {
	padding: 4px !important;
}

.responsive-div .MuiListItemIcon-root .icondivExterior {
	height: 24px;
}



#menuExterior img.icondivExterior {
	width: 38px;
	height: 25px;
}

/* .responsive-div .MuiListItemIcon-root img {
	height: 30px;
} */

/* .MuiCollapse-container {
  padding-left: 20px !important;
} */

/* #menuExterior .MuiCollapse-entered {
	height: 24vh !important;
}

#menuInterior .MuiCollapse-entered {
	height: 22vh !important;
}


.responsive-div #menuInterior .MuiCollapse-entered {
	height: 24vh !important;
}

.responsive-div .MuiCollapse-container .MuiTypography-body1 {
	line-height: 14px;
} */

.responsive-div .MuiListItem-root.mainMenuAccordion {
	/* background-color: rgb(29, 29, 29); */
	padding-left: 8px !important;
}

/* .responsive-div #menuExterior .MuiCollapse-entered {
	height: 25vh !important;
} */

/* .responsive-div #reset{
  min-height: 55px;
  min-width: 55px;

}

 */

/* Css for hotspots popup */
.overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	/* background: rgba(0, 0, 0, 0.7); */
	transition: opacity 500ms;
	visibility: visible;
	opacity: 1;
}

.overlay:target {
	visibility: visible;
	opacity: 1;
}


.popup {
	/* margin: 70px auto; */
	padding: 30px;
	background: rgba(0, 0, 0, 0.55);
	border-radius: 0px;
	border: solid 1px #9a9a9a;
	width: 325px;
	position: absolute;
	transition: opacity 0.5s;
	/* z-index: -9; */
	margin-top: -1200px;
	opacity: 0;
	user-select: none;
}

.popup.active {
	z-index: 0;
	opacity: 1;
	margin-top: 0px;
}

.popup h2 {
	margin: 0;
	color: #45d62c;
	text-align: center;
	font-size: 33px;
	margin-bottom: 15px;
}

.popup .close {
	position: absolute;
	top: 3px;
	right: 3px;
	transition: all 200ms;
	/* font-size: 25px; */
	text-decoration: none;
	color: #ffff;
	background: #9a9a9a;
	height: auto;
	width: 5%;
	text-align: center;
	font-weight: lighter;
	transform: scale(1.3);
	height: auto;
}

.popup .close:hover {
	color: #45d62c;
}

.popup .content {
	max-height: 30%;
	overflow: auto;
	text-align: center;
	font-size: 16px;
	color: #9a9a9a;
	height: 0;
}






/* Css for hotspots popup end */

@media screen and (max-height: 800px) {
	.popup h2 {
		font-size: 30px;
	}
}

@media screen and (max-width: 1024px) and (max-height: 1365px) and (orientation: portrait) {

	/* @media screen and (device-width: 768px) and (device-height: 1024px)  and (orientation:portrait) { */
	#root {
		z-index: 2;
		position: absolute;
		top: unset;
		left: 0px;
		display: none;
		border: none;
		height: 50vh;
		color: white;
		width: 100%;
		padding: 0;
		margin: 0;
		bottom: 0;
	}

	.title .MuiTypography-displayBlock {
		font-size: 18px !important;
	}

	#leftMenu {
		background: rgba(0, 0, 0, 0.65) !important;
		min-width: 283px;
		width: 100%;
		padding: 0px !important;
		height: 100%;
		margin-top: unset;
		transform: unset;
	}

	.logo_div {
		display: none;
	}

	.main_menu {
		width: 100%;
		position: absolute;
		height: 55vh;
		bottom: 0;
		background: #000;
	}

	.main_menu>.menu {
		position: absolute;
		width: 100%;
		margin: 0;
		border-bottom: 0px solid #c6c6c6 !important;
	}

	/* .QR_div {
    display: none;
  } */

	#reset {
		top: 42%;
		bottom: auto;
		right: 25px;
	}


	.wrapper {
		top: 54vh !important;
		left: calc(51% - 48vw);
	}

	.menu {
		margin: 20px;
	}

	.MuiListItem-root.mainMenuAccordion {
		left: 66%;
		width: 33%;
		clear: right;
		position: absolute;
		z-index: 9;
		/* padding-left: 11% !important; */
	}

	.menu:nth-child(1) .mainMenuAccordion {
		left: 0%;
		width: 33%;
		clear: right;
		position: absolute;
		z-index: 9;
	}

	.menu:nth-child(2) .mainMenuAccordion {
		left: 33%;
		width: 33%;
		clear: right;
		position: absolute;
		z-index: 9;
	}

	.menu:nth-child(3) .mainMenuAccordion {
		left: 66%;
		width: 33%;
		clear: right;
		position: absolute;
		z-index: 9;
	}

	.MuiCollapse-entered {
		overflow: scroll !important;
	}

	.MuiCollapse-container {
		transition: none !important;
		/* margin-top: 65px; */
		margin-top: 48px;
	}

	.menuActive+.MuiCollapse-container {
		margin-top: 48px;
	}

	/* .MuiCollapse-wrapperInner {
		margin-left: 50px;
		padding-top: 58px;
	} */

	.MuiCollapse-hidden {
		height: 0;
		transition-duration: 600ms !important;
	}

	.accordia_icon {
		display: block;
	}

	.accordia_icon img {
		display: block;
	}

	.icondivbtnXR,
	.icondivInterior,
	.icondivExterior {
		padding-right: 0px;
		height: 24px !important;
	}

	/* .MuiCollapse-container .MuiTypography-body1 {
		font-size: 22px;
		line-height: 40px;
	} */


	.arrow {
		width: 12px;
		height: 12px;
		background: url(img/Chevron_right.svg) center center no-repeat;
		background-size: 15px;
	}

	.MuiListItemText-root {
		margin-top: 5px !important;
	}

	.content1 {
		display: grid;
		/* max-height: initial; */
	}

	.content1 p {
		display: grid;
		font-size: 22px;
		/* margin-left: 14px; */
		margin-left: 0px;
	}

	.content1 div h5 {
		/* margin-left: 14px; */
		margin-left: 0px;
		/* font-size: 24px; */
	}

	#menuExterior .MuiCollapse-entered,
	#menuInterior .MuiCollapse-entered {
		opacity: 1 !important;
		overflow: hidden;
		height: 40vh !important;
		overflow: scroll !important;
		/* width: 91%; */
		width: 100%;

		/* position: absolute; */
	}

	.separator {
		display: block;
		border: none;
		height: 1px;
		background: linear-gradient(90deg,
				rgba(73, 73, 73, 0) 0%,
				rgba(73, 73, 73, 1) 5%,
				rgba(73, 73, 73, 1) 95%,
				rgba(73, 73, 73, 0) 100%);
	}

	#main_mob {
		text-align: center;
		border: 1px solid #9a9a9a;
		width: 99.8%;
		display: flex;
		font-size: 14px;
	}

	#main_mob div {
		-ms-flex: 1;
		/* IE 10 */
		flex: 1;
		border-right: 1px solid #9a9a9a;
		height: 25px;
		line-height: 25px;
		text-align: center;
		color: #eeeeee;
		cursor: pointer;
		user-select: none;
	}

	#main_mob div:hover {
		color: #45d62c;
	}

	#main_mob div.active {
		color: #45d62c;
	}

	.ports_div li {
		font-size: 14px;
	}


}

@media screen and (max-width: 2048px) and (max-height: 2732px) and (orientation: landscape) and(aspect-ratio: 4/3) {


	/* #QR_div {
    display: none;
  } */

	.icondivbtnXR {
		height: 35px;
	}
}

@media screen and (max-width: 1365px) and (max-height: 1024px) and (orientation: landscape) {
	#root {
		z-index: 1;
		left: 0px;
	}

	/* #leftMenu {
		background: rgba(0, 0, 0, 0.65) !important;
		padding: 40px;
		min-width: 283px;
		height: 100%;
		margin-top: 0px;
		transform: translateY(0%);
	} */

	/* .QR_div {
    display: none;
  } */

	#reset,
	#openClose {
		transform: scale(0.8);
	}

	.popup {
		width: 279px;
		padding: 15px;
		transform: scale(0.7);
	}

	.popup h2 {
		font-size: 25px;
	}



	.icondivbtnXR {
		height: 35px;
	}


}

@media screen and (min-width: 1366px) and (max-width: 1650px) {
	.popup {
		width: 279px;
		padding: 15px;
		transform: scale(0.8);
	}

	.popup h2 {
		font-size: 25px;
	}



	.icondivbtnXR {
		height: 35px;
	}


}

@media screen and (max-width: 1366px) and (max-height: 768px) and (orientation: landscape) {
	#root {
		z-index: 2;
		left: 0px;
	}

	.wrapper {
		top: 51vh !important;
		z-index: 6;
	}

	/* #leftMenu {
		background: rgba(0, 0, 0, 0.65) !important;
		padding: 40px;
		min-width: 283px;
		height: 100%;
		margin-top: 0px;
		transform: translateY(0%);
	} */
	/* #menuExterior .MuiCollapse-entered {
		height: 31vh !important;
	}
	#menuInterior .MuiCollapse-entered {
		height: 26vh !important;
	} */
	/* .responsive-div#leftMenu {
		min-width: 222px;
		max-width: 222px;
	} */

	/* .responsive-div > .logo_div img {
		height: 118px;
		margin-left: 12px;
	} */

	/* .responsive-div .logo_div {
		padding: 32px 0 5px 0 !important;
	} */

	/* .responsive-div .MuiCollapse-container .MuiTypography-body1 {
		line-height: 10px;
	} */

	/* .menu .title .MuiTypography-displayBlock {
		font-size: 14px;
	} */

	/* .QR_div {
    display: none;
  }

  .responsive-div .QR_div {
    display: block;

  } */

	/* .responsive-div #menuExterior .MuiCollapse-entered {
		height: 31vh !important;
	}
	.responsive-div #menuInterior .MuiCollapse-entered {
		height: 25vh !important;
	} */

	.responsive-div .MuiListItem-root.mainMenuAccordion {
		padding: 2px !important;
	}

	.responsive-div .MuiListItemIcon-root img {
		height: 26px !important;
	}

	.responsive-div .MuiListItemIcon-root {
		min-width: 35px !important;
	}

	.responsive-div .MuiListItemIcon-root .icondivExterior {
		height: 19px !important;
	}

	#reset,
	#openClose {
		transform: scale(0.7);
	}

	

	.responsive-div>.QR_div {
		padding-top: 0px;
		width: 100%;
	}

	.responsive-div .QR_div h5 {
		font-size: 12px;
		/* margin: 6px auto; */
	}

	.responsive-div>.QR_div img {
		width: 100px;
		height: 100px;
	}

	/* #qrCode {
		display: none;
	} */

	/* .responsive-div #btnXR {
    display: none;
  } */

	.popup {
		width: 279px;
		padding: 15px;
		transform: scale(0.8);
	}

	.popup h2 {
		font-size: 25px;
	}



	.icondivbtnXR {
		height: 35px;
	}


}

@media only screen and (min-device-width: 768px) and (max-device-width: 2732px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
	.wrapper {
		top: 51vh !important;
		opacity: 1;
		z-index: 6;
	}
}

@media only screen and (min-device-width: 768px) and (max-device-width: 2732px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
	.wrapper {
		top: 49vh !important;
		left: calc(50% - 47vw);
	}

	/* .QR_div {
    display: none;
  } */

	.icondivbtnXR {
		height: 35px;
	}

}

@media only screen and (max-width: 768px) {
	#root {
		z-index: 2;
		position: absolute;
		top: unset;
		left: 0px;
		display: none;
		border: none;
		height: 50vh;
		color: white;
		width: 100%;
		padding: 0;
		margin: 0;
		bottom: 0;
	}

	.content1 {
		display: grid;
	}

	.menu .active:before {
		content: unset !important;
	}

	.accordia_icon {
		display: block;
	}

	.accordia_icon img {
		display: block;
	}

	.menu.active .content1,
	.menu.active .content2 {
		max-height: 400px;
	}

	/* #infinityrt-canvas{
  margin-top: -150px;
} */
	.wrapper {
		top: 47vh !important;
		left: calc(56% - 46vw);
	}

	/* #btnXR {
    display: block !important;
  } */

	.MuiListItemText-root {
		margin-top: 5px !important;
	}

	/* .MuiListItem-root.mainMenuAccordion{margin-top: -50px;} */
	#leftMenu {
		background: rgba(0, 0, 0, 0.65) !important;
		min-width: 283px;
		max-width: unset;
		width: 100%;
		padding: 0px !important;

		height: 100%;
		margin-top: unset;
		transform: unset;
	}

	.logo_div {
		display: none;
	}

	.responsive-div .MuiListItemIcon-root img {
		height: 35px !important;
	}

	#menuExterior img.icondivExterior {
		height: 25px !important;
	}

	/* #menuInterior img.icondivInterior {
		height: 35px !important;
	} */


	.MuiCollapse-container .MuiTypography-body1 {
		font-size: 16px;
		line-height: 24px;
	}

	.MuiCollapse-container .MuiTypography-body1 {
		font-size: 14px;
		line-height: 24px;
	}


	.main_menu {
		width: 100%;
		/* top: 55%; */
		position: absolute;
		/* left: 25%; */
		height: 55vh;
		bottom: 0;
		background: #807f80;
		/* display: flex; */
	}

	.main_menu>.menu {
		/* position: relative;
    width: 100%;
    flex: 1; */
		position: absolute;
		width: 100%;
		margin: 0;
	}

	.MuiCollapse-container {
		min-height: 0px;
		margin-top: 0px;
	}

	.MuiCollapse-wrapperInner {
		margin-left: 0px;
		padding-top: 0px;
	}

	/* .QR_div {
    display: none;
  } */

	

	#reset {
		display: none !important;
	}



	.content1 div h5 {
		margin-left: 0px;
		font-size: 14px;
	}

	.content1 p {
		font-size: 16px;
		margin-left: 0px;
	}

	.responsive-div .MuiListItem-root.mainMenuAccordion {
		width: 33% !important;
		/* top: -50px; */
	}

	#main_mob {
		text-align: center;
		border: 1px solid #9a9a9a;
		width: 99.8%;
		display: flex;
	}

	#main_mob div {
		-ms-flex: 1;
		/* IE 10 */
		flex: 1;
		border-right: 1px solid #9a9a9a;
		height: 25px;
		line-height: 25px;
		text-align: center;
		color: #eeeeee;
		cursor: pointer;
		user-select: none;
	}

	#main_mob div:hover {
		color: #45d62c;
	}

	#main_mob div.active {
		color: #45d62c;
	}

	.menu:nth-child(1) .mainMenuAccordion {
		left: 0%;
		width: 33%;
		clear: right;
		position: absolute;
		z-index: 9;
	}

	.menu:nth-child(2) .mainMenuAccordion {
		left: 33%;
		width: 33%;
		clear: right;
		position: absolute;
		z-index: 9;
	}

	.menu:nth-child(3) .mainMenuAccordion {
		left: 66%;
		width: 34%;
		clear: right;
		position: absolute;
		z-index: 9;
	}

	.responsive-div .MuiCollapse-entered {
		/* height:0px !important; */
		opacity: 1;
		/* margin-top: -45px; */
	}

	.title .MuiTypography-displayBlock {
		font-size: 14px !important;
		text-align: center;
		color: #fff !important;
	}

	.MuiListItem-root.mainMenuAccordion {
		padding: 10px 10px 8px 10px !important;
		background: #383838;
	}

	.MuiCollapse-container {
		height: 100% !important;
		opacity: 0;
		transition: opacity 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms !important;
		margin-top: 51px;
		display: none;
	}

	.MuiCollapse-wrapper {
		overflow: auto;
	}
	.desktopdevice .MuiCollapse-wrapper {
		overflow: hidden;
	}

	.icondivInterior {
		height: 25px !important;
	}

	.mainMenuAccordion .MuiListItemIcon-root {
		min-width: 42px !important;
	}

	.icondivbtnXR {
		height: 28px;
	}

	#menuInterior .MuiCollapse-entered {
		opacity: 1 !important;
		overflow: auto !important;
	}

	#menuExterior .MuiCollapse-entered {
		opacity: 1 !important;
		overflow: auto !important;
	}


	.ipaddevice .MuiCollapse-wrapperInner {
		height: 400px;
	}

	.MuiCollapse-entered {
		display: block;
	}

	.MuiCollapse-container {
		padding-left: 0 !important;
	}

	#lockForMob {
		text-align: center;
		z-index: 999999991 !important;
		background-color: #191919;
		width: 100%;
		height: 100%;
		display: none;
		justify-content: center;
		align-content: space-around;
		flex-wrap: wrap;
		flex-direction: column;
		align-items: center;
		position: absolute;
	}

	#lockForMob img {
		height: 50px;
		width: 50px;
	}

	/* .active,
	.collapsible:hover {
		background: transparent;
		color: #45d62c !important;
	} */

	.separator {
		display: block;
		border: none;
		height: 1px;
		background: rgb(73, 73, 73);
		background: -moz-linear-gradient(90deg,
				rgba(73, 73, 73, 0) 0%,
				rgba(73, 73, 73, 1) 5%,
				rgba(73, 73, 73, 1) 95%,
				rgba(73, 73, 73, 0) 100%);
		background: -webkit-linear-gradient(90deg,
				rgba(73, 73, 73, 0) 0%,
				rgba(73, 73, 73, 1) 5%,
				rgba(73, 73, 73, 1) 95%,
				rgba(73, 73, 73, 0) 100%);
		background: linear-gradient(90deg,
				rgba(73, 73, 73, 0) 0%,
				rgba(73, 73, 73, 1) 5%,
				rgba(73, 73, 73, 1) 95%,
				rgba(73, 73, 73, 0) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#494949", endColorstr="#494949", GradientType=1);
	}

	.arrow {
		width: 12px;
		height: 12px;
		background: url("img/Chevron_right.svg") center center no-repeat;
		background-size: 15px;
	}

	/* .menu.active {pointer-events: none;} */
	.menu.active .arrow {
		width: 12px;
		height: 12px;
		background: url("img/Expand_accordion.svg") center center no-repeat;
		background-size: 15px;
	}

	.menu .MuiButtonBase-root:hover {
		/* background-color: #45d62c !important; */
		color: unset !important;
	}
}
@media screen and (orientation: portrait) and (max-width: 768px) {
@supports (-webkit-touch-callout: none) {
	/* CSS specific to iOS devices */

	.wrapper {
		top: 52% !important;
	}
}
}
@media only screen and (min-width: 769px) and (max-width: 1150px) {
	@supports (-webkit-touch-callout: none) {
	.wrapper {
		left: calc(53% - 48vw);
	}
}
}


@media screen and (orientation: landscape) and (max-height: 660px) {
	#leftMenu {
		/* padding: 0 22px !important; */
		padding: 0 22px;
	}

	.responsive-div>.logo_div {
		padding: 12px 0 12px 0;
	}

	.QR_div h5 {
		margin: 10px auto;
	}
}

@media screen and (min-width: 900px) and (max-height: 660px) {
	#leftMenu {
		padding: 0 22px !important;
	}

	.responsive-div>.logo_div {
		padding: 12px 0 12px 0;
	}

	.QR_div h5 {
		margin: 10px auto;
	}
}

@media only screen and (device-width: 2160px) and (orientation: landscape) {}

/* @media not all and (min-resolution:.001dpcm) and (max-width:1280px) and (orientation:landscape){ 
	@supports (-webkit-appearance:none) {
	
    .popup{
      transform: scale(0.8);
    }

    
	}
} */
/* .content1{
  display: none;
} */
@media only screen and (max-width: 1600px) {
	.calloutbox {
		transform: scale(0.8);
	}

	/* .responsive-div .menu {
		margin: 7px !important;
	} */
}

@media only screen and (max-width: 1024px) and (orientation: portrait) {
	.menu.active .arrow {
		width: 12px;
		height: 12px;
		background: url("img/Expand_accordion.svg") center center no-repeat;
		background-size: 15px;
	}

	.menu .MuiButtonBase-root:hover,
	.MuiListItem-button {
		color: #fff !important;
	}

	.menu .active .MuiListItem-button {
		color: #fff !important;
		background: #e1251b !important;
	}

	#leftMenu {
		min-width: 100%;
	}

	/* .ports_div,
	#main_mob {
		display: none;
	} */
}




@media only screen and (max-width: 768px) and (orientation: landscape) {
	.wrapper {
		top: 43vh !important;
		left: calc(56% - 51vw);
	}
}

@media only screen and (min-width: 1366px) and (max-width: 1680px) {}

@media only screen and (max-width: 1024px) and (orientation:portrait) {
	.menu {
		margin: 0px !important;
		border-bottom: 1px solid #c6c6c6 !important;
	}
	.ipaddevice #hotspot_Reset_View_F14_EVO p{
		display: inline-block;
	}
	 .ipaddevice #intel_ultra_logo {
		display: none;
	}
	/* .ipaddevice #intel_ultra_logo {
    bottom: 47% !important;
    width: 105px;
	}
	.ipaddevice #intel_ultra_logo img{
		width: 50px;
		height: 50px;
	}
	.ipaddevice #intel_ultra_logo h6 {
		font-size: 14px !important;
		margin: 2px 0 7px !important;
	} */
	.menu .MuiButtonBase-root.MuiListItem-root.collapsible.MuiListItem-gutters.MuiListItem-button {
		padding: 5px 0 !important;
		background: #807f80;
	}
	#penButtondiv {
		border-top: 0px solid #bcbcbc;
		margin-top: 0px;
	}
	#penButtondiv {
		margin-bottom: 15px;
	}
	#penButtondiv div {
		height: 15px;
		line-height: 15px;
		font-size: 16px;
		text-align: center;
		border: 1px solid #bdbac1;
	}
	#mobtopdiv {
		position: absolute;
		top: 0;
		left: 0;
		background: #383838;
		padding: 10px;
		width: 100%;
		font-family: 'Montserrat-Regular'
	}

	.project_title {
		display: flex;
		flex: 1;
		align-items: center;
	}

	.project_title h6 {
		margin: 0;
		color: #fff;
		font-weight: 400;
		font-size: 14px;
		display: inline-block;
	}

	.howtouse {
		display: flex;
		padding-right: 25px;
		align-items: center;
	}

	.howtouse img {
		width: 25px;
		margin-right: 10px;
	}

	.howtouse span {
		color: #fff;
		display: inline-block;
		font-size: 14px;
	}

	.content1 {
		background-color: #ececef;
		padding: 0;
	}

	

	.menu .active {
		color: #000 !important;
	}

	.content1 p {
		font-size: 14px;
		margin-left: 0px;
		font-weight: 900;
		padding-bottom: 5px;
		color: #000;
		padding: 0 18px 5px 18px;
		font-family: 'Montserrat-Black';
	}

	.content1 div h5 {
		color: #000;
		padding: 0 18px;
		margin-bottom: 15px;
		font-family: 'Montserrat-Regular';
	}

	.content1 div>div {
		border-bottom: 1px solid #dadadd;
	}
	/* #hotspot_Render_Cam_F45_new_collab #intel_core_logo_mob {
		text-align: right;
	}
	#Render_Cam_F45_new_collab .content1 div>div {
		text-align: right;
	}
	#Render_Cam_F45_new_collab .content1 div h5, #Render_Cam_F45_new_collab .content1 div p {
		text-align: left;
	} */
	#footerControl {
		display: none !important;
	}

	/* #btnXR{
	display: block !important;
} */
	.MuiListItem-root.mainMenuAccordion.menuActive {
		background: #807f80;
		border-bottom: 0px solid #807f80;
	}
	.MuiListItem-root.mainMenuAccordion {
		height: 48px;
	}

	/* .MuiList-padding {
    background: #807f80;
} */
	.MuiCollapse-wrapperInner {
		background: #807f80;
	}

	.main_menu>.menu {
		background: #383838;
	}

	.MuiCollapse-wrapperInner {
		width: 100%;
		background: #807f80;
	}

	#qrCode,
	#openClose,
	#reset {
		display: none;
	}

	.MuiList-padding {
		padding-top: 8px;
		padding-bottom: 270px !important;
		background: #807f80;
	}
	.submenutext {
		padding-bottom: 6px;
		/* list-style-type: circle; */
	}

	.title_div {
		display: none;
	}

	.ipaddevice #lenovo_logo img {
		bottom: 54% !important;
		width: 30px !important;
		height: auto !important;
		top: unset !important;
	}

	#howtouse_patch {
		right: 2% !important;
		bottom: 0 !important;
		top: -35% !important;
		z-index: 100 !important;
		background-color: #fff !important;
	}

	.menu .active:before {
		display: none !important;
	}

	.MuiList-padding {
		margin: 0 0px !important;
	}

	.menu .active {
		padding-left: 0px !important;
	}

	#howtouse_patch_mob {
		position: absolute;
		z-index: 111;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
		width: 100%;
		height: 100vh;
		background: #fff;
		font-family: 'Montserrat-Regular';
	}

	.howtouse_wrapper {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		text-align: center;
	}

	.howtouse_wrapper h5 {
		font-size: 30px;
		text-align: center;
		margin: 25px 0 60px;
		color: #7b7b7b;
		font-weight: 400;
	}

	.howtouse_wrapper span {
		width: 75px;
		text-align: left;
	}

	.howtouse_wrapper button {
		font-size: 16px;
		padding: 15px 25px;
		border: 0;
		background: #e1251b;
		color: #fff;
		margin-top: 50%;
		font-family: 'Montserrat-Regular';
	}

	#howtouse {
		display: none !important;
	}

	.title .MuiTypography-displayBlock {
		color: #fff !important;
	}

	.fadein-howtouse {
		animation: fadeIn 1s;
		display: block !important;
	}

	@keyframes fadeIn {
		0% {
			opacity: 0;
		}

		100% {
			opacity: 1;
		}
	}

	#calloutbox_wrapper {
		display: none !important;
	}
	#calloutContainer {
		display: none !important;
	}
	/* #infinityrt-canvas, #leftMenu, #calloutcanvas{
    margin-top: 45px;
} */

/* SACHIN CSS */
/* #menuExterior .MuiCollapse-container, #menuInterior .MuiCollapse-container {
	padding: 0;
}
.main_menu > .menu {
	background: #383838;
	margin: 0 !important;
}
.responsive-div .menu {
	margin: 0px !important;
} */
}

#viewcontent:before {
	content: url(./img/view-button.svg);
	position: relative;
	left: -10px;
	top: 0px;
	width: 11px;
	height: 11px;
	transition: all 0.1s linear;
}

#viewcontent.active:before {
	transform: rotate(180deg) !important;
	top: 9px;
}

/* .hide_popup {
	z-index: -1 !important;
} */

#menuInterior {
	margin: -8px 0 10px;
}
@media only screen and (max-width: 1400px) and (orientation:landscape) {

	.ipaddevice #calloutbox_wrapper,
	.ipaddevice #calloutContainer,
	.ipaddevice #footerControl,
	.ipaddevice #exterior_popup,
	.ipaddevice #qrCode,
	.ipaddevice #title_div {
		display: none !important;
	}
}
@media only screen and (max-width: 1000px) and (orientation:landscape) {
	.ipaddevice #lenovo_logo img {
		z-index: 99;
		bottom: 19%;
		width: 50px;
		height: 150px;
	}
	.ipaddevice .info_img {
		width: 50px;
		height: 50px;
	}
	.ipaddevice #howtouse_patch{
		transform: translateX(-19%) scale(0.5) !important;
	}
}

.vpro_logo_mob {
	width: 180px;
	height: 90px;
	margin: 5px 20px 20px 20px;
}
#exterior_text_mob {
	/* display: block; */
	position: absolute;
	top: 45px;
	left: 13px;
	color: #000;
	font-size: 14px;
	font-family: 'Montserrat-Black';
	/* letter-spacing: -1.20px !important;
	font-family: 'Open Sans'; */
}
.desktopdevice ::-webkit-scrollbar {
	width: 8px;
	border-radius: 0 !important;
  }
.desktopdevice ::-webkit-scrollbar-thumb {
	background-color: #7c7c7c;
	border-radius: 0 !important;
  }
.desktopdevice ::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px #aba8b1;
	background-color: #aba8b1 !important;
	border-radius: 0 !important;
}
@media screen and (min-width:770px) and (max-height:790px){
	.desktopdevice .main_menu {
		margin-bottom: 10px;
		width: 100%;
		position: relative;
		z-index: 1;
		height: calc(100% - 410px);
		overflow: auto;
	}
	.desktopdevice .QR_div {
		width: 100%;
		position: relative  !important;
		text-align: center;
		left: 0  !important;
		user-select: none;
		-webkit-user-select: none;
		bottom:0 !important;
		transform: translate(0,0)  !important;
	}
}
@media only screen and (max-width: 768px) and (orientation: landscape) {
	#root, #footerControl, #exterior_title, #calloutbox_wrapper, #calloutContainer{
		display: none !important;
	}
}
@media only screen and (max-width: 1024px) and (orientation: landscape){
	.ipaddevice #howtouse{
		display: none !important;
	}
}

#exitARBtn {
    position: absolute;
    top: 25px;
    background: #000;
	padding: 15px 10px 13px 10px;;
    width: 100%;
    display: flex !important;
    justify-content: center;
    align-items: center;
}
#exitARBtn p {
    color: #fff;
    font-size: 14px;
    display: inline-block;
    margin: 0;
}
#opencloseAR{
    position: absolute;
    bottom: 0;
    display: flex;
    justify-content: center;
    width: 100%;
    }
#exitARBtn span {
	background-image: url("./img/exit_ar.svg");
	width: 30px;
	height: 30px;
	display: inline-block;
	background-repeat: no-repeat;
	margin-left: 15px;
}

/* for Z fold css */
.mobLandscape #root{
	display: block !important;
}
.mobLandscape #intel_ultra_logo{
	display: none !important;
}
.mobLandscape .title_div{
	display: none;
}
.mobLandscape #mobtopdiv {
    position: absolute;
    top: 0;
    left: 0;
    background: #383838;
    padding: 10px;
    width: 100%;
    font-family: 'Montserrat-Regular';
}
.mobLandscape .project_title {
    display: flex;
    flex: 1;
    align-items: center;
}
.mobLandscape .project_title h6 {
    margin: 0;
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    display: inline-block;
}
.mobLandscape .howtouse {
    display: flex;
    padding-right: 25px;
    align-items: center;
}
.mobLandscape .howtouse img {
    width: 25px;
    margin-right: 10px;
}
.mobLandscape .howtouse span {
    color: #fff;
    display: inline-block;
    font-size: 14px;
}
.mobLandscape #lenovo_logo img {
    bottom: 54% !important;
    width: 30px !important;
    height: auto !important;
    top: unset !important;
}
.mobLandscape #leftMenu {
    min-width: 100%;
}
.mobLandscape .main_menu>.menu {
    background: #383838;
	border-bottom: 0px !important;
}
.mobLandscape .MuiListItem-root.mainMenuAccordion.menuActive {
    background: #807f80;
    border-bottom: 0px solid #807f80;
}
.mobLandscape .MuiList-padding {
    margin: 0 0px !important;
}
.mobLandscape .MuiList-padding {
    padding-top: 8px;
    padding-bottom: 270px !important;
    background: #807f80;
}
.mobLandscape .menuActive+.MuiCollapse-container {
    margin-top: 48px;
}
.mobLandscape .menu {
    margin: 0px !important;
	border-bottom: 1px solid #c6c6c6 !important;
}
.mobLandscape .menu .MuiButtonBase-root.MuiListItem-root.collapsible.MuiListItem-gutters.MuiListItem-button {
    padding: 5px 0 !important;
    background: #807f80;
}
.mobLandscape .menu .active .MuiListItem-button {
    color: #fff !important;
    background: #e1251b !important;
}
.mobLandscape .menu .active {
    padding-left: 0px !important;
	color: #000 !important;
}
.mobLandscape .content1 {
    background-color: #ececef;
    padding: 0;
}
.mobLandscape .content1 div>div {
    border-bottom: 1px solid #dadadd;
}
.mobLandscape .content1 p {
    font-size: 14px;
    margin-left: 0px;
    font-weight: 900;
    padding-bottom: 5px;
    color: #000;
    padding: 0 18px 5px 18px;
    font-family: 'Montserrat-Black';
}
.mobLandscape .content1 div h5 {
    color: #000;
    padding: 0 18px;
    margin-bottom: 15px;
    font-family: 'Montserrat-Regular';
}
.mobLandscape .content1 div h5 {
    color: #000;
    padding: 0 18px;
    margin-bottom: 15px;
    font-family: 'Montserrat-Regular';
}
.mobLandscape #penButtondiv {
    border-top: 0px solid #bcbcbc;
    margin-top: 0px;
	margin-bottom: 15px;
}
.mobLandscape #penButtondiv div {
    height: 15px;
    line-height: 15px;
    font-size: 16px;
    text-align: center;
    border: 1px solid #bdbac1;
}
.mobLandscape #howtouse_patch_mob {
    position: absolute;
    z-index: 111;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    background: #fff;
    font-family: 'Montserrat-Regular';
}
.mobLandscape .howtouse_wrapper {
    position: absolute;
    top: 38%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}
.mobLandscape .howtouse_wrapper h5 {
    font-size: 30px;
    text-align: center;
    margin: 25px 0 60px;
    color: #7b7b7b;
    font-weight: 400;
}
.mobLandscape .howtouse_wrapper span {
    width: 75px;
    text-align: left;
}

.mobLandscape .fadein-howtouse {
	animation: fadeIn 1s;
	display: block !important;
}

@keyframes fadeIn {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}
.mobLandscape .howtouse_wrapper button {
    font-size: 16px;
    padding: 15px 25px;
    border: 0;
    background: #e1251b;
    color: #fff;
	margin-top: 20%;
    font-family: 'Montserrat-Regular';
}
.mobLandscape #OLEDDisplay16_10 {
	left: 34.5% !important;
    top: 12.2614% !important;
}
.mobLandscape #OLEDDisplay16_9 {
	left: 34.9% !important;
	top: 14.4429% !important;
}
.mobLandscape .submenutext {
    padding-bottom: 6px;
}
