
:root{
	--black: #1B1722;
	--white: #F0F0F0;
	--box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

*{
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	margin: 0; padding: 0;
	box-sizing: border-box;
	outline: none;
	border: none;
	text-decoration: none;
	text-transform: capitalize;
	transition: .2s linear;
}

body{
	font-family: 'Quicksand', sans-serif;
	background-color:#fff;
}

.navbar{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 1.4rem 7%;
	background-color: rgb(255, 255, 255);
	border-bottom: 1px solid #90c4c4;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 999;
}

.navbar img{
	width: 9rem;
	margin-left: -3rem;
}

.navbar .navbar-logo{
	font-size: 2.5rem;
	margin-left: -33rem;
	font-weight: 700;
	color: black;
}


.navbar .navbar-nav a{
	color: #000;
	display: inline-block;
	font-size: 1.3rem;
	margin: 0 1rem;
}

.navbar .navbar-nav a:hover{
	color: burlywood;
}

.navbar .navbar-nav a::after{
	content: '';
	display: block;
	padding-bottom: 0.5rem;
	border-bottom: 0.1rem var(--black);
	transform: scaleX(0);
	transition: 0.2s linear;
}

.nabar navbar-nav a:hover::after{
	transform: scaleX(0.5);
}

.about{
	padding: 10rem;
}

.about h2{
	text-align: center;
	font-size: 2.6rem;
	margin-bottom: 3rem;
}
.about h3{
	font-size: 5rem;
	margin-bottom: 1rem;
	color: burlywood;
}

.about .row{
	display: flex;
}

.about .row .about-img{
	flex: 1 1 45rem;
}

.about .row .about-img img{
	width: 100%;
	border-radius: 0.5rem;
}




.ab{
	padding: 7rem 7% 1.4rem;
}

.ab h3{
  	font-size: 5rem;
	margin-bottom: 1rem;
  	color: burlywood;
}

.ab p{
	text-align: center;
	width: 100%;
	font-size: 1.4rem;
	margin-top: 1rem;
	text-shadow: 1px 1px 3px rgba(1, 1, 3, 0.5);
}


.ab .rw{
	display: flex;
}

.ab .rw .a-img{
	flex: 1 1 45rem;
}

.ab .rw .a-img img{
	align-items: center;
	width: 50%;
	border-radius: 0.5rem;
}


.produk{
	padding: 7rem 7% 1.4rem;
}

.produk h3{
	font-size: 5rem;
  	margin-bottom: 1rem;
	color: burlywood;
}

.produk .jahit{
	display: flex;
}

.produk .jahit .img{
	flex: 1 1 45rem;
}

.produk .jahit .img img{
	align-items: center;
	width: 50%;
	border-radius: 0.5rem;
}

.produk .jahit .img .ss{
	text-align: justify;
	width: 100%;
	font-size: 1.5rem;
	text-shadow: 1px 1px 2px rgba(1, 1, 3, 0.5);
}

  
.prosedur{
	padding: 7rem 7% 1.4rem;
}

.prosedur h3{
	font-size: 3rem;
	margin-bottom: 1rem;
	color: burlywood;
}

.prosedur b{
	font-size: 1.5rem;
}

.prosedur span{
	text-align: justify;
	width: 100%;
	font-size: 1.5rem;
	text-shadow: 1px 1px 2px rgba(1, 1, 3, 0.5);
}

.prosedur .prs{
	display: flex;
}

.prosedur .prs .p-img{
	flex: 1 1 45rem;
}

.prosedur .prs .p-img .gambar2{
	align-items: center;
	width: 100%;
	border-radius: 0.5rem;
}

.prosedur .prs .p-img .b{
	align-items: center;
	width: 100%;
	border-radius: 0.5rem;
	font-size: 1.5rem;
}

.prosedur .prs .p-img .c{
	align-items: center;
	width: 50%;
	border-radius: 0.5rem;
}

.prosedur .prs .p-img p{
	font-size: 1.5rem;
}

.prosedur .prs .p-img span{
	font-size: 1.5rem;
}














































@media (max-width: 1366px){
	html{
		font-size: 80%;
	}	
	.navbar img{
		width: 8rem;
		margin-left: -4rem;
	}
	
	.navbar .navbar-logo{
		font-size: 2rem;
		font-weight: 700;
		margin-left: -25rem;
		color: black;
	}
}

@media screen and (max-width: 970px){
	html{
		font-size: 85%;
	}
	.navbar img{
		width: 6rem;
		margin-left: -2rem;
	}

	.navbar .navbar-logo{
		font-size: 1.4rem;
		font-weight: 700;
		margin-left: -1rem;
		color: black;
	}
}

@media screen and (max-width: 820px){
	html{
		font-size: 65%;
	}

	.navbar img{
		width: 6rem;
		margin-left: -2rem;
	}

	.navbar .navbar-logo{
		font-size: 1.5rem;
		font-weight: 700;
		margin-left: -30rem;
		color: black;
	}


}

@media (max-width: 768px){
	html{
		font-size: 65%;
	}

	.navbar img{
		width: 6rem;
		margin-left: -2rem;
	}

	.navbar .navbar-logo{
		font-size: 1.5rem;
		font-weight: 700;
		margin-left: -25rem;
		color: black;
	}
	
	.about .a-img{
		flex-wrap: wrap;
	}

	.about  h3{
		margin-top: 1rem;
		font-size: 2rem;
	}
  
	.ab .rw{
		flex-wrap: wrap;
	}

	.ab h3{
		margin-top: 1rem;
		font-size: 2rem;
	}

	.ab  p{
		font-size: 1.2rem;
	}

	
	.produk .jahit{
		flex-wrap: wrap;
	}

	.produk h3{
		margin-top: 1rem;
		font-size: 2rem;
	}

	.produk .jahit .img .ss{
		font-size: 1.2rem;
	}

	
	.prosedur .prs{
		flex-wrap: wrap;
	}

	.prosedur h3{
		margin-top: 1rem;
		font-size: 2rem;
	}

	.prosedur p{
		font-size: 1.2rem;
	}

	.prosedur span{
		font-size: 1rem;
	}

	.prosedur .prs{
		display: flex;
	}
	
	.prosedur .prs .p-img{
		flex: 1 1 45rem;
	}
	
	.prosedur .prs .p-img .gambar2{
		align-items: center;
		width: 100%;
		border-radius: 0.5rem;
	}
	
	.prosedur .prs .p-img .b{
		align-items: center;
		width: 100%;
		border-radius: 0.5rem;
		font-size: 1rem;
	}
	
	.prosedur .prs .p-img .c{
		align-items: center;
		width: 50%;
		border-radius: 0.5rem;
	}
	
	.prosedur .prs .p-img p{
		font-size: 1rem;
	}
	
	.prosedur .prs .p-img span{
		font-size: 1rem;
	}
}

@media screen and (max-width: 540px){s
	.navbar img{
		width: 6rem;
		margin-left: -2rem;
	}

	.navbar .navbar-logo{
		font-size: 1.3rem;
		font-weight: 700;
		margin-left: -13rem;
		color: black;
	}
}

@media (max-width: 450px){
	html{
		font-size: 60%;
	}
	.navbar img{
		width: 6rem;
		margin-left: -2rem;
	}

	.navbar .navbar-logo{
		font-size: 1.3rem;
		font-weight: 700;
		margin-left: -1.8rem;
		color: black;
	}
}

@media screen and (max-width: 393px){
	html{
		font-size: 50%;
	}

	.navbar img{
		width: 6rem;
		margin-left: -2rem;
	}

	.navbar .navbar-logo{
		font-size: 1.5rem;
		font-weight: 700;
		margin-left: -5rem;
		color: black;
	}

}

@media screen and (max-width: 290px){
	html{
		font-size: 45%;
	}

	.navbar img{
		width: 6rem;
		margin-left: -2rem;
	}

	.navbar .navbar-logo{
		font-size: 1.3rem;
		font-weight: 700;
		margin-left: -1rem;
		color: black;
	}

}