* {
	margin: 0px;
	padding: 0;
	font-family: 'Poppins', sans-serif; 
}

body {
	min-height: 100vh;
	width: 100%;
	background-image: linear-gradient(rgba(4,9,30,0.7),rgba(4,9,30,0.7)),url('../gambar/Studio1.jpg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: 1560px 788px;
	background-position: center top;
	position: relative;
}



nav {
	height: 130px;
	overflow: hidden;
	background-color:#rgba(0,0,0,.1); /* Set the navbar to fixed position */
	top: 0; /* Position the navbar at the top of the page */
	width: 100%;
}

/*--untuk header beranda dll--*/
nav a {
	margin-left: 30px;
	float: left;
	display: block;
	color: #ffffff;
	text-align: center;
	padding: 14px 16px;
	text-decoration: none;
	font-weight: bold;
	
}

nav a::after{
	content: '';/*ini untuk GARIS BAWAH home about course*/
	width: 0%;
	height: 3px;
	background: #f44336;
	display: block;
	margin: auto;
	transition: 0.5s; 
}

/*nav a:hover {
	background: yellow;
  color: black;
}*/

nav a:hover::after{
	width: 100%; /*ini untuk GARIS BAWAH home about course*/
}
nav img {
	margin-top: 10px;
	margin-left: 30px;
}




#det table tr td {
	color: white;
}

main {
	width: 100%;
	height: auto;
	margin-top: 130px;
	margin-bottom: 0;
}

main table {
	margin: 16px;
	background: rgba(255,255,255,0.6);
}

main table tr td {

}

main input {
	border: 0;
	background: white;
	color: black;
	padding: 3px;
}

main select {
	height: 27px;
}
 
/*------ hero btn -----*/
.hero-btn{
	display: inline-block;
	text-decoration: none;
	color: #fff;
	border: 1px solid #fff;
	padding: 12px 34px;
	font-size: 13px;
	background: transparent;
	position: relative;
	cursor: pointer;
}
.hero-btn:hover{
	border: 1px solid #f44336; /*ini untuk warna kotak visit us*/
	background: #f44336;
	transition: 1s;
}

.red-btn{
	border: 1px solid #f44336;
	background: transparent;
	color: #f44336;
}

.red-btn:hover{
	color: #fff;
}

/*-------------*/
#reservasi {
	width: 60%;
	height: 150px;
	background: rgba(0, 0, 0, 0.17);
	color: white;
	text-align: center;
	margin-top: 30px;
}

main li {
	background: #b496015c;
	padding: 10px;
	list-style: none;
	font-weight: bold;
}

#tentang {
	width: 80%;
	height: 200px;
	background: white;
	color: black;
	text-align: center;
	padding: 20px;
	margin-top: 200px;
	margin-bottom: 20px;
	font-family: sans-serif;
	clear: both;
}

#tentang p {
	text-align: justify;
	color: black;
}

#tentang h3 {
	text-decoration: underline;
}

/*------COURSE---------*/
.course{
	width: 80%;
	margin: auto;
	text-align: center;
	padding-top: 220px;
}
h1{
	font-size: 36px;
	font-weight: 600;
}

p{
	color: #777;
	font-size: 14px;
	font-weight: 300;
	line-height: 22px;
	
}
.row{
	margin-top: 5%; /*ini untuk intermediate post dll biar dibagi 3 baris*/
	display: flex;
	justify-content: space-evenly;
}
.row2{
	display: flex;
	justify-content: space-between;
}

.course-col{
	flex-basis: 31%; /*ini untuk kotak di intermediate post dll*/
	background: #fff3f3;
	border-radius: 10px;
	margin-bottom: 5%;
	padding: 20px 12px;
	box-sizing: border-box;
	transition: 0.5s;
}
h3{
	text-align: center;
	font-weight: 600;
	margin: 10px 0;
}
.course-col:hover{
	box-shadow: 0 0 20px 0px rgba(0,0,0,0.2);
}
@media(max-width: 700px){
	.row{
		flex-direction: column;
	}
}

/*------ campus ------*/
.campus{
	width: 80%;
	margin: auto;
	text-align: center;
	padding-top: 50px;
}

.campus-col{
	flex-basis: 32%;
	border-radius: 10px;
	margin-bottom: 10px;
	position: relative;
	overflow: hidden;
}
.campus-col img{
	width: 100%;
	display: block;
}

/*------ facilities ------*/
.facilities{
	width: 80%;
	margin: auto;
	text-align: center;
	padding-top: 100px;
}
.facilities-col{
	flex-basis: 31%;
	border-radius: 10px;
	margin-bottom: 5%;
	text-align: left;
}
.facilities-col img{
	width: 100%;
	border-radius: 10px;
}

.facilities-col p{
	padding: 0;
}
.facilities-col h3{
	margin-top: 16px;
	margin-bottom: 15px;
	text-align: left;
}

/*------ facilities 2------*/
.facilities2{
	width: 100%;
	margin: auto;
	text-align: center;
	padding-top: 100px;
	background: white;
	background-size: 100px;
}
.facilities-col2{
	flex-basis: 31%;
	border-radius: 10px;
	margin-bottom: 5%;
	text-align: left;
}
.facilities-col2 img{
	width: 100%;
	border-radius: 10px;
}

.facilities-col2 p{
	padding: 0;
}
.facilities-col2 h3{
	margin-top: 16px;
	margin-bottom: 15px;
	text-align: left;
}

.row3{
	margin-top: 5%; /*ini untuk intermediate post dll biar dibagi 3 baris*/
	display: flex;

	justify-content: space-evenly;
}

/*------ Data Pembayaran------*/
.data-pembayaran{
	width: 100%;
	margin: auto;
	text-align: center;
	padding-top: 60px;
	padding-bottom: 80px;
	background: white;
	background-size: 100px;
}

.data-pembayaran img{
	width: 100%;
	
}

.data-pembayaran p{
	padding: 0;
}

#rekening {
	border:2px solid #B40301;
	height:340px;
	background:white;
	margin-top:15px;
	width: 280px;
	color: #B40301;
	font-weight: bold;
}

#rekening li {
	list-style:none;
	padding:10px;
	background: #B40301;
	font-family:sans-serif;
	font-weight:bold;
	font-size:18px;
	color:#FFF;
}

#rekening img {
	width: 80px;
	height: 60px;
	margin: 3px;
}

#rekening table {
	margin: 3px;
}

#rekening table tr td {
	color: #B40301;

}


/*----- data pesanan ----*/

.data-pesanan{
	width: 100%;
	margin: auto;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;
	background: white;
	background-size: 100px;
}

/*------ Konfirmasi Pembayaran------*/
.konfirmasi-bayar{
	width: 100%;
	margin: auto;
	text-align: center;
	padding-top: 100px;
	background: white;
	background-size: 100px;
}
/*.facilities-col2{
	flex-basis: 31%;
	border-radius: 10px;
	margin-bottom: 5%;
	text-align: left;
}
.facilities-col2 img{
	width: 100%;
	border-radius: 10px;
}

.facilities-col2 p{
	padding: 0;
}
.facilities-col2 h3{
	margin-top: 16px;
	margin-bottom: 15px;
	text-align: left;
}
*/
/*------ testimonials ------*/

.testimonials{
	width: 80%;
	margin: auto;
	padding-top: 100px;
	text-align: center;
}

.testimonial-col{
	flex-basis: 44%;
	border-radius: 10px;
	margin-bottom: 5%;
	text-align: left;
	background: #fff3f3;
	padding: 25px;
	cursor: pointer;
	display: flex;
}
.testimonial-col img{
	height: 40px;
	margin: 5px;
	margin-right: 30px;
	border-radius: 50%;
}
.testimonial-col p{
	padding: 0;
}
.testimonial-col h3{
	margin-top: 15px;
	text-align: left;
}
.testimonial-col .fa{
	color: #f44336;
}
@media(max-width: 700px){
	.testimonial-col img{
		margin: 0px;
		margin-right: 15px;
	}
}
/*----*/

#cekinout {
	width: 96%;
	height: 200px;
	background: #b4960126;
	color: white;
	text-align: center;
	padding: 20px;
	margin-top: o;
	font-family: sans-serif;
}

#cekinout p {
	color: white;
}

#cekinout h3 {
	text-decoration: underline;
}

#petalokasi {
	width: 96%;
	background: #b4960124;
	color: white;
	text-align: center;
	padding: 20px;
	margin-top: o;
	font-family: sans-serif;
	text-decoration: underline;
}
#fas1 {
	width: 96%;
	background: rgba(0,0,155,0.7);
	color: white;
	text-align: center;
	padding: 20px;
	margin-top: 0;
	font-family: sans-serif;
}

h3 {
	text-decoration: none;
}

#fas2 {
	width: 96%;
	background: rgba(0,155,155,0.7);
	color: white;
	text-align: center;
	padding: 20px;
	font-family: sans-serif;
}

#fas3 {
	width: 96%;
	background: rgba(155,0,155,0.7);
	color: white;
	text-align: center;
	padding: 20px;
	font-family: sans-serif;
}

#log {
	border:2px solid #B40301;
	height:300px;
	margin-top:15px;
	width: 280px;
	color: black;
	font-weight: bold;
}

#log li {
	list-style:none;
	padding:10px;
	background:#B40301;
	font-family:Cataneo BT;
	font-weight:bold;
	font-size:18px;
	color:#FFF;
}

#fasilitas {
	margin: 10px;
	font-family:Cataneo BT;
	font-size:16px;
}

#fasilitas li {
	list-style:none;
	padding:10px;
	background:#B40301;
	font-family:Cataneo BT;
	font-weight:bold;
	font-size:17px;
	color:#FFF;
}

#fasilitas table tr td {
	color: black;
	width: 600px;
	font-weight: bold;
}

#layanan table {
	width: 600px;


}

#layanan table tr td {
	border: 1px solid #B40301;
	font-weight: normal;
	padding: 4px;
}

footer {
	height: 50px;
	background: #rgba(0,0,0,.1);
	margin-top: 0;
	clear: both;
}

ul li {
	list-style: none;

}

.judul {
	padding-top: 15px;
	margin-left: 15px;
	color: white;
}

.desc {
	margin-left: 15px;
	color: #F2F2F2;
	padding-top: 5px;
}

.menu {
	text-decoration: none;
	float: left;
	padding: 5px;
	color: white;
	font-weight: bold;
	border: 2px solid white;
	margin-top: 8px;
	margin-left: 15px;
}

.menu:hover {
	background-color: black;
	color: yellow;
}

h6 {
	text-align: center;
	color: black;
	padding-top: 15px;
}

table tr {
	line-height: 25px;
}

table {
	margin-top:10px;
	font-size:16px;
	font-weight:bold;
}

input{
	border:2px solid #F90047;
	font-weight:bold;
	background:rgba(255,255,255,0.05);
	padding: 2px;
	color:black;
}

table tr td{
	color:black;
	font-weight:bold;
	width: 120px;
}

#tombol {
	background:#B40301;
	color:white;
	padding:10px;
	border:2px solid white;
	text-decoration: none;
}

#tombol:hover {
	background:black;
	color:yellow;
}

#tombol2 {
	margin-top: 15px;
	background:black;
	color:white;
	padding:10px;
	width:80px;
	border:2px solid white;
	text-decoration: none;
}

#tombol2:hover {
	background:#B40301;
	color:yellow;
}

.kotak {
	height: 500px;
	width: 300px;
	background-color: blue;
	float: left;
	border: 0px solid #B40301;
	margin: 6px;
}

#lokasi {
	list-style:none;
	padding:10px;
	background-color: #B40301;
	font-family:Cataneo BT;
	font-weight:bold;
	font-size:18px;
	color: white;
	margin-top: 30px;
	width: 260px;
	border: 2px solid #B40301;
}



#datakamar2 {
	background: white;
	height: 300px;
	margin-top: 50px;
	margin-bottom: 100px;
	/*padding-top: 130px;*/

}

.kamar {
    padding:3px ;
    padding-right: 5px;
    width: auto;
    background-color:#FFF;
    border-radius:5px;
    height:auto;
    text-align:center;
    float: left;
    border: 2px solid #B40301;
    margin: 14px;

}

.kamar table {
	width: 100%;
    float: left;
    margin-top: 0;
    margin: 3px;
}

/*--kolom kursus--*/
.idkamar {
    padding-top:3px;
    background-color:#EEEEEE;
    color:#F90047;
    font-weight:bold;
    padding-bottom:2px;
}

.tipekamar {
    padding-top:5px;
    background:#B40301;
    color:#FFF;
    padding-bottom:5px;
}

#daftar table tr td {
	color: black;
}

#daftar input {
    color: black;
}

#editprofil table tr td {
	color: black;
}

#editprofil input {
    color: black;
}

.adminchat {
	margin-left: 100px;
	padding: 2px;
	background: red;
	color: red;
}

#abc {
    margin: 12px;
    border: 2px solid #B40301;
    text-align: center;
    height: auto;
    font-size: 20px;
    color: black;
    border-radius: 3px;
}

#abc p {
	font-size: 17px;
}

#bbayar{
	background: #3279B8;
	color: white;
	border-color: black;
	font-weight: bold;
	
	padding: 5px ;

}

#bbayar:hover {
	background: #286193;
	color: white;
}

#gantipassword {
	visibility:hidden;
	opacity:0;
	margin-top:0;

}
#gantipassword:target{
	visibility:visible;
	-moz-transition: all 1s;
	opacity:1;
	position:fixed;
	margin:0;
	top:0;
	left:0;
	right:0;
	background: rgba(0,0,255,0.5);
	height: 100%;
}
.isi_popup2{
	position: relative;
	background: black;
	border:1px solid #B40301;
	padding: 2px;
	width:40%;
	margin-top:100px;
	margin-right:auto;
	margin-left:auto;

}
.isi_popup2 li{
	list-style:none;
	padding:10px;
	background:#B40301;
	font-weight:bold;
	font-size:14px;
	color:#FFF;
	margin-top: 0;
}

.isi_popup2 table{
	background: transparent;
	margin:3px;
	width: 90%;
}

.isi_popup2 input {
	border: 2px solid black;
}

.isi_popup2 table tr td{
	font-size:13px;
	color: white;
}

/*#daftar {
	visibility:hidden;
	opacity:0;
	margin-top:0;

}
#daftar:target{
	visibility:visible;
	-moz-transition: all 1s;
	opacity:1;
	position:fixed;
	margin:0;
	top:0;
	left:0;
	right:0;
	background: rgba(0,0,255,0.5);
	height: 100%;
}
.isi_popup3{
	position: relative;
	background: white;
	border:1px solid #B40301;
	padding: 5px;
	width:35%;
	margin-top:100px;
	margin-right:auto;
	margin-left:auto;
}
.isi_popup3 h3{
	text-decoration: none;
	padding:10px;
	background-color: #B40301;
	font-weight:bold;
	font-size:17px;
	color:#FFF;
	margin-top: 0;
}

.isi_popup3 table{
	background: white;
	margin-bottom: 5px;
}

.isi_popup3 input {
	border: 2px solid #B40301;
}
*/
#tomboll {
	margin-top: 15px;
	background:#B40301;
	color:white;
	padding:10px;
	width:80px;
	border:2px solid white;
	text-decoration: none;
	font-weight: bold;
}

#tomboll:hover {
	background:black;
	color:yellow;
}





#page{
	margin-top: 200px;
	margin-bottom: 70px;
	width:400px;
	border:0px solid;
	height:auto;
	background:rgba(0, 0, 0, 0.25);
	border: 3px solid #ffffff66;
}
#page li{
	margin-top:0px;
	list-style:none;
	padding:18px;
	background:rgba(0, 20, 255, 0);
	font-family:Cataneo BT;
	font-weight:bold;
	font-size:18px;
	color:#fff;
}
#page table{
	margin-top:40px;
	font-family:Times New Roman;
	font-size:17px;
	font-weight:bold;
	background: transparent;
}
#page input{
	border:1px solid #ffffff;
	font-weight:bold;
	background:rgba(255, 255, 255, 0);
	color:white;
}
#page table tr td{
	color:white;
	font-weight:bold;
}

/*----kursus----*/

.kursus-awal {
	font-family:sans-serif; 
	color: white;
	font-size: 30px;
	font-weight: bold;
}

.kursus-awal p{
	font-size: 20px;
	font-family:sans-serif;  
	color: white;
}

#imgindex {
	background-size: cover;
	width: 96%;
	height: 350px;
}

#imglog {
	padding-top: 100px;
	height: 100px;
	margin-bottom: 80px;
}

#imglog h1{
	color: white;
	font-size: 50px;
	font-weight: 600;
}

#imglog p {
	color: white;
	font-size: 20px;
	font-weight: 300;
	line-height: 22px;
	padding: 10px;

}

#imglog p a {
	font-weight: bold;
	font-size: 12px;
	font-family: sans-serif;
}

#kontak {
	width: 100%;
	background: rgba(0,155,155,0.7);
	color: black;

	padding: 15px;
	margin-top: 10px;
	font-family: sans-serif;
}


#pesankamar {
	margin-top: 150px;
	background: rgba(255,255,255,0.7);
	width: 47%;
	margin: 13px;
	font-size: 14px;
	color: black;
	float: left;
}

#pesankamar table {
	background: transparent;
	color: black;
	font-size: 14px;

}

#pesankamar table tr td {
	color: black;
	font-size: 14px;
}

#pesankamar table tr td input {
	color: black;
	font-size: 14px;
}

#pesankamar2 {
	border:2px solid #B40301;
	background: white;
	width: 50%;
	margin: 5px;
	margin-top: 15px;
	font-size: 12px;
	color: black;
}

#pesankamar2 table {
	background: transparent;
	color: black;
	font-size: 12px;
	width: auto;
}

#pesankamar2 table tr td {
	color: black;
	font-size: 12px;
}

#pesankamar2 table tr td input {
	color: black;
	font-size: 12px;
}
#proff {
	background: rgba(0,123,123,0.7);
	padding: 25px;
}
#profilbg {
	border: 3px solid white;
	padding: 15px;
	width: 50%;
	background: rgba(123,0,123,0.7);
}
@media screen and (max-width: 1000px) {

}

/*------ footer ------*/
.footer{
	width: 100%;
	text-align: center;
	padding: 30px 0;
}

.footer h4{
	margin-bottom: 25px;
	margin-top: 20px;
	font-weight: 600;
}
.icons .fa{
	color: #f44336;
	margin: 0 13px;
	cursor: pointer;
	padding: 18px 0;
}
.fa-heart-o{
	color: #f44336;
}

/*---- call to action ----*/
.cta{
	margin: 100px auto;
	width: 80%;
	background-image: linear-gradient(rgba(0,0,0,0.7),rgba(0,0,0,0.7)),url(../gambar/banner2.jpg);
	background-position: center;
	background-size: cover;
	border-radius: 10px;
	text-align: center;
	padding: 100px 0;
}

.cta h1{
	color: #fff;
	margin-bottom: 40px;
	padding: 0;
}

@media(max-width: 700px){
	.cta h1{
		font-size: 24px;
	}
}

/*-------- icons whatsapp putih --------*/
.icons-putih .fa{
	color: #25D366;
	margin: 0 13px;
	cursor: pointer;
	padding-bottom: 30px;

}

.icons-putih .fa:hover{
/*border: 1px solid #f44336;*/
	color: #128C7E;
	transition: 1s;
	transform: scale(1.5);

}

.tombolkursuspesan{
	background-color:black;
	color: white;
	width: 70px;
	padding: 4px;
}

.tombolkursuspesan:hover{
	color: red;
	transition: 0.3s;
	background-color: yellow;
}

/*------ pengajar------*/
.pengajar{
	width: 100%;
	margin: auto;
	text-align: center;
	padding-top: 100px;
	background: white;
	background-size: 100px;
}
.facilities-col4{
	flex-basis: 31%;
	border-radius: 10px;
	margin-bottom: 5%;
	text-align: left;
}
.facilities-col4 img{
	width: 100%;
	border-radius: 10px;
}

.facilities-col4 p{
	padding: 0;
}
.facilities-col4 h3{
	margin-top: 16px;
	margin-bottom: 15px;
	text-align: left;
}

.rowpengajar{
	margin-top: 5%; /*ini untuk intermediate post dll biar dibagi 3 baris*/
	display: flex;

	justify-content: space-evenly;
}


