@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap');
:root {
  --primary-color: #e81a7b;
  --primary-rgb: rgb(190, 23, 102);
  --black: #313131;
  --white: #fff;
  --default-transition: 0.4s;
}
*{
  font-family: "Noto Sans", sans-serif;
}
.bg-primary {
  background: var(--primary-color) !important;
}
.bg-black{
  background: var(--black) !important;
}
.btn {
  display: inline-flex;
  align-items: center;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.3px;
  gap: 7px;
  text-decoration: none;
  padding: 9px 16px;
  background: var(--primary-color);
  color: white;
  border-radius: 999px;
  transition: transform 0.2s, box-shadow 0.2s, filter 0.2s;
  box-shadow: rgba(190, 23, 102, 0.55) 0px 4px 14px;
}

.btn:is(:hover, :active, :focus) {
  color: #fff !important;
  box-shadow: rgba(190, 23, 102, 0.75) 0px 4px 14px;
  transform: translateY(-2px);
}

.header-bg {
  padding: 10px 20px;
  background-color: var(--black);
  border-bottom: 1px solid var(--primary-color);
}

.navbar-toggler {
  width: 50px;
  min-width: 50px;
  height: 50px;
}

.logo img {
  max-height: 40px;
  filter: drop-shadow(0px 0px 8px var(--primary-color));
}

/* .social-right-box{ text-align:right;} */
.phone {
  font-size: 16px;
  color: #000;
  font-weight: 500;
}

.social {
  display: block;
  margin-top: 10px;
}

.social a {
  background: #fff604;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  padding: 5px;
  color: black;
  text-align: center;
  display: inline-block;
}

.mobile-slider-box {
  display: none;
}

img {
  max-width: 100%;
  height: auto
}

.dev1 {
  position: relative !important;
  margin: 0 !important;
  padding: 16px 0 !important;
  background: linear-gradient(180deg, #be1766 0%, #be1766 50%, #3f1629 100%) !important;
  /* background-color: #eeca96 !important; */
  color: #2a1a0e !important;
  color: #fff !important;
  font-family: "Playfair Display", Georgia, "Times New Roman", serif !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  letter-spacing: 3.5px !important;
  text-align: left !important;
  text-transform: uppercase !important;
  text-shadow: 0 1px 0 rgba(0, 0, 0, .55) !important;
  box-shadow: 0 6px 22px rgba(0, 0, 0, .22), inset 0 1px 0 rgba(0, 0, 0, .55), inset 0 -1px 0 rgba(107, 74, 38, .28) !important;
  overflow: hidden;
  white-space: nowrap;
}

.dev1-track {
  display: inline-flex;
  align-items: center;
  animation: dev1Scroll 38s linear infinite;
  will-change: transform;
}

@keyframes dev1Scroll {
  0% {
    transform: translate3d(0, 0, 0)
  }

  100% {
    transform: translate3d(-50%, 0, 0)
  }
}

.dev1-item {
  flex-shrink: 0;
  padding: 0 26px;
}

@media (min-width : 992px) {
  .offcanvas {
    visibility: visible;
    position: relative;
    background: none;
    border: none;
    justify-content: end;
    color: var(--primary-color);
  }
}

@media (max-width : 992px) {
  .offcanvas-body {
    background: var(--black);
  }

  .offcanvas {
    width: 250px !important;
  }

  .offcanvas-start-lg {
    top: 0;
    left: 0;
    border-right: 1px solid rgba(0, 0, 0, .2);
    transform: translateX(-100%);
  }

}

@media (max-width : 500px) {
  .slider-box img {
    display: none;
  }

  .mobile-slider-box {
    display: block;
    height: auto;
  }
}

.navbar-nav {
  gap: 8px;
}

.navbar-nav li a {
  color: white !important;
}

.nav-bg .nav-link {
  padding: 8px 12px !important;
  font-size: 14px;
  font-weight: 400;
  transition: var(--default-transition);
}

.nav-bg .nav-link:is(:hover, :active, :focus,.active) {
  background-color: var(--primary-color);
  border-radius: 32px;
  padding: 8px 18px;
}

/* .nav-item:hover{background-color: #ab1113;} */
.heading-tittle 
{
  font-size: 25px;
  color: var(--white) !important;
  line-height: 52px;
  font-weight: 500;
  padding-bottom: 15px;
  margin-bottom: 0;
  text-align: center;
  text-transform: uppercase;
  position: relative;
  margin: 15px 0px;
}
.heading-tittle h1,
.heading-tittle h1
{
  color: var(--white);
  font-size: clamp(32px,5.2vw,56px) !important;
}

.heading-tittle:before {
  content: '';
  position: absolute;
  bottom: 5px;
  left: 0;
  width: 70%;
  height: 4px;
  background: linear-gradient(to right, rgba(255, 244, 230, 0) 0, var(--primary-color) 25%, var(--primary-color) 75%, rgba(255, 244, 230, 0) 100%);
  margin: 0 15%;
}
.heading-tittle .heading-sub-title
{
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 11px;
  letter-spacing: .34em;
  text-transform: uppercase;
  color: var(--primary-color);
  font-weight: 600;
}
.heading-tittle .heading-sub-title::before,
.heading-tittle .heading-sub-title::after
{
  content: "";
  width: 42px;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--primary-color), transparent);
}
.location-menu {
  width: 100%;
  height: auto;
  background: linear-gradient(to right, var(--primary-color),var(--black));
  padding: 10px;
}

.location-menu ul {
  margin: 0px;
  padding: 0px;
}

.location-menu ul li {
  list-style: none;
  display: block;
  background: linear-gradient(to left, var(--primary-color),var(--black));
  margin-bottom: 5px;
  text-align: center;
}

.location-menu ul li:hover {
  background: var(--black);
}

.location-menu ul li a {
  font-size: 13px;
  text-decoration: none;
  color: #fff;
  font-weight: 500;
  padding: 7px 0px;
  display: block;
}

.active {
  background-color: #000;
}

.location-heading-tittle {
  text-align: center;
  padding: 1rem;
}

.location-heading-tittle h4 {
  color: var(--white);
}

.img-box
{
  position: relative;
}
.img-box img
{
  aspect-ratio: 2/3;
  object-fit: cover;
  mask-image: linear-gradient(var(--mask-direction, to bottom), hsl(0 0% 0% / 0), hsl(0 0% 0% / 1) 20%, hsl(0 0% 0% / 1) 100%, hsl(0 0% 0% / 0));
}
.profile-name {
  text-align: center;
  background:linear-gradient(to left, var(--black),var(--primary-color),var(--black));
  border-radius: 0 0 24px 24px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  padding: 10px 0px;
}

.blog-img-box {
  width: 100%;
  height: 300px;
  overflow: hidden;
  border: 4px solid #ffeb00;
  border-radius: 4px;
}

.read-more {
  color: #ffeb00;
  font-weight: 700;
  font-size: 16px;
  text-decoration: none;
}

.read-more:hover {
  color: #caba00;
}

.btn-yellow {
  background: #FF3;
  color: #000;
}

p {
  text-align: justify;
}

.footer-bg {
  background-color: var(--primary-color);
}

.footer-bg a {
  color: var(--primary-color);
}
footer{
  border-top: 2px solid var(--primary-color);
}

body {
  margin: 0;
  font-family: Arial, sans-serif;
}

.floating-buttons {
  position: fixed;
  bottom: 20px;
  right: 15px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  z-index: 999;
}

.floating-buttons a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  transition: transform 0.2s ease;
}

.floating-buttons a:hover {
  transform: scale(1.1);
}

.whatsapp {
  background-color: #25D366;
}

.call {
  background-color: #007BFF;
}

.floating-buttons img {
  width: 28px;
  height: 28px;
}

/* Responsive adjustments */
@media (max-width: 600px) {
  .floating-buttons a {
    width: 50px;
    height: 50px;
  }

  .floating-buttons img {
    width: 24px;
    height: 24px;
  }
}

.vip_escorts
{
  position: relative;
  width: 100%;
  mask-image: linear-gradient(var(--mask-direction, to top), hsl(0 0% 0% / 0), hsl(0 0% 0% / 1) 20%, hsl(0 0% 0% / 1) 80%, hsl(0 0% 0% / 0));
}
.vip_escorts img{
  aspect-ratio: 1;
  object-fit: cover;
  object-position: top center;
}
.blur_circle
{
  position: relative;
  overflow: hidden;
  z-index: 0;
}
.blur_circle::before{
  position: absolute;
  width: 90%;
  top: 26%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: radial-gradient(var(--primary-color), transparent, transparent);
  border-radius: 50%;
  max-width: 500px;
  aspect-ratio: 1;
  content: '';
  z-index: -1;
  filter: blur(59px);
}
.mask_img
{
  width: 100%;
  mask-image: linear-gradient(var(--mask-direction, to right), hsl(0 0% 0% / 0), hsl(0 0% 0% / 1) 20%, hsl(0 0% 0% / 1) 90%, hsl(0 0% 0% / 0));
}