/* body {
	font-family: "Roboto", sans-serif;
	background-image: url('/assets/img/all.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
} */
body{
	display: block;
	height: auto;
}
p,
a {
	font-family: 'Yaro';
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Libertinus Serif", serif;
}

.container {
	z-index: 2;
}

.menu-navbar {
	position: absolute;
	width: 100%;
	/* margin-top: 20px;
     */
}

.menu-navbar .navbar-brand img {
	height: 30px;
}

.menu-navbar .navbar-nav .nav-item a {
    color: #fff !important;
    font-size: 15px;
    padding-right: 30px;
    font-weight: 300;
    font-family: "Yaro" !important;
}

.book {
	font-family: "Yaro" !important;
	color: #fff;
	text-transform: uppercase;
	font-size: 16px;
	letter-spacing: 0.8px;
}

.contact-section {
	padding: 50px 0;
}

.contact-us ul {
	padding: 0;
	margin: 0;
	margin-bottom: 25px;
}

.contact-us ul li {
	list-style: none;
	line-height: 30px;
}

.contact-us ul li a, .contact-us ul li span {
    color: #000;
    text-decoration: none;
    font-size: 16px;
    font-family: 'Roboto';
    margin-left: 5px;
}

.map iframe {
	height: 230px;
	width: auto;
}

.contact-us h2 {
	font-size: 24px;
	margin-bottom: 8px;
	font-weight: 700;
	color: #1d3e73;
}

.contact-form h3 {
	font-size: 24px;
	margin-bottom: 15px;
	font-weight: 700;
	color: #1d3e73;
}

.contact-form .form-control {
	margin-bottom: 20px;
	border-radius: 8px;
}

.contact-form label {
	font-size: 15px;
	font-weight: 500;
}

.form-check-input:focus {
	border-color: #86b7fe;
	outline: 0;
	box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 0%);
}

.contact-form button {
	background: #1d3e73;
	color: #fff;
	border-radius: 8px;
	border: 1px solid #1d3e73;
	padding: 10px 15px;
	margin-top: 20px;
	font-weight: 600;
	transition: 0.4s;
}

.contact-form button:hover {
	background: #c2995e;
	color: #fff;
	border: 1px solid #c2995e;
	transform: translateY(-5px);
}

.footer-section {
	background-color: #1d3e73;
	color: #ffffff;
	padding: 50px 0 0;
	margin-top: 20px;
}

.footer-section h5 {
	font-weight: 600;
	margin-bottom: 20px;
	font-family: 'Yaro';
	font-size: 16px;
}

.footer-section p {
	font-size: 13px;
	line-height: 28px;
}

.footer-section a {
	color: #ffffff;
	text-decoration: none;
	display: block;
	margin-bottom: 12px;
	font-size: 14px;
	transition: 0.3s;
}

.footer-section a:hover {
	color: #ffc107;
}

.footer-logo {
	color: #ffc107;
	font-weight: 600;
}

.social-icons a {
	font-size: 22px;
	margin-right: 15px;
	display: inline-block;
}

.store-btn {
	width: 140px;
	margin-bottom: 10px;
}

.copyright-section {
	background-color: #000;
	color: #fff;
	padding: 10px 0;
}

.copyright-section a.terms {
	margin-left: 20px;
	margin-bottom: 0;
	font-size: 13px;
}

.app-banner {
	min-height: 100vh;
	background-image: url("../img/banner1.png");
	background-size: cover;
	background-position: center;
	display: flex;
	align-items: center;
	color: #fff;
}

.banner-content p {
	font-weight: 700;
	letter-spacing: 0.5px;
	margin-bottom: 15px;
	font-size: 16px;
}

.banner-content h3 {
	font-size: 24px;
	font-weight: 700;
	line-height: 1.4;
}

.store-btn1 {
	background-color: #c2995e;
	color: #fff;
	border-radius: 10px;
	padding: 12px 18px;
	display: inline-flex;
	align-items: center;
	gap: 10px;
	margin-right: 15px;
	text-decoration: none;
	transition: 0.3s;
	font-size: 14px;
}

.store-btn1:hover {
	background-color: #b8924e;
	color: #fff;
}

.store-btn1 strong {
	font-size: 18px;
}

.store-btn1 i {
	font-size: 28px;
}

.phone-img {
	max-width: 340px;
	width: 100%;
}

@media (max-width: 991px) {
	.app-banner {
		text-align: center;
	}

	.store-btn1 {
		margin-bottom: 15px;
	}
}

.stamp-section-title {
	letter-spacing: 2px;
	color: #1d3e73;
	font-weight: bold;
	text-transform: uppercase;
}

.stamp-card {
	min-width: 140px;
	height: 140px;
	background-color: #fef2ea;
	border-radius: 12px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: all 0.3s ease;
	text-decoration: none;
	border: none;
	flex-shrink: 0;
}

.stamp-card img {
	width: 60px;
	height: auto;
	margin-bottom: 10px;
	transition: filter 0.3s ease;
	filter: sepia(100%) saturate(300%) hue-rotate(350deg) brightness(100%);
}

.stamp-card span {
	font-size: 15px;
	color: #f7bf70;
	font-weight: 500;
	text-align: center;
}

.stamp-card:hover img,
.stamp-card.active img {
	filter: invert(24%) sepia(21%) saturate(2255%) hue-rotate(194deg) brightness(92%) contrast(92%);
}

.stamp-card:hover span,
.stamp-card.active span {
	color: #1d3e73;
}

.gallery-section {
	padding: 60px 0;
	overflow: hidden;
}

.owl-stage {
	display: flex;
	align-items: center;
}

.gallery-card {
	height: 550px;
	width: 220px;
	background-size: cover;
	background-position: center;
	border-radius: 30px;
	position: relative;
	cursor: pointer;
	overflow: hidden;
	transition: all 1.2s cubic-bezier(0.4, 0, 0.2, 1);
	box-shadow: inset 0 -150px 100px -50px rgba(0, 0, 0, 0.8);
	filter: brightness(0.8);
}

@media (max-width: 768px) {
	.gallery-card {
		width: 100% !important;
		height: 400px;
	}
}

.stamp-section-title {
	letter-spacing: 1px;
	color: #1d3e73;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 28px;
}

.all {
	border: 1px solid #1d3e73;
	color: #1d3e73;
	text-decoration: none;
	font-size: 15px;
	border-radius: 8px;
	align-items: center;
	width: 14%;
	padding: 8px 15px;
	font-weight: 600;
}

.all img {
	height: 30px;
	margin-right: 5px;
}

.nav-tabs {
	border-bottom: 0px solid #dee2e6;
}

.hero-wrapper {
	position: relative;
	height: 100vh;
	overflow: hidden;
}

.hero-wrapper .carousel,
.hero-wrapper .carousel-inner,
.hero-wrapper .carousel-item {
	height: 100vh;
}

.hero-wrapper .carousel-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.hero-overlay {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.2);
	z-index: 1;
}

.hero-content {
	position: absolute;
	top: 60px;
	right: 60px;
	z-index: 2;
	text-align: center;
	color: #fff;
	max-width: 450px;
}

.brand-gold {
	color: #c2995e;
	letter-spacing: 2px;
	font-size: 64px;
	font-weight: 700 !important;
}

.order {
	background-color: #c2995e;
	border: none;
	color: #1d3e73;
	font-weight: 700;
	border-radius: 8px;
	padding: 12px 28px;
	transition: all 0.3s ease;
}

.order:hover {
	background-color: #d67d00;
	transform: translateY(-3px);
}

@media (max-width: 992px) {
	.hero-content {
		top: 40px;
		right: 30px;
		max-width: 380px;
	}
}

@media (max-width: 768px) {

	.hero-wrapper,
	.hero-wrapper .carousel,
	.hero-wrapper .carousel-inner,
	.hero-wrapper .carousel-item {
		height: 70vh;
	}

	.hero-content {
		text-align: center;
		max-width: 90%;
	}

	.hero-content h1 {
		font-size: 2rem;
	}
}

.hero-slide-content {
	height: 115vh;
	min-height: 600px;
	background-size: cover;
	background-position: center bottom;
	position: relative;
	overflow: hidden;
}

.hero-big-text {
	position: absolute;
	top: 55%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: clamp(5rem, 15vw, 18rem);
	font-weight: 800;
	color: rgba(255, 255, 255, 0.8);
	white-space: nowrap;
	z-index: 1;
	letter-spacing: -5px;
}

.small-desc {
	font-size: 14px;
	line-height: 28px;
	max-width: 400px;
	padding-top: 8%;
}

.custom-nav-buttons .nav-btn {
	background: #1d3e73;
	color: white;
	border: none;
	width: 45px;
	height: 45px;
	border-radius: 50%;
	margin-left: 10px;
	transition: 0.3s;
}

.custom-nav-buttons .nav-btn:hover {
	background: #c2995e;
}

@media (max-width: 768px) {
	.hero-big-text {
		font-size: 4rem;
		top: 60%;
	}

	.small-desc {
		text-align: center;
		margin: 0 auto;
	}
}

.boudha-slider-section {
	position: relative;
}

.swiper-slide {
	width: 200px;
	transition: width 0.4s ease;
	cursor: pointer;
}

.swiper-slide-active {
	width: 400px;
}

.swiper-slide:hover {
	width: 400px;
}

.swiper-wrapper {
	align-items: stretch;
}

.place-card {
	height: 480px;
	border-radius: 16px;
	overflow: hidden;
	position: relative;
}

.place-card img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(to top, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.1));
	border-radius: 16px;
}

.card-content {
	position: absolute;
	bottom: 20px;
	left: 20px;
	color: #fff;
}

.custom-arrow {
	width: 50px !important;
	height: 50px !important;
	background: #ffffff;
	border-radius: 50%;
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
	display: flex !important;
	align-items: center;
	justify-content: center;
	transition: 0.3s ease;
}

.custom-arrow::after {
	font-size: 18px !important;
	font-weight: bold;
	color: #333;
}

.custom-arrow:hover {
	transform: scale(1.1);
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.18);
}

.swiper-button-prev {
	left: 15px;
}

.swiper-button-next {
	right: 15px;
}

.boudhaSwiper {
	height: 480px;
}

.stamp-card {
	background: #FEF2EA !important;
	margin-right: 30px;
	border: #FEF2EA !important;
	border-radius: 10px !important;
	margin-bottom: 20px !important;
}

.stamp-details {
	padding: 50px 0;
}

.get img {
	width: 100%;
	height: auto;
	object-fit: cover;
	cursor: pointer;
}

.stamp-grid {
	position: relative;
	min-height: 500px;
}

.stamp {
	position: absolute;
	transition: transform 0.3s ease;
	cursor: pointer;
	filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.1));
}

.stamp:hover {
	transform: scale(1.1) rotate(0deg) !important;
}
#stampGrid .stamp-container div:nth-child(1) {
	top: 14%;
	left: 7%;
	transform: rotate(325deg);

}

#stampGrid .stamp-container div:nth-child(2) {
	top: 47%;
	left: 5%;
}

#stampGrid .stamp-container div:nth-child(4) {
	bottom: -13%;
	left: 3%;
	transform: rotate(316deg);
}

#stampGrid .stamp-container div:nth-child(3) {
	top: 38%;
	left: 38%;
	transform: rotate(3deg);
}

#stampGrid .stamp-container div:nth-child(5) {
	bottom: 0%;
	left: 37%;
	transform: rotate(321deg);
}

#stampGrid .stamp-container div:nth-child(6) {
	top: 46%;
	right: 8%;
	transform: rotate(307deg);
}

#stampGrid .stamp-container div:nth-child(7){
	bottom: -8%;
	right: 5%;
	transform: rotate(130deg);
}

.stamp-img {
	max-width: 120px;
	height: auto;
	padding: 1px;
}

.stamp-text-hint {
	font-size: 18px;
	text-align: center;
	color: #1d3e73;
	padding-top: 20px;
	font-weight: 700;
}

/* .stamp-part {
     border: 2px solid #fadf54;
     border-radius: 8px;
} */
.detail-view {
	background: rgb(0 0 0 / 40%);
	color: white;
	padding: 30px;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: none;
	overflow-y: auto;
	border-radius: 0 8px 8px 0;
	backdrop-filter: blur(2px);
}

.detail-view.active {
	display: block;
}

.stamp-journey-title {
	font-size: 40px;
	text-align: center;
	margin-bottom: 0px;
	text-transform: uppercase;
	font-weight: 900;
	letter-spacing: 1px;
}

h4.stamp-journey-head {
	text-align: center;
	font-weight: 900;
	font-size: 30px;
	text-transform: uppercase;
}

.detail-stamp-img {
	width: 150px;
	display: block;
	margin: 0 auto;
}

@media (max-width: 768px) {

	/* .stamp-grid {
         position: static;
         height: auto;
         display: flex;
         flex-wrap: wrap;
         gap: 15px;
         justify-content: center;
         padding: 20px 0;
    }
     */
	.stamp {
		/* position: static;
         */
		transform: rotate(0deg) !important;
	}

	/* .map-info {
		position: relative !important;
		top: 0;
		right: 0 !important;
		max-width: 100% !important;
		margin-bottom: 15px;
	} */
}

.detail-view {
	position: relative;
	height: auto;
	margin-top: 20px;
}
}

.stamp-location {
	padding: 50px 0;
}

.map-container {
	position: relative;
	margin: auto;
}

.map-container img {
	width: 100%;
	display: block;
}

.place-text {
	position: absolute;
	color: #000;
	font-weight: bold;
	font-size: 16px;
	opacity: 0;
	transition: opacity 0.3s ease-in-out;
	pointer-events: none;
}

.hover-area {
	position: absolute;
	width: auto;
	height: auto;
	cursor: pointer;
}

.hover-area:hover+.place-text {
	opacity: 1;
}

.everest-area {
	top: 10%;
	left: 65%;
}

.everest-text {
	top: 8%;
	left: 65%;
}

.annapurna-area {
	top: 25%;
	left: 50%;
}

.annapurna-text {
	top: 23%;
	left: 50%;
}

.lumbini-area {
	top: 50%;
	left: 40%;
}

.lumbini-text {
	top: 68%;
	left: 40%;
}

.kathmandu-area {
	top: 40%;
	left: 60%;
}

.kathmandu-text {
	top: 38%;
	left: 60%;
}

.info-section {
	text-align: left;
	font-size: 14px;
}

.info-row {
	margin-bottom: 8px;
	font-size: 16px;
}

.info-row strong {
	font-weight: 700;
	font-size: 18px;
}

.description {
	margin-top: 10px;
	line-height: 25px;
	font-size: 16px;
	font-family: sans-serif;
}

.best-info {
	margin-top: 10px;
	text-align: left;
}

.best-title {
	font-weight: 700;
	margin-bottom: 10px;
	display: block;
	font-size: 16px;
}

.best-info ul li {
	font-size: 16px;
	line-height: 28px;
}

.about-section {
	padding: 50px 0;
	position: relative;
}

.display-title {
	font-size: 80px;
	line-height: 80px;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 2rem;
	color: #1d3e73;
	font-weight: 900;
}

.accent-text {
	color: #c2995e;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 3px;
	font-size: 0.85rem;
	display: block;
	margin-bottom: 1rem;
}

.image-container {
	position: relative;
	padding-right: 40px;
}

.main-img {
	width: 100%;
	height: 600px;
	object-fit: cover;
	border-radius: 4px;
	filter: grayscale(20%);
	transition: 0.5s ease;
}

.floating-card {
	position: absolute;
	bottom: -30px;
	right: 0;
	background: rgba(255, 255, 255, 0.8);
	backdrop-filter: blur(10px);
	padding: 30px;
	border-radius: 4px;
	box-shadow: 20px 20px 60px rgba(0, 0, 0, 0.05);
	max-width: 250px;
}

.stamp-count {
	font-family: 'Syne', sans-serif;
	font-size: 2.5rem;
	color: #c2995e;
	display: block;
}

.btn-modern {
	background: #1d3e73;
	color: white;
	padding: 18px 40px;
	;
	text-transform: uppercase;
	font-size: 16px;
	letter-spacing: 1px;
	transition: 0.3s;
	border: none;
	margin-top: 2rem;
	font-weight: 700;
	border-radius: 8px;
}

.btn-modern:hover {
	background: #c2995e;
	transform: translateY(-5px);
	color: white;
}

.lead-text {
	font-size: 20px;
	font-weight: 500;
	line-height: 33px;
}

.small-text {
	font-size: 16px;
	line-height: 31px;
	margin-bottom: 0;
}

.place-text img {
	width: 160px !important;
	height: auto;
}

.place-text h5 {
	color: #fff;
	font-size: 20px;
}

.map-loc {
	position: relative;
	padding-top: 20px;
	margin: 0 auto;
	overflow: hidden;
}

.base-map {
	width: 100%;
	display: block;
	height: auto;
}

.map-icon {
	position: absolute;
	transform: translate(-50%, -50%);
	cursor: pointer;
	z-index: 5;
	opacity: 0;
	transition: opacity 0.4s ease, transform 0.3s ease;
}

.map-icon:hover {
	opacity: 1;
	transform: translate(-50%, -50%) scale(1.1);
	z-index: 10;
}

.map-icon img {
	width: 130px;
	height: auto;
	display: block;
	margin: 0 auto;
}

.map-info {
    position: absolute;
    top: 10%;
    right: 0%;
    max-width: 50%;
	text-align: right;
}

.map-info p {
	font-size: 14px;
	color: #1d3e73;
	font-weight: 500;
	margin-bottom: 0;
	line-height: 25px;
}

.icon-label {
	display: block;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	background: rgba(0, 0, 0, 0.7);
	padding: 2px 8px;
	border-radius: 4px;
	margin-top: 5px;
	white-space: nowrap;
}

@media (max-width: 768px) {
	.map-icon img {
		width: 40px;
	}

	.icon-label {
		font-size: 9px;
	}
}

.pos-shey-phoksundo {
	top: 33%;
	left: 32%;
}

.pos-mahakali {
	top: 40%;
	left: 9%;
}

.pos-bardiya {
	top: 60%;
	left: 25%;
}

.pos-lumbini {
	top: 68%;
	left: 39%;
}

.pos-kathmandu {
	top: 63%;
	left: 62%;
}

.pos-janaki {
	top: 87%;
	left: 73%;
}

.pos-illam {
	top: 90%;
	left: 94%;
}

.pos-chitwan {
	top: 75%;
	left: 53%;
}

.pos-annapurna {
	top: 49%;
	left: 52%;
}

.pos-everest {
	top: 60%;
	left: 83%;
}

@media (max-width: 991px) {
	.menu-navbar .navbar-nav .nav-item a {
		padding-right: 15px;
		color: #000;
	}

	.display-title {
		font-size: 50px;
		line-height: 55px;
	}

	.main-img {
		height: 400px;
		margin-bottom: 30px;
	}

	.banner-section .hero-slide-content {
		height: 70vh;
	}

	.small-desc {
		padding-top: 10%;
		max-width: 100%;
	}

	.all {
		width: 30%;
	}
}

@media (max-width: 767px) {
	.display-title {
		font-size: 36px;
		line-height: 42px;
		text-align: center;
	}

	.lead-text,
	.small-text {
		text-align: center;
	}

	.btn-modern {
		display: block;
		margin: 2rem auto;
	}

	/* .stamp-grid {
         display: flex;
         flex-wrap: wrap;
         justify-content: center;
         height: auto;
         gap: 20px;
         padding: 40px 10px;
    }
     */
	.stamp {
		position: relative;
		transform: none !important;
		display: contents;
	}

	    .stamp-img {
        max-width: 80px;
        margin-right: 5px;
        margin-bottom: 20px;
    }

	.map-icon {
		opacity: 1;
		transform: translate(-50%, -50%) scale(0.7);
	}

	.map-icon img {
		width: 60px;
	}

	.icon-label {
		font-size: 8px;
		padding: 1px 4px;
	}

	/* Carousel & Banners .hero-content {
         right: 0;
         left: 0;
         margin: auto;
         padding: 20px;
    }
     */
	.brand-gold {
		font-size: 40px;
	}

	.app-banner {
		min-height: 50vh;
		padding: 50px 0;
	}

	.swiper-slide-active,
	.swiper-slide:hover {
		width: 100% !important;
	}

	.place-card {
		height: 350px;
	}

	.contact-form {
		margin-top: 40px;
	}

	.all {
		width: 50%;
	}

	.footer-section {
		text-align: center;
	}

	.social-icons {
		justify-content: center;
		display: flex;
	}
}

@media (max-width: 480px) {
	.stamp-card {
		min-width: 110px;
		height: 110px;
		margin-right: 10px;
	}

	.stamp-card img {
		width: 40px;
	}

	.stamp-card span {
		font-size: 12px;
	}
}

@media (max-width: 1024px) {
	.display-title {
		font-size: 48px;
		line-height: 55px;
	}

	.hero-big-text {
		font-size: 6rem;
	}

	.swiper-slide-active,
	.swiper-slide:hover {
		width: 320px !important;
	}

	.place-card {
		height: 420px;
	}
}

@media (max-width: 991px) {
	.menu-navbar {
		background: #ffffff;
		position: relative;
		margin-top: 0;
	}

	.menu-navbar .navbar-nav {
		text-align: center;
		padding: 20px 0;
	}

	.menu-navbar .navbar-nav .nav-item a {
		padding: 10px 0;
		display: block;
	}

	.book {
		display: block;
		text-align: center;
		margin-top: 10px;
		color: #000 !important;
	}

	.hero-slide-content {
		min-height: 70vh;
		background-position: center;
	}

	.small-desc {
		max-width: 100%;
		padding-top: 9%;
		text-align: left;
	}

	.image-container {
		padding-right: 0;
	}

	.floating-card {
		position: relative;
		bottom: 0;
		margin-top: 20px;
		max-width: 100%;
	}

	.stamp-container {
		flex-wrap: wrap;
		gap: 0px;
	}

	.stamp-card {
		min-width: 120px;
		height: 120px;
	}

	.swiper-slide {
		width: 250px !important;
	}

	.swiper-slide-active {
		width: 300px !important;
	}

	.boudhaSwiper {
		height: 300px;
	}

	.map iframe {
		width: 100% !important;
		height: 250px !important;
	}
}

@media (max-width: 768px) {
	.hero-slide-content {
		min-height: 60vh;
	}

	.custom-nav-buttons {
		margin-top: 15px;
		justify-content: center;
	}

	.hero-content {
		padding: 20px;
		max-width: 95%;
	}

	.brand-gold {
		font-size: 32px;
	}

	.display-title {
		font-size: 32px;
		line-height: 40px;
	}

	.lead-text {
		font-size: 16px;
		line-height: 28px;
	}

	.small-text {
		font-size: 14px;
		line-height: 24px;
	}

	.stamp-part .row {
		flex-direction: column;
	}

	.stamp-part img {
        width: 100%;
        height: auto;
        margin-bottom: 20px;
    }

	.stamp-text-hint {
		font-size: 25px;
	}

	.map-loc {
		overflow-x: auto;
	}

	.app-banner {
		padding: 60px 20px;
		text-align: center;
	}

	.store-btn1 {
		justify-content: center;
		width: 40%;
		margin-bottom: 15px;
	}

	.footer-section .row {
		text-align: center;
	}

	.copyright-section .row {
		flex-direction: column;
	}

	.copyright-section .col-md-6 {
		text-align: center !important;
		justify-content: center !important;
	}

	.map-icon img {
		width: 80px;
		height: auto;
		display: block;
		margin: 0 auto;
	}

	.stamp-details .col-md-6 {
		flex: 0 0 auto;
		width: auto;
	}
}

@media (max-width: 480px) {

	.detail-part {
		justify-content: center !important;
	}

	.detail-part a {
		background: #1d3e73 !important;
		border-color: #1d3e73 !important;
		color: #fff !important;
	}

	.accent-text {
		text-align: center;
	}

	.all {
		display: none !important;
	}

	.lead {
		font-size: 18px;
		font-weight: 500;
	}

	.order {
		padding: 12px;
	}

	.book-pass {
		justify-content: center !important;
	}

	.store-btn1 {
		justify-content: center;
		width: 100%;
		margin-bottom: 15px;
	}

	.display-title {
		font-size: 26px;
	}

	.brand-gold {
		font-size: 26px;
	}

	.btn-modern {
		padding: 12px 20px;
		font-size: 14px;
	}

	.stamp-card {
		min-width: 100px;
		height: 100px;
	}

	.stamp-card img {
		width: 35px;
	}

	.stamp-card span {
		font-size: 11px;
	}

	.place-card {
		height: 300px;
	}

	.map-icon img {
		width: 45px;
	}

	.icon-label {
		font-size: 8px;
	}

	.process-container .row>* {
		max-width: 48%;
		padding-top: 5px;
	}
}

.menu-navbar {
	position: fixed !important;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
	background: transparent !important;
	padding: 15px 0;
	transition: all 0.4s ease;
}

.banner-section,
.hero-wrapper {
	margin-top: 0;
}

.menu-navbar.scrolled {
	background: #1d3e73 !important;
	padding: 10px 0;
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
}

.menu-navbar .nav-link,
.menu-navbar .book {
	color: #fff !important;
}

@media (max-width: 991px) {
	.menu-navbar .navbar-brand img {
		height: 20px;
	}

	.menu-navbar {
		background: #1d3e73 !important;
	}

	.menu-navbar .navbar-collapse {
		background: #1d3e73;
		padding: 15px 0;
	}

	.menu-navbar .nav-link {
		color: #fff !important;
		padding: 12px 0;
	}

	.menu-navbar .book {
		color: #fff !important;
		display: block;
		margin-top: 10px;
		text-align: center;
	}

	.menu-navbar .navbar-toggler {
		border-color: rgba(255, 255, 255, 0.6);
	}

	.menu-navbar .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='rgba%28255, 255, 255, 1%29' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
	}

	.menu-navbar .navbar-collapse {
		background: #1d3e73;
		padding: 15px 0;
	}

	.menu-navbar .nav-link {
		color: #ffffff !important;
		text-align: center;
		padding: 12px 0;
	}

	.menu-navbar .book {
		color: #ffffff !important;
		display: block;
		text-align: center;
		margin-top: 10px;
	}

	.menu-navbar .nav-link:hover {
		color: #c2995e !important;
	}
}

.step-section {
	padding: 50px 0;
}

.process-title {
	font-weight: 700;
	margin-bottom: 80px;
}

.process-title span {
	color: #1d3e73;
}

.process-container {
	position: relative;
}

.process-svg {
	position: absolute;
	top: 70px;
	left: 0;
	width: 100%;
	height: 120px;
	z-index: 1;
}

.process-step {
	position: relative;
	z-index: 2;
	text-align: center;
}

.step-number {
	width: 45px;
	height: 45px;
	background: #c2995e;
	color: #fff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: auto;
	font-weight: bold;
	box-shadow: 0 5px 12px rgba(0, 0, 0, 0.15);
}

.step-content {
	max-width: 200px;
	margin: 15px auto 0;
}

.step-title {
	font-weight: 700;
	font-size: 20px;
	color: #1d3e73;
	margin-bottom: 4px;
}

.step-desc {
	font-size: 14px;
	color: #1d3e73;
	font-weight: 500;
	margin-bottom: 0;
}

.step-up {
	transform: translateY(110px);
}

.step-down {
	transform: translateY(50px);
}

@media (max-width: 768px) {
	.process-svg {
		display: none !important;
	}

	.step-up,
	.step-down {
		transform: none;
		padding-top: 40px;
	}
	p.title-desc {
    max-width: 100% !important;
    margin-bottom: 20px !important;
	font-size: 10px;
}
}

.hero-slide-content {
	height: 100vh;
}

.video-background {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.video-background iframe {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100vw;
	height: 56.25vw;
	min-width: 177.78vh;
	min-height: 100vh;
	transform: translate(-50%, -50%);
}

.modal-backdrop.show {
	background-color: rgba(0, 0, 0, 0.4) !important;
	backdrop-filter: blur(12px);
	-webkit-backdrop-filter: blur(12px);
	opacity: 1 !important;
}

#imageGalleryModal .modal-content {
	background: transparent;
	border: none;
}

#imageGalleryModal .carousel-item {
	overflow: hidden;
	height: 50vh;
	text-align: center;
}

#imageGalleryModal .carousel-control-next-icon,
#imageGalleryModal .carousel-control-prev-icon {
	display: inline-block;
	width: 2rem;
	height: 2rem;
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: 100% 100%;
	background-color: orange;
	border-radius: 50%;
	top: -15%;
	position: relative;
}

#imageGalleryModal .carousel-control-next,
#imageGalleryModal .carousel-control-prev {
	width: 5%;
}

#imageGalleryModal .carousel-item img {
	max-height: 100%;
	width: auto;
	margin: auto;
	transition: transform 0.3s ease-out;
	cursor: zoom-in;
}

#imageGalleryModal .carousel-item img.is-zoomed {
	transform: scale(2.5);
	cursor: zoom-out;
}

@media (min-width: 1200px) {
	#imageGalleryModal .modal-xl {
		max-width: 1340px;
	}
}

@media (min-width: 768px) and (max-width: 1000.98px) {
	.stamp-lukla {
		bottom: 6% !important;
		right: 5% !important;
	}

	.stamp-tilicho {
		bottom:-6% !important;
		left: 3% !important;
	}
}


.grid-blurred {
	filter: blur(8px);
	pointer-events: none;
}

.popup-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.1);
	z-index: 10;
	display: none;
	justify-content: center;
	align-items: center;
	cursor: zoom-out;
	opacity: 0;
	transition: opacity 0.3s ease;
}

.popup-overlay.active {
	display: flex;
	opacity: 1;
}

.zoom-wrapper {
	text-align: center;
}

.zoomed-stamp {
	max-width: 80%;
	max-height: 80%;
	transform: scale(0.5);
	transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	filter: drop-shadow(0 10px 25px rgba(0, 0, 0, 0.15));
}

.popup-overlay.active .zoomed-stamp {
	transform: scale(1.1);
}

.partner-section {
	padding-bottom: 50px;
	padding-top: 50px;
}

.partner-section .owl-carousel .item {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100px;
}

.partner-section .owl-carousel .item img {
	max-width: 150px;
	width: auto;
}
.step-img {
    margin-top: 30px;
}
@media (min-width: 480px) {
	.step-img{
		display: none;
	}
	.overlay-img {
    display: none;
}
}
@media (max-width: 480px) {
	.img-icon {
    position: relative;
}

.img-icon img {
    width: 100%;
    display: block;
}

.overlay-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.overlay-img h2 {
    color: #fff;
    margin-bottom: 5px;
	font-size: 18px;
}

.overlay-img i {
    font-size: 25px;
    color: #fff;
    cursor: pointer;

    animation: blink 1s infinite;
}

@keyframes blink {
    0%   { opacity: 1; }
    50%  { opacity: 0.2; }
    100% { opacity: 1; }
}
	.process-container{
		display: none;
	}
	img#popupImg {
    width: 100%;
    height: 130px;
}
.process-container::before {
    content: '';
    position: absolute;
    top: 20px;
    left: 22px;
    height: 82%;
    width: 2px;
    border-left: 2px dashed #c2995e;
    z-index: 0;
}
	.stamp-grid {
		position: relative;
		min-height: 280px !important;
	}

	.stamp-section-title {
		letter-spacing: 1px;
		color: #1d3e73;
		font-weight: bold;
		text-transform: uppercase;
		font-size: 13px;
		text-align: left;
	}

	    section {
        padding: 10px 0 !important;
    }
	.border-bottom.border-primary.border-2.me-3 {
    width: 30px !important;
}
.row.g-0.mb-5 {
    margin-bottom: 5px !important;
}
	.map-info h2 {
    font-size: 11px !important;
    margin-bottom: 5px !important;
}
.map-info h3 {
    font-size: 11px !important;
    margin-bottom: 5px !important;
}
.contact-us ul li a, .contact-us ul li span {
    color: #000;
    text-decoration: none;
    font-size: 12px;
    font-family: 'Roboto';
    margin-left: 5px;
}
.contact-us h2 {
    font-size: 16px;
    margin-bottom: 8px;
    font-weight: 700;
    color: #1d3e73;
}
.process-step {
    display: flex;
	text-align: left;
}
.contact-us ul li {
    list-style: none;
    line-height: 22px;
}
.contact-us ul li i {
    font-size: 12px;
}
        .process-container .row>* {
        max-width: 100%;
        padding-top: 6px;
		margin-bottom: 0 !important; 
    }
	    .process-container .col-md {
        width: 100% !important;
    }
	.step-up, .step-down {
        transform: none;
        padding-top: 0px;
    }
	.step-number {
    height: 25px;
	width: 25px;
    margin: 10px;
	font-size: 12px;
}
.step-content {
    max-width: 205px;
    margin: 3px;
    text-align: left;
}
.step-title {
    
    font-size: 12px;
    
}
.step-desc {
    font-size: 10px;
    
}
.contact-form h3 {
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: 700;
    color: #1d3e73;
}
.contact-form label {
    font-size: 12px;
    font-weight: 500;
}
.contact-form input::placeholder{
	font-size: 12px;
}
.contact-form .form-control {
    margin-bottom: 10px;
    border-radius: 8px;
}
.contact-form button {
    background: #1d3e73;
    color: #fff;
    border-radius: 8px;
    border: 1px solid #1d3e73;
    padding: 5px 15px;
    margin-top: 20px;
    font-weight: 600;
    transition: 0.4s;
    font-size: 12px;
}
.footer-section p {
    font-size: 10px;
    line-height: 20px;
}
.footer-section a {
    color: #ffffff;
    text-decoration: none;
    display: block;
    margin-bottom: 10px;
    font-size: 10px;
    transition: 0.3s;
}
.footer-section h5 {
    font-weight: 600;
    margin-bottom: 20px;
    font-family: 'Yaro';
    font-size: 12px;
}
.store-btn {
    width: 110px;
    margin-bottom: 10px;
}
.copyright-section a.terms {
    margin-left: 20px;
    margin-bottom: 0;
    font-size: 10px;
}
.col-lg-2.col-md-6.mb-4 {
    width: 50%;
}
.social-icons.mt-3 a i {
    font-size: 16px;
}
.footer-section p {
    font-size: 10px;
    line-height: 16px;
    margin-bottom: 0 !important;
}
h5.footer-logo img {
    height: 25px;
}
.footer-section {
    background-color: #1d3e73;
    color: #ffffff;
    padding: 30px 0 0;
    margin-top: 20px;
}
.banner-section .hero-slide-content {
        height: 50vh;
    }
	.stamp-text-hint {
        font-size: 14px;
    }
}

section.stamp-location {
	padding-top: 50px;
}
h5.footer-logo img {
    height: 35px;
}
.hero-slide-content iframe{
	height: 100vh;
	width: 100%;
}
.map-info h2 {
    color: #1d3e73;
    font-family: 'Yaro';
    font-size: 45px;
    font-weight: 900;
    letter-spacing: 1px;
    margin-bottom: 10px;
}
.map-info h3 {
    color: #1d3e73;
    font-family: 'Yaro';
    font-size: 30px;
    font-weight: 900;
    letter-spacing: 1px;
	margin-top: 10px;
}
.map-info h3 b {
    color: rgba(195, 154, 94, 1);
	font-size: 35px;
}
p.title-desc {
    max-width: 60%;
    margin-bottom: 30px;
}
/* test */

.main-image {
    width: 100%;
    cursor: pointer;
}

.gslide-image img {
    transition: transform 0.4s ease;
    cursor: zoom-in;
    transform-origin: center center;
}

.gslide-image img.zoomed {
    transform: scale(2);
    cursor: zoom-out;
}
.goverlay {
    width: 100%;
    height: calc(100vh + 1px);
    position: fixed;
    top: -1px;
    left: 0;
    background: #000;
    will-change: opacity;
    background-color: rgba(0, 0, 0, 0.4) !important;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    opacity: 1 !important;
}
@media (min-width: 769px) {
    .glightbox-clean .gslide-media {
        -webkit-box-shadow: none;
        box-shadow: none !important;
    }
}
@media (max-width: 480px) {
.map-info h2 span {
    font-size: 14px !important;
    color: rgba(195, 154, 94, 1);
}
.map-info h3 b {
    color: rgba(195, 154, 94, 1);
    font-size: 12px !important;
}
.map-info {
    position: absolute;
    top: 10%;
    right: 0%;
    max-width: 50%;
    text-align: right;
}
.map-info h3 {
    color: #1d3e73;
    font-family: 'Yaro';
    font-size: 10px;
    font-weight: 900;
    letter-spacing: 1px;
    margin-top: 10px;
}
}
@media (max-width: 767px) {
    .stamp-grid {
    position: relative;
    min-height: 280px;
}
.map-info h2 span {
    font-size: 14px !important;
    color: rgba(195, 154, 94, 1);
}
.map-info h3 b {
    color: rgba(195, 154, 94, 1);
    font-size: 12px !important;
}
.map-info {
    position: absolute;
    top: 10%;
    right: 0%;
    max-width: 50%;
    text-align: right;
}
.map-info h3,.map-info h2 {
    color: #1d3e73;
    font-family: 'Yaro';
    font-size: 18px;
    font-weight: 900;
    letter-spacing: 1px;
    margin-top: 10px;
}
}
@media (max-width: 769px) {
    .stamp-grid {
    position: relative;
    /* min-height: 280px; */
}
.stamp-section-title {
    text-align: left;
}
.process-container .col-md {
    width: 50%;
}
}
@media (min-width: 769px) and (max-width: 991.98px) {
.stamp-img {
    max-width: 65px;
    height: auto;
    padding: 1px;
}

	    .stamp-grid {
        min-height: 330px;
    }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
	.stamp-img {
        max-width: 90px;
        height: auto;
        padding: 1px;
    }
	.stamp-grid {
    position: relative;
    min-height: 490px;
}
	#stampGrid .stamp-container div:nth-child(2) {
    top: 38%;
    left: 5%;
}
#stampGrid .stamp-container div:nth-child(3) {
    top: 30%;
    left: 38%;
    transform: rotate(3deg);
}
#stampGrid .stamp-container div:nth-child(6) {
    top: 35%;
    right: 8%;
    transform: rotate(307deg);
}
.stamp-tilicho {
        bottom: 8% !important;
        left: 3% !important;
    }
	#stampGrid .stamp-container div:nth-child(5) {
    bottom: 20%;
    left: 37%;
    transform: rotate(321deg);
}.steps-container::before {
            content: '';
            position: absolute;
            top: 0;
            left: 18px; /* Half of the dot size */
            height: 100%;
            width: 2px;
            border-left: 2px dashed var(--accent-gold);
            z-index: 0;
        }

.stamp-lukla {
        bottom: 10% !important;
        right: 5% !important;
    }
}

.hero-slide-video {
    position: relative;
    height: 100vh !important;
    display: flex;
	align-self: start !important;
}
.map-info h2 span {
    font-size: 72px;
    color: rgba(195, 154, 94, 1);
}