/* Typo */
@font-face {
	font-family: "DBAdmanX";
	src: url("../fonts/DBAdmanX.eot?#iefix") format("embedded-opentype"),
		url("../fonts/DBAdmanX.woff") format("woff"),
		url("../fonts/DBAdmanX.ttf") format("truetype"),
		url("../fonts/DBAdmanX.svg#DBAdmanX") format("svg");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "DBAdmanX_Bold";
	src: url("../fonts/DBAdmanX-Bold.eot?#iefix") format("embedded-opentype"),
		url("../fonts/DBAdmanX-Bold.woff") format("woff"),
		url("../fonts/DBAdmanX-Bold.ttf") format("truetype"),
		url("../fonts/DBAdmanX-Bold.svg#DBAdmanX") format("svg");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "DBAdmanX_Italic";
	src: url("../fonts/DBAdmanX-Italic.eot?#iefix") format("embedded-opentype"),
		url("../fonts/DBAdmanX-Italic.woff") format("woff"),
		url("../fonts/DBAdmanX-Italic.ttf") format("truetype"),
		url("../fonts/DBAdmanX-Italic.svg#DBAdmanX") format("svg");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "DBAdmanX_Light";
	src: url("../fonts/DBAdmanX-UltraLi.eot?#iefix") format("embedded-opentype"),
		url("../fonts/DBAdmanX-UltraLi.woff") format("woff"),
		url("../fonts/DBAdmanX-UltraLi.ttf") format("truetype"),
		url("../fonts/DBAdmanX-UltraLi.svg#DBAdmanX") format("svg");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "Clicker";
	src: url("../fonts/ClickerScript-Regular.eot?#iefix")
			format("embedded-opentype"),
		url("../fonts/ClickerScript-Regular.woff") format("woff"),
		url("../fonts/ClickerScript-Regular.ttf") format("truetype"),
		url("../fonts/ClickerScript-Regular.svg#DBAdmanX") format("svg");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "DBEEStrokeX";
	src: url("../fonts/DBEEStrokeX.eot?#iefix") format("embedded-opentype"),
		url("../fonts/DBEEStrokeX.woff") format("woff"),
		url("../fonts/DBEEStrokeX.ttf") format("truetype"),
		url("../fonts/DBEEStrokeX.svg#DBAdmanX") format("svg");
	font-weight: normal;
	font-style: normal;
}

/* Basic Config */
html {
	font-size: 20px;
	font-family: "DBAdmanX";
}

body {
	color: #6d5d35;
	font-family: "DBAdmanX";
	font-size: 20px;
	line-height: 1;
	background-color: #f6f4f0;
}

* {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

p {
	font-size: 1rem;
	line-height: 1;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	line-height: 1;
}

a {
	/* color: #8e7e00; */
	color: #6d5d35ff;
}

a:hover {
	color: #000000;
}

#homepage-content-wrapper {
	position: relative;
}

#homepage-content-wrapper.wrapper-index {
	/* position: fixed;
	visibility: hidden; */
}

.opening {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10000;
	background: #ffffff;
}

.opening .op-loading {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url(../images/opening/loading.gif);
	background-size: 60px 60px;
	background-repeat: no-repeat;
	background-position: center;
}

.opening #opMovie {
	position: absolute;
	top: 0;
	left: 0;
	width: 1920px;
	height: 1080px;
	position: relative;
	opacity: 0;
}

.opening #opMovie video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.container {
	max-width: 1200px;
}

.container-lg {
	max-width: 1440px;
}

.container-full {
	max-width: 1920px;
}

a:hover {
	color: inherit;
	text-decoration: none;
}

@media only screen and (max-width: 425px) {
	body {
		font-size: 24px;
	}

	h1 {
		font-size: 1.5rem;
	}

	h2 {
		font-size: 1.25rem;
	}

	h3 {
		font-size: 1.15rem;
	}

	h4 {
		font-size: 1rem;
	}

	h5 {
		font-size: 0.8rem;
	}

	h6 {
		font-size: 0.75rem;
	}

	.mobile-font {
		font-size: 100%;
	}

	.p-0-m {
		padding: 0 !important;
	}

	.mb-0-m {
		margin-bottom: 0 !important;
	}
}

/* Basic Usage */
.bg-section {
	background-image: url("../images/bg-main.png");
	background-position: center;
	background-size: 100%;
}

.bg-w {
	background-color: #ffffff;
}

.clicker {
	/* font-family: "Julius Sans One", sans-serif; */
	font-family: "DBAdmanX";
	text-transform: uppercase;
	letter-spacing: 3px;
}

.bold {
	font-family: "DBAdmanX_Bold";
}

.light {
	font-family: "DBAdmanX_Light";
}

.italic {
	font-family: "DBAdmanX_Italic";
}

.text-lg {
	font-size: 1.5rem;
}

.text-md {
	font-size: 1rem;
}

.text-sm {
	font-size: 0.75rem;
}

.text-xs {
	font-size: 0.5rem;
}

.text-underlined {
	text-decoration: underline;
}

.text-white {
	color: #ffffff;
}

.text-dark-grey {
	/* color: #464a4d; */
	color: #6d5d35ff;
}

.text-green {
	color: #8fbb42;
}

.text-lightgreen {
	color: #78c1a2;
}

.text-lightgreen-2 {
	/* color: #2abd76; */
	color: #6d5d35ff;
}

.text-lightgreen-3 {
	/* color: #66c5bf; */
	color: #6d5d35ff;
}

.text-mint {
	color: #52b69d;
}

.text-yellow {
	color: #f8ec31;
}

.text-yellow-2 {
	color: #8e7e00;
}

.text-blue {
	color: #6d5d35;
}

.text-blue-2 {
	/* color: #009fd6; */
	color: #6d5d35ff;
}

.text-pink {
	/* color: #e61e82; */
	color: #6d5d35ff;
}

.text-pink-2 {
	color: #bc0069;
}

.text-lightpink {
	color: #6d5d35;
}

.text-violet {
	color: #433e8f;
}

.text-lightpink {
	color: #6d5d35;
}

.link-white {
	color: #ffffff;
	text-decoration: underline;
}

.text-lightpink a {
	color: #6d5d35;
}

.btn-yellow {
	color: #000000;
	background-color: #f8ec31;
	border-color: #212529;
	letter-spacing: 2px;
}

.btn-yellow-border {
	color: #f8ec31;
	background-color: rgb(0 0 0 / 0.5);
	border-color: #f8ec31;
}

.bring-front {
	position: relative;
	z-index: 9;
}

.m-0-auto {
	margin: 0 auto;
}

.lh-1 {
	line-height: 1;
}

.display-m,
.display-m-flex,
.display-tablet,
.display-tablet-flex {
	display: none !important;
}

.overflow-hidden {
	overflow: hidden;
}

@media only screen and (max-width: 768px) {
	.text-lg {
		font-size: 1.35rem;
	}

	.text-md {
		font-size: 0.9rem;
	}

	.text-sm {
		font-size: 0.85rem;
	}

	.text-xs {
		font-size: 0.65rem;
	}

	.display-tablet {
		display: block !important;
	}

	.display-tablet-flex {
		display: flex !important;
	}

	.hidden-tablet {
		display: none !important;
	}
}

@media only screen and (max-width: 425px) {
	.text-lg {
		font-size: 1.25rem;
	}

	.text-md {
		font-size: 0.8rem;
	}

	.text-sm {
		font-size: 0.75rem;
	}

	.text-xs {
		font-size: 0.5rem;
	}

	.hidden-mobile {
		display: none !important;
	}

	.display-m {
		display: block !important;
	}

	.display-m-flex {
		display: flex !important;
	}

	.hidden-mobile {
		display: none !important;
	}

	.container {
		padding-right: 10px;
		padding-left: 10px;
	}

	p {
		font-size: 0.85rem;
	}
}

/* Header */
.header {
	padding: 40px 0 20px;
	text-align: center;
}

.header .logo {
	width: 30%;
	max-width: 170px;
}

.top-menu {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 22px;
}

.top-menu a {
	color: #6d5d35;
}

.top-menu a.active {
	text-decoration: underline;
}

.top-menu .menu-item {
	padding: 5px 25px;
}

.top-menu .menu-item img {
	max-height: 30px;
}

.top-menu .menu-item .home {
	max-width: 30px;
}

.top-menu .menu-item .home-icon {
	width: 100px;
}

.top-menu .menu-item .home-icon {
	width: 140px;
}

/* Header Mobile */
.header-m {
	display: flex;
	align-items: center;
	padding: 20px 0;
}

.header-m .col-4 {
	padding: 0;
}

.header-m .menu-m-icon {
	/* color: #f599b1; */
	color: #6d5d35;
}

.header-m .logo-m {
	width: 100%;
	max-width: 100px;
}

.header-m .social-m img {
	max-height: 20px;
}

.header-m .social-m .home {
	max-height: 30px;
	margin-left: 10px;
}

/* Mobile Menu */
.menu-m-container {
	height: 100%;
	width: 0;
	position: fixed;
	z-index: 99;
	top: 0;
	left: 0;
	background-color: rgb(0 0 0 / 90%);
	overflow: hidden;
	transition: 0.5s;
}

.menu-m-container .close {
	position: absolute;
	right: 10px;
	top: 10px;
	color: #ececec;
	font-size: 40px;
}

.menu-m-container .inner {
	width: 80%;
	height: 100%;
	max-width: 300px;
}

.menu-m-container .menu-m-header {
	text-align: center;
	text-align: center;
	padding: 20px;
	/* background-color: #aadadc; */
	background-color: #6d5d35;
}

.menu-m-container .menu-m-header img {
	max-width: 100px;
}

.slick-dots li.slick-active button:before {
	color: #6d5d35;
}

.menu-m-container .menu-m {
	display: flex;
	flex-direction: column;
	padding: 20px;
	background-color: #ffffff;
	height: 100%;
}

.menu-m-container .menu-m a {
	border-bottom: 1px solid #cccccc;
	padding: 15px 0;
	/* color: #8e7e00; */
	color: #6d5d35;
	font-size: 1rem;
}

.menu-m-container .menu-m a:hover,
.menu-m-container .menu-m a.active {
	color: #000000;
	text-decoration: none;
}

/* Footer */
.footer-outer {
	/* background-color: #f8f7f5; */
	background-color: white;
	padding: 40px 20px;
}

.footer {
	margin: 0 auto;
	display: flex;
	align-items: center;
}

.footer-logo img {
	max-width: 100px;
}

.footer-menu {
	display: flex;
	justify-content: flex-end;
	margin-left: auto;
}

.footer-menu a {
	/* color: #8e7e00; */
	color: #6d5d35ff;
}

.footer-menu .menu-item {
	padding: 0 20px;
	border-right: 1px solid;
	font-size: 1.1rem;
}

.footer-menu .menu-item:last-child {
	padding: 0 0 0 15px;
	border-right: none;
}

.footer-border-top {
	/* border-top: 5px solid #f599b1; */
	border-top: 5px solid #cdc8ba;

	background-color: #ffffff;
}

/* Video CSS */
.vdo-frame {
	position: relative;
	width: 100%;
	margin: 0 auto;
	height: 0;
	padding-bottom: 56.25%;

	/* padding-bottom: 31.819%; */
}

.vdo-frame iframe,
.vdo-frame video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

@media only screen and (max-width: 1024px) {
	.top-menu .menu-item {
		padding: 5px 15px;
	}

	.product-group-container .blue-bg .label {
		padding: 10px;
	}
}

@media only screen and (max-width: 768px) {
	.top-menu {
		padding: 5px;
	}

	.top-menu .menu-item .home-icon {
		width: auto;
	}

	.top-menu .menu-item .home-icon {
		width: auto;
	}

	.footer-outer {
		padding: 5px;
	}

	.footer-logo {
		text-align: center;
		padding: 40px !important;
	}
}

@media only screen and (max-width: 425px) {
	.header-m {
		padding: 10px 0;
	}

	.header-m .logo-m {
		width: 100%;
		max-width: 60px;
	}

	.header-m .social-m img {
		max-height: 14px;
	}

	.header-m .social-m .home {
		max-height: 20px;
		margin-left: 0;
	}
}
/*Cookie */
.section-cookie {
	position: fixed;
	bottom: 0;
	width: 100%;
	background-color: #00000085;
	z-index: 120;
}

.cookie-detail {
	padding: 25px;
	max-width: 95%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.cookie-detail .detail {
	color: white;
	width: 70%;
	margin-bottom: 0rem;
}

.action-cookie {
	width: 30%;
	display: inline-block;
	align-items: flex-end;
	text-align: right;
}

.action-cookie input.btn-close-cookie {
	border: 1px solid white;
	margin-right: 10px;
	font-weight: bold;
	color: #000000;
}

.action-cookie input[type="button"] {
	font-size: 16px;
	appearance: none;
	border: 1px solid white;
	background: none;
	cursor: pointer;
	padding: 7px 15px;
	font-weight: bold;
	background-color: white;
}

.action-cookie input.btn-accept-cookie {
	background-color: #333;
	color: white;
	border: 1px solid #333;
}
.link-cookie {
	color: #ffffff;
	text-decoration: underline;
}
.link-cookie:hover {
	text-decoration: underline;
}
@media only screen and (max-width: 768px) {
	.cookie-detail {
		display: block;
		padding: 15px;
	}
	.cookie-detail .detail {
		width: 100%;
		margin-bottom: 10px;
	}

	.action-cookie {
		width: 100%;
		display: inline-block;
		align-items: flex-end;
		text-align: right;
	}
}
.cookie-content .in-text {
	text-indent: 50px;
}
.cookie-content p {
	line-height: 1.3em;
}
.cookie-content h4 {
	text-align: left;
	font-family: "DBAdmanX_Bold";
}
.cookie-content h4:first-child {
	text-align: center;
	margin-bottom: 1em;
	font-family: "DBAdmanX_Bold";
	font-size: 1.3rem;
}
.cookie-content h5 {
	margin-bottom: 0.3em;
	font-family: "DBAdmanX_Bold";
}
.cookie-content ol {
	padding-inline-start: 15px;
}
.cookie-content ol li {
	line-height: 1.3em;
}
.cookie-content .sub-text {
	margin-bottom: 5px;
}

@media only screen and (max-width: 768px) {
	.cookie-content h4:first-child {
		margin: 1em 0px;
	}
}
@media only screen and (max-width: 425px) {
	.cookie-content .in-text {
		text-indent: 25px;
	}
	.cookie-content h4:first-child {
		text-align: center;
		margin: 1em 0px;
		font-size: 1.1rem;
	}
	.cookie-content ol li {
		font-size: 0.85rem;
	}
	.cookie-content h5 {
		font-size: 1rem;
	}
	.cookie-content .sub-text {
		font-size: 0.85rem;
	}
}
