*,
*::before,
*::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

:root {
    --white: #eee;
    --blend-white: #ECECEC;
    --light-white: #ffffff;
    --gray-white: #c4c4c4;
    --blur-white: #f5f5f5;
    --dark-gray: #5c5c5c;
    --light-gray: #a9a9a9;
    --bolder-gray: #7c8796;
    --black: #141414;
    --dark-black: #000000;
    --bold-black: #242424;
    --bolder-black: #4c4c4c;
    --light-black: #3C3C3C;
    /* --mix-black: #263c3d; */
    --f-black: #242424;
    --color: #3333ff;
    --lblue: #1b4684;
    --pink: #a35390;
    --red: #e61270;
    --blend-red: #FC541D;
    --dark-orange: #e83c00;
    --bolder-oranger: #fc531d;
    --rgb-blende: rgb(17 16 16 / 50%);
    scroll-behavior: smooth;
}

h1 {
    color: var(--bold-black);
}

h2,
h3,
h4,
h5,
h6 {
    color: white;
}

h2.text-center.pb-3.loc-list {
    color: #d1c6c6;
}

h2#headi-m {
    color: #e9e2e2;
}

.h1 {
    font-size: 2.5rem;
}

.h2 {
    font-size: 2rem;
}

.h3 {
    font-size: 1.75rem;
}

.h4 {
    font-size: 1.5rem;
}

.h5 {
    font-size: 1.25rem;
}

.h6 {
    font-size: 1rem;
}

body {
    /* background:#ffe5f2; */
    background-color: #c49494;
    overflow-x: hidden;
}

p {
    color:white;
}


.post-s {
    background-color:#d42581;
    color:#ffffff;
    font-weight: 600;
    padding:10px 0px ;
    border:1px solid #ffffff;
    border-radius: 4px;
}

/* .post-s:hover {
    background-color: #ffffff;
    color: #d42581 !important;
} */

.bg-body-tertiary {
    background: var(--f-black) !important;
}

.sign-a,
.login-a {
    color: var(--light-white);
}

.sign-a:hover,
.login-a:hover {
    /* text-decoration: underline; */
}

.navbar .a:hover {
    color:#ffffff;
    /* text-decoration: underline; */
    /* padding-top: 8px; */
    font-weight: 500;
}

.navbar a {
    color: var(--light-white);
}


.navbar-brand {
    margin-right: 0;
}
/* .navbar-brand:hover{
    background: #000;
} */

.navbar-toggler:focus {
    outline: none;
    box-shadow: none;
    border: none;
}

.nav-link.active:hover {
    color: #d42581 !important;
}

.nav-link:hover {
    color: #d42581;
    /* Color on hover */
}

.nav-link.active {
    color: #d42581;
}
h1#main-sec {
    font-size: 20px;
    text-transform: uppercase;
    color: #e1e1e1;
}

.banner-container {
    background: url("https://jpr.pihubansal.com/img/banner-call-girls-service.webp");
    background-size: cover;
    position: relative;
    background-repeat: no-repeat;
    width: 100%;
    height: 260px;
    display: flex;
    justify-content: center;
    background-color: var(--rgb-blende);
    background-blend-mode: overlay;
    background-repeat: no-repeat;
    background-position: center;
}

.navbar-expand-lg {
    border-bottom: 2px solid #d4d2d2;
}

section.banner-container::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.8;
}

#btn-index {
    z-index: 9;
}
.post-img{
    height: 350px;
}

#btn span {
    background-image:linear-gradient(#a00f5c,#b1025e);
    color:#ffffff;
    border: 1px solid #ffffff;
}
li{
	color:white
}
b{
	color:white
}

p.des-col {
    color: #000;
}
#btn span:hover {
    border-color: #ffffff;;
    cursor: pointer;
    background-image:linear-gradient(#d2237f,#b1025e);
}

#btn a {
    background-image: linear-gradient(#000000,#b1025e);
    color: #ffffff;
    border: 1px solid var(--light-white);
}

a#title-h:hover {
    color: #83094a !important;
}

#btn a:hover {
    background-image: linear-gradient(#b11567, #931758);
    cursor: pointer;
}

.wrapper-class {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

}

.wrapper-class h1 {
    position: absolute;
}

#form-wrapper {
    padding: 15px !important;
    background-color: var(--white);
    margin-top: 255px;
    z-index: 99;
}
.form-control:focus{
    box-shadow: none !important;
}


#btn-index span, #btn > a{
      padding: 5px 7px;
      font-size: 14px;
}


#list-container {
    margin-top: 100px;
}

#input-srch {
    border: 1px solid #d42581;
    padding: 6px;
    border-radius: 10px;
}

#input-srch input {
    width: 585px;
    height: 47px;
    border: none;
}
#btn{
    margin-top: 68px;
}
#input-srch button {
    border: none;
    border-radius: 5px;
    background-color:#d42581;
    padding: 10px;
}
#input-srch button:hover {
    background-color:#aa0c60;
}

.scroll-btn {
    position: fixed;
    bottom: 70px;
    right: 5px;
    transition: all 0.9s;
    z-index: 99;
}

.scroll-btn>button {
    border: none;
    background-color:#d42581;

}
h2.text-left.my-2.headi-m {
    font-size: 23px;
    color: #fbf2f2;
}

h2.text-left.mt-3.headi-m {
    font-size: 23px;
    color: #fbf2f2;
}

.breadcrumb-item+.breadcrumb-item::before {
    color: var(--light-white);
}

.btn-block {
    display: block;
    width: 100%;
    /* border-color:#d42581 !important; */
    background-image: linear-gradient(#d2237f,#b1025e);
    color:#ffffff !important;
}

.btn {
    text-transform: uppercase;
    font-size: .9rem;
    font-weight: 600;
}

#banner-content {
    margin-top: 7rem;
}

#sticky-scoial-icon{
    position: fixed;
    bottom: 0;
    padding: 0 !important;
    z-index: 99 !important;
}

#city-btn:hover {
    /* background: #d42581; */
    background-image:linear-gradient(#b11567, #931758);
    color: var(--light-white) !important;
    transition: all 0.2s;
}

#ellipse p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

#ellipse h4 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;

}

.pagination>li>a {
    color: var(--light-black);
}

.pagination>li>a:hover {
    background: var(--bolder-gray);
    color: var(--light-white);
}


btn-outline-primary:hover,
.btn-outline-primary:active,
.btn-outline-primary:focus {
    border-color: var(--pink);
}

footer {
    background: #321436;
}

footer h4 {
    color: var(--light-white);
}

footer p {
    color: var(--gray-white);
}

.copy-right-container {
    border-top: 1px solid var(--dark-gray);
}

.bg-dark-orange {
    background-color: var(--dark-orange);
}

.bg-dark-orange a {
    color: #ffffff;
}

.breadcrumb-item.active {
    color: var(--bolder-oranger);
}

.breadcrumb-item a {
    color: var(--bolder-black);
}

.b-bolder-oranger {
    border: 1px solid var(--bolder-oranger);
}

button {
    border: none;
}
.custom-i-w a {
    padding: 0 35px !important;
}

.custom-i-w{
    z-index: 999;
}
@media(max-width:1399px){
    #btn{
        margin-top: 30px;
    }
}

@media(max-width:1079px) {
    #breadcrumb-margin {
        margin-top: 79px;
    }
}

@media (max-width: 1023px) and (min-width: 768px) {
    .h1 {
        font-size: 2rem;
    }

    .h2 {
        font-size: 1.75rem;
    }

    .h3 {
        font-size: 1.5rem;
    }

    .h4 {
        font-size: 1.25rem;
    }

    .h5 {
        font-size: 1.125rem;
    }

    .h6 {
        font-size: 1rem;
    }
}

@media (min-width: 992px) {
    .text-lg-light {
        color: var(--white);
    }

    .text-md-light {
        color: var(--white);
    }
}

@media(max-width:991px) {
    .social-icon img {
        filter: invert(0);
    }

    #brief-description {
        margin-top: 368px;
    }
}

@media(max-width:768px) {
    .row .border-end {
        border: none !important;
    }

    #input-srch input {
        width: 408px;
    }
}

@media (max-width: 767px) {
    .h1 {
        font-size: 1.75rem;
    }

    .h2 {
        font-size: 1.5rem;
    }

    .h3 {
        font-size: 1.25rem;
    }

    .h4 {
        font-size: 1.125rem;
    }

    .h5 {
        font-size: 1rem;
    }

    .h6 {
        font-size: 0.875rem;
    }

    @media(max-width:767px){
        #brief-description{
            margin-top: 344px;
        }
    }
}


@media(max-width:575px) {
    #input-srch input {
        width: auto;
    }

    .container {
        padding: 0 40px !important;
    }

        #brief-description {
        margin-top: 361px;
    }

    #btn-space {
        padding: .5rem !important;
    }

    .align-items-col-center {
        align-items: center !important;
    }

    #ellipse p {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }
}

@media (max-width: 513px) {
    #brief-description {
        margin-top: 415px;
    }
}

@media(max-width:437px) {
    #brief-description {
        margin-top: 394px;
    }
}

@media(max-width:468px){
        #brief-description {
        margin-top: 401px;
    }
}


@media(max-width:395px) {
       #brief-description {
        margin-top: 391px;
    }
}

@media(max-width:375px) {
    .container {
        padding: 0 20px !important;
    }

    #form-wrapper {
        padding: 13px !important;
    }
}



@media(max-width:350px) {
    #input-srch input {
        width: 170px;
    }
}

.dropdown-menu{
    height: 250px;
    overflow-y: scroll;
    width: 100%;
    text-transform: capitalize;
}
.dropdown-menu li a:hover {
    background-color: blue;
    padding-block: 4px;
    color: white;

}