* {
	border: 0;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

html, body {
    font-family: Arial;
	top: 0px !important;
	scroll-behavior: smooth
}

a {
	color: inherit;
	font-family: inherit;
	font-size: inherit;
	text-decoration: none;
}

#google_translate_element {
	display: none !important;
}

.skiptranslate {
	display: none !important;
}

/*======================================================
                          Navbar
  ======================================================*/
.header-nav {
	background: #232c3d;
	height: 70px;
}
  
#navbar {
	background: #161616d1;
    color: white;
    position: fixed;
    top: 0;
    height: 70px;
    line-height: 70px;
    width: 100%;
    z-index: 10;
	backdrop-filter: blur(7px);
}

#navbar-mobile {
	background: #000000;
    color: black;
    position: relative;
    top: 0;
    height: 70px;
    line-height: 70px;
    width: 100%;
    z-index: 5;
    backdrop-filter: blur(7px);
    border-bottom: 0;
}

.nav-wrapper {
	margin: auto;
	text-align: center;
	margin-left: 85px;
}

.brand-main {
	float: left;
    width: 200px;
}

.brand {
	background: url(../image/nivaflylabs_logo_white.png) no-repeat;
    background-size: contain;
    background-position-y: center;
    height: 100%;
    width: 100%;
	top: 0;
    position: relative;
}

.dropdown-content {
	position: absolute;
    background: #282828bf;
    border: 1px solid #7070705c;
    border-radius: 5px;
    width: 150px;
    height: 300px;
    overflow-y: scroll;
	box-shadow: 0px 8px 16px 0px rgb(0 0 0 / 59%);
}

.dropdown-content button {
    font-size: 14px;
    width: 100%;
    line-height: 36px;
    padding: 0 10px;
	color: white;
	background: none;
    text-align: left;
	display: flex;
    align-items: center;
}

.dropdown-content button:hover {
    background: #007bd3;
	cursor: pointer;
}

.hide {
	display: none;
}

.dropdown-content.arrow-top {
	margin-top: 39px;
    margin-left: -80px;
}

.dropdown-content.arrow-top:after {
	content: " ";
    position: fixed;
    right: 92.5px;
    top: 60px;
    border-top: none;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-bottom: 14px solid #818181bf;
}

.col-lang {
	display: flex;
    border-bottom: 1px solid #8787875c;
    width: 100%;
}

.tick_lang {
	background: url(../image/tick.png) no-repeat;
    background-size: contain;
    background-position: center;
    width: 15px;
    height: 15px;
    margin-left: 5px;
	display: none;
}

.tick_lang.active {
	display: inline-block;
}

#langs::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #646464;
}

#langs::-webkit-scrollbar
{
	width: 3.5px;
}

#langs::-webkit-scrollbar-thumb
{
	background-color: #1784e3;
	background-image: -webkit-gradient(linear, 0 0, 0 100%,
					   color-stop(.5, rgba(255, 255, 255, .2)),
					   color-stop(.4, transparent), to(transparent));
}

#langs
{
	overflow-y: scroll;
	scrollbar-color: #1784e3 #eeeeee !important;
}

#navbar ul {
    float: left;
    list-style: none;
    margin-left: 60px;
    transition: transform 0.5s ease-out;
    -webkit-transition: transform 0.5s ease-out;
}

@media(max-width: 1024px) {
    #navbar ul {
		display: none;
    }
}

#navbar li {
	display: inline-block;
}

#navbar li a {
    color: white;
    display: block;
    font-size: 1.1em;
    letter-spacing: 1px;
    margin: 0 20px;
    padding: 0 4px;
    position: relative;
    text-decoration: none;
    font-weight: bold;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
	text-align: left;
	cursor: pointer;
}

#navbar li a:hover {
	color: white;
	transition: all 1s ease;
	-webkit-transition: all 1s ease;
}

#navbar li a:before, #navbar li a:after {
	content: '';
	position: absolute;
	width: 0%;
	height: 2px;
	bottom: -1px;
	background: white;
}

#navbar li a:before {
	left: 0;
	transition: 0.5s;
}

#navbar li a:after {
	background: white;
	right: 0;
}

#navbar li a:hover:before {
	background: white;
	width: 100%;
	transition: width 0.5s cubic-bezier((0.22, 0.61, 0.36, 1));
}

#navbar li a:hover:after {
	background: transparent;
	width: 100%;
}

.dropdown-content-nav {
	display: none;
    position: absolute;
    background-color: #161616d1;
    min-width: 175px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    padding-bottom: 15px;
    margin-top: 2px;
    border-radius: 0 0 5px 5px;
    backdrop-filter: blur(7px);
}

.dropdown-content-nav a {
    float: none;
    border-bottom: 1px solid #5d5d5d9e;
    height: 40px !important;
    align-items: center;
    display: flex !important;
	font-size: 0.95em !important;
}

.dropdown-nav:hover .dropdown-content-nav {
    display: block;
}

.arrow::after {
	position: absolute;
    top: 50%;
    content: '';
	-webkit-transition: max-height, 0.2s ease-in-out;
    transition: max-height, 0.2s ease-in-out;
    transform: translateY(-50%);
	cursor: pointer;
}

.arrow-down::after {
	border-top: 7px solid #fff;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
}

.arrow-up::after {
	position: absolute;
    top: 44%;
    content: '';
    transform: rotate(180deg);
	cursor: pointer;
}

.arrow-up::after {
	border-top: 7px solid #fff;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
}

.menuIconLang {
    cursor: pointer;
    display: block;
    position: fixed;
    right: 0;
    top: 17px;
    z-index: 12;
    padding: 17px;
    border-radius: 50%;
    margin-right: 85px;
}

.icon-bars-lang {
    background: url(../image/world.png) no-repeat;
    background-size: 70%;
    background-position: center;
    position: absolute;
    left: 0.6px;
    top: 2%;
    height: 33px;
    width: 33px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

@media(min-width: 1024px) {	
	.menuIconLang {
		right: 0;
	}
}

@media(max-width: 1024px) {	
	.header-nav {
		height: 50px;
	}
	
	#navbar {
		height: 50px;
	}
	
	.brand-main {
		width: 165px;
	}
	
	.nav-wrapper {
		margin-left: 20px;
	}

	#navbar li a {
		font-size: 1.5vw;
		margin: 0 12px;
	}
	
	.menuIconLang {
		top: 8px;
		margin-right: 60px;
	}
	
	.dropdown-content {
		width: 150px;
	}
	
	.dropdown-content.arrow-top {
		margin-left: -80px;
	}

    .dropdown-content.arrow-top:after{
		right: 67.5px;
		top: 60px;
    }
}

/*======================================================
                    Mobile Menu Menu Icon
  ======================================================*/
@media(max-width: 1024px) {
  .menuIcon {
    cursor: pointer;
    display: block;
    position: fixed;
    right: 0;
    top: 8px;
    height: 23px;
    z-index: 12;
    padding: 17px;
    border-radius: 5px;
    margin-right: 20px;
  }
  
  .menuIconLang {
    right: 0;
  }

  .icon-bars {
    background: white;
    position: absolute;
    left: 4.5px;
    top: 46%;
    height: 2px;
    width: 20px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  } 

  .icon-bars::before {
    background: white;
    content: '';
    position: absolute;
    left: 0;
    top: -8px;
    height: 2px;
    width: 25px;
    -webkit-transition: 0.3s width 0.4s;
    transition: 0.3s width 0.4s;
  }

  .icon-bars::after {
    margin-top: 0px;
    background: white;
    content: '';
    position: absolute;
    left: 0;
    bottom: -8px;
    height: 2px;
    width: 25px;
    -webkit-transition: 0.3s width 0.4s;
    transition: 0.3s width 0.4s;
  }

  .menuIcon.toggle .icon-bars {
    top: 11px;
    width: 25px;
    transform: translate3d(0, 5px, 0) rotate(135deg);
    transition-delay: 0.1s;
    transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  }

  .menuIcon.toggle .icon-bars::before {
    top: 0;
    transition-delay: 0.1s;
    opacity: 0;
  }

  .menuIcon.toggle .icon-bars::after {
    top: 10px;
    transform: translate3d(0, -10px, 0) rotate(-270deg);
    transition-delay: 0.1s;
    transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  }

  .menuIcon.toggle .icon-bars.overlay {
    width: 20px;
    opacity: 0;
    -webkit-transition: all 0s ease 0s;
    transition: all 0s ease 0s;
  }
}

/*======================================================
                   Responsive Mobile Menu 
  ======================================================*/
.overlay-menu {
    background: #0c0c0c;
    color: white;
    position: fixed;
    top: 0px;
    right: 0;
    transform: translateX(-100%);
    width: 100%;
    height: 100%;
    -webkit-transition: transform 0.2s ease-out;
    transition: transform 0.2s ease-out;
    opacity: 0.90;
    z-index: 3;
}

.overlay-menu ul {
	display: block;
    position: relative;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
	margin-top: 15px;
}

.overlay-menu li {
	display: block;
    position: relative;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
	border-bottom: 1px solid #373737;
    padding: 2px 15px;
}

.overlay-menu li a {
	display: block;
    font-size: 1.1em;
    letter-spacing: 1px;
    padding: 10px 0;
    text-align: left;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
}

.overlay-menu li a:hover,
.overlay-menu li a:active {
	color: #ebebeb;
	-webkit-transition: color 0.3s ease;
	transition: color 0.3s ease;
}

.overlay-menu-right-arrow {
	float: right;
    display: block;
    text-align: right;
    top: 12px;
    position: relative;
}

.overlay-menu-up {
    top: 6px;
}

.overlay-pointer {
	cursor: pointer;
}

@media(min-width: 1024px) {
	.overlay-menu {
		display: none;
	}
}

.dropdown-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-height: 0;
    width: 100%;
    -webkit-transition: max-height, 0.2s ease-in-out;
    transition: max-height, 0.2s ease-in-out;
    overflow-y: hidden;
    overflow-x: hidden;
}

.display-menu {
    max-height: 300px;
}

.menu-link {
    color: white;
    text-decoration: none;
    font-size: 0.95em !important;
    width: 100%;
    padding: 10px 0 10px 15px !important;
}

.menu-link:hover {
    color: #dddddd;
    background-color: #045cc9;
    -webkit-transition: color, background-color, 0.2s;
    transition: color, background-color, 0.2s;
	border-radius: 50px;
}

.menu-link:focus {
    outline: 0;
}

.menu-link-last {
	margin-bottom: 10px;
}

@media(max-width: 265px) {
    .brand-main  {
		width: 100px;
    }
	
	.dropdown-content.arrow-top {
		margin-left: -70.5px;
	}
	
	.dropdown-content {
		width: 140px;
	}
	
	.dropdown-content button {
		font-size: 12px;
	}
}

@media(max-width: 220px) {
	.brand {
		width: 75%;
		margin-left: -10px;
	}
		
    .navbar-right {
		margin-right: 37px;
		margin-top: -3.5px;
	}
	
	.world-bg {
		height: 25px;
		width: 25px;
		top: 17px;
		left: 7px;
	}
	
	.world {
		height: 23px;
		width: 23px;
		top: 2px;
		left: 2px;
	}
	
	.menuIcon {
		right: 0;
		top: 23px;
		padding: 5px 8px 5px 8px;
		margin-right: 10px;
	}
	
	.icon-bars {
		left: 2.5px;
		height: 2px;
		width: 7px;
	}
	
	.icon-bars::before {
		content: '';
		left: 0;
		height: 2px;
		top: -5px;
		width: 10px;
	}
	
	.icon-bars::after {
		content: '';
		left: 0;
		height: 2px;
		bottom: -5px;
		width: 10px;
	}
	
	.menuIconLang {
		right: 0;
		top: 23px;
		padding: 11.5px;
		margin-right: 30px;
	}
	
	.icon-bars-lang {
		height: 23px;
		width: 23px;
	}
		
	.menuIcon.toggle .icon-bars {
		top: 6px;
		width: 10px;
	}
	
	.dropdown-content.arrow-top {
		margin-left: -40.5px;
		margin-top: 34px;
	}
	
	.dropdown-content {
		width: 80px;
	}
	
	.dropdown-content button {
		font-size: 7px;
	}
	
	.dropdown-content.arrow-top:after {
		right: 32.5px;
		top: 43px;
	}
	
	.overlay-menu li a {
		font-size: 0.8em;
	}
	
	.menu-link {
		font-size: 0.55em !important;
	}
	
	.overlay-menu-right-arrow {
		top: 8px;
	}
	
	.arrow-down::after {
		border-top: 5px solid #fff;
		border-right: 4px solid transparent;
		border-left: 4px solid transparent;
	}
	
	.arrow-up::after {
		border-top: 5px solid #fff;
		border-right: 4px solid transparent;
		border-left: 4px solid transparent;
	}
	
	.overlay-menu-up {
		top: 4px;
	}
}

/*======================================================
                   Animation
  ======================================================*/

.animation .anm_mod {
	opacity: 0;
	transform: translate3d(0, 50%, 0);
	transition: all 1s ease;
}

.animation .anm_mod.full {
	width: 100%;
}

.animation .anm_mod.left {
	transform: translate3d(-100%, 0, 0);
}

.animation .anm_mod.right {
	transform: translate3d(100%, 0, 0);
}

.animation .anm_mod.delay {
	transition: all 2s ease;
}

.animation .anm_mod.news-animsection.active {
	opacity: 1;
	transform: translate3d(0, 0, 0);
}

.animation .anm_mod.games-animsection.active {
	opacity: 1;
	transform: translate3d(0, 0, 0);
}

.animation .anm_mod.about-animsection.active {
	opacity: 1;
	transform: translate3d(0, 0, 0);
}

.animation .anm_mod.careers-animsection.active {
	opacity: 1;
	transform: translate3d(0, 0, 0);
}

/*======================================================
                   Error Section
  ======================================================*/
.error-section {
	height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    flex-direction: column;
    font-size: 50px;
    color: #515151;
    padding: 0 5vw;
	margin-top: -50px;
}

.error-title {
	text-align: center;
    display: flex;
    flex-direction: column;
    color: #d15459;
}

.error-404 {
	margin: 20px 0;
}

.error-sub {
	font-size: 45px;
}

.error-desc {
	font-size: 23px;
    margin: 50px 0;
    text-align: center;
}

.error-center {
    margin-top: 0 !important;
}

@media (min-width: 1024px) {
	.error-center {
		margin-top: 0 !important;
		margin-bottom: 0 !important;
	}
}

@media (max-width: 1024px) and (min-width: 700px) {
	.error-center {
		margin-bottom: 0 !important;
	}
}

@media (max-width: 700px) {
	.error-center {
		margin-bottom: 0 !important;
	}
}

@media (max-width: 450px) {
	.error-center {
		top: 0 !important;
		margin-top: 0 !important;
		margin-bottom: 0 !important;
		width: 200px !important;
		height: 50px !important;
	}
	
	.error-center-btn {
		padding: 15px !important;
	}
}

@media (max-width: 280px) {
	.error-center-btn {
		font-size: 11px !important;
		padding: 9px !important;
	}
	
	.error-center {
		width: 145px !important;
		margin-bottom: 0 !important;
		height: 35px !important;
	}
}