/*
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.
*/
/*
	font-family: "Work Sans", sans-serif;
	font-family: "Special Gothic Expanded One", sans-serif;
    Created on : 22-Jan-2025, 4:00:08 pm
    Author     : Ajit Chandra
*/
.homepage .mainbanner {				
	background-color: #303030;
	background-attachment: scroll;
	background-position: center bottom;
	background-size: 350px 300px;
	background-repeat: no-repeat;
	padding-top: 21rem;
}


.homepage .mainbanner .title {
	font-family: var(--heading-font);
	font-size: 1.5rem;
	text-shadow: 0px 0px 3px #000;
	color: #DDEB9D;
	z-index: 9;	
	line-height: 30px;
	padding-bottom: 2rem;
}
.section-title {
	margin-bottom: 1.5rem;
}

.section-title .title {
	text-shadow: 0px 0px 5px #cbcbcb;
}

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

.homepage .home-profiles figure {
	border: 2px solid #fff;
	box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}

.homepage .home-about-me {
	padding: 4rem 0rem;
	background-color: #1D1616;
	color: #fff;
}

.homepage .home-about-me p {
	font-size: 14px;
}

.homepage .home-services {
	padding: 3rem 0rem;
	background-color: #F1F1F1;
}

.homepage .home-services figure {
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.homepage .home-services figure figcaption {
	background-color: #5C0011;
	color: #fff;
	text-align: center;
	padding: 7px 0px;
	font-weight: bold;
}

.homepage .page-content .rank-math-block .rank-math-list .rank-math-list-item .rank-math-question {
	font-size: 18px;
	font-family: var(--heading-font);
}

.homepage .page-content .rank-math-block .rank-math-list .rank-math-list-item .rank-math-answer p {
	font-size: 14px;
}

.homepage .home-keywords {
	padding-top: 3rem;
}

.homepage .home-keywords ul {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin: 0 auto;
	padding-bottom: 10px;
	text-align: justify;
	list-style: none;
}

.homepage .home-keywords ul>li {
	position: relative;
	margin: 5px;
	overflow: hidden;
}

.homepage .home-keywords ul>li>a {
	width: 100%;
	display: inline-block;
	text-align: center;
	color: #fff;
	padding: 8px 10px;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
	border-radius: 3px;
	background-color: initial;
	background: #00425a;
	background: linear-gradient(0deg, #00425a 0%, #205e61 100%);
}

.homepage .home-keywords ul>li>a:hover {
	text-decoration: underline;
}

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

@media (min-width: 576px) {
	.homepage .mainbanner {
		padding-top: 12rem;
    padding-bottom: 2rem;
    background-position: 90% bottom;
    background-size: 260px 223px;
	}
	.homepage .mainbanner .title { 
		font-size: 1.4rem;
		line-height: 30px;
	} 
}

@media (min-width: 768px) {
	.homepage .mainbanner {
		padding-top: 15rem;
    padding-bottom: 4rem;
    background-position: 85% bottom;
    background-size: 350px 300px;
	}
	.homepage .mainbanner .title { 
		font-size: 1.8rem;
		line-height: 35px;
	} 
}

@media (min-width: 992px) {
	.homepage .mainbanner {
		padding-top: 17rem;
    padding-bottom: 4rem;
    background-position: 90% bottom;
    background-size: 450px 386px;
	}
	.homepage .mainbanner .title { 
		font-size: 2.5rem;
		line-height: 50px;
	} 
}

@media (min-width: 1200px) {
	.homepage .mainbanner {
		padding-top: 19rem;
    padding-bottom: 4rem;
    background-position: 90% bottom;
    background-size: 500px 429px;
	}
	.homepage .mainbanner .title { 
		font-size: 3rem;
		line-height: 60px;
	}
}

@media (min-width: 1400px) {
	.homepage .mainbanner {
		background-size: 600px 514px;
		background-position: 80% bottom;
		padding-top: 22rem;		
	}
	.homepage .mainbanner .title { 
		font-size: 3.2rem;
		line-height: 60px;
	} 
}