

@import url('https://fonts.googleapis.com/css2?family=Anton&family=Audiowide&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');

html, body {
  margin: 0;
  padding: 0;
  background: #000;   /* your color */
   height: auto;
  overflow-y: auto;
}


body {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
   /* background: url("../img/gamehub/bg.jpg");  */
    background: linear-gradient(
  120deg,
  #000000 0%,
  #2b0006 18%,
  #6a001c 38%,
  #c4371d 55%,
  #f9b233 70%,
  #ff4d6d 100%
);

}
.mega-menu-wrapper {
    background: rgb(10 9 9 / 72%);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgb(0 0 0 / 18%);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 50px;
    padding: 13px 50px;
    margin-top: 20px;
}
a.navbar-brand img {
    position: relative;
    top: -2px;
    width: 150px;
}

.gh-brand-box {
    display: flex;
    gap: 33px;
    align-items: center;
}
.gh-brand-box img {
    width: 240px;
    border-radius: 17px;
}
.section-padding {
    padding: 50px 0;
}
.section-padding-120{
    padding: 60px 0;
}
.section-padding-30{
    padding: 30px 0;
}
img.heartrating {
    width: 20px;
    margin-right: 2px;
}

	.hero-footer-p p {
    line-height: 20px;
    font-size: 16px;
    padding-bottom: 10px;
}
img.border-radius {
    border-radius: 18px;
}span.stext.text-black {
    font-weight: 700;
}	

.hero {
  height: 100vh;
  display: flex;
  align-items: center;
  padding: 80px;
  background: linear-gradient(
    110deg,
    #000 30%,
    #4b0014 55%,
    #8b0026 75%
  );
  position: relative;
  overflow: hidden;
}
	.bg-blue {
    background: #FFA500;
}

.hero-content {
  
  position: relative;
  z-index: 2;

}
.hero-content h2, 
.hero-content h2, .hero-content2 h2 {
    font-family: "Audiowide", sans-serif;
    font-weight: 400;
    color: #FF7015;
	font-size:80px;
}

/* Big outlined background text */
.bg-text {
    position: absolute;
    top: 0px;
    left: -10px;
    font-size: 75px;
    color: transparent;
    -webkit-text-stroke: 1px rgba(255, 255, 255, 0.15);
    letter-spacing: 10px;
    z-index: -1;
	font-family:"Audiowide", sans-serif;
}
/* Main title */
.hero h2 {
  font-size: 72px;
  color: #fff;
  letter-spacing: 8px;
  margin-bottom: 20px;
}

/* Description */
.hero p {
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 1.6;
  color: #cfcfcf;
  margin-bottom: 30px;
}

/* Button */
.btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 26px;
    border: 1px solid rgba(255,255,255,0.4);
    border-radius: 30px;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    transition: all 0.3s ease;
    font-weight: 600;
}

.btn:hover {
  background: #fff;
  color: #000;
}



.hero-content1 {
    max-width: 100%;
    position: relative;
    z-index: 2;
    margin-bottom: 30px;
}

.locaioncardcity {
    line-height: 20px;
}
/* Big outlined background text */
.bg-text1 {
    position: relative;
    top: 70px;
    font-size: 92px;
    font-weight: 700;
    color: transparent;
    -webkit-text-stroke: 1px rgb(2 2 2 / 31%);
    letter-spacing: 10px;
    z-index: -1;
    text-align: center;
		font-family:"Audiowide", sans-serif;
}

.arc-coverflow-wrap {
  width: 100%;
  max-width: 1100px;
  margin: auto;
  padding: 60px 0;
}

.arc-coverflow {
  height: 260px; /* REQUIRED */
}

.arc-slide {
  width: 320px; /* REQUIRED for slidesPerView:auto */
  height: 220px;
  border-radius: 130px;
  overflow: hidden;
}

.arc-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}



.arc-wrapper {
    max-width: 100%;
    overflow: hidden;
    border-radius: 20px;
}

.paginationrelative {
    position: relative;
    z-index: 1;
    bottom: 47px !important;
}

.arc-slide {
    height: auto;
    border-radius: 20px;
    background: linear-gradient(120deg, #ff005c, #7a00ff);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 40px;
    color: white;
}

.locaioncard {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    padding:20px;
    border-radius: 50px;
    color: #000;
}


.email-hero {
    /* position: relative; */
    /* overflow: hidden; */
    text-align: center;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    padding-bottom: 70px;
}
/* NAVBAR */
footer .nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 13px;
  opacity: 0.9;
}

footer .nav-center {
  display: flex;
  gap: 30px;
  list-style: none;
}

footer .nav-center li {
  cursor: pointer;
}

footer .nav-right {
  display: flex;
  align-items: center;
  gap: 15px;
}

.icons i {
  display: inline-block;
  width: 8px;
  height: 8px;
  border: 1px solid #fff;
  border-radius: 50%;
}





/* FOOTER */
.hero-footer {
    bottom: 30px;
    left: 60px;
    right: 60px;
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    /* opacity: 0.7; */
    /* gap: 77px; */
}
.hero-footer span {
    padding-right: 50px;
    color: #fff;
}
.fhero-content h2 {
    font-family: "Anton", sans-serif;
    font-size: 123px;
    letter-spacing: 10px;
}
.fhero-content {
    text-align: left;
}
.gt-footer-section {
    padding-top: 70px;
    padding-bottom: 30px;
       background: rgb(69 65 65 / 8%);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
	background: linear-gradient(
  120deg,
  #000000,
  #30000a,
  #7a0025,
  #d9481e,
  #ffbf3f,
  #ff2f6d
);


}
a.header-btn {
    background: #000;
    padding: 19px;
    border-radius: 50px;
    border: 1px solid #af1fa5;
    border-left: 2px !important;
    position: relative;
    top: 7px;
}

.hero-content-next {
    padding: 58px 0;
}
.hero-content-next h2 {
    font-size: 90px;
}

.hero-content1 h2 {
    font-size: 80px;
		font-family:"Audiowide", sans-serif;
}
.locationmap img {
    height: 81px;
    width: 430px;
    border-radius: 50px;
}
.crossslidersection {
    background: #00000047;
    height: 25px;
    line-height: 0;
    transform: rotate(7deg);
    padding-top: 40px;
    padding-bottom: 60px;
	    overflow: hidden;
}
.crossslidersection1 {
    background: #00000047;
    height: 25px;
    line-height: 0;
    transform: rotate(-1deg);
    position: relative;
    top: -58px;
	 padding-top: 40px;
    padding-bottom: 60px;
	    overflow: hidden;
}

.glasseffect {
    background: rgb(69 65 65 / 8%);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
}
		.glasseffect  h2 {
    padding-bottom: 20px;
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
 color: #fff;
}
.nav-link {
    color: #fff;
 }
 ul.navbar-nav .nav-item {
    padding-right: 40px;
}




.parallax-section {
  position: relative;
  height: 100vh;
  background: orange;
  overflow: hidden;
}

.center-text {
    position: relative;
    z-index: 10;
    text-align: center;
    color: #fff;
    /* transform: scale(1); */
    transform-origin: center center;
    will-change: transform;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1;
    font-weight: 600;
}
	.parallax-item {
    position: absolute;
    width: 330px;
    z-index: 5;
}

/* Initial positions */
.left-top { top: 00px; left: 30px;  }
.right-top { top: 00px; right: 30px;  }
.left-bottom { bottom: 0px; left: 30px; animation: floatLB 10s ease-in-out infinite; }
.right-bottom { bottom: 00px; right: 30px; animation: floatRB 11s ease-in-out infinite; }

/* Animations */
@keyframes floatLT {
  0%   { transform: translate(0, 0); }
  50%  { transform: translate(-30px, -30px); }
  100% { transform: translate(0, 0); }
}

@keyframes floatRT {
  0%   { transform: translate(0, 0); }
  50%  { transform: translate(30px, -30px); }
  100% { transform: translate(0, 0); }
}

@keyframes floatLB {
  0%   { transform: translate(0, 0); }
  50%  { transform: translate(-30px, 30px); }
  100% { transform: translate(0, 0); }
}

@keyframes floatRB {
  0%   { transform: translate(0, 0); }
  50%  { transform: translate(30px, 30px); }
  100% { transform: translate(0, 0); }
}
section.banner {
    overflow: hidden;
}
img.rightslider {
    width: 77%;
}



/* From Uiverse.io by ShadowShahriar */ 
.header-btn1 {
 --border-radius: 15px;
 --border-width: 4px;
 appearance: none;
 position: relative;
 padding: 1em 2em;
 border: 0;
 background-color: #212121;
 font-family: "Roboto", Arial, "Segoe UI", sans-serif;
 font-size: 18px;
 font-weight: 500;
 color: #fff;
 z-index: 2;
}

.header-btn1::after {
 --m-i: linear-gradient(#000, #000);
 --m-o: content-box, padding-box;
 content: "";
 position: absolute;
 left: 0;
 top: 0;
 width: 100%;
 height: 100%;
 padding: var(--border-width);
 border-radius: var(--border-radius);
 background-image: conic-gradient(
		#488cfb,
		#29dbbc,
		#ddf505,
		#ff9f0e,
		#e440bb,
		#655adc,
		#488cfb
	);
 -webkit-mask-image: var(--m-i), var(--m-i);
 mask-image: var(--m-i), var(--m-i);
 -webkit-mask-origin: var(--m-o);
 mask-origin: var(--m-o);
 -webkit-mask-clip: var(--m-o);
 mask-composite: exclude;
 -webkit-mask-composite: destination-out;
 filter: hue-rotate(0);
 animation: rotate-hue linear 500ms infinite;
 animation-play-state: paused;
}

.header-btn1:hover::after {
 animation-play-state: running;
}

@keyframes rotate-hue {
 to {
  filter: hue-rotate(1turn);
 }
}

.header-btn1, .header-btn1::after {
    box-sizing: border-box;
    border-radius: 43px;
}

.header-btn1:active {
 --border-width: 5px;
}

.bggray1{
	
background: linear-gradient(to right, #000000, #4b0031, #ff0066, #ff8c00, #ffeb3b);
	
}



.corner-box {
  position: relative;
  padding: 80px 0;
  overflow: hidden;
}

/* INNER FRAME */
.corner-box::before {
  content: "";
  position: absolute;
  inset: 30px;
  border: 1px solid rgba(255, 122, 24, 0.25);
  pointer-events: none;
}

/* CORNERS */
.corner-box .corner {
  position: absolute;
  width: 40px;
  height: 40px;
  z-index: 3;
}

.corner-box .corner img {
  width: 100%;
  height: 100%;
}

/* POSITIONS */
.corner-box .tl { top: 12px; left: 12px; }
.corner-box .tr { top: 12px; right: 12px; }
.corner-box .bl { bottom: 12px; left: 12px; }
.corner-box .br { bottom: 12px; right: 12px; }

/* 🔥 MOVING DOT */
.corner-dot {
  width: 6px;
  height: 6px;
  position: absolute;
  background: #fff;
  box-shadow: 0 0 12px #ff7a18;
  border-radius: 50%;
  z-index: 2;
  animation: moveDot 8s linear infinite;
}

/* DOT PATH AROUND INNER FRAME */
@keyframes moveDot {
  0% {
    top: 30px;
    left: 30px;
  }
  25% {
    top: 30px;
    left: calc(100% - 36px);
  }
  50% {
    top: calc(100% - 36px);
    left: calc(100% - 36px);
  }
  75% {
    top: calc(100% - 36px);
    left: 30px;
  }
  100% {
    top: 30px;
    left: 30px;
  }
}

/* OPTIONAL GLOW RAY */
.corner-box::after {
  content: "";
  position: absolute;
  width: 300px;
  height: 60px;
  background: rgba(255, 255, 255, 0.15);
  filter: blur(40px);
  top: -40px;
  left: -40px;
  transform: rotate(35deg);
  pointer-events: none;
}

.menu-btn {
    font-size: 24px;
    cursor: pointer;
    display: none;
}

  @media screen and (max-width: 768px) {
	  
	  .locaioncard > div:first-child {
    font-weight: 600;
    font-size: 22px;
    padding: 10px 10px;
}
.menu-btn {
    font-size: 24px;
    cursor: pointer;
    display: block;
}
	  
	  .header-1 {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999999;
    padding: 0px 0;
}
#activitiessec .hero-content {
    margin-bottom: 30px;
}
.location-btn {
    display: flex;
    gap: 10px;
    flex-flow: wrap;
    margin-bottom: 28px;
    width: 100%;
}
.booknowform  .form-container {
    width: 100% !Important;
    margin-top: 50px;
}
	  div#zoomText {
    font-size: 43px !important;
    line-height: 56px;
}
footer .nav-center {
    display: flex;
    gap: 10px;
    list-style: none;
    flex-flow: column;
}
.gallery-item img {
    width: 100% !important;
    margin-bottom: 23px;
    border-radius: 14px;
}
img.rightslider {
    width: 38%;
}
img.leftslider {
    width: 38%;
}
#singleslider .hero-content h2 {
    font-size: 26px !important;
    margin-bottom: 10px;
}
.corner-box {
    position: relative;
    padding: 40px 0;
    overflow: hidden;
}
	  a.navbar-brand img {
    width: 99px;
}
button.navbar-toggler {
    background: #fff;
}
.header-btn1, .header-btn1::after {
    box-sizing: border-box;
    border-radius: 14px;
    padding: 0;
    background: transparent;
}
.mega-menu-wrapper {
    background: rgb(255 255 255 / 0%);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 0px solid rgba(255, 255, 255, 0.3);
    border-radius: 50px;
    padding: 0px 0px;
    margin-top: 5px;
    margin-bottom: 6px;
}
.gh-brand-box {
    display: flex;
    gap: 33px;
    align-items: flex-start;
    flex-flow: column;
}
span.corner-dot {
    display: none;
}
.corner-box::before {
    content: "";
    position: absolute;
    inset: 30px;
    border: 0px solid rgb(255 122 24 / 11%);
    pointer-events: none;
}
.gh-brand-box-img img {
    width: 100%;
    border-radius: 17px;
}
#singleslider .hero-slide {
    position: relative;
    height: 100% !important;
}

.hero-content h2, .hero-content h2, .hero-content2 h2 {
    font-family: "Audiowide", sans-serif;
    font-weight: 400;
    color: #FF7015;
    font-size: 35px;
}
.hero-content {
    max-width: 100%;
    position: relative;
    z-index: 2;
    padding-top: 20px;
}
.about-content {
    background: #4300c738;
    padding:0px !important;
    border-radius: 15px;
}
.margin-right-adj {
    position: relative;
    right: 0 !important;
}
.hero-content .lineimg {
    width: 100%;
}
.gallery- {
    margin-top: 20px;
}
           .locaioncard {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    padding-left: 20px;
    border-radius: 50px;
    color: #000;
    flex-flow: column;
}
.hero-content-next h2 {
    font-size: 30px;
}
.parallax-item {
    position: absolute;
    width: 125px;
    z-index: 5;
}
.center-text {
    position: relative;
    z-index: 10;
    text-align: center;
    color: #fff;
    transform: scale(1) !important;
    transform-origin: center center;
    will-change: transform;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}
.locationmap img {
    height: 81px;
    width: 100%;
    border-radius: 50px;
}
.fhero-content h2 {
    font-family: "Anton", sans-serif;
    font-size: 38px;
    letter-spacing: 2px;
}
.hero-footer span {
    padding-right: 10px;
    color: #fff;
}
.top50.mobiletwo {
    display: flex;
    gap: 24px;
}
.hero-content1 h2 {
    font-size: 40px;
    font-family: "Audiowide", sans-serif;
}
.bg-text {
    position: absolute;
    top: 0px;
    left: -10px;
    font-size: 37px;
    color: transparent;
    -webkit-text-stroke: 1px rgba(255, 255, 255, 0.15);
    letter-spacing: 10px;
    z-index: -1;
    font-family: "Audiowide", sans-serif;
}
        }
		
		
.btnrelative {
    /* display: flex; */
    /* flex-flow: column; */
    /* align-items: baseline; */
    justify-content: right;
    margin-top: 15px;
}




.gallery-item {
    position: relative;
    overflow: hidden;
    border-radius: 16px;
    cursor: pointer;
    display: grid;
}
.gallery-item img {
    width: 210px;
    margin-bottom: 23px;
    border-radius: 14px;
}
.top50 {
    position: relative;
    top: 50px;
}

.gallery-item:hover img {
  transform: scale(1.08);
}

/* Jig-Jag sizes */
.gallery-item.tall {
  grid-row: span 2;
}

.gallery-item.wide {
  grid-column: span 2;
}

/* Responsive */
@media (max-width: 992px) {
  .zigzag-gallery {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 576px) {
  .zigzag-gallery {
    grid-template-columns: 1fr;
  }
}


.gallery-item::after {
  content: "🔍";
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  background: rgba(0,0,0,0.35);
  opacity: 0;
  transition: 0.3s;
}

.gallery-item:hover::after {
  opacity: 1;
}



.arc-slide {
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  transform-style: preserve-3d;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.arc-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
}

/* subtle glow */
.arc-slide::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at center, rgba(255,255,255,0.15), transparent 60%);
  opacity: 0;
  transition: opacity 0.3s;
}

.arc-slide:hover::after {
  opacity: 1;
}




#singleslider .hero-slider-wrap {
    position: relative;
    overflow: hidden;
}

/* MAIN SLIDE */
#singleslider .hero-slide {
  position: relative;
  height: 100vh;
}

#singleslider .hero-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#singleslider .hero-slide::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0,0,0,.7), transparent 60%);
}

/* TEXT */
#singleslider .hero-content {
  position: absolute;
  left: 60px;
  bottom: 80px;
  z-index: 2;
  max-width: 500px;
  color: #fff;
}

#singleslider .hero-content h2 {
  font-size: 48px;
  margin-bottom: 10px;
}

/* THUMB SLIDER */
#singleslider .hero-thumbs {
  position: absolute;
  right: 40px;
  bottom: 60px;
  width: 280px;
  z-index: 3;
}

#singleslider .thumb-slide {
  height: 90px;
  opacity: 0.4;
  border-radius: 10px;
  overflow: hidden;
  cursor: pointer;
}

#singleslider .thumb-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#singleslider .hero-thumbs .swiper-slide-thumb-active {
  opacity: 1;
  outline: 2px solid #ff7a18;
}

/* DESKTOp */
@media (min-width: 768px) {
.desktop-only{
	  display:block;
  }
  .mobile-only{
	  display:none;
  }
}
/* MOBILE */
@media (max-width: 768px) {
	.hero-content p {
    color: #e6e6e6;
    font-weight: 300;
    letter-spacing: 1;
    line-height: 25px;
}
 #singleslider  .hero-thumbs {
    display: none;
  }

  #singleslider .hero-content {
    left: 20px;
    right: 20px;
	bottom: 9px;
  }
  
  .desktop-only{
	  display:none;
  }
  .mobile-only{
	  display:block;
  }
  
  .parallax-item {
    position: absolute;
    width: 173px;
    z-index: 5;
}
		.locaioncard {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    padding-left: 20px;
    border-radius: 50px;
    color: #000;
    flex-flow: column;
    margin: 0 10px;
}
			a.navbar-brand img {
    width: 130px;
}
	.parallax-section div#zoomText {
    height: auto;
    padding-top: 78px !important;
    padding-bottom: 35px !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}
	
	
}



		.mt-20 {
    margin-top: 20px;
}		
		
		.parallax-section {
    position: relative;
    height: auto;
    background: orange;
    overflow: hidden;
}
		.parallax-section div#zoomText {
    height: auto;
    padding: 50px;
}
.transparesttext {
    position: absolute;
    bottom: 12%;
    left: -3%;
    width: 100%;
    text-align: center;
    pointer-events: none;
}
.transparesttext img {
  max-width: 100%;
  opacity: 1;
  transition: opacity 1.8s ease; /* 🔥 slow fade */
}

/* hidden state */
.section-bg-hide .transparesttext img {
  opacity: 0;
}

img.titleimage {
    position: relative;
    top: 8px;
    left: -35px;
}

.margin-right-adj {
    position: relative;
    right: -50px;
}
.mt-10 {
    margin-top: 10px;
}

.text-orange{
	
	color:#FF7015;
}



.map-btn-wrapper {
  --btn-color: #f5101b;
  --text-color: #fff;
  --land-color: #ffdd9f;
  --veg-color: #36ad5aa9;
  --water-color: #b3e3ff;
  --transition-dur: 0.3s;

  position: relative;
  display: flex;

  font-size: 16px;
  font-family: "Inter", sans-serif;

  user-select: none;
  overflow: hidden;
  border-radius: 50ch;



  transition: transform var(--transition-dur) ease;
}

.map-btn {
    cursor: pointer;
    padding: 8px 1.5em 8px 3em;
    border-radius: 50ch;
    background-color: var(--btn-color);
    font-weight: 600;
    color: var(--text-color);
    transition: color var(--transition-dur) ease-in-out,
    background-color var(--transition-dur) ease-in-out;
}

.pinpoint {
  pointer-events: none;
  position: absolute;
  height: 60%;
  aspect-ratio: 1;
  top: 20%;
  left: 0.75em;

  border-radius: 50% 50% 50% 50%;
  background-color: var(--text-color);
  transform: rotateZ(45deg);

  mask-image: radial-gradient(circle at center, #0000 0%, #0000 32%, #fff 36%);
  filter: blur(0.25px);
  transition:
    background-color var(--transition-dur) ease-in-out,
    transform var(--transition-dur) ease-in-out,
    border-radius calc(var(--transition-dur) + 0.1s) ease;
  z-index: 1;
}

.map-container {
  pointer-events: none;
  position: absolute;
  left: 0px;
  top: 115px;
  perspective: 120px;
  transform: perspective(120px) rotateX(35deg) scaleX(0);
  transform-origin: 3em 0.5em;
  transition:
    transform var(--transition-dur) ease-in-out,
    opacity var(--transition-dur) ease-in-out;
  opacity: 0;
  z-index: 0;
}

.map {
  position: absolute;
  bottom: 100px;
  width: 120px;
  height: 200px;
  background-color: #ff7015;
  background-image: linear-gradient(to bottom, #fff2, 30%, #0000);
  transform-origin: left bottom;
}
.map::after {
  content: "";
  top: -40;
  left: 12;
  width: 100%;
  height: 200%;
  background-color: var(--land-color);
  position: absolute;
  filter: url(#land);
  box-shadow: inset 0 0 48px 24px var(--veg-color);
  z-index: 0;
}
.fold-1,
.fold-2,
.fold-3,
.fold-4 {
  mask-image: linear-gradient(to top, #fff, 97%, #0000);
  overflow: hidden;
}

.fold-1 {
  left: -60px;
  transform: rotateY(10deg) translateZ(30px);
}
.fold-2 {
  left: 60px;
  transform: rotateY(-10deg) translateZ(10px);
}
.fold-3 {
  left: -169px;
  transform: rotateY(-15deg) translateZ(-1px);
}
.fold-4 {
  left: 166px;
  transform: rotateY(15deg) translateZ(31px);
}
.fold-1::before,
.fold-2::before,
.fold-3::before,
.fold-4::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: inset 0 10px 16px 3px #0004;
  z-index: 1;
}

/* Hover states */
.map-btn-wrapper:has(.map-btn:hover) {
  transform: scale(1.1);
}
.map-btn:hover {
  background-color: var(--text-color);
  color: #00000025;
}
.map-btn:hover + .pinpoint {
  background-color: var(--btn-color);
  border-radius: 50% 50% 0 50%;
  transform: rotateZ(45deg) translate(-0.3em, -0.3em);
}
.map-btn:hover ~ .map-container {
  transform: perspective(100px) rotateX(35deg) scaleX(0.85);
  opacity: 1;
}

/* Active states */
.map-btn-wrapper:has(.map-btn:active) {
  transform: scale(1.02) translateY(0.2em);
}
.map-btn:active + .pinpoint {
  transform: rotateZ(45deg) translate(0em, 0em);
  transition-duration: calc(var(--transition-dur) * 0.5);
}
.map-btn:active ~ .map-container {
  transform: perspective(95px) rotateX(35deg) scaleX(0.85);
  transition-duration: calc(var(--transition-dur) * 0.5);
}


.hero-content p {
    color: #e6e6e6;
    font-weight: 300;
    letter-spacing: 1px;
    line-height: 20px;
    font-size: 16px;
    padding-bottom: 10px;
}
.secimg img {
    width: 100%;
    border-radius: 25px;
}



@keyframes gradientBG {
        0% { background-position: 0% 50%; }
        50% { background-position: 100% 50%; }
        100% { background-position: 0% 50%; }
    }

   .booknowform .form-container {
    padding: 35px;
    border-radius: 20px;
    background: rgb(38 26 26);
    backdrop-filter: blur(15px);
    box-shadow: 0 8px 32px rgba(0,0,0,0.3);
    color: #fff;
}

      .booknowform .form-container h2 {
        text-align: center;
        margin-bottom: 25px;
        letter-spacing: 1px;
    }

     .booknowform  .input-group {
        position: relative;
        margin-bottom: 22px;
    }

      .booknowform .input-group input,
      .booknowform .input-group textarea {
        width: 100%;
        padding: 12px;
        border: none;
        outline: none;
        border-radius: 10px;
        background: rgba(255, 255, 255, 0.2);
        color: #fff;
        font-size: 14px;
        transition: 0.3s ease;
    }

      .booknowform .input-group textarea {
        resize: none;
        height: 80px;
    }

     .booknowform  .input-group label {
        position: absolute;
        top: 12px;
        left: 12px;
        font-size: 14px;
        color: #eee;
        pointer-events: none;
        transition: 0.3s ease;
    }

     .booknowform  .input-group input:focus,
      .booknowform   .booknowform .input-group textarea:focus {
        background: rgba(255, 255, 255, 0.3);
        box-shadow: 0 0 10px rgba(255,255,255,0.5);
    }

      .booknowform .input-group input:focus ~ label,
     .booknowform  .input-group input:valid ~ label,
     .booknowform  .input-group textarea:focus ~ label,
      .booknowform .input-group textarea:valid ~ label {
        top: -15px;
        left: 10px;
        font-size: 11px;
        background: rgba(0,0,0,0.4);
        padding: 2px 6px;
        border-radius: 5px;
    }

    

     .booknowform  .btn:hover {
        transform: translateY(-3px);
        box-shadow: 0 6px 20px rgba(0,0,0,0.4);
    }

    @media(max-width: 420px) {
         .booknowform  .form-container {
            width: 90%;
        }
    }
	
	.bg-pink {
    background: #eb6103;
}
.text-right {
    text-align: right;
}

.text-dorange {
    --bs-text-opacity: 1;
    color: rgb(92 28 0) !important;
}
.bggray123 {
    background: #fff;
}
.corner-box1 h3 {
    padding: 16px 0;
    font-weight: 300;
    color: #FF7015;
    font-family: "Audiowide", sans-serif;
}
.bggray2 {
    background: linear-gradient(to right, #000000, #910660, #220117, #701452, #4b0031);
}

.bgwhite {
    background: #fff;
}

a.btn.btn-black {
    border-color: black;
    color: black;
}
.location-btn {
    display: flex;
    gap: 10px;
}
.map-container {
  border-radius: 20px;   /* Adjust radius here */
  overflow: hidden;      /* Important! */
}

.map-container iframe {
  display: block;        /* Removes small bottom gap */
}



.social-bar {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 999;
}

.social-bar a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  margin: 5px 0;
  color: white;
  font-size: 18px;
  border-radius: 8px 0 0 8px;
}

.social-bar a:hover {
    padding-right: 10px;
}
/* Brand Colors */
/* Facebook Gradient */
.facebook {
  background: linear-gradient(135deg, #1e3c72, #2a5298);
}

/* Twitter (X) Gradient */
.twitter {
  background: linear-gradient(135deg, #141e30, #243b55);
}

/* Instagram Gradient */
.instagram {
  background: linear-gradient(135deg, #833ab4, #fd1d1d, #fcb045);
}

/* LinkedIn Gradient */
.linkedin {
  background: linear-gradient(135deg, #0f2027, #203a43, #2c5364);
}

.social-bar img {
    width: 30px;
}

.whatsapp-float {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 60px;
  height: 60px;
  background-color: #25D366;
  color: white;
  font-size: 28px;
  text-align: center;
  line-height: 60px;
  border-radius: 50%;
  box-shadow: 2px 2px 10px rgba(0,0,0,0.3);
  text-decoration: none;
  z-index: 1000;
  transition: 0.3s ease;
}

.whatsapp-float:hover {
  background-color: #1ebe5d;
  transform: scale(1.1);
}

.swiperbanner {
    position: relative;
}
.swipermobile .swiper-button-next, .swipermobile .swiper-button-prev, .swiperbanner .swiper-button-next, .swiperbanner .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: calc(var(--swiper-navigation-size)/ 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000000 !important;
    font-weight: 500;
    font-size: 10px !important;
    background: #ffffff80;
    border-radius: 5px;
}
.swiperbanner .swiper-button-next:after,.swiperbanner .swiper-button-prev:after,
.swipermobile .swiper-button-next:after,.swipermobile .swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: 20px !important;
    text-transform: none!important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1;
}
.swipermobile {
    position: relative;
}
.gt-brand-section.mobile-only {
    padding: 50px 10px;
}

.about-content {
    background: #00000073;
    padding: 50px;
    border-radius: 15px;
}
.about-content p {
    font-weight: 500;
}



/* HEADER */
.header {
  padding: 10px 15px;
  background: #fff;
  border-bottom: 1px solid #ddd;
}

.header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* MENU BUTTON */
.menu-btn {
  font-size: 24px;
  cursor: pointer;
}

/* SIDEBAR */
.mobile-menu {
    position: fixed;
    top: 0;
    left: -260px;
    width: 260px;
    height: 100%;
    background: #fff;
    z-index: 9999999999999;
    transition: 0.3s;
    box-shadow: 2px 0 10px rgba(0,0,0,0.1);
}
/* ACTIVE */
.mobile-menu.show {
  left: 0;
}

/* HEADER */
.menu-header {
    display: flex;
    justify-content: space-between;
    padding: 15px;
    font-weight: bold;
    border-bottom: 1px solid #eee;
    color: #000;
}

.close-btn {
  cursor: pointer;
}

/* MENU LIST */
.menu-list {
  list-style: none;
  padding: 10px;
}

.menu-list li {
  margin-bottom: 10px;
}

.menu-list a {
  display: block;
  padding: 10px;
  border-radius: 6px;
  color: #333;
  text-decoration: none;
  transition: 0.3s;
}

.menu-list a:hover {
  background: #f2f2f2;
}

/* BOOK BUTTON */
.book-btn {
  background: #28a745;
  color: #fff !important;
  text-align: center;
}

/* OVERLAY */
#menuOverlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.4);
  display: none;
  z-index: 9998;
}

#menuOverlay.show {
  display: block;
}
.locaioncard > div:first-child {
    font-weight: 800;
    font-size: 17px;
}


	.locaioncardaddresss {
    line-height: 20px;
    padding: 7px 0;
}
.hide{
	display:none}
	
		h4 {
    font-size: 24px;
    font-weight: 400;
    line-height: 150%;
}

p.font-700 {
    font-weight: 900;
}

p.higli {
    font-weight: 800;
    font-size: 19px;
  
}
img.lineimg {
    padding-bottom: 10px;
}