/*
	Theme Name: Hello Elementor
	Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
	Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
	Author: Elementor Team
	Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
	Version: 3.4.4
	Stable tag: 3.4.4
	Requires at least: 6.0
	Tested up to: 6.8
	Requires PHP: 7.4
	License: GNU General Public License v3 or later.
	License URI: https://www.gnu.org/licenses/gpl-3.0.html
	Text Domain: hello-elementor
	Tags: accessibility-ready, flexible-header, custom-colors, custom-menu, custom-logo, featured-images, rtl-language-support, threaded-comments, translation-ready,
*/

.elementor-element.elementor-element-4d73a90.animated-slow.enquire-heading.elementor-invisible.elementor-widget.elementor-widget-heading {
    margin-top: -70px;
}
.elementor-invisible {
    visibility: visible !important;
}
/* Portfolio Section Base Padding */
.wpo-portfolio-section-s6 {
    padding-bottom: 50px;
    padding-left: 60px;
    padding-right: 60px;
}

@media (max-width: 1700px) {
    .wpo-portfolio-section-s6 {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media (max-width: 1199px) {
    .wpo-portfolio-section-s6 {
        padding-left: 0;
        padding-right: 0;
    }
}

@media (max-width: 991px) {
    .wpo-portfolio-section-s6 {
        padding-bottom: 70px;
    }
}

@media (max-width: 767px) {
    .wpo-portfolio-section-s6 {
        padding-bottom: 50px;
    }
}

@media (max-width: 575px) {
    .wpo-portfolio-section-s6 {
        padding-bottom: 30px;
    }
}

/* Flex Container for Grids */
.wpo-portfolio-section-s6 .portfolio-grids {
    display: flex;
    flex-wrap: wrap;
    margin: -15px;
    gap: 0; /* if needed */
}

/* Grid Item */
.wpo-portfolio-section-s6 .portfolio-grids .grid {
    width: 33.33%;
    padding: 15px;
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
}

/* Responsive Column Adjustments */
@media (max-width: 991px) {
    .wpo-portfolio-section-s6 .portfolio-grids .grid {
        width: 50%;
    }
}

@media (max-width: 767px) {
    .wpo-portfolio-section-s6 .portfolio-grids .grid {
        width: 100%;
    }
}

/* Image Holder */
.wpo-portfolio-section-s6 .portfolio-grids .grid .img-holder {
    overflow: hidden;
    position: relative;
}

/* Image Styling */
.wpo-portfolio-section-s6 .portfolio-grids .grid img {
    width: 100%;
    transition: all 0.3s;
    transform: scale(1);
}

/* Portfolio Content */
.wpo-portfolio-section-s6 .portfolio-grids .grid .portfolio-content {
    position: absolute;
    left: 50%;
    bottom: -200px;
    background: #fff;
    width: 100%;
    max-width: 453px;
    transform: translateX(-50%);
    font-family: "Mulish", sans-serif;
    text-align: center;
    padding: 20px;
    transition: all 0.3s;
}

@media (max-width: 1700px) {
    .portfolio-content {
        max-width: 350px;
    }
}

@media (max-width: 1399px) {
    .portfolio-content {
        max-width: 300px;
    }
}

@media (max-width: 1199px) {
    .portfolio-content {
        max-width: 280px;
    }
}

@media (max-width: 991px) {
    .portfolio-content {
        max-width: 94%;
        padding: 10px;
    }
	.wpo-portfolio-section-s6 .portfolio-grids {
 
    height: 100% !important;
}
}

/* Title Styling */
.wpo-portfolio-section-s6 .portfolio-grids .grid .portfolio-content h4 {
    font-size: 30px;
    font-weight: 400;
    margin: 0 0 10px;
}

@media (max-width: 1399px) {
    .portfolio-content h4 {
        font-size: 25px;
    }
}

@media (max-width: 991px) {
    .portfolio-content h4 {
        font-size: 27px;
    }
}

.wpo-portfolio-section-s6 .portfolio-grids .grid .portfolio-content h4 a {
    color: #242424;
    text-decoration: none;
}

.wpo-portfolio-section-s6 .portfolio-grids .grid .portfolio-content h4 a:hover {
    color: #773b17;
}

/* Location and Date Span */
.wpo-portfolio-section-s6 .portfolio-grids .grid .portfolio-content span {
    font-size: 18px;
    font-weight: 500;
    color: #773b17;
    line-height: 35px;
}

/* Hover Effects */
.wpo-portfolio-section-s6 .portfolio-grids .grid:hover .portfolio-content {
    bottom: 20px;
}

.wpo-portfolio-section-s6 .portfolio-grids .grid:hover img {
    transform: scale(1.2);
}

.insta-div {
	overflow:hidden
}
@media (max-width: 991px) {
    .slide-image {
        position: relative;
        width: 100%;
        height: auto;
        z-index: 1;
        max-width: 100% !important;
    }
	.swiper {
    width: 100%;
    margin: 0 auto !important;
}
}
button.theme-btn.slide {
    background-color: #fff;
    color: #000;
    padding: 10px 15px;
    font-size: 14px;
}
button.theme-btn.slide:hover {
    background-color: #773b17;
    color: #fff;
    padding: 10px 15px;
    font-size: 14px;
}
h3.package-title {
    color: #fff !important;
}
p,a,span,bold,strong,ul li {
	font-family: "Inter", Sans-serif !important
}
ul#menu-primary-menu a {
    font-family: 'Antonio' !important;
}
.form-black label.mf-input-label {
	color:#000 !important
}



