/* homepage new styles start here */

.carousel-caption {
	right: 0;
	bottom: 0;
	left: 0;
	height: 400px;
	top: 0;
	opacity: 0.9;
	color: #080808 !important;

}

p.h1.fw-bolder {
	font-size: 56px;
}

p.fs-2.sub-text {
	font-size: 18px !important;
	line-height: 24px;
}

.carousel-indicators [data-bs-target] {

	background-color: #0c0b0b;


}

.carousel-item {
	height: 400px;

}

svg {
	display: inline-block;

	width: 100%;

	overflow: hidden;
}

.bg-danger,
.btn-danger,
.btn-outline-danger:hover {
	background-color: #971d20 !important;

}

.text-danger {
	color: #971d20 !important;
}


.btn-outline-danger {
	color: #971d20 !important;
	border-color: #971d20 !important;

}

.custom-shape-divider-bottom-1635796274 {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	overflow: hidden;
	line-height: 0;
	transform: rotate(180deg);
}

.custom-shape-divider-bottom-1635796275 {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	overflow: hidden;
	line-height: 0;
	transform: rotate(180deg);
}

.custom-shape-divider-bottom-1635796274 svg {
	position: relative;
	display: block;
	width: calc(100% + 1.3px);
	height: 39px;
}

.custom-shape-divider-bottom-1635796275 svg {
	position: relative;
	display: block;
	width: calc(100% + 1.3px);
	height: 39px;
}

.custom-shape-divider-bottom-1635796274 .shape-fill {
	fill: #971D20;
}

.custom-shape-divider-bottom-1635796275 .shape-fill {
	fill: #50505030;
}

.carousel-t1 {
	font-size: 48px;
	text-transform: uppercase;
	line-height: 1.333;
}

.carousel-t2 {
	font-size: 21.333px;
	text-transform: uppercase;
	line-height: 1.5;


}

.carousel-t3 {
	color: #fff;
}

/* media query for mobile size  */
@media only all and (max-width:30em) {
	.carousel-t1 {
		font-size: 26px;
	}

	p.carousel-t2 {
		font-size: 14.33px;
		min-height: 84px;
	}
}

/* homepage new styles end here */
