
.navbar .btn {
	border-color: purple;
	color: white;
	background: rgb(75,68,189);
	background: linear-gradient(90deg, rgba(75,68,189,0.7903536414565826) 0%, rgba(109,0,255,0.577468487394958) 75%);
}

.navbar .btn:hover {
	border-color: purple;
	color: purple;
	background: white;	
}

.navbar a {
	color: black;
}

.navbar a:hover{
	color: purple;
	font-weight: bold;
	text-decoration: none;
}


.search input {
	border:none;
}

.satu h1 {
	font-size:50px;
	font-weight: unset;
}

.satu  .btn1{
	width: 120px;
	height: 40px;
	border-color: purple;
	color: white;
	background: rgb(75,68,189);
	background: linear-gradient(90deg, rgba(75,68,189,0.7903536414565826) 0%, rgba(109,0,255,0.577468487394958) 75%);
}

.satu .btn1:hover {
	border-color: purple;
	color: purple;
	background: white;
}

.satu .btn2 {	
	width: 120px;
	height: 40px;
	border-color: purple;
	color: purple;
	background: white;
}

.satu .btn2:hover {
	border-color: purple;
	color: white;
	background: rgb(75,68,189);
	background: linear-gradient(90deg, rgba(75,68,189,0.7903536414565826) 0%, rgba(109,0,255,0.577468487394958) 75%);

}

.dua .img2 {
	width: 100%;
	height: 200px;
}

.dua h2 {
	font-size: 20px;
}

.dua .paraf1 {
	font-size: 13px;
}

.dua .paraf2 {
	font-size: 15px;
}

.dua a:hover {
	text-decoration: none;
}

.dua h5 {
	font-size: 16px;
}

.tiga {
    width: 100%;
	background: #D9FFFA;
}

.tiga h1 {
	font-size: 32px;
	font-weight: unset;
}

.tiga input {
	border-right: none;
	border-top: none;
	border-left: none;
	border-width: 1px;
}

.tiga input:focus{
	outline: none;
}

.tiga select {
	border-right: none;
	border-top: none;
	border-left: none;
	border-width: 1px; 
}

.tiga .btn3 {
	border-color: purple;
	color: white;
	background: rgb(75,68,189);
	background: linear-gradient(90deg, rgba(75,68,189,0.7903536414565826) 0%, rgba(109,0,255,0.577468487394958) 75%);
}

.tiga .btn3:hover {
	border-color: purple;
	color: purple;
	background: white;
}


.footer .tittle {
	font-size: 18px;
}

.footer li {
	font-size: 15px;
}

.footer .con3 {
	height: 120px;
}