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
}
body {
	font-family: 'Sofia Sans Extra Condensed', sans-serif;
	font-style: normal;
	margin: 0;
	background: url(images/body-bg.webp) #000 !important;
	position: relative;
    color: #fed167;
}
.container{
    width: 85%;
    margin: 0 auto;
}
h1, h2, h3, h4, h5, h6, p{
    margin: 0;
}
header{
    background: #000;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
}
.header-top{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.brand-name{
    text-align: center;
}
.brand-name h1{
    font-size: 50px;
    letter-spacing: 5px;
}
.brand-name p{
    font-size: 30px;
    margin-bottom: 10px;
}
.brand-name a{
    color: #000;
    background: linear-gradient(to right, #7e5923, #fed167, #7e5923);
    border: 1px solid #e4b758;
    padding: 8px 30px;
    border-radius: 50px;
    font-size: 16px;
    width: 215px;
    display: inline-block;
    font-weight: 600;
}
/* nav */
.menu-wrwpper{
	height: 55px;
    border-radius: 5px;
	/* background-image: radial-gradient( circle farthest-corner at 50.4% 50.5%,  rgba(251,32,86,1) 0%, rgba(135,2,35,1) 90% ); */
    background: linear-gradient(to right, #7e5923, #fed167, #7e5923);
    border: 1px solid #e4b758;
    margin-top: 15px;
}
nav .navbar
{
	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;
	font-family: 'Bebas Neue', cursive;
	color: #6A1B9A;
}
.sticky {
	position: fixed;
	top: 0;
	width: 100%;
  }
  
.logo img{
	width: 160px;
	height: auto;
}
.logo-name img{
	width: 200px;
}
nav .navbar .nav-links
{
	height: 100%;
	line-height:55px;
}
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;
}
nav .navbar .nav-links .links li a{
	color: #000;
	text-decoration: none;
	white-space: nowrap;
	height: 100%;
	font-size: 18px;
	text-transform: uppercase;
	font-weight:600;
	transition: all 0.3s ease-in-out;
	padding: 0 15px;
	position: relative;
	z-index: 2;
}
nav .navbar .nav-links .links li a:hover::before{
	height: 100%;
}
.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;
}

.profile-lists{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 10px;
}
.profile-name{
    background-image: radial-gradient( circle farthest-corner at 50.4% 50.5%, rgba(251,32,86,1) 0%, rgba(135,2,35,1) 90% );
    padding: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.profile-name h4, .profile-name p{
    font-size: 25px;
}
.profile-image img{
    display: block;
    width: 100%;
}
.profile-image{
    padding: 0 2px 2px 2px;
    background-image: radial-gradient( circle farthest-corner at 50.4% 50.5%, rgba(251,32,86,1) 0%, rgba(135,2,35,1) 90% );
}
.feature-ecorts h2{
    margin: 15px 0;
    font-size: 25px;
}
.find-girls{
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: radial-gradient( circle farthest-corner at 50.4% 50.5%, rgba(251,32,86,1) 0%, rgba(135,2,35,1) 90% );
    padding: 40px;
    margin-top:40px;
    margin-bottom:40px;
    flex-direction: column;
}
.find-girls h3{
    font-size: 40px;
    text-align: center;
}
.find-girls a{
    padding: 10px 45px;
    background: linear-gradient(to right, #7e5923, #fed167, #7e5923);
    border: 1px solid #e4b758;
    color: #000;
    font-weight: 600;
    font-size: 18px;
    margin-top: 20px;
}
.video-container{
    display: flex;
    align-items: center;
    background: #000;
    margin-bottom: 30px;
}
.video-cont video{
    width: 100%;
}
.text-area{
    padding: 25px;
    background: #000;
}
.text-area h2, .text-area h3{
    font-size: 28px;
    margin: 15px 0;
}
.text-area p{
    font-size: 18px;
    line-height: 30px;
}
.text-area p a{
    color:rgba(251,32,86,1) ;
}
.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: #e4b758;
}
.cp-ryt{
	background: rgb(39, 39, 39);
	padding: 15px 0;
	text-align: center;
	margin-top: 15px;
}
.cp-ryt p{
	margin: 0;
}
/* width */
::-webkit-scrollbar {
	width: 5px;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
	box-shadow: inset 0 0 5px grey;
  }
   
  /* Handle */
  ::-webkit-scrollbar-thumb {
	background-image: radial-gradient( circle farthest-corner at 50.4% 50.5%, rgba(251,32,86,1) 0%, rgba(135,2,35,1) 90% );
  }
  @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: radial-gradient( circle farthest-corner at 50.4% 50.5%, rgba(251,32,86,1) 0%, rgba(135,2,35,1) 90% );
		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;
	}
    .header-top{
        display: block;
    }
    .header-top img{
        display: block;
        margin: 15px auto;
    }
    .brand-name a{
        margin-bottom: 15px;

    }
    .profile-lists {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }
    .video-container{
        display: block;
    }
    .video-container img{
        width: 100%;
    }
    .find-girls {
        height: auto;
    }
    .find-girls h3 {
        font-size: 25px;
        text-align: center;
    }
    .footer-col-row {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
    }
}
@media(max-width:499px){
    .profile-lists {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
      }
}
