/*
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-web-banner {
	padding: 10rem 0rem;
	background-color: #000;
	background-size: 400px;
	background-repeat: no-repeat;
	background-position: center bottom;
	background-attachment: scroll;
}

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

.homepage .home-description .title {
	font-size: 1.8rem;
	font-family: var(--heading-font);
	color: #E7D283;
}

.homepage .home-description .sub-title {
	margin-bottom: 1.5rem;
	line-height: 30px;
	font-size: 1.2rem;
	font-weight: bold;
	text-transform: uppercase;
	color: #D1BC70;
}

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

.homepage .home-escorts-type {
	padding: 4rem 0rem;
	background-color: #1D1616;
}

.homepage .home-escorts-type .title {
	font-size: 1.3rem;
	font-family: var(--heading-font);
	margin-bottom: 1rem;
	background-color: #E5D0AC;
	display: inline-block;
	padding: 0px 10px;
	border-radius: 5px 10px;
	box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
	color: #000;
}

.home-escorts-type figure {
  border: 5px solid #E5D0AC;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.homepage .home-escorts-type .details{
	font-size: 14px;	
	padding: 0px 1.5rem;
	color: #C8C18F;
}

.homepage .home-escorts-type .title.nopadding {
	padding-bottom: 0rem;
}

.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: #F2EAD3;
}

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

.homepage .home-profile figure figcaption {
	padding: 10px 0px;
	text-align: center;
	font-size: 14px;
	background-color: #B70404;
	border-radius: 0px 0px 5px 5px;
}

.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 {
	padding: 4rem 0rem;
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: scroll;
	background-size: cover;
}

.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: #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: #E6D2AA;
	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-web-banner {
		padding: 10rem 0rem;
	}

	.homepage .home-banner {
		padding: 5rem 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-web-banner {
		padding: 12rem 0rem;
	}

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

	.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: 2.5rem;
		line-height: 60px;
	}
}

@media (min-width: 992px) {
	.homepage .home-web-banner {
		padding: 12rem 0rem;
	}

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

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

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

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

@media (min-width: 1200px) {
	.homepage .home-web-banner {
		padding: 14rem 0rem;
	}

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

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

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

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

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

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