@charset "utf-8";
/* CSS Document */
html, body {
	margin: 0;
	padding: 0;
	overflow-x: hidden;
	font-family: "Outfit", sans-serif;
	background: url(../images/bg.jpg) no-repeat top;
	background-size: cover;
}
body::-webkit-scrollbar-track {
 -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
 border-radius: 10px;
 background-color: #F5F5F5;
}
body::-webkit-scrollbar {
 width: 3px;
 background-color: #F5F5F5;
}
 body::-webkit-scrollbar-thumb {
 background-color: #666;
}
h1, h2, h3, h4, h5, h6, p, ul, ol {
	margin: 0;
	padding: 0
}
a, button {
	text-decoration: none;
	transition: ease-in 0.3s;
	-moz-transition: ease-in 0.3s;
	-webkit-transition: ease-in 0.3s;
	-ms-transition: ease-in 0.3s;
	-o-transition: ease-in 0.3s;
}
img {
	max-width: 100%
}
/* CSS Document */

.booking-header-wrap {
	padding: 20px 0;
}
.booking-header-wrap .site-logo-wrap {
	width: 230px
}
.booking-header-wrap .row {
	align-items: center;
}
.top-nav-header ul {
	list-style: none;
	display: flex;
	gap: 15px;
	justify-content: end;
}
.top-nav-header ul li {
}
.top-nav-header ul li a {
	display: block;
	color: #432605;
	font-size: 16px;
	background: rgba(255, 255, 255, 0.2);
	padding: 6px 15px;
	border: 1px solid #F4C99D;
	border-radius: 6px;
	font-weight: 400;
	backdrop-filter: blur(3px);
}
.top-nav-header ul li a:hover {
	background: rgba(255, 255, 255, 0.4);
}
.top-nav-header ul li a img {
	width: 15px;
	margin-right: 5px;
	position: relative;
	top: -1.5px;
}
.selected-package-info {
	background: #fff;
	padding: 15px 25px 25px 25px;
	border-radius: 15px;
	margin-bottom: 25px
}
.selected-package-info h2 {
	font-size: 25px;
	color: #432605;
	letter-spacing: -1px;
	border-bottom: 1px solid #E4CFBA;
	padding-bottom: 12px
}
.selected-package-info h2 a {
	float: right;
	font-size: 18px;
	font-weight: 300;
	color: #432605;
	position: relative;
	top: 3px;
}
.selected-package-info h2 a img {
	position: relative;
	top: -3px;
	margin-right: 4px;
	width: 16px;
}
.selected-package-info-inner {
	padding-top: 25px;
}
.selected-package-info-inner .row {
	margin: 0;
	padding: 0;
	align-items: center;
}
.selected-package-info-inner .col-md-8 {
	margin: 0;
	padding: 0;
}
.selected-package-info-inner .col-md-4 {
	margin: 0;
	padding: 0;
}
.selected-package-info-inner .selected-package-list {
	display: flex;
	gap: 15px;
	align-items: center;
}
.selected-package-list .selected-image-list {
	width: 140px;
	height: 100px;
	border-radius: 20px;
	overflow: hidden;
}
.selected-image-text h5 {
	font-size: 23px;
	color: #432605
}
.selected-image-text p {
	font-size: 16px;
	color: #000;
	font-weight: 300;
}
.selected-package-price {
	background: #F8EFE5;
	text-align: center;
	padding: 14px 0;
	border-radius: 10px;
	color: #000000
}
.choose-buggy-section {
	background: #fff;
	padding: 25px 25px 25px 25px;
	border-radius: 15px;
	margin-bottom: 25px;
}
.choose-buggy-section h4 {
	font-size: 25px;
	color: #432605;
	letter-spacing: -1px;
	padding-bottom: 12px;
}
.choose-buggy-section h4 span {
	float: right;
	font-size: 20px;
	padding-top: 3px;
	letter-spacing: 0 !important;
}
.choose-buggy-section h4 span strong {
	color: #EBA55E;
}
.product-listing-wraper ul {
	list-style: none;
}
.product-listing-wraper ul li {
	border: 1px solid #ebd9d9;
	padding: 15px 20px;
	border-radius: 12px;
	margin-bottom: 15px;
}
.product-listing-wraper ul li:nth-last-child(1) {
	margin-bottom: 0;
}
.list-product-info span {
	font-weight: 500;
	display: block;
	color: #432605;
	font-size: 20px;
	margin-bottom: 5px
}
.list-product-info .form-group {
	margin-bottom: 10px;
}
.list-product-info .form-group label {
	font-size: 15px;
	color: #432605;
	display: block;
	margin-bottom: 3px;
}
.list-product-info .form-group .form-select {
	box-shadow: none;
	border: 1px solid #ebd9d9;
	color: #666;
	font-size: 14px;
	height: 40px;
}
.list-product-info .form-group .form-control {
	box-shadow: none;
	border: 1px solid #ebd9d9;
	color: #666;
	font-size: 14px;
	height: 40px;
}
.select-price-wrp {
	display: flex;
	gap: 15px;
	border: 1px solid #ebd9d9;
	height: 40px;
	align-items: center;
	border-radius: 6px
}
.select-price-wrp .form-select {
	border: none !important;
	height: 38px !important;
	width: 50%;
}
.price-selected {
	width: 50%;
	text-align: center;
	color: #EBA55E;
	font-size: 18px;
	font-weight: 600
}
.personal-booking-wrp {
	background: #fff;
	padding: 25px 25px 25px 25px;
	border-radius: 15px;
	margin-bottom: 25px;
}
.personal-booking-wrp h3 {
	font-size: 25px;
	color: #432605;
	letter-spacing: -1px;
	border-bottom: 1px solid #E4CFBA;
	padding-bottom: 12px;
}
.personal-booking-wrp .form-group {
	margin-top: 20px;
}
.personal-booking-wrp .form-group label {
	font-size: 15px;
	color: #432605;
	display: block;
	margin-bottom: 3px;
}
.personal-booking-wrp .form-group .form-control {
	box-shadow: none;
	border: 1px solid #ebd9d9;
	color: #666;
	font-size: 14px;
	height: 40px;
}
.form-check {
	margin-top: 20px;
}
.package-summary-wrap {
	background: #432605;
	padding: 25px;
	border-radius: 15px;
	margin-bottom: 25px
}
.package-summary-wrap h5 {
	text-align: center;
	color: #fff;
	font-size: 26px;
	margin-bottom: 25px
}
.package-summary-wrap ul {
	list-style: none;
	padding: 25px 25px 15px 25px;
	background: #EBA55E;
	border-radius: 15px;
}
.package-summary-wrap ul li {
	border-bottom: 1px solid #cf904f;
	padding: 8px 0;
	font-size: 14px;
	color: #432605
}
.package-summary-wrap ul li strong {
	font-weight: normal;
	float: right;
}
.total-text {
	border: none !important;
	font-size: 22px !important;
	font-weight: 600;
	padding-bottom: 0 !important
}
.total-text span {
	font-size: 28px !important;
}
.total-text strong {
	font-size: 28px !important;
	font-weight: 600 !important
}
.card-detail-wrap {
	background: #fff;
	padding: 25px;
	border-radius: 15px;
}
.card-detail-wrap h5 {
	font-size: 25px;
	color: #432605;
	letter-spacing: -1px;
	text-align: center
}
