/*
Theme Name: Delex
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Klain
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-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.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.1.1.1723227815
Updated: 2024-08-09 18:23:35

*/

/* Sectiune 1 */

.btn-default span.elementor-button-icon {
    background: #0C9952;
    border-radius: 26px;
    justify-content: center;
    flex-direction: column;
    display: inline-flex;
    width: 25px;
    align-items: center;
    fill: #fff;
	width: 50px;
    height: 50px;
}

.btn-default span.elementor-button-content-wrapper {
    align-items: center;
}
.btn-default .elementor-button-icon .e-font-icon-svg {
    height: 1.5em !important;
}

/* Sectiune 4 */

.acordeon .uc_image_accodion .uc_content .uc_image_accodion_holder {
    transition: 1s !important;
}
.acordeon .ue_title-wrapper .ue_title {
    text-align: left;
}

/* Carusel */

.carusel .swiper-pagination-bullets.swiper-pagination-horizontal {
    display: inline-flex;
    flex-direction: column;
    row-gap: 10px;
}

.btn-blur {
    background: rgba(255, 255, 255, 0.4);
    -webkit-backdrop-filter: blur(30px);
    backdrop-filter: blur(30px);
    border: 1px solid rgba(255, 255, 255, 0.2);
}