*,
*:after,
*:before {
	box-sizing: border-box;
}



.track-wrapper {
	max-width: 90%;
    margin-top: 30px;
  max-inline-size: var(--size-content-3);
	overflow: hidden;
	-webkit-mask: linear-gradient(90deg,
								transparent 0,
								black 15% 85%,
								transparent
							) 0 50% / 100% calc(100% - (2 * var(--size-4))) no-repeat,
							linear-gradient(0deg, black, black) 50% 0 / 100% var(--size-4) no-repeat,
							linear-gradient(0deg, black, black) 50% 100% / 100% var(--size-4) no-repeat;
}

img {
	height: 100%;
	width: 100%;
}

.track {
	--size: clamp(200px, 40vmin, 50rem);
	height: var(--size);
	width: 100%;
	display: flex;
	overflow: overlay;
	gap: var(--size-4);
	list-style-type: none;
  margin: 0;
	/*background: hsl(0 0% 100% / 0.25);*/
	padding: var(--size-4) 33%;
	-ms-scroll-snap-type: x mandatory;
	    scroll-snap-type: x mandatory;
	-webkit-mask: radial-gradient(#0000 0 30%, #000 30.5%) 50% calc(var(--size) * 0.5) / 300% 100%,
								linear-gradient(0deg, black, black) 50% 0 / 100% var(--size-4) no-repeat,
								linear-gradient(0deg, black, black) 50% 100% / 100% var(--size-4) no-repeat;

}

.track__item {
	height: 100%;
	aspect-ratio: 1;
	background: hsl(0 80% 50% / 1);
	/*background: var(--surface-2);*/
	scroll-snap-align: center;
	/*display: none;*/
}


/* main css */

* {
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

body {
	background-color: rgb(247, 243, 235);
}

.main-box {
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
	background-color: white;
}

.header-main {
	width: 100%;
	aspect-ratio: 16 / 9;
	background-size: cover;
	background-repeat: no-repeat;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	background-image: url("assets/images/snmlogo.png");
	background-size: cover;

}

.header-main video {
	width: 100%;
	height: 100%;
	position: absolute;
	object-fit: cover;
	z-index: 0;
}

/* Just styling the content of the div, the *magic* in the previous rules */
.header-main .caption {
	z-index: 1;
	position: relative;
	text-align: center;
	color: #dc0000;
	padding: 10px;
}

.header-logo {
	width: 200px;
	margin: auto;
	height: 65px;

}

.btn-callus {
	width: 160px;
	height: 40px;
	border: 1px solid #0bf4f3;
	border-radius: 8px;
	background: transparent;
	font-size: 18px;
	color: white;
	box-shadow: 0 0 5px #0bf4f3, 0 0 5px #0bf4f3 inset;
}

.rooms-s {
	width: 90%;
	margin-left: 5%;
	padding-top: 30px;

}

.rooms-s p {
	font-size: 14px;
	margin-top: 15px;
}



/* galery start */


section {
	padding: 20px 0px;
	max-width: 700px;
	position: relative;
	width: 90%;
	margin-left: 5%;
}


.height450 {
	min-height: 150px;
	border: 1px solid transparent;
}



.social-overlap {

	width: 100%;

}

.justify-content-center {
	-ms-flex-pack: center !important;
	justify-content: center !important;
}

.justify-content-center {
	-webkit-box-pack: center !important;
	-ms-flex-pack: center !important;
	justify-content: center !important;
}

.social-bar {
	display: flex;
	border-radius: 25px;
	background: #fff;
	box-shadow: 0 0 60px rgba(93, 70, 232, 0.15);
	border: 1px solid rgba(235, 233, 233, 0.35);
	width: 100%;

}

.iconpad {
	padding: 18px 0;
	padding-bottom: 0px;
	width: 100%;
}

.mb-3,
.my-3 {
	margin-bottom: 1rem !important;
}

.process-scetion .slider-nav-item {
	position: relative;
	flex-grow: 0;
	flex-shrink: 0;
	border-radius: 50%;
	background: #fff;
	cursor: pointer;
	transition: all .4s ease;
}

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

.social-icons a {
	border-radius: 50px;
	color: #3f345f;
	line-height: 52px;
	height: 50px;
	width: 50px;
	box-shadow: 0 5px 25px rgba(93, 70, 232, 0.15);
	margin: 15px 15px;
	font-size: 22px;
}

a {
	text-decoration: none !important;
	color: #3f345f;
	transition: all 0.3s ease 0s;
}

.slider-nav-item:before {
	position: absolute;
	content: "";
	height: calc(100% + 16px);
	width: calc(100% + 16px);
	top: -8px;
	left: -8px;
	border-radius: 50%;
	border: 1px solid rgba(132, 132, 164, 0.35);
	animation: 1.5s linear 0s normal none infinite focuse;
}



/*socil*/
.slider-nav {
	display: flex;
	background-color: red;
}

.process-scetion .slider-nav-item {
	position: relative;
	flex-grow: 0;
	flex-shrink: 0;
	border-radius: 50%;
	text-align: center;
	background: #fff;
	cursor: pointer;
	transition: all .4s ease;

}

.slider-nav-item:before {
	position: absolute;
	content: "";
	height: calc(100% + 16px);
	width: calc(100% + 16px);
	top: -8px;
	left: -8px;
	border-radius: 50%;
	border: 1px solid rgba(132, 132, 164, 0.35);
	animation: 1.5s linear 0s normal none infinite focuse;
}

.process-scetion .slider-nav-item:nth-child(1) {
	color: #40beff;
}

.process-scetion .slider-nav-item:nth-child(2) {
	color: rgb(22, 158, 29);
}

.process-scetion .slider-nav-item:nth-child(4) {
	color: rgb(214, 35, 139);
}

.process-scetion .slider-nav-item:nth-child(3) {
	color: #ff9259;
}

.process-scetion .slider-nav-item:nth-child(5) {
	color: rgb(240, 24, 24);
}

.process-scetion .slider-nav-item:after {
	position: absolute;
	top: 50%;
	left: 100%;
	height: 2px;
	content: '';
	width: 100%;
	background: url(http://demo.themenio.com/ico/assets/images/line.png) repeat 0 0;
	z-index: 0;
	animation: slide 1s linear infinite;
}

.process-scetion .slider-nav-item:last-child:after {
	display: none;
}

.process-scetion .slider-nav-item .ikon {
	font-size: 50px;
	line-height: 80px;
}



.process-scetion .slider-nav-item.active:before {
	position: absolute;
	content: "";
	height: calc(100% + 16px);
	width: calc(100% + 16px);
	top: -8px;
	left: -8px;
	border-radius: 50%;
	border: 1px solid rgba(132, 132, 164, 0.35);
	animation: 1.5s linear 0s normal none infinite focuse;
}

@keyframes focuse {
	0% {
		transform: scale(0.8);
		opacity: 1;
	}

	75% {
		transform: scale(1.2);
		opacity: 0;
	}

	100% {
		transform: scale(1.2);
		opacity: 0;
	}
}

@keyframes slide {
	from {
		background-position: 0 0;
	}

	to {
		background-position: 40px 0;
	}
}

.shadow-img1 {
	background-image: url("../img/shadow.png");
	background-repeat: no-repeat;
	background-position: bottom;
}

.shadow-img2 {
	background-position: bottom;
	background-image: url("../img/shadow2.png");
	background-size: 100%;
	background-repeat: no-repeat;
}


.slider-nav-item:after {
	position: absolute;
	top: 50%;
	left: 100%;
	height: 2px;
	content: '';
	width: 100%;
	background: url(https://1.bp.blogspot.com/--Btu5p654jU/XYmrVd5IcYI/AAAAAAAATQ0/4bX8aZyFBgApbJUf90KrpCfO6RvAaZ6LgCLcBGAsYHQ/s1600/line.png) repeat 0 0;
	z-index: 0;
	animation: slide 1s linear infinite;
}

.mt100 {
	margin-top: 15px;
}



@-webkit-keyframes jello-horizontal {
	0% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}

	30% {
		-webkit-transform: scale3d(1.25, 0.75, 1);
		transform: scale3d(1.25, 0.75, 1);
	}

	40% {
		-webkit-transform: scale3d(0.75, 1.25, 1);
		transform: scale3d(0.75, 1.25, 1);
	}

	50% {
		-webkit-transform: scale3d(1.15, 0.85, 1);
		transform: scale3d(1.15, 0.85, 1);
	}

	65% {
		-webkit-transform: scale3d(0.95, 1.05, 1);
		transform: scale3d(0.95, 1.05, 1);
	}

	75% {
		-webkit-transform: scale3d(1.05, 0.95, 1);
		transform: scale3d(1.05, 0.95, 1);
	}

	100% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

@keyframes jello-horizontal {
	0% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}

	30% {
		-webkit-transform: scale3d(1.25, 0.75, 1);
		transform: scale3d(1.25, 0.75, 1);
	}

	40% {
		-webkit-transform: scale3d(0.75, 1.25, 1);
		transform: scale3d(0.75, 1.25, 1);
	}

	50% {
		-webkit-transform: scale3d(1.15, 0.85, 1);
		transform: scale3d(1.15, 0.85, 1);
	}

	65% {
		-webkit-transform: scale3d(0.95, 1.05, 1);
		transform: scale3d(0.95, 1.05, 1);
	}

	75% {
		-webkit-transform: scale3d(1.05, 0.95, 1);
		transform: scale3d(1.05, 0.95, 1);
	}

	100% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}


.jello-horizontal {
	-webkit-animation: jello-horizontal 0.9s both;
	animation: jello-horizontal 0.9s both;
}

.social-bar a:hover i {
	-webkit-animation: jello-horizontal 0.9s both;
	animation: jello-horizontal 0.9s both;
}

.trial-block {
	padding-bottom: 0px;

}




/* galery end */


/* form start */

.form-inq>h2 {
	text-align: center;
	color: rgb(50, 50, 50);
}

.form-inq {
	width: 90%;
	margin-left: 5%;
	border: 0px solid lightgrey;
	margin-top: 30px;
	padding: 12px;
	border-radius: 25px;
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;



}

.form-inq>input {
	width: 100%;
	height: 40px;
	margin-top: 12px;
	border-radius: 0px;
	border: 0px;
	border-bottom: 1px solid lightgrey;
	padding: 8px;
}

.form-inq>input:focus {
	outline: 0px;
	border-color: teal;

}

textarea {
	width: 100%;
	height: 120px;
	margin-top: 12px;
	border-radius: 8px;
	padding: 12px;
}

textarea:focus {
	outline-color: teal;
}

.our-services {
	width: 90%;
	margin-left: 5%;
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
	padding: 12px;
	border-radius: 12px;
}

.services {
	width: 100%;
	display: grid;
	grid-template-columns: 25% 25% 25% 25%;

}

.services>div {
	text-align: center;
	margin-top: 12px;
}

.services>div>div:nth-child(1) {
	font-size: 28px;
	margin: 5px;
	height: 70px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 12px;
	color: rgb(91, 89, 89);

	box-shadow: rgba(149, 157, 165, 0.2) 0px 4px 12px;
}



.services>div>div:nth-child(2) {
	margin-top: 8px;
	font-size: 12px;
}

.form-inq>input[type="submit"] {
	background-color: teal;
	color: white;
	border-radius: 8px;
	max-width: 50%;
	margin-left: 25%;

}

/* Form end */

/*Room start  */

.our-room {
	width: 90%;
	margin-left: 5%;
	min-height: 200px;
	margin-top: 0px;
}

/*Room end*/

/* room card start */

.our-rooms {
	width: 100%;
	/* background: rgba(0, 136, 255, 0.08);
   */
	background-color: white;
	padding-top: 0px;
}

.room-con {
	margin-top: 30px;
	width: 90%;
	margin-left: 5%;
	min-height: 150px;
	overflow-x: hidden;
	scroll-snap-type: x mandatory;
	margin-bottom: 20px;

}

.room-con::-webkit-scrollbar {
	width: 0px;
}

.room-main {
	scroll-snap-align: center;
	width: 100%;
	min-width: 100%;
	background-color: white;
	border-radius: 20px;
	padding: 20px;
	margin-bottom: 20px;
	border: 1px solid lightblue;
}

.room-img {
	width: 100%;
	background-color: rgb(215, 210, 210);
	aspect-ratio: 5 / 2.8;
	border-radius: 12px;
	overflow: hidden;
	overflow-x: auto;
	scroll-snap-type: x mandatory;
	display: flex;
	position: relative;
}

.room-img::-webkit-scrollbar {
	display: none;
}

.room-img {
	-ms-overflow-style: none;
	/* IE and Edge */
	scrollbar-width: none;
	/* Firefox */
}


.room-img>img {
	min-width: 100%;
}

.img-room-con {
	height: 200x;
	width: 100%;
	object-fit: cover;
	scroll-snap-align: center;
}
 .priceTag{
	z-index: 2;
	background-color: rgba(10, 76, 231, 0.75);
	/* font-style: italic; */
	text-align: center;
	color: white;
	padding: 8px 12px;
	position: absolute;
	bottom: 0;
	right: 0;
	border-top-left-radius: 8px;

 }
.room-cont {
	width: 100%;
}
.room-cont>h4{
	margin:12px;
}

.room-cont>h3 {
	margin-top: 12px;
	font-weight: 600;
	font-size: 18px;
	/* background: rgba(240, 24, 236, 0.21); */
	/* border: 1px solid rgb(234, 218, 51); */
	color: rgb(34, 33, 31);
	border-radius: 25px;
	padding: 8px;
	max-width: 90%
}

.room-cont>div {
	margin-top: 8px;
}

.room-cont>div>p {
	margin-left: 5px;
	margin-top: 5px;
	font-size: 14px;
	font-weight: 400;
	max-width: 80%;


}

.room-cont>div>p>span {
	padding: 5px;
	border-right: 1px solid lightgrey;
	margin-right: 8px;
	padding-left: 0px;
}

.room-cont>div>p>span:last-child {
	border-right: 0px;
}

.room-cont>div>p>span>i {
	margin-right: 2px;
}

.cont-txt {
	font-family: 14px;
	font-weight: 400;
	color: rgb(74, 74, 73);
	display: flex;
}

.icon-png-2 {
	width: 20px;
	height: 20px;
	object-fit: cover;
	margin-right: 5px;
	margin-top: -2.5px;
}

.room-img-main {
	position: relative;
}

.room-slide-ind {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: -20px;
	position: absolute;
	left: 0;
	right: 0;
}

.room-slide-ind>li {
	width: 8px;
	height: 8px;
	background-color: white;
	border-radius: 50%;
	list-style: none;
	margin: 0px 5px;
}

.room-slide-ind>li:first-child {
	background: yellowgreen;
}

/* room card end */



.img-gal-2>div {
	width: 90%;
	border-radius: 25px;
	margin-left: 5%;
	overflow: hidden;


}

.track__item {

	scroll-snap-type: x mandatory;
}

.track__item>img {
	scroll-snap-align: center;
	object-fit: cover;
	border-right: 5px solid white;
}

.btn-int {
	float: right;
	margin-top: -45px;
	object-fit: cover;
	/* text-transform: uppercase; */

}

#btn-arrow {
	font-size: 16px;
	margin-left: 4px;
}

.rate-us {
	width: 90%;
	margin-left: 5%;
	border-radius: 20px;

	box-shadow: rgba(149, 157, 165, 0.2) 0px 4px 12px;
	margin-top: 12px;
	padding: 12px;
}

.rate-us>p {
	text-align: center;
	font-size: 25px;
	color: black;
	margin-top: 8px;
}

.rate-us>a>p {
	text-align: center;
	font-size: 35px;
	color: rgb(233, 166, 51);
	margin-top: 12px;
	margin-bottom: 12px;
}

#prop-con2 {
	display: none;
}

.crown {
	position: absolute;
	top: 0;
	right: 0;
	margin-top: 2.5px;
	margin-right: 8px;
	width: 18px;
	height: 18px;
}


/* 

*/
.premium-s {
	box-shadow: 0 0 10px rgba(214, 147, 31, 0.3) !important;
	position: relative;
}

.icon-png {
	width: 35px;
	height: 35px;
	object-fit: contain;
}


.track__item{
	position: relative;
	overflow: hidden;
	overflow-x: auto;
	min-width: 60%;
}



@media only screen and (max-width: 450px) {
	.process-scetion .slider-nav-item {
		height: 30px;
		width: 30px;
		margin: 15px 10px;
		line-height: 28px;
	}

	.services {
		grid-template-columns: 33.3% 33.3% 33.3%;
	}
}
