

.pageview-area {
	background: #f3eaea;
	padding: 30px 0 60px;
}

.pageview-layout {
	align-items: start;
	display: grid;
	gap: 16px 30px;
	grid-template-areas:
        "main sidebar"
        "details sidebar";
	grid-template-columns: minmax(0, 1fr) minmax(340px, 410px);
}

.pageview-main {
	grid-area: main;
}

.pageview-details {
	grid-area: details;
}

.pageview-sidebar {
	grid-area: sidebar;
	position: sticky;
	top: 104px;
}

.pageview-main > :last-child,
.pageview-sidebar > :last-child,
.pageview-details > :last-child {
	margin-bottom: 0;
}

.pageview-video {
	margin-bottom: 30px;
}

.pageview-video-frame {
	border-radius: 8px;
	overflow: hidden;
}

.pageview-video-card h2 {
	margin-bottom: 12px;
}

.pageview-video-frame {
	aspect-ratio: 16 / 9;
	background: #111827;
}

.pageview-video-frame iframe,
.pageview-map-frame iframe {
	display: block;
	height: 100%;
	width: 100%;
}

.pageview-banner img {
	width: 100%;
	margin-bottom: 30px;
	border-radius: 10px;
	box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
}

.pageview-card {
	background: #fff;
	padding: 30px;
	margin-bottom: 30px;
	border-radius: 10px;
	box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
}

.pageview-gallery-card {
	overflow: hidden;
}


.pageview-tagline {
	text-transform: uppercase;
	font-weight: 600;
	font-size: 18px;
	color: #FCA702;
	padding-left: 80px;
	position: relative;
}

.pageview-tagline::before {
	content: "";
	position: absolute;
	width: 65px;
	height: 3px;
	left: 0;
	top: 8px;
	background: #FCA702;
}

.pageview h1 {
	font-weight: 700;
	font-size: 35px;
}

.pageview h3 {
	font-size: 25px;
	font-weight: 700;
}

.pageview p {
	font-size: 16px;
	font-weight: 500;
}

.pageview-list-wrapper {
	position: relative;
	display: block;
	margin-top: 32px;
}

.pageview-list {
	position: relative;
	display: block;
}

.pageview-list li {
	position: relative;
	display: flex;
	align-items: center;
}

.pageview-list li+li {
	margin-top: 10px;
}

.pageview-list li .icon {
	position: relative;
	display: flex;
	align-items: center;
}

.pageview-list li .icon span {
	font-size: 20px;
	color: #FCA702;
}

.pageview-list li .text {
	margin-left: 10px;
}

.pageview-list li .text p {
	color: #000;
	margin: 0;
}



.pageview-table-list {
	position: relative;
	display: block;
	border-radius: 15px;
	border: 1px solid #e4e8e9;
}

.pageview-table-list li {
	position: relative;
	display: block;
	padding: 0px 30px 0px 70px;
	border-bottom: 1px solid #e4e8e9;
	font-size: 17px;
	font-weight: 500;
	color: #888888;
}

.pageview-table-list li:last-child {
	border-bottom: none;
}

.pageview-table-list li i {
	position: absolute;
	left: 30px;
	top: 18px;
	font-size: 18px;
	color: #FCA702;
}

.pageview-table-list li span {
	position: relative;
	display: inline-block;
	width: 215px;
	font-size: 17px;
	color: #061a3a;
	padding: 10px 0px 10px 0px;
	font-weight: 500;
	margin-right: 40px;
}

.pageview-table-list li a {
	color: #888888;
}

.pageview-map iframe {
	border-radius: 10px;
	width: 100%;
	height: 450px;
	margin-top: 20px;
}

.pageview-gallery {
	max-width: 100%;
	overflow: hidden;
}

.pageview-gallery-grid {
	overflow: hidden;
	--bs-gutter-x: 24px;
	--bs-gutter-y: 24px;
}

.pageview-gallery-grid > [class*="col-"] {
	display: flex;
	min-width: 0;
	overflow: hidden;
}

.pageview-gallery-landscape,
.pageview-gallery-portrait {
	position: relative;
	border-radius: 15px;
	overflow: hidden;
	width: 100%;
}

.pageview-gallery-landscape {
	aspect-ratio: 580 / 360;
}

.pageview-gallery-portrait {
	aspect-ratio: 280 / 360;
	height: 100%;
	min-height: 100%;
}

.pageview-gallery-landscape::before,
.pageview-gallery-portrait::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 1;
	opacity: 0;
	border-radius: 15px;
	background: rgba(0, 0, 0, .6);
	transition: all .5s ease-in-out;
}
.pageview-gallery-landscape:hover::before,
.pageview-gallery-portrait:hover::before {
	opacity: 1;
}

.pageview-gallery-landscape img,
.pageview-gallery-portrait img {
	display: block;
	height: 100%;
	min-height: 100%;
	object-fit: cover;
	width: 100%;
}

.pageview-gallery-landscape .popup-img,
.pageview-gallery-portrait .popup-img {
	position: absolute;
	width: 60px;
	height: 60px;
	line-height: 60px;
	border-radius: 50px;
	background: #FCA702;
	color: #fff;
	text-align: center;
	left: 50%;
	top: 50%;
	z-index: 1;
	opacity: 0;
	transform: translate(-50%, -50%);
}

.pageview-gallery-landscape:hover .popup-img,
.pageview-gallery-portrait:hover .popup-img {
	opacity: 1;
}


.pageview-itinerary {
	position: relative;
	margin-bottom: 81px;
}

.pageview-itinerary-content {
	margin-top: 80px;
}

.pageview-itinerary-box {
	position: relative;
	padding-left: 110px;
	padding-bottom: 62px;
	z-index: 0;
}

.pageview-itinerary-box::before {
	position: absolute;
	content: '';
	width: 1px;
	border-left: 2px dashed #FCA702;
	height: 100%;
	left: 35px;
	top: 10px;
	z-index: 0;
}

.pageview-itinerary-box:last-child::before{
	display: none;
}

.pageview-itinerary-box span {
	position: absolute;
	display: inline-block;
	left: 5px;
	top: 3px;
	width: 60px;
	height: 60px;
	line-height: 60px;
	font-size: 22px;
	color: #ffffff;
	background: #FCA702;
	font-weight: 600;
	text-align: center;
	border-radius: 10px;
	z-index: 2;
}

.pageview-itinerary-box span::before {
	display: none;
}


.pageview-itinerary-box h4{
	display: block;
	font-size: 20px;
	line-height: 28px;
	font-weight: 500;
	margin-bottom: 5px;
	color: #FCA702;
}

.pageview-itinerary-box h3 {
	display: block;
	font-size: 24px;
	line-height: 34px;
	font-weight: 600;
	margin-bottom: 10px;
}

.pageview-itinerary-box ul{
	margin-top: 10px;
}

.pageview-itinerary-box ul li i{
	margin-right: 10px;
	color: #FCA702;
}


@media all and (max-width: 767px) {
	.pageview-itinerary-content {
		flex-direction: column;
		align-items: flex-start;
	}

	.pageview-itinerary-price{
		text-align: left;
	}

	.pageview-itinerary-meta ul{
		flex-direction: column;
		align-items: flex-start;
	}
}


.pageview-testimonial-single {
	background: #fff;
	padding: 30px;
	border-radius: 15px;
	margin: 12px;
	position: relative;
	margin-bottom: 25px;
	box-shadow: 0 2px 14px rgb(0 0 0 / 8%);
}

.pageview-testimonial-quote-icon {
	position: absolute;
	right: 30px;
	top: -32px;
	font-size: 50px;
	color: #FCA702;
}

.pageview-testimonial-rate i {
	color: #FCA702;
}

.pageview-testimonial-content {
	display: flex;
	justify-content: start;
	align-items: center;
	margin-top: 30px;
}

.pageview-testimonial-author-img {
	margin-right: 20px;
	border: 2px solid #FCA702;
	border-radius: 50px;
	padding: 5px;
}

.pageview-testimonial-author-img img {
	border-radius: 50%;
}

.pageview-testimonial-author-info h4 {
	color: #000055;
	font-size: 20px;
}

.pageview-testimonial-quote p i {
	font-size: 60px;
	margin-right: 10px;
	color: #0049D0;
}

.pageview-testimonial-area .owl-dots .owl-dot span {
	margin: 5px;
	border-radius: 50px;
	width: 20px;
	height: 5px;
	background: #000055;
	transition: all .5s ease-in-out;
}

.pageview-testimonial-area .owl-dots .owl-dot.active span {
	background: #FCA702;
}




.widget-ticket {
	padding: 10px 0 10px 0;
	border-bottom: 1px solid rgba(5, 18, 66, .1);
}

.widget-ticket-group {
	padding-bottom: 0;
}

.widget-ticket-group summary {
	list-style: none;
}

.widget-ticket-group summary::-webkit-details-marker {
	display: none;
}

.widget-ticket-group-summary {
	align-items: flex-start;
	cursor: pointer;
	display: flex;
	gap: 16px;
	justify-content: space-between;
	padding-bottom: 12px;
}

.widget-ticket-group-toggle {
	background: #fca702;
	border-radius: 4px;
	color: #ffffff;
	display: inline-flex;
	font-size: 12px;
	font-weight: 800;
	line-height: 1;
	padding: 10px 12px;
	text-transform: uppercase;
	white-space: nowrap;
}

.widget-ticket-group-summary h2 {
	color: #111827;
	font-size: 22px;
	font-weight: 800;
	line-height: 1.25;
	margin-bottom: 8px;
}

.widget-ticket-group-summary p {
	color: #374151;
	font-size: 16px;
	line-height: 1.35;
	margin-bottom: 8px;
}

.widget-ticket-group-summary ul li {
	align-items: center;
	display: inline-flex;
	margin-right: 15px;
}

.widget-ticket-group-summary ul li i,
.widget-ticket-group-summary ul li span {
	color: #FCA702;
}

.widget-ticket-group-summary ul li i {
	margin-right: 10px;
}

.widget-ticket-group[open] .widget-ticket-group-toggle {
	background: #051242;
}

.widget-ticket-variants {
	display: grid;
	gap: 8px;
	max-height: 280px;
	overflow-y: auto;
	padding: 0 0 14px;
}

.widget-ticket-variant {
	align-items: center;
	background: #f8fafc;
	border: 1px solid #e5e7eb;
	border-radius: 6px;
	color: #111827;
	cursor: pointer;
	display: grid;
	gap: 10px;
	grid-template-columns: auto minmax(0, 1fr) auto;
	margin: 0;
	padding: 10px 12px;
}

.widget-ticket-variant input {
	accent-color: #fca702;
	height: 18px;
	width: 18px;
}

.widget-ticket-variant-info {
	display: grid;
	gap: 2px;
	min-width: 0;
}

.widget-ticket-variant-info strong {
	color: #111827;
	font-size: 14px;
	line-height: 1.25;
}

.widget-ticket-variant-info small {
	color: #6b7280;
	font-size: 12px;
	line-height: 1.2;
}

.widget-ticket-variant-price {
	color: #111827;
	font-size: 13px;
	font-weight: 800;
	white-space: nowrap;
}

.widget-ticket-item + .widget-ticket-item {
	border-top: 1px solid rgba(5, 18, 66, .1);
	margin-top: 22px;
	padding-top: 22px;
}

.widget-ticket-summary {
	border-top: 1px solid rgba(5, 18, 66, .1);
	margin-top: 24px;
	padding-top: 24px;
}

.widget-ticket-head {
	align-items: flex-start;
	display: flex;
	justify-content: space-between;
	gap: 18px;
}

.widget-ticket-head h2,
.widget-video-card h2,
.widget-description-card h2,
.widget-map-card h2 {
	color: #111827;
	font-size: 22px;
	font-weight: 800;
	line-height: 1.25;
	margin-bottom: 8px;
}

.widget-ticket-head p {
	color: #374151;
	font-size: 16px;
	line-height: 1.35;
	margin-bottom: 8px;
}

.widget-ticket-head span {
	color: #ff4b1f;
	display: block;
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
}

.widget-ticket-head ul li {
	display: inline-flex;
	margin-right: 15px;
	align-items: center;
}

.widget-ticket-head ul li i {
	color: #FCA702 !important;
	margin-right: 10px;
}

.widget-ticket-head ul li span {
	color: #FCA702 !important;
}

.widget-ticket-qty {
	align-items: center;
	display: inline-flex;
	gap: 8px;
	margin-top: 4px;
}

.widget-ticket-qty button {
	align-items: center;
	background: transparent;
	border: 0;
	color: #f05a24;
	display: inline-flex;
	font-size: 24px;
	height: 32px;
	justify-content: center;
	line-height: 1;
	padding: 0;
	width: 28px;
}

.widget-ticket-qty button:first-child {
	color: #6b7280;
}

.widget-ticket-qty input {
	background: transparent;
	border: 0;
	color: #111827;
	font-size: 16px;
	height: 32px;
	padding: 0;
	text-align: center;
	width: 30px;
}

.widget-ticket-total {
	align-items: center;
	display: flex;
	justify-content: space-between;
	margin: 28px 0 12px;
}

.widget-ticket-total span,
.widget-ticket-total strong {
	color: #111827;
	font-size: 22px;
	font-weight: 500;
}

.widget-cart-button {
	background: #2f8637;
	border: 0;
	border-radius: 4px;
	color: #ffffff;
	font-size: 15px;
	font-weight: 800;
	height: 38px;
	letter-spacing: 0;
	text-transform: uppercase;
	width: 100%;
}

.widget-cart-button:hover {
	background: #256f2d;
}

.widget-cart-button:disabled,
.widget-cart-button:disabled:hover {
	background: #8cae91;
	cursor: not-allowed;
	opacity: .75;
}

.widget-ticket-fee {
	color: #374151;
	display: table;
	font-size: 13px;
	margin: 28px auto 0;
	text-decoration: none;
}

.widget-ticket-fee i {
	margin-right: 6px;
}

.widget-ticket-fee:hover {
	color: #fca702;
}

@media (max-width: 991px) {

	.pageview-layout {
		grid-template-areas:
            "main"
            "sidebar"
            "details";
		grid-template-columns: 1fr;
	}

	.pageview-sidebar {
		position: static;
	}
}


@media (max-width: 575px) {


}
