html,
body {
  overflow-x: hidden;
      background:rgb(8, 8, 8);

}
*{
  padding: 0;
  margin: 0;
}


/*nav*/
.navbar {
  height: 100px;
  background-color: #e9bc0b;
}

.navbar-toggler {
  z-index: 999;
}
.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='black' stroke-width='3' stroke-linecap='round' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.nav-item{
  padding:5px;
  a{
    font-size: 17px;
    font-family: sans-serif;
    color: rgba(154, 2, 2, 0.923);
    font-weight: 700;
    text-decoration: none;
  }
}
.nav-item a:hover{
  color: rgba(255, 254, 254, 0.825);
}
.collapse{
  background-color: #e9bc0b;
z-index: 1000;
}
#mainNavbar{
  width: 100%;
  padding: 0px;
  margin: 0px;
}



/*hero section*/
body {
  margin: 0;
  font-family: Arial;
}

.swiper {
  width: 100%;
  height: 480px;
}

@media (max-width: 768px) {
  .swiper {
    height: 350px;
  }
}

@media (max-width: 480px) {
  .swiper {
    height: 260px;
  }
}

.puzzle-grid {
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: repeat(5, 1fr);
  overflow: hidden;
  position: relative;
}

.tile {
  background-repeat: no-repeat;
  background-size: 500% 500%;
  background-position: center;
  opacity: 0;
  transition: transform 0.7s ease, opacity 0.7s ease;
}

.from-top {
  transform: translateY(-150%);
}

.from-bottom {
  transform: translateY(150%);
}

.from-left {
  transform: translateX(-150%);
}

.from-right {
  transform: translateX(150%);
}

.swiper-slide-active .tile {
  opacity: 1;
  transform: translate(0, 0);
}

.hero-text {
  position: absolute;
  z-index: 20;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) translateY(30px);
  text-align: center;
  color: white;
  opacity: 0;
  transition: 0.8s ease;
  width: 80%;
}

.swiper-slide-active .hero-text {
  opacity: 1;
  transform: translate(-50%, -50%) translateY(0);
}

.hero-text h1 {
  font-size: 40px;
  margin: 0;
  font-weight: bold;
}

.hero-text p {
  font-size: 18px;
  margin: 8px 0 20px;
}

.btn {
  padding: 12px 28px;
  background: #ffcc00;
  color: black;
  font-weight: bold;
  border-radius: 8px;
  display: inline-block;
}

@media (max-width: 480px) {
  .hero-text h1 {
    font-size: 26px;
  }

  .hero-text p {
    font-size: 14px;
  }
}

/*hover box*/

 
.box-hover {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
  padding: 20px;
  z-index: 999;
}

.box-hover .h1 {
  width: 240px;
  height: 220px;
  display: flex;
    border: 5px solid rgba(228, 10, 112, 0.731);
  overflow: hidden;
  box-shadow: 0px 0px 16px 1px black;
  transition: width 0.4s ease; 
      box-shadow: 0px 0px 25px 2px rgba(255, 0, 119, 0.895);
border-radius: 30px;
}

.box-hover .h1 .left-box {
  width: 240px;
  height: 220px;
  img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 2px;
border-radius: 27px;
  }
}

.box-hover .h1 .right {
  width: 0;
  height: 220px;
  padding: 0;
  color: rgb(242, 236, 236);
  opacity: 0;
  overflow: hidden;
  transition: width 0.4s ease, opacity 0.25s ease, padding 0.25s ease;
}

.box-hover .h1 .right button {
  font-size: 20px;
  border: none;
  background: transparent;
}
.box-hover .h1 .right a {
  text-decoration: none;
  color: rgb(242, 236, 236);
}
.box-hover .h1 .right h5 {
  color: rgb(205, 192, 192);
}

.box-hover .h1:hover {
  width: 500px;
}
.box-hover .h1:hover .right {
  width: 260px;
  padding: 10px;
  opacity: 1;
}


@media (max-width:1200px) {
  .box-hover .h1 {
    width: 100% !important;
    overflow: visible; 
    display: flex;
    flex-direction: row;
    align-items: stretch;
  }

  .box-hover .h1 .left-box {
    flex: 1 1 auto;
    min-width: 0;
    width: auto;
  }

  .box-hover .h1 .right {
    width: 260px;
    opacity: 1;
    padding: 10px;
    display: block;
  }
}

@media (max-width:480px) {
  .box-hover{
    margin-top: 50px;
  }
  .box-hover .h1 {
    flex-direction: column;
    height: auto;
  }
  .box-hover .h1 .right {
    width: 100%;
  }
}


/*about us*/
.about{
  padding-left: 150px;
  text-align: center;
  
}
.about1{
  width: 410px;
  height:532px;
  background-image: url(img/aboutdone.jpeg);
  background-size: cover;
  background-position: center;

  
}
@media (max-width:700px){
  .about{
    
    padding-left: 20px;
    .about1{
      width: 350px;
      height: 439px;
    }
  }
}





.p-2{
	padding:0px 20px 0px 20px;
	
}


.hii{margin-right:20px;}








/*anushthan*/
/***line***/
.anu-section{
    background:#040406;
    position:relative;
    overflow:hidden;
  }

  .anu-section::before{
    content:"";
    position:absolute;
    inset:0;
    opacity:0.04;
  }

  .text-glow{
    color:#fcb544;
    letter-spacing:3px;
  }

  .anu-wrapper{
    position:relative;
    margin-left:60px;
  }

  .anu-wrapper::before{
    content:"";
    position:absolute;
    left:-20px;
    top:0;
    bottom:0;
    width:3px;
    background:linear-gradient(180deg,#ffae00,#ff0099,#ffae00);
    animation:pulse 4s linear infinite;
    z-index:0;
  }

  @keyframes pulse{
    0%{filter:blur(4px);}
    50%{filter:blur(1px);}
    100%{filter:blur(4px);}
  }

  .connector-svg{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    pointer-events:none;
    z-index:1;
  }
.connector-svg path {
  stroke: currentColor;
  stroke-width: 3;
  fill: none;
  stroke-linecap: round;
}
/***card***/
  .anu-item{
    display:flex;
    gap:25px;
    margin-bottom:60px;
    position:relative;
    z-index:5; 
    
  }

  .anu-item.right{
    flex-direction:row-reverse;
    margin-right:40px;
  }

  .anu-img{
    position:relative;
    width:110px;
    height:110px;
    flex-shrink:0;
    z-index:10; 
  }
  .anu-img img{
    width:100%;
    height:100%;
    border-radius:50%;
    object-fit:cover;
    border:4px solid #fcb544;
    box-shadow:0 0 25px rgba(252,181,68,.65);
    transform:translateY(0px);
    transition:.35s;
  }

  .anu-img:hover img{
    transform:translateY(-6px) scale(1.05);
  }

  .disc-shadow{
    position:absolute;
    bottom:-14px;
    left:0;
    right:0;
    height:18px;
    background:radial-gradient(circle,#000 0%,transparent 70%);
    opacity:0.6;
    filter:blur(6px);
  }

  .anu-card{
    background:rgba(255,255,255,0.05);
    padding:1.4rem 1.6rem;
    border-radius:22px;
    border:1px solid rgba(255,255,255,0.08);
    backdrop-filter:blur(7px);
    box-shadow:0 18px 45px rgba(0,0,0,.55);
    transition:all .3s ease;
  }

  .anu-card:hover{
    transform:translateY(-5px);
    box-shadow:0 28px 65px rgba(0,0,0,.85);
    border-color:#fcb544;
  }

  .tag{
    display:inline-block;
    padding:3px 12px;
    border-radius:30px;
    font-size:.65rem;
    letter-spacing:.04em;
    background:rgba(252,181,68,.15);
    color:#fcb544;
    margin-bottom:8px;
  }

  .btn-anu{
    padding:6px 22px;
    border-radius:25px;
    font-size:.8rem;
    font-weight:500;
    text-decoration:none;
    transition:.25s;

    a{
      text-decoration: none;
    }
  }
  .btn-anu-2{
    background: transparent;

color: white; 
}

  .btn-anu-2:hover{
    transform:scale(1.05);
  }
  .btn-outline{
    color:#fcb544;
    border:1px solid #fcb544;
  }
 
  .btn-fill{
    background:#fcb544;
    color:#000;
  }
  .btn-fill:hover{
    background:#ffd98c;
  }

  @media(max-width:768px){
    .anu-wrapper{
      margin-left:20px;
    }
    .anu-wrapper::before{
      left:-10px;
    }
    .anu-item.right{
      flex-direction:column;
      margin-right:0;
    }
    .anu-item.left{
      flex-direction:column;
    }
    .connector-svg{
      display:none; 
       filter: drop-shadow(0 0 8px #ffae00)
          drop-shadow(0 0 12px #ff0099)
          drop-shadow(0 0 20px #ff0099);
    }
  }

 .connector-svg {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  pointer-events:none;
  z-index:2;
}

.glow-line {
  filter:
    drop-shadow(0 0 6px #ffae00)
    drop-shadow(0 0 10px #ff0099)
    drop-shadow(0 0 14px #ff0099);
}


.vertical-icon{
  width:50px;
  position:absolute;
  left:-38px;
  top:0;
  z-index:999;
  pointer-events:none;
  transform:translateX(-50%);
  filter: drop-shadow(0 0 8px #ffae00)
          drop-shadow(0 0 16px #ff0099);
}

@media (max-width:768px){
  .vertical-icon{
    display:none;
  }
}







/*gallery*/
.gallery{
  .rounded1{
    overflow: hidden;
    border-radius: 30%;
    border: 5px solid rgba(228, 10, 112, 0.731);
    width: 340px;
    height: 320px;
    gap: 10px;
    box-shadow: 0px 0px 25px 2px rgba(255, 0, 119, 0.895);
  }
  .rounded1 img:hover{
    transform: scale(1.09);
    transition: 0.3s;
  }
   .rounded1 video:hover{
    transform: scale(1.09);
    transition: 0.3s;
  }
}

/*video*/
.video{
  .rounded1{
    overflow: hidden;
    border-radius: 30%;
    border: 5px solid rgba(255, 0, 119, 0.731);
    width: 340px;
    height: 320px;
    gap: 10px;
    box-shadow: 0px 0px 25px 2px rgba(255, 0, 119, 0.895);
  }
  .rounded1 img:hover{
    transform: scale(1.09);
    transition: 0.3s;
  }
   .rounded1 video:hover{
    transform: scale(1.09);
    transition: 0.3s;
  }
}


/*rudrakash*/
.rudrakash{
  .rounded1{
    overflow: hidden;
    border-radius: 30%;
    border: 5px solid rgba(228, 10, 112, 0.731);
    width: 250px;
    height: 270px;
    gap: 10px;
    box-shadow: 0px 0px 25px 2px rgba(255, 0, 119, 0.895);
  }
  .rounded1-1 img:hover{
    transform: scale(1.09);
    transition: 0.3s;
  }
  
}
.rounded1-1{
  position: relative;
  overflow: hidden;
  border-radius: 12px;
}

.rounded1-1 img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.rounded1-1::before{
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.25);
  -webkit-backdrop-filter: blur(0px);
  backdrop-filter: blur(0px);
  transition: backdrop-filter .35s ease, background .35s ease, transform .35s ease, opacity .35s ease;
  z-index: 2;
  opacity: 0;
  transform: scale(0.98);
  pointer-events: none;
}

.rounded1-1::after{
  content: attr(data-title);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) translateY(10px);
  background: rgba(0,0,0,0.6);
  color: #fff;
  padding: 10px 16px;
  border-radius: 8px;
  box-shadow: 0 6px 20px rgba(0,0,0,0.45);
  z-index: 3;
  opacity: 0;
  transition: opacity .28s ease, transform .28s ease;
  white-space: nowrap;
  font-weight: 600;
  pointer-events: none;
}

.rounded1-1:hover::before,
.rounded1-1.touch-active::before{
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  background: rgba(0,0,0,0.15);
  opacity: 1;
  transform: scale(1);
}

.rounded1-1:hover::after,
.rounded1-1.touch-active::after{
  opacity: 1;
  transform: translate(-50%, -50%) translateY(0);
}
@media (max-width:576px) {
  .rudrakash {
    text-align: center;
  }

  .rudrakash .col-sm-3 {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .rudrakash .rounded1-1,
  .rudrakash .rounded1-1 img {
    margin: 0 auto;
    display: block;
    max-width: 100%;
    height: auto;
  }
}
/*footer*/

.foote{
  background-image: url(img/ultrafooter.png);
  background-size: cover;
  color: white;
  .f-box{
      height: 380px;

  }
  ul li {
    list-style: none;
    color: rgba(228, 223, 223, 0.858);
    a{
      text-decoration: none;
    color: rgba(228, 223, 223, 0.858);

    }
  }
  ul li:hover{
    color: rgb(255, 255, 255);
    cursor: pointer;
  }
  ul li a:hover{
    color: rgb(255, 255, 255);
    cursor: pointer;
  }
}
@media (max-width:600px){
 .foote .f-box{
    height: 295px;
    margin: 0px;
    padding-top: 0px;
    h5{
      font-size: 17px;
      font: bold;
      font-weight: 700;
    }
    ul{
      padding-left: 0px;
    }
  }
}


/*about page*/
.other{
  background-image: url(img/about-12.png);
  background-size: cover;
  
  width: 100%;
  height: 400px;
  object-fit: cover;
  padding-top: 190px;
  color: rgba(255, 255, 255, 0.912);
  h1{
    font-weight: 700;
  }
  a{
    text-decoration: none;
      color: rgba(255, 255, 255, 0.912);
      

  }
}

/*contact page*/
.con-1{
  h4{
        color: rgba(255, 255, 255, 0.8);
  }
  h5{
    color: rgb(131, 131, 157);

  }
  h3{
        color: rgba(255, 255, 255, 0.8);
font-weight: 600;
  }
}
/*booking page*/

.form-control{
  background-color: rgba(255, 255, 255, 0.79);
}
.b-img{
  background-image: url(img/bb-img.gif);
  background-size: cover;
  background-position: center;
    height: 453px;

}
.blur-img{
  
width: 100%;
    height: 500px;
  background-color: rgba(0, 0, 0, 0.519);
}



.footer-whatsapp {
    position: fixed;
    z-index: 999;
    bottom: 50px;
    right: 5px;
    display: block;
}
.footer-whatsapp  a {
    background: transparent;
}
.footer-call {
    position: fixed;
    z-index: 999;
    bottom: 50px;
    left: 5px;
    display: block;
}








  