/*
Theme Name: Razzi Child
Theme URI: https://demo4.drfuri.com/razzi/
Author: DrFuri
Author URI: http://drfuri.com
Description: Razzi Child Theme.
Version: 1.0
License: GNU General Public License v2+
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: razzi
Domain Path: /lang/
Tags: one-column, two-columns, left-sidebar, right-sidebar, full-width-template, post-formats, theme-options, threaded-comments, translation-ready
Template: razzi
*/

/* Make sure this header section has a unique class, e.g., '.header-transparent' */
.header-transparent {
            background-color: #ffffff !important;
            transition: background-color 0.3s ease;
        }
        
        .header-transparent.sticky-header {
            background-color: #ffffff !important;
/* 			backdrop-filter: blur(10px); */
        }

.elementor-sticky--effects .header-transparent {
    background-color: rgba(255, 255, 255, 1); /* Black background when scrolled */
}

.header-transparent .main-logo-cst img {
            transition: max-width 0.5s ease;
        }

.header-transparent.sticky-header .main-logo-cst img {
            max-width: 20%; 
        }



/*  */
.swiper-container {
    width: 100%;
/*     height: 100vh; */
}

.swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: #fff;
    background-size: cover;
    background-position: center;
}

.main-slider .swiper-slide {
    background-color: #000;
}

.nested-slider .swiper-slide {
    background-color: rgba(0, 0, 0, 0.5);
}
