/*==========mobile style ==============*/

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@800&display=swap');

@font-face {
    font-family: 'MADETOMMY-Regular';
    src: url('../fonts/MADE TOMMY Regular_PERSONAL USE.otf');
}

@font-face {
    font-family: 'MADETOMMY-Light';
    src: url('../fonts/MADE TOMMY Light_PERSONAL USE.otf');
}

@font-face {
    font-family: 'MADETOMMY-Bold';
    src: url('../fonts/MADE TOMMY Bold_PERSONAL USE.otf');
}

body,
.bg-black {
    background: #000000;
    color: #b2b2b2;
    padding: 0px;
    font-family: 'MADETOMMY-Light', sans-serif;
    font-weight: normal;
    font-size: 16px;
}

a {
    color: #b2b2b2;
    text-decoration: none;
}

a:hover {
    color: #ffffff;
    text-decoration: none;
}

a:focus {
    box-shadow: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
label {
    color: #ffffff;
}

h1,
h2 {
    font-family: sans-serif;
}

p {
    margin-bottom: 10px;
}

.btn {
    border: 0px;
}

.btn.focus,
.btn:focus,
.form-control:focus {
    outline: none;
    box-shadow: none;
    border-color: inherit;
    border: 0px;
}

.custom-control-input:focus~.custom-control-label::before {
    box-shadow: none;
}

.btn:not(:disabled):not(.disabled).active:focus,
.btn:not(:disabled):not(.disabled):active:focus {
    box-shadow: none;
}

.btn:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #4f004f;
    border-color: #4f004f;
}

.pull-right {
    float: right;
    display: inline-block;
}

.bg-pink {
    background: #4f004f
}

.bg-white {
    background: #ffffff;
}

.bg-gray {
    background: #f4f4f4;
}

.btn-danger {
    color: #fff;
    background-color: #e20530;
    border-color: #e20530;
    font-weight: bold;
    font-family: 'MADETOMMY-Bold', sans-serif;
}

.heading-dark {
    color: #363636;
    font-size: 28px;
    font-weight: bold;
    padding: 25px 0px;
    font-family: 'MADETOMMY-Bold', sans-serif;
}

.btn-primary {
    color: #fff;
    background-color: #4f004f;
    border-color: #4f004f;
    border: 0px;
}

.btn-white {
    color: #4f004f;
    background-color: #ffffff;
}

.btn-primary:hover {
    color: #4f004f;
    background-color: #ffffff !important;
}

.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show>.btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #4f004f;
    border-color: #4f004f;
}

.heading-2 {
    color: #ea00e7;
    padding: 0px;
    font-family: 'MADETOMMY-Medium', sans-serif;
}

.logo {
    width: 300px;
}

header .row {
    width: 100%;
}

.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: #ea00e7;
    background-color: #ea00e7;
}

.top-search-form button {
    background: #fff;
    border: 0;
    color: #000;
}

.top-search-form button:hover {
    background: #4f004f;
    border: 0;
    color: #fff;
}

.font-small {
    font-size: 12px;
}

.no-padding {
    padding: 0px;
}

/*Mega Menu*/
.mega-dropdown {
    position: static !important;
}

.mega-dropdown-menu {
    padding: 20px 0px;
    width: 100%;
    box-shadow: none;
    -webkit-box-shadow: none;
    width: 1315px;
    left: -450px;
}

.mega-dropdown-menu>li>ul {
    padding: 0;
    margin: 0;
}

.mega-dropdown-menu>li>ul>li {
    list-style: none;
}

.mega-dropdown-menu>li>ul>li>a {
    display: block;
    color: #222;
    padding: 3px 5px;
}

.mega-dropdown-menu>li ul>li>a:hover,
.mega-dropdown-menu>li ul>li>a:focus {
    text-decoration: none;
}

.mega-dropdown-menu .dropdown-header {
    font-size: 18px;
    color: #ff3546;
    padding: 5px 60px 5px 5px;
    line-height: 30px;
}

.nav-item.show .nav-link {
    background: #420141;
    border-top: 4px solid #fff;
}

.dropdown-menu.mega-dropdown-menu {
    padding: 0px;
}

.dropdown-menu.mega-dropdown-menu .row {
    width: initial;
}

.menu-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
    max-height: 500px;
}

.mega-menu-form {
    padding: 30px 50px;
}

.mega-form-heading {
    font-size: 36px;
    color: #000;
    font-family: 'MADETOMMY-Bold', sans-serif;
}

.mega-menu-form .form-control {
    border: 0px;
    border-bottom: 1px solid #000;
    color: #000;
    border-radius: 0;
    margin: 20px 0px;
    font-size: 20px;
}

.mega-menu-form .btn {
    font-size: 24px;
    padding: 15px 50px;
    color: #fff;
    font-weight: bold;
}

.mega-menu-city h5 {
    font-size: 18px;
    font-weight: bold;
    color: #000;
    font-family: 'MADETOMMY-Bold', sans-serif;
}

.mega-menu-city .mega-form-heading {
    margin-bottom: 20px;
}

.mega-menu-city .nav li {
    width: 100%;
}

.mega-menu-city .nav li a {
    color: #000000;
}

/*Mega Menu*/
.discreetMode {
    background: #fff;
    color: #ea00e7;
    font-weight: bold;
    padding: 7px 15px;
    border-radius: 4px;
    padding-right: 50px;
    width: fit-content;
    margin-top: 25px;
    cursor: pointer;
}

.discreetMode label {
    color: #ea00e7;
    cursor: pointer;
}

.top-search-gender label input {
    height: 0px;
    width: 0px;
    opacity: 0;
}

.top-search-gender label.btn-secondary {
    margin: 0px 10px;
    width: calc(100% / 3 - 20px);
}

.top-search-gender .btn-group-toggle {
    width: 100%;
}

/*popular-inner*/
/*.MultiCarousel { float: left; overflow: hidden; padding: 0px; width: 100%; position:relative; }    .MultiCarousel .MultiCarousel-inner { transition: 1s ease all; float: left; }        .MultiCarousel .MultiCarousel-inner .item { float: left;}        .MultiCarousel .MultiCarousel-inner .item > div { text-align: center; padding:10px; margin:10px; background:#f1f1f1; color:#666;}    .MultiCarousel .leftLst, .MultiCarousel .rightLst { position:absolute; border-radius:50%;top:calc(50% - 20px); }    .MultiCarousel .leftLst { left:0; }    .MultiCarousel .rightLst { right:0; }            .MultiCarousel .leftLst.over, .MultiCarousel .rightLst.over { pointer-events: none; background:#ccc; }*/
.popular-inner {
    background: #4f004f;
    padding: 25px;
    border-radius: 4px;
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
    margin-top: -130px;
    z-index: 99;
}

.popular-inner label {
    width: 200px;
    height: 56px;
    font-size: 20px;
    background: #743373;
    border: 0px;
    line-height: 56px;
    padding: 0px;
    margin: 0px 5px;
}

.popular-inner label input {
    height: 0px;
    width: 0px;
    opacity: 0;
}

.popular-inner h2 {
    font-weight: bold;
    font-size: 36px;
    margin-bottom: 30px;
    font-family: 'MADETOMMY-Regular', sans-serif;
}

/*Porfile Section*/
.profile-block {
    position: relative;
    overflow: hidden;
}

.profile-block img {
    width: 100%;
}

.profile-sec-inner .col-md-4,
#myTabContent .col-md-4 {
    padding: 0px 4px;
}

.profile-sec-inner .col-md-4:nth-child(3n+1),
#myTabContent .col-md-4:nth-child(3n+1) {
    padding-left: 0px;
    padding-right: 8px;
}

.profile-sec-inner .col-md-4:nth-child(3n+0),
#myTabContent .col-md-4:nth-child(3n+0) {
    padding-right: 0px;
    padding-left: 8px;
}

.profile-content .row,
.profile-sec-inner .row,
#myTabContent .row {
    width: calc(100% + 30px);
}

.profile-content {
    position: absolute;
    background: rgb(79 0 79 / 0.92);
    padding: 20px 15px;
    width: 100%;
    left: 0;
    right: 0;
    bottom: -100%;
    top: auto;
    font-size: 14px;
    transition: 0.2s ease;
}

.profile-block:hover .profile-content {
    bottom: 0;
    transition: 0.2s ease;
}

.profile-content p {
    margin: 0px;
    display: inline-block;
}

.profile-content .profile-descri {
    margin-top: 15px;
}

.pro-co-rt {
    font-size: 11px;
    text-align: right;
}

.pro-co-rt span {
    background: rgb(255 255 255 / 0.2);
    padding: 1px 7px;
    border-radius: 4px;
    margin: 2px 0px;
    margin-left: 7px;
    display: inline-block;
    float: left;
}

.pro-co-rt .btn {
    background: #fc01ff;
    color: #fff;
    font-size: 12px;
    padding: 0px 5px;
}

.carousel-item {
    height: 700px;
}

.carousel-item>img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    height: 700px;
    width: auto;
    object-fit: cover;
}

.carousel-inner .carousel-caption h1 {
    font-size: 82px;
    font-weight: bold;
    font-family: 'MADETOMMY-Bold', sans-serif;
}

.carousel-inner .carousel-caption h4 {
    font-size: 24px;
    margin-bottom: 30px;
}

.carousel-inner .carousel-caption .btn-primary {
    background: #4f004f;
    border: 0;
    font-size: 24px;
    text-transform: uppercase;
    padding: 20px 96px;
    margin: 10px 0px;
    font-weight: bold;
    letter-spacing: 2px;
}

.header-bottom {
    background: #4f004f;
    padding: 0px 20px;
}

.carousel {
    margin: 0px;
}

.carousel-inner .carousel-caption {
    z-index: 10;
    left: 0;
    top: 0;
    padding-top: 5%;
    width: 100%;
    bottom: 0;
    padding-right: 40%;
    padding-left: calc((100% - 1200px)/ 2);
    background: rgb(0 0 0 / 0.4);
}

.carousel-indicators {
    bottom: 130px;
}

.header-bottom .nav-link {
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 1px;
    padding: 30px 30px 34px 30px !important;
    border-top: 4px solid transparent;
}

.header-bottom .navbar-nav {
    justify-content: flex-end;
}

.top-search {
    flex-direction: row-reverse;
    padding-top: 40px;
    padding-bottom: 10px;
}

.has-vip {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 999;
}

.has-vip span {
    background: #ff0000;
    font-size: 22px;
    border-radius: 4px;
    padding: 0px 5px;
    border: 1px solid #fff;
    color: #ffffff;
}

.viewmore {
    font-size: 24px;
    width: 350px;
    height: 72px;
    line-height: 72px;
    border: 0px;
    padding: 0px;
    margin: 30px 0px 60px 0px;
}

.classi-name {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    background: linear-gradient(0deg, black, rgb(0 0 0 / 0.05));
    padding: 40px 0px 30px 0px;
}

.classi-name h2 {
    color: #ea00e7;
    font-family: serif;
    font-weight: bold;
}

.classified-view {
    background-size: 55% auto;
    background-repeat: no-repeat;
    background-position: right;
    padding: 40px 15px 80px 15px;
}

.classified-view-left {
    padding-right: 40px;
}

.classified-view-right h2 {
    font-family: 'Playfair Display', serif;
    font-size: 92px;
    color: #ea00e7;
    margin-top: 50px;
}

.classified-view-right p {
    color: #8c8c8c;
    width: 80%;
}

.classified-view-right .btn {
    background: #ea00e7;
    border: 0px;
    text-transform: uppercase;
    padding: 18px 70px;
    font-weight: bold;
    font-size: 22px;
    position: absolute;
    bottom: 0;
}

.classi-carousel .owl-item.active.center .classi-name {
    display: none;
}

.classi-carousel .item img {
    height: 380px;
    object-fit: cover;
}

.classified-slider {
    margin-top: 30px;
}

footer {
    background: #1d1d1d;
}

.logo-footer {
    margin: 30px 0px;
}

.footer-center {
    background: #161616;
    padding: 50px 15px;
}

.link-title {
    font-size: 20px;
    margin-top: 20px;
}

.footer-links li {
    display: inline-block;
    width: 100%;
}

.footer-links {
    margin-bottom: 50px;
}

.links-hori li {
    display: inline-flex;
}

.footer-tags a {
    background: #555555;
    font-size: 12px;
    padding: 6px 20px;
    border-radius: 4px;
    margin: 0px 2px;
    display: inline-block;
    margin-bottom: 8px;
}

.footer-social a {
    display: inline-block;
    height: 30px;
    width: 30px;
    line-height: 30px;
}

.footer-social {
    padding: 30px 15px;
}

.footer-bottom {
    padding-bottom: 80px;
    padding-top: 30px;
}

.footer-top {
    padding-top: 30px;
}

.copyright {
    background: #000;
    padding: 15px 0px;
}

.copyright p {
    margin: 0px;
}

.footer-right,
.footer-left {
    padding: 0px 50px;
}

/*Listing*/
.section-listing {
    padding-bottom: 100px;
    margin-top: -100px;
    z-index: 99;
    position: relative;
}

.sidebar-filter {
    padding: 20px;
}

.sidebar-filter .form-control {
    height: 54px;
    background: #733272;
    color: #fff;
    border: 0px;
    font-size: 18px;
}

.sidebar-filter .form-control::placeholder {
    color: #ffffff;
}

.sidebar-filter .btn-primary {
    width: 100%;
    height: 64px;
    background: #ffffff;
    color: #4f004f;
    font-size: 28px;
    font-weight: bold;
}

.listing-inner {
    padding-left: 10px;
}

.view-type {
    background: #500051;
    padding: 15px;
    border-radius: 4px;
    margin-bottom: 10px;
}

.view-type .btn {
    color: #fff;
    font-size: 24px;
    opacity: .4;
}

.view-type .btn:hover {
    opacity: 1;
}

.view-type p {
    margin: 0px;
    margin-top: 15px;
}

.justify-content-right {
    justify-content: flex-end;
}

.page-item.active .page-link {
    z-index: 1;
    color: rgb(255 255 255 / 0.4);
    background-color: #4f004f;
    border-color: #4f004f;
}

.listing-inner .profile-content {
    font-size: 12px;
}

.listing-inner .pro-co-rt {
    font-size: 8px;
    text-align: right;
    padding-left: 0;
}

.page-link {
    position: relative;
    display: block;
    padding: .85rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #4f004f;
    background-color: #fff;
    border: 1px solid #dee2e6;
    width: 50px;
    text-align: center;
    font-weight: bold;
}

.listing-footer p {
    margin: 0px;
    margin-top: 10px;
    color: #ffffff;
}

.list-view .btn-list {
    opacity: 1;
}

.grid-view .btn-grid {
    opacity: 1;
}

.grid-view .profile-listing .col-md-4 {
    transition: 0.8s ease;
        padding-left: 8px;
    padding-right: 8px;
    margin-bottom: 16px;
}

.list-view .profile-listing .col-md-4 {
    flex: 0 0 100%;
    max-width: 100%;
    transition: 0.8s ease;
    padding: 0px;
}

.list-view .profile-listing .profile-img {
    width: 30%;
}

.list-view .profile-listing .profile-content {
    position: relative;
    width: 70%;
    padding-top: 70px;
}

.list-view .profile-listing .profile-block {
    display: flex;
}

.list-view .profile-block img {
    height: 260px;
    object-fit: cover;
    object-position: top;
}

/*.gallery-top-vote{    margin-top: -100px;}*/
.heading-dark {
    color: #363636;
    font-size: 28px;
    font-weight: bold;
    padding: 25px 0px;
}

.gallery-top-vote .btn {
    height: 80px;
    width: 350px;
    text-align: center;
    line-height: 78px;
    font-size: 32px;
    padding: 0px;
}

.single-tabs .nav-tabs {
    background: #5b015b;
    border: 0px;
    padding: 15px;
    border-radius: 10px;
    margin: 20px 0px;
    margin-top: 50px;
    width: 100%;
}

.single-tabs .nav-tabs .nav-link {
    background: #844184;
    color: #fff;
    font-size: 24px;
    /*font-family: 'MADETOMMY-Bold', sans-serif;*/
    font-weight: bold;
    margin: 10px;
    border-radius: 4px;
    padding: 15px 0px;
}

.single-tabs .nav-tabs .nav-link.active {
    background: #ffffff;
    color: #5b015b;
}

.gallery-bottom .btn {
    padding: 15px 80px;
    margin-top: 15px;
}

.section-availability {
    padding: 80px 0px;
}

.section-availability h2 {}

.section-availability h2,
.section-availability h3 {
    color: #1b1b1b;
    font-size: 42px;
    font-family: 'MADETOMMY-Bold', sans-serif;
}

.card {
    border: 0px;
}

.card-header {
    background: transparent;
}

.section-availability .card-header {
    border-bottom: 2px solid #1b1b1b;
}

.section-availability .card {
    padding: 20px;
}

.section-availability .card-body {
    font-size: 32px;
    color: #1b1b1b;
    font-weight: bold;
}

.booking-notice li {
    font-size: 32px;
    color: #1b1b1b;
    margin-bottom: 10px;
    font-family: 'MADETOMMY-Regular', sans-serif;
}

.single-subscribe h3 {
    font-size: 24px;
}

.single-subscribe .card {
    background: #5b015b;
    color: #ffffff;
}

.single-subscribe h2 {
    color: #ffffff;
}

.single-subscribe .btn {
    padding: 15px 80px;
    margin-top: 20px;
    text-transform: uppercase;
    font-size: 24px;
    float: right;
}

.single-contact h2 {
    font-size: 44px;
    color: #1b1b1b;
}

.contact-left,
.contact-left a,
.contact-right h3 {
    font-size: 28px;
    color: #1b1b1b;
    font-weight: bold;
}

.follow-me {
    background: #e2e2e2;
    padding: 15px;
    border-radius: 15px;
}

.follow-me p {
    margin: 0px;
}

.contact-right h3 {
    font-size: 34px;
    color: #1b1b1b;
    font-weight: bold;
}

.contact-right,
.include-text h4 {
    color: #1b1b1b;
}

.include-text {
    border: 1px solid #1b1b1b;
    padding: 20px;
    border-radius: 20px;
    width: 60%;
    margin-top: 20px;
    font-weight: bold;
}

.single-testimonial .tab-content {
    background: #ffffff;
    padding: 40px 30px;
    font-size: 24px;
    color: #424242;
    width: 100%;
}

.single-testimonial .nav-tabs {
    border: 0px;
    width: 100%;
}

.testi-row {
    border-bottom: 1px solid #cdcdcd;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.single-testimonial .nav-link {
    font-size: 30px;
    font-weight: bold;
    border: 0px;
    padding: 15px 45px;
}

.single-testimonial .nav-link:hover {
    color: initial;
}

.single-testimonial .nav-link.active {
    color: #1b1b1b;
}

.testi-user {
    opacity: 0.7;
    font-weight: bold;
}

.load-more {
    background: #f4f4f4;
    font-weight: bold;
    font-size: 24px;
    padding: 10px 50px;
}

#big .item {
    background: #ec6e46;
    padding: 0px 0px;
    margin: 2px;
    color: #FFF;
    border-radius: 3px;
    text-align: center;
}

#thumbs .item {
    background: #C9C9C9;
    padding: 0px;
    margin: 2px;
    color: #FFF;
    border-radius: 3px;
    text-align: center;
    cursor: pointer;
}

#thumbs .item h1 {
    font-size: 18px;
}

#thumbs .current .item {
    background: #FF5722;
}

.owl-theme .owl-nav [class*='owl-'] {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.owl-theme .owl-nav [class*='owl-'].disabled:hover {
    background-color: #D6D6D6;
}

#big.owl-theme {
    position: relative;
}

#big.owl-theme .owl-next,
#big.owl-theme .owl-prev {
    background: #4f004f;
    width: 50px;
    line-height: 40px;
    height: 50px;
    margin-top: -20px;
    position: absolute;
    text-align: center;
    top: 50%;
    color: #fff;
    font-size: 24px;
    border-radius: 6px;
}

#big.owl-theme .owl-prev {
    left: 10px;
}

#big.owl-theme .owl-next {
    right: 10px;
}

#thumbs.owl-theme .owl-next,
#thumbs.owl-theme .owl-prev {
    background: #333;
}

.gallery-owl .owl-item img {
    min-width: 100%;
    height: 650px;
    width: auto;
    object-fit: cover;
    object-position: top;
}

#thumbs.owl-carousel .owl-item img {
    min-width: 100%;
    height: 500px;
    width: auto;
    object-fit: cover;
    object-position: top;
}

.custom-switch .custom-control-label::before {
    left: auto;
    width: 2em;
    pointer-events: all;
    border-radius: .5rem;
    right: -35px;
}

.custom-switch .custom-control-label::after {
    right: calc(-1.25rem + 2px);
    left: auto;
}

/*Light Gallery*/
.lightGallery .image-tile {
    position: relative;
    /*     margin-bottom: 30px;     margin-right: 10px*/
}

.lightGallery .image-tile .demo-gallery-poster {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.lightGallery .image-tile>img {
    min-width: 100%;
    height: 250px;
    object-fit: fill;
}

.lightGallery .image-tile .demo-gallery-poster img {
    display: block;
    margin: auto;
    width: 40%;
    max-width: 60px;
    min-width: 20px;
    margin-top: 80px
}

.tab-content {
    color: #424242;
}

.preferred-ser-lst {
    display: flex;
}

.preferred-ser-lst a {
    color: #e20530;
    padding: 5px 15px;
    display: inline-block;
    background: hsl(348 96% 45% / 0.05);
    width: 100%;
    font-weight: bold;
    margin-bottom: 10px;
}

.preferred-ser-lst li {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    padding: 0px 15px;
}

#myRates .heading-dark {
    font-size: 20px;
    font-weight: normal;
}

#myRates .my-rates {
    font-size: 28px;
    color: #e20530;
    font-weight: bold;
}

.tab-content .tab-pane {
    /*min-height: 300px;*/
    min-height: inherit !important;
}

.register-modal .modal-content {
    background: transparent;
    background: linear-gradient(rgb(79 0 79 / 0.42) 80%, rgb(79 0 79 / 0.01));
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    border: 1px solid rgb(255 255 255 / 0.5);
    border-radius: 15px;
    padding: 25px;
    color: #ffffff;
}

.register-modal .modal-header {
    border: 0px;
    padding: 0px;
}

.register-modal .form-control {
    height: 44px;
    background: rgb(255 255 255 / 0.13);
    color: #fff;
    border: 1px solid rgb(255 255 255 / 0.3);
}

.register-modal .form-control::placeholder {
    color: rgb(255 255 255 / 0.5)
}

.register-modal .logo-footer {
    margin: 25px auto;
    display: inherit;
}

.register-radio {
    display: flex;
}

.register-radio label {
    width: 100%;
    margin: 0px;
    height: 44px;
    line-height: 44px;
    padding: 0px;
    background: #fff;
    color: #b50692;
    font-weight: bold;
}

.register-radio label:nth-child(2) {
    margin: 0px 10px;
}

.register-modal .close {
    position: absolute;
    right: 20px;
    top: 20px;
    font-size: 40px;
    color: #fff;
    height: 40px;
    width: 40px;
    padding: 0px;
    z-index: 99;
}

.iaccept {
    margin: 20px 0px;
}

.register-modal .submit-btn {
    background: #b50692;
    font-size: 22px;
    height: 44px;
    line-height: 44px;
    padding: 0;
    width: 200px;
}

.register-modal a {
    text-decoration: underline;
}

.register-ads {
    position: absolute;
    bottom: -40px;
    right: -100px;
    width: 400px;
}

.register-banner {
    height: 500px;
    object-fit: cover;
    object-position: bottom;
}

.register-radio {}

/* The radio */
.register-radio label {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 20px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

/* Hide the browser's default radio button */
.register-radio label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom radio button */
.checkround {
    position: absolute;
    top: 12px;
    left: 40px;
    height: 20px;
    width: 20px;
    background-color: #fff;
    border-color: #b50692;
    border-style: solid;
    border-width: 2px;
    border-radius: 50%;
}

/* When the radio button is checked, add a blue background */
.register-radio label input:checked~.checkround {
    background-color: #fff;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkround:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.register-radio label input:checked~.checkround:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.register-radio label .checkround:after {
    left: 2px;
    top: 2px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #b50692;
}

.register-modal .modal-xl {
    max-width: 1000px;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }
}

@media (max-width: 767px) {
    .header-drop-menu select.form-control {
        background: #2b2b2b;
        color: #ffffff;
        border: 0px;
    }

    body {
        font-size: 14px;
    }

    .header-drop-menu .card-body {
        padding: 0px;
    }

    header .navbar-collapse {
        position: absolute;
        left: 0px;
        width: 100%;
        z-index: 9999;
        background: rgb(0 0 0 / 0.97);
        padding: 15px;
        top: 70px;
        height: auto;
    }

    .search-tag {
        text-align: center;
    }

    .form-group {
        display: inline-block;
        width: 100%;
    }

    .search-tag a {
        padding: 5px 15px;
        float: left;
        margin: 4px;
        background: #555;
        font-size: 12px;
        border-radius: 4px;
    }

    .mobileTopsearch {
        position: absolute;
        top: 70px;
        left: 0;
        z-index: 9999;
        background: rgb(0 0 0 / 0.97);
        /*height: 100vh;*/
        padding-top: 70px;
    }

    .mobileTopsearch .card {
        background: transparent;
    }

    .radio-filter {
        padding: 15px;
        background: #000000;
        position: absolute;
        top: 50px;
        z-index: 999;
        left: 0;
        right: 0;
        border-radius: 0px;
        padding-bottom: 80px;
        transition: 0.5s;
    }

    .radio-filter p {
        color: #ffffff;
    }

    .radio-filter .btn-group {
        display: inline-block;
    }

    .radio-filter .btn {
        margin: 0px !important;
        margin: 5px !important;
    }

    .radio-icons {
        height: 32px;
        width: 32px;
        line-height: 32px;
        border-radius: 0;
        -webkit-mask-size: 32px;
        background-color: #ea00e7;
        display: inline-block;
    }

    .gender-radio .radio-icons {
        height: 22px;
        width: 22px;
        line-height: 22px;
        -webkit-mask-size: 22px;
    }

    label:hover .radio-icons,
    label.active .radio-icons {
        background-color: #ffffff;
    }

    .icon-trans {
        -webkit-mask-image: url(../img/icon-trans.png);
    }

    .icon-male {
        -webkit-mask-image: url(../img/icon-male.png);
    }

    .icon-female {
        -webkit-mask-image: url(../img/icon-female.png);
    }

    .icon-couple {
        -webkit-mask-image: url(../img/icon-couple.png);
    }

    .icon-disabled {
        -webkit-mask-image: url(../img/icon-disabled.png);
    }

    .radio-filter h2 {
        font-size: 20px;
        font-family: 'MADETOMMY-Medium', sans-serif;
        text-align: left;
    }

    .carousel-inner .carousel-caption {
        padding: 0px 0px;
        width: 100%;
        text-align: center !important;
        padding-top: 50px;
    }

    .carousel-inner .carousel-caption h1 {
        font-size: 28px;
        width: 100%;
        text-align: center;
    }

    .carousel-inner .carousel-caption h4 {
        font-size: 18px;
        text-align: center;
    }

    .carousel-inner .carousel-caption .btn-primary {
        font-size: 14px;
        padding: 10px 30px;
        margin: 10px 0px;
    }

    .carousel-descri {
        display: none;
    }

    .carousel-item {
        height: 480px;
    }

    .carousel-item>img {
        height: 480px;
        object-position: center;
    }

    .has-vip span {
        font-size: 10px;
    }

    .has-vip {
        top: 5px;
        right: 5px;
        border-radius: 2px;
    }

    .profile-sec-inner .col-6 {
        padding: 0px 6px !important;
    }

    /*Home Mobile*/
    .logo {
        width: 150px;
    }

    .mobile-mode .discreetMode {
        background: transparent;
        padding: 0px;
        font-size: 10px;
        color: #fff;
    }

    .mobile-mode .discreetMode label {
        color: #fff;
        cursor: pointer;
    }

    .mobile-mode .custom-switch .custom-control-label::before {
        right: auto;
        left: calc(50% - 17px);
        top: -15px;
        width: 34px;
    }

    .mobile-mode .custom-switch .custom-control-label::after {
        right: calc(50% + 0px);
        left: auto;
        top: -13px;
    }

    .mobile-mode .popular-inner {
        margin-top: 0;
        padding: 5px 20px;
    }

    .mobile-mode .popular-inner h2 {
        font-weight: normal;
        font-size: 18px;
        margin-bottom: 5px;
        font-family: 'MADETOMMY-Regular', sans-serif;
        text-align: left;
    }

    .mobile-mode .popular-eth>.row {
        background: #4f004f;
        padding: 20px 0px 50px 0px;
    }

    .mobile-mode .top-search-gender .btn-secondary {
        color: #4f004f;
        background-color: #ffffff;
    }

    .mobile-mode .top-search-gender .btn-secondary.active {
        background: #ea00e7;
    }

    .mobile-mode .filter_Search_box button.btn{
        display: block;
    text-align: center;
    width: 100%;
    background: #000;
    margin: 15px 0 5px;
    }

    .mobile-mode .filter_Search_box button.btn:after{
        content: 'Filter'
    }


    .top-search-gender .radio-filter .btn-secondary {
        color: #ea00e7;
        background-color: #161616;
        border-radius: 7px !important;
        padding: 10px;
    }

    .top-search-gender .radio-filter .btn-secondary.active {
        color: #ffffff;
    }

    .header-top {
        padding: 8px 15px;
    }

    .navbar-toggler {
        border: 0px;
    }

    .mobile-mode .profile-sec-inner {
        margin-top: -50px;
        padding: 0px 9px;
    }

    .header-drop-menu h4 {
        color: #ea00e7;
        font-weight: bold;
        font-size: 20px;
    }

    .top-search-gender .btn-group .btn:nth-child(1) {
        margin-left: 0px;
    }

    .top-search-gender .btn-group .btn:nth-child(3) {
        margin-right: 0px;
    }

   /* .mobile-mode .has-vip {
        display: none;
    }
*/
    .header-top a,
    .header-top .navbar-toggler {
        color: #ffffff;
    }

    .navbar-brand{
            position: relative;
    z-index: 100000;
    }

    .profile-block {
        overflow: hidden;
        position: initial;
        border-radius: 4px;
    }

    .profile-block.active {
        overflow: visible;
    }

    .profile-sec-inner .col-6:nth-child(even) .profile-content {
        /*bottom: -80px;*/
        left: calc(-100% - 12px);
        width: calc(100vw - 30px);
    }

    .profile-sec-inner .col-6:nth-child(odd) .profile-content {
        /*bottom: -80px;*/
        left: 0px;
        width: calc(100vw - 30px);
    }

    .profile-content {
        /*display: none;*/
        background: #4f004f;
        transition: all .3s ease .15s;
        position: relative;
        z-index: 99;
        height: 0px;
        opacity: 0;
        padding: 0px;
    }

    .profile-block.active .profile-content {
        /*display: block;*/
        height: 220px;
        opacity: 1;
        padding: 20px 15px;
        border-radius: 4px;
        transition: 0.5s ease;
    }

    .header-drop-menu a {
        color: #adb5bd;
    }

    .profile-block.active .profile-name {
        display: none;
    }

    .profile-block .profile-name {
        position: absolute;
        left: 0;
        right: 0;
        top: 120px;
        background: linear-gradient(0deg, black, #00000000);
        height: 100px;
        text-align: center;
    }

    .profile-name h4 {
        color: #ea00e7;
        font-size: 16px;
        font-weight: bold;
        padding-top: 50px;
        margin: 0px;
    }

    .profile-name p {
        font-size: 14px;
    }

    .profile-content h2 {
        font-size: 20px;
        font-family: 'MADETOMMY-Normal', sans-serif;
        border-bottom: 1px solid rgb(255 255 255 / 0.4);
        padding-bottom: 10px;
    }

    .profile-content .pull-right {
        float: right;
        background: #6d1b6d;
        padding: 4px 10px;
        font-size: 12px;
        border-radius: 4px;
    }

    .profile-content p {
        width: 100%;
        color: #ffffff;
    }

    .profile-content p span {
        float: right;
    }

    .profile-content>.row:after {
        position: absolute;
        content: '';
        z-index: 0;
        top: -15px;
        width: 30px;
        height: 30px;
        background: #4f004f;
        left: calc(75% - 15px);
        transform: rotate(45deg);
    }

    .profile-sec-inner .col-6:nth-child(odd) .profile-content>.row:after {
        left: calc(25% - 15px);
    }

    .profile-block img {
        width: 100%;
        height: 220px;
        object-fit: cover;
    }

    .classifieds {
        padding-top: 30px;
    }

    .classifieds .heading-2 {
        font-family: sans-serif;
        font-size: 24px;
    }

    .classified-view-left {
        padding: 0px;
    }

    .classified-view-right {
        text-align: center;
    }

    .classified-view-right h2 {
        font-size: 30px;
        margin-top: -50px;
    }

    .classified-view-right p {
        width: 100%;
        padding: 0px 40px;
        text-align: center;
    }

    .classified-view-right .btn {
        padding: 10px 30px;
        font-weight: normal;
        font-size: 16px;
        position: relative;
        bottom: 0;
    }

    .classified-view {
        padding-bottom: 40px;
    }

    .logo-footer {
        width: 180px;
    }

    .footer-bottom {
        padding: 30px 15px;
    }

    .footer-right {
        padding: 0px;
    }

    .footer-drop-menu .card,
    .header-drop-menu .card {
        background: transparent;
    }

    .footer-drop-menu,
    .header-drop-menu {
        padding: 30px 0px;
    }

    .footer-drop-menu .btn,
    .header-drop-menu .btn {
        width: 100%;
        text-align: left;
        color: #fff;
        border-bottom: 1px solid;
        border-radius: 0;
        font-family: 'MADETOMMY-Medium', sans-serif;
        padding: 15px 0px;
    }

    .header-drop-menu .btn {
        border: 0px;
    }

    .footer-drop-menu .card-header,
    .header-drop-menu .card-header {
        padding: 0px;
    }

    .footer-drop-menu .btn .fa-plus,
    .header-drop-menu .fa-chevron-down {
        display: none;
    }

    .footer-drop-menu .btn.collapsed .fa-minus,
    .header-drop-menu .btn.collapsed .fa-chevron-up {
        display: none;
    }

    .footer-drop-menu .btn.collapsed .fa-plus,
    .header-drop-menu .btn.collapsed .fa-chevron-down {
        display: block;
    }

    .copyright {
        padding: 15px 30px;
        font-size: 14px;
    }

    .copyright .font-small {
        font-size: 10px;
    }

    .footer-links {
        margin-bottom: 40px;
        padding: 0;
    }

    .footer-tags a {
        font-size: 10px;
    }

    footer {
        background: #1d1d1d;
        color: #fff;
    }

    /* ==========================================new css add==================== */
    .top-search-gender .radio-filter .btn.iconCircle {
        width: 108px !important;
        height: 95px !important;
        border-radius: 50% !important;
        color: #631161 !important;
        background: white !important;
        padding: 10px;
        transition: 0.5s;
    }

    .btn.iconCircle:hover {
        box-shadow: 0 0 34px -10px rgb(0 0 0 / 75%);
        background: #420141 !important;
        color: white;
    }

    .radio-filter .btn:hover span {
        color: White;
    }

    .radio-icons {
        height: 27px;
        width: 27px;
        line-height: 27px;
        border-radius: 0;
        -webkit-mask-size: 27px;
        background-color: #ea00e7;
        display: inline-block;
    }

    .top-search-gender .radio-filter .btn.iconCircle {
        width: 90px !important;
        height: 80px !important;
    }

    .top-search-gender .radio-filter .btn.iconCircle:hover {
        box-shadow: 0 0 34px -10px rgb(0 0 0 / 75%);
        background: #420141 !important;
        color: white;
    }

    /* ==========================================new css add==================== */
}

/* ====================================prdp Custom css ================================ */
.radio-filter {
    padding: 15px;
    background: #000000;
    position: absolute;
    top: 50px;
    z-index: 999;
    left: 0;
    right: 0;
    border-radius: 0px;
    padding-bottom: 50px;
    transition: 0.5s;
    background: #ea00e766;
    box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    margin: 20px 10px;
    -webkit-animation: movebounce 3s linear infinite;
    animation: movebounce 3s linear infinite;
}

.radio-filter .btn span {
    display: block !important;
    font-size: 14px;
}

.ClickDesign {
    transform: translateX(10px);
    box-shadow: 0 0 34px -10px rgb(0 0 0 / 75%);
    width: 76%;
    margin-left: 32%;
    transition: all 0.5s ease;
    transform: rotate(360deg);
}

.circleBack {
    position: absolute;
    width: 100px;
    background: linear-gradient(#eeeded21, #dddddd0a);
    height: 100px;
    box-shadow: 0 8px 32px 0 rgba(202, 205, 238, 0.37);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0);
    bottom: -10px;
    left: -20px;
    animation: movebounce 3s linear infinite;
}

.btn.iconCircle {
    width: 108px !important;
    height: 95px !important;
    border-radius: 50% !important;
    color: #631161 !important;
    background: white !important;
    padding: 10px;
    transition: 0.5s;
}

.btn.iconCircle:hover {
    box-shadow: 0 0 34px -10px rgb(0 0 0 / 75%);
    background: #420141 !important;
    color: white;
}

.btn.iconCircle {
    width: 108px !important;
    height: 95px !important;
    border-radius: 50% !important;
    color: #631161 !important;
    background: white !important;
    padding: 10px;
    transition: 0.5s;
}

/* =============================Mobile Responsive ======================= */
@media (max-width:767px) {
    .register-radio label:nth-child(2) {
        margin: 0;
        margin-top: 10px;
    }

    label.btn.btn-primary {
        margin-top: 10px;
    }

    .Mobile_tetx {
        margin-top: 10px;
        text-align: left;
    }

    .register-modal .submit-btn {
        margin-left: 60px;
    }

    .modal {
        overflow-y: auto;
    }
}

@keyframes movebounce {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
        /* transform:rotate(180deg); */
    }

    50% {
        -webkit-transform: translateY(15px);
        transform: translateY(15px);
    }

    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}

.loaderMain {
    /*background: #000;*/
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    /*opacity: 0.5;*/
    z-index: 99;
    display: none;
}

.loader {
    border: 16px solid #d0b0cc;
    border-radius: 50%;
    border-top: 16px solid #B50692;
    width: 120px;
    height: 120px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: 'translate(-50%, -50%);  -webkit-animation: spin 2s linear infinite; / Safari /  animation: spin 2s linear infinite';
}

/* Safari */
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}



@media (max-width:767px) {
    .btn-group {
        padding-bottom: 0px !important;
    }

    .btn.iconCircle span {
        display: block !important;
    }

    .mobile-mode .popular-inner h2 {
        text-align: center !important;
    }

    .ads-img.profile-block {
        margin-bottom: 10px;
    }

    .loader {
        top: 34% !important;
        left: 34% !important;
    }

    .loaderMain {
        background: #000 !important;
        opacity: 0.5 !important
    }

    form#search_gender {
        text-align: center !important;
    }

    .btn.iconCircle {
        width: 91px !important;
        height: 91px !important;
        border-radius: 50% !important;
        color: #631161 !important;
        background: #fff !important;
        padding: 19px;
        transition: .5s;
        margin-bottom: 10px !important;
    }

}




