@font-face {
	font-family: "Gotham Black";
	src: url(/font/GOTHAM-BLACK.OTF);
}

@font-face {
	font-family: "Gotham Medium";
	src: url(/font/GOTHAM-MEDIUM.OTF);
}

@font-face {
	font-family: "Gotham THIN";
	src: url(/font/GOTHAM-THIN.OTF);
}

html {
	scroll-behavior: smooth;
}

body {
	background: #fdfdfd;
	margin: 0;
	padding: 0;
}

/* Title Section */
.title {
	background-color: #ec0024;
	background-image: url(/images/pic5graphic.png);
}

.title__container {
	background-size: cover;
	display: flex;
	align-items: flex-end;
	justify-self: center;
	height: 250px;
	z-index: 1;
	width: 100%;
	max-width: 1500px;
	justify-content: center;
}

.title__container h1 {
	font-family: "Gotham Black";
	font-size: 65px;
	background-color: #fff;
	background-size: 100%;
	margin: 50px;
	-webkit-background-clip: text;
	-moz-background-clip: text;
	-webkit-text-fill-color: transparent;
	-moz-text-fill-color: transparent;
}

/* News Section */
.lokasi {
	 position: relative; 
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	padding: 50px 50px;
	align-items: center;
}

.lokasi::before {
	content: "";  
	position: absolute;
	inset: 0; 
	z-index: -1;
	background-image: url("/images/pic5graphic.png");
	background-size:inherit;
	
	opacity: 0.3;
}

.lokasi_bg {
	opacity: 100px;
	display: flex;
	/* position: absolute;
	z-index: -1; */
}

.lokasi__container {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.lokasi__card {
	background: #fff;
	margin: 50px;
	height: 415px;
	width: 446px;
	border-radius: 15px;
    border-color: #046839;
    border-style: solid;
    border-width: 5px;
	position: relative;
	box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.26);
}

/* .lokasi__card:hover {
	transform: scale(1.08);
	transition: 0.2s ease-in-out;
	cursor: pointer;
} */

.lokasi__card--container {
	margin: 20px;
}

.lokasi__card--title {
	height: 100px;
	margin: 0;
	display: flex;
	align-content: center;
	align-items: center
}

.lokasi__card--title h1 {
	margin: 0;
	color: #EC0024;
	font-size: 45px;
	font-family: "Gotham Black";
}

.lokasi__card--loc {
	display: flex;
    flex-direction: row;
    margin: 0;
    flex-wrap: nowrap;
    align-items: center;
}

.lokasi__card--loc__logo {
	color: #046839;
	font-size: 20px;
}

.lokasi__card--loc__address {
	display: flex;
	align-items: center;
	margin: 5px 0 0 0;
	height: 82px;
}

.lokasi__card--loc__address p {
	font-family: "Gotham Medium";
	font-size: 20px;
}

.lokasi__card--bot {
	display: flex;
}

.lokasi__card--bot__frame {
	display: flex;
	margin: 0;
	height: 193px;
	width: 193px;
}

.lokasi__card--bot__img {
	width: 100%;
}

.lokasi__card--bot__info {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	margin: 10px 10px;
	height: auto;
	width: 188px;
	font-family: "Gotham Medium";
	font-size: 18px;
	color: #000;	
}

.lokasi__card--bot__maps a,
.lokasi__card--bot__maps a:visited {
	color: inherit;	
}

.lokasi__card--bot__contact {
	margin: 0;
	display: flex;
	align-items: center;
	color:#000;
}

.lokasi__card--bot__online {
	display: flex;
	margin: 0;
	height: 72px;
	width: 180px;
	justify-content: space-between
}

.lokasi__card--bot__online--link {
	display: flex;
}


/* Footer CSS */
.footer__container {
	background-color: #fff3d1;
	padding: 150px 0 10px 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.26);
}

/* Sosial Icons */
.social__icons--links {
	color: #000;
	font-size: 50px;
}

.social__media {
	width: 100%;
}

.social__media--wrap {
	font-family: "Gotham Medium";
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0 50px 20px 50px;
}

.social__icons {
	color: #000;
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 250px;
}

.social__icons a,
.social__icons a:visited {
	color: inherit;
}

.social__icons a:hover {
	transform: scale(1.5);
	transition: 0.2s ease-in;
	cursor: pointer;
}

.website__rights {
	color: #000;
}