@import url("elementor-reset.css");

.elementshortcode .elementor-shortcode a {
    color: #000 !important;
    font-size: 14px !important;
}

.event-list-hm .owl-item img {
    width: 100% !important;
    height: 250px !important;
    object-fit: cover !important;
    border-radius: 18px;
}

.headermenu .wpr-nav-menu li:last-child {
    display: none;
}


.slide-hero-section .sa_hover_container::before{
    z-index: 1;
    content: '';
    background-color: transparent;
   /* background-image: linear-gradient(307deg, #FA301D 0%, #DD137A 100%); */
   background-image: linear-gradient(307deg, #000 0%, #000 100%);
    opacity: 0.5;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
}

.hero-slide-desc{
    position: absolute; 
    z-index: 2;
    top: 21%;
    left: 9%;
    max-width: 700px;
    color: #ffffff;

}

.hero-slide-desc h3{
    font-family: "Poppins", Sans-serif;
    font-size: 54px;
    font-weight: 700;
    text-transform: uppercase;
    max-width: 560px;
}

.hero-slide-desc h1, .hero-slide-desc h2{
    font-family: "Poppins", Sans-serif;
    font-size: 72px;
    font-weight: 700;
    text-transform: uppercase;

}



.hero-slide-desc p{
    font-family: "Poppins", Sans-serif;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 25px;
}

.slide-hero-section .white .sa_owl_theme .owl-nav .owl-next {
    background-image: url(../images/icon_next.png) no-repeat center center !important;
    background-color: transparent !important;
}

.slide-hero-section .white .sa_owl_theme .owl-nav .owl-prev {
    background-color: transparent !important;
    background-image:  url(../images/icon_prev.png) no-repeat center center !important;
}

.btn-slide{
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    -webkit-animation-duration: 0.4s;
    animation-duration: 0.4s;
    background-color: #FFFFFF;
    border-color: #E8E8E8;
    border-style: none;
    border-radius: 40px 40px 40px 40px;
    display: inline-block;
    padding: 12px 40px;
    font-size: 15px;
    font-weight: 700;
    color: #000000;
}

.btn-slide:hover{
    background-color: #000000; color: #ffffff;
}


@media only screen and (max-width: 1200px) {
  
    .hero-slide-desc h3{
        font-size: 44px;
    }
    .hero-slide-desc h1, .hero-slide-desc h2{
        font-size: 62px;
    }

}

@media only screen and (max-width: 1024px) {
    .headermenu .wpr-nav-menu li:last-child {
        display: block;
    }

    
    .hero-slide-desc h3{
        font-size: 34px;
    }

    .hero-slide-desc h1, .hero-slide-desc h2{
        font-size: 52px;
    }
}


@media only screen and (max-width: 900px) {
    .hero-slide-desc h3{
        font-size: 30px;
    }

    .hero-slide-desc h3{
        font-size: 24px;
    }
    
    .hero-slide-desc h1, .hero-slide-desc h2{
        font-size: 42px;
    }
    .hero-slide-desc{
        left: 50px; right: 50px;
    max-width: 100%;
    }
    .hero-slide-desc p{
        font-size: 14px;
    }
}