@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Commissioner:wght@200;300&family=Poppins:wght@300&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Commissioner:wght@200;300&family=Playball&family=Poppins:wght@300&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Amarante&display=swap');

.content-section{
    padding: 39px 0;
}
.row.border-section {
    border: 1px double #333;
    margin-top: 30px;
    background: rgb(51 51 51);
}
.row.border-section p{
    color: #f1f1f1;
}
.row.border-section h3.title-text{
    color: #ff3783;
}
.circle-profile{
    padding: 39px 0;
}
.circle-img img{
    width: 100%;
    height: 260px;
    border-radius: 50%;
    display: block;
    margin: auto;
    box-shadow: 1px 1px 10px #ff0664e8;
}
.circle-img figcaption {
    text-align: center;
    font-weight: 600;
    margin-top: 15px;
    color: #fff;
    background: #b90046;
    padding: 5px 10px;
    border-radius: 25px;
}
/*font-family: 'Amarante', cursive;*/
/*
font-family: 'Playball', cursive;
font-family: 'Commissioner', sans-serif;
font-family: 'Poppins', sans-serif;
*/

a:hover{
	text-decoration:none;
}

footer{
	background: #b90046;
	padding: 50px 0;
}
ul.footer-social {
    padding: 0;
    margin: 0;
}
ul.footer-social li{
	display: inline-block;
}
ul.footer-social li a{
	display: inline-block;
	width: 35px;
	height: 35px;
	border-radius: 50%;
	background: #860b3a;
	color: #fff;
	text-align: center;
	line-height: 35px;
}
ul.top-social {
    padding: 0;
    margin: 0;
}
ul.top-social li{
    display: inline-block;
}
ul.top-social li a{
    display: inline-block;
    color: #fff;
    text-align: center;
    padding: 0 7px;
}

ul.call{
    padding: 0;
    margin: 0;
}
ul.call li{
    display: inline-block;
    margin-right: 10px;
}
ul.call li a{
    display: inline-block;
    color: #ffffff;
    font-family: 'Commissioner',sans-serif;
    font-size: 15px;
}
ul.call li a i{
    margin-right: 5px;
}
.footer-wrap h3 {
    color: #fff;
    font-family: 'Commissioner',sans-serif;
    background: #860b3a3b;
    padding: 7px 10px;
    font-size: 20px;
    border-left: 5px solid #860b3a;
    margin-bottom: 20px;
    margin-top: 10px;
}
a.nav-link {
    padding: 8px 18px !important;
    color: #860b3a;
    font-size: 15px;
    font-weight: 500;
}
a.nav-link:hover{
    background: #860b3a;
    color: #fff;
    transition: 1s;
}
.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #860b3a;
}
.dropdown-menu.show {
    border: none;
    border-radius: 0px;
    border-top: 3px solid #000;
    padding: 0;
}
.dropdown-item {
    font-size: 14px;
    padding: 5px 20px 5px 20px !important;
    color: #212529;
    border-bottom: 1px solid #860b3a5c;
}
.dropdown-item:hover{
    background: #860b3a;
    color: #fff;
}
.web.whatsapp {
    display: none;
}
.api.whatsapp {
    display: none;
}
.top-header {
    background: #860b3a;
    padding: 8px;
}
.whatsapp a {
    position: fixed;
    z-index: 99999;
    background: green;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    color: #fff;
    font-size: 30px;
    bottom: 5px;
    right: 15px;
    bottom: 20px;
    border-radius: 2px;
    transition: 1s;
}
.copyright-section {
    background: #860b3a;
    text-align: center;
    padding: 10px;
}
.copyright-section p{
    margin: 0;
    color: #fff;
}
.footer-wrap p{
    color: #fff;
}
.footer-links{
    padding: 0;
    margin: 0;
    list-style: none;
}
.footer-links li a{
    color: #fff;
    font-family: 'Commissioner',sans-serif;
}
.footer-links li a:hover{
    color: #000;
}
.footer-links li a:before{
    content: "\f101";
    font-family: 'FontAwesome';
    margin-right: 5px;
}
.other-city{
    padding: 0;
    margin: 0;
    list-style: none;
}
.other-city li a{
    color: #fff;
}
.other-city li{
    display: inline-block;
}

.other-city li a {
    margin-right: 3px;
    display: inline-block;
    background: #860b3a;
    padding: 5px 10px;
    margin-bottom: 5px;
    border-radius: 5px;
    box-shadow: -4px 0px 0px 0px #212529;
    font-size: 14px;
}
.other-city li a:hover{
    background: #333;
    transition: 1s;
}
.call-section {
    background: #860b3a;
    padding: 25px;
}
.call-section h4{
    font-family: 'Commissioner',sans-serif;
    margin: 0;
    line-height: 40px;
    color: #fff;
}
.call-section a{
    font-family: 'Commissioner',sans-serif;
    border: 1px solid #fff;
    color: #fff;
    padding: 7px 30px;
    display: inline-block;
    border-radius: 20px;
}
.call-section a:hover{
    background: #fff;
    color: #000;
}
.left-side img{
    width: 100%;
}
.right-section {
    padding: 35px 20px;
}
.right-section h1 {
    font-size: 27px;
}
.right-section h5 {
    font-size: 19px;
    color: #860b3a;
    margin-bottom: 15px;
}
.center-section h1 {
    font-size: 27px;
}
.center-section h5 {
    font-size: 19px;
    color: #860b3a;
    margin-bottom: 15px;
}
.center-section h4 {
    color: #ffffff;
    background: #b90046;
    display: inline-block;
    padding: 5px;
    font-size: 19px;
    border-radius: 5px;
}
.content-sec {
    background: #333;
    padding: 30px 0;
}
.content-sec p{
    color: #f1f1f1;
}
.content-sec h3{
    font-size: 22px;
    margin-bottom: 20px;
    color: #f32d5e;
}
.right-img img{
    width: 100%;
    border-radius: 10px;
}
.other-city-list{
    padding: 40px;
}
p {
    font-family: sans-serif;
    text-align: justify;
    font-size: 15px;
    color: #333;
    font-weight: 500;
    line-height: 24px;
}
.girl-list{
    padding: 40px 0;
    background: #333;
}
.girl-list h3.title-text {
    color: #ffffff;
    font-family: 'Commissioner';
    text-align: center;
    text-transform: capitalize;
    margin-bottom: 30px;
}
h3.title-text {
    color: #860b3a;
    font-family: 'Commissioner';
    text-align: left;
    text-transform: capitalize;
    margin-bottom: 30px;
}
.girls-image {
    background: #b90046;
    padding: 3px;
    position: relative;
    border-radius: 10px;
    cursor: pointer;
    transition: 1s;
    margin-bottom: 40px;
    margin-top: 30px;
}
.girls-image:hover figcaption{
    bottom: -20px;
    transition: 1s;
    background: #d39e00;
}
.girls-image:hover{
    background: #d39e00;
    transition: 1s;
}
.girls-image img{
    height: 360px;
    width: 100%;
    border-radius: 5px;
}
.girls-image figcaption{
    transition: 1s;
    text-align: center;
    width: 78%;
    position: absolute;
    margin: auto;
    background: #b90046;
    border-radius: 10px;
    bottom: -30px;
    left: 50%;
    transform: translate(-50%);
    padding: 10px;
}
.girls-image figcaption p{
    margin: 0;
    text-align: center;
}
.girls-image figcaption a{
    color: #fff;
}
.sidebar-image-wrap img{
    width: 100%;
    margin-bottom: 20px;
}
.sidebars-image-section{
    padding: 40px 0;
}
.breadcrumb-section{
    position: relative;
}
.breadcrumb-section img{
    width: 100%;
}
.breadcrumb-section h1 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #ffffff73;
    padding: 5px 15px;
    border-radius: 5px;
    font-family: 'Amarante', cursive;
}
.breadcrumb-section-slider h1 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #ffffff73;
    padding: 5px 15px;
    border-radius: 5px;
    font-family: 'Amarante', cursive;
}
.bg-img{
    background: url('../images/bg-sexy.jpg')no-repeat;
    background-size: contain;
    background-position: right;
}
img.book-btn {
    width: 100%;
    height: auto !important;
    margin-bottom: 5px;
}
.black{
    color: #000 !important;
}
/* Style the tab */
.tab {
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
}
.profile-sec{
    padding: 30px 0;
}
.bg-white{
    background: #fff !important;
}
/* Style the buttons inside the tab */
.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 17px;
}
.profile-img img{
    width: 100%;
}
form{
    padding: 25px;
    border-radius: 10px;
    box-shadow: 1px 1px 10px #ccc;
}
.profile-sec ul{
    padding: 10px;
    margin: 0;
    list-style: none;
}
.contact-info ul li a{
    color: #000;
}
.contact-info ul li i{
    margin-right: 5px;
    display: inline-block;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-top: none;
}

@media screen and (min-width: 768px){
    ul.top-social{
        text-align: right;
    }
    .web.whatsapp {
        display: block;
    }
	.small-screen{
		display: none;
	}
}
@media screen and (max-width: 768px){
    .api.whatsapp {
        display: block;
    }
	.lg-screen{
		display: none;
	}
}



