/*--- page ---*/

/* body {
	padding: 0;
	margin: 0;
	background: #08010f; 
	color: #dee2e6;
} */

@font-face {
	font-family: 'ZingRust';
	src: url('font/zing/ZingRustDemo-Base.otf') format('opentype');
	font-weight: normal;
	font-style: normal;
}


body {
	background-image: url('images/interface/wood.png');
	/* Path to your local image */
	background-repeat: repeat-y;
	/* Repeat only vertically */
	background-position: center;
	/* Center horizontally */
	background-size: 100% auto;
	/* Stretch width to fit screen, keep natural height */
	margin: 0;
	/* Remove default margin */
	font-family: 'ZingRust', sans-serif;
}


.grey {
	color: #545454 !important
}

.red {
	color: #ca0b3d !important;
}

/*--- navigation bar ---*/

.navbar {
	background: rgba(0, 0, 0, 0.6);
}

.nav-link,
.navbar-brand {
	background-image: url('images/interface/paper.png');
	background-size: 100% 100%;
	background-position: center;
	background-repeat: no-repeat;
	padding: 5px 45px;
	margin-right: 15px;
	cursor: pointer;
	color: #545454;
}

.navbar-brand:hover,
.nav-link:hover {
	color: #ca0b3d;
}

.navbar-collapse {
	justify-content: flex-end;
}

/*--- header ---*/

.header {
	background-size: cover;
	background-position: center;
	position: relative;
}

.overlay {
	position: absolute;
	min-height: 100%;
	min-width: 100%;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, 0.6);
}

.description {
	text-align: center;
}

.description h1 {
	color: #545454;
}

.description h1 b {
	color: #ca0b3d
}

.description p {
	color: #545454;
	font-size: 1.3rem;
	line-height: 1.5;
}

.description button {
	border: 1px solid #160229;
	background: #160229;
	border-radius: 0;
	color: #dee2e6;
}

.description button:hover {
	border: 1px solid #dee2e6;
	background: #dee2e6;
	color: #000;
}

/*--- feature section ---*/
.carousel-item img {
	max-height: 500px;
	/* Set your desired maximum height */
	max-width: 80%;
	object-fit: contain;
	/* Ensure the image is not cropped */
	display: block;
	/* Make the image a block element */
	margin: auto;
	/* Center the image horizontally */
}

.carousel-control {
	background: none;
	border: none;
	height: 10%;
	align-self: center;
}

.carousel .feature-title {
	text-align: center;
}

.features {
	margin: 4em auto;
	padding: 1em;
	position: relative;
	color: #dee2e6;
}

.feature-title {
	color: #dee2e6;
	font-size: 1.3rem;
	font-weight: 700;
	margin-bottom: 20px;
	text-transform: uppercase;
}

.features img {
	-webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
	box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
	margin-bottom: 16px;
}

.features .form-control,
.features input {
	border-radius: 0;
	background-color: #dee2e6;
}

.features .btn {
	background-color: #160229;
	border: 1px solid #160229;
	color: #dee2e6;
	margin-top: 20px;
}


.features .btn:hover {
	background-color: #333;
	border: 1px solid #333;
}

/*--- textures ---*/
.paper-box {
	background-image: url('images/interface/paper.png');
	background-size: 100% 100%;
	background-position: center;
	background-repeat: no-repeat;
	padding: 20px 80px;
}


/*--- team section ---*/

.background {
	background: rgba(0, 0, 0, 0.6);
	padding: 150px 0;
}

.team {
	color: #dee2e6;
	padding: 0 180px;
}

.team .card-columns {
	-webkit-column-count: 4;
	-moz-column-count: 4;
	column-count: 4;
}

.team .card-body
{
	padding-left: 0;
	padding-right: 0;
}

.team img {
	outline: #7e7585;
	outline-width: 2px;
	outline-style: solid;
}

.team .card {
	background: none;
	border: none;
}

.team .card-title {
	font-size: 1.3rem;
	margin-bottom: 0;
	text-transform: uppercase;
}

.team .row {
	justify-content: space-around;
}

/*--- footer ---*/

.page-footer {
	background-color: #222;
	color: #ccc;
	padding: 60px 0 30px;
}

.footer-copyright {
	color: #666;
	padding: 40px 0;
}

/*--- modal ---*/

#demo-modal .modal-content {
	border-radius: 0;
	padding: 2rem;
}

#demo-modal .modal-header {
	border-bottom: none;
}

#demo-modal h4 {
	color: #000;
	font-size: 30px;
	margin: 0 0 25px;
	font-weight: bold;
	text-transform: capitalize;
}

#demo-modal .close {
	background: #c0c3c8;
	border-radius: 50%;
	color: #fff;
	font-size: 19px;
	font-weight: normal;
	height: 30px;
	opacity: 0.5;
	padding: 0;
	position: absolute;
	right: 26px;
	text-align: center;
	top: 26px;
	width: 30px;
}

#demo-modal .close span {
	position: relative;
	top: -3px;
}

#demo-modal .modal-body p {
	color: #999;
}

#demo-modal .form-control,
#demo-modal .btn {
	min-height: 46px;
}

#demo-modal .btn {
	background-color: #1da098;
	border: none;
	color: #fff;
	min-width: 150px;
	transition: all 0.4s;
}

#demo-modal .btn:hover,
#demo-modal .btn:focus {
	background-color: #12968d;
}

/*--- socials ---*/
.social-icons {
	display: flex;
	gap: 15px;
	/* Space between icons */
	justify-content: center;
	/* Center the icons */
	list-style: none;
	/* Remove list styles */
	padding: 0;
	margin: 20px 0 0 0;
}

.social-icons a {
	text-decoration: none;
	/* Remove underline */
	color: #555;
	/* Default color for icons */
	font-size: 24px;
	/* Size of the icons */
	transition: color 0.3s ease;
	/* Smooth hover effect */
}

.social-icons a:hover {
	color: #ca0b3d;
}

/* Brand Colors on Hover */
.social-icons a {
	color: #545454;
}

/*--- media queries ---*/

@media (max-width: 991.98px) {

	.team {
		padding: 0 15px;
	}

}

@media (max-width: 575.98px) {

	.description {
		left: 0;
		padding: 0 15px;
		position: absolute;
		top: 10%;
		transform: none;
		text-align: center;
	}

	.description h1 {
		font-size: 2em;
	}

	.description p {
		font-size: 1.2rem;
	}

	.features {
		margin: 0;
	}

	.team {
		max-width: 60%;
	}

	#demo-modal .btn {
		min-width: auto;
	}

}