/*SCROLLBAR*/

::-webkit-scrollbar {
	width: 15px;
}

::-webkit-scrollbar-track {
	background-color: white;
}

::-webkit-scrollbar-thumb {
	background: #F5E17D;
}

::-webkit-scrollbar-thumb:hover {
	background: #F4A58F;
}

/*END OF SCROLLBAR*/

/* GENERAL COMPONENTS */

* {
	padding: 0;
	margin: 0;
	font-family: quicksand;
	word-break: keep-all;
}

html {
	scroll-behavior: smooth;
}

body {
	width: 100%;
	margin: 0 auto;
	margin: 0;
	padding: 0;
}

.pages {
	height: 100vh;
	width: auto;
	position: relative;
	overflow: hidden;
}

.short-pages {
	height: 80vh;
	width: auto;
	position: relative;
	overflow: hidden;
}

.long-pages {
	height: 200vh;
	width: auto;
	position: relative;
	overflow: hidden;
	margin-top: 15%;
}
.long-pages-revolusi {
	height: 230vh;
	width: auto;
	position: relative;
	overflow: hidden;
	margin-top: 15%;
}
.long-pages-tantangan{
	height: 160vh;
    width: auto;
    position: relative;
    overflow: hidden;
    margin-top: 15%;
}
.long-pages-robot{
	height: 270vh;
    width: auto;
    position: relative;
    overflow: hidden;
    margin-top: 15%;
}
.long-pages-pekerjaan{
    height: 430vh;
    width: auto;
    position: relative;
    overflow: hidden;
    margin-top: 15%;
}

.gradasi-oren-atas {
	position: absolute;
	width: 100%;
	height: 180px;
	background-image: linear-gradient(#F4BF87, rgba(255, 0, 0, 0));
	top: 0;
	z-index: 0;
}

/* LANDING PAGE */

.background1 {
	position: absolute;
	right: 0;
	max-height: 100vh;
	width: 100%;
	object-fit: cover;
	overflow: hidden;
	z-index: 0;
}

.breadcrumb {
	position: absolute;
	top: 0;
	left: 0;
	margin: 15px;
}

.breadcrumb-text {
	float: right;
	padding: 15px;
	padding-left: 20px;
	font-weight: bold;
}

.content {
	font-size: 48px;
	line-height: 60px;
	letter-spacing: 0.1em;
	color: #555555;
}

.content .title{
    position: absolute;
    width: 472px;
    height: 100px;
    margin: 20px;
    transform: translate(50px, 20vh);
}
.content .title-tantangan{
    position: absolute;
    width: 440px;
    height: 200px;
    margin: 20px;
	transform: translate(50px, 20vh);
}
.content .title-robot{
	position: absolute;
    width: 410px;
    height: 100px;
    margin: 20px;
    transform: translate(50px, 20vh);
}
.content .foto-kotak{
    position: absolute;
    margin: 20px;
    transform: translate(50px, 45vh);
    width: 650px;
    height: 300px;
    background-color: #555555;
	object-fit: cover;
	overflow: hidden;
	z-index: 0;
}

.title {
	word-break: keep-all;
	position: absolute;
	width: 550px;
	height: 100px;
	margin: 20px;
	transform: translate(50px, 20vh);
}

.foto-kotak {
	border-radius: 10px;
	position: absolute;
	margin: 20px;
	transform: translate(50px, 45vh);
	width: 650px;
	height: 300px;
	background-color: #555555;
}

/* END OF LANDING PAGE */

/* PAGE CONTENT */

.svg-kanan {
	position: absolute;
	right: 0;
	bottom: 0;
	height: 100%;
	z-index: -1;
}

.svg-kiri {
	position: absolute;
	left: 0;
	bottom: 0;
	height: 100%;
	z-index: -1;
}

.littleR {
	transform: translate(130px, 80px);
}

.littleC {
	position: absolute;
	left: 0;
}

.bigC {
	transform: translateY(40px);
}

.circle {
	position: absolute;
	bottom: 5%;
}

.svgW {
	position: absolute;
	right: 0;
	bottom: 5%;
}

.vector {
	width: 100%;
	position: absolute;
	bottom: -20%;
	z-index: -2;
}
.vector-robot{
    position: absolute;
    bottom: -12%;
    z-index: 0;
}
.vector-pekerjaan{
	position: absolute;
    bottom: -7%;
    z-index: 0;
}
.artikel {
	z-index: 2;
	width: 50%;
	height: auto;
	margin: auto;
}

.artikel .text {
	font-size: 35px;
	line-height: 45px;
	letter-spacing: 0.08em;
}

.artikel .text-tantangan{
	font-size: 28px;
    line-height: 45px;
    letter-spacing: 0.08em;
}
.artikel .text-robot{
    font-size: 20px;
    line-height: 45px;
    letter-spacing: 0.07em;
}

/* END OF PAGE CONTENT */

/*  ARTIKEL LAINNYA */

.artikel-lainnya {
	background-color: #F4A58F;
}

.btn-scroll {
	position: absolute;
	bottom: 0;
	right: 20px;
	margin: 30px 20px;
	width: 60px;
	height: 60px;
	background: linear-gradient(180deg, #F4A58F 0%, rgba(255, 255, 255, 0) 100%), #F5E17D;
	box-shadow: 0px 2px 30px rgba(0, 0, 0, 0.1);
	border-radius: 100%;
	z-index: 3;
}

.white-arrow {
	padding: 15px 20px;
	width: 20px;
}

.titleText {
	position: absolute;
	top: 0;
	left: 20%;
	font-size: 36px;
	line-height: 45px;
	letter-spacing: 0.08em;
	color: white;
	font-weight: bold;
	z-index: 1;
}

.item-card {
	width: 50%;
	position: relative;
	margin: auto;
	padding-top: 3%;
}

.card-artikelLain {
	position: relative;
	margin: auto;
	margin-top: 20px;
	width: 600px;
	height: 170px;
	padding: 20px;
	background: #FFFFFF;
	box-shadow: 3px 10px 20px 1px rgba(0, 0, 0, 0.1);
	border-radius: 20px;
	z-index: 3;
	text-align: left;
	letter-spacing: 0.08em;
	color: #555555;
}

.card-body {
	max-width: -webkit-fill-available;
	font-size: 15px;
	line-height: 25px;
	padding: 10px;
	float: right;
	font-weight: normal;
	margin: 10px 0;
}

.card-header {
	font-size: 25px;
	padding: 0 10px 0 10px;
}

.garis {
	padding: 0 10px;
}

.btn-pink {
	background: linear-gradient(180deg, #F4A58F 46.88%, #F5E17D 100%), #F2D95C;
	box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.15);
	border-radius: 30px;
	width: 110px;
	float: left;
	padding: 10px;
	margin: 20px 10px 0 10px;
	font-size: 12px;
	color: #FFFFFF;
	text-align: center;
	font-weight: normal;
	cursor: pointer;
	text-decoration: none;
	transition: 0.3s;
}

.btn-pink:hover {
	background: linear-gradient(180deg, #F5E17D 46.88%, #F5E17D 100%), #F5E17D;
	transition: 0.3s;
	color: #555555;
}

/* END OF ARTIKEL LAINNYA */

/* BOUCING ANIMATION */

.bounce {
	-moz-animation: bounce 3s infinite;
	-webkit-animation: bounce 3s infinite;
	animation: bounce 3s infinite;
}

@-moz-keyframes bounce {
	0%, 20%, 50%, 80%, 100% {
		-moz-transform: translateY(0);
		transform: translateY(0);
	}
	40% {
		-moz-transform: translateY(-30px);
		transform: translateY(-30px);
	}
	60% {
		-moz-transform: translateY(-15px);
		transform: translateY(-15px);
	}
}

@-webkit-keyframes bounce {
	0%, 20%, 50%, 80%, 100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	40% {
		-webkit-transform: translateY(-30px);
		transform: translateY(-30px);
	}
	60% {
		-webkit-transform: translateY(-15px);
		transform: translateY(-15px);
	}
}

@keyframes bounce {
	0%, 20%, 50%, 80%, 100% {
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	40% {
		-moz-transform: translateY(-30px);
		-ms-transform: translateY(-30px);
		-webkit-transform: translateY(-30px);
		transform: translateY(-30px);
	}
	60% {
		-moz-transform: translateY(-15px);
		-ms-transform: translateY(-15px);
		-webkit-transform: translateY(-15px);
		transform: translateY(-15px);
	}
}

/* END BOUNCING ANIMATION */

@media (max-width:425px) {
	.short-pages{
		height: 120vh;
	}
	.breadcrumb {
		margin: 10px;
	}
	.breadcrumb-text {
		padding: 5px;
		padding-left: 10px;
		font-size: 12px;
	}
	.logoM {
		width: 25px;
	}
	.content{
		line-height: 30px;
	}
	.title{

		height: auto;
		transform: translate(30px, 30vh);
		letter-spacing: 0;
		font-size: 30px;
		width: 220px;
	}
	.foto-kotak{
		width: 225px;
		height: 150px;
		transform: translate(30px, 55vh);
	}
	.artikel{
		width: 80%;
	}
	.artikel .text {
		font-size: 20px;
		line-height: 25px;
		letter-spacing: 0;
	}
	.svgY{
		height: 130px;
	}
	.svgW{
		height: 130px;
	}
	.bigR{
		height: 135px;
	}
	.littleR{
		height: 65px;
	}
	.bigC{
		height: 135px;
	}	
	.littleC{
		height: 55px;
	}
	.vector{
		bottom: -50px;
	}
	.titleText{
		font-size: 25px;
		line-height: 35px;
	}
	.card-artikelLain{
		width: auto;
		height: 240px;
		margin-top: 40px;
	}
	.card-header{
		font-size: 15px;
	}
	.card-body{
		font-size: 12px;
		line-height: 1;
		padding: 10px;
	}
	.garis{
		width: 100px;
	}
	.btn-pink{
		width: 90px;
		padding: 10px;
		margin: 20px 5px 0 5px;
	}
}

@media (min-width: 376px) {}

@media (max-width:1024px) and (min-width: 426px) {
	.artikel .text {
		font-size: 20px;
		line-height: 35px;
		letter-spacing: 0.08em;
	}
	.card-artikelLain {
		width: 400px;
		height: 150px;
		padding: 15px;
		margin-top: 40px;
	}
	.card-header {
		font-size: 20px;
	}
	.card-body {
		margin: 0;
	}
	.btn-pink {
		margin: 0px 0px 0 10px;
	}
}

@media (min-width: 426px) {
	.vector {
		bottom: -135px;
	}
	.content {
		font-size: 40px;
	}
	.foto-kotak {
		width: 480px;
		height: 280px;
	}
}

@media (min-width: 769px) {
	.vector {
		bottom: -195px;
	}
	.content {
		font-size: 40px;
	}
	.foto-kotak {
		width: 650px;
		height: 300px;
	}
}

@media (min-width: 1025px) {
	.vector {
		bottom: -287px;
	}
}

@media (min-width: 1441px) {
	.background1 {
		width: 50%;
	}
	.vector {
		bottom: -20%;
	}
}