/**
 * If using a CSS pre-processor, tell it to overwrite this file. If not, place
 * your custom CSS modifications here.
 */

#header-sticky .logo img {
	max-height: 34px;
}
.header-main .main-menu ul li a {
	text-transform: uppercase;
}
.hero-3 .hero-image {
	width: 98%;
	height: 98%;
	border-radius: 20px;
	margin: 1%;
	max-height: 904px;
}
.path-frontpage .header-main {
	padding: 30px 0 10px;
}
.path-frontpage .header-main {
	padding: 30px 0 10px;
}
.path-frontpage .sticky  .header-main {
	padding: 10px 0 10px;
}
.hero-image.bg-cover::before {
	content: "";
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.5); /* dark overlay */
	z-index: 1;
}
.region-pageheaderimage {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 110%;
}
@media (min-width: 768px) {
	.region-pageheaderimage {
		width: 100%;
	}
}
.region-pageheaderimage img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.view-page-header-image .views-row::before {
	content: "";
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.5); /* dark overlay */
	z-index: 1;
}
h1.page-header {
	padding-bottom: 9px;
	margin: 0;
    margin-top: 0;
	border-bottom: 0;
    color: #ffffff;
    font-size: 60px;
    font-weight: 800;
    margin-bottom: 30px;	
}
#footerSection {
	background-image: url('images/footer-bg.jpg');
}
.footerFirst {
	padding: 0 15px;
}
.footer-widget-wrapper-new::before {
	background: #ec572f;
}
.header-main .main-menu ul li {
	margin-inline-end: 30px;
}
.header-main .main-menu ul li a {
	font-size: 18px;
	font-weight: bold;
}
.new-top-desti-thumb {
	height: 300px;	
	border-radius: 18px;
	background-size: cover;
	background-position: center center;	
}
@media (min-width: 768px) {
	.new-top-desti-thumb {
		height: 280px;	
	}
}
.new-top-desti-thumb-overlay::before {
	content: "";
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.3); /* dark overlay */
	z-index: 1;
}
.new-top-desti-thumb img {
  width: 110%;
  height: auto;
  border-radius: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.row {
	display: block !important;
}
@media (min-width: 768px) {
	.row {
		display: flex !important;
	}
}
.view-homepage-destination .row > * {
  padding-right: 15px !important;
  padding-left: 15px !important;
}

.new-top-desti-thumb .content {
	position: absolute;
	bottom: 20px;
	left: 30px;
	opacity: 1;
	visibility: visible;
	transition: all 0.4s ease-in-out;
	z-index: 9;
	text-transform: uppercase;
	left: 50%;
	transform: translate(-50%, -50%);	
}
.new-top-desti-thumb .content a {
	text-transform: uppercase;
}
.new-top-desti-thumb .icon {
	z-index: 10;
}