@import url('https://fonts.googleapis.com/css2?family=Afacad+Flux:wght@100..1000&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap');

body {
	position: relative;
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
	font-size: 18px;
	overflow-x: hidden;
	font-style: normal;
	font-family: "Afacad Flux", sans-serif;
	font-weight: 400;
	background: url(../images/body-bg.png) repeat;
}

image {
	border: none;
}

p {
	font-weight: normal;
	font-size: 18px;
}

header {
	position: relative;
	float: left;
	width: 100%;
}
.top-bar{ background:#0e0e0e; padding:6px 0; color:#fff; }
.top-bar p.left{margin: 0 0 0 50px;
    font-size: 15px;
    font-weight: 500;
    float: left;}

.top-bar p.right{margin: 0 50px 0 0;
		font-size: 15px;
		font-weight: 500;
		float: right;}
.top-bar p a{ color: #fff; }
.top-bar p i{ margin: 0 5px 0 0; position: relative; top: 1px; }

header .top-header {
	position: relative;
	float: left;
	width: 100%;
	background: #371e3a;
	padding: 10px 0;
}

.cont-list {
	position: relative;
	float: left;
	width: 100%;
	padding: 0;
	margin: 0;
}

.cont-list li {
	float: left;
	list-style: none;
	display: inline-block;
	color: #fff;
	margin: 0 0 0 20px;
}

.cont-list li a {
	color: #fff;
}

.menu-main-section {
	position: relative;
	float: left;
	width: 100%;
}

.slider-bx {
	position: relative;
	float: left;
	width: 100%;
}

.menubar {
    position: absolute;
    width: 100%;
    background:#000000a1;
    padding: 0;
    top: 32px;
    left: 0;
    display: block;
    z-index: 5;
}

/* menu css */
.menubar .navbar {
	padding: 0;
}

.navbar-brand {
	padding: 5px;
    background: none;
    margin: 0 0 0 30px;
}

.navbar-brand img {
	width: 120px;
}

.navbar-light .navbar-nav {
	margin-left: auto !important;
	margin-right: 40px !important;
}

.navbar-light .navbar-nav .nav-link.cont {
	border: solid 2px #ffcb00;
    border-radius: 130px;
    background: #ffcb00;
    padding:8px 8px 6px;
    color: #333;
}

.navbar-light .navbar-nav .nav-link.cont:hover{
	border: solid 2px #ffb300;
	background:#ffb300;
	color: #333;
}

.navbar-light .navbar-nav .nav-item{ padding: 0 4px; }

.navbar-light .navbar-nav .nav-link {
	color: #fff;
    font-size: 12.5px;
    text-transform: uppercase;
    font-weight: 700;
    padding: 11px 10px;
    font-family: "Cormorant Garamond", serif;
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link,
.navbar-light .navbar-nav .nav-link:hover {
	color:#ffcb00;
}

.carousel-caption {
	top: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 100%;
}

/*.slider-con-section{
	width: 100%;
	position: absolute;
	z-index: 100;
	text-align: center;
	height: 100%;
	display: flex;
    flex-direction: column;
	justify-content: center;
	align-items: center;
	color: #fff;
}*/

.carousel-nr {
	border: solid 2px #c6002c;
	padding: 5px;
}

.carousel-nr .inner {
	padding: 20px 0;
	background: #c6002c;
}

.slider-con-section h5, .carousel-nr h5 {
	text-transform: uppercase;
	font-weight: 700;
	font-family: "Cormorant Garamond", serif;
	font-weight: 400;
}

.slider-con-section h1, .carousel-nr h1 {
	font-size: 50px;
	font-weight: 400;
	margin: 0;
	font-family: "Cormorant Garamond", serif;
	font-weight: 700;
}

.normal-section {
	padding: 60px 0;
	width: 100%;
	float: left;
	display: block;
	position: relative;
}

.sec-title {
    text-align: center;
    background: url(../images/decoration-1.png) no-repeat center bottom;
    background-size: 14%;
    /* height: 200px; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    float: left;
    width: 100%;
    font-family: "Cormorant Garamond", serif;
    font-weight: 700;
    font-size: 50px;
    margin: 0 0 40px;
    padding: 0 0 40px;
}

.sec-title-white {
	text-align: center;
	background: url(../images/mathura-icon-white.png) no-repeat center center;
	background-size: 7%;
	height: 200px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	float: left;
	width: 100%;
	font-family: "Cormorant Garamond", serif;
	font-weight: 700;
	font-size: 50px;
	color: #fff;
}

.feature-section {
	background:#fff;
	padding: 40px 0;
	color: #fff;
	text-align: center;
}

.feature-section span {
	font-size: 40px;
	color: #c6002c;
}

.feat {
	float: left;
	width: 100%;
    color: #333;
	background: #fff;
}

.feat .iner {
	background: none;
	padding: 0;
	border-radius: 8px;
}

.feat .iner img {
    width: 70px;
    margin: 0 0 18px;
}

.feat h4 {
	font-family: "Cormorant Garamond", serif;
	font-weight: 700;
}

.feat p {
	color:#333;
}


.wel-section {
	padding: 60px 0;
	width: 100%;
	float: left;
	display: block;
	position: relative;
}

.wel-section .about-con {
	position: relative;
	width: 100%;
	text-align: center;
}

.wel-section img {
	width: 100%;
}

.wel-section .about-con .about-head {
	text-align: center;	
	height: 200px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.wel-section .about-con .about-head h4 {
	font-size: 180px;
    position: absolute;
    top: 81px;
    left: 0;
    right: 0;
    line-height: 0 !important;
    pointer-events: none;
    -webkit-pointer-events: none;
    -moz-pointer-events: none;
    -ms-pointer-events: none;
    -o-pointer-events: none;
    opacity: .03;
	text-transform: uppercase;
}

.wel-section .about-con .about-head h1 {
	color: #371e3a;
	font-family: "Cormorant Garamond", serif;
	font-weight: 700;
	font-size:50px;
	background: url(../images/decoration-1.png) no-repeat center bottom;
	background-size: 15%;
	padding: 0 0 25px;
	
}
.reservation {
    margin: 60px 0 50px;
}
.reservation-bx {
	border: solid 1px #2e353c;
	font-size: 25px;
	padding: 12px 5px 12px 37px;
	border-radius: 120px;
	font-weight: 700;
}

.reservation-bx  br{ display: none; }

.reservation span.iner {
	background: #ffcb00;
	color: #333;
	padding: 12px;
	font-size: 25px;
	border-radius: 80px;
	padding: 8px 34px;
}

.reservation span.iner i {
	margin: 0 10px 0 0;
}

.room-section {
	background: #f2f2f3;
	float: left;
	width: 100%;
	position: relative;
}

.room {
	position: relative;
	width: 100%;
	float: left;
	margin: 0 0 30px;
}

.room img {
	width: 100%;
	border-radius: 8px;
}

.room-con {
    border-radius: 8px;
    background: #12000029;
    background-size: 15%;
    padding: 20px 30px 30px;
    text-align: left;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
	color:#fff;
}

.room-con h3 {
	font-family: "Cormorant Garamond", serif;
	font-weight: 700;
	font-size: 22px;
    line-height: 35px;
	float: left;
}

.button-book {
	background: #ffcb00;
    color: #000;
	border-radius: 100px;
	float: right;
}

.ammenties-section{
	background: #333;
	color: #fff;
}

.ammenties-section .sec-title { 
	background: url(../images/decoration-1wh.png) no-repeat center bottom;
}

.ammenties-bx {
	position: relative;
	float: left;
	width: 100%;
	border:solid 1.5px #ffcb00;
	text-align: center;
	padding: 5px;
	border-radius: 8px;
	margin: 0 0 30px;
}

.ammenties-inr {
	position: relative;
	float: left;
	width: 100%;
	text-align: center;
	padding: 20px 0;
	border-radius: 8px;
	color: #fff;
}

.ammenties-bx h3 {
	font-size: 17px;
}

.ammenties-bx span {
	font-size: 35px;
	margin: 8px 0 21px;
	color: #6f5f38;
}

.ammenties-bx span img {
	width:48px;
	margin: 0 0 20px;
}

.gallery-section{
	background: #182024;
    float: left;
    width: 100%;
    position: relative;
}

.gallery-bx {
	margin: 0 0 20px;
}

.gallery-bx img {
	width: 100%;
	border-radius: 8px;
}

.testimonials {
    border-radius: 8px;
    padding: 26px 28px;
    float: left;
    width: 100%;
    color: #333;
	margin: 15px 0;
	background: #fff;
	text-align: center;
	border: solid 1px #ebebeb;
}

.testimonials h4 {
	color:#333;
	font-family: "Cormorant Garamond", serif;
	font-weight: 700;
}

.testimonials span {
	font-size: 43px;
	color:#fcc800;
}

.restaurants-section {
	float: left;
	width: 100%;
	overflow: hidden;
}

.restaurants-section .owl-dots {
	position: absolute;
	bottom: 20px;
	left: 0;
	right: 0;
}

.restaurants-section .container {
	position: relative;
}

.restaurant-con {
	position: absolute;
	right: 19px;
	bottom: 4px;
	z-index: 7;
	border-radius: 5px;
	width: 440px;
	text-align: center;
	border: solid 2px #9d6e00;
	padding: 6px;
}

.restaurant-con .inner {
	/*background: #ffffffad url(../images/mathura-icon-white.png) no-repeat center center;
	background-size: 7%;*/

	background: #c6002cc4;
	color: #fff;
	font-size: 40px;
	padding: 12px 62px;
	border-radius: 5px;
	font-family: "Cormorant Garamond", serif;
	font-weight: 700;
}

footer {
	background: #182024;
	position: relative;
	float: left;
	width: 100%;
	padding: 60px 0px 60px;
	border-top: solid 1px #f4f4f4;
}

footer ul {
	margin: 0 auto;
	padding: 0;
	text-align: center;
}

footer ul li {
	display: inline-block;
}

footer ul li a {
	color: #fff;
	padding:0 6px;
	font-weight: 700;
	font-family: "Cormorant Garamond", serif;
	text-decoration: none;
	font-size: 19px;
}

footer ul li a:hover {
	text-decoration: none;
}

.logo-footer {
	text-align: center;
	float: left;
	position: relative;
	width: 100%;
	margin: 50px 0 50px;
}

.logo-footer img {
	width: 140px;
}

.footer-sm{ text-align: center; color: #fff; margin: 0 0 50px; }
.footer-sm a {
    color: #fff;
    padding: 3px 5px;
    background: #fff;
    color: #333;
    border-radius: 100px;
    height: 30px;
    width: 30px;
    display: inline-block;
    margin: 0 4px;
}
.footer-con {
    background: #464646;
    padding: 15px 0;
    border-radius: 60px;
}
.footer-con a{ color: #fff; font-size: 26px;
    font-weight: 600; }
.footer-con .left{ text-align: right; }
.footer-con a i{ margin-right: 15px; }

/*custom Slider*/
.content>h3 {
	font-size: 1.4em;
	margin: 35px auto -18px;
	max-width: 920px;
}

#slide_wrap {
	width: 100%;
    max-width: 100%;
    height: 40vw;
    max-height: 550px;
    /* margin: 40px auto 20px;*/
}

@media screen and (max-width:1030px) {
	#slide_wrap {
		height: 60vh;
		max-height: none;
	}

	.content>h3 {
		margin: 35px 5% -18px;
		text-align: center;
	}
}
.table-book-container{ background: #c6002c; }
.table-book-container .con{ color: #fff; padding: 40px 40px; }
.table-book-container .con h3{ font-weight: 300; }


.inner-banner-section {
	background:url(../images/banner3.jpg) no-repeat center;
	background-size: 100%;
	float: left;
	width: 100%;
	padding: 150px 0;
	color: #182024;
	border-bottom: solid 1.5px #182024;
	position: relative;
}

.inner-banner-section::before { 
	position: absolute; 
	content: ""; width: 100%; height: 100%; 
	background: #18130069;
    top: 0; 
}

.inner-banner-section1 svg {
	width: calc(200% + 1.3px);
	height: 40px;
	color: #182024;
	display: none;
}
.inner-banner-section .container{ 
	z-index: 2;
    position: relative; 
}
.inner-banner-section h1 {
	width: 100%;
	text-align: center;
	font-family: "Cormorant Garamond", serif;
	font-weight: 700;
	font-size: 60px;
	color: #fff;
}

.inner-banner-section ul {
	padding: 0;
	margin: 0 auto;
}

.inner-banner-section ul li {
	list-style: none;
	display: inline;
}

.inner-banner-section ul li a {
	color: #fff;
	font-weight: 600;
}

.themeioan_ul_icon {
	margin-top: 75px;
}

.themeioan_ul_icon li {
	line-height: 33px;
	font-size: 20px;
	color: 000000;
	list-style: none;
	line-height: 40px;
	font-weight: 700;
	display: inline-block;
	margin: 0 26px;
}

.themeioan_ul_icon i,
.course-viewer ul li i {
	padding-right: 3px;
}

.themeioan_ul_icon i,
.course-viewer ul li i {
	color: #f5c500;
	font-size: 48px;
}

.abt-shirdi {
	float: left;
	width: 100%;
	padding: 30px 0 0;
}

.abt-shirdi h3 {
	color:#182024;
	font-size: 30px;
}

.abt-shirdi h3 span {
    color: #ffcb00;
    margin-right: 10px;
    background: #333;
    padding: 11px;
    border-radius: 10px;
}



.ammenties-page .ammenties-inr {
	background: #c6002c;
}

.restaurant-page-con {
	text-align: center;
}

.restaurant-page-con h3 {
	font-size: 40px;
	font-weight: 700;
}

.rest-menu {
	width: 100%;
	text-align: center;
	border: solid 1px #d4d4d4;
	padding: 6px;
	margin: 30px 0 0;
}

.rest-menu h4 {
	font-size: 18px;
}

.rest-menu img {
	width: 100%;
	margin-bottom: 20px;
}

.room-page-item {
	position: relative;
	width: 100%;
	float: left;
	margin: 0 0 30px;
}

.room-page-item .room-page-con {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	background: #00000033;
	text-align: right;
}

.room-page-item .room-page-con span {
	background: #c6002c;
	color: #fff;
	padding: 9px 20px;
	margin: 10px 10px 0 0;
	float: right;
}

.con-bx {
	background: #ffffff;
    float: left;
    width: 100%;
    padding: 30px 40px 30px 40px;
    color: #333;
    border: solid 2px #e9e9e9;
    height: 299px;
}

.con-bx img {
	width: 55px;
    margin: 0 0 30px;
    background: #bf9a03;
    padding: 9px 5px;
	border-radius: 8px;
}

.con-bx h3 {
	font-family: "Cormorant Garamond", serif;
	font-weight: 700;
	font-size: 33px;
	margin: 0 0 19px;
}
.con-bx1{ background:#c6002c; }
.con-bx i{ margin: 0 5px; }
.con-bx a{ color: #fff; }

.read-more-bx{ text-align: center; margin-top: 40px; }
.read-more-bx a {
    border: solid 2px #182024;
    padding: 13px 80px;
    border-radius: 100px;
    color: #182024;
    font-weight: 600;
	transition: all 0.3s ease-in;
}

.read-more-bx a:hover{
	background: #c78c33;
	color: #fff;
	text-decoration: none;
	border: solid 2px #c78c33;
}

/* --------------------------------------- 

Responsive CSS 

----------------------------------------- */

/* Extra large devices (large desktops, 1200px and up)  */
@media (min-width: 1200px) {}

/* Large devices (desktops, 1080px and up) */
@media (max-width: 1080px) {
	.navbar-light .navbar-toggler {
		color: rgba(0, 0, 0, .5);
		border-color: rgba(0, 0, 0, .1);
		background: #e1e1e1;
		margin: 0 10px 0 0;
	}
	.navbar-collapse {
        position: absolute;
        width: 100%;
        z-index: 1000;
        background: #362600;
        top: 78px;
        padding: 20px 20px 20px;
    }
	.navbar-light .navbar-nav .nav-link.cont {
		margin: 4px 0;
	}
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {}

/* Medium devices (tablets, 768px and up) */
@media (max-width: 768px) {
	.top-bar p.left {
		margin: 0 0 0 20px;
	}

	.top-bar p.right {
		margin: 0 0 0 21px;
		float: left;
	}

	.menubar {
		position: relative;
		width: 100%;
		background: #333;
		top: 0;
	}

	.navbar-brand img {
		width: 120px;
	}

	.carousel-caption h5 {
		font-size: 12px;
	}

	.carousel-caption h1 {
		font-size: 18px;
	}

	.feat h4 br{ display: none; }

	.feat {
		margin: 0 0 15px;
	}

	.wel-section .about-con .about-head h4 {
		font-size: 83px;
		position: absolute;
		top:75px;
		left: 0;
		right: 0;
		line-height: 0 !important;
		pointer-events: none;
		-webkit-pointer-events: none;
		-moz-pointer-events: none;
		-ms-pointer-events: none;
		-o-pointer-events: none;
		opacity: .03;
		text-transform: uppercase;
	}

	.wel-section .about-con .about-head h1 {
		color: #371e3a;
		font-family: "Cormorant Garamond", serif;
		font-weight: 700;
		font-size: 37px;
	}

	.reservation-bx {
		border:none;
		font-size: 18px;
		padding: 12px 5px 12px 5px;
		border-radius: 120px;
		font-weight: 700;
		float: left;
		width: 100%;
	}
	.reservation-bx br {
		display: block;
	}
	

	.reservation {
		margin: 10px 0 50px;
	}

	.reservation span.iner {
		background: #c6002c;
		color: #fff;
		padding: 12px;
		font-size: 15px;
		border-radius: 80px;
		padding: 8px 34px;
		margin: 70px 0 0;
		position: relative;
		top: 7px;
	}

	.sec-title {
		background-size: 35%;
		font-size: 35px;
	}
	.sec-title-white {		
		background-size: 35%;		
		font-size: 35px;
	}
	.feature-section span {
		font-size: 28px;
	}

	.testimonials{ text-align: center; }

	
	.logo-footer img {
		width: 140px;
	}

	.footer-con .left, .footer-con {
		text-align: center;
	}

	.footer-con a {
		color: #fff;
		font-size: 19px;
		font-weight: 600;
		text-align: center;
	}

	.inner-banner-section {		
		padding: 48px 0;
		background-size: 100% 100%;
	}

	.inner-banner-section h1 {
		font-size: 35px;
	}

	.themeioan_ul_icon {
		margin-top: 35px;
	}

	.abt-shirdi h3 {
		color: #182024;
		font-size: 22px;
		font-weight: 700;
	}
	.table-book-container .con {
		color: #fff;
		padding: 20px 40px;
		text-align: center;
	}

	.con-bx {
		height: auto;
	}

	.restaurants-section {
		float: left;
		width: 100%;
		overflow: hidden;
		padding: 60px 15px;
	}

	.table-book-container {
		background: #c6002c;
		padding: 22px 0;
	}

	.restaurant-con {
		position: relative;
		right: 0;
		bottom: 0;
		width: 100%;
		float: left;
		display: block;
		margin: 0 0 30px;
	}

	.restaurant-con .inner {
		font-size: 25px;
	}

}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {}