@import url('https://fonts.googleapis.com/css?family=Kanit:900');
*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family:Verdana, Geneva, Tahoma, sans-serif;
}
body {
    margin: 0;
    padding: 0;
	font-family: sans-serif;
    background: url(https://poojaescorts.com/images/purple-hearts.webp);
    /* opacity: 2; */
     background-attachment: fixed; 
    -webkit-user-select: none;
    -webkit-touch-callout: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
:root{
	--sitecolor:#ff1185;
}
a{
    color: var(--sitecolor)!important;
}

h1,h2,h3,h4,h5,h6,p,li{
	color: #fff;
	list-style-type: none;
}
h1,h2,h3,h4{
	font-weight: bolder;
	font-size: 26px;
	font-family: "math";
}

.post-top {
    position: fixed;
    bottom: 7%;
    z-index: 99;
    right: 0;
}
.navbar-brand img{
    width:200px!important;
}
.navbar{
	background-color: #1d1d1d!important;
	position: sticky!important;
	top: 0;
	z-index: 99;
}
.navbar ul li a{
	color: #fff!important;
	font-size: 20px;
	font-family: 'Nosifer',cursive;
}
.navbar ul li a:hover{
	color:var(--sitecolor) !important;
}
.w-100{
    width: 100%!important;
    height: 464px;
}

.page-title h1 {
    color: #fff;
    font-size: 30px;
    text-align: center;
    padding: 10px 0px 0px 0px;
    display: block;
    font-family: "math";
	font-weight: italic;
}
.page-title h1 a, .page-title h3 a{
	color:var(--sitecolor);
	 text-decoration: none;
	 font-weight: bolder;
	 font-size: 25px;
}

/* start home main section styling */
.image_container{
    width:100%!important;
}
.profile_container,.row{
    display:-webkit-inline-box!important;
    margin:0!important;
}
/*.row{*/
/*     margin: 0px!important; */
/*}*/
.service_card,.profile_card{
	position: relative;
	width: 23%;
	margin-right: 13px;
	border-radius: 20px!important;
	z-index: 20;
	
}
.service_img img, .profile_img img{
	position: relative;
	width: 100%;
	height: 400px;
	margin: 10px 20px;
	border-radius: 20px!important;
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
	z-index: 10;
	/* opacity: 0.8; */
	cursor: pointer;
	background: rgb(0, 0, 0);
}
.service_img img:hover, .profile_img img:hover{
	transition: all 0.7s ease-in-out;
    background: rgba(0,0,0,.3);
	opacity: 0.9;
	cursor: pointer;
}

.service_title, .profile_name{
	position: absolute;
	top: 40%;
	left: 20%;
	cursor: pointer;
	display: block;
    font-size: 22px;
    font-weight: 400;
    font-family: 'Nosifer',cursive;
    line-height: 40px;
    padding-bottom: 5px;
	z-index: 10;
}
.profile_img:hover,.service_img:hover{
	/* background: rgba(0,0,0,); */
	transition: all 0.7s ease-in-out;
	opacity: 1;
}
.service_img:hover .service_title{
	color: var(--sitecolor);
	transition: all 0.7s ease-in-out;
 }
.profile_img:hover .profile_name{
	color: var(--sitecolor);
	transition: all 0.7s ease-in-out;
 }

.contant_section,.container-in{
	background-color: #1d1d1ddb!important;
	padding: 20px;
	text-align: justify;
}

.locetion-escort{
    background-color: rgb(0 0 0 / 89%);
}
.locetion-escort ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    height: 180px;
    overflow: auto;
}
.locetion-escort ul li {
    width: 24%;
    list-style: none;
    margin-bottom: 9px;
}
.locetion-escort ul li a {
    color: #fff!important;
    text-decoration: none;
    background: linear-gradient(to bottom,#efe8f152 0%,#0b0b0b52 100%);
    padding: 10px 20px;
    font-size: 14px;
    display: block;
}
/* start footer */
footer {
    background: linear-gradient(to bottom,#3b3b3bcf 0%,#0b0b0b 100%);
    padding: 20px 0;
}
footer h6 {
    color: #fff;
    text-align: center;
    padding-bottom: 10px;
}
.flex-between {
    justify-content: space-between;
    overflow: auto;
    height: 180px;
}
.flex-row {
    display: flex;
    flex-wrap: wrap;
}
footer ul li {
    list-style: none;
    width: 24%;
    padding: 4px 0;
}
footer ul li a {
    color: #fff!important;
    text-decoration: none;
    background: linear-gradient(to bottom,#3b3b3b 0%,#0b0b0b 100%);
    padding: 8px 20px;
    display: block;
}
footer ul li a:hover{
	color: #b40158;
}
.copy-right {
    background: rgba(0,0,0,.9);
    padding: 5px 0;
}
.flex-between-copy-right{
	justify-content: space-between;
    overflow: auto;
}
.copy-right ul {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
}
.copy-right ul li {
    list-style: none;
}
.copy-right ul li a {
    color: #fff;
    text-decoration: none;
    padding: 10px 20px;
    display: block;
}
.copy-right p {
    text-align: center;
    color: #fff;
}

.in-box{
	background-color: rgba(66, 60, 60);
    width: 40%;
    margin: 10px auto;
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;box-shadow: rgb(204, 219, 232) 3px 3px 6px 0px inset, rgba(255, 255, 255, 0.5) -3px -3px 6px 1px inset;
}
.in-box span {
    font-size: 30px;
    color: #fff;
    text-align: center;
    display: block;
    padding: 8px 0px;
    font-family: fantasy;
}
.in-box p {
    margin: 0px;
    padding: 5px 20px;
    color: #fff;
    text-align: justify;
    margin: 5px;
    font-family: lato;
    font-size: 20px;
}
.in-box a {
    color: #fff;
    text-decoration: none;
    display: block;
    padding: 8px 20px;
    text-align: justify;
    font-weight: bold;
    font-family: lato;
    font-size: 20px;
}
.in-box a:hover{
	color: var(--sitecolor);
	text-decoration: none;
}

/* styling profile page */
.escorts-flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.escorts-flex .girl-box {
    width: 24%;
    margin: 0px;
}
.service-girl .hover-show {
    position: absolute;
    top: 0%;
    width: 100%;
    /* height: 100%; */
    text-align: center;
    transition: all 0.7s ease-in-out;
    background: rgba(0, 0, 0, 0.3);
}
.service-girl .hover-show span {
    display: block;
    font-size: 30px;
    font-weight: 400;
    font-family: 'Nosifer', cursive;
    padding-top: 45%;
    line-height: 40px;
    padding-bottom: 5px;
}
.escorts-flex .girl-box p {
    color: #000;
    font-size: 18px;
    background: rgba(225, 225, 225, 0.9);
    padding-left: 20px;
    padding-top: 5px;
    margin-bottom: 15px;
}
.escorts-flex .girl-box ul {
    margin: 0px;
    padding: 0px;
}
.sigle_profile{
	margin-top: -12px;
    margin-left: -17px;
}
.escorts-flex .girl-box ul li {
	font-size: 15px;
    list-style: none;
    padding: 4px 20px;
}

/* media query */
@media only screen and (max-width: 600px) {
    .navbar {
        background-color: #000!important;
    }
    .nav-link{
        text-align: center;
        border-bottom: 0.5px solid #ffffff5e;
    }
    .w-100{
        width: 100%!important;
        height: 194px;
    }
	h1,h2,h3,h4,h5,h6{
		font-size: 20px!important;
	}
	.service_card,.profile_card {
		width: 44%;
		/*margin: 0px -5px !important;*/
	}
	.service_img img,.profile_img img{
		width: 100%;
		height : 230px!important;
		border-radius: 20px 20px 20px 20px!important;
	}
    .service_title, .profile_name {
        top: 78%!important;
        font-size: 13px!important;
        left: 20px;
        text-align: center;
        margin: 0!important;
        background: #e600ffa3;
        width: 100%;
        border-radius: 0 0 20px 20px;
    }
    .post-top img{
        height: 100px!important;
        width: 80px!important;
    }
	.locetion-escort ul li {
		width: 49%;
		list-style: none;
		margin-bottom: 9px;
	}
	footer ul li {
		list-style: none;
		width: 49%;
		padding: 4px 0;
	}
	footer ul li a{
		font-size: 12px;
	}
	.copy-right ul li {
		width: 30%;
		list-style: none;
	}
	.copy-right ul li a {
        color: #fff;
        text-decoration: none;
        padding: 2px 8px;
        display: block;
    }
    .copy-right p a{font-size:12px!important;}
	.in-box{
		width: 100%;
	}
	.escorts-flex .girl-box {
		width: 50%;
		margin: 0px;
	}
	.escorts-flex .girl-box ul li {
		font-size: 12px;
		list-style: none;
		padding: 4px 20px;
	}
	.sigle_profile {
		margin-top: -12px;
		margin-left: -17px;
	}
    .page-title span{
        font-size: 20px!important;
    }
	
  }