html {
	background: white;
}

body {
	margin: 0;
	background: url("Bg1.webp") center;
	font-family: "Barlow", sans-serif;
}

h1 {
	font-size: 4em;
	font-weight: 600;
}

p {
	font-size: 1.25em;
	font-weight: 300;
}

a {
	color: #008080;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

::-webkit-scrollbar {
	display: none;
}

.ic {
	margin: 0 12px;
	padding: 0;
	width: 12px;
}

#welcome {
	position: relative;
	background: url("gambar1.webp") no-repeat center;
	background-size: cover;
	height: calc(100vh - 50px);
	margin-bottom: -16px;
}

#welcome .aga {
	display: block;
	position: absolute;
	margin: 0 auto;
	left: 0;
	right: 0;
	bottom: -17px;
	width: 240px;
	z-index: 1;
}

#welcome .logoa {
	display: block;
	position: absolute;
	right: 0;
	bottom: 80px;
	width: 425px;
	max-width: 100%;
}

#deskripsi {
	position: relative;
	background: white url("Bg6.webp") no-repeat bottom;
    background-size: 1440px 438px;
    min-height: 500px;
	padding: 120px 16px 200px 16px;
	border-radius: 16px 16px 0 0;
}

#deskripsi .batasan {
	position: relative;
	max-width: 720px;
	margin: 0 auto;
}

#deskripsi .besar {
	display: block;
	position: relative;
	margin: 0 auto;
    margin-top: 96px;
}

#deskripsi .kecil {
	display: none;
	position: relative;
	margin: 0 auto;
    margin-top: 96px;
}

.video {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	position: relative;
	padding: 42px 0;
}

.video span {
	display: block;
	margin-bottom: 32px;
	padding: 6px 0;
	color: white;
	text-shadow: 1px 1px #165044;
	text-align: center;
	font-size: 6em;
	font-weight: 800;
	font-style: italic;
	overflow: hidden;
}

.video iframe {
	display: block;
	margin: 8px;
	width: 560px;
	height: 315px;
	max-width: calc(100% - 16px);
	border-radius: 16px;
}

#games {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	position: relative;
	background-color: white;
    background-image: url("Bg2a.webp"), url("Bg2b.webp");
    background-repeat: no-repeat;
    background-position: left bottom, right top;
    background-size: 315px, 225px;
	padding: 42px 0;
}

#games a {
	display: block;
	position: relative;
	width: 240px;
	height: 180px;
	margin: 8px;
	border-radius: 16px;
	overflow: hidden;
    background: black;
    box-shadow: 0 0 8px white;
}

#games img {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	transition: .12s;
}

#games img:hover {
    transform: matrix(1.1, 0, 0, 1.1, -2, -1);
}

#footer {
	position: relative;
    display: flex;
    flex-direction: column;
    background: white url("Bg4.webp") no-repeat right -24px;
    background-size: 237px 254px;
	margin-top: 32px;
}

#footer:before {
	content: "";
	position: absolute;
	display: block;
	width: 100%;
	height: 16px;
    background: white url("Bg4.webp") no-repeat right top;
    background-size: 237px 254px;
	top: -24px;
}

#footer h2 {
	font-size: 24px;
	font-weight: 400;
	margin: 24px 0;
}

#footer p {
	font-size: 16px;
	margin: 12px 0;
}

#footer .about {
    position: relative;
    margin: 0 auto;
	padding: 16px 16px 36px;
	text-align: center;
    background: rgba(255, 255, 255, .8);
}

#footer .about span{
	display: inline-block;
	font-size: 16px;
	font-weight: 300;
	margin: 6px 0;
}

#footer .bottom {
	display: flex;
	align-items: center;
	border-top: solid 1px #bfbfbf;
    background: rgba(255, 255, 255, .8);
}

#footer .link {
	margin-left: auto;
	padding: 0 16px;
	order: 1;
	text-align: center;
}

#footer .link img {
	display: block;
	width: 32px;
}

#footer .link a {
	display: inline-block;
	margin: 10px 14px;
	opacity: .3;
	transition: .12s;
}

#footer .link a:hover {
	opacity: .5;
}

#footer .copyright {
	color: grey;
	order: 0;
	margin: 0 16px;
}

@media (max-width: 600px) {
	#deskripsi .besar {
		display: none;
	}

	#deskripsi .kecil {
		display: block;
	}

	.video iframe {
		width: 280px;
		height: 158px;
	}
}

@media (max-width: 640px) {
	#footer .bottom {
		flex-direction: column;
	}

	#footer .link {
		order: 0;
		margin-left: 0;
	}

	#footer .copyright {
		padding: 16px 0;
	}

    #welcome {
        height: calc(100vh - 110px);
    }

    h1 {
        font-size: 2em;
    }

    #deskripsi {
        background-size: 960px 292px;
    }
}