@import url("https://fonts.googleapis.com/css2?family=PT+Sans:ital,wght@0,400;0,700;1,400;1,700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Bungee+Shade&family=Faster+One&family=Holtwood+One+SC&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Monoton&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap");

/* ===== CSS Reset ===== */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* ===== Base Styles ===== */
html {
    width: 100%;
    overflow-x: hidden !important;
}
body {
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  background-color: #fff;
  color: #333;
  overflow-x: hidden;
}

/* ===== Links ===== */
a {
  text-decoration: none;
  color: inherit;
}

/* ===== Images ===== */
img {
  max-width: 100%;
  display: block;
}

/* ===== Lists ===== */
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

p {
  margin: 0;
  padding: 0;
  font-family: "Roboto", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

/* ===== font-family ===== */

/* ===== Variables (Optional) ===== */
:root {
  --primary-color: #a6a6a6;
  --font-main: "Segoe UI", sans-serif;
}

/* font-family: "Bungee Shade", sans-serif;
   font-family: "Holtwood One SC", serif;
   font-family: "Faster One", system-ui; 
   font-family: "Roboto", sans-serif; */

/* web css start from here  */

.fixed {
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100%;
  background-color: white;
  /* or any background to avoid transparency */
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  z-index: 99999;
}

.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  /*padding: 20px 0;*/
  background-color: #333;
  color: white;
  position: relative;
}

.logo {
  font-size: 24px;
}

.nav-menu {
  display: flex;
  gap: 20px;
  align-items: center;
}

.nav-menu a {
  color: white;
  text-decoration: none;
  transition: color 0.3s ease;
}

.nav-menu a:hover {
  color: #00ffff;
}

.logo img {
  width: 90px;
  height: auto;
}

.phone {
  background: #8c569b;
  padding: 8px 20px;
  border-radius: 8px;
  transition: all 0.3s ease;
}

.phone:hover {
  background: #720092;
  transition: all 0.2s ease;
}

.phone a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  font-family: "Rubik", sans-serif;
}

.phone a:hover {
  transform: scale(1.1);
  color: #fff;
}

/* Hamburger menu */
.menu-toggle {
  display: none;
  flex-direction: column;
  cursor: pointer;
  gap: 6px;
}

.menu-toggle .bar {
  width: 25px;
  height: 3px;
  background-color: white;
  transition: all 0.3s ease;
}

.shieldimg {
  display: flex;
  justify-content: center;
  align-items: center;
}

.shieldimg img {
  width: 80%;
}

/* Banner section start  */

section#banner {
  background: #000000;
  padding: 30px 0;
}

.title1 {
  font-family: "Bungee Shade", sans-serif;
  color: #e86666;
  font-size: 45px;
  text-align: center;
}

.title2 {
  font-family: "Bungee Shade", sans-serif;
  color: #ffcdcd;
  font-size: 30px;
  text-align: center;
}

.title3 {
  font-family: "Holtwood One SC", serif;
  color: #ccc288;
  font-size: 22px;
  margin: 20px 0px 10px;
  text-align: center;
}

h3.title4 {
  font-family: "Faster One", system-ui;
  font-size: 42px;
  color: brown;
}

.shield {
  width: 150px;
  height: auto;
  margin: 20px 0;
}

.banner-content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 100%;
}

/* Banner section ends  */

/* section after banner  */

.Aboutcont h2 {
  font-size: 50px;
  font-family: "Roboto", sans-serif;
  font-weight: 200;
  text-align: center;
  color: #a6a6a6;
}

.Aboutcont p {
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  text-align: justify;
  color: #a6a6a6;
  margin-top: 12px;
  line-height: 1.6;
}

/* youtube section  */

#youtube {
  background: #b20839;
}

#youtube iframe {
  width: 100%;
  height: 300px;
}

/* Bookescourts start */

section#bookescorts {
  background: linear-gradient(180deg, #b20839, #ef6b91);
}

.boxbook {
  border: 2px dotted #643939;
  padding: 25px;
  position: relative;
  border-radius: 10px;
  background: #eee;
}

.boxbook:hover {
  border: 2px dotted transparent;
  box-shadow: 0px 0px 10px 0px #643939;
}

.booknum {
  font-family: "Monoton", sans-serif;
  font-size: 55px;
  color: #ffcdcd;
}

.booknum {
  font-family: "Monoton", sans-serif;
  font-size: 50px;
  color: #643939;
  position: absolute;
  top: -30px;
  left: -7px;
}

.HeadText {
  text-align: center;
  font-size: 30px;
  font-family: "Roboto", sans-serif;
}

.HeadText {
  text-align: center;
  font-size: 45px;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  color: #eee;
}

.boxbook h4 {
  color: var(--primary-color);
  font-size: 28px;
  font-family: "Rubik", sans-serif;
}

.boxbook p {
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  /* text-align: justify; */
}

/* Bookescourts ends */

/* Reasons Why start */
.col-12.reaswhy {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.reaswhy p {
  width: 90%;
  text-align: center;
}

#Reasonofwhy p {
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
}

section#Reasonofwhy {
  background: #eee;
}

.imager {
  border-radius: 194px;
  overflow: hidden;
  width: 200px;
  height: 200px;
  /*border: 9px solid #818181;*/
}

.headtxt {
  color: #ec678d;
}

.image-text h4 {
  color: var(--primary-color);
  font-size: 20px;
  font-family: "Rubik", sans-serif;
  line-height: 42px;
  margin-top: 12px;
  white-space: nowrap;
}

.image-text p {
  color: #4f4f65;
  font-family: "Poppins", sans-serif !important;
  font-size: 15px !important;
  font-weight: 600 !important;
}

/* Reason Why ends  */

/* latest indisna escorts  */

#latestescorts {
  background: #000000;
}

.lane_img img {
  width: 100%;
}

.lane_text {
  background: #b20839;
}

.lane_text {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 15px;
}

.lane_text span i {
  color: #f5ff04;
}

.lane_text h3 {
  font-size: 22px;
  line-height: 40px;
  color: #eee;
  font-weight: 600;
  font-family: "Rubik", sans-serif;
}

.lane_text p {
  font-size: 14px;
  line-height: 24px;
  color: #eee;
  font-weight: 400;
  font-family: "Poppins", sans-serif !important;
  text-align: center;
}

/* how escorts help start  */

#escorts_help {
  position: relative;
  background-color: #0a0336;
  background-image: url("../images/services.jpg.webp");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  z-index: 1;
  overflow: hidden;
}

.background-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #040404;
  opacity: 0.7;
  z-index: -1;
}

.helptext {
  color: #ff0049;
  background: #ffffff;
  padding: 12px;
}

#escorts_help p {
  color: #eee;
  font-size: 14px !important;
  font-family: "Poppins", sans-serif !important;
  text-align: center;
  font-weight: 400;
  line-height: 30px;
  margin-top: 12px;
}

/* category escorts start */

.categotyesc img {
  width: 35px;
  position: relative;
}

.categotyesc {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

.categotyesc p {
  width: 50%;
}

.categotyesc p {
  width: fit-content;
  display: flex;
  align-items: center;
  gap: 22px;
  margin-bottom: 12px;
  border: 2px solid #5d5d5d;
  padding: 6px 26px;
  font-family: "Poppins", sans-serif !important;
  background: linear-gradient(0deg, #ff0000, #740d0d);
  color: #fff;
  font-weight: 700;
}

.categotyesc p span::before {
  position: absolute;
  content: "";
  background: #eee;
  width: 144%;
  height: 126%;
  border-radius: 24px;
  left: 50%;
  top: 50%;
  /* transform: translate(-50px, -50%); */
  /* transform: translateX(10px); */
  transform: translate(-50%, -50%);
}

.categotyesc p span {
  position: relative;
}

#escortscategory {
  background: #eee;
}

/* category escorts ends  */

/* Blog section starts    */

.readmore {
  text-decoration: underline;
  color: #b20839;
}

#Blog h4.card-title {
  font-family: "Rubik", sans-serif;
}

/* footer section start  */

footer {
  background-color: #0a0336;
  color: white;
  padding: 40px 20px 20px;
  font-family: "Rubik", sans-serif;
}

.footer-container {
  max-width: 1200px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
}

.footer-links {
  list-style: none;
  padding: 0;
  margin: 0 10px;
  display: flex;
  gap: 20px;
}

.footer-links li {
  margin: 8px 0;
}

.footer-links a {
  text-decoration: none;
  color: #f0f0f0;
  transition: color 0.3s;
}

.footer-links a:hover {
  color: #ff4081;
}

.footer-bottom {
  border-top: 1px solid #444;
  margin-top: 30px;
  padding-top: 15px;
  font-size: 14px;
  text-align: center;
  color: #aaa;
}

/* section QNA section start from here  */
section#QNA {
  background: #000;
}

section#QNA h4 {
  font-size: 45px;
  text-transform: capitalize;
  color: #eee;
  line-height: 70px;
  font-family: "Rubik", sans-serif;
}

section#QNA li,
section#QNA p {
  font-size: 22px;
  font-weight: 500;
  line-height: 35px;
  margin-bottom: 10px;
  font-family: "Poppins", sans-serif !important;
  color: #eee;
}

.accordion-button {
  background-color: #b20839;
  color: #eee;
  font-size: 30px;
  font-family: "Rubik", sans-serif;
}

.accordion-button:not(.collapsed) {
  background-color: #ff90b0;
}

.lane_img img {
  width: 100%;
}

section#QNA h3 {
  font-size: 35px;
  line-height: 55px;
}

section#QNA li,
section#QNA p {
  font-size: 18px;
  line-height: 30px;
}

/* whatsapp icon  */
.float {
  position: fixed;
  width: 50px;
  height: 50px;
  bottom: 40px;
  right: 40px;
  background-color: #25d366;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
}

.my-float {
  margin-top: 16px;
}

/* book girl  */

.bookgirl {
  text-align: center;
  box-shadow: -3px -1px 8px -1px rgba(153, 153, 153, 0.75);
  width: 80%;
  position: fixed;
  bottom: 8%;
  padding: 20px;
  border-radius: 20px;
  left: 50%;
  transform: translateX(-50%);
  animation: bookgirlblink 1s infinite;
  z-index: 9999;
}

.bookgirl p {
  font-size: 20px;
  color: #eee;
  font-family: "Rubik", sans-serif;
  font-weight: 600;
  line-height: 30px;
}

.blinking a {
  animation: blinkColor 1s infinite;
  color: white;
  /* Initial color */
  text-decoration: none;
  font-weight: bold;
}

@keyframes blinkColor {
  0% {
    color: white;
  }

  50% {
    color: green;
  }

  100% {
    color: white;
  }
}

@keyframes bookgirlblink {
  0% {
    background: #000;
  }

  50% {
    background: red;
  }

  100% {
    background: #000;
  }
}

/* About us section start from here  */

/* 
 .About_banner {
      background: url('https://noidamodels.com/wp-content/uploads/2023/11/noida-escort-heroine.webp') center center/cover no-repeat;
      height: 400px;
      color: white;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .About_banner h1 {
      background-color: rgba(0, 0, 0, 0.6);
      padding: 20px 40px;
      border-radius: 10px;
          font-size: 25px;
    }

.about-img {
    border-radius: 10px;
    width: auto;
    height: 500px;
} */

.card-icon {
  font-size: 40px;
  color: #0d6efd;
}

.About_cont h4 {
  font-size: 35px;
  text-transform: capitalize;
  color: #eee;
  line-height: 54px;
  font-family: "Rubik", sans-serif;
}

.About_cont li,
.About_cont p,
.about_img_cont p {
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  margin-bottom: 10px;
  font-family: "Poppins", sans-serif !important;
  color: #eee;
}

.about_img_cont h3 {
  font-size: 35px;
  text-transform: capitalize;
  color: #eee;
  line-height: 45px;
  font-family: "Rubik", sans-serif;
}

.About_banner span i {
  color: #ab0000;
}

.About_cont h5 {
  font-size: 25px;
  text-transform: capitalize;
  /* color: #eee; */
  line-height: 40px;
  font-family: "Rubik", sans-serif;
}

.corework i {
  color: #333333;
}

/* about usd banner  */

.single-banner-slide {
  height: 300px;
  width: 100vw;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
  z-index: 2;
}

/* .single-banner-slide span {
	color: #fff;
	text-transform: uppercase;
	font-weight: 600;
} */
.single-banner-slide h2 {
  color: #fff;
  text-transform: uppercase;
  font-size: 40px;
  text-align: center;
  padding: 0 30px;
}

.single-banner-slide::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: -1;
  width: 100%;
  height: 100%;
}

/* .single-banner-slide p {
	color: #fff;
	font-size: 15px;
	max-width: 50%;
	margin: 0 auto;
	text-align: center;
} */
.single-banner-slide a {
  color: #000;
  background: #fff;
  padding: 10px 45px;
  border-radius: 100px;
  text-decoration: none;
  font-size: 15px;
  font-weight: 600;
  margin-top: 30px;
  transition: 0.3s;
}

.single-banner-slide a:hover {
  color: #fff;
  background: #000;
}

.owl-dots {
  display: none !important;
}

/* Hotel page staRt from here  */
.hotel_m img {
  width: 100%;
  height: auto;
}

.video-banner-wrapper {
  position: relative;
  height: 100vh;
  overflow: hidden;
  color: white;
}

.video-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

.video-slider-container {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 50px;
}

.banner-slide-item {
  min-width: 100%;
  text-align: center;
}

.box_escorthotel {
  border: 8px solid red;
  border-radius: 22px;
  overflow: hidden;
  position: relative;
}

.inner_escorthotel {
  position: absolute;
  top: -94%;
  background: red;
  height: 100%;
  transition: 0.5s;
  padding: 12px;
}

.outerhotel_bound {
  background: #000;
  padding: 30px 12px;
  border-radius: 24px;
  margin: 0 10px;
}

.box_escorthotel:hover .inner_escorthotel {
  top: 0%;
  background: rgba(0, 0, 0, 0.329);
  transition: 0.8s;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.inner_escorthotel h3 {
  font-size: 24px;
  text-align: center;
  z-index: 2;
  position: relative;
  color: #fff;
  font-family: "Rubik", sans-serif;
  margin-bottom: 12px;
}

.inner_escorthotel p {
  font-size: 14px;
  text-align: center;
  z-index: 2;
  position: relative;
  color: #fff;
  font-family: "Poppins", sans-serif;
}

.inner_escorthotel a {
  color: #000;
  background: #fff;
  padding: 10px 45px;
  border-radius: 100px;
  text-decoration: none;
  font-size: 12px;
  font-weight: 600;
  margin-top: 30px;
  transition: 0.3s;
}

.inner_escorthotel a:hover {
  color: #fff;
  background: #000;
}


/* hotel Testimonial section  */

.testimonials-wrap {
  padding: 40px 0;
  background: #eee;
}

.heading-section {
  text-align: center;
}

.sub-heading {
  font-family: 'Lato', sans-serif;
  font-size: 12px;
  display: block;
  font-weight: 600;
  color: #d4ba66;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.heading-section h2 {
  font-size: 35px;
  text-transform: capitalize;
  /* color: #eee; */
  line-height: 70px;
  font-family: "Rubik", sans-serif;
}

.testimonial-box {
  gap: 15px;
  display: block;
  position: relative;
  padding: 30px 20px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, .03);
  border-radius: 5px;
  box-shadow: 0 0 20px rgba(0, 0, 0, .08);
}

.user-img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  position: relative;
  min-width: 80px;
  background-size: 100%;
}

.carousel-testimonial .item {
  padding: 30px 10px;
}

.quote {
  position: absolute;
  top: -23px;
  color: #d5b964;
  font-size: 27px;
}

.name {
  margin-bottom: 0;
  line-height: 14px;
  font-size: 17px;
  font-weight: 500;
}

.position {
  color: #adadad;
  font-size: 14px;
}

.carousel-testimonial .owl-nav {
  text-align: center;
}

.carousel-testimonial .owl-nav button.owl-next,
.carousel-testimonial .owl-nav button.owl-prev {
  padding: 0 12px !important;
}

.carousel-testimonial .owl-nav button {
  outline: none;
  padding: 0;
}

.carousel-testimonial .owl-nav button.owl-next span,
.carousel-testimonial .owl-nav button.owl-prev span {
  display: block;
  font-size: 40px;
  width: 25px;
  height: 25px;
  vertical-align: 0px;
  line-height: 16px;
}

.carousel-testimonial .owl-nav button.owl-next.disabled,
.carousel-testimonial .owl-nav button.owl-prev.disabled {
  opacity: 0.5;
}

#hotelcategory h3 {
  font-size: 35px;
  text-transform: capitalize;
   color: #eee; 
  line-height: 70px;
  font-family: "Rubik", sans-serif;
  text-align: center;
}

.popup-gallery {
  text-align: center;
  margin-top: 50px;
}

.popup-gallery img {
  margin: 5px;
  border-radius: 5px;
  cursor: pointer;
  transition: transform 0.2s;
}

.popup-gallery img:hover {
  transform: scale(1.1);
}

.popup-gallery {
  text-align: center;
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.popup-gallery img {
  width: 250px;
  height: auto;
  margin-bottom: 40px;
}

section#GalleryPage {
  background: #000;
}

.popup-gallery a {
  margin-bottom: 50px;
}

.hoteltext_image .about-img {
  width: 418px;
}

.hoteltext_image {
  display: flex;
  justify-content: center;
  align-items: center;
}




/* logo scrolling  */
/* .logo-section {
      background: #f9f9f9;
      padding: 20px 0;
    }

    .logo-wrapper {
      overflow: hidden;
      position: relative;
      white-space: nowrap;
    }

    .logo-track {
      display: inline-block;
      animation: scroll 15s linear infinite;
    }

    .logo-wrapper:hover .logo-track {
      animation-play-state: paused;
    }

    @keyframes scroll {
      0% {
        transform: translateX(0%);
      }
      100% {
        transform: translateX(-50%);
      }
    }

    .logo {
      display: inline-block;
      margin-right: 40px;
      height: 80px;
    }

    .logo img {
      height: 100%;
      width: auto;
      vertical-align: middle;
      filter: grayscale(100%);
      transition: filter 0.3s ease;
    }

    .logo img:hover {
      filter: grayscale(0%);
    } */



/* CSS */
.slider-wrapper {
  overflow: hidden;
  width: 100%;
  background: #131313;
  padding: 40px 0;
}

.slider-track {
  display: flex;
  width: max-content;
  animation: scroll 20s linear infinite;
}

.item {
  flex: 0 0 auto;
  min-width: 200px;
  padding: 0 30px;
  display: flex;
  align-items: center;
  font-size: 18px;
  color: #eee;
    font-family: "Rubik", sans-serif;
}

.item i {
  margin-right: 15px;
}

/* Pause on hover */
.slider-wrapper:hover .slider-track {
  animation-play-state: paused;
}

/* Smooth infinite scroll */
@keyframes scroll {
  0% {
    transform: translateX(0%);
  }

  100% {
    transform: translateX(-50%);
  }
}

.item span i {
    color: #720092;
    font-size: 32px;
}

.aboutcont{
    background: #000;
}