/*
Theme Name: Miyagi Dynamic Landing Page
*/
@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100&display=swap');
/** {
  box-sizing: border-box;
}*/
body{
	margin: 0;
	padding: 0;
	font-family: 'Roboto', sans-serif;
}
.loader{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.6;
}	
.header{
	height:45vw;
	background-image: url('images/intro.png');
	background-size: cover;
	background-repeat: no-repeat;
	transition: opacity 0.6s;
	transition-delay: 0.3s;
	opacity: 0.1;
}
.mobile_nav{
	opacity: 0;
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0.9);
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: -1;	
	transition: all 0.6s;

}
.mnav_body div{
	position: relative;
	margin: 10px;
}
.mnav_body div > a{
	font-weight: 600;
	color: black !important;
}
.mnav_body{
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
}
.mobile_button{
	display: flex;
	align-content: space-between;
	justify-content: space-around;	
	flex-direction: column;
	position: absolute;
	top: 0;
	right: 0;
	margin: 30px 25px;
	width: 30px;
	cursor: pointer;
	display: none;
}
.mobile_button div{
	width: 100%;
	height: 3px;
	background: #000;
	margin-bottom: 3px;
}
.header_nav{
	display: flex;
	justify-content: flex-end;
	padding-top:35px;
	padding-right:100px;
}
.nav_item{
	margin-right: 30px;
	text-transform: uppercase;	
	cursor: pointer;
	font-size: 18px;	
	font-weight: 500;
	line-height: 21px;
}
.intro{
	display: flex;
	align-items: center;
	padding-left: 40%;
	height: 70%;
	justify-content: center;
	flex-direction: column;
}
.intro_title{
	font-size: 7vw;
	font-weight: 500;
	letter-spacing:0.05em;
}
.title{
	text-align: center;
	font-size: 34px;
	font-weight: 500;
	margin: 30px auto;
	margin-bottom: 50px;	
}
.not_aviable{
	border-top: 1px solid #E8E6E6;
	width: 80%;
	margin: 50px auto;
}
.none{
		font-size: 24px !important;
		font-weight: 400 !important;
		width: 80%;
		margin: 0 auto;
		padding: 30px 0;
		border-bottom: 1px solid #E8E6E6;
}
.btn_item{
	margin: 20px auto;
	display: flex;
	align-items:center;
	padding: 30px 0;
	flex-direction: column;
	border-top: 1px solid #E8E6E6;
	/*border-bottom: 1px solid #E8E6E6;*/
	width: 80%;	
}
.btn_item:last-child{
	border-bottom: 1px solid #E8E6E6;
}
.btn_title{
	font-weight:400;
	font-size: 24px;
	text-align: center;	
}
.btn{
	margin: 20px 0;
	border: 2px solid black;
	padding: 10px 30px;
	cursor: pointer;
	transition: 0.5s;
}
.btn:hover a{
	transition-duration:0.5s; 
	transition-delay: 0.2s; 
	color: white !important;
	/*background: #000;*/
}
.hvr-sweep-to-right:before,.hvr-sweep-to-left:before{
	background: #000 !important;
	transition: 0.5s !important;
}
.content{
	margin-top: 50px;
	width: 80%;
	margin: 50px auto;
}
.content_body{
	font-size: 20px;
	font-weight: 400 !important;
	font-family: 'Montserrat', sans-serif;
}
.images{
	width: 80%;
	margin: 0 auto;
	display: flex;
	justify-content: space-around;
	margin-top: 80px;
}
.images img{
	width: 300px;
	margin-left: 10px;
	transition: 0.5s;
}
.images img:hover{
	transform: scale(1.1);
}
/*.some_bg{
	margin-top: 50px;
	width: 100%;
	height: 700px;
	background-image: url('images/me.png');
	background-size: cover;
}*/
a{
	text-decoration: none;
	color: black;
}
.th_me{
	display: flex;
	width: 100%;
}
.th_me img{
	width: 100%;
	max-height: 100%;
}
.footer{
	background: #222;
	color: white;
	text-align: center;
	padding-bottom: 30px;
}
.videos{
	width: 80%;
	padding-top: 50px;
	margin: 0 auto;
	display: flex;
	justify-content: space-around;
}
iframe{
	border-radius: 20px;
}
.footer_body{
	width: 80%;
	margin:50px auto;
}
.footer_title{
	text-align: center;
	font-size: 34px;
	font-weight: 500;
	margin: 40px 0;
}
.footer_text{
	font-size: 20px;
	font-weight: 390 !important;
	text-align: left !important;
}
.exit{
	width: 80%;
	margin:0 auto;
	margin-top: 90px !important;
	font-size: 18px;
	flex: 400;
}
.exit_title{
	margin-bottom: 10px;
}
.video_item {
  position: relative;
  width: 100%;
  overflow: hidden;
  height: 400px;
  margin-right: 20px; /* 16:9 Aspect Ratio */
}
.ri {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height:80%;
  border: none;
}
.to_up{
	cursor: pointer;
    position: fixed;
    bottom: 0;
    right: 0;
    margin: 20px;
    color: white;
    background: #000;
    padding: 10px;
    display: none;
    transition: 1s;
}
@media all and (max-width: 800px){
	.videos{
		flex-direction: column;
	}
	.videos div{
		margin-bottom: 20px;	
	}
}
.google_ads{
	width: 80%;
	margin: 30px auto;
}
@media all and (max-width: 800px){
	.header_nav{
		display: none;
	}
	.intro{
		padding-top: 50px;
	}
	.mobile_button{
		display: flex;
	}
	.video_item{
		height: 400px;
	}
	.ri{
		height: 80%;
	}
	.exit{
		font-size: 15px;
	}
	.footer_title,.title{
		font-size: 26px;
	}
	.footer_text,.content_body{
		font-size: 18px;
	}
	.btn_title{
			font-size: 20px;
	}
	.me{
        max-height:250px !important;
    }
}