* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    letter-spacing: 1px;
    font-size: 17px;
}

/* Improved paragraph styling */
p {
    font-size: 1.1em;
    margin-bottom: 1.5em;
    text-align: justify;
}

/* Optional: Add a subtle border or background for emphasis */
p.highlight {
    background-color: #e0f7fa;
    padding: 10px;
    border-left: 4px solid #00bcd4;
}

:after,
:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

a:focus {
    outline: 0 !important;
    outline-offset: 0 !important
}

.container {
    width: 1200px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    font-family: 'Cinzel Decorative', cursive;
}

.h2-class {
    font-family: 'Cinzel Decorative', cursive;
    text-align: left;
    color: #ff0400;
    font-size: 30px;
    margin: 0 0 15px 0;
}

.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.row:after,
.row:before {
    display: table;
    content: " "
}

.container-fluid:after,
.container:after,
.row:after {
    clear: both
}

.row {
    margin-right: -15px;
    margin-left: -15px
}

.clearfix {
    clear: both
}

.clearfix {
    clear: both;
    display: block;
    width: 100%
}

.clearfix:after,
.clearfix:before {
    content: " ";
    display: table
}

.md-5 {
    width: 41.66666667%;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left
}

.md-6 {
    width: 50%;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left
}

.md-2 {
    width: 16.66666667%;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left
}

.md-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.md-3 {
    width: 25%;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
    margin-bottom: 25px;
}

.md-9 {
    width: 75%;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left
}

.col-md-4 {
    width: 33.33333333%;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left
}

.banner img {
    width: 100%;
    display: block;
}

.mobile {
    display: none !important;
}

.wrapper {
    color: #ffffff;
    min-height: 60px;
    float: left;
}

header {
    background: #870000;

    border-bottom: 1px solid #ffffff;
    border-top: 1px solid #ffffff;
}

.wrapper .logo {
    float: left;
    margin: 0;
    padding: 9px 0 0 10px;
}

.logo img {
    width: 170px;
    height: auto;
}

.nav-menu {
    margin: 0;
    padding: 4px 0 0 0;
    list-style: none;
    text-align: right;
}

.nav-menu li {
    display: inline-block;
    position: relative;
}

.nav-menu li a {
    display: block;
    padding: 1rem;
    color: #ffffff;
    text-decoration: none;
}

.nav-menu .nav-item .item-dropdown {
    position: absolute;
    margin: 0;
    padding: 0;
    background: #870000;
    background: -webkit-linear-gradient(to bottom, #d10303, #8d0202);
    background: linear-gradient(to bottom, #d10303, #8d0202);

    border: 1px solid #f49918;
    display: none;
    z-index: 999;
    width: 100%;
    min-width: 300px;
    text-align: center;
}

.nav-menu .nav-item .item-dropdown .sub-item a {
    display: block;
    width: 100%;
    text-align: left !important;
}

.nav-menu .nav-item i.fas {
    margin-left: 1rem;
}

.nav-menu .nav-item .item-dropdown .sub-item a {
    color: #ffffff;
    padding-bottom: 1rem;
}


@media (max-width: 768px) {


    .wrapper {
        float: inherit;
    }

    .nav-toggle {
        cursor: pointer;
        display: block;
        float: right;
        padding: 1rem 0;
        border: none;
        outline: none;
    }

    span.toggle {
        background: #ffffff;
        width: 30px;
        height: 3px;
        display: block;
        margin: 5px 0;
        border: none;
        outline: none;
    }

    .nav-menu {
        display: none;
    }

    .nav-menu li {
        display: block;
        text-align: left;
        clear: both;
    }

    .nav-menu li a {
        color: #ffffff;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }

    .nav-menu .nav-item .item-dropdown {
        position: inherit;
        box-shadow: none;
    }

    .nav-menu .nav-item .item-dropdown .sub-item a {
        width: 100%;
        margin-left: 1.5rem;

    }

    .nav-menu .nav-item i.fas {
        margin: 0;
        float: right;
    }
}

.carousel-wrap {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    position: relative;
}

/* fix blank or flashing items on carousel */
.owl-carousel .item {
    position: relative;
    z-index: 100;
    -webkit-backface-visibility: hidden;

}

.owl-nav {
    display: none;
}

/* end fix */
.owl-nav>div {
    margin-top: -26px;
    position: absolute;
    top: 50%;
    color: #cdcbcd;
}

.owl-nav i {
    font-size: 52px;
}

.owl-nav .owl-prev {
    left: -30px;
}

.owl-nav .owl-next {
    right: -30px;
}

.content-bg {

    padding: 15px;
    border: 2px dotted #fff;
}

.main-title h1,
.main-title .headline a {

    text-align: left;
    color: #FF0004;
    font-size: 40px;
    margin: 0;
    display: block;
}

.main-title .headline a {
    font-family: 'Poppins', sans-serif;
    font-size: 30px;
    text-decoration: none;
}

.main-title .headline a:hover {
    text-decoration: underline;
}

.main-title h3 {

    text-align: left;
    color: #FB0000;
    font-size: 25px;
    margin: 0;


}

.models-content {
    background: #870002;
    border: 1px solid #8d1e96;
    padding: 5px;
    border-radius: 10px;

}

.models-content a {
    text-decoration: none;
}

.models-image img {
    display: block;
    width: 100%;
    height: auto;
    transition: all 0.3s ease-in-out;
}

.models-image {
    overflow: hidden;
}

.models-name h4 {
    margin: 10px;
    text-align: center;
    color: #fff;
    font-size: 17px;
}

.models-spec {
    text-align: center;
    color: #f49918;
    font-size: 14px;
}

.models-content:hover .models-image img {
    -ms-transform: scale(1.1);
    /* IE 9 */
    -webkit-transform: scale(1.1);
    /* Safari 3-8 */
    transform: scale(1.1);
}

.spacer-single {
    height: 30px;
    width: 100%;
    clear: both;
}

.clr-wht {
    color: #fff;
}

.text-area p {
    color: #000;
    margin-top: 0;
    text-align: justify;
}

.text-area p strong {
    color: #fa6a49;
}

.text-area p a strong,
.text-area p a {
    text-decoration: none;
    color: #d10303 !important;
}

.text-area h2 {

    text-align: left;
    color: #ff0400;
    font-size: 30px;
    margin: 0 0 15px 0;
}

.text-area h3 {

    text-align: left;
    color: #FF0000;
    font-size: 25px;
    margin: 0 0 15px 0;
}

.text-area h4 {

    text-align: left;
    color: #FC1818;
    font-size: 26px;
    margin: 0 0 15px 0;
}

.escorts-area-list a {
    min-width: calc(25% - 10px);
    padding: 7px 20px;
    margin: 0 4px 10px 0;
    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase;
    text-align: left;
    display: inline-block;
    color: #fff;

    background: #AB0205;
    border-radius: 10px;
    text-decoration: none;
}

.ctgry {
    background: #870000;
    background: -webkit-linear-gradient(to bottom, #d10303, #8d0202);
    background: linear-gradient(to bottom, #d10303, #8d0202);
    border-bottom: 6px solid #f49918;
    border-top: 6px solid #f49918;
}

.ftr-logo img {
    width: 160px;
    height: auto;
}

footer ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

footer h5 {
    color: #fc9e19;
    font-size: 20px;
    margin: 0 0 10px 0;
}

footer p {
    margin-top: 0;
    color: #fbefef;
}

.ftr-menu li a {
    color: #fbefef;
    text-decoration: none;
    display: block;
    margin-bottom: 10px;
}

.follow a {
    border: 1px solid #fbefef;
    height: 35px;
    width: 35px;
    margin-bottom: 4px;
    color: #fbefef;
    border-radius: 25px;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    line-height: 35px;
    font-size: 15px;
    margin-right: 10px;
}

footer {
    background: #870002;
}

.menu-footer-navigation {
    padding: 20px 0 15px 0;
    list-style: none;
    margin: 0;
}

#footer-navigation {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    background-color: #000;
}

.menu-footer-navigation li {
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    float: left !important;
}

.menu-footer-navigation li {
    display: inline-block;
    order-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-right: 18px;
    padding-left: 15px;
    height: 18px;
    line-height: 16px;
    vertical-align: top;
}

.menu-footer-navigation li a {
    color: rgba(255, 255, 255, 0.9);
    text-transform: uppercase;
    letter-spacing: 0px;
    font-size: 12px;
    line-height: 19.2px;
    font-size: 0.75rem;
    line-height: 1.2rem;
    font-weight: 400;
    line-height: 14px;
    text-decoration: none;
}

.menu-footer-navigation {
    display: block;
    height: auto;
    overflow: auto;
    width: auto;
}

footer h6 {
    float: right;
    display: inline-block;
    color: #fff;
    font-weight: 400;
    font-size: 13px;
    margin: 15px 0 0 0;
}

.poster {
    background: #870000;
    background: -webkit-linear-gradient(to bottom, #d10303, #8d0202);
    background: linear-gradient(to bottom, #d10303, #8d0202);
    border: 1px solid #f49918;
    padding: 5px;
}

.poster img {
    width: 100%;
    display: block;
}

.call-girl-rate-cont {
    text-align: center;
}

.call-girl-rate-main-cont {
    border: 1px solid #541203;
    background: #000000c2;
    box-shadow: hsl(0, 0%, 0%) 0 0 5px;
    padding: 10px;
}

.call-girl-rate h3 {
    font-size: 25px;
    margin: 0;
    border-bottom: 1px solid #541203;
    color: #fc9e19;
    padding-bottom: 10px;
}

.call-girl-rate h4 {
    font-size: 45px;
    color: #fff;
    margin: 0;
    padding-bottom: 10px;
    font-weight: 700;
    border-bottom: 1px solid #541203;
}

.call-girl-rate p {
    text-align: center;
    font-size: 18px;
    margin: 0 0 5px 0;
    color: #f15500;
}

.call-girl-rate-spec ul,
.call-girl-contact {
    padding: 0;
    margin: 0;
}

.call-girl-rate-spec ul li,
.call-girl-contact ul li {
    border: 1px solid #541203;
    position: relative;
    box-shadow: hsl(0, 0%, 0%) 0 0 5px;
    color: #fff;
    margin-bottom: 10px;
    padding: 10px 0;
    list-style-type: none;
    font-weight: 700;
    font-size: 15px;
}

.call-girl-rate-spec ul li:before {
    color: #f15500;
    content: "\f00c";
    font-family: FontAwesome;
    font-size: 18px;
    font-style: normal;
    margin: 0 10px 0 -25px;
    text-align: center;
}

.no-available {
    position: relative;
    color: #a0786e !important;
}

.no-available:before {
    color: red !important;
    content: "\f00d" !important;
    font-family: FontAwesome;
    font-size: 18px;
    font-style: normal;
    margin: 0 10px 0 -25px;
    text-align: center;
}

.call-girl-rate-spec .book-btn {
    font-size: 15px;
    color: #fff;
    display: block;
    background: #870000;
    padding: 8px 0;
    text-decoration: none;
}

.call-girl-rate-cont {
    text-align: center;
}

.call-girl-rate-main-cont {
    border: 1px solid #541203;
    background: #000000c2;
    box-shadow: hsl(0, 0%, 0%) 0 0 5px;
    padding: 10px;
}

.call-girl-rate h3 {
    font-size: 25px;
    margin: 0;
    border-bottom: 1px solid #541203;
    color: #fc9e19;
    padding-bottom: 10px;
}

.call-girl-contact ul li {
    font-size: 25px;
}

.form {
    padding: 50px;
    background: #000;
    margin: 40px 0;
}

.form-group label {
    color: #fff;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}

.form-group {
    margin-bottom: 15px;
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.form-group input,
.form-group textarea {
    background: none;
    border: 1px solid #541203;
    box-shadow: hsl(0, 0%, 0%) 0 0 5px;
}

.form-group input,
.form-group textarea {
    background: none;
    border: 1px solid #541203;
    box-shadow: hsl(0, 0%, 0%) 0 0 5px;
}

.form-group .book-btn {
    font-size: 15px;
    color: #fff;
    display: block;
    background: #870000;
    padding: 8px 0;
    text-decoration: none;
    width: 100%;
    border: none;
}

@media (max-width:1199px) {
    .container {
        width: 970px;
    }

    .nav-menu li a {
        padding: 5px;
    }

    .nav-menu .nav-item i.fas {
        margin-left: 0 !important;
    }

}

@media (max-width:991px) {
    .container {
        width: 750px;
    }

    .content-bg {
        padding: unset;
    }

}

@media (max-width:767px) {
    .container {
        width: 100%;
    }

    .content-bg {
        padding: unset;
    }

    .desktop {
        display: none !important;
    }

    .mobile {
        display: block !important;
    }

    .main-title h1 {
        font-size: 25px;
    }

    .md-3,
    .md-9 {
        width: 100%;
        margin-bottom: unset;

    }

    .models-content {
        margin-bottom: 30px;
    }

    .text-area p {
        text-align: unset;
    }

    .menu-footer-navigation {
        width: 100%;
    }

}

@media (max-width:320px) {
    footer .md-6 {
        width: 100%;
    }

    .content-bg {
        padding: unset;
    }

    footer h6 {
        float: none;
    }

    .menu-footer-navigation li {
        float: none !important;
        display: block;
        margin-bottom: 10px;
    }

    .logo img {
        width: 150px;
        height: auto;
    }

    .text-area p {
        text-align: unset;
    }

    .menu-footer-navigation {
        width: 100%;
    }

    .menu-footer-navigation ul {
        width: 100%;
    }
}