body {
	margin: 0;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-family: Roboto;
	overflow: hidden;
}

label {
	cursor: pointer;
}

#popupContainer {
	margin-left: 310px;
}

#loadericon {
	width: 100%;
	/* max-width: 1920px; */
	height: 100%;
}

#footerControlDesk {
	display: none;
	position: absolute;
	bottom: 20px;
	left: 38%;
	z-index: 1;
}

#waterImg {
	position: absolute;
	display: none;
	top: 42%;
	left: 48%;
	width: 150px;
}
#waterImg img {
	max-width: 100%;
}

/* popup css */
.popup {
	padding: 23px;
	background: #eeeeee;
	border-radius: 0px;
	position: absolute;
	transition: opacity 0.5s;
	z-index: -9;
	opacity: 0;
	user-select: none;
	/* min-width: 200px; */
	display: none;
}

.popup.active {
	z-index: 0;
	opacity: 1;
	margin-top: 0px;
	display: block;
}

.popup h2 {
	margin: 0;
	text-align: left;
	font-size: 22px;
	font-weight: normal;
}

.popup p {
	margin: 0;
	font-size: 12px;
	text-align: left;
	/* width: 250px; */
}

.popup .close {
	padding: 5px;
	border: 1px solid #dbdddf;
	position: absolute;
	top: 0px;
	right: 0px;
	transition: all 200ms;
	text-decoration: none;
	color: #000000;
	height: 17px;
	text-align: center;
	font-weight: lighter;
	display: none;
}

.popup .close:hover {
	color: #45d62c;
}

.popup .content {
	max-height: 30%;
	overflow: auto;
	text-align: left;
	font-size: 15px;
	margin-bottom: 0px;
	line-height: 20px;
}

.popup .content1 {
	text-align: left;
	font-size: 12px;
	line-height: 15px;
}
#ports_popup2 .content,
#ports_popup4 .content,
#ports_popup3 .content,
#ports_popup6 .content {
	margin-left: 1px;
}
.button_div {
	text-align: center;
	border-top: 1px solid #9a9a9a;
	display: flex;
	margin-top: 16px;
	margin-right: -35px;
	margin-left: -35px;
	margin-bottom: -35px;
}

.button_div div:hover {
	background-color: #d9f5fd;
}

.button_div div {
	-ms-flex: 1;
	flex: 1;
	height: 34px;
	line-height: 33px;
	text-align: center;
	color: #000000;
	cursor: pointer;
	user-select: none;
	font-size: 16px;
}

.button_div div:first-child {
	border-right: 1px solid #9a9a9a;
}

.button_div .active {
	background-color: #d9f5fd;
}

/* callout alignment for desktop */

.popup .content ul {
	list-style: none;
	padding: 0;
	margin-bottom: 0;
	margin-top: 10px;
	/* padding-left: 20px; */
}
#ports_popup1 .content ul {
	list-style: decimal;
	padding: 0;
	margin-bottom: 0;
	margin-top: 10px;
	padding-left: 20px;
}
.popup .content ul li {
	line-height: 20px;
	font-size: 15px;
}
.popup .content p {
	line-height: 20px;
	font-size: 15px;
}
.hotspots_div p {
	margin: 0;
	white-space: normal;
}

#ports_popup1 {
	top: 5%;
	left: 403px;
	width: 14%;
}

#ports_popup1 .content1 {
	text-align: left;
	font-size: 12px;
	line-height: 15px;
	margin-top: 10px;
}

#popupContainer #ports_popup1 .content ul li {
	margin-top: 6px;
}

#ports_popup2 {
	top: 19%;
	left: 400px;
	width: 250px;
}

#ports_popup3 {
	top: 51%;
	left: 448px;
	width: 13%;
}

#ports_popup4 {
	top: 1%;
	left: 45%;
	width: 25%;
}

#ports_popup5 {
	top: 25%;
	left: 350px;
	width: 279px;
}
#ports_popup5 .content ul li {
	font-size: 14px;
	/* margin-left: -20px; */
	line-height: 1.2;
}
#menu_id_back div.hotspots_div ol,
#menu_id_frontPocketInterior div.hotspots_div ol,
#menu_id_travel div.hotspots_div ol {
	list-style-type: none;
}
#menu_id_protection div.hotspots_div ol {
	list-style-type: none;
	font-size: 10px;
}
#ports_popup6 {
	top: 15%;
	left: 575px;
	width: 16%;
}

@media screen and (min-width: 768px) and (max-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
	#rear_port_pop {
		top: 39% !important;
		left: 540px !important;
	}

	/* callout alignment for ipad lanscape */

	#ports_popup1 {
		top: 51%;
		left: 27%;
	}
	#ports_popup5,
	#ports_popup2 {
		top: 1%;
		left: 320px;
	}

	#ports_popup3 {
		top: 6%;
		left: 60%;
	}

	#ports_popup4 {
		top: 1%;
		left: 50%;
		width: 25%;
	}
	#ports_popup6 {
		top: 5%;
		left: 320px;
		width: 16%;
	}
	/* loader image alignment */
	.loaderimg img {
		margin-top: 26px;
		margin-left: -16px;
		width: calc(100vw - 300px);
	}
}

@media screen and (min-width: 2560px) {
	.popup .content ul {
		list-style: none;
		padding: 0;
		margin-bottom: 0;
		margin-top: 10px;
	}

	#ports_popup1 {
		top: 58%;
		left: 20%;
		width: 30%;
	}

	#ports_popup1 .content1 {
		text-align: left;
		font-size: 12px;
		line-height: 15px;
		margin-top: 10px;
	}

	#popupContainer #ports_popup1 .content ul li {
		margin-top: 6px;
	}

	#ports_popup5,
	#ports_popup2 {
		top: 59%;
		left: 49%;
	}

	#ports_popup3 {
		top: 57%;
		left: 67%;
	}

	#ports_popup4 {
		top: 32%;
		left: 50%;
	}

	#ports_popup5 {
		top: 30%;
		left: 30%;
	}
	#ports_popup6 {
		top: 5%;
		left: 320px;
		width: 16%;
	}
}

@media screen and (min-width: 3520px) {
	#ports_popup1 {
		top: 8%;
		left: 15%;
		width: 10%;
	}
	#ports_popup5, #ports_popup2 {
		top: 10%;
		left: 15%;
		width: 8%;
	}
	#ports_popup3 {
		top: 15%;
		left: 65%;
		width: 10%;
	}
	#ports_popup4 {
		top: 5%;
		left: 44%;
		width: 12%;
	}
	#ports_popup5 {
		top: 30%;
		left: 15%;
	}
	#ports_popup6 {
		top: 15%;
		left: 20%;
		width: 8%;
	}
}



#memory_pop {
	left: 20%;
	top: 13%;
}

#storage_pop {
	left: 20%;
	top: 13%;
}

#advance_thermal_pop {
	left: 20%;
	top: 10%;
}

#compatibility_pop {
	right: 4%;
	top: 17%;
}

#sustainability_pop {
	left: 69%;
	top: 31%;
}

.gold {
	width: 50%;
	top: 25;
	margin-top: 25px;
	margin-bottom: 15px;
}

.hotspots_div ol {
	padding: 20px 0 20px 0px;
	white-space: break-spaces;
}

.mob_buttons {
	text-align: center;
	border: 1px solid #9a9a9a;
	width: 90.8%;
	display: flex;
}

.mob_buttons div {
	flex: 1;
	height: 25px;
	line-height: 25px;
	text-align: center;
	color: #000000;
	cursor: pointer;
	user-select: none;
}

.mob_buttons > div:first-child {
	border-right: 1px solid #9a9a9a;
}

.mob_buttons .active {
	background-color: #d9f5fd;
}

.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%
	);
}

#mainload {
	opacity: 1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100vh;
	background-color: #ffffff;
	z-index: 11;
}

#loader {
	position: absolute;
	left: 50%;
	top: 168px;
	transform: translate(-50%, 100%);
	z-index: 1200;
	margin-top: 136px;
	opacity: 1;
	transition: opacity 1s;
}

.loaderimg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	/* width: 1920px; */
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.loaderimg::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000000;
	opacity: 0.7;
	z-index: 11;
}

#exploreButtton {
	position: absolute;
	left: 50%;
	top: 365px;
	transform: translate(-50%, 100%);
	z-index: 1200;
	cursor: pointer;
	height: 74px;
	width: 379px;
	background: #80808057;
	border-radius: 2px;
	align-items: center;
	text-align: center;
	padding: 12px;
	font-family: Roboto;
	font-style: normal;
	font-weight: normal;
	font-size: 24px;
	line-height: 36px;
	color: #ffffff;
	border: 0;
}

#loading {
	display: flex;
	justify-content: center;
	position: absolute;
	left: 50%;
	top: 75%;
	transform: translate(-50%, -280%) scale(0.6);
	width: 265px;
	height: 120px;
	color: #ffffff;
}

#loading > div {
	text-align: center;
	font-family: Roboto;
	font-style: normal;
	font-weight: 300;
	font-size: 40px;
	line-height: 48px;
	width: 938px;
	min-inline-size: max-content;
}

.desktop {
	width: 100%;
	height: 100vh;
	position: absolute;
	z-index: 12;
}

#move img {
	margin-top: 40px;
	height: 96px;
	width: 210px;
}

#rotate img {
	margin-top: 40px;
	height: 96px;
	width: 210px;
}

#zoom img {
	margin-top: 40px;
	height: 96px;
	width: 210px;
}

#loader {
	position: absolute;
	background: #ffffff;
}

#loaderbar {
	position: absolute;
	height: 5px;
	overflow: hidden;
	background: #0076ce;
}

#move_text,
#rotate_text,
#zoom_text {
	color: #ffffff;
}

@media screen and (min-width: 1420px) and (max-width: 1550px) {
	/* #ports_popup1 {
		top: 30%;
		left: 22%;
	} */

	#ports_popup5,
	#ports_popup2 {
		top: 1%;
		left: 21%;
		width: 300px;
	}
	#ports_popup6 {
		top: 15%;
		left: 440px;
		width: 16%;
	}
}

@media screen and (min-width: 4000px) {
	#footerControlDesk {
		left: 41%;
	}

	.popup {
		transform: scale(2.5) !important;
	}

	.accordionContent {
		background-color: #f5f6f7;
	}

	#compatibility_pop {
		right: calc(27% - 310px);
		top: 16%;
	}

	#sustainability_pop {
		right: calc(32% - 310px);
	}

	#front_port_pop {
		top: 24%;
	}

	#rear_port_pop {
		top: 27%;
	}

	#hdmi_card_pop {
		top: 32%;
	}
}

@media screen and (min-width: 3199px) and (max-width: 4000px) {
	.loaderimg img {
		max-width: 100%;
		max-height: 100%;
		object-fit: cover;
		width: 100%;
	}

	#footerControlDesk {
		left: 41%;
	}

	.popup {
		transform: scale(1.6) !important;
	}

	.accordionContent {
		background-color: #f5f6f7;
	}

	#compatibility_pop {
		top: 16%;
	}

	#sustainability_pop {
		right: calc(32% - 310px);
	}

	#front_port_pop {
		top: 24%;
	}

	#rear_port_pop {
		top: 27%;
	}

	#hdmi_card_pop {
		top: 32%;
	}
}

@media screen and (max-width: 1501px) {
	.popup {
		transform: scale(0.75);
	}

	#hdmi_card_pop {
		top: 60%;
	}

	#core_pop {
		top: 11%;
		left: 20%;
	}

	#graphics_pop {
		top: 11%;
		left: 20%;
	}

	#memory_pop {
		top: 13%;
		left: 28%;
	}

	#storage_pop {
		top: 13%;
		left: 28% !important;
	}

	#advance_thermal_pop {
		left: 28% !important;
		top: 10%;
	}

	#front_port_pop {
		left: 600px !important;
	}

	#rear_port_pop {
		top: 32% !important;
	}
}

@media screen and (max-width: 1895px) {
	.popup {
		transform: scale(0.8);
	}
	#ports_popup5 {
		left: 300px;
	}
	#ports_popup6 {
		left: 450px;
	}
	#ports_popup3 {
		left: 350px;
	}
	#ports_popup1 {
		left: 320px;
	}
	#ports_popup2 {
		left: 320px;
	}
	#hdmi_card_pop {
		top: 60%;
	}

	#core_pop {
		top: 11%;
		left: 20%;
	}

	#graphics_pop {
		top: 11%;
		left: 20%;
	}

	#memory_pop {
		top: 13%;
		left: 28%;
	}

	#storage_pop {
		top: 13%;
		left: 28% !important;
	}

	#advance_thermal_pop {
		left: 28% !important;
		top: 10%;
	}

	#front_port_pop {
		left: 600px !important;
	}

	#rear_port_pop {
		top: 32% !important;
	}
}

@media screen and (max-width: 1366px) {
	/* .popup {
		padding: 23px;
		transform: scale(0.7);
	} */

	.popup h2 {
		/* font-size: 30px; */
	}

	.popup .content {
		font-size: 13px;
		line-height: 22px;
		margin-bottom: 10px;
	}

	.popup p {
		margin: 0;
		font-size: 10px;
	}

	#memory_pop {
		left: 24%;
	}

	.button_div {
		margin-bottom: -23px;
		margin-left: -23px;
		margin-right: -23px;
	}

	#howToUSE {
		transform: scale(0.7) !important;
		top: -9.5% !important;
		margin-left: -53px !important;
	}

	#front_port_pop {
		left: 40% !important;
	}

	#rear_port_pop {
		top: 40% !important;
		left: 75% !important;
	}

	#hdmi_card_pop {
		top: 30%;
		left: 70% !important;
	}

	#hdmi_card_pop .close {
		right: 0px;
	}

	#core_pop {
		left: 30% !important;
		top: 11%;
	}

	#graphics_pop {
		left: 30% !important;
		top: 11%;
	}

	#storage_pop {
		left: 25% !important;
		top: 13%;
	}

	#storage_pop {
		left: 25% !important;
		top: 13%;
	}

	#advance_thermal_pop {
		left: 30% !important;
		top: 10%;
	}

	#compatibility_pop {
		right: calc(26% - 310px);
		top: 17%;
	}

	#sustainability_pop {
		right: calc(10% - 310px);
		top: 13%;
	}

	#sustainability_pop {
		right: calc(30% - 310px);
		top: 31%;
	}
}

@media screen and (max-width: 1540px) {
	#ports_popup1 {
		left: 300px;
		width: 13%;
		top: 0;
	}

	#ports_popup3 {
		left: 300px;
		top: 55%;
	}
	#ports_popup6 {
		top: 15%;
		left: 370px;
		width: 16%;
	}
	#ports_popup2 {
		top: 0;
		left: 300px;
	}
	#ports_popup4 {
		top: 0;
		left: 46%;
		width: 30%;
	}
	#ports_popup5 {
		top: 0;
		left: 310px;
		width: 310px;
	}
}

@media screen and (max-width: 1120px) {
	#ports_popup1 {
		left: 300px;
		width: 14%;
		top: 3%;
	}

	#ports_popup3 {
		left: 300px;
		top: 44%;
		width: 18%;
	}
}

@media screen and (max-width: 1024px) {
	#root {
		opacity: 0;
		z-index: 0;
	}

	#move_text,
	#rotate_text,
	#zoom_text {
		display: inline-block;
		min-width: 200px;
		text-align: center;
	}

	#exploreButtton {
		top: 600px;
	}

	.accordia_icon {
		display: contents;
		letter-spacing: 6px;
	}

	.arrow {
		width: 12px;
		height: 12px;
		/* background: url("images/Chevron_right.png") center center no-repeat; */
		background-size: 15px;
	}

	.subMenuBtn.active .arrow {
		width: 12px;
		height: 12px;
		/* background: url("images/Expand_accordion.png") center center no-repeat; */
		background-size: 15px;
	}
}

@media screen and (min-width: 300px) and (max-width: 600px) {
	#move_text,
	#rotate_text,
	#zoom_text {
		text-align: center;
	}

	#loading {
		flex-wrap: wrap;
		left: 50%;
		top: 58%;
		transform: translate(-50%, -240%) scale(0.6);
		min-width: 350px;
	}

	#loading > div {
		/* display: flex;
		justify-content: space-between;
		align-items: end;
		line-height: 80px; */
		width:100% ;
		display: flex ;
		align-items: center;
		justify-content: space-between;
		min-inline-size: min-content;
	}

	#loading > #loader {
		width: 379px;
		height: 5px;
		top: 465px;
	}
}

@media only screen and (max-width: 1024px) and (orientation: portrait) {
	#exploreButtton {
		display: none;
	}

	.loaderimg {
		opacity: 0;
	}

	#move_text,
	#rotate_text,
	#zoom_text {
		color: #000000;
	}
	#waterImg {
		top: 27%;
		left: 43%;
		width: 50px;
	}
}

@media only screen and (min-width: 1024px) and (orientation: landscape) {
	#exploreButtton {
		display: block;
	}

	.loaderimg {
		opacity: 1;
	}

	#move_text,
	#rotate_text,
	#zoom_text {
		color: #ffffff;
	}
	#waterImg {
		top: 43%;
		left: 50%;
		width: 90px;
	}
}

@media (min-width: 1440px) {
	#waterImg {
		top: 42%;
		left: 48%;
		width: 150px;
	}
}
@media only screen and (max-width: 900px) and (orientation: landscape) {
	#exploreButtton {
		display: none;
	}

	.loaderimg {
		opacity: 0;
	}

	#move_text,
	#rotate_text,
	#zoom_text {
		color: #000000;
	}
}

@media only screen and (max-width: 600px) {
	#waterImg {
		top: 32%;
		left: 42%;
		width: 30px;
	}
}
