@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600&family=Playfair+Display:wght@500;600;700&display=swap");

body {
	-webkit-user-select: none;
	-webkit-touch-callout: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	font-family: 'Open Sans', sans-serif;
}

.shadow.p-1.zoom {
	transition: transform .5s;
}

.shadow.p-1.zoom:hover {
	-ms-transform: scale(1.1);
	/* IE 9 */
	-webkit-transform: scale(1.1);
	/* Safari 3-8 */
	transform: scale(1.1);
}

.cookie-alert {
	background-color: #fff;
	color: #000;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
	display: none;
	position: fixed;
	left: 0;
	bottom: 0;
	z-index: 99999;
	width: 100%;
	font-size: 12px;
	line-height: 1.5;
}

.cookie-alert-in {
	max-width: 1250px;
	margin: 0 auto;
	padding: 10px;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.cookie-alert-desc {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%;
}

.cookie-alert-caption {
	font-size: 1.2em;
	font-weight: 700;
	margin-bottom: 7px;
}

.cookie-alert-btns {
	margin-left: 10px;
	width: 110px;
	text-align: center;
}

.cookie-btn-yes {
	background-color: green;
	color: #fff;
}

.cookie-btn-no {
	color: #888;
	box-shadow: inset 0 0 0 1px red;
}

.cookie-btn {
	display: block;
	padding: 7px 0;
	cursor: pointer;
	border-radius: 3px;
	margin-bottom: 10px;
	font-weight: 700;
}

span.btn {
	cursor: default
}

span.btn:hover {
	color: #000 !important;
	background-color: #fff !important
}

a.btn:hover>i.bx.bx-tada {
	color: #fff !important
}

.city-name:hover {
	box-shadow: 5px 6px 6px 2px #e9ecef;
	transform: scale(1.1);
	border: none
}

.city-name {
	font-size: .8rem;
	font-weight: 600;
	border: solid
}

/* a.nav-link:hover{border:2px solid #ffc107;border-radius:50px} */
.bi {
	vertical-align: -.2rem
}

.menu-w {
	width: 20%
}

.text {
	font-size: 15px;
	line-height: 30px
}

.h5 {
	line-height: 40px
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 1rem;
	font-family: 'Playfair Display', serif !important;
}

.profile-div {
	background: #fad7d7
}

.scroller-item img {
	width: 100%;
	height: 100%
}

#profile-scroll::-webkit-scrollbar {
	height: 0;
	padding: 20px
}

::-webkit-scrollbar-track {
	background: #f1f1f1
}

::-webkit-scrollbar-thumb:horizontal {
	background: #888
}

::-webkit-scrollbar-thumb:hover {
	background: #555
}

.scroller-item {
	position: relative;
	width: 110px;
	height: 110px
}

.scroller-item img {
	object-fit: cover;
	border-radius: 50%
}

.scroller-item::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: calc(100% + 13px);
	height: calc(100% + 13px);
	background-image: linear-gradient(45deg, #18e0b5 0, #be00b5 25%, #0561ee 50%, #3476d9 75%, #2d6fd4 100%);
	border-radius: inherit;
	z-index: -1
}

.profile-img {
	width: 100%;
	max-height: 140px
}

#load-content .profile-img img {
	max-width: 100%;
	max-height: 130px;
}

.active {
	color: #f30f69;
	border-bottom: 2px solid #f30f69
}

span.badge.bg-success.profile-varified.small {
	position: relative;
	top: -28.2px;
	font-size: 10px;
	border: none;
	border-radius: unset;
	left: 0.5px;
	border-top-right-radius: 5px
}

.paid-add {
	position: absolute
}

.paid-add span {
	position: relative;
	top: -30px;
	background-image: linear-gradient(45deg, #ff0119 0, #fd7e14d9 25%, #f2087ce8 50%, var(--bs-blue) 75%, #f0061c 100%)
}

.vip-profile {
	position: relative;
	top: -100px;
	color: var(--bs-orange)
}

.text-truncates {
	font-size: 15px;
	--max-lines: 3;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	line-clamp: 2;
	-webkit-box-orient: vertical
}

.bredacrum {
	font-size: 12px
}

i.bx.bxs-crown {
	font-size: 14px !important;
	font-weight: 700
}

.mobile-bottom-nav {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1000;
	height: 75px
}

button.bsp-controls.next,
button.bsp-controls.previous {
	border-top: 1px solid rgba(0, 0, 0, .49);
	border-bottom: 1px solid rgba(0, 0, 0, .49)
}

#storyModal button.btn.btn-outline-dark {
	position: absolute;
	top: 25px;
	right: 5%;
	color: #fff;
	border-radius: 50%;
	border: 2px solid #fff;
	font-size: 15px;
	padding: 3px 9px;
	font-weight: 900
}

#storyModal button.bsp-controls img {
	width: 20px;
	height: 40px
}

button.bsp-controls.next {
	right: 5%;
	border-left: 1px solid rgba(0, 0, 0, .49);
	border-bottom-left-radius: 4px;
	border-top-left-radius: 4px;
	padding-left: 4px;
	border-right: none
}

button.bsp-controls.previous {
	left: 5%;
	border-right: 1px solid rgba(0, 0, 0, .49);
	border-bottom-right-radius: 4px;
	border-top-right-radius: 4px;
	padding-right: 4px;
	border-left: none
}

button.bsp-controls,
button.bsp-controls:active,
button.bsp-controls:visited {
	position: absolute;
	top: 46%;
	background: rgba(255, 255, 255, .49)
}

.button-bs-group {
	position: absolute;
	bottom: 5%;
	left: 30%
}

/* vip card start  */
/*.escortgram-vip-profile.card img{height:210px;width:100%} */
.top-six-vip-profile {
	position: relative;
	height: 250px;
	width: 100%;
}

.top-six-vip-profile img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.profile-listing {
	position: relative;
	width: 100px;
	height: 135px;
}

.profile-listing img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.escortgram-vip-profile.card {
	transition: .5s;
	cursor: pointer;
	border: 3px solid gold
}

.card-title,
.card-title i {
	transition: 1s;
	cursor: pointer;
}

.card-title i {
	color: #ffa710
}

.card-title i:hover {
	transform: scale(1.25) rotate(100deg);
	color: #18d4ca
}

.escortgram-vip-profile.card:hover {
	transform: scale(1);
	box-shadow: 10px 10px 15px rgba(0, 0, 0, .3)
}

.escortgram-vip-profile.card::after,
.card::before {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	transform: scale3d(0, 0, 1);
	transition: transform .3s ease-out;
	background: rgba(255, 255, 255, .1);
	content: '';
	pointer-events: none
}

.escortgram-vip-profile.card::before {
	transform-origin: left top
}

.escortgram-vip-profile.card::after {
	transform-origin: right bottom
}

.escortgram-vip-profile.card:focus::after,
.card:focus::before,
.card:hover::after,
.card:hover::before {
	transform: scale3d(1, 1, 1)
}

.photos {
	width: 60px;
	height: 25px;
	background-color: #842029ab;
	color: #fff;
	position: relative;
	top: -25px;
	padding-left: 12px;
	padding-top: 5px;
	font-size: 10px
}

/* vip card end */


.drop-zone {
	cursor: pointer
}

.drop-zone__input {
	display: none
}

.drop-zone__thumb {
	width: 100%;
	height: 100%;
	border-radius: 10px;
	overflow: hidden;
	background-color: #ccc;
	background-size: cover;
	position: relative
}

.drop-zone__thumb::after {
	content: attr(data-label);
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 5px 0;
	color: #fff;
	background: rgba(0, 0, 0, .75);
	font-size: 14px;
	text-align: center
}

.digit-group input {
	width: 35px;
	height: 35px;
	line-height: 50px;
	text-align: center;
	font-size: 15px;
	font-family: Raleway, sans-serif;
	font-weight: 200;
	color: #000;
	margin: 0 2px
}

.splitter {
	padding: 0 5px;
	color: #000;
	font-size: 24px
}


#petition-submit button {
	float: right;
	margin-bottom: 11px;
	border: 1px solid #000;
	color: #fff;
	background-color: #dc3545;
	border: #dc3545;
	padding: 3px 25px;
	margin-top: -4px;
	--bs-btn-hover-border-color: #a52834
}

#petition-submit .mb-3.border.border-2.border-dark.p-2 {
	font-size: 14px;
	clear: both
}

.multiplcation {
	font-size: 20px;
	padding: 12px 0 0
}

.overlay {
	background-color: rgba(0, 0, 0, 0.5);
	height: 35px;
	left: 6px;
	right: 6px;
	top: 80%;
	font-size: 10px;
	padding: 10px 0 0 0;
}

.fs-6 {
	font-size: 0.8rem !important;
}

.input-background {
	background-image: url('/dl-assets/icons/searchicon.png');
	background-repeat: no-repeat;
	background-position: 14px 11px;
	padding: 3px 12px 7px 50px;
	width: 80%;
	height: 45px;
}

.box-center {
	position: relative;
	text-align: center;
	color: white;
}

.centered {
	width: 640px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.suggestions {
	position: absolute;
	width: 80%;
	left: 10%;
	text-align: left;
	line-height: 2rem;
	height: 7rem;
}

.suggestion-list {
	display: none;
	list-style-type: none;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
	max-height: 160px;
	overflow-y: auto;
	list-style-type: none;
	background: whitesmoke;
	color: black;
}

.suggestions .has-suggestions {
	display: block;
	padding: unset;
}

#vip-section {
	display: none;
}

.profile-pic {
	position: relative;
	width: 100%;
	height: 450px;
}

.profile-pic img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.profile-imgs {
	position: relative;
	width: 100%;
	height: 100px;
}

.profile-imgs img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.call-girls-catalog {
	position: relative;
	width: 100%;
	height: 200px;
}

.call-girls-catalog img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.call-girls-photos {
	position: relative;
	width: 100%;
	height: 200px;
}

.call-girls-photos img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.contect-help {
	position: relative;
	width: 100%;
	height: 250px;
}

.contect-help img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.similar-locality-profile,
.more-profile-gallery {
	background-clip: padding-box;
	box-shadow: 0 10px 60px rgb(218, 229, 255);
	border: 2px solid lightblue;
	background-color: white;
	border-radius: 24px;
}

@media(min-width: 320px) and (max-width: 768px) {

	/*.escortgram-vip-profile.card img {height: 130px;} */
	.top-six-vip-profile {
		position: relative;
		height: 130px;
		width: 100%;
	}

	/* .paid-add span {left: 235px; } */
	.scroller-item {
		position: relative;
		width: 65px;
		height: 65px
	}

	.profile-img {
		width: 100%;
		max-height: 120px
	}

	.profile-listing {
		position: relative;
		width: 95px;
		height: 115px;
	}

	.call-girls-photos {
		height: 100px;
	}

	.contect-help {
		position: relative;
		width: 100%;
		height: 125px;
	}

	/*#load-content .profile-img img {max-width: 100%;max-height: 110px;} */
	.vip-profile {
		top: -65px
	}

	i.bx.bxs-crown {
		font-size: 10px !important
	}

	.text-truncates {
		font-size: 12px;
		--max-lines: 3;
		width: 130px;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 4;
		line-clamp: 2;
		-webkit-box-orient: vertical
	}

	.mobile.text-truncates {
		width: 210px
	}

	a.btn.btn-outline-secondary.btn-sm.rounded-pill.px-3.d-inline-block.text-truncate {
		cursor: default;
		width: 100px;
		height: 25px;
		padding-top: 2px;
		font-size: 12px
	}

	/* .paid-add span{left:235px} */
	.menu-w {
		width: 60%;
		z-index: 9999;
		left: 0;
		height: 100vh
	}

	#storyModal button.bsp-controls img {
		width: 14px;
		height: 30px
	}

	.photos {
		width: 130px;
		height: 25px;
		top: -25px;
		padding-left: 10px;
		padding-top: 0px;
		font-size: 15px
	}

	#petition-submit .mb-3.border.border-2.border-dark.p-2 {
		font-size: 10px;
		clear: both;
	}

	#petition-submit button {
		padding: 3px 15px;
	}

	.centered {
		width: 265px;
		font-size: 8px
	}

	.explore-banner .centered {
		width: 400px !important;
		font-size: 10px
	}

	.input-background {
		background-position: 9px 10px;
		padding: 4px 8px 6px 35px;
		height: 35px;
		background-size: 15px 15px;
	}

	.d-flex.flex-row.justify-content-evenly.one-time {
		font-size: 10px;
	}

	button.btn.border.bg-danger.text-white.border-danger.p-2.rounded-end.fw-bold.text-center.package-btn-1 {
		font-size: 10px;
	}

}

.editor p {
	font-size: 15px !important;
	line-height: 30px !important;
}

.primary-button {
	background-color: #da749b;
	border-radius: 4px;
	font-size: 16px;
	font-weight: 500;
	color: #fff;
	cursor: pointer;
}

.primary-button:hover {
	background-color: #da749b;
	font-weight: 500;
	color: #fff;
	cursor: pointer;
}


.custom-pagination .d-flex {
	display: block !important;
}