@font-face {
    font-family: 'Paraf';
    src: url('font/paraf.ttf');
}

@font-face {
    font-family: 'CGoth';
    src: url('font/cgoth.ttf');
}

html {
	height: 100%;
}

body {
	margin: 0;
	background: #F4EFEB;
  	font-family: Arial, Helvetica, sans-serif;
}

.oleo-script-regular {
	font-family: "Oleo Script", system-ui;
	font-weight: 400;
	font-style: normal;
}

.oleo-script-bold {
	font-family: "Oleo Script", system-ui;
	font-weight: 700;
	font-style: normal;
}

h1,h2,h3,h4,h5,h6,p,a {
	margin: 0;
}

a {
	text-decoration: none;
	color: #4D6241;
}

.escontain {
	display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

.main {
	margin: 0 auto;
	padding: 10px;
}

.content {
	padding: 10px;
	text-align: center;
}

.fs28 {
	font-size: 28px;
}

.fs24 {
	font-size: 24px;
}

.fs20 {
	font-size: 20px;
}

.fs18 {
	font-size: 18px;
}

.fs16 {
	font-size: 16px;
}

.fs14 {
	font-size: 14px;
}

.title {
	margin-top: 60px;
	margin-bottom: 30px;
	color: #4D6241;
	text-shadow: 2px 2px 8px #EEEEEE;
}

.sleft {
	position: absolute;
	top: 20px;
    left: 0;
    width: 72px;
	z-index: -1;
}

.sright {
	position: absolute;
	top: 350px;
    right: 0;
    width: 72px;
	z-index: -1;
}

#logo{
	width: 240px;
}

.title2 {
	margin-top: 40px;
	color: #222;
	font-family: monospace;
}

.title3 {
	margin-top: 20px;
	margin-bottom: 20px;
	color: #4D6241;
}

.p {
	width: 80%;
	margin: 0 auto;
	line-height: 1.5;
	color: #111;
	font-family: "Paraf";
}

.ubx {
	color: #111;
	font-family: "Paraf";
}

.title4 {
	margin-top: 20px;
	color: #4D6241;
	font-family: "CGoth";
	color: #445533;
}

.tleft {
	position: absolute;
    left: 0;
    width: 72px;
}

.tright {
	position: absolute;
    right: 0;
    width: 72px;
}

.clear {
	width: 100%;
	height: 180px;
}

.fheads {
	width: 260px;
	background: #4D6241;
	padding: 10px;
	margin: 0 auto;
	text-align: center;
	border-radius: 20px 20px 0px 0px;
	color: #ffffff;
}

.garis {
	width: 100%;
	height: 1px;
	background: #4D6241;
}

.gleft {
	position: absolute;
    left: 0;
    width: 72px;
}

.gright {
	position: absolute;
    right: 0;
    width: 72px;
}

.mtbxc {
	margin-top: 80px;
	margin-bottom: 30px;
}

.cjl {
	width: 80%;
	margin: 0 auto;
	text-align: left;
}

ul li {
	line-height: 1.5;
}

.psla {
	background-image: url("images/sehead.png");
	width: 100%;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.psla2 {
    margin-top: 10px;
}

.alsk {
	width: 0;
    height: 0;
    border-bottom: solid 80px transparent;
    border-left: solid 100% transparent;
    border-right: solid 120px blue;
}

.mprdk {
	position: absolute;
    right: 0;
    margin-top: 30px;
    margin-right: 10px;
    width: 240px;
}

.swiper-slide {
	background: transparent !important;
}

.swiper-slide a img {
	border-radius: 10px;
}

.piwu {
	background-image: url("images/sehead.png");
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

#order {
	width: 200px;
	margin-bottom: 20px;
	display: inline-block;
}

.mcoment {
	display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
}

.mcoment a {
	padding: 10px;
}

.mcoment a img {
	border-radius: 10px;
}

.clrred {
	color: red;
}

.skl {
	animation: banim 3s infinite;
	padding: 14px;
}

#sp,#fb,#ig,#tw,#tp,#lz {
	display: none;
	text-align: center;
}

#sp img {
	width: 300px;
}

#tp img {
	width: 300px;
}

#lz img {
	width: 300px;
}

#fb img {
	width: 300px;
}

#ig img {
	width: 300px;
}

#tw img {
	width: 300px;
}

@keyframes banim {
 	50% {box-shadow: 5px 10px 20px darkgreen;}
}

@media only screen and (max-width: 500px) {
	.swiper-slide a img {
		width: 100%;
	}

	#sp img {
		width: 60%;
	}

	#lz img {
		width: 60%;
	}

	#tp img {
		width: 60%;
	}

	#fb img {
		width: 60%;
	}

	#ig img {
		width: 60%;
	}

	#tw img {
		width: 60%;
	}
}