* {
	margin:0;
	padding:0;
}

body {
	background-color:white;
	width:100%;
	font-family:"Montserrat", "Raleway", "Archivo Narrow", sans-serif;
}

/*styling for floating whatsapp button*/
.whatsapp-float {
	position:fixed;
	bottom:20px;
	right:20px;
	z-index:9999;
	border-radius:50%;
	padding:10px;
}

.whatsapp-float > img {
	height:80px;
	width:80px;
}

/*styling for sections*/

section {
	opacity:0;
	transform:translateY(50px);
	transition:opacity 1s ease, transform 1s ease;
}

section.show {
	opacity:1;
	transform:translateY(0);
}

/*styling for header section*/

.header {
	background-color:rgb(255, 255, 255, 0.5);
	height:auto;
	display:flex;
	justify-content:space-between;
	color:black;
	border-bottom-right-radius:30px;
	border-bottom-left-radius:30px;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	z-index:1000;
	transition:all 1s ease;
}

.header.shrink {
	background-color:rgba(255, 255, 255, 0.9);
}

.header.shrink .star-logo{
	height:70px;
	width:70px
}

.star-logo {
	height:100px;
	width:100px;
}

.toggle-button {
	margin-right:10px;
	width:12%;
	height:50px;
	border:none;
	font-size:25px;
	font-weight:bold;
	margin-top:20px;
}

.navbar {
	font-size:2.5em;
	display:none;
	position:absolute;
	width:50%;
	height:100dvh;
	background-color:rgb(0, 0, 0, 0.5);
	color:white;
}

.navbar > ul > li > a {
	color:white;
	text-decoration:none;
}

.navbar.active {
	display:block;
}

.navbar > ul > li {
	padding-top:20px;
}

/*styling for about section */
.ltd {
	color:blue;
}

.about {
	background-image:url("../images/construction1.jpg");
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	height:100%;
	text-align:center;
	color:white;
}

.about-all {
	height:100%;
}

.about > .about-all > h2 {
	padding-top:4.5em;
}

.about > .about-all > h3 {
	padding-top:1em;
	font-size:40px;
}

.about-us {
	padding-top:1em;
	font-size:1.5em;
	padding-bottom:1.5em;
}

.about > .about-all > button {
	margin-top:50px;
	margin-bottom:10px;
	height:50px;
	width:40%;
	font-size:1.1em;
	color:blue;
	border:3px solid orange;
}

.shop-now {
	border-radius:30px;
}


/*styling for products section*/

.product-wrapper {
	background-color:whitesmoke;
	height:100%;
}

.product-categories {
	background-size:cover;
	background-repeat:no-repeat;
	height:auto;
	background-color:rgb(29, 41, 41, 0.8);
	color:black;
}

.construction-images{
	padding-top:3em;
	align-content:center;
}

.building-materials {
	height:20em;
	width:90%;
	padding-left:20px;
}

.construction-worker {
	height:20em;
	width:90%;
	padding-left:20px;
	padding-bottom:20px;
}

.categories > button {
	border:none;
	text-align:center;
	padding-bottom:30px;
}

.product-categories > .product-wrapper > h2 {
	padding-top:1em;
	text-align:center;
	color:blue;
	font-size:50px;
	text-decoration:underline;
	text-decoration-color:orange;
}

.product {
	color:black;
	margin-top:40px;
	text-align:left;
	height:auto;
	width:auto;
	border-radius:15px;
	display:flex;
	flex-direction:column;
	background:white;
	overflow:hidden;
	border:1px solid #ddd;
}

.product > img {
	height:200px;
	width:100%;
	border:none;
	padding-top:20px;
	border-radius:30px;
	margin-left:10px;
	object-fit:cover;
}

.product-info {
	padding:1em;
	display:flex;
	flex-direction:column;
	justify-content:space-between;
	flex-grow:1;
}

.product-info h3 {
	margin:0.5em 0;
	font-size:1.2em;
	color:blue;
}

.product-info p {
	margin:0.3em 0;
	font-size:1em;
}

.product-info .buy-now {
	margin-top:auto;
	background:black;
	color:white;
	border:none;
	padding:0.6em 1.2em;
	border-radius:8px;
	font-size:1em;
}

.product {
	position:relative;
	overflow:hidden;
}

.products {
	display:grid;
	grid-template-columns:1fr 1fr;
	gap:10px;
}
/*
.buy-more {
	text-align:center;
	margin-top:90%;
	left:40px;
	position:absolute;
}

.buy-more > button {
	height:2.5em;
	width:5em;
	opacity:0.7;
	border-radius:30px;
	font-size:20px;
	font-weight:bold;
	border:none;
}
*/
.view-more {
	text-align:center;
	margin-top:5em;
	margin-left:25%;
	height:70px;
	width:50%;
	margin-bottom:30px;
	border-radius:30px;
	border:none;
	font-size:30px;
	font-weight:bold;
	border:3px solid orange;
	color:blue;
}

.view-more:hover {
	background-color:orange;
	border:3px solid blue;
}

.buy-now {
	background-color:black;
	color:white;
	transition:background-color 0.5s ease-in-out;
}

.buy-now.blink {
	background-color:white;
	color:black;
}

/*styling for choose us section*/

.choose-us {
	height:auto;
	text-align:center;
	background-color:white;
	border:none;
}

.choose-us > h1 {
	padding-top:6em;
}

.choose-us > ul {
	padding-bottom:2em;
}

.choose-us > ul > li {
	font-size:25px;
	padding-top:10px;
}

.why-choose-us {
	color:blue;
	text-decoration:underline;
	text-decoration-color:orange;
	font-weight:bolder;
	font-size:40px;
}

/*styling for contacts section*/

.contacts {
	text-align:center;
	background-color:white;
}

.contacts > h1 {
	color:blue;
	text-decoration:underline;
	text-decoration-color:orange;
	padding-top:3em;
}

.whatsapp {
	padding-top:2em;
	padding-bottom:2em;
	height:100px;
	width:100px;
}

/*styling for footer section*/
.footer {
	color:black;
	height:auto;
	background-color:white;
	text-align:center;
	font-size:20px;
	border-top:3px solid orange;
}

.footer-info {
	padding-top:20px;
	padding-bottom:20px;
}

.footer-info a {
	text-decoration:none;
}
.footer-info > p {
	color:grey;
	font-size:20px;
}

.tick-color{
	color:orange;
}

@media only screen and  (min-width:1000px) { /*styling for screens larger than 1000px*/

	/*styling for whatsapp button*/
	.whatsapp-float:hover {
		transform:scale(1.1);
	}

	.whatsapp-float > img {
		height:100px;
		width:100px;
	}

	/*styling for header*/

	.header.shrink {
		padding:0.5em 2em;
		background-color:rgba(255, 255, 255, 0.9);
	}

	.header.shrink .star-logo{
		height:70px;
		width:70px
	}

	/*styling for navbar*/
	.toggle-button {
		display:none;
	}
	
	.navbar {
		font-size: 2em;
		display: flex;
		justify-content: flex-end;
		align-items: center;
		gap: 2rem;
		position: static;
		width: auto;
		height: auto;
		background: transparent;
		color: white;
		font-weight:bold;
	}

	.navbar ul {
		display: flex;
		list-style: none;
		gap: 2rem;	
		margin-right:2em;
	}

	.navbar ul li a {
		color: blue;
		text-decoration: none;
		transition: color 0.3s ease;
	}

	.navbar ul li a:hover {
		color: orange;
	}

	
	.star-logo {
		height:15%;
		width:15%;
	}

	/*styling for hero section*/

	.about {
		font-size:40px;
	}
	
	.about > .about-all > h2 {
		padding-top:5em;
	}
	
	.about > .about-all > h3 {
		padding-top:0.5em;
		font-size:60px;
		color:white;
	}
	
	.about > .about-all > button {
		height:70px;
		width:40%;
		font-size:1.1em;
		margin-top:1.5em;
		background-color:white;
		border:5px solid orange;
	}
	
	.shop-now {
		color:blue;
		border-radius:30px;
	}

	.about > .about-all > button:hover {
		border:3px solid blue;
		background-color:orange;
	}
	
	.shop-now:hover {
		color:blue;
		border:3px solid blue;
		cursor:pointer;
	}
	
	.about-us > p {
		font-size:0.7em;
		color:white;
	}
	
	.about-us {
		padding-top:0.5em;
	}
	
	/*styling for images below hero section*/
	.construction-images {
		display:flex;
		gap:10px;
	}

	.building-materials {
		height:40em;
		width:40%;
		border-radius:0%;
	}

	.construction-worker {
		height:40em;
		width:55%;
		padding-left:20px;
		border-radius:0%;
	}
	
	/*styling for product display section*/
	.categories > button {
		height:4em;
		width:8em;
	}
	
	.categories > button:hover {
		color:blue;
	}
	
	.category {
		font-size:25px;
	}
	
	.products {
		display:grid;
		grid-template-columns:repeat(3, 1fr);
		gap:10px;
		border:3px solid orange;
		border-top:none;
		padding-bottom:1em;
	}

	.product {
		overflow:hidden;
		position:relative;
		border-radius:20px;
		height:30em;
		flex-direction:row;
		text-align:center;
	}

	.product .reverse {
		flex-direction:row-reverse;
	}
	
	.product > img {
		height:100%;
		width:60%;
		object-fit:cover;
	}

	.product-info {
		font-size:1.5em;
		flex:1;
		padding:2em;
		padding-right:5em;
		padding-top:5em;
	}

	.product-info > button {
		height:4em;
		width:6em;
		opacity:0.7;
		border-radius:30px;
		font-weight:bold;
		font-size:20px;
		border:none;
		margin-top:2em;
	}

	.product-info > button:hover {
		cursor:pointer;
	}

	.what-we-sell {
		text-decoration:underline;
		text-decoration-color:orange;
	}
	
	/*.buy-more {
		text-align:center;
		margin-top:60%;
		left:30%;
		position:absolute;
		text-align:center;
	}
	
	.buy-more > button {
		height:3em;
		width:5em;
		opacity:0.7;
		border-radius:30px;
		font-size:30px;
		font-weight:bold;
		border:none;
	}

	.buy-more > button:hover {
		cursor:pointer;
	}*/



	.view-more:hover {
		color:blue;
		cursor:pointer;
	}

	/*Styling for footer section*/

	.whatsapp {
		cursor:pointer;
	}

	.footer-info a {
		padding-top:10px;
		color:inherit;
		cursor:pointer;
	}

	.footer .business-name {
		color:grey;
	}
}