@charset "UTF-8";

.sticky-top {
	background-color:#1B208C;
	font-family: coolvetica,sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 1.4em;
	padding: 5px 100px;
}

/* Bob */
@-webkit-keyframes hvr-bob {
  0% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
  50% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
  }
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}

@keyframes hvr-bob {
  0% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
  50% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
  }
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}

@-webkit-keyframes hvr-bob-float {
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}

@keyframes hvr-bob-float {
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}

.nav-link {
	color:#F2F2F0;
	margin: 0 16px;
  	display: inline-block;
  	vertical-align: middle;
  	-webkit-transform: perspective(1px) translateZ(0);
  	transform: perspective(1px) translateZ(0);
  	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.nav-link:hover, .nav-link:focus, .nav-link:active {
	color:#F2BC79;
  	-webkit-animation-name: hvr-bob-float, hvr-bob;
  	animation-name: hvr-bob-float, hvr-bob;
  	-webkit-animation-duration: .3s, 1.5s;
  	animation-duration: .3s, 1.5s;
  	-webkit-animation-delay: 0s, .3s;
  	animation-delay: 0s, .3s;
  	-webkit-animation-timing-function: ease-out, ease-in-out;
  	animation-timing-function: ease-out, ease-in-out;
  	-webkit-animation-iteration-count: 1, infinite;
  	animation-iteration-count: 1, infinite;
  	-webkit-animation-fill-mode: forwards;
  	animation-fill-mode: forwards;
  	-webkit-animation-direction: normal, alternate;
  	animation-direction: normal, alternate;
}

.tombol svg {
	margin-left: 7px;
}

/* Shrink */
.navic {
  	display: inline-block;
  	vertical-align: middle;
  	-webkit-transform: perspective(1px) translateZ(0);
  	transform: perspective(1px) translateZ(0);
  	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  	-webkit-transition-duration: 0.3s;
  	transition-duration: 0.3s;
  	-webkit-transition-property: transform;
  	transition-property: transform;
}
.navic:hover, .navic:focus, .navic:active {
	fill:#F2BC79;
  	-webkit-transform: scale(0.9);
  	transform: scale(0.9);
}

.navic .cls-1:hover {
	fill:#F2BC79;
}

.bekg {
	background-color: #F2F2F0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding-top: 70px;
	padding-bottom: 130px;
}

.semua {
	background-color:white;
	border: 1px solid;
	border-color: #D9D9D9;
	border-radius: 7px;
	justify-content: center;
	align-items: center;
	width: 600px;
	padding-top: 40px;
	padding-left: 40px;
	padding-right: 40px;
}

.isi {
	font-family: coolvetica,sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #282140;
	padding-bottom: 10px;
}
.col {
	padding-left: 15px;
}

.form-group {
	gap: 1em;
}

.form-control {
	border-left: none;
	border-right: none;
	border-top: none;
	border-radius: 0;
	padding: 0;
}

.form-control:visited {
	border:none;
}

.form-check {
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	padding: 0;
}

.form-check p {
	font-family: coolvetica,sans-serif;
	font-weight: 300;
	font-style: normal;
	color: #282140;
	margin-bottom: 7px;
	margin-left: 7px;
}

.form-check-input {
	background-color: #1B208C;
}

.form-check-label {
	font-family: coolvetica,sans-serif;
	font-weight: 300;
	font-style: normal;
	color: #282140;
	opacity: 80%;
}

.checkbox {
	 --border-default: #bbbbc1;
	 --border-hover: #9898a3;
	 --active: #464AA6;
	 --active-tick: #fff;
	 display: block;
	 width: 18px;
	 height: 18px;
	 cursor: pointer;
	 position: relative;
	 -webkit-tap-highlight-color: transparent;
}

 .checkbox svg {
	 display: block;
	 position: absolute;
}

 .checkbox input {
	 display: block;
	 outline: none;
	 border: none;
	 padding: 0;
	 margin: 0;
	 -webkit-appearance: none;
	 width: 18px;
	 height: 18px;
	 border-radius: 20% / 20%;
	 box-shadow: inset 0 0 0 1.5px var(--border, var(--border-default));
	 background: var(--background, transparent);
	 transition: background 0.25s linear, box-shadow 0.25s linear;
}

 .checkbox input + svg {
	 width: 21px;
	 height: 18px;
	 left: 0;
	 top: 0;
	 color: var(--active);
}

 .checkbox input + svg .tick {
	 stroke-dasharray: 20;
	 stroke-dashoffset: var(--stroke-dashoffset, 20);
	 transition: stroke-dashoffset 0.2s;
}

 .checkbox input + svg .tick.mask {
	 stroke: var(--active-tick);
}

 .checkbox input + svg + svg {
	 width: 11px;
	 height: 11px;
	 fill: none;
	 stroke: var(--active);
	 stroke-width: 1.25;
	 stroke-linecap: round;
	 top: -6px;
	 right: -10px;
	 stroke-dasharray: 4.5px;
	 stroke-dashoffset: 13.5px;
	 pointer-events: none;
	 animation: var(--animation, none) 0.2s ease 0.175s;
}

 .checkbox input:checked {
	 --background: var(--active);
	 --border: var(--active);
}

 .checkbox input:checked + svg {
	 --stroke-dashoffset: 0;
}

 .checkbox input:checked + svg + svg {
	 --animation: check;
}

 .checkbox:hover input:not(:checked) {
	 --border: var(--border-hover);
}

 @keyframes check {
	 100% {
		 stroke-dashoffset: 4.5px;
	}
}

html {
	 box-sizing: border-box;
	 -webkit-font-smoothing: antialiased;
}

 * {
	 box-sizing: inherit;
}

 *:before, *:after {
	 box-sizing: inherit;
}

h6 {
	font-family: coolvetica,sans-serif;
	font-weight: 300;
	font-style: normal;
	color: #282140;
	opacity: 80%;
}

h6:hover {
	text-decoration: underline;
}

a {
	color: #282140;
}

a:hover {
	color: #1B208C;
}

.sejajar {
	display: flex;
	flex-direction: row;
	align-items: center;
	align-content: center;
	justify-content:space-between;
	margin-bottom: 20px;
}

.form-check {
	align-items: center;
}

.cta {
	display: flex;
	flex-direction: column;
	margin-bottom: 50px;
}

.btn-login {
	font-size: 1.2em;
	font-family: coolvetica,sans-serif;
	font-weight: 300;
	font-style: normal;
	border:1px solid transparent;
	border-radius: 100px;
	padding: 5px 20px;
	background-color: #1B208C;
	color: #D1D2E8;
	margin-bottom: 7px;
	width: 100%;
  	position: relative;
  	cursor:pointer;
  	user-select:none;
  	text-align: center;
  	text-decoration: none;
  	transition-duration: 0.5s;
  	-webkit-transition-duration: 0.5s;
}

.btn-login:visited {
	background-color: #464AA6;
}

.btn-login:hover {
	background-color: #464AA6;
  	transition-duration: 0.5s;
}

.btn-login:after {
  content: "";
  display: block;
  position: absolute;
  border-radius: 4em;
  left: 0;
  top:0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 0.5s;
  box-shadow: 0 0 10px 40px #D1D2E8;
}

.btn-login:active:after {
  box-shadow: 0 0 0 0 #D1D2E8;
  position: absolute;
  border-radius: 4em;
  left: 0;
  top:0;
  opacity: 1;
  transition: 0.5s;
}

.btn-login:active {
  top: 1px;
}

.btn-join {
	font-size: 1.2em;
	font-family: coolvetica,sans-serif;
	font-weight: 300;
	font-style: normal;
	border:1px solid;
	border-color:  #1B208C;
	border-radius: 100px;
	padding: 5px 20px;
	background-color: transparent;
	color: #1B208C;
	width: 100%;
  	position: relative;
  	cursor:pointer;
  	user-select:none;
  	text-align: center;
  	text-decoration: none;
  	transition-duration: 0.5s;
  	-webkit-transition-duration: 0.5s;
}

.btn-join:visited {
	background-color: #464AA6;
}

.btn-join:hover {
	background-color: #F2F2F0;
	color: #1B208C;
  	transition-duration: 0.5s;
}

.btn-join:after {
  content: "";
  display: block;
  position: absolute;
  border-radius: 4em;
  left: 0;
  top:0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 0.5s;
  box-shadow: 0 0 10px 40px #D1D2E8;
}

.btn-join:active:after {
  box-shadow: 0 0 0 0 #D1D2E8;
  position: absolute;
  border-radius: 4em;
  left: 0;
  top:0;
  opacity: 1;
  transition: 0.5s;
}

.btn-join:active {
  top: 1px;
}

h1 {
	text-align: center;
	margin-bottom: 50px;
	font-family: coolvetica,sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 4em;
	color: #282140;
	opacity: 30%;
}

footer {
	color: #D1D2E8;
	background-color:#464AA6;
}

footer h2 {
	font-family: mighty-slab,serif;
	font-weight: 400;
	font-style: normal;
}

footer p {
	font-family: coolvetica,sans-serif;
	font-weight: 300;
	font-style: normal;
	font-size: 1.1em;
}

footer h5 {
	font-family: coolvetica,sans-serif;
	font-weight: 500;
	font-style: normal;
	padding-bottom: 15px;
	font-size: 1.1em;
}

.navi {
	color: #D1D2E8;
	list-style: none;
	display: flex;
	justify-content:space-between;
	padding: 0;
	font-size: 1.2em;
}

.navi a {
	color: #D1D2E8;
}

.navi a:link {
	color: #D1D2E8 !important;
	text-decoration: none;
	font-family: coolvetica,sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 1.1em;
}

.navi a:hover {
	color: #F2BC79;
}

.icons svg {
	margin-right: 10px;
}

.socmed .cls-1:hover {
	fill: #F2F2F0;
}

.fcontents {
	display: flex;
	flex-direction: column;
	text-align: left;
	padding: 30px 100px;
}

.navbar-toggler{
	border: none;
}	

@media only screen and (max-width: 1024px) {
	.navbar {
		padding: 8px 25px;
	}

	.navi {
		flex-direction: column;
	}

	.tombol {
		margin-bottom: 0.5em;
	}

	.tombol svg {
		margin-left: 0;
		margin-right: 0.5em;
	}

	.nav-link {
		margin: 0;
	}
	
	.bekg {
		min-height: 70vh;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		padding-top: 50px;
		padding-bottom: 80px;
	}

	.semua {
		justify-content: center;
		align-items: center;
		width: 350px;
		padding-top: 30px;
		padding-left: 25px;
		padding-right: 25px;
	}

	.isi {
		display: flex;
		flex-direction: column;
		padding-bottom: 10px;
		padding-left: 0;
		padding-right: 0;
	}

	.form-control {
		padding: 0;
	}
	
	.cta {
		margin-bottom: 45px;
	}

	.btn-login {
		font-size: 1em;
	}

	.btn-join {
		font-size: 1em;
	}


	h1 {
		font-size: 3.5em;
	}
	
	.fcontents {
		padding: 16px 25px;
	}

	.navi {
		font-size: 0.9em;
	}

	footer p {
		font-size: 0.9em;
	}
	
	footer h5 {
		font-size: 0.9em;
	}
}