@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700&display=swap');

body {
	font-family: 'Poppins', 'Lato', sans-serif;
	background-color: #E1E7EF;
}

/* Navbar  */
.navbar-brand h5 {
	width: 10px;
	height: 10px;
}

.first-navbar {
	background-color: #293985;
}

.second-navbar {
	background-color: #E9B208;

}

.navbar .text-navbar .collapse .nav-item {
	margin-left: 20px;
	margin-right: 20px;
}

.nav-item {
	font-family: 'Lato', sans-serif;
}

.nav-item .btn {
	font-family: 'Lato', sans-serif;
}

.navbar-expand-lg .navbar-nav .nav-link {
	font-family: 'Lato', sans-serif;
	/* font-family: 'Roboto Slab', serif; */
}

.dropdown-item:focus, .dropdown-item:hover{
	border-radius: 0 !important;
}



/* Findbook */

#findbook {
	background-color: #293985;
}

#card-category {
	background-color: #F7F9FB;
}

.findbook-title {
	font-family: Poppins;
	font-size: 36px;
	font-weight: 700;
	line-height: 54px;
	letter-spacing: 0.05em;
	text-align: center;
}

.card-findbook {
	background-color: #293985;
	background-repeat: no-repeat;
	background-position-x: right;
	background-position-y: bottom;
	min-width: 306px;
	min-height: 187px;
	background-size: 155px;
}

.card-findbook h4 {
	color: #F7F9FB;
	font-weight: 500;

}

.input-group button {
	width: 206px;
	background-color: #0EA4E8;
	color: #F7F9FB;
	font-weight: 400;
	font-size: 16px;
}

.btn-primary {
	background-color: #0EA4E8;
	border-color: #0EA4E8;
}

.search-section {
	top: 40px;
}

.carousel-item {
	display: block;
	margin-right: 0;
	flex: 0 0 calc(100%/4);
}

.carousel-inner {
	display: flex;
}


/* section koleksibuku */
.museum{
	overflow: hidden;
}

.museum .slider-top .slick-track,.museum .slider-bot .slick-track{
	display: flex !important;
}

.museum .slider-top .slick-slide,.museum .slider-bot .slick-slide{
	height: inherit !important;
}
.museum .slider-bot .slick-list{
	padding: 0 0 0 5% !important;
}




/* Kategori*/

#kategori .card h5 {

	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;

}

#kategori .btn {

	color: var(--cyan-600, #0890B1);
	text-align: center;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 0.5px;

}


/* Kategori*/

#gallery {
	background-color: #F7F9FB;

}


#gallery p {
	font-size: 12px;

}

#gallery .card {
	background-color: #F7F9FB;

}



/* E-Resource */

#e-resource {
	background-color: #FFF;
}

.listing-bersinar figure .badges {
	position: absolute;
	top: 0;
	left: 0;
	font-size: 16px;
	transform: rotate(-45deg);
	padding-top: 8px;
	transform-origin: center;
	color: white;
	font-weight: 300;
}

.listing-bersinar .card.newest figure {
	&::before {
		content: '';
		position: absolute;
		left: 0;
		top: 0;
		width: 0;
		height: 0;
		border-top: 60px solid #137EE0;
		border-right: 60px solid transparent;
	}
}

.detail-book h5 {
	color: #475569;
}

.banner-middle .breadcrumb-item a {
	color: #fff;
	text-decoration: none;
}

.banner-middle .breadcrumb-item.active {
	color: #0EA4E8;
	font-weight: 500;
}

.content-zigzag{
	overflow: hidden;
}

.content-zigzag .row:nth-child(even) .img {
	order: 2;
}

.content-zigzag .row:nth-child(even) .txt {
	order: 1;
}

.content-zigzag .row {
	position: relative;
}

.content-zigzag .row:nth-child(odd)::after {
	content: '';
	position: absolute;
	left: calc(((100vw - 1140px) / 2) * -1);
	right: calc(((100vw - 1140px) / 2) * -1);
	top: 0;
	bottom: 0;
	background-color: white;
	z-index: -1;
}

.content-zigzag h4 {
	color: #475569;
}

.content-zigzag .row ul {
	list-style: none;
	padding: 0;
}

.content-zigzag .row ul li {
	position: relative;
	padding-left: 25px;
}

.content-zigzag .row ul li::before {
	content: '';
	position: absolute;
	top: 3px;
	left: 0;
	width: 16px;
	height: 16px;
	border-radius: 100%;
	background-color: #475569;
}

.content-zigzag figure img {
	border-bottom: 11px solid #0283C6;
}

.detail-pustaka .card {
	opacity: .7;
	transition: .2s all ease-out;
}

.detail-pustaka .card:hover {
	opacity: 1;
}

.pagination ul {
	list-style: none;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	margin: 0 -11px;
}

.pagination ul li {
	margin: 0 11px;
}

.pagination ul li a {
	text-decoration: none;
	color: #64748B;
	border-top: 0px solid transparent;
	transition: .2s all ease-out;
	padding: 18px 16px;
	box-sizing: border-box;
}

.pagination ul li a.active,
.pagination ul li a:hover {
	border-top: 2px solid #0369A0;
	color: #0369A0;
	font-weight: 700;
}


.slick-arrow{
	position: absolute;
	right: 100%;
	top: 40%;
	margin: auto 0;
	width: 32px;
	height: 32px;
	background: url('/../assets/img/arrow-left-circle.png')no-repeat center;
	background-size: cover;
	font-size: 0;
	border: none;
	z-index: 3;
}

.slick-arrow.slick-next{
	transform: rotate(180deg);
	left: 100%;
}


@media screen and (max-width:1200px) {
	.content-zigzag .row:nth-child(odd)::after{
		left: calc(((100vw - 960px) / 2) * -1);
		right: calc(((100vw - 960px) / 2) * -1);
	}
}

@media screen and (max-width:1023px) {
	.content-zigzag .row:nth-child(odd)::after{
		left: calc(((100vw - 720px) / 2) * -1);
		right: calc(((100vw - 720px) / 2) * -1);
	}
	.slick-arrow{
		left: 0;
		right: auto;
	}
	.slick-arrow.slick-next{
		right: 0;
		left: auto;
	}
}

@media screen and (max-width:767px) {
	.content-zigzag .row:nth-child(odd)::after{
		left: 0;
		right: 0;
	}
	.content-zigzag .row:nth-child(even) .img{
		order: 1;
	}

}