@import url("https://fonts.googleapis.com/css?family=Muli:200,200i,300,300i,400,400i,600,600i,700,700i,800,800i,900,900i&subset=latin-ext,vietnamese");
@import url("https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.1.3/css/bootstrap.min.css");

body {
	width: 100%;
	display: block;
	overflow-x: hidden;
	background-color: #1f2029;
	color: #7affb4;
	font-family: "Muli", sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
::-webkit-scrollbar {
		width: 8px;
}
::-webkit-scrollbar-track {
		background-color: transparent;
}
::-webkit-scrollbar-thumb {
		-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
		background-color: #18181f;
		border-radius: 10px;
}
::selection {
	background-color: transparent;
	color: #000;
}
::-moz-selection {
	background-color: transparent;
	color: #000;
}
button:focus, button:active {
	outline: none !important;
	box-shadow: none !important;
}
a {
	color: #00ffbf;
}
a:hover {
	text-decoration: none;
	color: #00ff40;
}

/* #Notifications
================================================== */

.notifications {
	position: absolute;
	right: 10px;
	bottom: 10px;
}

.notify {
	width: 300px;
	height: 100px;
	border-radius: 0.6em;
	border: 2px solid #00ffee;
	overflow: hidden;
	cursor: pointer;
	margin: 10px 0;
}

.notify:first-child {
	margin: 0 0 10px 0;
}

.first-notification {
	width: 28px;
	height: 35px;
	display: block;
	border-radius: 100%;
	transform: translate(12px, 9px);
}

.second-notification {
	width: 28px;
	height: 35px;
	display: block;
	border-radius: 100%;
	transform: translate(3px, 7px);
}

.first > .info span:first-child {
	color: #00ffaa;
}

.second > .info span:first-child {
	color: #c8ff75;
}

.info {
	width: 230px;
	height: 70px;
	transform: translate(80px, -35px);
	padding: 10px;
}

.info span:first-child {
	display: block;
	font-weight: 600;
	font-size: 15px;
}

.info span:last-child {
	color: #52ffe2;
	font-size: 13px;
}

/* #Cursor
================================================== */

.cursor,
.cursor2,
.cursor3 {
	position: fixed;
	border-radius: 50%;
	transform: translateX(-50%) translateY(-50%);
	pointer-events: none;
	left: -100px;
	top: 50%;
}
.cursor {
	background-color: #fff;
	height: 0;
	width: 0;
	z-index: 99999;
}
.cursor2,
.cursor3 {
	height: 36px;
	width: 36px;
	z-index: 99998;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.cursor2.hover,
.cursor3.hover {
	-webkit-transform: scale(2) translateX(-25%) translateY(-25%);
	transform: scale(2) translateX(-25%) translateY(-25%);
	border: none;
}
.cursor2 {
	border: 2px solid #fff;
	box-shadow: 0 0 22px rgba(255, 255, 255, 0.6);
}
.cursor2.hover {
	background: rgba(255, 255, 255, 0.1);
	box-shadow: 0 0 12px rgba(255, 255, 255, 0.2);
}
@media screen and (max-width: 1200px) {
	.cursor,
	.cursor2,
	.cursor3 {
		display: none;
	}
}
.login-button {
	position: relative;
	display: inline-block;
	float: right;
	margin-top: 37px;
	margin-right: 10px;
}

.shadow-title {
	position: fixed;
	top: 0;
	margin-top: 30px;
	left: 20px;
	width: 100%;
	height: 300%;
	text-align: left;
	font-family: "Muli", sans-serif;
	-webkit-writing-mode: vertical-lr;
	writing-mode: vertical-lr;
	font-size: 18vw;
	line-height: 1;
	color: rgb(0, 255, 157, 0.1);
	background: linear-gradient(
		90deg,
		rgba(200, 200, 200, 0),
		rgb(0, 255, 98, 0.35)
	);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-weight: 900;
	z-index: -1;
}
.section-parallax {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-position: center;
	background-size: cover;
	z-index: -2;
}
.section.z-bigger {
	z-index: 100;
}
.section.z-bigger-2 {
	z-index: 200;
}
.section-title-wrap {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	transform: translateY(-50%);
	z-index: 3;
}
.section-title-wrap p {
	letter-spacing: 2px;
	font-size: 1.7em;
	font-weight: 700;
	padding: 0;
	color: #43f9b3;
}
.section-title-wrap h1 {
	margin: 0;
	padding: 0;
	font-size: 3.5vw;
	letter-spacing: 8px;
	font-weight: 900;
	color: #fff;
	line-height: 1;
	text-transform: uppercase;
}
.padding-top-bottom {
	padding-top: 100px;
	padding-bottom: 100px;
}
.background-dark {
	background-color: #101010;
}

/* #images
================================================== */


#landing-page-wrap img {
	max-width: 100%;
	width: 100%;
	height: auto;
	border-radius: 0.6em;
}

#landing-page-wrap .content-container {
	width: 100%;
	max-width: 1150px;
	padding: 0 20px;
	margin: 0 auto;
}
#featured-products .product-row {
	padding: 120px 0 0;
	height: 60vh;
	-webkit-box-align: center;
					align-items: center;
}
#featured-products .product-row .product-image {
	width: 70%;
	margin: 0 auto;
}
#featured-products .product-row .product-text {
	background: transparent;
	width: 90%;
	margin: 10px auto;
	text-align: center;
}
#featured-products .product-row .product-title {
	font-size: 2em;
	color: #00ff9d;
	font-weight: 700;
}
#featured-products .product-row p {
	line-height: 1.5;
	font-size: 1.2em;
}
#featured-products .product-row {
	margin: 1em 0;
}

#featured-products .product-row::after {
	content: "";
	display: block;
	clear: both;
	float: none;
}
#featured-products .product-row:nth-child(odd) {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
					flex-direction: row-reverse;
}
@media only screen and (min-width: 800px) {
	#featured-products {
		/* .product-row:nth-child(2n+2) {
			margin-top: 300px;
		} */
	}
	#featured-products .product-row:nth-child(odd) .product-image {
		padding-left: 5%;
		padding-right: 0;
	}
	#featured-products .product-row {
		display: -webkit-box;
		display: flex;
		margin-bottom: 0;
		min-height: 380px;
		-webkit-box-align: center;
						align-items: center;
	}
	#featured-products .product-row .product-image {
		width: 55%;
		float: left;
		-webkit-box-flex: 1;
						flex: 1 1 55%;
		padding-right: 5%;
		max-width: 55% !important;
		min-width: 320px;
	}
	#featured-products .product-row .product-text {
		position: relative;
		width: 45%;
		text-align: left;
		float: right;
		-webkit-box-flex: 1;
						flex: 1 1 45%;
		max-width: 45%;
	}
	#featured-products .product-row .product-text {
		margin-right: 1em;
	}
}

/* Animate Elements*/

@media only screen and (max-width: 700px) {
	#featured-products .product-row .product-image {
			width: 80%;
		}
		#featured-products .product-row .product-text {
			width: 90%;
		}
	.notifications {
			display: none;
		}
	}

	@media only screen and (max-width: 500px) {
		#featured-products .product-row .product-image {
				width: 90%;
			}
			#featured-products .product-row .product-text {
				width: 95%;
			}
			#featured-products .product-row .product-title {
				font-size: 1.3em;
			}
			#featured-products .product-row p {
				font-size: 1em;
			}
		}

@media only screen and (min-width: 620px) {
	.animation-element,
	.product-row > div {
		opacity: 0 !important;
		position: relative;
	}

	/*animation element sliding left*/
	.animation-element,
	.product-row > div {

		-webkit-transition: all 800ms ease-in-out;
		transition: all 800ms ease-in-out;
		-webkit-transition-timing-function: ease-in-out;
						transition-timing-function: ease-in-out;
		-webkit-transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
						transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
	}

	.product-row:nth-child(even) .product-image,
	.product-row:nth-child(odd) .product-text {
		-webkit-transform: translate3d(-100px, 0px, 0px);
		transform: translate3d(-100px, 0px, 0px);
	}

	.animation-element.slide-right,
	.product-row:nth-child(odd) .product-image,
	.product-row:nth-child(even) .product-text {
		-webkit-transform: translate3d(100px, 0px, 0px);
		transform: translate3d(100px, 0px, 0px);
	}

	.product-row .in-view {
		opacity: 1 !important;
		-webkit-transform: translate3d(0px, 0px, 0px) !important;
		transform: translate3d(0px, 0px, 0px) !important;
	}
}


/* #back to top arrow
================================================== */

.scroll-to-top {
	position: fixed;
	bottom: 30px;
	right: 30px;
	opacity: 0;
	visibility: hidden;
	width: 10px;
	height: 40px;
	z-index: 251;
	background-repeat: no-repeat;
	background-position: top center;
	background-size: 10px 40px;
	cursor: pointer;
	background-image: url("https://i.imgur.com/s4Qub1Z.png");
	transform: translateY(-15px);
	-webkit-transition: all 250ms linear;
	transition: all 250ms linear;
}
.scroll-to-top:hover {
	bottom: 32px;
}
.scroll-to-top.active-arrow {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

/* #Media
================================================== */

@media (max-width: 1200px) {
	.scroll-to-top {
		right: 13px;
	}
}

.link-to-myuu {
		position: fixed;
		top: 30px;
		left: 30px;
		z-index: 20;
		cursor: pointer;
		width: 40px;
		height: 40px;
		text-align: center;
		border-radius: 3px;
		background-position: center center;
		background-size: cover;
		background-image: url('/img/Myuu.png');
		box-shadow: 0 0 0 2px rgba(255,255,255,.1);
		transition: opacity .2s, border-radius .2s, box-shadow .2s;
		transition-timing-function: ease-out;
}
.link-to-myuu:hover {
		opacity: 0.8;
		border-radius: 50%;
		box-shadow: 0 0 0 20px rgba(255,255,255,.1);
}

/* #invite buttons
================================================== */

.btn {
	-webkit-appearance: none;
		 -moz-appearance: none;
					appearance: none;
	background-color: transparent;
	border-radius: 0.6em;
	cursor: pointer;
	font-size: 1rem;
	line-height: 1;
	margin: 40px 30px;
	display: inline-block;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 700;
}
.btn:hover, .btn:focus {
	color: #fff;
	outline: 0;
}

.fourth {
	height: 45px;
	width: 250px;
	border: 2px solid #00ffaa;
	color: #fff;
	background-image: linear-gradient(45deg, #6f598f 50%, transparent 50%);
	background-position: 100%;
	background-size: 400%;
	-webkit-transition: background 300ms ease-in-out;
	transition: background 300ms ease-in-out;
}
.fourth:hover {
	background-position: 0;
}


/* #Primary style
================================================== */

.section {
	position: relative;
	width: 100%;
	display: block;
}
.over-hide {
	overflow: hidden;
}
.full-height {
	height: 100vh;
}

/* #Navigation
================================================== */


.cd-header {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 100;
}
.header-wrapper {
	position: relative;
	width: calc(100% - 100px);
	margin-left: 50px;
}
.nav-but-wrap {
	position: relative;
	display: inline-block;
	float: right;
	padding-left: 15px;
	padding-top: 15px;
	margin-top: 26px;
	transition: all 0.3s ease-out;
}
.menu-icon {
	height: 30px;
	width: 30px;
	position: relative;
	z-index: 2;
	cursor: pointer;
	display: block;
}
.menu-icon__line {
	height: 2px;
	width: 30px;
	display: block;
	background-color: #fff;
	margin-bottom: 7px;
	cursor: pointer;
	-webkit-transition: background-color 0.5s ease, -webkit-transform 0.2s ease;
	transition: background-color 0.5s ease, -webkit-transform 0.2s ease;
	transition: transform 0.2s ease, background-color 0.5s ease;
	transition: transform 0.2s ease, background-color 0.5s ease,
		-webkit-transform 0.2s ease;
}
.menu-icon__line-left {
	width: 16.5px;
	-webkit-transition: all 200ms linear;
	transition: all 200ms linear;
}
.menu-icon__line-right {
	width: 16.5px;
	float: right;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	transition: all 200ms linear;
}
.menu-icon:hover .menu-icon__line-left,
.menu-icon:hover .menu-icon__line-right {
	width: 30px;
}
.current-trainer-name {
		position: absolute;
		top: 50%;
		text-align: center;
		-webkit-transform: translateY(-50%);
					transform: translateY(-50%);
		font-size: 15vw;
		margin-top: 40px;
		font-weight: 900;
		color: #fff;
		opacity: 0;
		z-index: 1;
		-webkit-transition: all 300ms linear;
		transition: all 300ms linear;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
}
body.nav-active .current-trainer-name {
		margin-top: -25px;
		opacity: 0.08;
		-webkit-transition-delay: 0.5s;
					transition-delay: 0.5s;
}
.nav {
	position: fixed;
	z-index: 98;
}
.nav:before,
.nav:after {
	content: "";
	position: fixed;
	width: 100vw;
	height: 100vh;
	background: rgba(20, 21, 26, 0.6);
	z-index: -1;
	-webkit-transition: -webkit-transform cubic-bezier(0.77, 0, 0.175, 1) 0.8s;
	transition: -webkit-transform cubic-bezier(0.77, 0, 0.175, 1) 0.8s;
	transition: transform cubic-bezier(0.77, 0, 0.175, 1) 0.8s;
	transition: transform cubic-bezier(0.77, 0, 0.175, 1) 0.8s, -webkit-transform cubic-bezier(0.77, 0, 0.175, 1) 0.8s;
	-webkit-transform: translateX(0%) translateY(-100%);
					transform: translateX(0%) translateY(-100%);
}
.nav:after {
	background: rgba(9, 9, 12, 1);
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}
.nav:before {
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s;
}
.nav__content {
	position: fixed;
	visibility: hidden;
	top: 50%;
	margin-top: 20px;
	-webkit-transform: translate(0%, -50%);
	transform: translate(0%, -50%);
	width: 100%;
	text-align: center;
}
.nav__list {
	position: relative;
	padding: 0;
	margin: 0;
	z-index: 2;
}
.nav__list-item {
	position: relative;
	display: block;
	-webkit-transition-delay: 0.8s;
	transition-delay: 0.8s;
	opacity: 0;
	text-align: center;
	color: #fff;
	overflow: hidden;
	font-size: 4.1vw;
	font-weight: 900;
	line-height: 1.15;
	letter-spacing: 3px;
	-webkit-transform: translate(0%, 100%);
					transform: translate(0%, 100%);
	-webkit-transition: opacity .2s ease, -webkit-transform .3s ease;
	transition: opacity .2s ease, -webkit-transform .3s ease;
	transition: opacity .2s ease, transform .3s ease;
	transition: opacity .2s ease, transform .3s ease, -webkit-transform .3s ease;
	margin-top: 0;
	margin-bottom: 0;
}
.nav__list-item a {
	position: relative;
	text-decoration: none;
	color: rgba(255, 255, 255, 0.6);
	overflow: hidden;
	cursor: pointer;
	padding-left: 5px;
	padding-right: 5px;
	font-weight: 900;
	z-index: 2;
	display: inline-block;
	text-transform: uppercase;
	-webkit-transition: all 200ms linear;
	transition: all 200ms linear;
}
.nav__list-item a:after {
	position: absolute;
	content: "";
	top: 50%;
	margin-top: -2px;
	left: 50%;
	width: 0;
	height: 0;
	opacity: 0;
	background-color: #00ffcc;
	z-index: 1;
	-webkit-transition: all 200ms linear;
	transition: all 200ms linear;
}
.nav__list-item a:hover:after {
	height: 4px;
	opacity: 1;
	left: 0;
	width: 100%;
}
.nav__list-item a:hover {
	color: rgba(255, 255, 255, 1);
}
.nav__list-item.active-nav a {
	color: rgba(255, 255, 255, 1);
}
.nav__list-item.active-nav a:after {
	height: 4px;
	opacity: 1;
	left: 0;
	width: 100%;
}
body.nav-active .nav__content {
	visibility: visible;
}
body.nav-active .menu-icon__line {
	background-color: #fff;
	-webkit-transform: translate(0px, 0px) rotate(-45deg);
	transform: translate(0px, 0px) rotate(-45deg);
}
body.nav-active .menu-icon__line-left {
	width: 15px;
	-webkit-transform: translate(2px, 4px) rotate(45deg);
	transform: translate(2px, 4px) rotate(45deg);
}
body.nav-active .menu-icon__line-right {
	width: 15px;
	float: right;
	-webkit-transform: translate(-3px, -3.5px) rotate(45deg);
	transform: translate(-3px, -3.5px) rotate(45deg);
}
body.nav-active .menu-icon:hover .menu-icon__line-left,
body.nav-active .menu-icon:hover .menu-icon__line-right {
	width: 15px;
}
body.nav-active .nav {
	visibility: visible;
}
body.nav-active .nav:before,
body.nav-active .nav:after {
	-webkit-transform: translateX(0%) translateY(0%);
	transform: translateX(0%) translateY(0%);
	border-radius: 0;
}
body.nav-active .nav:after {
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}
body.nav-active .nav:before {
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}
body.nav-active .nav__list-item {
	opacity: 1;
	-webkit-transform: translateX(0%);
	transform: translateX(0%);
	-webkit-transition: opacity 0.3s ease, color 0.3s ease,
		-webkit-transform 0.3s ease;
	transition: opacity 0.3s ease, color 0.3s ease, -webkit-transform 0.3s ease;
	transition: opacity 0.3s ease, transform 0.3s ease, color 0.3s ease;
	transition: opacity 0.3s ease, transform 0.3s ease, color 0.3s ease,
		-webkit-transform 0.3s ease;
}
body.nav-active .nav__list-item:nth-child(0) {
	-webkit-transition-delay: 0.4s;
					transition-delay: 0.4s;
}
body.nav-active .nav__list-item:nth-child(1) {
	-webkit-transition-delay: 0.5s;
					transition-delay: 0.5s;
}
body.nav-active .nav__list-item:nth-child(2) {
	-webkit-transition-delay: 0.6s;
					transition-delay: 0.6s;
}
body.nav-active .nav__list-item:nth-child(3) {
	-webkit-transition-delay: 0.7s;
					transition-delay: 0.7s;
}
body.nav-active .nav__list-item:nth-child(4) {
	-webkit-transition-delay: 0.8s;
					transition-delay: 0.8s;
}
body.nav-active .nav__list-item:nth-child(5) {
	-webkit-transition-delay: 0.9s;
					transition-delay: 0.9s;
}
body.nav-active .nav__list-item:nth-child(6) {
	-webkit-transition-delay: 1s;
					transition-delay: 1s;
}
body.nav-active .nav__list-item:nth-child(7) {
	-webkit-transition-delay: 1.1s;
					transition-delay: 1.1s;
}
body.nav-active .nav__list-item:nth-child(8) {
	-webkit-transition-delay: 1.2s;
					transition-delay: 1.2s;
}
body.nav-active .nav__list-item:nth-child(9) {
	-webkit-transition-delay: 1.3s;
					transition-delay: 1.3s;
}
body.nav-active .nav__list-item:nth-child(10) {
	-webkit-transition-delay: 1.4s;
					transition-delay: 1.4s;
}
.nav__list .sub-links{
	position: relative;
	padding: 0;
	margin: 0;
	margin-bottom: 20px;
		-webkit-transition: all 200ms linear;
		transition: all 200ms linear;
}
.nav__list .sub-links li{
	padding: 0;
	margin: 0 auto;
	text-align: center;
	margin-top: 7px;
	margin-bottom: 7px;
	display: block;
}
.nav__list .sub-links li:first-child{
	margin-top: 0;
}
.nav__list .sub-links li a{
	color: rgba(255,255,255,.6);
	overflow: hidden;
	font-weight: 400;
	font-size: 15px;
	line-height: 22px;
	letter-spacing: 2px;
	padding: 0;
	margin: 0 auto;
	text-align: center;
	max-width: 250px;
	display: block;
		-webkit-transition: all 200ms linear;
		transition: all 200ms linear;
}
.nav__list .sub-links li a:after{
	display: none;
}
.nav__list .sub-links li a:hover{
	color: rgba(255,255,255,1);
}
.nav__list .sub-links li.active-nav a{
	color: rgba(255,255,255,1);
}

.purple {
	color: #00ffcc;
}

.purple:hover {
	color: #70ff9b;
}


/* scroll start */

.section-top {
	position: relative;
	width: 100%;
	display: block;
	margin-top: -70px;
}

.section-top h3 {
	position: absolute;
	font-size: 20px;
	color: #fff;
	letter-spacing: 2px;
	font-weight: 300;
	line-height: 1;
	text-align: center;
	left: 0;
	top: 50%;
	width: 100%;
	transform: translateY(-80%);
	margin: 0;
	padding: 0;
	animation: scroll 1.6s ease infinite;
}
@keyframes scroll {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
		margin-top: 30px;
	}
}


@media only screen and (max-width: 1200px) {
	.shadow-title {
		margin-top: 100px;
	}
	.nav__list-item {
		font-size: 5vw;
	}
}

@media only screen and (max-width: 800px) {
	.btn {
		margin: 30px auto -10px auto;
		display: block;
		text-align: center;
	}
	.section-title-wrap p {
		letter-spacing: 2px;
		font-size: 2em;
	}
	.section-title-wrap h1 {
		font-size: 4vw;
		letter-spacing: 8px;
	}
	body.nav-active .current-trainer-name {
		margin-top: -10px;
	}
}

@media only screen and (max-width: 500px) {
	.header-wrapper {
		margin-left: 65px;
	}
}

@media only screen and (max-width: 600px) {
	.section-title-wrap p {
		letter-spacing: 2px;
		font-size: 2em;
	}
	.section-title-wrap h1 {
		font-size: 5vw;
		letter-spacing: 5px;
	}
	.nav__list-item {
		font-size: 7vw;
	}
}

@media only screen and (max-width: 400px) {
	.shadow-title {
		font-size: 25vw;
	}
}
