.search-form {
    right: 200px;
    top: 200px;
}

.search-field {
    background-color: transparent;
    background-image: url('../images/search.png');
    background-position: 5px center;
    background-repeat: no-repeat;
    background-size: 20px 20px;
    border: none;
    cursor: pointer;
    height: 30px;
    margin: 10px 0;
    padding: 0 0 0 34px;
    position: relative;
    -webkit-transition: width 400ms ease, background 400ms ease;
    transition: width 400ms ease, background 400ms ease;
    width: 0px;
    cursor: pointer;
}

.search-field:focus {
    background-color: transparent;
    border: 2px solid #c3c0ab;
    cursor: text;
    outline: 0;
    width: 250px;
    color: #fff;
}

.search-form .search-submit {
    display: none;
}

#buttonup {
    display: inline-block;
    background-color: #fff9f9;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color .3s,
        opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    border-radius: 5px;
    box-shadow: 0px 10px 20px 0px;
}

#buttonup::after {
    content: "\f077";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-size: 2em;
    line-height: 50px;
    /* color: #191919; */
}

#buttonup:hover {
    cursor: pointer;
    background-color: #a9a9a9;
    transform: translateY(-5px);
    box-shadow: 0px 10px 20px 4px ;
}

#buttonup:active {
    background-color: #fff9f9;
}

#buttonup.show {
    opacity: 1;
    visibility: visible;
}


:root {
	--color-bg-00: #efebe9;
	--color-bg-01: #9e9e9e;
	--color-bd-01: #607d8b;
	--color-bg-02: #bdbdbd;
	--color-bd-02: #78909c;
	--color-bg-03: #e0e0e0;
	--color-bd-03: #90a4ae;
	--color-bg-04: #eeeeee;
	--color-bd-04: #b0bec5;
	--color-bg-05: #f5f5f5;
	--color-bd-05: #cfd8dc;
	--color-bg-06: #fafafa;
	--color-bd-06: #eceff1;
	--bg-primary-color: #003399;
	--secondary-color: #3F72AF;
	--border-radius-medium: 20px;
	--exp-col-speed: 0.75s;
	--max-height: 90em;

	--svg-angle-right: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' width='100' title='angle-right'><path d='M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z' /></svg>");
	--svg-angle-down: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' width='100' title='angle-down'><path d='M143 352.3L7 216.3c-9.4-9.4-9.4-24.6 0-33.9l22.6-22.6c9.4-9.4 24.6-9.4 33.9 0l96.4 96.4 96.4-96.4c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9l-136 136c-9.2 9.4-24.4 9.4-33.8 0z' /></svg>");
	--svg-circle: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' width='100' title='circle'><path d='M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8z' /></svg>");
	--svg-angle-left: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' width='100' title='angle-left'><path d='M31.7 239l136-136c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9L127.9 256l96.4 96.4c9.4 9.4 9.4 24.6 0 33.9L201.7 409c-9.4 9.4-24.6 9.4-33.9 0l-136-136c-9.5-9.4-9.5-24.6-.1-34z' /></svg>");
}


.collapseclick {
	background-color: transparent;
	border: none;
	color: black;
	text-align: left;
	text-decoration: none;
	font-size: 16px;
	margin: 4px 2px;
	cursor: pointer;
}

.collapseclick:hover {
	text-shadow: 0px 0px 3px var(--color-bg-00);
}

.collapseclick::after {
	transition: 0.3s;
	text-align: left;
	float: right;
	width: 1em;
	height: 1em;
	background-image: var(--svg-angle-left);
	background-size: cover;
	content: "";
}

.collapseclick:hover::after {
	transform: rotate(-90deg);
}

.acordion {
	font-size: 1em;
	border-radius: 2ch;
	background: transparent;
	border: 2px var(--color-bd-01);
	padding: 10px 5px;
	margin-bottom: 0.5em;
}

.acordion .maintitle {
	border-radius: 2ch;
	background: #d9e3d1;
	border: 2px solid var(--color-bd-02);
	display: block;
	padding: 10px 5px;
}

.acordion .maintitle::before {
	display: inline-block;
	vertical-align: baseline;
	width: 0.5em;
	height: 0.5em;
	background-size: cover;
	content: "";
}

.acordion .maintitle .subtitle {
	border-radius: 2ch;
	background: var(--color-bg-03);
	border: 2px solid var(--color-bd-03);
	display: block;
	padding: 10px 5px;
	margin: 2px;
}

.acordion .maintitle .subtitle::before {
	display: inline-block;
	vertical-align: baseline;
	width: 0.5em;
	height: 0.5em;
	background-size: cover;
	content: "";
}

.acordion .maintitle .subtitle .grid {
	display: flex;
	flex-wrap: wrap;
}

.acordion .maintitle .subtitle .grid .boxtitle {
	text-align: left;
	border-radius: 2ch;
	margin: 2px;
	background: var(--color-bg-04);
	border: 2px solid var(--color-bd-04);
	padding: 10px 5px;
	flex: 25%;
}

.acordion .maintitle .subtitle .grid .boxtitle .boxcontent {
	min-width: 300px;
	border-radius: 2ch;
	background: var(--color-bg-05);
	border: 2px solid var(--color-bd-05);
	padding: 10px 15px;
	transition: 0.3s;
}

.acordion .maintitle .subtitle .grid .boxtitle .boxcontent:hover {
	background: var(--color-bg-06);
	border: 2px solid var(--color-bd-06);
}

.btnsend2textarea {
	transition: 0.5s;
	position: relative;
	align-self: center;
	width: 35px;
	height: 35px;
	border: solid;
	border-radius: 50%;
	border-color: var(--color-bd-03);
	background-color: var(--color-bg-03);
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0;
	text-shadow: 2px 2px 1px var(--color-bg-00);
}

.btnsend2textarea:hover {
	transform: rotate(90deg);
	border-color: var(--color-bd-02);
	background-color: var(--color-bg-02);
	text-shadow: 2px -2px 2px var(--color-bg-00);
}

.inputarea {
	border-radius: 2ch;
	background: var(--color-bg-01);
	border: 2px solid var(--color-bd-01);
}

.inputarea::-webkit-scrollbar {
	width: 15px;
}

.inputarea::-webkit-scrollbar-track {
	background: var(--color-bg-05);
}

.inputarea::-webkit-scrollbar-thumb {
	background: var(--color-bg-03);
}

.inputarea::-webkit-scrollbar-thumb:hover {
	background: var(--color-bg-02);
}

/* ---acordion collapse--- */

#tog00,
#collapse00 {
	transition: max-height var(--exp-col-speed) linear;
	max-height: 0em;
	overflow: hidden;
}

#tog00:checked + #collapse00 {
	max-height: var(--max-height);
}

#tog01,
#collapse01 {
	transition: max-height var(--exp-col-speed) ease-in-out;
	max-height: 0em;
	overflow: hidden;
}

#tog01:checked + #collapse01 {
	max-height: var(--max-height);
}

#tog02,
#collapse02 {
	transition: max-height var(--exp-col-speed) ease-in-out;
	max-height: 0em;
	overflow: hidden;
}

#tog02:checked + #collapse02 {
	max-height: var(--max-height);
}

    .gambar50 {
        width: auto;
        height: 50px;
    }

    .margin-5 {
        margin: 5px;
    }

    .fs-normal {
        font-style: normal;
    }

    .br-black {
        border-radius: 50px;
		padding: 5px 15px;
        background-color: var(--bg-primary-color);
    }

    .footer-social-icon {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-around; /* bisa diganti dengan space-between jika perlu */
		align-items: center;
		gap: 16px; /* jarak antar gambar */
		padding: 20px;
        background-color: #F9F7F7;
		margin-bottom: 10px;
    }

	.marquee {
		overflow: hidden;
		font-family: "Pridi", sans-serif;
		font-weight: 600;
		font-size: 34px;
		text-transform: uppercase;
		background-color: #FFDC00;
	  }
	  
	  .marquee__inner {
		display: flex;
	  }
	  
	  .marquee__line {
		flex-shrink: 0;
		margin: 0;
		padding: 10px 15px;
		/*min-width: 100%;*/
		white-space: nowrap;
		animation: marquee 20s linear infinite;
		/* animation-name: marqueeLine;*/
		/*animation-duration: 10s;*/
		/*animation-timing-function: ease-in-out;*/
		/*animation-iteration-count: infinite; */
	  }

	  @keyframes marquee {
		0% {
		  transform: translate(0, 0);
		}
		100% {
		  transform: translate(-100%, 0);
		}
	  }
	  
	  
	  @keyframes marqueeLine {
		from {
		  transform: translateX(0);
		}
		
		to {
		  transform: translateX(-100%);
		}
	  }