/*RESET CSS*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	box-sizing: border-box;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	font-family: 'Karla', sans-serif;
	max-width: 100%;
	overflow-x: hidden;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/*NAVBAR*/
nav {
	height: 80px;
	display: flex;
	justify-content: space-between;
	padding: 32px 200px;
	position: fixed;
	top:0;
	left: 0;
	right: 0;
	z-index: 999;
	transition: .3s;
}
nav ul li {
	display: inline-block;
}
ul.menu li {
	margin-left: 30px; 
}
nav ul li a {
	text-decoration: none;
	color: white;
	transition: .2s;
}
.logo a {
	font-size: 34px; 
	line-height: 20px;
}
nav a:hover {
	color: #454D7A;
}
.logo {	
	margin-top: -15px;
}
.logo hr {
	display: inline-block;
	width: 15px;
	margin: 2px;
}
.logo span {
	font-size: 14px;
	margin-left: 2px;
}
body {
	height: 2000px;
}
/*HEADER*/
header {
	height: 100vh;
	background: linear-gradient(to bottom right, #29F498, #0AB2E4);
	position: relative;
}
.judul {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-65%);
	width: 100%;
	height: auto;
	text-align: center;
	box-sizing: border-box;
	padding: 0px 200px;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: space-between;
}
.judul h1 {
	font-size: 50px;
	line-height: 50px;
	color: white;
	font-weight: lighter;	
	margin-bottom: 20px;
}
.judul h1 b {
	font-weight: bold;
	font-size: 56px;
}
.judul img {
	width: 200px;
	margin-bottom: 10px;
}
button {
	border: none;
	width: 200px;
	height: 40px;
	background: #0AB2E4;
	color: white;
	font-size: 13px;
	border-radius: 20px;
	cursor: pointer;
	font-weight: bolder;
	transition: .2s;
}
button:hover {
	background-color: #29F498;
}
.activiy {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 200px;
	padding: 0px 200px;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	color: white;
}
.activiy img {
	width: 50px;
}
/*animasi gambar berputar*/
.activiy img {
  -webkit-transition: -webkit-transform 1.1s ease-in-out;
  transition: transform 1.1s ease-in-out;
}
.activiy img:hover {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}
.activiy .kotak {
	width: 180px;
	height: 100px;
	border-bottom: 2px solid white;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-around;
}
.kotak p {
	font-size: 13px;
	color: white;
}
/*ABOUT*/
section {
	height: auto;	
	padding: 100px 200px;
}
.about {
	padding-right: 200;
	padding-left: 200px;
	background-image: url('/web/20220209102521im_/https://robotika.unikom.ac.id/assets/img/robot-about.png');
	background-size: cover;
}
.about h2 {
	color: #eaeaea;
	font-weight: bold;
}
.about p {
	text-align: justify;
	color: #ffffff;
	font-weight: bold;
}
h2 {
	text-align: center;
	font-weight: bold;
	font-size: 30px;
	color: #0AB2E4;
}
p {
	margin: 30px 0;
	line-height: 26px;
	font-size: 14px;
	color: black;
}
/*NEWS*/
.services {
	background-color: #F9F9F9;
	text-align: center;
	/*OVERLAY PENUTUP SEMENTARA*/
	opacity: .1;
}
/*TULISAN UNDERCONTRUCTION*/
.overlay {
	font-size: 80px;
	color: red;
}
.desc {
	display: inline-block;
	width: 700px;
}
.services-cards {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	margin-top: 40px;
}
.services-card {
	width: 220px;
	height: auto;
	text-align: left;
}
.services-card img {
	width: 220px;
	height: 140px;
	margin-bottom: 20px;
}
h3 {
	font-weight: bold;
	font-size: 18px;
	color: #3B3B3B;
}
a {
	color: #b8b8b8;
	text-decoration: none;
	font-weight: bolder;
	font-size: 16px;
}
a:hover {
	color: #0AB2E4;
}
/*ROBOTICON*/
.roboticon {
	background: linear-gradient(to bottom right, #29F498, #0AB2E4);
	text-align: center;
}
section.roboticon h2,.roboticon p,.roboticon h3 {
	color: white;
	text-align: center;
}
.roboticon .services-card {
	width: 300px;
	margin-top: 10px;
	background-color: rgba(255,255,255,.2);
}
.roboticon .text {
	padding: 20px 15px;
}
.roboticon .text h3 {
	font-size: 20px;
}
.roboticon .services-card img {
	margin: 0;
	width: 200px;
	height: 250px;
}
.roboticon .services-card hr {
	border: .5px solid #0AB2E4;
	height: 0px;
	margin-top: 50px;
}
/*3D CUBE-ROBOTICON*/
.rotating-box {
	width: 200px;
	height: 250px;
	margin:	10px auto;
	perspective: 800px;
}
.single-rb{
	width: 200px;
	animation: rotate 15s linear infinite;
	transform-style: preserve-3d;
	margin-top: 50px;
}
.single-rb img {
	width: 200px;
	height: 300px;
}
.single-rb div {
	position: absolute;
	width: 200px;
	height: 300px;
}
.front-side {
	transform: translateZ(100px);
}
.back-side {
	transform: rotateY(180deg) translateZ(100px);
	/* background-position: 0 -120px; */
}
.left-side {
	transform: rotateY(-90deg) translateX(-100px);
	transform-origin: left;
}
.right-side {
	transform: rotateY(90deg) translateX(100px);
	transform-origin: right;
}
.top-side {
	transform: rotateX(-90deg) translateY(-100px);
	transform-origin: top;
}
.bottom-side {
	transform: rotateX(90deg) translateY(100px);
	transform-origin: bottom;
}
@keyframes rotate {
	0%{transform: rotateY(0);}
	100%{transform: rotateY(360deg);}
}
/*TEAM*/
.team {
	text-align: center;
}
.gallery {
	margin-top: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.gallery .kanan{
	text-align: left;
	width: 130%;
}
.jumbo {
	width: 450px;
	height: 300px;
}
.thumb {
	width: 150px;
	height: 150px;
}
.thumb:hover {
	opacity: .5;
	cursor: pointer;
}
@keyframes fadeIn{
	to{
		opacity: 1;
	}
}
.fade {
	opacity: 0;
	animation: fadeIn .5s forwards;
}
.active {
	opacity: .5;
}
/*SWIPER-TEAM*/
.swiper-container {
	width: 100%;
	padding-top: 20px;
	padding-bottom: 50px;
}
.swiper-slide {
	background-position: center;
	background-size: cover;
	width: 300px;
	height: 325px;
	background: linear-gradient(to bottom right, #29F498, #0AB2E4);
}
.imgBx img {
	width: 300px;
	height: 250px;
}
.details h3 {
	margin-top: 5px;
	text-align: center;
	color: #000000;
}
.details span {
	text-align: center;
	color: #ffffff;
}
/*ALLGALLERY*/
.allgallery {
	background-color: #F9F9F9;
	text-align: center;
}
/*AWARD*/
.award {
	background: linear-gradient(to bottom right, #29F498, #0AB2E4);
	text-align: center; 
}
section.award h2 {
	color: white;
}
.award p,.award a,.award h3 {
	color: white;
	/*margin: 10px 20px;*/
}
.award .services-card {
	width: 280px;
	margin-top: 30px;
	background-color: rgba(255,255,255,.2);
}
.award .text {
	padding: 20px 15px;
}
.award .services-card img {
	margin: 0;
	width: 280px;
	height: 170px;
}
.award a:hover {
	color: #215276;
}
.award span {
	color: #f0f0f0;
	font-size: 14px;
}
.award .services-card hr {
	/*border: .5px solid #0AB2E4;*/
	height: 0px;
}
section.award{
	padding: 50px 100px;
}
.award h2{
	margin-top: 50px;
	margin-bottom: 50px;
}
.award .kotak-utama {
	height: auto;	
	display: flex;
	flex-direction: row;
	margin-bottom: 20px;
	background-color: rgba(255,255,255,.2);
}
.award .kotak-kiri {
	width: 50%;
	margin-right: 20px;
	border: 0px solid;
	text-align: left;
}
.award .kotak-kiri h3 {
	margin-top: 20px;
	margin-left: 30px;
	font-size: 30px;
	font-weight: 600;
	color: #eaeaea;
}
.kotak-kiri p {
	text-align: left;
	margin-left: 30px;
	font-size: 24px;
	font-weight: 600;
}
.kotak-kiri ul {
	list-style: circle;
	margin-left: 50px;
	margin-bottom: 20px;
	color: #ffffff;
}
.award .kotak-kanan {
	width: 50%;	
	height: 400px;	
	border: 10px solid rgba(255,255,255,.2);
	background-size: cover; 
}
.award .kotak-kanan img {
	width: 550px;
	height: 380px;
}
/*CONTACT*/
.contact {
	padding-bottom: 0;
	display: flex;
	justify-content: space-between;
	background: url(/web/20220209102521im_/https://robotika.unikom.ac.id/assets/img/contact-us.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	overflow: hidden;
}
form {
	overflow: hidden;
	background-color: white;
	padding: 30px 50px 80px 50px;
	width: 400px;
	box-shadow: 0px 0px 15px rgba(1,1,1,.5);
}
label {
	display: block;
	margin: 20px 0;
}
input,textarea {
	background: #F6F6F6;
	border:none;
	padding: 15px;			
	width: 100%;	
	box-sizing: border-box;
	resize: none;
}
.contact .kiri {
	width: 300px;	
	text-align: left;
	margin-top: 30px;
}
.contact .kanan {
	height: 100%;
	margin-top: 30px;
	opacity: 0.5;
}
.tombol {
	position: relative;
	margin: 20px 0;	
}
.contact button {
	position: absolute;
	width: 120px;
	right: 0;
}
.contact h2 {
	color: #FE2154;
}
/*FOOTER*/
footer {
	padding: 15px 200px;
	text-align: center;
	background: #f4f4f4;
	color: darkgrey;
	font-size: 14px;
}
footer img {
	width: 12px;
}
/*
     FILE ARCHIVED ON 10:25:21 Feb 09, 2022 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 02:32:13 Sep 08, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  capture_cache.get: 0.243
  load_resource: 485.182
  PetaboxLoader3.resolve: 442.236
  PetaboxLoader3.datanode: 32.213 (2)
  loaddict: 24.926
*/