.mew-banner-slider {
    position: relative;
    width: 100%;
    height: 85vh;
    overflow: hidden;
}

.mew-banner-slider .swiper-slide {
    position: relative;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mew-banner-slider .overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
background: linear-gradient(180deg, rgba(0, 0, 0, 0) 9.69%, rgba(0, 0, 0, 0.325) 39.52%, rgba(0, 0, 0, 0.65) 100%);

opacity: 1 !important;
}

.mew-banner-slider .slide-content {
    position: relative;
    z-index: 2;
    text-align: center;
    color: #fff;
  max-width: 1000px;
}
@media (max-width: 768px) {
.mew-banner-slider .slide-content{
   padding: 0 20px;
}
}

.slide-tagline {
    display: block;
    margin-bottom: 10px;
    font-size: 14px;
font-weight: 700;
}

.slide-title {
    font-size: 44.8px;
    margin: 30px 0;
    line-height: 100%;
}

@media only screen 
  and (min-width: 1024px) 
  and (max-width: 1800px)
  and (max-height: 660px)
  and (orientation: landscape) {

.elementor-11 .elementor-element.elementor-element-02dd6d6 .slide-title{
    font-size: 80px !important;
}
.elementor-11 .elementor-element.elementor-element-02dd6d6 .slide-desc{
    font-size: 14px !important;
}

}

.slide-desc {
    font-size: 16px;
    width: 700px;
font-family: "Open Sans", sans-serif;
font-weight: 400;
margin: auto;
line-height: 180%;
    margin-bottom: 25px;
}

.slide-btn {
    display: inline-block;
    text-decoration: none;
    transition: 0.3s;
}


@media(max-width: 768px){
.mew-banner-slider {
    height: auto !important;
}
.elementor-11 .elementor-element.elementor-element-02dd6d6 .slide-content{
padding-top: 100px;
padding-bottom: 30px;
}
    .slide-desc {
        width: 100%;
    }

.mew-banner-slider {
    height: 60vh;
}

}
