/*
Template:       homlisti
Theme Name:     HomListi Child
Theme URI:      https://www.radiustheme.com/demo/wordpress/themes/homlisti/
Author:         RadiusTheme
Author URI:     https://www.radiustheme.com
Description:    HomListi is a modern and clean WordPress Theme best suited for real estate website. This theme comes with all necessary features and pages for a Real Estate website.
Version:        1.0
Text Domain:    homlisti
Tags:           two-columns, three-columns, left-sidebar, right-sidebar, custom-colors, custom-menu, featured-images, footer-widgets, full-width-template, sticky-post, threaded-comments, translation-ready, blog
License URI:    https://themeforest.net/licenses/terms/regular
*/

.main-slider{
	position:relative;
	max-height: calc( 100vh - 150px );
}

.slider-wrapper{
	position:absolute;
	top:35%;
	left:35%;
}
.main-slider .elementor-column {
    width: 100%;
}
.swiper-container .swiper-slide figure {
 
    max-height: calc( 100vh - 150px );
}

.main-slider .slider-text {
   position: absolute; 
    background: #abababbf;
    border-radius: 5px;
    width: 594px;
    padding: 20px;
    -webkit-box-shadow: 0 0 30px grey;
    box-shadow: 0 0 30px grey;
    border-radius: 3px;
    display: block;
    top: 35%;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    align-items: center;
    z-index: 1;
}

.main-tag{
	opacity:0;
	visibility: hidden;
	width:0;
	height:0;
	line-height:0;
	margin:0;
	padding:0;
}