/* style.css */
html {
  scroll-padding-top: 100px;
}

body {
  background: #000 !important;
  font-family: 'THICCCBOI';
  margin: 0;
  padding: 0;
  color: #fff;
  font-weight: 400;
}

p {
  color: #FFF;
  font-family: 'THICCCBOI';
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 29px;
}

h1 {
  font-size: 75px;
  font-weight: 700;
  line-height: 82px;
  letter-spacing: -0.75px;
  color: #FFF;
  margin-bottom: 20px;
}

h2 {
  font-size: 60px;
  font-weight: 700;
  line-height: 65px;
}

h3 {
  font-size: 40px;
  font-weight: 700;
  line-height: 50px;
}

h4 {
  font-size: 30px;
  font-weight: 700;
  line-height: 30px;
}

h5 {
  font-size: 22px;
  font-weight: 400;
  line-height: 32px;
}

a {
  color: #FA0000;
}

span {
  color: #FA0000;
}

a:hover {
  color: #fff;
}

/* Stop global a/span red from leaking into 3rd-party widgets (Elfsight chat) */
.elfsight-app-32a8b566-645c-4e49-823f-503f794f32c3 a,
.elfsight-app-32a8b566-645c-4e49-823f-503f794f32c3 span,
[class*="eapps-"] a,
[class*="eapps-"] span {
  color: inherit;
}

.img {
  width: 100%;
}

/* Header Section */
.header_section {
  background: url(../images/header-bg.webp) no-repeat;
  background-size: cover;
  background-position: center;
}

.header_top {
  padding: 20px 0 6px;
  border-bottom: 1px solid #505050;
}

.navbar-brand img {
  max-height: 117px;
  width: 100%;
}

.contact-details {
  margin-bottom: 40px;
}

.contact-details ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: flex-end;
}

.contact-details li {
  margin-left: 30px;
}

.contact-details a {
  color: #FFF;
  text-decoration: none;
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: -0.63px;
}

.contact-details a:hover {
  color: #F00;
}

.contact-details a img {
  margin-right: 9px;
  width: 25px;
}



/* Navigation */
.custom_nav-container .navbar-nav {
  margin-left: auto;
}

.custom_nav-container .navbar-nav .nav-item .nav-link {
  padding-left: 60px;
  padding-right: 0 !important;
  color: #FFF;
  font-family: THICCCBOI;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  transition: all 0.3s;
}

.custom_nav-container .navbar-nav .nav-item .nav-link:hover {
  color: #F00;
}

.navbar_brand_mobile {
  display: none;
}

.navbar {
  padding: 0;
}

/* Mobile Menu Toggle */
.custom_nav-container .navbar-toggler {
  outline: none;
  border: none;
  padding: 0;
  width: 37px;
  height: 42px;
  transition: all 0.3s;
  position: relative;
  margin-left: auto;
}

.custom_nav-container .navbar-toggler span {
  display: block;
  width: 35px;
  height: 4px;
  background-color: #ffffff;
  margin: 7px 0;
  transition: all 0.3s;
  position: relative;
  border-radius: 5px;
}

.custom_nav-container .navbar-toggler span::before,
.custom_nav-container .navbar-toggler span::after {
  content: "";
  position: absolute;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #ffffff;
  top: -10px;
  border-radius: 5px;
  transition: all 0.3s;
}

.custom_nav-container .navbar-toggler span::after {
  top: 10px;
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] {
  transform: rotate(360deg);

}

.custom_nav-container .navbar-toggler[aria-expanded="true"] span {
  transform: rotate(45deg);
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] span::before,
.custom_nav-container .navbar-toggler[aria-expanded="true"] span::after {
  transform: rotate(90deg);
  top: 0;
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] .s-1 {
  transform: rotate(45deg);
  margin: 0;
  margin-bottom: -4px;
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] .s-2 {
  display: none;
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] .s-3 {
  transform: rotate(-45deg);
  margin: 0;
  margin-top: -4px;
}

/* Banner Section */
.header_banner {
  padding: 100px 0;
  margin: 0;
}


.banner-left {
  position: relative;
}

.vector-content-wrapper {
  position: relative;
  display: inline-block;
  width: 100%;
}

.banner-text {
  color: #FFF;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 53%;
  transform: translate(-50%, -50%);
  width: 100%;
  pointer-events: none;
}

.banner-text h1,
.banner-text h2,
.banner-text p,
.banner-text img {
  pointer-events: auto;
}

.banner-text .title-icon {
  margin-bottom: 10px;
}

.banner-image {
  max-width: 100%;
  position: relative;
}

.banner-image img {
  width: 100%;
  position: absolute;
  top: -269px;
}

.banner-left .img-wd {
  width: 100%;
  margin-left: -30px;
}

.banner-text h1,
.banner-text h2 {
  color: #F00;
  text-align: center;
  text-shadow: 0px 5.96px 7.663px #000;
  font-family: THICCCBOI;
  font-size: 72.018px;
  font-style: normal;
  font-weight: 700;
  line-height: 67.517px;
  /* 93.75% */
  margin-bottom: 5px;
}


.banner-text span {
  color: #FFF;
  text-shadow: 0px 5.96px 8.514px #000;
  font-size: 72.018px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  letter-spacing: 1.44px;
  text-transform: uppercase;
  margin-left: 15px;
}

.banner-text p {
  padding: 10px 24%;
  line-height: 27px;
  margin: 0 auto;
}

.btn-banner {
  display: flex;
  align-items: center;
  justify-content: center;
}

.black_btn {
  border-radius: 7.724px;
  border: 0.966px solid #FFF;
  background: rgba(0, 0, 0, 0.70);
  width: 280px;
  float: left;
  margin: 0 30px 0 0px;
  text-align: center;
  padding: 9px;
}

.black_btn a {
  color: #fff;
}

.black_btn a:hover {
  color: #f00;
}

.red_btn {
  border-radius: 7.724px;
  background: linear-gradient(270deg, rgba(188, 0, 0, 0.70) 0%, rgba(188, 0, 0, 0.00) 100%), #F00;
  width: 280px;
  float: left;
  margin: 0 30px 0 0px;
  text-align: center;
  padding: 6px;
}

.red_btn a {
  color: #fff;
}

.red_btn a:hover {
  color: #000;
}

.line-border {
  background: linear-gradient(270deg, rgba(188, 0, 0, 0.70) 0%, rgba(188, 0, 0, 0.00) 50%), #F00;
  ;
  height: 7px;
  flex-shrink: 0;
}

.service_section {
  background: url(../images/service-bgg.png);
  background-size: cover;
  height: auto;
  text-align: center;
  padding: 75px 0 111px;
}

.service_icon {
  background: url(../images/serv-icon.png);
  background-size: cover;
  padding: 55px 30px;
  background-repeat: no-repeat;
  width: 100%;
  height: 450px;
}

.service_icon p {
  padding: 0 35px;
}

.head-top {
  text-align: center;
}

.head-top h1,
.head-top h2 {
  color: #FFF;
  text-align: center;
  font-family: THICCCBOI;
  font-size: 75px;
  font-style: normal;
  font-weight: 700;
  line-height: 82px;
  /* 109.333% */
  letter-spacing: -0.75px;
}

.head-top span {
  color: #F00;
}

.title-icon {
  margin-bottom: 46px;
}

.service_icon h4 {
  color: #FFF;
  font-size: 30px;
  font-weight: 700;
  margin-top: 10px;
  line-height: 84px;
  letter-spacing: 0.3px;
}

.about_section {
  height: auto;
  padding: 82px 0;
  background: url(../images/about-bg.jpg);
  background-size: cover;
  position: relative;
  overflow: hidden;
}

.about-mid span {
  color: #F00;
}

.about-mid {
  padding: 34px 40px;
  border: 1px solid #F00;
  background: rgba(0, 0, 0, 0.80);
  margin: 0;
  position: relative;
  z-index: 2;

}

.about-right-frame {
  position: absolute;
  top: -24px;
  right: -24px;
  background: url(../images/bottom-frame.svg) no-repeat top right;
  background-size: contain;
  width: 100%;
  height: 260px;
}

.about-black-line {
  position: absolute;
  left: -4px;
  top: 135px;
  background: url(../images/black-bar.svg) no-repeat left;
  background-size: contain;
  width: 100%;
  height: 260px;
  z-index: 1;
}


.about-bottom-frame {
  position: absolute;
  bottom: -16px;
  left: 0;
  background: url(../images/about-r-frame.svg) no-repeat bottom left;
  background-size: contain;
  width: 63%;
  height: 168px;
  z-index: 1;
}

.about-left-cic {
  position: absolute;
  left: -20px;
  bottom: -38px;
  background: url(../images/ellipse.svg) no-repeat left;
  background-size: contain;
  width: 100%;
  height: 260px;
  z-index: 1;
}

.about-item {
  display: flex;
}

.about-right {
  padding: 20px;
  width: 57%;

}

.about-left {
  padding: 20px;
  width: 33%;
  z-index: 999;

}

.ver-li {
  width: 10%;
}

.line-ver {
  background: url(../images/line-ver.png);
  height: 400px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-top: 24px;
}

.about-right .btn-banner {
  justify-content: left;
  margin-top: 40px;
}

.about-image {
  position: relative;
  z-index: 99;
}

.about-mask-image {
  background: url('../images/asian-mask.png') no-repeat;
  position: absolute;
  bottom: -117px;
  left: -139px;
  width: 100%;
  height: 439px;
  background-size: contain;
  background-position: bottom left;
}

.price_section {
  background: url('../images/price-bg.png') no-repeat;
  padding: 100px 0;
  background-size: cover;
}

.price_section h2 {
  color: #FFF;
  font-size: 60px;
}

.price-box {
  background: url(../images/price-box-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  height: 328px;
  text-align: center;
  margin-left: -15px;
}

.price-box h4 {
  color: #FFF;
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  line-height: 50px;
  padding-top: 30px;
}

.price-box .title-icon {
  width: 20%;
  margin-bottom: 17px;
}

.price li {
  list-style: none;
  padding: 5px 0px;

}

.price-tab1 {
  float: left;
  width: 50%;

}

.price-tab2 {
  float: left;
  width: 45%;
  background: url(../images/price-line-ver.svg);
  background-repeat: no-repeat;
  height: 140px;
  padding: 0;
}

.price_section .price-img {
  width: 100%;
}

.pricing-link p {
  margin-top: 25px;
  color: #FFF;
  font-family: THICCCBOI;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
}

.pricing-link a {
  color: #F00;
  font-size: 30px;
  font-weight: 700;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}

.choose_section {
  background: url(../images/choose-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 100px 0;
}

.choose_section .btn-banner {
  justify-content: left;
  margin-top: 40px
}

.image {
  width: 100%;
}

.choose-content h4 {
  color: #FFF;
  font-size: 40px;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: 0.4px;
}

.choose-content span {
  color: #DA0000;
}

.customer_section {
  background: url(../images/costomer-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 100px 0;
  background-position: right;
}

.cust-item {
  padding: 93px 52px;
  text-align: center;
}

.cd-image {
  background: url(../images/cust-items.png);
  height: 400px;
  background-size: cover;
  width: 100%;
  background-repeat: no-repeat;
}

.cust-item h4 {
  color: #FFF;
  font-size: 27px;
  font-weight: 700;
  margin-bottom: 22px;
}

.steps_section {
  background: url(../images/steps-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 100px 0;
}

.steps-item {
  padding: 68px;
  text-align: center;
  position: absolute;
  top: 124px;
  left: 33px;
}

.steps1 {
  background: url(../images/steps-item.png);
}

.steps2 {
  background: url(../images/steps-item2.svg);
}

.steps3 {
  background: url(../images/steps-item3.svg);
}

.steps-image {
  background-position: center;
  background-size: contain;
  /* ensure image stretches */
  background-repeat: no-repeat;
  height: 435px;
  display: flex;
  align-items: center;
  /* vertical center */
  justify-content: center;
  /* horizontal center */
  text-align: center;
  padding: 20px;
  flex-direction: column;
}

.steps-item img {
  display: none;
}

.steps-item h4 {
  color: #FFF;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 15px;
}

.steps-item P {
  color: #FFF;
  text-align: center;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 35px;
  letter-spacing: 0.22px;
}

.steps-btn {
  margin-top: 80px;
}

.booking_section {
  background: url(../images/left-frame-book.png) no-repeat;
  background-size: cover;
  background-color: #050505;
  padding: 100px 0;
  position: relative;
  text-align: center;
  background-position: center;
}

.booking_section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(114deg, rgba(0, 0, 0, 0.00) 34.14%, rgba(0, 0, 0, 0.80) 86.57%), #050505;
  z-index: -1;
}

.book-item,
.btn-banner {
  z-index: 1;
  position: relative;
}

.book-image {
  position: relative;
}

.book-mask-image {
  background: url('../images/image.png') no-repeat;
  position: absolute;
  bottom: -100px;
  right: -36px;
  width: 100%;
  height: 580px;
  background-size: contain;
  background-position: bottom right;

}

.banner-title {
  color: #F00;
  text-align: center;
  text-shadow: 0px 5.96px 7.663px #000;
  font-family: THICCCBOI;
  font-size: 72.018px;
  font-style: normal;
  font-weight: 700;
  line-height: 67.517px;
  margin-bottom: 5px;
}

.book-item {
  background: url(../images/book.png) no-repeat center left;
  background-size: contain;
  height: 758px;
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  z-index: 0;
  padding: 80px 50px;
  max-width: 847px;
  justify-content: center;
  z-index: 999;
}


.book-item .book-icon {
  margin-bottom: 28px;
  margin-top: 8px;
}

.book-item p {
  padding: 0 40px;
}

.faq_section {
  padding: 100px 0;
  background: url('../images/full-faq.png') no-repeat left center;
  background-size: cover;
}

.faq_section .accordion {
  background: #000;
  padding: 38px 75px;
  position: relative;
  z-index: 1;
}

.faq_section .left-frame {
  position: absolute;
  top: 0;
  left: 0;
  background: url('../images/left-frame.svg') no-repeat top left;
  background-size: contain;
  width: 100%;
  height: 256px;
  z-index: 0;
}

.faq_section .right-frame {
  position: absolute;
  bottom: 0;
  right: 0;
  background: url('../images/right-frame.svg') no-repeat bottom right;
  background-size: contain;
  width: 100%;
  height: 256px;
  z-index: 0;
}

.faq_section .card {
  border: none;
  background: #000;
  z-index: 9999;
}

.faq_section .card-header {
  background-color: #000;
  border-bottom: 1px solid #B1B1B1;
  margin-bottom: 0px !important;
  padding: 0;
}

.faq_section .card-header h5 a {
  color: #FFF;
  font-size: 25px;
  font-weight: 700;
  line-height: 57px;
  display: block;
  text-decoration: none;
  padding: 20px 0;
  position: relative;
}

.faq_section .card-header h5 a::after {
  content: "\f068";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  position: absolute;
  right: 20px;
  transition: transform 0.3s;
}

.faq_section .card-header h5 a.collapsed::after {
  transform: rotate(180deg);
  content: "\f067";
}

.faq_section .card-body {
  color: #FFF;
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
  padding: 30px 44px;
  background-color: #f00;
}

.footer {
  background: #000;
  ;
}

.footer1 {
  flex: 0 0 35%;
  max-width: 35%;
}

.footer2 {
  flex: 0 0 21.6%;
  max-width: 21.6%;
}


.footer-top {
  padding: 100px 0 80px;
}

.footer-logo img {
  margin-bottom: 50px;
}

.hour-de {
  margin-top: 30px;
}

.hour-de span {
  color: #F00;
}

.f-head h3 {
  font-size: 32px;
  margin: 0;
}

.f-item {
  margin-top: 40px;
}

.f-item ul {
  margin: 0;
  padding: 0;
}

.f-item ul li {
  list-style: none;
  margin-bottom: 20px;
}

.f-item ul li a {
  color: #FFF;
  font-size: 19px;
}

.f-item ul li a:hover {
  color: #f00;
}

.footer-bottom {
  border-top: 1px solid #F00;
  text-align: center;
  padding: 35px 0;
}

.footer-bottom p {
  margin: 0;
}


/*Inner Pages*/

.header-inner-section {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #000;
}

.header-inner-section .btn-banner {
  margin-bottom: 40px;
}

.outcall-line {
  margin-top: -67px;
}

.outcall_section {
  background: url(../images/outcall-book.webp);
  background-size: cover;
  height: auto;
  padding: 100px 0;
}

.call-mix .head-top,
.call-mix h1,
.call-mix h2 {
  text-align: left;
  margin-top: 45px;
}

.call-mix .price-box h4 {
  padding-top: 50px;
}

.call-mix .sub-icon {
  margin-bottom: 25px;
}

.call-mix .price-tab2 {
  height: auto;
  width: 44%;
}

.call-mix .btn-banner {
  margin-top: 50px;
}

.call-mix .serv-icon1 {
  width: 100%;
}

.call-mix .price li {
  font-size: 28px;
  font-weight: 500;
  line-height: 32px;
}

.call-mix .currency {
  color: #f00;
  font-size: 53px !important;
  font-weight: 700 !important;
}

.inner_steps_section {
  position: relative;
  background-color: #000;
  background-image: url(../images/out-step-ellipse.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: auto;
  /* or e.g., background-size: 100% auto; */
  padding: 100px 0;
  z-index: 1;
}

.inner_steps_section .head-top {
  margin-bottom: 10px;
}

.inner_steps_section::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: linear-gradient(114deg, rgba(0, 0, 0, 0.00) 34.14%, rgba(0, 0, 0, 0.80) 86.57%);
  z-index: 0;
}

.inner_steps_section .steps-image {
  background-image: url(../images/icon-bg.png);
  background-position: center;
  background-size: contain;
  /* ensure image stretches */
  background-repeat: no-repeat;
  height: 435px;
  display: flex;
  align-items: center;
  /* vertical center */
  justify-content: center;
  /* horizontal center */
  text-align: center;
  padding: 20px;
  flex-direction: column;
}

.inner_steps_section .steps-item {
  left: 55px;
  top: 40px;
  padding: 75px;
}

.inner_steps_section .steps-item img {
  display: block;
  width: 40%;
  margin: 0 auto 30px;
}

.book-outcall-image {
  background: url(../images/outcall-girl.png) no-repeat;
  position: absolute;
  bottom: -100px;
  right: -34px;
  width: 100%;
  height: 827px;
  background-size: contain;
  background-position: top right;
}

.book-sensual-image {
  background: url(../images/nuru3.png) no-repeat;
  position: absolute;
  bottom: -100px;
  right: -34px;
  width: 100%;
  height: 700px;
  background-size: contain;
  background-position: top right;
}

.location_section {
  background: url(../images/location-bg.png) no-repeat;
  background-size: cover;
  background-color: #050505;
  padding: 100px 0;
  position: relative;
  background-position: center;
}

.location_section .map-view {
  display: flex;
  align-items: center;
  gap: 15px;
}

.location_section .map-view h4 {
  margin: 0;
}

.call-mix .btn-banner {
  display: block;
}

.vip_room_section {
  position: relative;
  background-color: #000;
  background: url(../images/vip-section-bg.png) no-repeat;
  background-position: top center;
  background-size: auto;
  /* or e.g., background-size: 100% auto; */
  padding: 100px 0;
  z-index: 1;
}

.vip_room_section .vip-images {
  width: 100%;
}

.incall-mask-image {
  background: url('../images/photorimage.png') no-repeat;
  position: absolute;
  bottom: -82px;
  left: -139px;
  width: 100%;
  height: 439px;
  background-size: contain;
  background-position: bottom left;

}

.pricing {
  background: url(../images/price-banner.png) no-repeat;
  background-size: cover;
  background-position: center;
}

.pricing .banner-text {
  top: 32%;
}

.pricing .banner-text span {
  text-transform: capitalize;
}

.pricing_section {
  position: relative;
  background-image: url('../images/price-bg.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 100px 0;

}



.pricing_section .outcall-price {
  padding: 50px 0 100px;
}

.pricing_section .top-bar {
  border-top: 1px solid #fff;
  opacity: 0.3;
  margin-top: 100px;
}

.pricing_section .bottom-bar {
  border-bottom: 1px solid #fff;
  opacity: 0.3;
}

.pricing_section .price {
  padding-top: 40px;
}

.pricing_section .price-head {
  margin-top: 40px;

}

.pricing_section .price-top h4 {
  margin-top: 30px;
  font-size: 35px;
  font-weight: 600;
  line-height: 44px;
  letter-spacing: -0.35px;

}

.pricing_section .price li {
  font-size: 22px;
  font-weight: 400;
  line-height: 24px;
}

.pricing_section .price-tab2 {
  float: left;
  width: 45%;
  background: url(../images/price-line-ver.svg);
  background-repeat: no-repeat;
  height: auto;
  ;
  padding: 0;
}

.pricing_section h2 {
  font-size: 50px;
  font-weight: 700;
  line-height: 82px;
  letter-spacing: -0.5px;
}

.pricing_section h3 {
  font-size: 35px;
  font-weight: 600;
  line-height: 44px;
  letter-spacing: -0.35px;
}

.pricing_section .incall-price h4 {
  font-size: 45px;
  font-weight: 600;
  line-height: 44px;
  letter-spacing: -0.45px;
  margin-top: 35px;
}

.pricing_section .price-box h3 {
  padding-top: 40px;
}

.pricing_section .incall-price .price {
  padding-top: 15px;
}

.pricing_section .price-service {
  margin-bottom: 80px;
}

.pricing_section .incall-price {
  margin-top: 25px;
}

.payment_section {
  background: url('../images/location-bg.png') no-repeat;
  background-size: cover;
  background-position: center;
  padding: 100px 0;
  text-align: center;
}

.payment_section .img {
  width: 75%;
}

.onsen {
  background: url('../images/onsen-banner.png') no-repeat;
  background-size: cover;
  background-position: center;
}

.onsen .banner-text {
  top: 32%;
}

.onsen .banner-text span {
  text-transform: capitalize;
}

.onsen_section {
  position: relative;
  background-color: #000;
  background: url('../images/onsen-bg.png') no-repeat;
  background-position: top center;
  padding: 100px 0;
  background-size: cover;
}

.onsen_section .vip-images {
  width: 100%;
  margin-bottom: 20px;
}

.service-header {
  background: url('../images/nuru-banner.png') no-repeat;
  background-size: cover;
  background-position: center;
}

.service-header .banner-text {
  top: 27%;
}

.service-header .banner-text span {
  text-transform: capitalize;
}

.service-about .ser-title {
  font-size: 80px;
  font-style: normal;
  font-weight: 700;
  line-height: 82px;
  letter-spacing: -0.8px;
}

.servies-mask-image {
  background: url('../images/nuru2.png') no-repeat;
  position: absolute;
  bottom: -82px;
  left: -139px;
  width: 100%;
  height: 439px;
  background-size: contain;
  background-position: bottom left;
}

.service-top {
  background: url('../images/ser-top-bg.png') no-repeat;
  background-size: cover;
  background-position: center;
  padding: 100px 0;
}

.book-services-image {
  background: url('../images/nuru3.png') no-repeat;
  position: absolute;
  bottom: -100px;
  right: -224px;
  width: 100%;
  height: 700px;
  background-size: contain;
  background-position: top right;
}

.ser-book {
  background: url('../images/ser-book-bg.png') no-repeat;
  background-size: cover;
  background-position: center;
  padding: 100px 0;
}

.contact {
  background: url(../images/contact-bg.png) no-repeat;
  background-size: cover;
  background-position: center;
}

.contact .header_top {
  padding: 18px 0 0px;
}

.contact .banner-text {
  top: 32%;
}

.contact .banner-text span {
  text-transform: capitalize;
}

.contact_section {
  background: url('../images/con-d.png') no-repeat;
  background-size: cover;
  background-position: center;
  padding: 100px 0;
}

.contact_section .contact-tile {
  font-size: 80px !important;
  letter-spacing: -0.8px !important;

}

.contact-details-top {
  border-radius: 13px;
  background: #000;
  box-shadow: 0px 9px 26px 0px rgba(0, 0, 0, 0.60);
  margin-bottom: 30px;
  margin-top: 80px;
  padding: 35px 0 45px;
  text-align: center;
  position: relative;
}

.contact-left-frame {
  position: absolute;
  top: -24px;
  left: -24px;
  background: url('../images/left-frame.svg') no-repeat top left;
  background-size: contain;
  width: 100%;
  height: 260px;
}

.contact-details-top h1,
.contact-details-top h2 {
  font-size: 70px;
  font-style: normal;
  font-weight: 700;
  line-height: 82px;
  letter-spacing: -0.7px;
}

.contact-details-top a {
  color: #FFF;
  font-size: 40px;
  font-weight: 600;
  line-height: 44px;
  letter-spacing: -0.4px;
}

.contact-details-top a:hover {
  color: #F00;
  text-decoration: none;
}

.contact-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  text-decoration: none;
}

.hours {
  width: 40%;
  margin: 52px auto 0;
  border: 1px solid #f00;
  padding: 26px;
}

.hours h3 {
  font-size: 50px;
  font-weight: 700;
  line-height: 60px;
  letter-spacing: -0.5px;
  margin-bottom: 20px;
}

.contact-details-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
  flex-wrap: wrap;
  border-radius: 13px;
  background: #000;
  box-shadow: 0px 9px 26px 0px rgba(0, 0, 0, 0.60);
  position: relative;
}

.contact-details-bottom img {
  max-width: 100%;
  height: auto;
}

.code-image,
.map-image {
  width: 48%;
  text-align: center;
}

.map-image iframe {
  border-radius: 0 13px 13px 0px;
}

.contact-right-frame {
  position: absolute;
  bottom: -21px;
  right: -24px;
  background: url('../images/right-frame.svg') no-repeat bottom right;
  background-size: contain;
  width: 100%;
  height: 260px;
}

.about {
  background: url('../images/price-banner.png') no-repeat;
  background-size: cover;
  background-position: center;
}

.about .banner-text {
  top: 32%;
}

.about .banner-text span {
  text-transform: capitalize;
}

.about-us {
  position: relative;
  background-image: url('../images/location-bg.png');
  background-repeat: no-repeat;
  background-size: cover;
  padding: 100px 0;
}


.gzBANg {
  color: #fff !important;
}

.fuywUH {
  color: #fff !important;
}

.btn-banner-top {
  z-index: 1;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.header-inner-section .btn-banner-top {
  margin-bottom: 65px;
}

.btn-banner-top .black_btn_top {
  border-radius: 7.724px;
  background: linear-gradient(270deg, rgba(188, 0, 0, 0.70) 0%, rgba(188, 0, 0, 0.00) 100%), #F00;
  width: 60%;
  float: left;
  text-align: center;
  padding: 6px;
}

.btn-banner-top .black_btn_top a {
  color: #fff;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 38.8px;

}

.footer-line-border {
  background: linear-gradient(270deg, rgba(188, 0, 0, 0.70) 0%, rgba(188, 0, 0, 0.00) 50%), #F00;
  height: 7px;
}


@media (min-width: 992px) {
  .menu-item-has-children>.nav-link::after {
    content: " \25BC";
    font-size: 0.7em;
    margin-left: 5px;
    display: inline-block;
    transition: transform 0.3s;
  }

  .menu-item-has-children.active>.nav-link::after,
  .menu-item-has-children:hover>.nav-link::after {
    content: " \25B2";
  }

  .menu-item-has-children .sub-menu {
    display: none;
    position: absolute;
    top: 100%;
    min-width: 200px;
    background: #000000;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    padding: 10px 25px;
  }

  .menu-item-has-children .sub-menu li {
    list-style: none;
  }

  .menu-item-has-children .sub-menu .nav-item .nav-link {
    padding-left: 0;
  }

  .menu-item-has-children:hover .sub-menu,
  .menu-item-has-children.active .sub-menu {
    display: block;
  }

  .sub-menu-toggle {
    display: none !important;
  }
}

@media (max-width: 991.98px) {
  .menu-item-has-children .sub-menu li {
    list-style: none;
    text-align: center;
  }

  .custom_nav-container .navbar-nav .nav-item .nav-link {
    text-align: center;
    padding: 10px 0;
  }

  .sub-menu .nav-link {
    padding: 8px 0 !important;
    font-size: 16px !important;
  }


  .menu-item-has-children>.nav-link::after {
    display: inline-block !important;
    content: " \25BC";
    margin-left: 6px;
  }

  .menu-item-has-children.active>.nav-link::after {
    content: " \25B2";
  }

  .sub-menu-toggle {
    display: none !important;
  }

  .sub-menu {
    display: none;
    position: static;
    width: 100%;
    padding-left: 0;
    border-top: 1px solid #f00;
    border-bottom: 1px solid #f00;
    background: #111;
  }

  .menu-item-has-children.active .sub-menu {
    display: block;
  }
}


/* start */


.contact-row {
  position: relative;
}

.contact-box {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 10px;
  padding: 20px;
}

/* Divider image on the right side of the first column */
.contact-right {
  position: relative;
}

.contact-right::after {
  content: "";
  position: absolute;
  top: 64%;
  right: 5px;
  transform: translateY(-50%);
  width: 30px;
  height: 100px;
  background: url('../images/line-con.png') no-repeat center center;
  background-size: contain;
  z-index: 1;
}

/* Divider image on the left side of the last column */
.contact-left {
  position: relative;
}

.contact-left::before {
  content: "";
  position: absolute;
  top: 64%;
  left: 12px;
  transform: translateY(-50%);
  width: 30px;
  height: 100px;
  background: url('../images/line-con.png') no-repeat center center;
  background-size: contain;
  z-index: 1;
}

/* Responsive: hide dividers on mobile */
@media (max-width: 991.98px) {

  .contact-right::after,
  .contact-left::before {
    display: none;
  }
}

.header_section .banner-inner-section {
  padding: 34px 0 0px;
}

/* Our Girls Gallery Styles */
.girl-gallery-item {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  transition: all 0.4s ease;
}

.girl-gallery-item img {
  border: 2px solid #F00;
  object-fit: cover;
  width: 100%;
  aspect-ratio: 3/4;
  cursor: pointer;
  transition: all 0.5s ease;
}


.girl-gallery-item h4 {
  font-family: 'THICCCBOI', sans-serif;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-top: 15px;
}

.girl-gallery-item hr {
  border-top: 2px solid #F00;
  width: 40px;
  margin: 10px auto;
  opacity: 1;
  transition: width 0.3s ease;
}

.girl-gallery-item:hover hr {
  width: 80px;
}

/* Hide Lightbox Gallery Titles and Bottom White Space */
.gslide-description {
  display: none !important;
}

.page-id-27 .banner-inner-section,
.page-id-23 .banner-inner-section {
  padding: 100px 0 50px;
}

.blog .banner-inner-section,
.page-id-16 .banner-inner-section,
.page-id-183 .banner-inner-section {
  padding: 100px 0;
}

.page-id-27 .black_btn_top,
.page-id-23 .black_btn_top {
  display: none;
}

.page-id-27 .call-mix .btn-banner,
.page-id-23 .call-mix .btn-banner {
  display: block !important;
}



.home .banner-text .banner-title,
.page-id-19 .banner-text .banner-title,
.page-id-21 .banner-text .banner-title,
.page-id-29 .banner-title {
  padding: 0 128px;
}

.page-id-16 .banner-text,
.page-id-23 .banner-text,
.page-id-27 .banner-text,
.blog .banner-text {
  top: 32%;
}

.page-id-16 .banner-text span,
.page-id-23 .banner-text span {
  text-transform: capitalize;
}



.page-id-19 .line-border,
.page-id-21 .line-border {
  margin-top: -67px;
}

.page-id-27 .header_top {
  padding: 18px 0 0;

}

.page-id-97 .banner-text,
.page-id-415 .banner-text,
.page-id-412 .banner-text {
  top: 23%;
}

.page-id-183 .banner-text {
  top: 26%;
}

.line-border+br {
  display: none;
}

.map iframe {
  height: 250px;
}

.girl_section {
  background: url(../images/location-bg.png);
  background-repeat: no-repeat;
  background-position: left;
  padding: 100px 0;
  background-size: cover;
}

.head-girls p {
  margin-bottom: 50px;
}

.blog-post-thumbnail {
  height: auto;
  width: 450px;
  max-width: 100%;
  border-style: solid;
  border-width: 4px 4px 4px 4px;

}

.girl_section .carousel-item a:hover {
  color: #f00;
}

.carousel {
  margin: 0 0 30px;
}

.desc_content {
  text-align: center;
  margin: 20px 0;
}

.blog_inner {
  background: url(../images/location-bg.png);
  background-repeat: no-repeat;
  background-position: left;
  padding: 100px 0;
  background-size: cover;
}

.blog_inner img {
  width: 100%;
  border: 1px solid #f00;
  border-bottom: none;
}

.post_text {
  border: 1px solid #f00;
  padding: 20px;
  border-top: none;
  margin-bottom: 30px;
}

.meta-data {
  margin-bottom: 10px;
  line-height: 42px;
}

.post_text h3 a {
  color: #fff;
}

.post_text h3 {
  margin-bottom: 20px;
  line-height: 42px;

}

.post_text h3 a:hover {
  color: #f00;
  text-decoration: none;
}

.blog-post .read-more {
  background-color: #f00;
  color: #fff;
  padding: 10px 20px;
  border-radius: 2px;
  width: 35%;
  text-align: center;
  margin-bottom: 15px;
  display: block;

}

.blog-post .read-more a {
  color: #fff;
}

.blog-single {
  background: #000;
}

.blog_title {
  text-align: center;
}

.blog_detail {
  background: #000;
  background-repeat: no-repeat;
  background-position: left;
  padding: 100px 0;
  background-size: cover;
}

.blog_banner_image img {
  width: 100%;
}

.blog_detail .meta-text {
  font-size: 24px;
  margin-bottom: 15px;
}

.blog_mid h1 {
  font-size: 60px;
}

.blog_mid h2 {
  margin-top: 15px;
  font-size: 40px;
}

.blog_mid h3 {
  margin-top: 40px;
  font-size: 30px;
}

.blog_mid h4 {
  margin-top: 30px;
}

.blog_mid p {
  font-size: 20px;
  line-height: 33px;
}

.blog_mid img {
  margin-top: 20px;
  margin-bottom: 15px;
}

.clean-table {
  width: 100%;
  margin: 20px 0 30px;
}

.clean-table th,
.clean-table td {
  border: 1px solid #FA0000;
  padding: 8px;
  text-align: left;
  font-size: 20px;
  line-height: 33px;
}


.nav-links {
  display: flex;
  gap: 40px;
  margin-top: 30px;
  justify-content: center;
}

.nav-previous {
  border: 1px solid #f00;
  padding: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.nav-next {
  text-align: right;
  border: 1px solid #f00;
  padding: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.book-services-image {
  right: 0;
}

.page-child .about-left p,
.page-child .about-left h2 {
  font-size: 80px;
  font-style: normal;
  font-weight: 700;
  line-height: 82px;
  letter-spacing: -0.8px;
}

.page-child .banner-text .banner-title {
  padding: 0 107px;
  line-height: 77.517px;
}

.page-id-21 .inner_steps_section .steps-item {
  left: 55px;
  top: 19px;
  padding: 116px;
}

.page-id-21 .inner_steps_section .steps-item img {
  width: 50%;
}

.page-child .about-left {
  margin-left: 35px;
}

.call-mix .black_btn {
  width: 314.99px;
}

.call-mix .red_btn {
  width: 314.99px;
}


@media (max-width: 576px) {
  .blog-post-thumbnail {
    width: 100%;
  }

  .home .banner-text .banner-title,
  .page-id-19 .banner-text .banner-title,
  .page-id-21 .banner-text .banner-title,
  .page-id-29 .banner-title {
    padding: 0;
  }

  .btn-banner-top .black_btn_top {

    width: 100%;
  }
}


@media (max-width: 992px) {
  .home .header_banner {
    padding-bottom: 0;
  }

  .inner_steps_section {
    padding: 50px 0;
  }

}


@media (min-width: 992px) and (max-width: 1200px) {

  .page-child .banner-text .banner-title {
    line-height: 27px !important;
  }

  .page-id-97 .banner-text,
  .page-id-415 .banner-text,
  .page-id-412 .banner-text,
  .page-id-414 .banner-text {
    top: 24%;
  }

  .blog .banner-text {
    top: 140px;
  }
}

@media (min-width: 1776px) {
  .banner-big-screen {
    background: none;
  }

}

@media (max-width: 1776px) {
  .big_header_section {
    background: none !important;
  }

}

.page-child .about-left {
  margin-left: 35px;
}

.head-top .faq-desc {
  width: 70%;
  margin: 0 auto 50px;
}

.book-item p {
  padding: 0 35px;
  font-size: 22px;
  line-height: 38px;

}


@media (max-width: 767px) {
  .banner-text {
    transform: none;
    margin-bottom: 35px;
  }

  .header_banner {
    padding: 50px 0;
  }

  .banner-inner-section {
    padding: 50px 0px 0px !important;
  }
}