/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 22-Jan-2025, 4:00:17 pm
    Author     : Ajit Chandra
*/

.homepage .home-banner {
	padding: 10rem 0rem;
	background-size: 220px;
	background-repeat: no-repeat;
	background-position: center bottom;
	background-attachment: scroll;
	background-origin: border-box;
	background-color: #000;
}
.homepage .link-btn a{
	border: 1px solid #fff;
	color: #fff;
	display: inline-block;
	padding: 5px 10px;
	font-size: 14px;
	text-decoration: none;
	margin-top: 25px;
}
.homepage .home-about-us {
	background-color: #81162c;	
	padding: 4rem 0rem;	
}
.homepage .home-about-us .title {
	font-size: 1.5rem;
    font-family: var(--heading-font);
    font-weight: 700;
    margin-bottom: 15px;
    border-bottom: 2px solid #fff;
    display: inline-block;
}
.homepage .home-about-us .about-us-image {
	border-radius: 0px 15%;
}

.homepage .home-about-us .about-us-content p {
	font-size: 16px;
	margin-bottom: 10px;

}
.homepage .home-about-us .about-us-content{
	margin-bottom: 1.5rem;
}

.homepage .home-tags {
	padding-bottom: 2rem;
}

.homepage .home-tags ul {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin: 0px;
	padding: 0px;
}

.homepage .home-tags ul li {
	overflow: hidden;
	margin: 6px 8px;
	box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
	border-radius: 15px/80%;
}

.homepage .home-tags ul li a {
	border-radius: 15px/80%;
	font-size: 14px;
	font-weight: bold;
	background-color: #F4BF96;
	color: #000;
	padding: 10px 22px;
	display: inline-block;
	width: 100%;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
}

.homepage .home-tags ul li:nth-child(n+1) {
	flex-grow: 1;
}

.homepage .home-profile {
	padding: 4rem 0rem;
	background-color: #e4e4e4;
}

.homepage .home-profile figure {
	position: relative;
	box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}

.homepage .home-profile figure figcaption {
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
	padding: 10px 0px;
	text-align: center;
	text-transform: uppercase;
	font-size: 1.2rem;
	background-color: rgba(0, 0, 0, 0.6);
}

.homepage .home-area {
	background-color: pink;
	padding: 4rem 0rem;
}

.homepage .home-area .items {
	font-size: 14px;
	font-weight: bold;
	background-color: #F7EFDA;
	color: #000;
	padding: 15px 20px;
	display: inline-block;
	width: 100%;
	position: relative;
	text-decoration: none;
	text-transform: uppercase;
	box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;	
}
.homepage .home-area .items:hover:before{
	content: "\2794";
	position: absolute;
	color: #000;
	right: 0px;
	top: 50%;
	font-size: 1.2rem;
	transform: translate(-50%, -50%);
}

.homepage .home-area .link-btn a{
	background-color: #000;
}
.homepage .home-sub-banner {
	background-color: pink;
	padding: 4rem 0rem;
}

.homepage .home-sub-banner .title {
	font-size: 1.4rem;
	font-family: var(--heading-font);
	text-transform: uppercase;
	font-weight: 700;
	text-align: center;
	color: #fff;
}

.homepage .home-services {
	padding: 4rem 0rem;
	background-color: #81162c;
}

.homepage .home-services .services-box .services-image {
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.homepage .home-services .services-box .services-links {
	margin-top: 10px;
	margin-bottom: 25px;
}

.homepage .home-services .services-box .services-links .items {
	border-radius: 15px/80%;
	font-size: 14px;
	font-weight: bold;
	background-color: #1B1833;
	color: #fff;
	padding: 10px 22px;
	display: inline-block;
	width: 100%;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}

.homepage .home-faq {
	padding: 4rem 0rem;
}

.homepage .home-faq .accordion .accordion-item {
	margin: 15px 0px;
}

.homepage .home-faq .accordion .accordion-item .accordion-header .accordion-button {
	background-color: #81162c;
	color: #000;
	box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.homepage .home-faq .accordion .accordion-item .accordion-collapse .accordion-body {
	background-color: #fff;
	font-size: 15px;
}

@media (min-width: 576px) {
	.homepage .home-banner {
		padding: 10rem 0rem;		
	}

	.homepage .home-banner .title {
		font-size: 2.2rem;
		line-height: 45px;
	}

	.homepage .home-sub-banner {
		padding: 3rem 0rem;
	}

	.homepage .home-sub-banner .title {
		font-size: 2.5rem;
		line-height: 60px;
	}
}

@media (min-width: 768px) {
	.homepage .home-banner {
		padding: 12rem 0rem;
		background-size: 280px;
	}
.homepage .home-about-us .about-us-content{
	margin-bottom: 0rem;
}

	.homepage .home-sub-banner {
		padding: 8rem 0rem;
	}

	.homepage .home-sub-banner .title {
		font-size: 2.5rem;
		line-height: 60px;
	}
}

@media (min-width: 992px) {
	.homepage .home-banner {
		padding: 14rem 0rem;
		background-size: 300px;
	}

	.homepage .home-banner .title {
		font-size: 3rem;
		line-height: 60px;
	}

	.homepage .home-sub-banner {
		padding: 10rem 0rem;
	}

	.homepage .home-sub-banner .title {
		font-size: 4rem;
    line-height: 60px;
    color: #81162c;
    display: block !important;
    width: 100vw !important;   /* viewport width */
    margin-left: calc(50% - 50vw) !important; /* full-width pull-out hack */
		
		
	}
}

@media (min-width: 1200px) {
	.homepage .home-banner {
		padding: 16.5rem 0rem;
		background-size: 1350px;
	}

	.homepage .home-banner .title {
		font-size: 3.2rem;
		line-height: 60px;
	}
}

@media (min-width: 1400px) {
	.homepage .home-banner {
		padding: 19rem 0rem;
		background-size: 400px;
	}

	.homepage .home-banner .title {
		font-size: 3.2rem;
		line-height: 60px;
	}
}

/*# sourceMappingURL=home-style.css.map */