@import url("https://fonts.googleapis.com/css2?family=Courgette&amp;family=Josefin+Sans:ital,wght@0,100..700;1,100..700&amp;display=swap");
*,
::after,
::before {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Josefin Sans", serif;
  background: #210202;
  overflow-x: hidden;
}

p,
li,
span,
ol,
a,
strong,
ul {
  padding: 0;
  margin: 0;
  list-style: none;
  text-decoration: none;
  font-size: clamp(15px, 3vw, 17px);
  color: #210202;
}

.para {
  line-height: 1.6;
  margin-bottom: 10px;
}
.para:last-child {
  margin: 0;
}
.para strong {
  color: #5cff82;
}
.para.white {
  color: #fff;
}
.para.center {
  text-align: center;
}

.list {
  list-style: disc;
  margin-left: 20px;
}
.list li {
  list-style: disc;
  margin-bottom: 15px;
  line-height: 1.6;
}
.list li strong,
.list li a {
  color: #5cff82;
}
.list li::marker {
  font-size: 31px;
}
.list.white li {
  color: #fff;
}

button {
  border: none;
  background: transparent;
}

.theme-btn {
  border: 1px solid;
  padding: 10px 20px;
  font-family: "Courgette", serif;
  color: #5cff82;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 10px;
  white-space: nowrap;
  border-radius: 30px;
  overflow: hidden;
  width: -moz-max-content;
  width: max-content;
}
.theme-btn::after {
  content: "";
  position: absolute;
  width: 0;
  height: 100%;
  background: #210202;
  left: 0;
  bottom: 0;
  transition: 0.4s ease-in-out;
  z-index: -1;
}
.theme-btn.black {
  background: #210202;
  color: #fff;
}
.theme-btn.black::before {
  filter: invert(1) brightness(100);
}
.theme-btn.black:hover {
  border-color: #fff;
}
.theme-btn.black:hover:after {
  background: #5cff82 !important;
}
.theme-btn.white {
  color: #fff;
}
.theme-btn.white::before {
  filter: invert(1) brightness(100);
}
.theme-btn.white:hover {
  border-color: #210202;
}
.theme-btn.call::before {
  background: url(../img/call.svg) no-repeat;
  content: "";
  position: relative;
  height: 30px;
  width: 30px;
  background-size: contain;
  background-position: center;
  flex-shrink: 0;
}
.theme-btn.call.alt:hover {
  color: #5cff82;
}
.theme-btn.call.alt:hover::before {
  filter: brightness(0) saturate(100%) invert(13%) sepia(92%) saturate(5428%) hue-rotate(322deg) brightness(83%) contrast(103%);
}
.theme-btn.call.alt:hover:after {
  background: #fff;
}
.theme-btn.call.dark-bg {
  background: #5cff82;
  color: #fff;
  border: 1px solid #5cff82;
}
.theme-btn.call.dark-bg::before {
  filter: invert(1) brightness(100);
}
.theme-btn.call.dark-bg:hover {
  color: #5cff82;
}
.theme-btn.call.dark-bg:hover:after {
  background: #fff;
}
.theme-btn.call.dark-bg:hover::before {
  filter: brightness(0) saturate(100%) invert(13%) sepia(92%) saturate(5428%) hue-rotate(322deg) brightness(83%) contrast(103%);
}
.theme-btn.profile::before {
  background: url(../img/profile.svg) no-repeat;
  content: "";
  position: relative;
  height: 30px;
  width: 30px;
  background-size: contain;
  background-position: center;
  flex-shrink: 0;
  filter: brightness(0) saturate(100%) invert(13%) sepia(92%) saturate(5428%) hue-rotate(322deg) brightness(83%) contrast(103%);
}
.theme-btn.profile:hover:after {
  background: #fff;
}
.theme-btn.whatsapp-btn {
  border-color: #25d366;
  color: #25d366 !important;
}
.theme-btn.whatsapp-btn::before {
  background: url(../img/whatsapp.svg) no-repeat;
  content: "";
  position: relative;
  height: 30px;
  width: 30px;
  background-size: contain;
  background-position: center;
  flex-shrink: 0;
  filter: brightness(0) saturate(100%) invert(69%) sepia(69%) saturate(547%) hue-rotate(83deg) brightness(89%) contrast(87%);
}
.theme-btn.whatsapp-btn:hover {
  color: #fff;
}
.theme-btn.whatsapp-btn:hover::before {
  filter: invert(1) brightness(100);
}
.theme-btn.whatsapp-btn:hover::after {
  background: #25d366;
}
.theme-btn:hover:after {
  width: 100%;
}
@media (max-width: 767px) {
  .theme-btn::before {
    height: 20px !important;
    width: 20px !important;
  }
}

.spacing {
  padding: 70px 0px;
}
@media (max-width: 991px) {
  .spacing {
    padding: 50px 0;
  }
}
@media (max-width: 575px) {
  .spacing {
    padding: 30px 0;
  }
}

.heading-wrap {
  margin-bottom: 30px;
}

.main-heading,
.sub-heading {
  font-weight: 600;
  text-align: center;
  line-height: 1.3;
  margin-bottom: 30px;
  color: #fff;
}
.main-heading strong,
.sub-heading strong {
  color: #5cff82;
}
.main-heading.alt,
.sub-heading.alt {
  text-align: left;
}
.main-heading.white,
.sub-heading.white {
  color: #fff;
}
.main-heading.white strong,
.sub-heading.white strong {
  color: #210202;
}
.main-heading.dark,
.sub-heading.dark {
  color: #210202;
}
.main-heading.dark strong,
.sub-heading.dark strong {
  color: #5cff82;
}

.main-heading {
  font-size: clamp(28px, 3.5vw, 35px);
}
.main-heading strong {
  font-size: clamp(28px, 3.5vw, 35px);
}

.sub-heading {
  font-size: clamp(25px, 2.8vw, 28px);
}
.sub-heading strong {
  font-size: clamp(25px, 2.8vw, 28px);
}

.img-wrap {
  height: 100%;
  width: 100%;
}
.img-wrap.icon-wrap img {
  filter: invert(1) brightness(100);
}
.img-wrap img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.img-wrap img.contain {
  -o-object-fit: contain;
  object-fit: contain;
}
.img-wrap .bg-removed {
  mix-blend-mode: hard-light;
  filter: contrast(1);
  -o-object-fit: contain;
  object-fit: contain;
}

.content {
  display: flex;
  flex-flow: column;
  justify-content: center;
  height: 100%;
}
.content.black p,
.content.black span {
  color: #fff;
}
.content.black a,
.content.black strong {
  color: #5cff82;
}
.content.pink {
  background: #5cff82;
}
.content.pink p,
.content.pink span {
  color: #fff;
}
.content.pink p strong {
  color: #bbf5d1;
}

.reverse {
  flex-wrap: wrap-reverse;
}

header {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  width: 100%;
  background: #210202;
  padding: 20px 40px;
}
header.scrolled {
  transition: 0.4s ease-in-out;
  background: #fff;
  padding: 10px 30px;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
}
header.scrolled .logo {
  font-size: clamp(18px, 2.6vw, 26px);
  color: #210202;
}
header.scrolled .logo img {
  height: 30px;
  width: 30px;
  filter: brightness(0) saturate(100%) invert(13%) sepia(92%) saturate(5428%) hue-rotate(322deg) brightness(83%) contrast(103%);
}
header.scrolled .logo strong {
  color: #5cff82;
  font-size: clamp(18px, 2.6vw, 26px);
}
header.scrolled .nav-list a {
  font-size: 16px;
}
@media (min-width: 991px) {
  header.scrolled .nav-list a {
    color: #210202;
  }
}
header.scrolled .menu-toggle span {
  background: #5cff82;
}
header nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
header .logo {
  font-size: clamp(20px, 3vw, 30px);
  text-transform: capitalize;
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: "Courgette", serif;
  color: #fff;
}
header .logo img {
  height: 40px;
  width: 40px;
}
header .logo strong {
  color: #5cff82;
  font-size: clamp(20px, 3vw, 30px);
}
header .nav-list {
  display: flex;
  flex-grow: 1;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style: none;
}
header .nav-list a {
  display: flex;
  align-items: center;
  padding: 0px 40px;
  color: #fff;
  text-transform: uppercase;
  font-size: clamp(15px, 3vw, 18px);
}
@media (max-width: 1200px) and (min-width: 991px) {
  header .nav-list a {
    padding: 0 20px;
  }
}
header .theme-btn.call {
  color: #fff;
  padding: 10px 20px;
  font-size: 16px;
  text-decoration: none;
}
header .theme-btn.call span {
  color: #fff;
}
@media (max-width: 767px) {
  header .theme-btn.call {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  header .theme-btn.call span {
    display: none;
  }
}
header .menu-toggle {
  display: none;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 30px;
  height: 30px;
  background: transparent;
  border: none;
  cursor: pointer;
}
header .menu-toggle span {
  display: block;
  width: 100%;
  height: 3px;
  background: #fff;
}
@media (max-width: 991px) {
  header {
    padding: 20px;
  }
  header.scrolled {
    padding: 10px 20px;
  }
  header.scrolled .nav-list {
    left: -30px;
    top: calc(100% + 10px);
    width: calc(100% + 60px);
  }
  header .nav-list {
    display: none;
    position: absolute;
    top: calc(100% + 20px);
    left: -40px;
    right: 0;
    background: #210202;
    flex-direction: column;
    align-items: center;
    padding: 20px 0;
    z-index: 999;
    width: calc(100% + 80px);
  }
  header .nav-list.active {
    display: flex;
  }
  header .menu-toggle {
    display: flex;
  }
  header .theme-btn.call {
    font-size: 14px;
    padding: 8px 16px;
  }
  header .nav-list a {
    padding: 10px 0;
  }
}

.dual-btn {
  display: flex;
  gap: 20px;
}
.dual-btn.alt {
  flex-flow: column;
  gap: 10px;
}
.dual-btn.alt .theme-btn {
  flex-grow: 1;
  width: 100%;
  justify-content: center;
}
.dual-btn.center {
  justify-content: center;
}
.dual-btn.margin {
  margin-top: 30px;
}
@media (max-width: 455px) {
  .dual-btn {
    flex-flow: column;
    align-items: center;
  }
  .dual-btn .theme-btn {
    width: 100%;
    justify-content: center;
  }
}

.hero-banner {
  height: 600px;
  background: url(../img/b2.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 1;
}
.hero-banner::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: -1;
  left: 0;
  bottom: 0;
  background: #210202;
  opacity: 0.6;
}
.hero-banner .hero-content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
  gap: 30px;
  height: 100%;
}
.hero-banner .hero-content .hero-title {
  display: flex;
  flex-flow: column;
  align-items: center;
  text-align: center;
  font-size: clamp(18px, 2.5vw, 25px);
  font-family: "Courgette", serif;
  color: #fff;
  text-transform: capitalize;
}
.hero-banner .hero-content .hero-heading {
  font-size: clamp(25px, 5vw, 50px);
  color: #fff;
  text-align: center;
}
.hero-banner .hero-content .hero-heading strong {
  font-size: clamp(25px, 5vw, 50px);
  color: #5cff82;
}
@media (max-width: 767px) {
  .hero-banner {
    max-height: 500px;
  }
}

.outer-wrap {
  margin-bottom: 40px;
}
.outer-wrap:last-child {
  margin: 0;
}

.cta {
  background: #e8462a;
  display: block;
}
.cta .cta-img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 30px;
}
.cta .content {
  display: flex;
  flex-flow: column;
  gap: 15px;
  align-items: center;
}
.cta .content strong {
  font-size: clamp(20px, 5vw, 50px);
  font-family: "Courgette", serif;
}
.cta .content a {
  position: relative;
  z-index: 1;
  display: block;
  color: #fff;
  padding: 10px 30px;
  font-size: clamp(16px, 3vw, 30px);
}
.cta .content a:after {
  content: "";
  position: absolute;
  height: 50%;
  width: 100%;
  background: #5cff82;
  z-index: -1;
  left: 0;
  transition: 0.2s ease-in;
  top: 0;
  transform: skew(40deg, 0);
}
.cta .content a::before {
  content: "";
  position: absolute;
  height: 50%;
  width: 100%;
  background: #5cff82;
  z-index: -1;
  left: 0;
  transition: 0.2s ease-in;
  bottom: 0;
  transform: skew(-40deg, 0);
}
.cta .content a:hover {
  color: #5cff82;
}
.cta .content a:hover:after,
.cta .content a:hover:before {
  background: #f9a8d4;
}
.cta .content p {
  font-size: clamp(14px, 2vw, 20px);
  text-align: center;
}

.cg-wrap {
  background: url(../img/bg2.webp) repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}
.cg-wrap .name {
  text-align: center;
  color: #fff;
  font-size: clamp(15px, 2.4vw, 24px);
  display: block;
  font-family: "Courgette", serif;
  text-transform: capitalize;
}
.cg-wrap .cg-card {
  display: flex;
  flex-flow: column;
  align-items: center;
  gap: 10px;
  padding: 10px;
  border-radius: 15px;
  background: rgba(0, 0, 0, 0.4196078431);
}
.cg-wrap .cg-card img {
  height: 200px;
  width: 200px;
  margin: auto;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .cg-wrap .cg-card img {
    height: 165px;
    width: 165px;
  }
}
@media (max-width: 360px) {
  .cg-wrap .cg-card img {
    height: 130px;
    width: 130px;
  }
}
.cg-wrap .cg-card .theme-btn::before {
  height: 20px;
  width: 20px;
  font-size: 14px;
}
.cg-wrap .dual-btn {
  justify-content: center;
}
.cg-wrap .cg-btn {
  background: #fff;
}
.cg-wrap .cg-btn:hover {
  color: #fff;
}
.cg-wrap .cg-btn:hover::before {
  filter: invert(1) brightness(100);
}
.cg-wrap .cg-btn:hover:after {
  background: #5cff82;
}

.hire-wrap .hire-card {
  background: #5cff82;
  padding: 30px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 30px;
  height: 100%;
}
.hire-wrap .hire-card:after {
  content: "";
  position: absolute;
  z-index: -1;
  background: url(../img/kiss.svg) repeat;
  background-size: 80px;
  background-position: center;
  height: 100%;
  width: 100%;
  left: 0;
  bottom: 0;
  opacity: 0.1;
}
.hire-wrap .hire-card span,
.hire-wrap .hire-card p {
  color: #fff;
}
.hire-wrap .hire-card span {
  font-size: clamp(16px, 2.2vw, 22px);
  font-family: "Courgette", serif;
  display: block;
  margin-bottom: 15px;
}

.benefit-outer {
  background: url(../img/benefits-bg.webp) no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 1;
}
.benefit-outer:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: -1;
  left: 0;
  bottom: 0;
  background: #210202;
  opacity: 0.7;
}
.benefit-outer .benefit-card {
  padding: 25px 25px 25px 50px;
  position: relative;
  overflow: hidden;
  border-radius: 96% 4% 96% 4%/3% 95% 5% 97%;
  background: rgba(0, 0, 0, 0.6941176471);
  height: 100%;
  display: flex;
  align-items: center;
}
.benefit-outer .benefit-card p {
  position: relative;
  color: #fff;
}
.benefit-outer .benefit-card span {
  position: absolute;
  height: -moz-fit-content;
  height: fit-content;
  width: -moz-fit-content;
  width: fit-content;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  font-size: clamp(40px, 13vw, 100px);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.3;
  color: #fff;
  font-weight: 600;
  font-family: "Courgette", serif;
}

.faq-wrap {
  position: relative;
  background: #e8462a;
}
.faq-wrap .faq-card {
  z-index: 99;
  border: 1px solid #fff;
  margin-bottom: 30px;
  padding: 20px;
  background: rgba(214, 1, 107, 0.63);
  border-radius: 20px;
  position: relative;
}
.faq-wrap .faq-card span {
  display: flex;
  gap: 10px;
  color: #fff;
  align-items: center;
  margin-bottom: 20px;
  font-size: clamp(18px, 2.4vw, 24px);
}
.faq-wrap .faq-card span strong {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #fff;
  height: 50px;
  width: 50px;
  color: #5cff82;
  font-size: clamp(20px, 3vw, 30px);
  font-family: "Courgette", serif;
  flex-shrink: 0;
}
.faq-wrap .faq-card p {
  color: #fff;
  padding-left: 20px;
}
.faq-wrap .img-wrap {
  position: absolute;
  left: 0;
  width: -moz-fit-content;
  width: fit-content;
  bottom: 0;
  height: -moz-fit-content;
  height: fit-content;
}
.faq-wrap .img-wrap img {
  max-width: 400px;
  height: -moz-fit-content;
  height: fit-content;
  -o-object-fit: contain;
  object-fit: contain;
}

.divider {
  margin: 20px auto;
}

footer {
  background: url(../img/footer-bg.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  position: relative;
  z-index: 1;
}
footer::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: -1;
  left: 0;
  bottom: 0;
  background: #210202;
  opacity: 0.4;
}
footer .footer-wrap {
  padding: 20px 0;
}
footer .divider {
  opacity: 0.3;
  background: transparent;
  border: 1px dashed #fff;
}
footer .footer-heading {
  color: #fff;
  font-size: clamp(18px, 2vw, 25px);
  text-transform: capitalize;
  font-family: "Courgette", serif;
  margin-bottom: 15px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
footer .footer-heading:after,
footer .footer-heading::before {
  content: "";
  position: relative;
  height: 1px;
  width: 40px;
  background: #fff;
}
footer ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
footer ul li {
  color: #fff;
  padding: 5px 30px;
}
footer ul li:hover {
  color: #5cff82;
}
footer ul li:hover a {
  color: #5cff82;
}
footer ul a {
  color: #fff;
  display: flex;
  align-items: center;
  line-height: 1;
  gap: 8px;
}
footer ul a img {
  filter: invert(1) brightness(100);
  height: 30px;
}
@media (max-width: 767px) {
  footer ul li {
    padding: 5px 20px;
  }
}
footer .copy-right {
  padding: 10px;
  background: rgba(0, 0, 0, 0.7450980392);
}
footer .copy-right p,
footer .copy-right span,
footer .copy-right a {
  color: #fff;
  text-align: center;
}
@media (max-width: 767px) {
  footer {
    padding: 0 0 50px;
  }
}

.bread-banner {
  background: linear-gradient(to bottom right, rgba(214, 1, 108, 0.3215686275), rgba(0, 0, 0, 0.7490196078), rgba(0, 0, 0, 0.7882352941)), url(../img/benefits-bg.webp) no-repeat;
  background-size: cover;
  background-position: center;
  padding: 170px 40px 70px;
}
.bread-banner.escort-banner {
  background: linear-gradient(to bottom right, rgba(214, 1, 108, 0.3215686275), rgba(0, 0, 0, 0.7490196078), rgba(0, 0, 0, 0.7882352941)), url(../img/escort-bg.webp) no-repeat;
  background-size: cover;
  background-position: center;
}
.bread-banner .bread-heading {
  font-size: clamp(24px, 5vw, 50px);
  display: block;
  text-align: center;
  color: #fff;
  font-family: "Courgette", serif;
  margin-bottom: 15px;
}
.bread-banner .bread-list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.bread-banner .bread-list li {
  color: #fff;
}
.bread-banner .bread-list li a {
  color: #5cff82;
}

.call-girl-wrap .main-heading {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  justify-content: center;
}
.call-girl-wrap .main-heading::after,
.call-girl-wrap .main-heading::before {
  content: "";
  position: relative;
  height: 30px;
  width: 30px;
  background: url(../img/star.webp) no-repeat;
  background-size: contain;
  flex-shrink: 0;
}

.cg-about-wrap .img-wrap {
  position: relative;
  padding: 20px 0;
}
.cg-about-wrap .img-wrap span {
  position: absolute;
  top: 0px;
  left: 0px;
  height: -moz-fit-content;
  height: fit-content;
  padding: 8px 40px;
  z-index: 10;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  text-align: center;
  color: #fff;
  font-size: clamp(16px, 2.2vw, 22px);
}
.cg-about-wrap .img-wrap span::after,
.cg-about-wrap .img-wrap span::before {
  content: "";
  position: absolute;
  height: 50%;
  width: 100%;
  background: #5cff82;
  z-index: -1;
  left: 0;
  transition: 0.2s ease-in;
  z-index: -1;
}
.cg-about-wrap .img-wrap span::after {
  top: 0;
  transform: skew(40deg, 0deg);
}
.cg-about-wrap .img-wrap span::before {
  bottom: 0;
  transform: skew(-40deg, 0deg);
}

.incall-wrap .sub-heading {
  margin-bottom: 25px;
  color: #5cff82;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  position: relative;
  display: block;
  text-align: center;
  z-index: 1;
  overflow: hidden; /* Prevents the line from overflowing */
  padding: 10px 30px;
}
.incall-wrap .sub-heading::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(90deg, #5cff82, #f9a8d4, #5cff82);
  opacity: 0.6;
  transform-origin: bottom right;
  z-index: -1;
}
.incall-wrap .incall-card {
  background: #fff;
  padding: 30px;
}

/* General Style for the Content Section */
.content-section {
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  font-family: "Josefin Sans", serif, sans-serif;
  /* Heading Style */
  /* Paragraph Style */
}
.content-section .main-heading {
  font-weight: 600;
  color: #f9a8d4;
  text-align: center;
  margin-bottom: 20px;
  letter-spacing: 1px;
  font-family: "Courgette", serif;
}
.content-section .para {
  line-height: 1.8;
  margin-right: 0;
  height: 100%;
  padding: 30px;
  background: rgba(164, 2, 83, 0.651);
  position: relative;
  z-index: 1;
}
.content-section .para:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: -1;
  left: 0;
  bottom: 0;
  background: url(../img/loving.svg) no-repeat;
  background-size: cover;
  opacity: 0.1;
  filter: invert(1) brightness(100);
}

.spa-wrap .img-wrap.spa-img img {
  border-radius: 58% 42% 68% 32%/44% 63% 37% 56%;
}
.spa-wrap .special-text {
  padding: 20px 30px;
  border: 1px dashed #fff;
  font-family: "Courgette", serif;
  display: flex;
  flex-flow: column;
  gap: 15px;
}
.spa-wrap .special-text p {
  font-size: clamp(16px, 2vw, 20px);
}
.spa-wrap .special-text strong {
  font-size: clamp(14px, 2vw, 16px);
  color: #f9a8d4;
  display: block;
  padding: 10px;
  border: 1px solid;
  width: -moz-fit-content;
  width: fit-content;
}

.vip-wrap {
  background: url(../img/bg.webp) no-repeat;
  background-size: cover;
  background-position: center;
}
.vip-wrap .vip-content {
  padding: 30px;
  background: rgba(9, 9, 9, 0.6745098039);
  margin-bottom: 40px;
}
.vip-wrap .vip-content:last-child {
  margin: 0;
}
.vip-wrap .vip-content p {
  text-align: center;
}
.vip-wrap .vip-content .main-heading {
  color: #f9a8d4;
}

.booking-wrap p {
  text-align: center;
}
.booking-wrap .inner-cta {
  background: url(../img/benefits-bg.webp) no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  padding: 40px;
  position: relative;
  z-index: 1;
  font-family: "Courgette", serif;
}
.booking-wrap .inner-cta .para {
  font-size: clamp(16px, 3vw, 18px);
}
.booking-wrap .inner-cta .para a {
  color: #f9a8d4;
  font-size: clamp(16px, 3vw, 20px);
  display: inline-block;
  padding: 8px;
  margin: 0 5px;
  border: 1px solid #5cff82;
}
.booking-wrap .inner-cta .para a:hover {
  background: #fff;
}
.booking-wrap .inner-cta:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: -1;
  left: 0;
  bottom: 0;
  background: #210202;
  opacity: 0.7;
}

.table-wrap {
  margin-top: 30px;
  /* Responsive Table */
}
.table-wrap table {
  width: 100%;
  border-collapse: collapse;
}
.table-wrap th,
.table-wrap td {
  padding: 12px;
  text-align: center;
  border: 1px solid #ddd;
}
.table-wrap th {
  background-color: #5cff82;
  color: #fff;
  text-transform: uppercase;
}
.table-wrap td {
  background-color: rgba(5, 5, 5, 0.3725490196);
  color: #fff;
}
.table-wrap td:nth-child(1) {
  text-decoration: underline;
  text-underline-offset: 2px;
  color: #f9a8d4;
}
.table-wrap tr:nth-child(even) td {
  background-color: #210202000;
}
@media screen and (max-width: 600px) {
  .table-wrap table,
  .table-wrap thead,
  .table-wrap tbody,
  .table-wrap th,
  .table-wrap td,
  .table-wrap tr {
    display: block;
  }
  .table-wrap th {
    display: none;
  }
  .table-wrap td {
    display: block;
    text-align: right;
    padding-left: 50%;
    position: relative;
  }
  .table-wrap td:nth-child(1) {
    font-size: 22px;
  }
}
@media screen and (max-width: 600px) and (max-width: 450px) {
  .table-wrap td:nth-child(1) {
    font-size: 18px;
  }
}
@media screen and (max-width: 600px) {
  .table-wrap td::before {
    content: attr(data-label);
    position: absolute;
    left: 10px;
    font-weight: bold;
  }
  .table-wrap td:last-child {
    padding-bottom: 10px;
  }
}
.table-wrap .table-heading {
  padding: 8px 30px;
  color: #fff;
  margin-bottom: 20px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
.table-wrap .table-heading::after {
  content: "";
  position: relative;
  height: 2px;
  width: 60px;
  background: #f9a8d4;
}
.table-wrap .table-heading::before {
  content: "";
  position: relative;
  height: 2px;
  width: 60px;
  background: #f9a8d4;
}

.warning-wrap {
  display: flex;
  align-items: center;
  flex-flow: column;
  background: #fff;
  padding: 40px;
  margin-top: 20px;
  gap: 15px;
}
.warning-wrap span {
  font-size: clamp(25px, 5vw, 50px);
  font-weight: 700;
  color: red;
  opacity: 0.7;
  display: flex;
  align-items: center;
  line-height: 1;
}
.warning-wrap p {
  color: red;
  font-size: clamp(16px, 2vw, 20px);
}
.warning-wrap img {
  max-height: 80px;
}

.profile-wrapper .cg-card {
  border: 1px solid #fff;
  border-radius: 30px;
  overflow: hidden;
}
.profile-wrapper .cg-card .cg-img {
  display: flex;
  flex-flow: column;
  align-items: center;
  gap: 10px;
  padding: 15px;
}
.profile-wrapper .cg-card .name {
  font-size: clamp(16px, 2.5vw, 24px);
  font-family: "Courgette", serif;
  color: #fff;
  text-align: center;
}
.profile-wrapper .cg-card img {
  height: 200px;
  width: 200px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
}
.profile-wrapper .cg-card .info {
  background: #fff;
}
.profile-wrapper .info-heading {
  font-size: clamp(15px, 1.8vw, 20px);
  color: #210202;
  padding: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
  opacity: 0.8;
}
.profile-wrapper .info-heading.white {
  color: #fff;
}
.profile-wrapper .info-heading.white::before {
  background: #fff;
}
.profile-wrapper .info-heading::before {
  content: "";
  position: relative;
  height: 2px;
  width: 30px;
  background: #210202;
}
.profile-wrapper .other-info {
  background: #fff;
  border-radius: 30px;
  overflow: hidden;
}
.profile-wrapper .info-list li {
  display: flex;
}
.profile-wrapper .info-list li:nth-child(odd) {
  background: #e0dada;
}
.profile-wrapper .info-list li span {
  display: block;
  flex-grow: 1;
  width: 50%;
  padding: 20px;
  line-height: 1;
}
.profile-wrapper .info-list li span:nth-child(2) {
  color: #5cff82;
  font-family: "Courgette", serif;
}
.profile-wrapper .cg-content {
  margin-bottom: 20px;
}
.profile-wrapper .cg-content p {
  padding-left: 40px;
}
.profile-wrapper .offer-wrap ul {
  display: flex;
  flex-wrap: wrap;
  padding-left: 40px;
}
.profile-wrapper .offer-wrap ul li {
  white-space: nowrap;
  color: #fff;
  padding: 5px 10px;
  border-right: 1px solid #fff;
}
.profile-wrapper .offer-wrap ul li:last-child {
  border: none;
}

.common-content-wrap {
  display: flex;
  justify-content: center;
  flex-flow: column;
  height: 100%;
}

.escort-wrap .common-content-wrap img {
  max-height: 300px;
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
}

.escort-img {
  position: relative;
  z-index: 1;
  height: 100%;
}
.escort-img::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: -1;
  left: 0;
  bottom: 0;
  border: 1px solid #fff;
  z-index: -1;
  left: -10px;
  top: -10px;
}
.escort-img img:nth-child(1) {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 767px) {
  .escort-img {
    max-height: 400px;
    width: -moz-fit-content;
    width: fit-content;
    -o-object-fit: contain;
    object-fit: contain;
    margin: auto;
  }
}
@media (max-width: 575px) {
  .escort-img {
    max-height: 350px;
  }
}

.famous-card {
  padding: 30px;
  display: flex;
  gap: 20px;
  background: rgba(255, 255, 255, 0.8235294118);
  border-radius: 10px;
}
.famous-card > strong {
  font-size: clamp(25px, 5vw, 50px);
  color: #5cff82;
  font-family: "Courgette", serif;
  line-height: 1;
}

.escort-content-wrapper .common-content-wrap {
  background: #210202;
  padding: 20px;
}
.escort-content-wrapper .common-content-wrap .para {
  text-align: center;
}
.escort-content-wrapper .common-content-wrap .inner {
  padding: 30px;
  border: 1px dashed #fff;
  margin-bottom: 20px;
}
.escort-content-wrapper .common-content-wrap .inner:last-child {
  margin: 0;
}
@media (max-width: 767px) {
  .escort-content-wrapper .common-content-wrap .inner {
    padding: 20px;
  }
}
.escort-content-wrapper .escort-img {
  height: 100%;
}
.escort-content-wrapper .escort-img::after {
  background: #f9a8d4;
  border-color: #5cff82;
}
.escort-content-wrapper .escort-img img {
  height: 100%;
  max-height: 100%;
}
.escort-content-wrapper .reverse .escort-img::after {
  left: auto;
  right: -10px;
}

.book-es {
  background: #fff;
}
.book-es .main-heading strong {
  color: #25d366;
}
.book-es p {
  text-align: center;
}
.book-es .wa-content {
  padding: 20px;
  height: 100%;
  position: relative;
  z-index: 1;
}
.book-es .wa-content p {
  color: #25d366;
}
.book-es .wa-content p strong {
  color: #fff;
}
.book-es .wa-content:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: -1;
  left: 0;
  bottom: 0;
  background: #210202;
  z-index: -1;
  border-radius: 50px 50px 0;
}
.book-es .wa-content:before {
  content: "";
  position: absolute;
  z-index: -1;
  right: 0;
  bottom: -4px;
  height: 30px;
  width: 30px;
  background: #210202;
  transform: rotate(79deg) skew(-30deg, 0deg);
}
.book-es .wa-special {
  font-family: "Courgette", serif;
  font-size: clamp(18px, 2.4vw, 24px);
  color: #25d366;
}

.why-choose-wrap .why-choose-left {
  padding: 30px;
  border: 4px double #5cff82;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  position: relative;
  z-index: 1;
}
.why-choose-wrap .why-choose-left:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: -1;
  left: 0;
  bottom: 0;
  z-index: -1;
  background: url(../img/kiss.svg) no-repeat;
  background-size: 150px;
  background-position: bottom right;
  filter: invert(1) brightness(100);
  opacity: 0.5;
}
.why-choose-wrap .heading {
  color: #f9a8d4;
  font-size: clamp(16px, 2.4vw, 24px);
  margin-bottom: 15px;
  display: block;
}
.why-choose-wrap ul {
  padding-left: 20px;
}
.why-choose-wrap ul li {
  padding: 20px;
  background: #f9a8d4;
  margin-bottom: 15px;
  position: relative;
  z-index: 1;
  border-radius: 30px;
}
.why-choose-wrap ul li::after {
  content: "";
  position: absolute;
  height: 20px;
  width: 20px;
  left: -6px;
  background: #f9a8d4;
  top: 0;
  bottom: 0;
  margin: auto;
  transform: rotate(45deg);
}

.reach-out {
  background: #5cff82;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  padding: 15px 30px;
}
.reach-out .para {
  font-family: "Courgette", serif;
  font-size: clamp(16px, 2.4vw, 24px);
}

@media (max-width: 767px) {
  .about-wrap .outer-wrap .img-wrap {
    max-height: 350px;
  }
}
@media (max-width: 575px) {
  .about-wrap .outer-wrap .img-wrap {
    max-height: 250px;
  }
}

.call-fixed {
  position: fixed;
  left: 20px;
  bottom: 20px;
  font-size: 18px;
  font-family: "Courgette", serif;
  color: #fff;
  background: #5cff82;
  z-index: 999;
  padding: 10px 20px;
  border-radius: 30px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.call-fixed img {
  height: 30px;
  width: 30px;
  filter: invert(1) brightness(100);
}

.wa-fixed {
  position: fixed;
  right: 20px;
  bottom: 20px;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  font-family: "Courgette", serif;
  color: #fff;
  background: #25d366;
  z-index: 999;
  padding: 10px;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wa-fixed img {
  height: 30px;
  width: 30px;
  filter: invert(1) brightness(100);
}

@media (max-width: 767px) {
  .wa-fixed,
  .call-fixed {
    display: none;
  }
}

.mobile-contact-footer {
  display: flex;
  justify-content: space-between;
  position: fixed;
  left: 0;
  width: 100%;
  bottom: 0;
  z-index: 999;
  margin: 0;
}
@media (min-width: 767px) {
  .mobile-contact-footer {
    display: none;
  }
}
.mobile-contact-footer li {
  background: #25d366;
  border-radius: 10px 0 0;
  width: 48%;
}
.mobile-contact-footer li a {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-content: center;
  padding: 8px 14px;
  text-transform: capitalize;
  font-family: "Courgette", serif;
}
.mobile-contact-footer li:nth-child(1) {
  background: #5cff82;
  border-radius: 0 10px 0 0;
}

.area-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}

.area-list li a {
  display: flex;
  padding: 8px;
  color: #fff;
  border: 1px solid;
  background: #5cff82;
  font-size: clamp(12px,1.6vw,16px);
  transition: .4s all ease-in-out;
}
.area-list li a:hover{
  background: #fff;
  color: #5cff82;
}

.footer-area-list {
  display: flex;
  flex-wrap: wrap;
}
.footer-area-list li {
  padding: 8px 0px;
  margin: 0;
}
.footer-area-list li:last-child a {
  border: none;
}
.footer-area-list a {
  display: flex;
  padding: 0 10px;
  width: 100%;
  border-right: 1px solid #fff;
  font-size: clamp(12px,1.6vw,16px);
}
