/*
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 {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: scroll;	
	padding-top: 10rem;
	padding-bottom: 4rem;
	text-align: center;
	color: #fff;
}

.homepage .home-banner .title {
	font-size: 2.2rem;
	font-family: var(--heading-font);
	line-height: 40px;	
	color: #D39D55;
	text-shadow: 0px 0px 10px #000;
}


.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;	
}

.homepage .home-tags ul li a {	
	font-size: 14px;
	font-weight: bold;
	color: #d3d3d3;
	padding: 10px 22px;
	display: inline-block;
	width: 100%;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	border: 2px dashed #CDC2A5;
}

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

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

.homepage .home-about-us .about-us-box {
  background-color: #670D2F;
  border-radius: 50px;
}
.homepage .home-about-us .about-us-box img {
  border-radius: 50px;
}
.homepage .home-about-us .about-us-box p { font-size: 15px; }

.homepage .home-profiles-category {
	padding: 4rem 0rem;
	background-color: #000;
}

.home-profiles-category figure {
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
	border-radius: 50px;
}
.home-profiles-category figure img { border-radius: 50px; }
.home-profiles-category figure figcaption {
	text-align: center;
	padding: 10px 0px;
	background-color: #670D2F;
  font-weight: bold;
  font-size: 1.2rem;
  border-radius: 150px;
  margin-top: 10px;
}

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

.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: #E6D2AA;
	padding: 4rem 0rem;
}

.homepage .home-area .items {
	border-radius: 50px/100%;
	font-size: 14px;
	font-weight: bold;
	background-color: #821131;
	color: #fff;
	padding: 15px 20px;
	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;
	transition: all 400ms ease-in-out;
}

.homepage .home-area .items:hover {
	background-color: #99154E;
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
	position: relative;
}

.homepage .home-area .items:hover:before {
	content: '';
	border: 2px solid #fff;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	position: absolute;
	border-radius: 50px/100%;
}

.homepage .home-sub-banner {
	--s: 55px;
	/* control the size*/
	--c1: #000000;
	--c2: #1a0b0b;
	--_g: var(--c1) 90deg, var(--c2) 0 135deg, #0000 0;
	background: conic-gradient(from -45deg at calc(100%/3) calc(100%/3), var(--c1) 90deg, #0000 0), conic-gradient(from -135deg at calc(100%/3) calc(2*100%/3), var(--_g)), conic-gradient(from 135deg at calc(2*100%/3) calc(2*100%/3), var(--_g)), conic-gradient(from 45deg at calc(2*100%/3) calc(100%/3), var(--_g), var(--c1) 0 225deg, var(--c2) 0);
	background-size: var(--s) var(--s);
	padding: 4rem 0rem;
}

.homepage .home-sub-banner .title {
	font-size: 2rem;
	font-family: var(--heading-font);	
	text-align: center;
	color: #D39D55;
	text-shadow: 0px 0px 5px #000;
}

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

.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: #535353;
	color: #fff;
	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-top: 8rem;
		padding-bottom: 2rem;
		background-size: cover;
	}

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

	.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-top: 10rem;
		padding-bottom: 3rem;
		background-size: cover;
	}

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

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

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

@media (min-width: 992px) {
	.homepage .home-banner {
		padding-top: 12rem;
		padding-bottom: 4rem;
		background-size: cover;
	}

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

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

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

@media (min-width: 1200px) {
	.homepage .home-banner {
		padding-top: 18rem;
		padding-bottom: 6rem;
		background-size: cover;
	}

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

@media (min-width: 1400px) {
	.homepage .home-banner {
		padding-top: 20rem;
		padding-bottom: 6rem;
		background-size: cover;
	}
	
}

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