:root {
	--red: #db2c3d;
}

* {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

body,
html {
	margin: 0;
	padding: 0;
}

body {
	background: #fff;
	position: relative;
	font-size: 16px;
	line-height: 30px;
	color: #111;
	font-family: "Roboto", sans-serif;
}

img {
	max-width: 100%;
	height: auto;
	outline: 0;
	border: none;
}

a {
	color: var(--red);
}

a:focus,
a:hover {
	outline: 0;
	text-decoration: none;
	color: #111;
}

iframe {
	width: 100%;
	height: 400px;
	border: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0 0 20px;
	font-weight: bold;
	line-height: 1.2;
	font-family: "Raleway", sans-serif;
	text-transform: capitalize;
}

p {
	margin: 0 0 20px;
}

html,
body {
	height: 100%;
	margin: 0;
	padding: 0;
	width: 100%;
	position: relative;
}


/*===========bootstrap5==============*/

body,
.main {
	overflow-x: hidden;
}

a {
	text-decoration: none;
}

.banner-sec {
	padding: 100px 0;
	background: url("../images/banner.jpg") no-repeat 0 0;
	background-attachment: fixed;
	background-size: 100% auto;
	text-align: center;
	color: #fff;
	font-size: 20px;
}

.banner-sec h2 {
	color: #fff;
	font-size: 3.5rem;
}

.prasad-sec {
	padding: 80px 0;
}

.footer {
	text-align: center;
	background: #111;
	color: #fff;
	padding: 10px 0;
}

.booking-time {
	margin: 0 0 20px;
}

.booking-time span {
	display: inline-block;
	margin: 0 0 10px 0;
	border: 1px solid #6c0000;
	border-radius: 5px;
	padding: 15px 10px;
	background: #fff;
}

.booking-time span strong {
	display: block;
}

.booking-time span strong,
.booking-time span strong i {
	color: #6c0000;
}

.booking-time span strong i {
	font-size: 18px;
	padding-right: 5px;
}

.booking-time h4,
.booking-details-sec h4,
#prasadBookingForm h4 {
	color: #6c0000;
	font-weight: normal;
}

.prasad-left {
	background: #fff7f5;
	padding: 15px;
	border-radius: 5px;
	border: 1px solid #ffe9e3;
}

.prasad-sec h3 {
	font-size: 30px;
}

.form-control {
	padding: 12px;
	border: 1px solid #6c0000;
}

.flex-sec {
	display: flex;
	justify-content: space-between;
}

.form-check-input {
	width: 30px;
	height: 30px;
	margin-top: 0;
	margin-right: 10px;
	border: 1px solid #6c0000;
}

.btn1 {
	color: #fff;
	text-shadow: none;
	padding: 12px 25px;
	letter-spacing: 1px;
	background: #6c0000;
	border-radius: 5px;
	display: inline-block;
	text-align: center;
	border: none;
}

.btn1:hover {
	background: #FF8000;
	color: #fff;
}

.check-bg {
	background: #fff;
	border: 1px solid #6c0000;
	border-radius: 0.25rem;
	padding: 15px;
}

.check-bg .form-check-inline {
	margin: 0;
	display: flex;
}

.small-box {
	display: flex;
	padding-left: 20px;
}

.small-box input.form-control {
	width: 100px;
	padding: 0 4px;
	margin-left: 10px;
}

.small-box p {
	margin: 0;
}

.check-bg .form-check-inline>label {
	width: 100px;
	display: inline-block;
}

.table-responsive td,
.table-responsive th {
	padding: 15px;
}

.table-responsive table {
	border: 1px solid #6c0000;
	border-radius: 5px;
}

.table-responsive th {
	background: #6c0000;
	color: #fff;
}

.booking-details-sec strong {
	width: 200px;
	display: inline-block;
}

.booking-inner p {
	border-bottom: 1px dashed #6c0000;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.booking-inner p:last-child {
	border: none;
	padding: 0;
	margin: 0;
}

.booking-inner {
	border: 1px dashed #6c0000;
	padding: 20px;
	margin-bottom: 30px;
}

.coupon-sec h3 {
	text-align: center;
	border-bottom: 2px solid #6c0000;
	padding-bottom: 10px;
	font-size: 26px;
}

.btn2 {
	color: #fff;
	text-shadow: none;
	padding: 12px 25px;
	letter-spacing: 1px;
	background: #6c0000;
	border-radius: 5px;
	display: inline-block;
	text-align: center;
	border: none;
}

.coupon-sec .booking-inner p {
	border: none;
}

.coupon-sec .booking-inner {
	border: none;
	padding: 0;
}

.coupon-sec .btn2 {
	width: 100%;
}

.coupon-sec {
	width: 300px;
	border: 3px dashed #6c0000;
	border-radius: 15px;
	padding: 15px;
	background: #F4F4D0;
	box-shadow: inset 0 0 0 10px #fff;
}

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











/*=======================star:Responsive=======================*/

@media (max-width: 1599px) {}

@media (max-width: 1399px) {
	.banner-sec {
		padding: 65px 0;
	}

	.booking-time span {
		padding: 15px;
	}
}


@media (max-width: 1199px) {
	.banner-sec h2 {
		font-size: 3rem;
	}

	.small-box input.form-control {
		width: 70px;
	}
}

@media (max-width: 991px) {
	.banner-sec h2 {
		font-size: 2.5rem;
	}

	.banner-sec {
		padding: 45px 0;
	}

	.mobile-order {
		order: 2;
	}
}

@media (max-width: 767px) {
	.flex-sec {
		flex-direction: column;
	}

	.banner-sec h2 {
		font-size: 1.8rem;
	}

	.banner-sec {
		font-size: 16px;
		padding: 30px 0;
		background-size: cover;
		background-position: center center;
	}

	.prasad-sec {
		padding: 20px 0;
	}

	.prasad-sec h3 {
		font-size: 24px;
	}

	.booking-details-sec strong {
		width: 140px;
	}

	.booking-inner p {
		font-size: 14px;
	}
}

@media (max-width: 575px) {}

@media (max-width: 479px) {}