/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/

/* Button Design */

#my-button::before {
    content: "";
    position: absolute;
    top: -10px;
    left: -10px;      
    right: 10px;
    bottom: 10px;
    background-color: var(--e-global-color-primary);
    z-index: -1;   
    border-radius: inherit; 
}
/* Button Design End */

/* Home Cube Design */
.swiper-slide-contents::before {
    content: "";
    width: 340px;
    height: 340px;
    border: 10px solid #fff;
    display: block;
    position: absolute;
    right: 0;
    bottom: -60px;
    z-index: 0;
    border-left: 0;
}

.swiper-slide-contents::after {
    content: "";
    width: 10px;
    height: 340px;
    position: absolute;
    left: 210px;
    background: #866464;
    z-index: 99;
    opacity: 1;
    bottom: -60px;
    background: linear-gradient(180deg,rgb(255, 255, 255) 20%, rgb(255, 255, 255) 20%, rgba(255, 255, 255, 0) 15%, rgba(255, 255, 255, 0) 95%, rgb(255, 255, 255) 95%);
}

.swiper-slide-contents {
    z-index: 99999;
    position: relative;
}

.elementor-slide-description {
    padding-right: 60px;
}

@media (max-width: 767px) {
    .swiper-slide-contents::before,
    .swiper-slide-contents::after {
        display: none;
    }
}
/* Home Cube Design End*/

/* Home Picture Design A cubes */
.upcube {
    background: #fff;
    display: block!important;
    position: absolute!important;
    color: white;
    right: 0!important;
    top: 0!important;
    z-index: 40;
    width: 60px;
    height: 50px;
}
.upcube::before {
    content: "";
    background: #1990D2;
    display: block;
    position: absolute;
    width: 35px;
    height: 35px;
    right: 60px;
    top: 50px;
}
.upcube::after {
    content: "";
    background: #93BB34;
    display: block;
    position: absolute;
    width: 30px;
    height: 30px;
    right: -30px;
    top: 20px;
}
/* Home Picture Design B cubes */
.downcube {
    background: #1990D2;
    display: block;
    color: #1990D2 ;
    left: -30px;
    bottom: 100px;
    z-index: 40;
    width: 80px;
    height: 115px;
}

.downcube::before {
    content: "";
    background: #93BB34;
    display: block;
    color: #93BB34;
    left: 80px;
    bottom: -35px;
    z-index: 50;
    width: 40px;
    height: 35px;
    position: absolute;
}

.downcube::after {
    content: "";
    background: white;
    display: block;
    position: relative;
    width: 60px;
    height: 55px;
    left: 80px;
    bottom: 78px;
}
/* Home Picture Design End*/

/* Review arrow Left */
.elementor-swiper-button.elementor-swiper-button-next::after {
    content: "";
    background: #93BB34;
    display: block;
    position: absolute;
    width: 50px;
    height: 50px;
    z-index: -1;
    border-radius: 30px;
    right: -8px;
}
@media (max-width: 767px) {
    .elementor-swiper-button.elementor-swiper-button-next::after {
        display: none;
    }
}
/* Review arrow Right */
.elementor-swiper-button.elementor-swiper-button-prev::after {
	content: "";
    background: #93BB34;
    display: block;
    position: absolute;
    width: 50px;
    height: 50px;
    z-index: -1;
    border-radius: 30px;
    right: 35px;
}

@media (max-width: 767px) {
    .elementor-swiper-button.elementor-swiper-button-prev::after {
        display: none;
    }
}
/* Review arrows End */

