@charset "utf-8";

#logo {
	height: 60px;
	width: 60px;
	margin-left: 20px;
}

.navbar-nav .nav-link.active {
	font-weight: bold;

}

.nav-link {
	color: white !important;

	font-weight: bold !important;
	margin-left: 20px;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
	color: yellow !important;
}

#footerlogo {
	width: 150px ! important;
	height: 150px ! important;
	align-items: center;
	padding: 5px;
}


/* .btn {
	border: 2px solid black;
	background-color: white;
	color: black;
	font-size: 16px;
	cursor: pointer;
} */

.danger {
	border-color: #f44336;
	color: red;
}

.danger:hover {
	background: #f44336;
	color: white;
}

.img-dip {
	width: 100%;
	height: auto;
}

#dip {
	background: url('img/dsm_bg.jpg') no-repeat;
	background-size: cover;
	background-position: center center;
	height: 600px;
	background-image: linear-gradient(to right, rgb(20, 105, 2), rgb(248, 248, 22));
}
#newProduct{
	background-color: #8a3424;
	height:400px ;
}

.custom-bg {
	background: url('img/main_bg.jpg') no-repeat;
	background-size: cover;
	background-position: center center;
	height: 650px;
}

/* .main-img-zinza{
	margin-top: 85px;
} */

.top-aligned-image {
	object-fit: cover;
	object-position: top center;
	height: auto;
	width: 100%;

	position: relative;
	top: 0;
	left: 0;
}

.img-fluid {
	/* width: 100%; */
	height: auto;
}

.custom-heading {
	font-size: 7rem;
	font-weight: bold;
	color: green
}





@media (max-width: 576px) {
	.custom-bg {
		height: auto;
		padding: 20px;
	}

	.custom-heading {
		font-size: 3rem !important;
		font-weight: bold;
	}

	#dip {
		max-height: 700px;
	}

	.top-aligned-image {
		height: 500px;
	}

	.addcol {
		text-align: center;
	}

	.subscribeForm {
		text-align: center;

	}

	.custom-heading {
		font-size: 24px;
	}

	.fab {
		padding: 10px;
		font-size: 30px;
		text-align: center;
		text-decoration: none;
	}
}

@media (max-width: 767px) {
	.top-aligned-image {
		height: 200px;
		/* Adjust the height as per your preference */
	}

	.p-5 {
		padding: 3rem;
	}

	.align-items-center {
		align-items: flex-start;
		/* Align items to the top on small devices */
	}

	video {
		height: 400px;
		/* Reduce video height on small devices */
	}
	.col-md-6 {
		text-align: center;
	}

	.col-6 {
		width: 100%;
		margin: 10px 0;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.top-aligned-image {
		height: 300px;
		/* Adjust the height as per your preference */
	}
}

@media (min-width: 992px) {
	.top-aligned-image {
		height: 400px;
		/* Adjust the height as per your preference */
	}
}

.fab {
	padding: 10px;
	font-size: 30px;

	text-align: center;
	text-decoration: none;
}

/* Add a hover effect if you want */
.fab:hover {
	opacity: 0.7;
}

/* Set a specific color for each brand */

/* Facebook */
.fab-facebook {

	color: white;
}

/* Twitter */
.fab-twitter {

	color: white;
}

.follow-text {
	font-size: 22px;
}