/*
Theme Name: Blocksy Child
Theme URI: https://creativethemes.com/blocksy/
Template: blocksy
Author: CreativeThemes
Author URI: https://creativethemes.com
Description: Blocksy is a fast, modern WordPress theme with advanced WooCommerce support and full compatibility with the block editor.
Tags: accessibility-ready,blog,block-patterns,e-commerce,wide-blocks,block-styles,grid-layout,one-column,two-columns,three-columns,four-columns,right-sidebar,left-sidebar,translation-ready,custom-colors,custom-logo,custom-menu,featured-images,footer-widgets,full-width-template,theme-options,threaded-comments
Version: 2.1.32.1772726487
Updated: 2026-03-05 16:01:27

*/

:root {
    --border-animation-color: #58c3ea !important;
}

.header-slogan .customslide-slide-inner {
    padding: 0;
    background: none;
    margin: 0;
}

h2.customslide-slide-title.hero-title {
    font-size: 20px;
    font-weight: 900;
    line-height: 50px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

p.customslide-slide-subtitle.hero-subtitle {
    font-size: 62px;
    line-height: 60px;
    font-weight: 900;
    margin-bottom: 35px;
}

.header-slogan .customslide-slide-content {
    font-size: 20px;
    line-height: normal;
    font-weight: 100 !important;
    margin-bottom: 40px;
}

.customslide-btn-primary {
    background: #388aa6;
    color: white;
    border-radius: 10px;
    transition: .4s ease;
}

.customslide-btn-secondary {
    border-radius: 10px;
    background: transparent !important;
    border: none !important;
}
 
.header-slogan .swiper-pagination {margin-top: 50px;position: relative;text-align: center;display: flex;}

.header-slogan .swiper-pagination .swiper-pagination-bullet-active {
    background: #e71629 !important;
}
.customslide-btn-primary:hover {
    color: white;
    background: #19657e;
}

.customslide-btn-secondary:hover {
    color: white;
    background: #0000008a;
}
.header-slogan .swiper-pagination .swiper-pagination-bullet {
    height: 35px;
    width: 35px;
    padding: 5px;
}