*{
	box-sizing: border-box;
}

body{
	background: #1D1D1D;
	font-family: "Epilogue", serif;
	font-optical-sizing: auto;
	margin: 0px;
}

.header{
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 20;
	padding: 20px;
	justify-content: space-between;
	align-items: center;
	background: #1D1D1D;
}

.header .header-menu{
	margin: 0px 10px;
}

.header .header-cta .talk-button{
	background: #5D5FEF;
	color: #ffffff;
	font-size: 11px;
	border-radius: 6px;
	padding: 8px 12px;
}

.header .header-cta .talk-button img{
	margin-left: 8px;
	width: auto;
	height: 11px;
}

.header-menu-content{
	background:#1D1D1D;
	overflow:hidden;
	width: 0vw;
	height: 0vh;
	position: fixed;
	top: 70px;
	left: 0px;
	z-index:20;
	transition: all 0.2s linear;
}

.header-menu-content.active{
	background:#1D1D1D;
	overflow:auto;
	width: 70vw;
    height: 70vh;
}

.header-menu-content .menu-kategori{
	
}

.header-menu-content .menu-kategori a{
	text-decoration:  none;
	color: inherit;
}

.header-menu-content .menu-kategori .menu-kategori-item{
	text-align: center;
	color: black;
	background-color: #D9D9D9;
	padding: 19px 0px;
    margin: 3px 14px;
	font-size:20px;
	line-height:24px;
}

.header-menu-content .menu-kategori .menu-kategori-item.active{
	color: white;
	background-color: #5D5FEF;
}

.page-wrapper{
	margin-top: 75px;
	position: relative;
}

.bg-overlay{
	position: absolute;
	z-index: 1;
	height: 232px;
	width: auto;
	right: 0px;
	top: 120px;
}

.intro-section{
	padding: 0px 20px;
	position:relative;
	z-index: 2;
}

.intro-section .intro-section-content{
	position: relative;
}

.intro-section .intro-section-content .img-fluid{
	position: relative;
	width: 100%;
	height: auto;
	z-index: 2;
}

.intro-section .intro-title-text{
	margin-top: 20px;
	color: #ffffff;
	font-weight: bold;
	font-size: 24px;
	line-height: 28px;
	font-style: italic;
}

.intro-section .intro-title-text span{
	color: #FFC404;
}

.intro-section .intro-desc-text{
	margin-top: 20px;
	color:#FFFFFF;
	font-size:11px;
}

.recent-artwork-section{
	margin-top: 20px;
	padding: 0px 20px;
}

.recent-artwork-section h2{
	color: white;
	font-style: italic;
	font-weight: bold;
	font-size: 24px;
	line-height: 30px;
	margin-bottom: 5px;
}

.recent-artwork-section h3{
	color: white;
	font-size: 14px;
	line-height: 18px;
	margin-top: 8px;
    margin-bottom: 4px;
}

.recent-artwork-section sub{
	color: white;
	font-size: 11px;
	line-height: 18px;
}

.recent-artwork-section sub span{
	color: #FFC404;
}

.recent-artwork-section .recent-artwork-product-row{
	display: flex;
	flex-wrap: wrap;
}

.recent-artwork-section .recent-artwork-product-row .recent-artwork-product-item{
	width: calc(50% - 30px);
	position: relative;
	overflow: visible; 
	margin: 10px 15px;
}

.recent-artwork-section .recent-artwork-product-row .recent-artwork-product-item .best-tag{
	position: absolute;
	top: -30px;
	right: -30px;
	background: #1D1D1D;
	color: #FFC404;
	font-size: 11pt;
	line-height: 11pt;
	width: 60px;
	height: 60px;
	text-align: center;
	border-radius: 50px;
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.recent-artwork-section .recent-artwork-product-row .recent-artwork-product-item .recent-artwork-product-image{
	width: 100%;
	min-height: 162.5px;
	margin-bottom: 10pt;
}

.recent-artwork-section .recent-artwork-product-row .recent-artwork-product-item .recent-artwork-product-image img{
	width: 100%;
	height: auto;
}

.recent-artwork-section .recent-artwork-product-row .recent-artwork-product-item .recent-artwork-product-info{
	text-align: center;
	color: white;
}

.recent-artwork-section .recent-artwork-product-row .recent-artwork-product-item .recent-artwork-product-info .product-name{
	font-style: italic;
	font-weight: bold;
	font-size: 14pt;
}

.recent-artwork-section .recent-artwork-product-row .recent-artwork-product-item .recent-artwork-product-info .product-extra-info{
	font-style: italic;
	color: #B6B6B6;
	line-height: 24px;
	font-size: 7pt;
}

.recent-artwork-section .recent-artwork-product-row .recent-artwork-product-item .recent-artwork-product-info .product-list-price{
	color: #FFC404;
	font-size: 11pt;
	text-decoration:line-through;
}

.recent-artwork-section .recent-artwork-product-row .recent-artwork-product-item .recent-artwork-product-info .product-sale-price{
	font-size: 14pt;
}

.latest-project-section{
	margin-top: 20px;
    padding: 0px 20px;
}

.latest-project-section h3{
	font-style:italic;
	font-weight: bold;
	font-size: 24pt;
	color: white;
	margin-bottom: 20px;
}

.latest-project-section .latest-image{
	overflow: hidden;
	box-radius: 20px;
}

.latest-project-section .latest-image img{
	width: 100%;
	height: auto
}

.latest-project-section .latest-info{
	font-size: 10pt;
}

.latest-project-section .latest-info .latest-info-main-info{
	color: white;
}

.latest-project-section .latest-info .latest-info-sub-info{
	color: #FFC404;
	font-style: italic;
}



/* footer */
.footer{
	padding: 0px 20px;
	color: white;
	margin-top: 20pt;
	padding-bottom: 20px;
}

.footer .footer-logo-n-info{
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 20pt;
}

.footer .footer-logo-n-info .logo-container{
	width: 40px;
	height: 40px;
	margin-right: 10pt;
}

.footer .footer-logo-n-info .logo-container img{
	width: 100%;
	height: 100%;
}

.footer .footer-logo-n-info .info-container .title{
	font-size: 14pt;
}

.footer .footer-logo-n-info .info-container .sub{
	font-size: 7pt;
	color: #B6B6B6;
}

.footer .footer-slogan{
	font-size: 12px;
}

.footer .footer-contact{
	margin-top: 20pt;
	font-size: 12px;
}