.homepage .home-xbanner {
	padding: 8rem 0rem;
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: scroll;
	background-size: cover;
}


.homepage .home-our-services {
	padding: 3rem 0rem;
}

.homepage .home-our-services figure {
	position: relative;
	border: 5px solid #f90101;
	border-radius: 100%;
	box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
	overflow: hidden;
	margin: 0 auto;
}

.homepage .home-our-services figure img {
	border-radius: 100%;
	transition: 0.5s all ease-in-out;
}

.homepage .home-our-services figure:hover img {
	transform: scale(1.1);
}

.homepage .home-our-services figure figcaption {
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 0px;
	overflow: hidden;
	color: #fff;
	text-align: center;
	padding: 25px 0px;
	background-color: #0005;
}

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

.homepage .home-about-us .title {
	font-family: var(--heading-fonts);
	font-size: 2.5rem;
	font-weight: bold;
	margin-bottom: 15px;
}

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

.homepage .home-portfolio .heading {
	font-size: 2.5rem;
	font-family: var(--heading-fonts);
	font-weight: bold;
	line-height: 40px;
}

.homepage .home-portfolio p {
	font-size: 14px;
	margin-top: 15px;
}

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

.homepage .home-portfolio figure figcaption {
	position: absolute;
    z-index: 999;
    left: 0px;
    bottom: 20px;
    background-color: rgba(61, 12, 17, 0.6);
    padding: 7px 10px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    color: #fff;
}

.homepage .home-portfolio .gallerylink {
	border: 1px solid #000;
	background-color: #FFE7CE;
	display: inline-block;
}

.homepage .homepage-content {
	margin-top: 2rem;
	margin-bottom: 2rem;
}

.homepage .home-our-price {
	padding-top: 2rem;
	padding-bottom: 4rem;
}

.homepage .home-our-price .rates-box {
	border-radius: 15px;
	text-align: center;
	padding: 4rem 1.5rem;
	box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}

.homepage .home-our-price .rates-box .heading {
	font-size: 2rem;
	font-family: var(--heading-fonts);
	font-weight: bold;
	margin-bottom: 4rem;
}

.homepage .home-our-price .rates-box ul li {
	margin-top: 15px;
}

.homepage .home-our-price .rates-box ul li span {
	display: inline-block;
	width: 100%;
}

.homepage .home-our-price .rates-box ul li span:first-child {
	font-size: 1.3rem;
	font-weight: bold;
}

.homepage .home-our-price .rates-box ul li+li {
	padding-top: 15px;
	border-top: 1px dashed #fff;
}

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

.homepage .home-sex-potions ul {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin: 0 auto;
	text-align: justify;
}

.homepage .home-sex-potions ul li {
	margin: 5px;
	overflow: hidden;
	text-align: center;
	background-color: #15133C;
	color: #fff;
	padding: 12px 15px;
	border-radius: 50px;
	text-transform: uppercase;
	font-size: 1.2rem;
	box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}

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

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

.homepage .home-locality ul {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin: 0 auto;
	text-align: justify;
}

.homepage .home-locality ul li {
	margin: 5px;
	overflow: hidden;
	box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}

.homepage .home-locality ul li a {
	text-align: center;
	color: #fff;
	padding: 7px 15px;
	font-size: .9rem;
	display: inline-block;
	width: 100%;
	text-decoration: none;
	border: 2px solid #C8AE7D;
}

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

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

.homepage .home-locality ul li:nth-child(odd)>a {
	background-color: #662549;
}

.homepage .home-locality ul li:nth-child(even)>a {
	background-color: #662549;
}

.homepage .home-locality ul li:nth-child(3n+0)>a {
	background-color: #662549;
}

.homepage .home-locality .linkmore {
	display: inline-block;
	padding: 10px 23px;
	background-color: #0000FF;
	color: #fff;
	margin-top: 15px;
	text-decoration: none;
	box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
	text-transform: uppercase;
	border: 2px solid transparent;
	transition: all 300ms ease-in-out;
}

.homepage .home-locality .linkmore:hover {
	border: 2px solid #fff;
}

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

.homepage .home-keywords ul {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin: 0 auto;
	text-align: justify;
}

.homepage .home-keywords ul li {
	margin: 5px;
	overflow: hidden;		
	border-top: 2px solid #bcbbbb;
  border-bottom: 2px solid #bcbbbb;
	box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}
.homepage .home-keywords ul li a {
	font-size: 15px; text-decoration: none; display: inline-block; width: 100%; padding: 12px 15px; text-align: center; color: #000;
}
.homepage .home-keywords ul li a:hover{text-decoration: underline;}

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

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

.homepage .home-blogs figure {
	position: relative;
	border: 5px solid #fff;
	box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}

.homepage .home-blogs figure figcaption {
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: -15px;
	text-align: center;
	padding: 0px 20px;
	transition: all 300ms ease-in-out;
}

.homepage .home-blogs figure figcaption span {
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	display: inline-block;
	width: 100%;
	padding: 10px 0px;
	background-color: #662549;
}

.homepage .home-blogs figure:hover figcaption {
	bottom: 15px;
}

.homepage .home-blogs figure:hover figcaption span {
	border: 2px solid #fff;
}

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

@media (min-width: 768px) {
	.homepage .home-xbanner { padding: 12rem 0rem; }	
}

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

@media (min-width: 1200px) {
	.homepage .home-xbanner { padding: 16rem 0rem;}
	
}

@media (min-width: 1400px) {
	.homepage .home-xbanner { padding: 18rem 0rem; }
	
}