a{
	text-decoration: none;
}

body{
	background: linear-gradient(yellow);
	position: relative;
	scroll-behavior: smooth;
}

@keyframes colorchange{
	0%{
		color: red;
	}

	50%{
		color: yellow;
	}

	100%{
		color: green;
	}
}

@keyframes contact{
	0%{
		background: red;
	}

	100%{
		background: black;
	}
}

@keyframes heart{
	0%{
		bottom: -10%;
		transform: rotate(0deg);
		opacity: 1;
	}

	100%{
		bottom: 100%;
		transform: rotate(360deg);
		opacity: 0;
	}
}

@keyframes phone{
	0%{
		transform: rotate(-25deg);
	}

	20%{
		transform: rotate(30deg);
	}

	40%{
		transform: rotate(-25deg);
	}

	60%{
		transform: rotate(30deg);
	}

	80%{
		transform: rotate(-25deg);
	}

	100%{
		transform: rotate(30deg);
		transition: 2s;
	}
}

.section{
	width: 100%;
	background: linear-gradient(to top, #000000,#ff008d);
	position: relative;
}

.heart-container img{
	width: 40px;
}

.heart{
	position: fixed;
	animation: heart 2s 0s infinite linear;
	z-index: 999;
}

.heart2{
	position: fixed;
	animation: heart 4.5s 0s infinite linear;
	z-index: 999;
	left: 60px;
}

.heart4{
	position: fixed;
	animation: heart 4s 0s infinite linear;
	z-index: 999;
	right: 5px;
}

.heart3{
	position: fixed;
	animation: heart 3s 0s infinite linear;
	z-index: 999;
	right: 60px;
}

.phone{
	position: fixed;
	width: 50px;
	height: 50px;
	background: blue;
	border-radius: 50%;
	bottom: 1%;
	left: 1%;
	z-index: 999;
	display: flex;
	justify-content: center;
	align-items: center;
	color: white;
	animation: phone .5s infinite linear;
}

.phone i{
	font-size: 20px;
	color: white;
}

.WhatsApp{
	position: fixed;
	width: 50px;
	height: 50px;
	background: green;
	border-radius: 50%;
	bottom: 1%;
	right: 1%;
	z-index: 999;
	display: flex;
	justify-content: center;
	align-items: center;
	color: white;

}

.WhatsApp i{
	font-size: 25px;
	color: white;
}

.nav-barr{
	background: #000000;
}

.menu ul li a{
	color: white;
}

.mobile-menu{
	background: #000000d9;
}

.mobile-menu{
	color: white;
}

.togglerr{
	height: 30px;
	color: white;
	border: none !important;
	border-radius: 5px;
}

.menu{
	margin-left: 50px;
	margin-right: 20px;
}

.menu-wide{
	width: 100%;
}

.menu ul li{
	padding-right: 20px;
	position: relative;
}

.menu-list{
	margin-left: 100px;
/*	position: relative;*/
}

.togglerr{
	display: none;
}

.navibar{
	position: relative;
}

.menu ul li a:hover{
	color: white;
}

.yoyo{
	width: 20px !important;
	height: 20px !important;
	border: none;
	background: none;
	color: white;
}

.yoyo span{
	font-size: 25px !important;
}

.menu ul li:hover .dropdown-list{
	display: block;
	top: 147%;
	transition: .5s;
}

.menu h4{
	font-size: 30px;
	font-family: Lobster Two;
	animation: colorchange .5s 0s infinite linear;
}

.dfgdfg img{
	width: 100%;
}

.subdrpd{
	width: 125%;
	height: 0px;
	list-style: none;
	padding: 0px;
	border-radius: 0px;
	position: absolute;
	transition: .5s;
	border-radius: 5px;
	overflow: hidden;
}

.subdrpd li{
	transform: translate(0px,-1000px);
	opacity: 0;
	transition: .6s;
	background: white !important;

}

.subdrpd a{
	width: 10	0%;
	padding-left: 10px;
	padding-bottom: 10px;
}

.subdrpd a:nth-child(1){
	padding-top: 10px;
}

.subdrpd a:hover{
	color: blue !important;
}

.drpd{
	width: 200%;
}

.drpd:hover .subdrpd li{
	transform: scale(1,1);
	opacity: 1;
	transition: .6s;
}

.drpd:not(:hover) .subdrpd li{
	transform: translate(0px,-1000px);
	opacity: 0;
	transition: .6s;
}

.drpd:hover .drop1{
	height: 310px;
	transition: .5s;
	opacity: 1;
}

.subdrpd li a{
	color: black !important;
}

/*Mobile Menu*/

.drop-btn{
	background: none;
	border: none;
}

.dropdown-mob a{
	padding-left: 20px;
	padding-bottom: 10px;
	border-bottom: 1px solid white;
	display: none;
}

.drop-btn:hover{
	background: none;
}

.dropdown:hover .dropdown-mob a{
	display: block;
}

.navibar h4{
	font-family: Lobster two;
	animation: colorchange .5s 0s infinite linear;
}

/*Enquiry Button*/

.banner{
	width: 100%;
	height: 550px;
	background: url("images/aerocity-russian-call-girls.webp") fixed;
	background-size: cover;
	position: relative;
}

.banner-inner h2{
	animation: colorchange .5s 0s infinite linear;
	font-weight: bold;
	font-size: 35px;
}

.banner-inner{
	width: 550px;
	position: absolute;
	top: 5%;
	left: 10%;
	color: black;
	font-weight: bold;
}

.banner-inner p{
	font-weight: bold;
	font-size: 25px;
	color:  #000000;
}

.banner-inner h1{
	font-size: 60px;
	color: #ff008d;
}	

.banner-inner button{
	background: #008000;
	color: white;
	border: none;
	padding: 10px 20px;
	border-radius: 10px;
	cursor: pointer;
	margin-right: 10px;
}


.contact-btn{
	display: flex;
}

.contact-btn button:nth-child(2){
	background: blue;
}

.contact-btn button i{
	padding-right: 5px;
}

.email button{
	animation: contact .8s .8s infinite linear;
	border: 1px solid white;
	margin-top: 8px;
	color: white;
}

.email button:hover{
	background: black;
	transition: .5s;
}

.email button a{
	color: white;
}

/*Body*/

.paragraph-1{
	color: white;
	padding-top: 20px;
}

.paragraph-1 h2{
	font-size: 25px;
}

.paragraph-1 p{
	/*text-align: justify;*/
	line-height: 30px;
}


.images img{
	border-radius: 10px;
	width: fit-content;
	height: 320px;
}

.images{
	margin-bottom: 20px;
}

#gallery{
	text-align: center;
}

#gallery h4{
	font-size: 30px;
	padding-bottom: 10px;
	color: white;
}

.img-container{
	border: 1px solid white;
	padding: 20px 10px;
	border-radius: 10px;
	position: relative;
	overflow: hidden;
	margin-bottom: 20px;
}

.vip-tag{
	width: 60px;
	position: absolute;
	top: 62%;
	left: 5%;
}

.stars{
color: goldenrod;
font-size: 20px;	
}

.for-fun a{
	color: yellow;
	animation: colorchange .5s 0s infinite linear;
	font-size: 20px;
}

.for-fun i{
	color: white;
	font-size: 20px;
	padding-right: 5px;
}


.container-bg{
/*	background: #dc3545;*/

padding: 20px;

/*	box-shadow: 0px 0px 30px red;*/

}

.row-align{
	background: #000000;
	border-radius: 10px;
	box-shadow: 0px 0px 30px white;
	display: flex !important;
	justify-content: center;
	align-items: center;
}

.side-img img{
	width: fit-content;
	height: 400px;
	margin-bottom: 10px;
	margin-top: 10px;
	border-radius: 10px;
}

.paragraph-2 h4{
	padding-bottom: 15px;
}

.paragraph-2{
	line-height: 28px;
	color: white;
}

.whychoose{
	color: white;
	text-align: center;
}

.whychoose p{
	line-height: 35px;
}

/*Contact Botom*/

.bottom-part{
	height: auto;
	background: black;
}

.bottom-container{
	padding: 20px;
}

.bottom-row{
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.contact-bottom{
	margin-bottom: 20px;
	color: white;
}

.contact-bottom h6{
	font-size: 20px;
}

.contact-bottom i{
	padding-right: 5px;
}

.contact-bottom a{
	color: white;
}

.bottom-border{
	margin-bottom: 20px;
}

.bottom-location h5{
	font-size: 20px;
	color: white;
}

.bottom-location h6{
	color: white;
}

.bottom-border{
	border-right: 1px solid white;
}

/*Demo*/


/*Owl Carousel*/

.owl-carousel{
	margin: 10px;
	text-align: center;
}

.owl-carousel img{
	height: 300px;
}

.owl-carousel h6{
	padding-top: 10px;
	font-size: 20px;
	color: white;
}

.owl-carousel button span{
	font-size: 50px;
	color: white;
}

.owl-carousel button:nth-child(1){
	margin-right: 10px;
}

.owl-carousel button:nth-child(2){
	margin-left: 10px;
}

.owl-nav{
	text-align: center;
}

/*Tags*/

.tags{
	color: white;
	text-align: center;
}

.button1 button{
	width: 100%;
	margin-bottom: 10px;
	padding: 5px 0px;
	background: linear-gradient(black,black);
	color: white;
	border-radius: 5px;
	border: none;
	font-variant-caps: all-petite-caps;
}

.button1 button:hover{
	background: linear-gradient(pink,white);
	color: black;
	font-weight: bold;
}

/*About Us Page*/

.about-container{
	width: 100%;
	height: auto;
	padding: 10px;
	text-align: center;
}

.about-container H1{
	font-size: 30px;
	color: white;
}

.about-img0{
	width: 100%;
	height: 300px;
	background-image: url("images/4.jpg");
}

.about-para p{
	text-align: left;
	color: white;
	line-height: 35px;
}

iframe{
	width: 100%;
}

.contact-us{
	width: 100%;
	height: 180px;
	background: linear-gradient(goldenrod,orange,red);
	line-height: 40px;
}

.contact-us i{
	font-size: 40px;
}

.rate-list table{
	width: 100%;

}

.rate-list table tr th{
	border: 1px solid hotpink;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}

.rate-list table tr{
	color: white;
}

.rate-list table tr:nth-child(1){
	background: #B30000;
	
}



