
html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

:after, :before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
a:focus {
	outline: 0!important;
	outline-offset: 0!important
}
a{
	text-decoration: none;
	
}
button:focus, input:focus{
    outline: none;
}
/* width */
::-webkit-scrollbar {
	width: 5px;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
	box-shadow: inset 0 0 5px grey;
  }
   
  /* Handle */
  ::-webkit-scrollbar-thumb {
	background-image: linear-gradient( 183.5deg, rgba(244,173,6,1) 18.6%, rgba(229,251,31,1) 119.9% );
  }
  
body
{
	font-family: 'Kanit', sans-serif;
    margin: 0;
    position: relative;
    font-size: 14px;
    line-height: 30px;
	color: #fff;
	background:#000;
}
h1, h2, h3, h4{
    margin: 0 0 10px 0;
}
p{
    margin: 0 0 10px 0;
}
.main-title{
	font-size:80px;
	text-align: center;
    font-weight: 700;
    color: #ffe000;
    text-shadow: 1px 1px 1px #a08d00,
        1px 2px 1px #a08d00,
        1px 3px 1px #a08d00,
        1px 4px 1px #a08d00,
        1px 5px 1px #a08d00,
        1px 6px 1px #a08d00,
        1px 7px 1px #a08d00,
        1px 8px 1px #a08d00,
        1px 9px 1px #a08d00,
        1px 10px 1px #a08d00,
    1px 18px 6px rgba(16,16,16,0.4),
    1px 22px 10px rgba(16,16,16,0.2),
    1px 25px 35px rgba(16,16,16,0.2),
    1px 30px 60px rgba(16,16,16,0.4);
}
.brand-slider{
	padding: 15px;
}
.brand-slider .item{
	position: relative;
	border: 2px solid #ffe000;
	border-radius: 10px;
	overflow: hidden;
}
.prof-details{
	position: absolute;
	bottom: 0;
	width: 100%;
	background: #ffe000;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	height:30px;
	color: #000;
	display: flex;
	align-items: center;
	justify-content: center;
}
.brand-slider .owl-nav{
	display: block !important;
}
.brand-slider .owl-nav button{
	position: absolute;
	top: 50%;
	transform: translate(-50%);
}
.brand-slider .owl-nav button span{
	height: 30px;
	width: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #000;
	background: #ffe000;
	font-size: 20px;
}
.brand-slider .owl-nav button.owl-next{
	right: -15px;
}
.brand-slider .owl-nav button.owl-prev{
	left: 16px;
}
.prof-details h4{
	margin: 0;
	font-size: 16px;
}
/* nav */
.menu-wrwpper{
	height: 70px;
	background-image: linear-gradient( 183.5deg,  rgba(244,173,6,1) 18.6%, rgba(229,251,31,1) 119.9% );
}
nav .navbar
{
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	padding-top: 0;
}
nav .navbar .bx-menu, nav .navbar img,
nav .navbar .nav-links .side-bar-logo .logo-name,
nav .navbar .nav-links .side-bar-logo .menu-close
{
	display: none;
}
nav .navbar .logo
{
	display: flex;
}
nav .navbar .logo a
{
	font-size: 30px;
	text-decoration: none;
	color: #6A1B9A;
}
.logo img{
	width: 160px;
	height: auto;
}
.logo-name img{
	width: 200px;
}
nav .navbar .nav-links
{
	height: 100%;
	line-height: 70px;
}
nav .navbar .nav-links .links{
	display: flex;
}
nav .navbar .nav-links .links li{
	list-style: none;
	position: relative;
	display: flex;
	align-items: center;
}
nav .navbar .nav-links .links li a{
	color: #000;
	text-decoration: none;
	white-space: nowrap;
	height: 100%;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 500;
	transition: all 0.3s ease-in-out;
	padding: 0 15px;
	position: relative;
	z-index: 2;
}
nav .navbar .nav-links .links li a::before{
	content: '';
	width: 100%;
	height: 0;
	position: absolute;
	background:rgba(0, 0, 0, 0.527);
	transition: all 0.3s ease-in-out;
	top: 0;
	left: 0;
	z-index: -1;
}
nav .navbar .nav-links .links li a:hover::before{
	height: 100%;
}
nav .navbar .nav-links .links li a:hover{
	color: #fff;
}
.navbar .search-icon
{
	position: relative;
	height: 40px;
	width: 40px;
}
.navbar .search-icon i{
	color: #fcd5ff;
	position: absolute;
	height: 100%;
	width: 100%;
	line-height: 40px;
	text-align: center;
	font-size: 18px;
	font-weight: 600;
}
.navbar .search-icon .input-box
{
	height: 60px;
	width: 300px;
	background: #1b021d;
	top: 80px;
	right: calc(100% - 40px);
	border-radius: 6px;
	position: absolute;
	opacity: 0;
	pointer-events: none;
	transition: all 0.3s ease;
}

.navbar.showInput .search-icon .input-box{
	top: 65px;
	opacity: 1;
	pointer-events: auto;
}
.navbar .search-icon .input-box::before{
	content: '';
	position: absolute;
	height: 20px;
	width: 20px;
	background: #1b021d;
	right: 10px;
	top: -6px;
	transform: rotate(45deg);
}
.navbar .search-icon .input-box input{
	position: absolute;
	height: 35px;
	width: 280px;
	z-index: 98;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	border: none;
	border-radius: 4px;
	padding: 0 15px;
	font-size: 16px;
}
header{
	background: #000;
}
.escorts-intro{
	padding: 30px 0;
}
.escorts-intro h2{
	color: #ffe000;
	margin-bottom: 15px;
}
.escorts-intro p{
	text-align: justify;
}
.ecorts-profile{
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	grid-gap: 5px;
}
.profile-list{
	position: relative;
	border: 1px solid #ffe000;
	border-radius: 10px;
	overflow: hidden;
}
.profile-list .prof-details{
	height: 70px;
	flex-direction: column;
	background-image: linear-gradient( 183.5deg, rgba(244,173,6,1) 18.6%, rgba(229,251,31,1) 119.9% );
}
.profile-list .prof-details p{
	margin-bottom: 0;
}
.escorts-details-div{
	padding: 30px 0;
	text-align: center;
}
.view-btn{
	display: inline-block;
	padding: 8px 55px;
	border-radius: 25px;
	line-height: 20px;
	color: #000;
	background-image: linear-gradient( 183.5deg, rgba(244,173,6,1) 18.6%, rgba(229,251,31,1) 119.9% );
	margin-top: 30px;
}
.text-area{
	padding: 30px 0;
	background: url(images/bg.png);
}
.text-area h2, .text-area h3{
	color: rgba(244,173,6,1);
	margin: 15px 0;
}
.text-area p{
	text-align: justify;
}
.text-area ul{
	padding: 0;
	text-align: justify;
}
.text-area a{
	color: #ffe000;
	text-decoration: underline;
}
.img-sticky{
	position: -webkit-sticky;
  position: sticky;
  top: 0;
  border: 5px solid #ffe000;
}
.footer-col-row{
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	grid-gap: 15px;
}
footer{
	background: #000;
	padding: 20px 0 0 0;
}
.footer-col a{
	display: block;
	color: #fff;
}
footer h4{
	color: #ffc107;
}
.cp-ryt{
	background: rgb(39, 39, 39);
	padding: 15px 0;
	text-align: center;
	margin-top: 15px;
}
.cp-ryt p{
	margin: 0;
}
footer{
	background: rgb(12, 12, 12);
	margin-top: 30px;
}
@media(max-width:1199px){
	
	.navbar
	{
		max-width: 970px;
	}

}
@media(max-width:991px){
	
	.navbar
	{
		max-width: 750px;
	}
	nav .navbar .logo a
	{
		font-size: 20px !important;
	}
	nav .navbar .nav-links .links li,
	nav .navbar .nav-links .links li a
	{
		font-size: 14px;
		display: block;
	}
	.navbar .search-icon i
	{
		font-size: 16px;
	}
	.head-top-img-50{
		display: none !important;
	}

	
}
@media(max-width:767px){

	.navbar
	{
		max-width:100%;
	}
	nav .navbar .nav-links
	{
		display: block;
		position: fixed;
		top: 0;
		left: -100%;
		max-width: 100%;
		width:100%;
		background-image: linear-gradient( 183.5deg, rgba(244,173,6,1) 18.6%, rgba(229,251,31,1) 119.9% );
		padding: 20px;
		line-height: 40px;
		transition: all 0.5s ease;
		z-index: 999;
	}
	nav .navbar .logo a
	{
		display: inline-flex;
	}
	nav .navbar .nav-links .side-bar-logo{
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding: 20px;
		line-height: 40px;
	}
	nav .navbar .nav-links .side-bar-logo .logo-name
	{
		color: #6A1B9A;
		font-size: 20px;
		font-family: 'Bebas Neue', cursive;
	}
	.navbar .bx-menu,
	nav .navbar .nav-links .side-bar-logo .bx-x{
		color: #fff;
		font-size: 25px;
		font-weight: 700;
	}
	nav .navbar .nav-links .links{
		display: block;
		margin-top: 20px;
	}
	nav .navbar .nav-links .links li{
		padding: 0 20px;
	}
	nav .navbar .bx-menu, nav .navbar img,
	nav .navbar .nav-links .side-bar-logo .logo-name,
	nav .navbar .nav-links .side-bar-logo .menu-close
	{
		display: block;
	}
	.navbar .search-icon
	{
		display: none;
	}
	nav .navbar
	{
		padding: 0 15px;
		justify-content: end;
	}
	.navbar img{
		width: 35px;
	}
	nav{
		height: auto;
		padding:5px 0;
	}
	.menu-close{
		width: 18px !important;
	}
	.logo-name a{
		color: #fff;
	}
	.head-top-img-50{
		display: block !important;
	}
	.head-top-img-100{
		display: none !important;
	}
	.logo-cont{
		padding: 15px 0;
	}
	.menu-wrwpper{
		height: auto;
	}
	.div-rder-1{
		order: 1;
	}
	.div-rder-1{
		order: 2;
	}
	.ecorts-profile {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
	}
	.footer-col-row {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
	}
	

}
@media(max-width:499px){

	nav .navbar .nav-links
	{
		max-width: 100%;
	}
	.quick-book-btns a {
		display: block;
		margin-bottom: 10px;
	  }
	  .left-img img{
		  width: 100%;
	  }
	  .escorts-category h2, .escorts-listing h2{
		  font-size: 20px;
	  }
	  .logo-cont p {
		font-size: 14px;
	  }
	
	  .escorts-list{
		grid-template-columns: repeat(2, 1fr);
	  }
	  .view-btn a {
		color: #000 !important;
		background-color: #f5c87c;
		font-weight: 500;
		font-size: 13px;
		padding: 1px 17px;
		border-radius: 4px;
		display: inline-block;
		margin-top: 15px;
	  }
	  .escorts-list-second {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
	  }
	  .footer-top h3{
		  font-size: 18px;
	  }
	  .footer-col-row {
		display: grid;
		grid-template-columns: repeat(1, 1fr);
	  }
	  .main-title {
		font-size: 40px;
	}
	.ecorts-profile {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
	  }
}
