/* font family  */

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

@font-face {
    font-family: 'Roboto';
    src: url('/fonts/fontfamily/Roboto-Black.woff2') format('woff2'),
        url('/fonts/fontfamily/Roboto-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

/*@font-face {
    font-family: 'Roboto';
    src: url('/fonts/fontfamily/Roboto-BlackItalic.woff2') format('woff2'),
         url('/fonts/fontfamily/Roboto-BlackItalic.woff') format('woff');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}*/

@font-face {
    font-family: 'Roboto';
    src: url('/fonts/fontfamily/Roboto-Bold.woff2') format('woff2'),
        url('/fonts/fontfamily/Roboto-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

/*@font-face {
    font-family: 'Roboto';
    src: url('/fonts/fontfamily/Roboto-BoldItalic.woff2') format('woff2'),
         url('/fonts/fontfamily/Roboto-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}*/

/*@font-face {
    font-family: 'Roboto';
    src: url('/fonts/fontfamily/Roboto-Italic.woff2') format('woff2'),
         url('/fonts/fontfamily/Roboto-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}*/

@font-face {
    font-family: 'Roboto';
    src: url('/fonts/fontfamily/Roboto-Light.woff2') format('woff2'),
        url('/fonts/fontfamily/Roboto-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

/*@font-face {
    font-family: 'Roboto';
    src: url('/fonts/fontfamily/Roboto-LightItalic.woff2') format('woff2'),
         url('/fonts/fontfamily/Roboto-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}*/

@font-face {
    font-family: 'Roboto';
    src: url('/fonts/fontfamily/Roboto-Medium.woff2') format('woff2'),
        url('/fonts/fontfamily/Roboto-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

/*@font-face {
    font-family: 'Roboto';
    src: url('/fonts/fontfamily/Roboto-MediumItalic.woff2') format('woff2'),
         url('/fonts/fontfamily/Roboto-MediumItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}*/

@font-face {
    font-family: 'Roboto';
    src: url('/fonts/fontfamily/Roboto-Regular.woff2') format('woff2'),
        url('/fonts/fontfamily/Roboto-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('/fonts/fontfamily/Roboto-Thin.woff2') format('woff2'),
        url('/fonts/fontfamily/Roboto-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

/*@font-face {
    font-family: 'Roboto';
    src: url('/fonts/fontfamily/Roboto-ThinItalic.woff2') format('woff2'),
         url('/fonts/fontfamily/Roboto-ThinItalic.woff') format('woff');
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}*/



/* font family  */

:root {
    --deep-wine: #4B0E1F;
    --ruby-red: #C2185B;
    --elegant-fuchsia: #E91E63;
    --soft-gold: #CBA135;
    --silver: #BFC1C2;
    --carbon-black: #111111;
    --smoke-gray: #2E2E2E;
    --pure-white: #ffffff;
}

/*common css  */

*,
*::before,
*::after {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-size: 1rem;
    font-family: 'Roboto';
}

select {
    font-family: 'Roboto' !important;
}

option {
    font-family: 'Roboto' !important;
}


h1,
h2,
h3,
h4,
h5,
h5,
h6,
ul,
p,
ul {
    margin: 0;
}

h1 {
    font-family: "Holtwood One SC", serif;
}

ul {
    list-style: none;
}

a,
a:hover {
    text-decoration: none;
}

img {
    max-width: 100%;
    width: 100%;
}

.f-18 {
    font-size: 18px;
}

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


.fs-14 {
    font-size: 14px !important;
}

.f-26 {
    font-size: 26px;
}

.f-10 {
    font-size: 10px;
}

.w-24 {
    width: 24px !important;
    object-fit: cover;
}

.br-15 {
    border-radius: 15px;
}

.br-25 {
    border-radius: 25px !important;
}

.h-45 {
    height: 45px;
}

.border-light {
    border-color: rgba(224, 232, 242, 0.6) !important;
}

:root {
    --main-color: #E91E63;
    --purple-color: #282041;
    --btn-color: #9b3b2b;
    --bg-black: #000;
    --pane-padding: 5px 42px;
    --blue-light: #F0F9FF;
    --bg-orange: #EE5729;
    --grey: #828282;
    --light-main: #F7CC5C;
    --light-red: #E8555A;


    --icon-color: #CBA135;

}


.tags span {
    max-width: 32px;
    display: inline-block;
}


.tags {
    position: absolute;
    top: 15px;
    display: flex;
    flex-direction: column;
    left: 5px;
}

.tags .tag-1 {
    z-index: 1;
}

.tags .tag-2 {
    top: -10px;
    z-index: 2;
}

.tags .tag-3 {
    top: -20px;
    z-index: 3;
}

main {
    background-color: #f6f6f6
}

.bg-grey {
    background-color: var(--grey);
}

.bg-main-light {
    background-color: var(--main-color);
}

.bg-light-red {
    background-color: var(--light-red);
}

.text-main {
    color: var(--icon-color);
}

.bg-main {
    background-color: var(--main-color);
}

.text-grey {
    color: var(--grey);
}

.fw-500 {
    font-weight: 500;
}

.fw-600 {
    font-weight: 600;
}

.zindex-99 {
    z-index: 99 !important;
}

.otherFilters label {
    font-size: 13px;
    letter-spacing: .01em;
    text-transform: uppercase;
    color: #ced4da;
    /* Carbon Black */
    border: 1px solid #CBA135;
    /* Soft Gold */
    border-radius: 18px;
    padding-left: 14px;
    padding-right: 16px;
    display: block;
    position: relative;
    background-color: #2E2E2E;
    /* Smoke Gray */
    min-width: 50px;
    line-height: 32px;
    cursor: pointer;
    margin-right: 5px;
    margin-bottom: 5px;
}

@media (min-width: 1200px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1200px;
    }
}


.onOverlay {
    opacity: 0;
    transition: opacity 0.3s ease;
    background: rgba(0, 0, 0, 0.92);
    height: 100%;
    width: 100%;
    z-index: 999;
}

.card:hover .onOverlay {
    opacity: 1;
}

.search_top_center {
    top: 5px
}

.page-link {
    color: #000
}

.pagination .active .page-link {
    background-color: var(--main-color) !important;
    border: none
}

.image_container {
    height: 250px;
}

.image_container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

header {
    display: flex;
    flex-direction: column;
}


.navbar-toggler.collapsed {
    border: none;
}


.btn-check:focus+.btn,
.btn:focus,
.form-select:focus,
.form-control:focus {
    box-shadow: none;
}

@media screen and (max-width: 768px) {
    header {
        display: flex;
        flex-direction: column-reverse;
    }

    .navbar-toggler:active:focus {
        border: none;
        outline: none;
        box-shadow: none;
    }

    .image_container {
        height: 350px;
    }

    /* Mobile Navigation */
    .navbar-collapse {
        background: var(--smoke-gray);
        padding: 15px;
        margin-top: 10px;
        border-radius: 8px;
    }

    /* Mobile Filters */
    .otherFilters {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .otherFilters label {
        font-size: 11px;
        padding: 6px 12px;
        margin: 3px;
    }

    /* Mobile Cards */
    .card {
        margin-bottom: 15px;
    }

    /* Mobile Buttons */
    .btn {
        font-size: 14px;
        padding: 8px 16px;
    }

    /* Mobile Typography */
    .f-18 {
        font-size: 16px;
    }

    .f-26 {
        font-size: 22px;
    }

    /* Mobile Profile Box */
    .profile-box {
        height: 180px;
        width: 180px;
        margin: 0 auto;
    }

    /* Mobile Spacing */
    .py-5 {
        padding-top: 2rem !important;
        padding-bottom: 2rem !important;
    }

    .py-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }
}

/* Tablet Responsive */
@media screen and (min-width: 769px) and (max-width: 991px) {
    .image_container {
        height: 280px;
    }

    .container {
        max-width: 720px;
    }

    .profile-box {
        height: 220px;
        width: 220px;
    }
}

/* Small Mobile Devices */
@media screen and (max-width: 480px) {
    .image_container {
        height: 300px;
    }

    .profile-box {
        height: 150px;
        width: 150px;
    }

    .tags span {
        max-width: 20px;
    }

    .f-18 {
        font-size: 14px;
    }

    .f-26 {
        font-size: 18px;
    }

    .btn {
        font-size: 12px;
        padding: 6px 12px;
    }

    .container {
        padding-left: 10px;
        padding-right: 10px;
    }
}

.btn-hover:hover {
    color: #fff !important;
}

.btn-hover {
    border: 1px solid #ced4da
}


/*
------------------------------------------------------------------------------------
  Escort Single Profile Page
------------------------------------------------------------------------------------
*/

.profile-box {
    height: 250px;
    width: 250px;
}

.profile-box img {
    object-fit: cover;
    object-position: center;
    height: 100%;
    width: 100%;
    border-radius: 50%;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.overlay-link {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
}


/*
------------------------------------------------------------------------------------
 Homepage 
------------------------------------------------------------------------------------
*/


/* Card Style */
.billing-card {
    background: #1c1c1c;
    border-radius: 16px;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.6);
    padding: 15px;
}

/* Inputs */
.custom-input {
    background: #2b2b2b;
    border: 1px solid #444;
    color: #fff;
    border-radius: 12px;
    padding: 12px 14px;
    transition: all 0.3s ease;
}

.custom-input:focus {
    border-color: #ff007f;
    box-shadow: 0 0 10px rgba(255, 0, 127, 0.6);
    outline: none;
    background: #222;
}

.custom-input::placeholder {
    color: #aaa;
}

/* Button */
.btn-pink {
    background: linear-gradient(135deg, #ff007f, #ff4081);
    border: none;
    color: #fff;
    transition: 0.3s;
    font-size: 1.1rem;
    letter-spacing: 0.5px;
}

.btn-pink:hover {
    background: linear-gradient(135deg, #ff4081, #ff007f);
    box-shadow: 0 0 15px rgba(255, 0, 127, 0.8);
    transform: translateY(-2px);
}

/* Text color helper */
.text-pink {
    color: #ff4081;
}

#billing-form input {
    color: #fff;


}

.bottom-nav {
    background: var(--smoke-gray) !important;
}




.ads1-btn {
    background-color: var(--ruby-red);
    color: #FFFFFF;
    border: none;
    border-radius: 25px;
    padding: 10px 20px;
    transition: all 0.3s ease;
}

.ads1-btn:hover {
    background-color: var(--ruby-red);
}