body {
    font-family: Jost, sans-serif;
    font-size: 14px;
    line-height: 25px;
    font-weight: 400;
    color: #1c1c1c;
    position: relative;
    background: #fff;
}

body {
    padding-top: 80px;
}

a,
a:visited,
a:hover,
a:active,
a:focus {
    text-decoration: none !important;
}

a {
    transition: .5s ease
}

ul {
    margin: 0;
    padding: 0
}

li {
    list-style: none
}

p {
    font-family: Jost, sans-serif;
    font-size: 14px;
    line-height: 26px;
    font-weight: 700
}

h4 {
    font-size: 22px;
    font-family: Pacifico, cursive;
    margin: 0
}

h5 {
    font-size: 16px;
}

.rainbow-gradient-circle {
    position: fixed;
    left: -250px;
    top: 250px;
    right: auto;
    bottom: auto;
    z-index: -1;
    width: 500px;
    height: 500px;
    border-radius: 1000px;
    background-image: linear-gradient(45deg, #059dff, #36c6f0);
    opacity: .25;
    -webkit-filter: blur(100px);
    filter: blur(100px)
}

.rainbow-gradient-circle.theme-pink {
    position: fixed;
    left: auto;
    top: -250px;
    right: -250px;
    bottom: auto;
    z-index: -1;
    width: 500px;
    height: 500px;
    border-radius: 1000px;
    background-image: linear-gradient(45deg, #fb5343, #6549d5);
    opacity: .5;
    -webkit-filter: blur(100px);
    filter: blur(100px)
}

.header-call-btn {
    margin-left: auto
}

.header-call-btn a {
    font-size: 18px;
    color: #fff;
    background: #e31777;
    padding: 10px 15px;
    display: inline-block;
    border-radius: 25px;
    font-weight: 600
}

header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    padding: 5px 0
}

.navbar-brand img {
    max-width: 230px
}

.navbar {
    padding: 0
}

.ro-text {
    text-align: center;
    font-size: 18px;
    color: #fff;
    margin: 5px 0
}

#all_slides {
    position: relative;
    height: 660px;
    padding: 0;
    margin: 0;
    list-style-type: none
}

.slide {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 1;
    -webkit-transition: opacity 1s;
    -moz-transition: opacity 1s;
    -o-transition: opacity 1s;
    transition: opacity 1s
}

.active {
    opacity: 1;
    z-index: 2
}

.controls {
    display: none
}

.slide {
    font-size: 40px;
    padding: 40px;
    box-sizing: border-box;
    background: #333;
    color: #fff;
    background-size: cover
}

.slide:first-of-type {
    background-image: url('../images/banner-1a.jpg');
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat
}

.slide:nth-of-type(2) {
    background-image: url('../images/banner-2a.jpg');
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat
}

.contact-sec-right {
    background: #e31777;
    padding: 30px
}

.banner-content {
    position: relative;
    z-index: 10
}

.banner-overlay {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: linear-gradient( 135deg, rgb(58, 5, 25), rgb(88, 10, 40));
    opacity: 1;
    transition: background .3s, border-radius .3s, opacity .3s
}

.banner-sec {
    position: relative;
    background-image: url('../images/header-b.jpg');
    background-size: cover;
    background-attachment: fixed;
    padding: 130px 0 0 0
}

.banner-sec h1 {
    line-height: 55px;
    font-size: 40px;
    margin-bottom: 30px;
    color: #ffd700 !important;
    margin-top: 20px
}

.banner-sec h2 {
    line-height: 40px;
    font-size: 30px;
    margin-bottom: 30px;
    color: #ffd700;
    margin-top: 20px
}

.banner-sec h4 {
    color: #ffd700;
    font-size: 50px;
    margin-top: 20px;
    margin-bottom: 15px
}

/* ===== GLOBAL TEXT COLOR ===== */

/* All Headings */

h1,
h2,
h4,
h6 {
    color: #ffd700 !important;
    /* change to any color you want */
}

/* All Paragraphs */

p {
    color: #ddd !important;
    font-weight: 500 !important;
    text-align: justify;
    /* paragraph color */
}

/* Optional: smoother look */

h1,
h2,
h3,
h4,
h5,
h6,
p {
    line-height: 1.7;
}

.banner-sec h4 b {
    color: #e31777
}

.baner-left-img img {
    max-width: 100%
}

.banner-right {
    text-align: center;
    padding-left: 70px;
    margin-top: 40px
}

.banner-right img {
    max-width: 100%;
    padding: 10px;
    border-radius: 5%;
    border: 1px solid #e80027
}

.inner-banner {
    padding: 150px 0 50px 0;
    position: relative;
    background-image: url(../images/bann-12.jpg);
    background-attachment: fixed;
    background-position: center center;
    background-repeat: repeat;
    transition: background .3s, border-radius .3s, opacity .3s;
    background-size: cover
}

.inner-banner h2 {
    font-weight: 600;
    line-height: 40px;
    font-size: 36px;
    color: #2f2f2f;
    text-align: center;
    position: relative
}

.inner-page-body {
    padding: 50px 0
}

.inner-page-body h3 {
    font-size: 22px;
    font-weight: 700;
    margin: 10px 0 10px 0;
    color: #444
}

.inner-page-body p {
    margin: 0 0 10px 0;
    color: #444
}

.inner-page-body ul li::before {
    position: absolute;
    width: 10px;
    height: 10px;
    content: "";
    background: #bd30a1;
    border-radius: 50%;
    left: 15px;
    top: 9px
}

.inner-page-body ul li {
    margin-bottom: 15px;
    padding-left: 40px;
    position: relative;
    color: #444
}

.call-me-box a {
    font-size: 26px;
    color: #fff;
    font-weight: 900;
    width: 100%;
    padding: 15px;
    text-align: center;
    display: inline-block;
    position: relative;
    background: #e31777;
    border-radius: 25px
}

.call-me-box-2 {
    padding: 30px;
    text-align: center;
    position: relative;
    z-index: 0;
    background: #e31777
}

.call-me-box-2 p {
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600
}

.call-me-box-2 a {
    font-size: 40px;
    color: #fff;
    font-weight: 900
}

.about-sec-left img {
    max-width: 100%;
    padding: 10px;
    border-radius: 5%;
    border: 1px solid #fff
}

.about-sec-new {
    padding: 50px 0 50px 0;
    position: relative
}

.about-sec-overlay {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: #000000;
    opacity: 1;
    transition: background .3s, border-radius .3s, opacity .3s
}

.about-sec-new-top {
    margin-bottom: 30px
}

.about-sec-new-top h2 {
    color: #45474f;
    font-size: 32px;
    margin-bottom: 15px
}

.about-sec-new-top h2 span {
    color: #e31777
}

.about-sec-new-top p {
    font-size: 17px;
    color: #616161;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 30px
}

.about-sec-new-top p span {
    color: #eb4681
}

.about-new-box {
    width: 100%;
    margin: 0 0 15px;
    padding: 15px;
    filter: drop-shadow(0px 4px 5px rgba(0, 0, 0, .3));
    background-color: #a81c51c4;
    text-align: center;
    border-left: 5px solid #fff;
    border-right: 5px solid #fff;
    border-radius: 10px
}

.about-new-box h3 {
    font-size: 24px;
    color: #fff
}

.about-new-box h3 span {
    display: block;
    font-weight: 400
}

.about-new-box img {
    margin-bottom: 15px;
    max-width: 60px
}

.about-sec-img img {
    border: 2px solid #fff;
    border-radius: 10px;
    max-width: 100%;
    height: auto
}

.socialDate-con {
    position: relative;
    padding: 10px 0;
    background-image: url(../images/banner-003.webp);
    background-attachment: fixed;
    background-position: center center;
    background-repeat: repeat;
    transition: background .3s, border-radius .3s, opacity .3s;
    background-size: cover
}

.socialDate h3 {
    font-size: 30px;
    line-height: 30px;
    color: #444;
    font-weight: 600;
    margin: 0 0 20px
}

.socialDate h5 {
    font-size: 24px;
    line-height: 30px;
    color: #e31777;
    font-weight: 600;
    margin: 0 0 15px
}

.socail-date-left {
    padding-right: 40px
}

.socail-date-left h4 {
    font-size: 30px;
    line-height: 35px;
    color: #f2cd3d;
    font-weight: 600;
    margin: 0 0 20px
}

.socail-date-left img {
    padding: .25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: .25rem;
    max-width: 100%;
    height: auto
}

.socialDate img {
    height: 70px;
    margin: 0 0 20px
}

.socialDate h4 {
    font-size: 24px;
    line-height: 30px;
    color: #111;
    font-weight: 600;
    margin: 0 0 15px
}

.socialDate p {
    font-size: 17px;
    color: #616161;
    font-weight: 400;
    line-height: 1.5
}

.contect-us-sec {
    position: relative;
}

.contact-sec-left img {
    width: 100%;
    border-radius: 10px;
    border: 2px solid #fff
}

.sec-title {
    text-align: center;
    margin-bottom: 30px
}

.sec-title h2 {
    color: #444;
    font-size: 36px;
    font-weight: 600;
    position: relative;
    margin-bottom: 0
}

.sec-title h2 span {
    color: #e31777
}

.sec-title h4 {
    color: #fff;
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 10px
}

.top-members-sec {
    padding: 50px 0 60px;
    position: relative
}

.member-bottom-con {
    background: #fff;
    border-radius: 0 0 5px 5px
}

.member-bottom-con a {
    color: #ef5b85;
    font-size: 18px;
    padding: 10px;
    display: inline-block
}

.chat-block-b,
.like-block-b,
.view-block-b {
    text-align: center
}

.like-block-b {
    border-left: 1px solid #d8d8d8;
    border-right: 1px solid #d8d8d8
}

.member-like-con {
    position: relative;
    margin: 0 auto 30px;
    text-align: center;
    background: #0f0f11;
    display: flex;
    align-items: center;
    justify-content: space-around
}

.member-like-con li {
    display: inline-block;
    margin: 0 5px;
    width: 100%
}

.member-like-con li a {
    padding: 8px 5px;
    color: #fff;
    display: block;
    text-align: center;
    font-size: 16px
}

.member-like-con li a:hover {
    color: #fff;
    background: rgba(0, 152, 255, .4)
}

.extra-con-sec {
    padding: 60px 0;
    position: relative
}

.extra-con-sec h2 {
    font-weight: 600;
    color: #444;
    margin-bottom: 10px;
    font-size: 22px
}

.extra-text-block {
    text-align: center;
    font-size: 18px;
    background: #9945c0;
    padding: 10px;
    color: #444;
    font-weight: 600;
    border-left: 7px solid #fff;
    border-right: 7px solid #fff;
    border-radius: 15px
}

.extra-sec-right img {
    max-width: 100%;
    border-radius: 15px;
    padding: 10px;
    border: 1px solid rgba(238, 98, 190, .3);
    margin-bottom: 30px
}

footer {
    background: #e31777;
    position: relative;
    border-top: 1px solid #fff
}

.footer-top {
    text-align: center;
    padding: 50px 0 20px 0
}

.footer-botom {
    padding: 20px 0;
    text-align: center;
    border-top: 1px solid #ffffff40;
    background: #0b172d
}

.footer-botom p {
    color: #fff;
    font-size: 16px;
    margin-bottom: 0
}

.footer-botom p a {
    color: #f0be27
}

.bannerForm .form-control {
    display: block;
    width: 100%;
    height: calc(2.3em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #000;
    background-color: #fff;
    background-clip: padding-box;
    border: 2px solid #fff;
    border-radius: 0;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.bannerForm .btn-primary {
    color: #fff;
    padding: 0 28px;
    border-style: solid;
    border-width: 2px;
    border-color: transparent;
    border-radius: 0;
    background-color: transparent;
    background: #f0be27;
    transition-duration: .3s;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    height: 50px;
    line-height: 47px;
    letter-spacing: .5px;
    transition: .4s;
    text-shadow: 1px 1px 6px rgba(0, 0, 0, .25)
}

.bannerForm .btn-primary:hover {
    box-shadow: 0 0 20px 5px rgba(251, 83, 67, .2);
    -webkit-filter: brightness(125%);
    filter: brightness(125%);
    color: #fff;
    text-decoration: none
}

.bannerForm h3 {
    color: #fff;
    font-size: 30px
}

.bannerForm p {
    color: #fff
}

.bannerForm p a {
    color: #ffd81b
}

.extra-sec-left {
    text-align: center
}

.extra-sec-left p {
    color: #444;
    font-size: 18px;
    margin-bottom: 15px
}

.extra-sec-left h4 {
    color: #444;
    font-size: 20px;
    margin-bottom: 15px;
    line-height: 32px;
    text-transform: lowercase
}

@media (max-width:767.98px) {
    .call-me-box a {
        font-size: 30px
    }
    .baner-left-img {
        padding-top: 0
    }
    .about-sec-img img {
        margin-bottom: 30px
    }
    .about-sec-new-top {
        text-align: center;
        margin-bottom: 0
    }
    .socialDate-con {
        padding: 50px 0;
        text-align: center
    }
    .media {
        display: inherit;
        display: inherit;
        -ms-flex-align: inherit;
        align-items: inherit;
        margin-bottom: 30px
    }
    .socialDate img {
        margin: 0 0 20px;
        margin-right: 0
    }
    .banner-sec h1 {
        line-height: 32px;
        text-align: center;
        font-size: 24px
    }
    .banner-sec h4 {
        text-align: center;
        font-size: 24px
    }
    .call-me-box {
        margin-bottom: 30px
    }
    .about-sec {
        padding: 40px 0
    }
    .about-sec-top {
        padding: 0;
        text-align: center
    }
    .about-sec-top h2 {
        font-size: 22px;
        line-height: 30px
    }
    .banner-right {
        padding-left: 0;
        margin-top: 0;
        margin-bottom: 0
    }
    .extra-con-sec {
        padding: 30px 0
    }
    .call-me-box-2 a {
        font-size: 30px
    }
    .sec-title h2 {
        font-size: 26px
    }
    .navbar-brand {
        margin: 0 auto
    }
    .banner-sec p {
        text-align: center
    }
    .socail-date-left {
        padding-right: 0
    }
    #all_slides {
        height: 600px
    }
    .header-call-btn {
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 10px
    }
    .banner-content {
        text-align: center
    }
    .img-block img {
        height: 220px
    }
    .contact-sec-left {
        margin-bottom: 30px
    }
    .top-members-sec {
        padding: 50px 0 30px
    }
    .banner-sec {
        padding: 130px 0 0 0;
        background-position: center center
    }
    .bannerForm {
        padding-left: 0
    }
    .about-sec-new-top h2 {
        font-size: 25px
    }
    .banner-sec h2 {
        line-height: 30px;
        font-size: 22px
    }
    .contact-sec-right {
        margin-bottom: 30px
    }
}

.member-box {
    -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, .14);
    -moz-box-shadow: 0 0 6px 0 rgba(0, 0, 0, .14);
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, .14);
    display: block;
    overflow: hidden;
    margin-bottom: 30px;
    position: relative
}

.img-block {
    position: relative;
    width: 100%;
    aspect-ratio: 2/3
}

.img-block img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.img-block-overlay {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
}

.text-block {
    padding: 10px 15px;
    position: absolute;
    width: 100%;
    border-bottom: 5px solid #e31777;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .34)
}

.member-name {
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 0;
    text-align: center
}

.member-age {
    color: #fff;
    font-size: 16px;
    text-align: center
}

.member-age span {
    margin-left: 10px
}

.escort-icons {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    margin-top: 10px
}

.escort-icons .phone img,
.escort-icons .whatsapp img {
    width: 30px;
    height: 30px;
    object-fit: contain;
    border-radius: 50%;
    filter: brightness(0) invert(1);
    transition: transform .3s ease, box-shadow .3s ease
}

.escort-icons .phone img:hover,
.escort-icons .whatsapp img:hover {
    transform: scale(1.1);
    box-shadow: 0 4px 8px rgba(0, 0, 0, .2)
}

.about-sec-new a,
.socialDate a {
    color: #e31777;
    font-weight: 700
}

.about-sec-new h2,
.about-sec-new h3,
.socialDate h2,
.socialDate h3 {
    margin-top: 20px;
    margin-bottom: 10px
}

.about-sec-new ol,
.about-sec-new ul,
.socialDate ol,
.socialDate ul {
    margin-top: 20px
}

.about-sec-new ol li,
.about-sec-new ul li,
.socialDate ol li,
.socialDate ul li {
    font-size: 17px;
    color: #ff6600;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 7px;
    list-style: disc;
    margin-left: 30px
}

.about-sec-new ol li,
.socialDate ol li {
    font-size: 17px;
    color: #616161;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 7px;
    list-style: auto
}

.banner-content12 {
    position: relative;
    z-index: 2;
    max-width: 600px;
    margin: 0;
    text-align: center;
    color: #fff;
    font-family: Arial, sans-serif
}

.banner-content12 .search-title {
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 30px;
    color: #45474f;
    font-family: Pacifico, cursive
}

.search-bar {
    display: flex;
    max-width: 600px;
    margin: 0 auto 20px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, .2);
    border-radius: 4px;
    overflow: hidden
}

.search-bar select {
    flex: 1;
    padding: 14px 16px;
    font-size: 16px;
    border: none;
    outline: 0;
    appearance: none
}

.search-bar button {
    background: #b30000;
    color: #fff;
    border: none;
    padding: 0 20px;
    cursor: pointer;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center
}

.search-bar button:hover {
    background: #b30000
}

.search-stats {
    font-size: 16px;
    color: #fff;
    font-weight: 700
}

.contact-line {
    margin-top: 5px;
    font-size: 16px;
    color: #fff
}

.contact-line a {
    color: #fff;
    text-decoration: underline
}

p.text-white-mail {
    width: 100%;
    color: #fff
}

.folio_1im1 img {
    width: 100%;
    aspect-ratio: 2/3;
    object-fit: cover;
    display: block;
    height: auto
}

.bloh_h1l img {
    width: 100%;
    aspect-ratio: 3/2;
    object-fit: contain;
    background-color: #000;
    display: block
}

a.navbar-brand {
    color: #45474f;
    font-size: 31px;
}

.location-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 12px;
    padding: 20px 0;
}

.location-item {
    background-color: #a81c51;
    padding: 12px;
    border-radius: 50px;
    text-align: center;
    font-weight: 600;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .1)
}

.location-item:hover {
    background-color: #000
}

.location-item a {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none
}

.location-item a:hover {
    color: #fff
}

.baner-left-img1 {
    width: 300px;
    aspect-ratio: 2 / 3;
    display: flex;
    align-items: center;
    /* vertical center */
    justify-content: center;
    /* horizontal center */
    overflow: hidden;
    background: #000;
    /* gap ho to black bg dikhe */
    margin: auto;
}

.baner-left-img1 img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    /* no crop */
}

.footer-top {
    background-color: #000000;
    /* thoda dark */
    color: #fff;
}

.footer-top a {
    color: #fff;
}

.footer-top a:hover {
    color: #ffd600;
    /* hover pe yellow highlight */
}

.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0
}

.nowcalling1 {
    display: flex;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 9999
}

.lcol,
.rcol {
    flex: 1
}

.lcol a,
.rcol a {
    display: block;
    padding: 12px 0;
    text-align: center;
    text-decoration: none;
    color: #fff;
    font-size: 18px;
    font-weight: 700
}

.lcol {
    background-color: #800000;
}

.rcol {
    background-color: #008000;
}

.lcol a i,
.rcol a i {
    margin-right: 8px;
    font-size: 20px
}

@media (max-width:576px) {
    .lcol a,
    .rcol a {
        font-size: 16px;
        padding: 10px 0
    }
    .lcol a i,
    .rcol a i {
        font-size: 18px
    }
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.search-rent {
    font-size: 16px;
    color: #45474f;
    text-align: center;
    font-weight: 800;
    margin-top: 15px
}

.search-rent a {
    color: #45474f;
    font-weight: 700;
    text-decoration: none
}