/* Bukra-Light */
@font-face {
	font-family: Bukra-Light;
	src: url('../fonts/29LT-Bukra-Light.OTF');
}

/* Bukra-Regular */
@font-face {
	font-family: Bukra-Regular;
	src: url('../fonts/29LT-Bukra-Regular.OTF');
}

/* Bukra-Medium */
@font-face {
	font-family: Bukra-Medium;
	src: url('../fonts/29LT-Bukra-Medium.OTF');
}

/* Bukra-Bold */
@font-face {
	font-family: Bukra-Bold;
	src: url('../fonts/29LT-Bukra-Bold.OTF');
}

* {
	box-sizing: border-box;
}

html {
	-webkit-font-smoothing: antialiased;
	font-synthesis: none;
	text-rendering: optimizeLegibility;
	-webkit-tap-highlight-color: transparent;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	-moz-osx-font-smoothing: grayscale;
}

body {
	font-family: "Bukra-Regular";
	margin: 0;
	padding: 0;
	border: 0;
}

body.progress {
	cursor: wait;
}

body.progress:before {
	content: '';
	position: fixed;
	inset: 0;
	z-index: 9999;
}

body,
html {
	width: 100%;
	height: 100%;
	font-kerning: none;
	margin: 0;
	padding: 0;
}

.full_bg {
	position: absolute;
	inset: 0;
}

.wrap {
	font-size: 1.041666vw;
	position: relative;
	background: none;
	color: #fff;
}

.globe_heading {
	min-height: 10em;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

.globe_info {
	min-height: 20em;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}

.wrap_bg {
	position: absolute;
	inset: 0;
	background-position: center;
	background-size: cover;
}

.globe_wrap {
	height: 30em;
	position: relative;
	overflow: hidden;
	opacity: 0;
/*	margin: 10em 0;*/
}

.globe_video {
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select:none
}

.globe_video video {
	height: 100%;
	max-width: 100%;
	max-height: 100%;
	pointer-events: none;
	display: none;
}

.hide video {
	opacity: 0;
}

.globe_video_set {
	height: 100%;
	position: relative;
}

.circle {
	display: contents;
	align-items: center;
	justify-content: center;
	opacity: 0.5;
}

.container {
	position: absolute;
	inset: 0;
	z-index: 99;
}

.container canvas {
	width: 100% !important;
	height: 100% !important;
	pointer-events: none;
}

.trail {
	position: absolute;
	left: 0;
	top: 0;
	width: 1vw;
	height: 1px;
	cursor: default;
	user-select: none;
	text-align: center;
	z-index: 999;
	opacity: 0;
}

.isTouch .trail {
	visibility: hidden;
}

.hidden {
	background: #fff;
	position: absolute;
	width: 50vw;
	height: 4vw;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

.draggable {
	background: #EC142C;
	width: 4vw;
	height: 100%;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translate(0%, -50%) translate3d(0px, 0px, 0px);
}

body:not(.none) .draggable {
	cursor: move;
	cursor: -webkit-grab;
	cursor:grab
}

body:not(.none) .draggable:active {
	cursor: -webkit-grabbing;
	cursor:grabbing
}

body.none,
body.none .draggable {
	cursor: none !important;
}

#hotspots {
	visibility: hidden;
	position: absolute;
}

.tip {
	position: absolute;
	max-width: 30%;
	font-size: 0.8em;
	text-align: center;
	text-shadow: 1px 2px 5px black;
	top: 0;
	left: 0;
	z-index: 999;
	pointer-events: none;
	visibility: hidden;
	background: #00000059;
	padding: 15px;
	border-radius: 10px;
}

.cursor {
	position: absolute;
	width: 1.5em;
	z-index: 999;
	pointer-events: none;
	top: 0;
	left: 0;
}

.cursor svg {
	width: 100%;
}

.isTouch .cursor {
	display: none;
}

@media (max-width: 575px) {
	.globe_wrap {
		height: 100em;
		position: initial;
	}
	.tip {
		font-size: 12px;
		transform: translate(0px, 185px) !important;
		max-width: 100%;
	}
}
