@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@300;400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@200;300;400;500;600;700&family=Roboto:wght@300;400;500;700&display=swap');


* {
	font-family: Poppins;
}

html {
	scroll-behavior: smooth;
}

.header {
	display:flex;
    align-items:center;
    height: 130px;
}

.header img{
	width: 170px;
	height: 60px;
}


/*Awal Navbar*/
.navbar {
	background-color: #FFC300
}

.nav-active{
	background-color: #9f1b21;
}

.navigasi-bar a {
	font-weight: 600;
	font-family: Poppins;
	color: black !important;
	font-size: 14px;
}

.nav-active a{
	color: white !important; 
}

.navigasi-bar a:hover {
	/*color: #960B0C !important;*/
	color: white !important;
	transition-duration: 0.3s;
	cursor: pointer;
	background-color: #9f1b21;
}

.menu-berita-acara a:hover {
	/*color: #960B0C !important;*/
	color: white !important;
	transition-duration: 0.3s;
	cursor: pointer;
}

.fa-sort-down {
	position: relative;
	top: -3px;
	font-size: 16px;
	margin-left: 2px;
}

@media only screen and (max-width: 992px){
	.navbar {
		margin-top: -80px;
		background-color: transparent;
	}

	.navbar button{
		border: 2px solid white !important;
		outline: none;
		margin-right: 10px;
	}

	.fa-bars{
		font-size: 25px !important;
		color: white
	}

	.navbar-collapse {
		background-color: #FFC300;
		margin-top: 80px;
	}

	.menu-berita-acara{
		background-color: #FFC300;
		border: none;
		text-align: center;
	}

	.menu-berita-acara a{
		height: 50px;
		padding-top: 15px;
	}
}

@media only screen and (max-width: 480px){
	.navbar button{
		margin-right: 5px;
	}

	.fa-bars{
		font-size: 20px !important;
		color: white
	}	
}
/*Akhir Navbar*/



/*Awal Search Bar*/
.search-bar {
	border: 3px solid #9F1B21;
	border-radius: 10px;
	height: 50px;
}

.search-bar input {
	outline: none !important;
	border: none !important;
	border-radius: 10px;
}

.input-group-append button{
	background-color: #9F1B21 !important;
	color:white
}
/*Akhir Search Bar*/



/*Awal Study Destination*/
.study-destination {
	font-family: Poppins;
}

.study-destination h3 {
	color: #9F1B21;
	font-weight: 600
}

.study-destination p {
	font-weight: 600;
}

.study-destination button {
	border: 2px solid black;
	background-color: transparent;
	height: 47px;
	width: 300px;
	border-radius: 10px;
}

.study-destination button:focus {
	outline: none;
}

.dropdown-menu-study-destination{
	margin-top: 10px;
	width: 300px;
}

.dropdown-menu-study-destination a{
	color: black
}

.dropdown-menu-study-destination a:hover{
	background-color: #007BFF;
	color: white;
}

.sort-bar {
	margin-top: 10px;
}

.sort-bar i{
	font-size: 20px;
	position: relative;
	top: -3px;
}


.figure-img {
	position: relative;
	padding-bottom: 3px;
}

.figure-img a {
	position: absolute;
	top: 0px;
	right: 15px;
	bottom: 50px;
	left: 15px;
	background-color: rgba(0,0,0,0.6);
	opacity: 0;
	transition: opacity 0.3s;
	border-radius: 5px;
}


.figure-img-6 a {
	position: absolute;
	top: 0px;
	right: 15px;
	bottom: 67px;
	left: 15px;
	background-color: rgba(0,0,0,0.6);
	opacity: 0;
	transition: opacity 0.3s;
	border-radius: 5px;
}

.figure-img:hover a {
	opacity: 1;
}


@media only screen and (max-width: 1200px){
	.dropdown-menu-study-destination{
		width: 300px !important;
	}
}

@media only screen and (max-width: 768px){
	.figure-img a {
		right: 23px;
		left: 23px;
	}

	.figure-img-6 a {
		right: 23px;
		left: 23px;
	}

	.dropdown-menu-study-destination{
		width: 300px !important;
	}
}

@media only screen and (max-width: 576px){
	.figure-img a {
		right:15px;
		left: 15px;
	}

	.figure-img-6 a {
		right:15px;
		left: 15px;
	}

	.study-destination button{
		width: 200px;
	}

	.dropdown-menu-study-destination{
		width: 200px !important;
	}
}
/*Akhir Study Destination*/



/*Awal Ulasan*/
.ulasan {
	font-family: Poppins;
}

.ulasan h3 {
	color: #9F1B21;
	font-weight: 600;
}

.ulasan h5 {
	line-height: 30px;
}

.kotak-shadow-ulasan {
border-radius: 30px;
border-color: #F3F3F3;
-webkit-box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.09);
-moz-box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.09);
box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.09);
/*-webkit-box-shadow: 0px 8px 30px -1px rgba(240,240,240,1);
-moz-box-shadow: 0px 8px 30px -1px rgba(240,240,240,1);
box-shadow: 0px 8px 30px -1px rgba(240,240,240,1);*/
}

.kotak-shadow-ulasan img{
	width: 55px;
	height: 55px;
}

.fa-star {
	font-size: 14px;
	margin-top: 5px;
	color: #FFC554;
	margin-right: 3px;
}

@media only screen and (max-width: 576px){
	.ulasan h1 {
		font-weight: 800;
		font-size: 24px
	}
}
/*Akhir Ulasan*/


/*Awal Banner*/
.banner {
	
}

.jumbotron {
	height: 85vh;
	padding-top: 13%;
	border-radius: 0;
	margin-bottom: 0;
	background-image: url('../img/banner-tunggu.png');
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.banner h1{
	font-weight: 800;
	font-size: 50px;
}

.banner button {
	width: 150px;
	border-radius: 20px;
	background-color: #9F1B21;
	color: white;
}

@media only screen and (max-width: 1200px){
	.jumbotron{
		background-image: url('../img/bg-person.jpg');
		height: 68vh;
	}

	.banner {
		margin-top: 120px;
	}

	.content {
		margin-top: -20px
	}
}

@media only screen and (max-width: 991px){
	.jumbotron{
		background-image: url('../img/bg-person.jpg');
		height: 60vh;
	}

	.banner {
		padding-top: 0px !important;
	}

}

@media only screen and (max-width: 768px){
	.jumbotron{
		background-image: url('../img/bg-person.jpg');
		height: 55vh;
	}

	.banner {
		padding-top: 0px !important;
	}

	.content {
		margin-top: -10px
	}
}

@media only screen and (max-width: 576px){
	.banner h1 {
		font-size: 35px;
	}

	.banner h5 {
		font-size: 14px;
	}

	.banner button {
		font-size: 14px;
		height: 40px;
		widows: 100px;
	}
}

@media only screen and (max-width: 480px){
	.jumbotron{
		background-image: url('../img/bg-person.jpg');
		height: 60vh;
	}
	.banner h1 {
		margin-top: 3% !important;
		font-size: 32px;
	}

	.content {
		margin-top: 10px
	}

}
/*Akhir Banner*/



/*Awal Btn Edubridge*/
.btn-edubridge {
	padding-top: 50px;
}

.btn-edubridge a{
	text-decoration: none;
}

.btn-edubridge button{
	background-color: #9F1B21;
	color: white
}
/*Akhir Btn Edubridge*/



/*Awal Footer*/
.footer {
	margin-top: 120px;
	background-color: #464646;
	overflow: hidden;
}

.footer p {
	font-weight: 500;
	color: white;
}

.footer a {
	text-decoration: none;
}

.footer a > small:hover{
	color: #FAD814;
	font-weight: 700;
	transition-duration: 0.2s;
	cursor: pointer;
}

.footer small{
	color: #CBCBCB;
	line-height: 30px;
}

.copyright small{
	color: white;
	line-height: 20px;
	text-decoration: underline;
}
/*Akhir Footer*/