@import url("https://fonts.googleapis.com/css2?family=Alata&family=Anonymous+Pro&family=Nunito&family=Oswald&family=Poppins&display=swap");
html {
	overflow-x: hidden;
}
body {
	background: #f1f1f1;
	margin-top: 2em;
	margin-bottom: 2em;
}
nav {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-left: 5em;
	margin-right: 5em;
	margin-bottom: 5em;
}
nav .logo {
	display: flex;
	gap: 1em;
	font-family: "Oswald", sans-serif;
	align-items: center;
}

nav .action {
	display: flex;
	align-items: center;
	gap: 1em;
}
nav .action a {
	display: flex;
	gap: 0.3em;
	font-family: "Alata", sans-serif;
	align-items: center;
	transition: 0.3s;
}
nav .action a:hover {
	opacity: 50%;
}
nav .action a:last-child {
	background: #08a0f7;
	color: #fff;
	font-size: 12px;
	text-decoration: none;
	padding: 0.5em 1em;
	border-radius: 25px;
}
a {
	text-decoration: none;
	color: #000;
}
.bg1 {
	background: url(bg1.png);
	background-repeat: no-repeat;
	background-position: center;
}
.bg2 {
	background-size: cover;
	background: url(bg2.png);
	background-repeat: no-repeat;
	background-position: right;
}
.news {
	margin-left: unset !important;
	margin-right: unset !important;
	margin-bottom: 5em;
}
.news .arrow {
	display: flex;
	justify-content: space-between;
	gap: 2em;
}
.news .arrow img:hover {
	opacity: 50%;
}
.news .title {
	display: flex;
	justify-content: space-between;
}
.news .title .title-big {
	font-size: 30px;
	font-weight: bold;
	letter-spacing: 0.35px;
	font-family: "Anonymous Pro", monospace;
}
.news-list {
	display: flex;
	justify-content: space-between;
	gap: 2em;
}
.news-item {
	border-radius: 20px;
}
.news-item:hover {
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.news-item .img {
	background: url(img-pengajar.png);
	height: 198px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	width: 371px;
	border-top-right-radius: 20px;
	border-top-left-radius: 20px;
}
.news-item .text {
	background: #fff;
	width: 371px;
	border-bottom-right-radius: 20px;
	border-bottom-left-radius: 20px;
}
.news-item .text .title {
	font-family: "Anonymous Pro", monospace;
	font-size: 20px;
	letter-spacing: 0.5px;
	font-weight: bold;
	padding: 1em 1em 0em;
}
.news-item .text .desc {
	font-family: "Nunito", sans-serif;
	padding: 1.5em;
	font-size: 13px;
}

.agenda-pres .item{
	display: flex;
	align-items: center;
	gap: 1em;
	width: 289px;
	margin-bottom: 2em;
}
.agenda-pres .text .title{
	font-weight: bold;
	font-family: "Oswald", sans-serif;
	font-size: 18px;
}
.agenda-pres .text .time{
	font-family: "Roboto", sans-serif;
    color: rgba(18, 18, 18, 0.4);
    font-size: 12px;
    display: flex;
    margin-top: 1em;
    gap:  0.5em;
}
.agenda-pres .agenda{
	margin-bottom: 4em;
}
.agenda-pres .prestasi .item{
	width: 303px;
}
.agenda-pres .prestasi .item img{
	width: 30px;
	height: 30px;
	border-radius: 5px;
}
.agenda-pres .title-more{
	display: flex;
	font-size: 18px;
	font-family: "Oswald", sans-serif;
	justify-content: space-between;
	align-items: center;
	gap: 3em;
}
.agenda-pres .title-more a{
	color: #08A0F7;
	font-size: 14px;
	font-family: "Roboto", sans-serif;
	display: flex;
	font-weight: bold;
	align-items: center;
	gap:  0.5em;
}
.agenda-pres .title-more a:hover{
    text-decoration: underline;
}
.footer {
	margin-left: 5em;
	margin-right: 5em;
	margin-top: 10em;
}
.footer .bawah {
	display: flex;
}
.footer .bawah .wallpaper {
	position: absolute;
	right: 0;
	margin-top: -13em;
}
.footer .logo img {
	width: 44px;
	height: 44px;
	border-radius: 100%;
	margin-bottom: 0.5em;
}
.footer .logo {
	font-family: "Oswald", sans-serif;
}
.footer .detail {
	display: flex;
	justify-content: space-between;
	width: 753px;
	gap: 2em;
}
.footer .detail .title {
	font-family: "Oswald", sans-serif;
	font-size: 40px;
	font-weight: bold;
}
.footer .detail .desc {
	font-family: "Alata", sans-serif;
	font-size: 14px;
}
@media (max-width: 1280px) and (min-width: 1000px){
	.container, nav, .news, .footer{
		margin-left: 3%;
		margin-right: 3%;
	}
	.news-item .img, .news-item .text{
		width: auto;
	}
}
@media (max-width: 999px) and (min-width: 550px){
	.agenda-pres{
		display: none;
	}
	.container{
		gap: 0;
	}
	.news-item .img, .news-item .text{
		width: auto;
	}
	.news .news-list a:last-child{
		display: none;
	}
	.container .news .news-list a:last-child{
		display: inline;
	}
	.container, nav, .news, .footer{
		margin-left: 2em;
		margin-right: 2em;
	}
}
@media (max-width: 549px) and (min-width: 320px){
	.footer .detail .title{
		font-size: 24px;
	}
	.news .title .title-big, .pengajar .title-big{
		font-size: 20px;
	}
	.news-item .text .title{
		font-size: 15px;
	}
	.news-item .text .desc{
		font-size: 12px;
	}
	.news-list{
		display: flex;
		flex-direction: column;
	}
	.container, nav, .news, .footer{
		margin-left: 1em;
		margin-right: 1em;
	}
	.container{
		gap: 0;
	}
	nav .action{
		display: none;
	}
	.agenda-pres{
		display: none;
	}
	.news-item .img, .news-item .text{
		width: auto;
	}
}
@media (max-width: 425px) and (min-width: 320px){
	.news .arrow{
		display: none;
	}
	.news .news-list a:first-child{
		display: inline;
	}
	.news .news-list a{
		display: none;
	}
}

.page-numbers{
  margin-right: 0.2rem;
  margin-left: 0.2rem
}
.page-numbers.current{
  background: #198989;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
