*{
	-webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	font-family: 'ProximaNova', sans-serif;
	list-style-type: none;
	-webkit-font-smoothing: subpixel-antialiased;
}
 element:hover, element:active {
-webkit-tap-highlight-color: rgba(0,0,0,0);
-webkit-user-select: none;
-webkit-touch-callout: none /*only to disable context menu on long press*/
}


body{
	--nav-height: 75px;
	/* --nav-height: 55px; */
	--nav-scroll-height: 50px;
	--nav-height-neg: -75px;
	--dark-color: #343434;
	--ocean-blue: #0074D9;
	--smokey-black: #100c08;
	--light-blue: #1e90ff;
	--gray-back: #f5f5f5;
	--ocean-blue-rgba: rgba(0, 116, 217, 1);
}

li, ul, a, button{
	/* font-family: 'Poppins', sans-serif; */
	text-decoration: none;
	padding-left: 0;
	list-style-type: none;
}
/* p{
	color: #777;
	font-size: 14px;
	font-weight: 300;
	line-height: 22px;
	padding: 10px;
} */
p{
	/* color: #151515; */
	color: #000000;
	font-size: 14px;
	font-weight: 300;
	line-height: 1.5em;
	padding: 10px;
}
h1{
	/* color: var(--dark-color); */
	color: rgba(48, 48, 48, .78);
}
h2{
	/* color: var(--dark-color); */
	color: rgba(48, 48, 48, .78);
	font-size: 26px;
	font-weight: 600;
}
h3{
	color: rgba(48, 48, 48, .78);
}

button{
	padding: 0;
	margin: 0;
	-webkit-appearance: none;
  background: transparent;
  border: 0;
  outline:0;
	border: none;
	font-size: 10px;
	cursor: pointer;
	outline: none;
	background-color: transparent;
  background-repeat: no-repeat;
}
button:hover{
	/* background-color: rgba(0, 136, 169, 0.8); */
}
svg { vertical-align: top }

.ja{
	font-family: "GenShin";
	font-size: 13.5px;
}
.ja-sizeless{
	font-family: "GenShin";
}
.ja-header{
	font-family: "GenShin";
	font-size: 19px;
	font-weight: bold;
}
.ja-normal{
	/* font-family: Helvetica, 'Arial', sans-serif; */
	/* font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; */
}
.ja-header-normal{
	font-family: "GenShin";
	font-weight: normal;
}
.ja-subheader-small{
	font-family: "GenShin";
	font-size: 17px;
	font-weight: normal;
}
.subheader-small{
	font-family: "ProximaNova", sans-serif;;
	font-size: 17px;
	font-weight: normal;
}

.header{
	padding: 0px;
}
.header, .header-scroll {
	position: fixed;
	--text: #777;
	--background: #fff;
	/* height: var(--nav-height); */
	/* height: 50px; */
	top: 0;
	z-index: 5;
	width: 100%;
	text-decoration: none;
	background: transparent;
	font-family: 'ProximaNova', sans-serif;
}
.header-lower{
	/* background: #02102F; */
	/* background: #01101F; */
	/* background: #13213F; */
	background: rgba(255,255,255,.5);
	box-shadow: 0 0px 20px 0 rgba(0, 0, 0, 0.5);
	opacity: .9;
	transition: all .4s ease-in-out;
}
.header-lower .navbar ul li .nav-link{
	color: rgba(0, 0, 0, 0.95);
	text-shadow: none;
}
.header-lower .cta{
	color: var(--ocean-blue);
	text-shadow: none;
}
.header-lower .navbar ul li::after{
	content:"";
	width: 0%;
	height: 1px;
	background: var(--ocean-blue);
	display: block;
	margin: auto;
	transition: 0.5s;
}
.header-lower .navbar ul li:hover::after{
	width:100%;
}
.header-scroll{
	background: #fff;
	position: fixed;
	height: 50px;
	box-shadow: 0 0px 20px 0 rgba(0, 0, 0, 0.5);
/* 	transition: 0.5s; */
	top: var(--nav-height-neg);
	transition: 0.3s linear;
	opacity: .9;
}

.right-side{
	background-color: #ccc;
	padding: 0px;
	margin: 0px;
}

.gta{
	position: relative;
	margin: auto 5px;
	/* padding: auto 10px; */
	width:  35px;
	height: 35px;
	font-size: 20px;
	color: var(--ocean-blue);
	background: rgba(0, 0, 0, 0);
	border-radius: 50%;
}
.scroll-contact{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.gta:hover{
	background: rgba(0, 0, 0, 0.1);
}


nav{
/* 	position: relative; */
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	flex-basis:20%;
	align-items: center;
	flex-grow: 0;
}
.nav-logo{
	display: block;
}
.hinako-logo-navbar-normal{
	display: block;
	/* height: 50px; */
	width: 140px;
}
.hinako-logo-navbar-mobile{
	display: inline-block;
	/* height: 50px; */
	width: 100px;
}
.hinako-logo-navbar-scroll{
	display: inline-block;
	width: 80px;
	/* height: 40px; */
}
.hinako-logo-footer{
	display: inline-block;
	/* height: 30px; */
	width: 60px;
}
.navbar-logo-black{
	display: block;
	color: rgba(0, 0, 0, .8);
}
.navbar-logo-white{
	color: rgba(255, 255, 255, .9);
}
.inline-svg-icon-logo{
	display: block;
	/* filter: drop-shadow(0px 0px 2px rgb(0 0 0 / 0.5)); */
	filter: drop-shadow(1px 3px 1px rgb(0 0 0 / 0.2));
}

.invisible_logo{
	color: transparent;
}

.cta{
	font-size: 18px;
	font-family: 'ProximaNovaCondensed', sans-serif;
	font-weight: 100;
	padding:  5px 10px;
	border-radius: 20px;
	margin: 0px 5px;
	color: #fff;
	transition: .5s;

	letter-spacing: 1.5px;
}
.header-scroll .cta{
	height: var(--nav-scroll-height);
	padding: 11px;
}
.cta:hover{
	background: rgba(0,0,0,.2);
}


.navbar ul{
	display: flex;
	align-items: center;
	text-align: center;
}

.navbar ul li{
	margin: 1px;
	padding: 22px 8px;
	list-style-type: none;
}
.navbar ul li:hover{

}
.navbar ul li .nav-link{
	text-decoration: none;
	font-size: 15px;
	letter-spacing: 1.5px;
	/* font-family: 'Amatic SC', cursive; */
	/* font-family: 'ProximaNova', sans-serif;
	font-weight: 300; */
	color: rgba(255, 255, 255, 0.95);
	text-shadow: 1px 2px 2px rgba(0,0,0,0.3);
}
.nav-link-scroll{
	color: rgba(0, 0, 0, 0.95);
}
.header-scroll .navbar ul li a{
	font-size: 25px;
	opacity: 0.8;
	color: var(--dark-color);
	text-shadow: unset;
}

.navbar ul li::after{
	content:"";
	width: 0%;
	height: 1px;
	background: #fff;
	display: block;
	margin: auto;
	transition: 0.5s;
}
.navbar ul li:hover::after{
	width:100%;
}



/* -----------Footer------------- */
.footer-section{
}
.footer-container{
	position: relative;
	width: 100%;
	text-align: center;
}
.footer-content-container p, .footer-container h4, .footer-container .icons .bi{
	font-family: 'Amatic SC', cursive;
	font-size: 20px;color: rgba(0,0,0,.5);
}
.footer-content-container{
	position: relative;
	text-align: right;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	width: 100%;
	padding: 5px 12px;
}
.footer_logo{
	opacity: .7;
	height: 30px;
	padding: 0px 5px;
}
.footer-social-icon:hover{
	cursor: pointer;
	opacity: .5;
}
.footer-copyright-container{
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	background-color: rgba(255, 255, 255, .95);
	box-shadow: 0 3px 9px 0 rgba(0, 0, 0, .12);
	margin: 0 auto;
	padding: 0px 15px;
}
.copyright{
	font-size: 12px;
}
.up-arrow-button{
	position: relative;
	margin: 0 0px;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: #111;
	font-size: 15px;
	color: #111;
}
.up-arrow-icon{
	position: absolute;
	margin: 0 0;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	color: #fff;
}
.up-arrow-button:hover .up-arrow-icon{
	color: #111;
	transition: all .5s;
}
.up-arrow-button:hover{
	cursor: pointer;
	background: #fff;
	transition: all .5s;
}


.long-line {
	background: lightgreen;
	border-bottom: .5px solid black;
	width: 80%;
	margin: 3px auto;
}
.hamburger{
	display: none;
	cursor: pointer;
}
.s-bar{
	display: block;
	width: 35px;
	height: 1px;
	margin: 10px auto;
	background-color: #fff;
	transition: background-color .2s;
	transition: transform .3s ease-in-out;
}
.s-bar_scroll{
	background-color: rgba(0,0,0,.6);
}
.nav-menu{
	display: none;
}
.nav-logo-mob{
	display: none;
}
.small-arrow{
	display: none;
}
.triangle {
	display: none;
	border-right: 1px solid;
	border-bottom: 1px solid;
	height: 10px;
	width: 10px;
	transform: rotate(-45deg);
}

@media (max-width: 900px) {

}


@media (max-width: 700px) {
	body{
		min-width:375px;
	}

	.header{
		position: fixed;
		height: 50px;
	}
	.header__mobile-scroll{
		background: rgba(255,255,255, 0.8);
		box-shadow: 0 0px 20px 0 rgba(0, 0, 0, 0.5);
		transition: all .3s;
	}

	.navbar .nav-logo{
		display: none;
	}

	.navbar ul{
		display: block;
		position: fixed;
		width: 100%;
	}
	.small-arrow{
		display: block;
	}
	.navbar ul li{
/* 		width: 80%; */
		position: relative;
		padding: 10px;
		left: 20%;
		opacity: 0;

	}
	.links.slide-in{
		transition: all .5s;
		left: 0%;
		opacity: 1;
	}

	.nav-link{
		padding: 2px 2px 0px 0px;
		width: 100%;
		display: flex;
		justify-content: space-between;
		align-items: center;

	}

	.navbar ul li::after{
		display: none;
	}
	.navbar ul li .nav-link{
		color: var(--dark-color);
		opacity: .8;
		text-shadow: unset;
	}
	.navbar ul li .nav-link:hover{
		color: var(--ocean-blue);
	}
	.triangle{
		display: block;
	}
	.navbar {
		display: none;
		position: fixed;
		background: rgba(255, 255, 255, 0.95);
		height: 330px;
		width: 100%;
		top: 50px;
		box-shadow: 0 20px 20px -10px rgba(0, 0, 0, 0.5);

		z-index: 2;
		transition: 1s;
	}
	.navbar.active {
		display: block;
	}

	.cta{
		padding: 13px;
		font-size: 19px;
		height: 50px;
		color: #fff;
		transition: all .2s;
	}
	.cta_scroll{
		color: var(--ocean-blue);
		opacity: .6;
	}
	.hamburger{
		display: block;
		position: absolute;
		margin: 5px 10px;
		top: 0;
		left: 0;
	}
	.hamburger.active .s-bar:nth-child(2){
		opacity: 0;
	}
	.hamburger.active .s-bar:nth-child(1){
		transform: translateY(11px) rotate(45deg);
	}
	.hamburger.active .s-bar:nth-child(3){
		transform: translateY(-11px) rotate(-45deg);
	}
	.nav-menu{
		display: block;
		position: absolute;
		margin: 15px 19px;
		top: 0;
		left: 40px;
		/* font-family: 'Poppins', sans-serif;
		font-weight: 300; */
		color: #fff;
		transition: all .2s;
	}
	.menu_scroll{
		color: black;
		opacity: .6;
	}
	.nav-logo-mob{
		display: block;
		position: absolute;
		top: 15px;
		left: 50%;
		transform: translate(-50%);
	}
	.nav_black{
		display: none;
	}
	.nav_logo_remove{
		display: none;
	}
	.nav_logo_add{
		display: block;
	}
	.navbar ul{
		padding:  30px;
	}
}
