/*
Theme Name: Octavia
*/
@font-face {
    font-family: 'Myanmar MN';
    src: url('fonts/MyanmarMN.eot');
    src: url('fonts/MyanmarMN.eot?#iefix') format('embedded-opentype'),
        url('fonts/MyanmarMN.woff2') format('woff2'),
        url('fonts/MyanmarMN.woff') format('woff'),
        url('fonts/MyanmarMN.ttf') format('truetype'),
        url('fonts/MyanmarMN.svg#MyanmarMN') format('svg');
    font-weight: 300;
    font-style: normal;
}

@font-face {
	font-family: NeueHaasDisplay-Black;
	src: url('fonts/NeueHaasDisplay-Black.woff') format('woff'),
	url('fonts/NeueHaasDisplay-Black.ttf')  format('truetype');
}
@font-face {
	font-family: NeueHaasDisplay-Bold;
	src: url('fonts/NeueHaasDisplay-Bold.woff') format('woff'),
	url('fonts/NeueHaasDisplay-Bold.ttf')  format('truetype');
}
@font-face {
	font-family: NeueHaasDisplay-Light;
	src: url('fonts/NeueHaasDisplay-Light.woff') format('woff'),
	url('fonts/NeueHaasDisplay-Light.ttf')  format('truetype');
}
@font-face {
	font-family: NeueHaasDisplay-Mediu;
	src: url('fonts/NeueHaasDisplay-Mediu.woff') format('woff'),
	url('fonts/NeueHaasDisplay-Mediu.ttf')  format('truetype');
}
@font-face {
	font-family: NeueHaasDisplay-Thin;
	src: url('fonts/NeueHaasDisplay-Thin.woff') format('woff'),
	url('fonts/NeueHaasDisplay-Thin.ttf')  format('truetype');
}
body,html {
	margin:0;
	padding:0;
	overflow-x:hidden;
	font-family:NeueHaasDisplay-Light;
	background:#EEEAE2;
}
body {
	padding-top:54.76px;
}
p {
	margin:0;
}
h2 {
	font-family: 'Myanmar MN';
}
.header {
	background:#2C362D;
	padding:12px 60px;
	box-sizing: border-box;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	z-index:9999;
}

.row:after {
	clear:both;
	display:block;
	content:' ';
}
.container {
	max-width:1690px;
	margin:0 auto;
}
.logo {
	width:160px;
	float:left;
}
.logo img {
	max-width:100%;
	display:block;
}
.nav-menu {
	float:right;
}
.nav-menu ul {
	list-style:none;
	padding:0;
	margin:0;
}
.nav-menu ul li {
	margin-right:94px;
	float:left;
}
.nav-menu ul li:last-child{
	margin-right:0;
}
.nav-menu ul li a {
	color:#CAB295;
	letter-spacing: 2.25px;
	font-size:15px;
	text-decoration:none;
	display:block;
	padding:2px 0;
}
.nav-menu ul li a:hover{
	text-decoration:underline;
}
.nav-menu ul li:last-child a {
	text-decoration:underline;
}
.opacity-home {
	background:rgba(0,0,0,0.3);
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
}
.banner-home {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    height: calc(100vh - 50px);
    position: relative;
}
.banner-content {
    z-index: 2;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    -webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    transition: all 1s ease-out;
}
.play-btn {
    display: block;
    margin: 30px auto 0;
	text-align:center;
	text-decoration:none;
}
.play-btn img {
    width: 50px;
	margin-bottom:18px;
}
.play-btn span {
	display:block;
	text-align:center;
	color:#FFFFFF;
	letter-spacing: 3px;
	font-size:10px;
	font-family:Myanmar MN;
	text-transform:uppercase;
}
.btn-scroll {
    display: block;
    width: 40px;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    z-index: 3;
    -webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    transition: all 1s ease-out;
}
.btn-scroll img {
	width:28.75px;
}
.logo-mobile {
	display:none;
	text-align:center;
}
.logo-mobile img {
	max-width:502px;
}
.mobile-button {
	display:none;
	width: 27px;
	height: 18px;
	position:absolute;
	top:21px;
	right:39px;
	cursor:pointer;
}
.mobile-button span {
	display:block;
	content:' ';
	width:100%;
	height:1px;
	background:#CAB295;
	margin-bottom:7px;
}
.mobile-button span:last-child {
	margin-bottom:0;
}
.close-button {
	display:none;
	position:absolute;
	top:27.5px;
	right:30.5px;
}
.close-button img {
	width:26px;
}
@media only screen and (max-width: 1024px) {
	body {
		padding-top:45.5px;
	}
	.banner-home {
		height:calc(100vh - 54px);
	}
	.logo {
		display:none;
	}
	.logo-mobile {
		display:block;
		margin:0 auto;
	}
	.nav-menu ul li a {
		font-size:12px;
	}
	.nav-menu ul li {
		margin-right:35px;
		display:inline-block;
		float:none;
	}
	.nav-menu ul li:last-child {
		margin-right:0;
	}
	.nav-menu {
		float: none;
		width: 100%;
		text-align:center;
	}
}
@media only screen and (max-width: 767px) {
	body {
		padding-top:58.76px;
	}
	.mobile-button{
		display:block;
	}
	.close-button {
		display:block;
		cursor:pointer;
	}
	.banner-home {
		height:calc(100vh - 59px);
	}
	.logo-mobile {
		display:none;
	}
	.nav-menu {
		display:none;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 999999;
		background: #2C362D;
		height:100vh;
	}
	.nav-menu ul {
		position:absolute;
		top:50%;
		transform:translateY(-50%);
		width:100%;
	}
	.nav-menu ul li {
		display:block;
		text-align:center;
		margin:0;
		margin-bottom:67px;
	}
	.nav-menu ul li a {
		text-transform:uppercase;
		font-size:14px;
		letter-spacing:4.2px;
		color:#CAB295;
		font-family: 'Myanmar MN';
	}
	.header {
		padding:14px 24px;
		height:auto;
	}
	.logo {
		display:block;
		float:left;
	}
	.play-btn {
		display:none;
	}
}