
body {
    font-family: "Open Sans";
    font-style: normal;
    margin: 0;
    background-image: linear-gradient( 111.4deg,  rgba(7,7,9,1) 6.5%, rgba(27,24,113,1) 93.2% );
    position: relative;
    font-family: 'Work Sans';
    font-size: 15px;
    color: #fff;
  }
  button:focus, input:focus{
    outline: none;
}
/* width */
::-webkit-scrollbar {
	width: 5px;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
	box-shadow: inset 0 0 5px grey; 
	border-radius: 10px;
  }
   
  /* Handle */
  ::-webkit-scrollbar-thumb {
	background: #d21c3f;
  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
	background: #d21c3f; 
  }

  html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
  }

  * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  :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;
  }
  .d-grid{
      display: grid;
  }
  h2, h3{
      color: #fd8c2c;
  }
  .text-center {
    text-align: center;
  }
  .container {
    width: 1200px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  }
img{
    display: block;
    vertical-align: middle;
}
.bg-black {
    background: rgb(0, 0, 0);
}
.sec-padding {
    padding: 100px 0;
}
.d-grid {
    display: grid;
}
  .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  }

  .container-fluid:after,
  .container-fluid:before,
  .container:after,
  .container:before,
  .row:after,
  .row:before {
    display: table;
    content: " ";
  }

  .container-fluid:after,
  .container:after,
  .row:after {
    clear: both;
  }
  header{
    background: #0b0b1e;
    position: sticky;
	top: 0;
	left: 0;
	width: 100%;
	height: 70px;
	z-index: 999;
    border-bottom: 2px solid #d21c3f;
  }
  nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 70px;
    background: #1b021d;
    z-index: 999;
}
nav .navbar
{
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 100%;
}
nav .navbar .bx-menu,
nav .navbar .nav-links .side-bar-logo .logo-name,
nav .navbar .nav-links .side-bar-logo .bx-x
{
	display: none;
}
nav .navbar .logo
{
	display: flex;
}
nav .navbar .logo a
{
	font-size: 30px;
	text-decoration: none;
	font-family: 'Bebas Neue', cursive;
	color: #fff;
}
.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;
    padding: 0;
    margin: 0;
}
nav .navbar .nav-links .links li{
	list-style: none;
	position: relative;
	display: flex;
	align-items: center;
	padding: 0 14px;
}
nav .navbar .nav-links .links li a{
	color: #fff;
	text-decoration: none;
	white-space: nowrap;
	height: 100%;
	font-size: 15px;
	font-weight: 600;
    text-transform: uppercase;
}
.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;
}
.inner-banner img{
    width: 90%;
}
.inner-banner{
    border-bottom: 2px #fca200 solid;
}
.call-girl-banner{
    background: #c7b9ac;
}
.inner-banner h1{
    font-weight: 900;
    font-size: 45px;
    text-transform: uppercase;
    color: #ff0404;
    text-align: center;
}
.inner-banner h1 a{
    color: #ff0404;
}
.inner-banner h1 span{
    display: block;
    font-size: 21px;
    font-weight: 900;
    color: #fca200;
}
.inner-banner .d-grid{
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}
.inner-banner .d-grid .col:last-child{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    background: #000;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
    border-left: 2px #fca200 solid;
}
.text-area h2{
    font-size: 40px;
    line-height: 50px;
    margin: 0 0 25px 0;
}
.text-area h2 span {
    font-size: 25px;
    line-height: 50px;
    display: block;
    color: #fff;
    font-weight: normal;
}
.text-area p{
    line-height: 28px;
}

.innerpage-profiles{
    grid-template-columns: repeat(5, 1fr);
    gap: 15px;
}
.innerpage-profiles img{
    display: block;
    width: 100%;
}

.innerpage-profiles .col{
    border-radius: 5px;
    overflow: hidden;
    position: relative;
}
.innerpage-profiles .col a{
    position: relative;
}
.innerpage-profiles .col span{
    position: absolute;
    z-index: 9;
    right: 0;
    bottom: 30px;
    border-radius: 5px 0 0 5px;
    display: inline-block;
    background: #fab201;
    padding: 7px 20px;
    color: #fff;
    overflow: hidden;
}
.ab-c-escortProfile__ribbon__shine {
    top: 0;
    transform: translateX(100%) rotate(45deg);
    transform-origin: top left;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    animation: slide 1s infinite;
    background: linear-gradient( to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 50%, rgba(128, 186, 232, 0) 99%, rgba(125, 185, 232, 0) 100% );
}
@keyframes slide {
    0% {
      transform: translateX(-100%);
    }
    100% {
      transform: translateX(100%);
    }
  }
.innerpage-title{
    font-size: 40px;
    line-height: 50px;
}
.innerpage-title span{
    font-size: 25px;
    line-height: 50px;
    display: block;
    color: #fff;
    font-weight: normal;
}
footer{
    border-top: 2px #fca200 solid;
}
footer .d-grid{
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 30px;
}
.ftr-link span{
    display: block;
    font-weight: bold;
    font-size: 20px;
    color: #fca200;
    margin-bottom: 20px;
}
.ftr-link a{
    display: block;
    padding: 10px 0;
    color: #fff;
}
.ftr-logo p{
    line-height: 28px;
}
.right{
    color: #fff;
    font-weight: 400;
    font-size: 13px;
    margin: 35px 0 0 0;
    text-align: center;
    border-top: 1px solid #282828;
    padding-top: 20px;
}
.ylw-clr {
    color: #ff7801 !important;
}
@media(max-width:1199px){
    .container {
		width: 970px;
	}
	nav .navbar
	{
		max-width: 970px;
	}
    .banner-title {
        font-size: 3em;
    }
    .banner-grid {
        grid-template-columns: 40% 60%;
        padding-bottom: 50px;
    }
    .sec-padding {
        padding: 50px 0;
    }

}
@media(max-width:991px){
	.container {
		width: 750px;
	}
	.navbar
	{
		max-width: 750px;
	}
	nav .navbar .logo a
	{
		font-size: 20px !important;
	}
	nav .navbar .nav-links .links li a
	{
		font-size: 16px;
	}
	nav .navbar .nav-links .links li
	{
		padding: 0 10px;
	}
	.logo img {
		width: 130px;
		height: auto;
	}
    .menu-ico, .bx-x{
        width: 30px;
    }
	.profile-link a {
		padding: 5px 13px;
	}
    .navbar
	{
		max-width:100%;
	}
	nav .navbar .nav-links
	{
		display: block;
		position: fixed;
		top: 0;
		left: -100%;
		max-width: 100%;
		width: 100%;
		background: #1b021d;
		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
	{
		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 .nav-links .side-bar-logo .logo-name,
	nav .navbar .nav-links .side-bar-logo .bx-x
	{
		display: block;
	}
	nav .navbar
	{
		padding: 0 15px;
	}
   
    footer .d-grid {
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 30px;
    }
}
@media(max-width:767px){
    nav .navbar {
        max-width:100%;
        width: 100%;
    }
    .container{
		width: 100%;
	}
    .inner-banner .d-grid {
        grid-template-columns: repeat(1, 1fr);
        gap: 0px;
    }
    footer .d-grid {
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 30px;
    }
    .inner-banner .d-grid .col:first-child{
        order: 2;
    }
    .inner-banner .d-grid .col:last-child{
        order: 1;
    }
    .innerpage-profiles {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }
    .poster img{
        display: block;
        width: 100%;
    }
}
@media(max-width:499px){
    .inner-banner .d-grid .col:last-child{
        border: none;
    }
    .ftr-logo img{
        width: 150px;
    }
    .inner-banner h1{
        font-size: 30px;
    }
    .inner-banner h1 span{
        font-size: 18px;
    }
    .innerpage-title{
        margin-top: 0;
    }
}