/*
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 : 13-Aug-2024, 4:45:17 pm
    Author     : Ajit Chandra
*/
.homepage .heading-section {
	margin-bottom: 3rem;
}

.homepage .heading-section .title {
	position: relative;
}

.homepage .heading-section .title:after {
	position: absolute;
	content: '';
	left: 0px;
	bottom: -10px;
	border-width: 1px 0px 1px 0px;
	border-style: solid;
	border-color: #E0A75E;
	padding: 2px 0px;
	width: 100%;
	z-index: 9;
}

.homepage .heading-section .title:before {
	position: absolute;
	content: "\2764";
	left: 50%;
	bottom: 0px;
	transform: translate(-50%, 70%);
	z-index: 99;
	font-size: 20px;
	color: #E0A75E;
}

.homepage .home-banner {
	padding-top: 3rem;
	padding-bottom: 6rem;
	background: #42032c;
	background: linear-gradient(0deg, #42032c 0%, black 100%);
}

.homepage .home-banner .banner-box {
	text-align: center;
}

.homepage .home-banner .banner-box .webname {
	border: 1px dashed #fff;
	display: inline-block;
	padding: 0px 5px;
	border-radius: 10px / 30%;
	font-size: 14px;
}

.homepage .home-banner .banner-box .title {
	font-family: var(--heading-font);
	font-size: 30px;
	font-weight: 500;
	line-height: 40px;
	margin-top: 10px;
	color: #E0A75E;
}

.homepage .home-banner .banner-box .description {
	font-size: 14px;
	margin-top: 15px;
	color: #838080;
}

.homepage .home-banner .banner-box .box-buttons {
	margin-top: 25px;
}

.homepage .home-banner .banner-box .box-buttons .link-booking {
	border: 2px solid #E0A75E;
	display: inline-block;
	padding: 5px 15px;
	text-decoration: none;
	color: #E0A75E;
	font-size: 14px;
	text-transform: uppercase;
}

.homepage .home-banner .banner-box .box-buttons .link-booking:hover {
	transform: scale(1.03);
}

.homepage .home-about-us {
	padding-top: 12rem;
	padding-bottom: 8rem;
	background-color: #181818;
}

.homepage .home-about-us .webname {
	font-size: 1.5rem;
	margin-bottom: 10px;
	color: #D8A25E;
	text-shadow: 0px 0px 3px #000;
}

.homepage .home-about-us p {
	font-size: 14px;
	line-height: 25px;
	word-wrap: break-word;
	margin-bottom: 10px;
}

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

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

.homepage .home-profiles figure {
	border-bottom: 2px solid #6A2E2E;
	transition: all 300ms ease-in-out;
	box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
	position: relative;
	overflow: hidden;
}

.homepage .home-profiles figure figcaption {
	text-align: left;
	color: #EFF6A5;
	font-size: 1.3rem;
	font-weight: bold;
	padding: 7px 5px;
}

.homepage .home-profiles figure figcaption ul {
	margin-top: 5px;
}

.homepage .home-profiles figure figcaption ul>li:last-child {
	font-size: 14px;
	color: #FFD07F;
}

.homepage .home-profiles figure:hover {
	cursor: pointer;
	background-color: #6A2E2E;
}

.homepage .home-profiles figure:hover img {
	transform: scale(1.03);
}

.homepage .home-profiles figure:hover:before {
	position: absolute;
	content: '';
	z-index: 99;
	background-color: rgba(106, 46, 46, 0.3);
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;
}

.homepage .home-our-services {
	background-color: #2b0000;
}

.homepage .home-our-services ul {
	columns: 1;
}

.homepage .home-our-services ul li {
	color: #FFC470;
	padding: 12px 0px;
	border: 1px solid #353535;
	padding-left: 30px;
	margin-bottom: 15px;
	position: relative;
	transition: all 300ms ease-in-out;
}

.homepage .home-our-services ul li:hover {
	cursor: pointer;
	background-color: #8B322C;
	transform: scale(1.05);
}

.homepage .home-our-services ul li:before {
	content: "\2611";
	position: absolute;
	left: 0px;
	margin-left: 10px;
}

.homepage .home-ads-profiles {
	padding: 4rem 0rem;
	background-color: #400E32;
	color: #b3b3b3;
}

.homepage .home-ads-profiles .profiles-items {
	background-color: #4A403A;
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.homepage .home-ads-profiles .profiles-items .profiles-desc {
	padding: 15px;
}

.homepage .home-ads-profiles .profiles-items .profiles-desc .title {
	font-size: 15px;
	color: #EDF4C2;
	font-family: var(--heading-font);
	font-weight: 500;
	line-height: 20px;
	margin-bottom: 15px;
}

.home-ads-profiles .profiles-items .profiles-desc p {
	font-size: 14px;
	line-height: 17px;
	height: 100px;
	overflow: hidden;
	text-overflow: ellipsis;
}

.homepage .page-content .f-q-frequently-asked-questions{
	font-family: var(--heading-font);
	font-size: 24px;
    color: #ffcca0; 
}

.homepage .page-content .rank-math-block .rank-math-list .rank-math-question {
	font-size: 20px;
	font-weight: bold;
	color:#e3af81;
}

@media (min-width: 768px) {
	.homepage .home-ads-profiles .profiles-items .profiles-desc .title {
		font-size: 22px;
		line-height: 28px;
	}

	.homepage .home-ads-profiles .profiles-items .profiles-desc {
		padding: 1.5rem;
	}

	.homepage .home-ads-profiles .profiles-items .profiles-desc p {
		height: inherit;
		overflow: initial;
	}
}

@media (min-width: 1200px) {
	.homepage .home-ads-profiles .profiles-items .profiles-desc .title {
		font-size: 22px;
		line-height: 30px;
	}
}

.homepage .home-middle-banner {
	padding-top: 2rem;
	padding-bottom: 2rem;
}

.homepage .home-sub-banner {
	padding: 3rem 0rem;
	background-color: #570119;
	background-size: cover;
	background-position: center center;
	background-origin: border-box;
	background-attachment: scroll;
}

.homepage .home-sub-banner .title {
	color: #C38154;
	font-size: 2rem;
	font-family: var(--heading-font);
	text-align: center;
	line-height: 40px;
}

.homepage .home-our-service-area {
	background-color: #181818;
	padding: 4rem 0rem;
}

.homepage .home-our-service-area ul {
	columns: 1;
	width: 100%;
}

.homepage .home-our-service-area ul li {
	color: #fff;
	padding: 12px 0px;
	padding-left: 30px;
	margin-bottom: 15px;
	position: relative;
	border-radius: 15px;
	background-color: #000;
	border: 3px solid #949494;
	transition: all 300ms ease-in-out;
}

.homepage .home-our-service-area ul li:hover {
	cursor: pointer;
	background-color: #450101;
	transform: translateY(-3px);
	border-radius: 0px;
}

.homepage .home-our-service-area ul li:before {
	content: "\27BD";
	position: absolute;
	left: 0px;
	margin-left: 10px;
}

.homepage .home-our-service-area ul li a {
	color: #fff;
	display: inline-block;
	width: 100%;
	text-decoration: none;
}

.homepage .home-blogs {
	padding: 4rem 0rem;
	background-color: #0c0c0c;
}

.homepage .home-blogs .items {
	display: inline-block;
	text-decoration: none;
	background-color: #000;
	box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
	border-bottom: 2px solid #6A2E2E;
	transition: all 300ms ease-in-out;
	overflow: hidden;
}

.homepage .home-blogs .items img:hover {
	transform: scale(1.03);
}

.homepage .home-blogs .items span {
	display: inline-block;
	width: 100%;
	color: #FFDCAB;
	font-size: 1.2rem;
	font-weight: bold;
	padding-top: 25px;
	padding-bottom: 10px;
	padding-left: 5px;
}

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

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

.homepage .home-outcall-hotels ul li {
	position: relative;
	margin: 3px;
	overflow: hidden;
}

.homepage .home-outcall-hotels ul li a {
	width: 100%;
	display: inline-block;
	text-align: center;
	font-size: .9rem;
	color: #fff;
	padding: 10px 18px;
	text-decoration: none;
	background-color: #000;
	border: 3px solid #1A3636;
	text-transform: uppercase;
	box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
	transition: all 300ms ease-in-out;
}

.homepage .home-outcall-hotels ul li a:hover {
	text-decoration: underline;
	border-radius: 10px;
	border-color: #F58B54;
}

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

.homepage .home-outcall-hotels .hotel-ratings {
	padding-bottom: 2rem;
}

.homepage .home-outcall-hotels .hotel-ratings .rating-items {
	text-align: center;
	border: 4px solid #863450;
	padding: 25px 0px;
	font-size: 1.5rem;
	font-weight: bold;
	display: inline-block;
	width: 100%;
	text-decoration: none;
	color: #fff;
	background-color: #470D21;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.homepage .page-links {
	text-align: center;
	margin-top: 1.5rem;
}

.homepage .page-links a {
	display: inline-block;
	border: 3px solid #FFC470;
	color: #FFC470;
	padding: 5px 35px;
	text-decoration: none;
	font-size: 14px;
	border-radius: 10px/60%;
}

@media (min-width: 576px) {
	.homepage .home-banner .banner-box {
		text-align: center;
	}

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

	.homepage .home-banner .banner-box .box-buttons {
		text-align: center;
	}

	.homepage .home-our-services ul {
		columns: 2;
	}

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

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

@media (min-width: 768px) {

	.homepage .home-our-service-area ul {
		columns: 2;
	}

	.homepage .home-banner .banner-box {
		text-align: center;
	}

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

	.homepage .home-banner .banner-box .box-buttons {
		text-align: center;
	}

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

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

@media (min-width: 992px) {
	.homepage .home-our-services ul {
		columns: 4;
	}

	.homepage .home-our-service-area ul {
		columns: 3;
	}

	.homepage .home-banner .banner-box {
		text-align: left;
	}

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

	.homepage .home-banner .banner-box .box-buttons {
		text-align: left;
	}

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

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

@media (min-width: 1200px) {
	.homepage .home-our-services ul {
		columns: 4;
	}

	.homepage .home-our-service-area ul {
		columns: 4;
	}

	.homepage .home-banner .banner-box {
		text-align: left;
	}

	.homepage .home-banner .banner-box .title {
		font-size: 50px;
		line-height: 65px;
	}

	.homepage .home-banner .banner-box .box-buttons {
		text-align: left;
	}
}

@media (min-width: 1400px) {
	.homepage .home-banner .banner-box {
		text-align: left;
	}

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

	.homepage .home-banner .banner-box .box-buttons {
		text-align: left;
	}
}

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