@import url("https://fonts.googleapis.com/css2?family=Great+Vibes&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&display=swap");



@tailwind base;

@tailwind components;

@tailwind utilities;



html,

body,

:root {

  height: 100%;

  background: black;

}



.link {

  @apply .font-bold .text-main;

}





.menu{width:100%; background:linear-gradient(to right, #f78902, #f2530b); padding-left:30px; padding-right:30px;}

.menu input[type=checkbox], .menu label{display:none;}

.nav_links{height:100%; text-align:center;}

.nav_links ul{display:flex; margin:0; padding:0;}

.nav_links ul li{flex:1 1 auto; list-style:none; font-size:16px; text-transform:uppercase; letter-spacing:.5px; font-weight:500;}

.nav_links ul li a{color:#fff; padding:10px 0; display:block;}

.nav_links ul li a:hover{color:#000;}

.nav_links ul li img{display:inline-block; margin-right:7px; margin-bottom:-4px; width:auto; height:20px;}

.logo{width:100px;}

footer{background:#000000;}

footer .logo{margin:10px auto 0;}

.f_menu{border-top:#f78603 solid 1px; border-bottom:#f78603 solid 1px; padding:15px 0; margin-top:1rem;}

.f_menu ul{margin:0; padding:0; display:flex;}

.f_menu ul li{margin:0; padding:0; list-style:none; flex:1 1 auto; text-align:center; font-weight:500;}

.f_menu ul li a{color:#fff;}

.f_menu ul li a:hover{color:#f78902;}

.copyright{text-align:center; color:#fff;}

.popular_bg{background:#0e0e0e; padding:3.5rem 0 4.5rem;}

.content_bg, .two_colum_bg{padding:3.5rem 0 4.5rem;}

.faq_box{background:#0e0e0e; padding:1.5rem; border-radius:5px; margin-top:1.5rem; box-shadow:#3c3c3c -3px 4px 0px 0;}

.location_box{background:#323232; border-radius:5px; padding:.5rem;}

.font-bold{font-weight:600 !important;}

.category_bg{background:#0a0a0a; padding:3.5rem 0 4.5rem;}



.profile_bg{font-family:Poppins, sans; font-size:14px; padding:3.5rem 0 4.5rem;}

.profile_text{margin-top:3.5rem; color:#fff;}

.profile_text p, .category_text p{text-align:justify; line-height:1.75rem;}

.profile_text h1, .category_text h1{font-family:Great Vibes, sans-serif; font-size:45px; color:#fff; margin-bottom:1.5rem; line-height:normal;}

.profile_rate{margin-left:3rem; margin-bottom:1.8rem; border-bottom:rgb(247, 134, 3, 55%) solid 1px; padding-bottom:1.4rem; font-size:14px;}

.profile_rate:nth-of-type(2){border-bottom:none; padding-bottom:.8rem;}

.profile_rate h4{font-family:Great Vibes, sans-serif; font-size:35px; color:#ed8c1d; margin-bottom:0rem;}

.profile_rate ul{margin:0; padding:0;}

.profile_rate ul li{margin:0; padding:9px 0; list-style:none; color:#c5c5c5;}

.profile_rate ul li span{display:inline-block; width:120px; color:#fff; font-weight:600;}

.age_ul, ul.rate_ul{display:flex; flex-wrap:wrap;}

.age_ul li{width:50%;}

ul.rate_ul li{width:33.33%;}

ul.rate_ul li:first-child{text-align:left;}

ul.rate_ul li span{width:100%;}

.profile_bg .btn{background:linear-gradient(to right, #f78902, #f2530b); padding:15px 60px; border-radius:30px; color:#fff; font-size:16px; font-weight:600; margin-left:3rem;}

.category_text{margin-left:3rem; font-family:Poppins, sans; font-size:14px; color:#fff;}

.right_side{padding-left:25px; padding-right:15px;}


.select-box { background: #000; width: 400px;}


@media (max-width:1199px) {

.md\:text-4xl{font-size:40px !important;}

.model__name .texl-lg{font-size:13px; line-height:1.5;}

.profile_bg .grid{display:flex; flex-wrap:wrap;}

.profile_bg .col-span-1{width:38%;}

.profile_bg .col-span-2{width:62%;}

.profile_rate{margin-left:2rem;}

.two_colum_bg .grid{display:flex; flex-wrap:wrap;}

.two_colum_bg .col-span-2{width:70%;}

.right_side{width:30%;}

.right_side .grid{display:grid;}

	

}



@media (max-width:896px) {

.container{margin:auto;}	

.md\:text-4xl{font-size:30px !important; line-height:normal !important;}

.md\:px-10{padding-left:0 !important; padding-right:0 !important;}

.max-w-\[2520px\]{max-width:100% !important;}

.brand__text .text-4xl{font-size:35px; line-height:40px;}

.mt-10{margin-top:1.5rem !important;}

.popular_bg .md\:grid-cols-5, .category_bg .md\:grid-cols-5{grid-template-columns: repeat(3, minmax(0, 1fr));}

.hamburger{padding:5px !important; width:40px; height:40px; justify-content:center; gap:0 !Important; margin-right:15px;}

.hamburger .md\:block{display:none;}

#menu{right:10px !important;} 

/*mobile menu css*/

.menu{width:auto; margin-top:13px;}

.nav_links{display:block;position:fixed;top:77px;left:-100%;right:0;background:#000000;padding:0px;line-height:37px;transition:all .5s ease;z-index:999;}.menu input[type=checkbox]{display:none;}.menu :checked + .nav_links{display:block;left:0;overflow:auto;padding-bottom:90px;}.menu label{display:block; position:absolute;left:15px;top:19px;}.menu .nav_links{display:none;}.menu label img{height:35px;}.menu .nav_links ul{display:block; text-align:left;}.menu .nav_links ul li{border-bottom:#222222 solid 1px;font-size:15px;}.nav_links ul li a{padding-left:20px; padding-right:20px;}.nav_links ul li a:hover{color:#f78902;}

/*end mobile menu css*/



.profile_bg .col-span-1{width:100%;}

.profile_bg .col-span-2{width:100%; margin-top:2rem;}

.profile_rate, .profile_bg .btn, .category_text{margin-left:0;}

.two_colum_bg .col-span-2{width:100%;}

.right_side{width:100%; margin-top:2rem; padding-left:20px;}



}



@media (max-width:736px) {

.text-sm{font-size:13px !important;}



}



@media (max-width:667px) {





}



@media (max-width:568px) {

.popular_bg .md\:grid-cols-5, .category_bg .md\:grid-cols-5{grid-template-columns: repeat(2, minmax(0, 1fr));}

footer.px-10{padding-left:0; padding-right:0;}

.profile_text h1, .category_text h1{font-size:35px;}

.profile_rate h4{font-size:30px;}

.select-box {width: 220px;}

}



@media (max-width:480px) {

.brand__text .text-4xl{font-size:30px; line-height:37px;}

.md\:text-4xl{font-size:25px !important;}

.f_menu ul{display:block;}

.f_menu ul li{margin:5px 0;}

.age_ul li{width:100%;}



}



@media (max-width:375px) {

.popular_bg .md\:grid-cols-5, .category_bg .md\:grid-cols-5{grid-template-columns: repeat(1, minmax(0, 1fr));}



}	



@media (max-width:320px) {

	

	

}	
body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
}



.nowcalling {
  display: block;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 9999;
}

.lcol, .rcol {
  float: left;
  width: 50%;
}
.lcol a, .rcol a {
  display: block;
  padding: 10px 0;
  text-align: center;
  text-decoration: none;
  color: #fff;
}
.lcol {
  background-color: #fd275a;
}
.rcol {
  background-color: #009999;
}


.city_droupdown_bg{background:#0e0e0e; padding:15px 0; text-align:center; min-height:inherit; max-width: 700px; margin: 0 auto;}
.select-option{display:inline-flex; align-items:center; justify-content:space-between;}
.select-option select{background:#141313; padding:13px 10px; border-radius:3px; border:#221f1f solid 1px; color:#fff; font-size:15px; width: 700px;}
.select-option label{color:#fff; font-size:17px; font-family:Poppins, sans; font-weight:500; text-transform:uppercase; margin-right:15px; margin-bottom:0;}
.select-option label span{animation:.5s infinite alternate mover; font-size:20px; line-height:16px; margin-left:15px; display:inline-block;}

.select-option button{
    background: #f46b07;
    padding: 8px 20px 4px;
    cursor: pointer;
    height: 47px;
}
.select-option .d-flex{display:flex; align-items:center; justify-content:center;}

@-webkit-keyframes mover{
    0%{transform:translateX(0);}
    100%{transform:translateX(-10px);}
}
@keyframes mover{
	0%{transform:translateX(0);}
	100%{transform:translateX(-10px);}
}




@media (max-width:568px) {
.select-option{display:inline-block; padding:0 15px;}  
.select-option select{width:100%; }
.select-option label{margin-right:0;}
}

.location-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.location-links a {
  border: 2px solid #28a745;
  padding: 6px 10px;
  border-radius: 5px;
  color: #28a745;
  text-decoration: none;
  font-size: 14px;
  transition: background 0.3s, color 0.3s;
}
.location-links a:hover {
  background: #28a745;
  color: white;
}

/* banner image */

.banner {
  height :90%
}
.banner img{
  width: 100%;
  height: 90%;
}



/* Service Section */

.offers-dark {
  background: #101010;
  color: #f8c16c;
  padding: 2rem 1rem;
}

.offers-heading {
  text-align: center;
  font-family: 'Great Vibes', cursive;
  font-size: 2.5rem;
  color: #f8c16c;
  margin-bottom: 2rem;
  letter-spacing: 1px;
}

.offers-carousel {
  display: flex;
  gap: 1.5rem;
  justify-content: center;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
}

.offer-card {
  background: #181818;
  border-radius: 16px;
  overflow: hidden;
  min-width: 260px;
  max-width: 300px;
  flex: 0 0 auto;
  box-shadow: 0px 4px 16px rgba(230,180,64,0.07);
  display: flex;
  flex-direction: column;
  align-items: center;
  scroll-snap-align: center;
  transition: transform 0.2s, box-shadow 0.2s;
  border: 1px solid #232323;
}

.offer-card:hover {
  transform: scale(1.04);
  box-shadow: 0px 6px 28px rgba(248,193,108,0.12);
}

.offer-card img {
  width: 100%;
  height: 170px;
  object-fit: cover;
  border-bottom: 1px solid #232323;
  background: #222;
}

.offer-details {
  padding: 1rem;
  text-align: center;
}

.offer-title {
  display: block;
  font-size: 1.2rem;
  font-weight: 700;
  color: #f78902;
  margin-bottom: 0.5rem;
}

.offer-location, .offer-contact, .offer-price, .offer-desc, .offer-discount {
  font-size: 1rem;
  color: #f8c16c;
  margin-bottom: 0.2rem;
}

.carousel-dots {
  text-align: center;
  margin-top: 1.2rem;
}

.dot {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0 6px;
  background: #333;
  border-radius: 50%;
  cursor: pointer;
  transition: background 0.18s;
}

.dot.active, .dot:hover {
  background: #f78902;
}

@media (max-width: 900px) {
  .offers-carousel {
    gap: 1rem;
  }
  .offer-card {
    min-width: 200px;
    max-width: 220px;
    font-size: 0.95rem;
  }
  .offers-heading {
    font-size: 2rem;
  }
}

@media (max-width: 600px) {
  .offers-heading {
    font-size: 1.2rem;
  }
  .offers-carousel {
    gap: 0.4rem;
    padding-bottom: 1rem;
  }
  .offer-card {
    min-width: 140px;
    max-width: 160px;
  }
  .offer-card img {
    height: 100px;
  }
}


/* end service section */

/* service section 2 */

.spa-services-section {
  width: 100%;
  background: #121212;
  padding: 3rem 1rem;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  max-width: 1400px;
  margin: 0 auto;
}

.service-card {
  background: #181818;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 8px 32px rgba(120,80,44,0.12);
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: box-shadow 0.2s;
}

.service-card img {
  width: 100%;
  height: 265px;
  object-fit: cover;
  display: block;
  border-bottom: 1px solid #2c2c2c;
}

.service-title {
  width: 100%;
  padding: 1rem 0.5rem;
  text-align: center;
  background: linear-gradient(90deg,#232323 70%,#282828 100%);
  color: #faad4d;
  font-size: 1.25rem;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  letter-spacing: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  border-radius: 0 0 18px 18px;
  box-shadow: 0px 2px 12px rgba(250,173,77,0.06);
}

.service-card:hover {
  box-shadow: 0 16px 48px rgba(250,173,77,0.18);
}

@media (max-width: 900px) {
  .services-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.2rem;
  }
  .service-card img {
    height: 170px;
  }
  .service-title {
    font-size: 1.1rem;
    padding: 0.8rem 0.3rem;
  }
}

@media (max-width: 600px) {
  .services-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  .service-card img {
    height: 120px;
  }
  .service-title {
    font-size: 1rem;
    padding: 0.7rem 0.2rem;
  }
}
/* section2 end  */

/* section 3  */

.gallery-section {
  width: 100%;
  background: #181818;
  padding: 3rem 1rem;
}

.gallery-title {
  text-align: center;
  font-family: 'Great Vibes', cursive;
  font-size: 2.8rem;
  color: #cfa25b;
  margin-bottom: 2rem;
  letter-spacing: 1px;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(2, 270px);
  gap: 1.6rem;
  justify-items: center;
  max-width: 1400px;
  margin: 0 auto;
}

.gallery-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
  box-shadow: 0 6px 32px rgba(207,162,91,0.12);
  background: #232323;
  transition: transform 0.21s;
}

.gallery-grid img:hover {
  transform: scale(1.035);
  box-shadow: 0 14px 48px rgba(207,162,91,0.22);
}

@media (max-width: 1200px) {
  .gallery-grid {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(3, 220px);
  }
  .gallery-title {
    font-size: 2.2rem;
  }
}

@media (max-width: 900px) {
  .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(5, 170px);
    gap: 1rem;
  }
}

@media (max-width: 600px) {
  .gallery-grid {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(9, 165px);
    gap: 0.8rem;
  }
  .gallery-title {
    font-size: 1.4rem;
  }
}

/* floating icons */
.fixed-contact-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100vw;
  display: flex;
  z-index: 9999;
  height: 54px;
  box-shadow: 0 -2px 8px rgba(40,40,70,0.14);
  font-family: 'Poppins', sans-serif;
}

.contact-bar-btn {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  transition: opacity 0.15s;
}

.contact-phone {
  background: #f64c73;
}
.contact-whatsapp {
  background: #009b94;
}
.contact-bar-btn:hover {
  opacity: 0.87;
}

@media (max-width: 600px) {
  .fixed-contact-bar {
    height: 44px;
  }
  .contact-bar-btn {
    font-size: 17px;
  }
}


/* banner text */
