/* elemen utama */

* {
	font-family: sans-serif;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
/* akhir elemen utama */


/* elemen pembantu */

body {
	background: greenyellow;
	background: url('./img/bg7.png');
	background-size: cover;
	background-repeat: no-repeat;
}

.header {
	position: relative;
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: linear-gradient(to right, ghostwhite, dodgerblue, midnightblue);
	padding: 0 25px;
	transition: 0.3s;
	position: sticky;
	position: -webkit-sticky;
	top: 0;
	z-index: 1;
	opacity: 0.96;
}
/* akhir elemen pembantu */


/* elemen logo */

.logo img {
	display: block;
	width: 100px;
	height: 100px;
	margin-top: -6px;
}
/* akhir elemen logo */


/* elemen menu dan hamburger*/

.navigation {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.menu {
	display: flex;
	justify-content: center;
	flex-direction: row;
	align-items: center;
	z-index: 1;
	transition: 0.5s;
}

.menu li {
	list-style-type: none;
}

.menu li a {
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 40px 25px;
	font-size: 18px;
	line-height: 1;
	transition: 0.3s;
}

.menu li a:hover {
	box-shadow: 0 -5px 0px #fff inset,
	500px 0 0 rgba(255, 255, 255, 0.03) inset;
	padding: 35px 25px 45px 25px;
}

.hamburger {
	position: relative;
	width: 30px;
	height: 4px;
	background: white;
	border-radius: 10px;
	cursor: pointer;
	z-index: 2;
	transition: 0.3s;
}

.hamburger:before,
.hamburger:after {
	content: "";
	position: absolute;
	height: 4px;
	right: 0;
	background: white;
	border-radius: 10px;
	transition: 0.3s;
}

.hamburger:before {
	top: -10px; 
	width: 20px;
}

.hamburger:after {
	top: 10px;
	width: 25px;
}

.toggle-menu {
	position: absolute;
	width: 30px;
	height: 100%;
	z-index: 3;
	cursor: pointer;
	opacity: 0;
}

.hamburger,
.toggle-menu {
	display: none;
}

.navigation input:checked ~ .hamburger {
	background: transparent;
}

.navigation input:checked ~ .hamburger:before {
	top: 0;
	transform: rotate(-45deg);
	width: 30px;
}

.navigation input:checked ~ .hamburger:after {
	top: 0;
	transform: rotate(45deg);
	width: 30px;
}

.navigation input:checked ~ .menu {
	right: 0;
	box-shadow: -20px 0 40px rgba(0, 0, 0, 0.3);
}
/* akhir elemen menu dan hamburger */


/* elemen responsive menu dan hamburger */

@media screen and (max-width: 960px) {
	.hamburger,
	.toggle-menu {
		display: block;
	}
	.header {
		padding: 10px 20px;
	}
	.menu {
		justify-content: start;
		flex-direction: column;
		align-items: center;
		position: fixed;
		top: 0;
		right: -300px;
		background: dodgerblue;
		width: 225px;
		height: 100%;
		padding-top: 65px;
	}
	.menu li {
		width: 100%;
	}
	.menu li a {
		transition: 0.2s all;
		text-decoration: none;
	}
	.menu li a:hover {
		transform: scale(1.08);
	}
	.menu li a,
	.menu li a:hover {
		padding: 30px;
		font-size: 20px;
		box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) inset;
	}
}
/* akhir elemen responsive menu dan hamburger */


/* contact */

.heading h1 {
	text-align: center;
	font-size: 30px;
	margin-top: 10px;
}

.heading p {
	text-align: center;
	font-size: 17px;
	margin-top: 7px;
}

.contact-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 1rem;
	margin-top: 3rem;
	margin-left: 70px;
}

.contact-info {
	flex: 1 1 20rem;
}

.contact-form {
	flex: 1 1 20rem;
	display: flex;
	justify-content: center;
	margin-right: 30px;
}

.contact-info h1 {
	font-size: 1.7rem;
	color: black;
}

.contact-info p {
	margin: 0.5rem 0 1rem;
	font-size: 17px;
}

.address {
	display: flex;
	flex-direction: column;
}

.address svg {
	display: flex;
	align-items: center;
	margin-bottom: 1rem;
	font-size: 20px;
}

.address span {
	font-size: 1rem;
	margin-left: 0rem;
	display: flex;	
}

.address p {
	margin-left: 5px;
	margin-top: 5px;
}

.address1 {
	display: flex;
	flex-direction: column;
}

.address1 svg {
	display: flex;
	align-items: center;
	margin-bottom: 1rem;
	font-size: 20px;
}

.address1 span {
	font-size: 1rem;
	margin-left: 0rem;
	display: flex;	
}

.address1 p {
	margin-left: 5px;
	margin-top: 10px;
}

.address2 {
	display: flex;
	flex-direction: column;
}

.address2 svg {
	display: flex;
	align-items: center;
	margin-bottom: 1rem;
	font-size: 20px;
}

.address2 span {
	font-size: 1rem;
	margin-left: 0rem;
	display: flex;	
}

.address2 p {
	margin-left: 5px;
	margin-top: 5px;
}

.social {
	margin-top: 1rem;
}

/* social media */

.social-media {
	margin-left: 15px;
	margin-top: 10px;
}

.social-media .container .sosmed-link {
	display: flex;
	justify-content: center;
	padding-bottom: 40px;
	padding-right: 20px;
	padding-left: 20px;
}

.social-media .container .sosmed-link .sosiaLink {
	width: 2.50em;
	height: 2.50em;
	margin-right: 1.25em;
	border-radius: 9999em;
	display: flex;
	justify-content: center;
	align-items: center;
	color: rebeccapurple;
	text-decoration: inherit;
	border-bottom: 1px solid;
	border-right: solid;
}

.social-media .container .sosmed-link .fill-current {
	fill: currentColor;
}

.social-media .container .sosmed-link .sosiaLink:hover {
	color: white;
	background-color: cadetblue;
}
/* akhir social media */

.contact-form form {
	width: 80%;
	display: flex;
	flex-direction: column;
}

form input,
textarea {
	width: 100%;
	padding: 17px;
	border-radius: 0.5rem;
	outline: none;
	margin-bottom: 1rem;
	border: 2px solid darkslateblue;
	box-shadow: 0 4px 4px 2px rgb(14, 55, 54 / 15%);
}

form input::placeholder,
textarea::placeholder {
	color: darkslateblue;
}

form textarea {
	resize: none;
	height: 150px;
}

form .btn {
	max-width: 100px;
	background: darkslateblue;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	border: none;
}

form .btn:hover {
	background: steelblue;
}


/* footer */

footer {
	margin-top: 28px;
}

footer b {
	color: steelblue;
}
/* akhir footer */


/* elemen responsive */

@media screen and (max-width: 960px) {
	.address span svg {
		width: 65px;
	}
}
/* akhir elemen responsive */


/* elemen responsive menu dan hamburger */

@media screen and (max-width: 640px) {
	.hamburger,
	.toggle-menu {
		display: block;
	}
	.header {
		padding: 10px 20px;
	}
	.menu {
		justify-content: start;
		flex-direction: column;
		align-items: center;
		position: fixed;
		top: 0;
		right: -300px;
		background: dodgerblue;
		width: 175px;
		height: 100%;
		padding-top: 65px;
	}
	.menu li {
		width: 100%;
	}
	.menu li a {
		transition: 0.2s all;
		text-decoration: none;
	}
	.menu li a:hover {
		transform: scale(1.08);
	}
	.menu li a,
	.menu li a:hover {
		padding: 30px;
		font-size: 17px;
		box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) inset;
	}
}
/* akhir elemen responsive menu dan hamburger */


/* elemen responsive */

@media screen and (max-width: 640px) {
	.contact-container {
		margin-left: 25px;
		margin-right: 25px;
	}
	.address span svg {
		width: 75px;
	}
}
/* akhir elemen responsive */