/* 
Theme Name:		 Hello Elementor Child
Theme URI:		 http://childtheme-generator.com/
Description:	 Hello Elementor Child is a child theme of Hello Elementor, created by ChildTheme-Generator.com
Author:			 rashu
Author URI:		 http://childtheme-generator.com/
Template:		 hello-elementor
Version:		 2.0.3
Text Domain:	 hello-elementor-child
*/


html,body{
    margin: 0;
}

/*Swiper css*/
.slider-page.mobile{
    background-color: rgba(0, 0, 0, 0.37);
    min-height: 100vh;
}
.slider-wrapper{
/*     max-width: 2200px; */
    margin: 0 auto;
    position: relative;
}
.ad-tag{
    position: absolute;
    left: 10px;
    z-index: 1;
    top: 10px;
    background: #000;
    display: inline-block;
    color: #fff;
    font-size: 12px;
    padding: 4px 4px 5px;
    line-height: 1;
    border-radius: 4px;
}
.slider-wrapper.digital-display{
    height: 100vh;
}
.slider-wrapper.digital-display .swiper-slide-wrapper{
    height: 100vh;
}
.slider-wrapper.mobile{
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.slider-wrapper.mobile .ad-tag{
    top: 25px;
    left: 25px;
}
@media (min-width: 992px){
    .slider-wrapper.mobile{
        max-width: 720px;
    }
}
.swiper {
    width: 100%;
    height: auto;
    /*border: 2px solid #0a7aff;*/
}

.swiper-custom .swiper-wrapper{
    height: auto;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.close-ad-wrapper{
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 1;
}
.close-ad-wrapper .btn-ad-close{
    background-color: transparent;
    border: 0;
    padding: 10px;
}
.close-ad-wrapper .btn-ad-close:hover{
    background-color: rgba(0, 0, 0, 0.35);
}
.close-ad-wrapper .btn-ad-close img{
    max-width: 32px;
}

.bg-styled{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}