/* 
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
*/

.noSelect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
}

.revslider-initialised .rev-btn:hover {
    box-shadow: 0 24px 34px rgba(97, 0, 50, 0.6) !important;
}

.sub-menu {
	padding: 5px !important;
	background-color: #fff !important;
}

.sub-menu a {
	padding: 5px !important;
	color: #712C5E !important;	
}

#breadcrumbs .delimiter {
    margin: 0 15px;
}

.header-underline__orange,
.header-underline__pink {
    position: relative;
    padding-bottom: 20px;
}

.header-underline__orange:after,
.header-underline__pink:after {
    content: '';
    height: 2px;
    width: 100%;
    display: block;
    position: absolute;
    bottom: 0;
}

.header-underline__orange:after {
    background-color: #D96A1C;
}

.header-underline__pink:after {
    background-color: #D3217E;
}


ul.small-list,
ul.big-list {
    padding-left: 0;
    list-style: none;
}

ul.small-list li,
ul.big-list li {
    position: relative;
}

ul.small-list li::before,
ul.big-list li::before {
    content: "\2022";
    color: #D3217E;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}

ul.big-list li {
    padding-left: 2em !important;
}

ul.big-list li::before {
    margin-left: 0;
    font-size: 2em;
    position: absolute;
    left: 0;
}


[data-elementor-device-mode="mobile"] .elementor-location-header .elementor-widget-theme-site-logo,
[data-elementor-device-mode="mobile"] .elementor-menu-toggle {
    z-index: 10000;
}

[data-elementor-device-mode="mobile"] .elementor-nav-menu--dropdown {
    background-color: transparent;
    background-image: url('./assets/img/dropdown-bg.jpg');
    height: 100vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin-top: -60px !important;
    padding-top: 70px;
}

[data-elementor-device-mode="mobile"] .elementor-menu-toggle {
    outline: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
}

.elementor-widget-video .elementor-custom-embed-play .eicon-play:before {
    background-image: url(./assets/img/play-icon.svg);
    content: '';
    width: 100px;
    padding-top: 114.6%;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    transform: translateY(14.4%);
}

@-webkit-keyframes fade-in {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes fade-in {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

[tab-arrow]:after {
    width: 33%;
    height: 21px;
    position: absolute;
    display: block;
    background-color: #D96A1C;;
    bottom: 0;
    transition: left .5s ease-in-out;
    transform: translateX(-50%);
}

[tab-arrow]:before {
    width: 35px;
    height: 40px;
    padding-bottom: 10px;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #D96A1C;;
    bottom: 0;
    transition: left .5s ease-in-out;
    transform: translateX(-50%);
    content: '\f106' !important;
    font-family: 'Font Awesome 5 Pro';
    font-size: 1em;
    z-index: 1;
    color: white;
}

[tab-arrow=form-1]:after,
[tab-arrow=form-1]:before {
    content: '';
    left: calc(100% / 6);
}

[tab-arrow=form-2]:after,
[tab-arrow=form-2]:before {
    content: '';
    left: calc(100% / 2);
}

[tab-arrow=form-3]:after,
[tab-arrow=form-3]:before {
    content: '';
    left: calc(100% / 6 * 5);
}

[data-tab-rel] {
    cursor: pointer;
}

[data-tab-rel] .elementor-image {
    transition: transform .5s ease-in-out;
}

[data-tab-rel] > .elementor-column-wrap {
    padding-bottom: 51px !important;
}

[data-tab-rel]:hover .elementor-image {
    transform: translateY(-15%);
}

.active[data-tab-rel]:before,
[data-tab-rel]:hover:before {
    content: '';
/*     background: #F539B7; */
    filter: blur(90px);
    position: absolute;
    bottom: -50%;
    width: 50%;
    display: block;
    padding-bottom: 50%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 0;
    pointer-events: none;
}

.tabs {

}

.tabs .tab-content,
.tabs .tab-content [data-tab-content-use] {
    /*display: none;*/
}

.tabs .tab-content.active,
.tabs .tab-content [data-tab-content-use].active {
    display: block !important;
    -webkit-animation: fade-in 1.2s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
    animation: fade-in 1.2s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}

.tabs .tab-content.active .use-btn a.active .fas:before {
    content: "\f106" !important;
}

@media screen and (max-width: 1200px) {
    [tab-arrow]:after {
        bottom: -40px;
    }
}

@media screen and (max-width: 767px) {

    [tab-arrow] > .elementor-container:before {
        content: '';
        position: absolute;
        display: block;
        width: 100%;
        height: 65%;
        bottom: 0;
        background-color: #712C5E;
    }

    [tab-arrow] > .elementor-container {
        max-width: 100%;
        overflow: hidden;
    }

    [tab-arrow] > .elementor-container > .elementor-row {
        width: calc(100vw * 3);
        flex-wrap: nowrap;
        position: relative;
        transition: all .5s ease-in-out;
        z-index: 2;
    }

    [tab-arrow=form-1] > .elementor-container > .elementor-row {
        left: 0;
    }

    [tab-arrow=form-2] > .elementor-container > .elementor-row {
        left: -100vw;
    }

    [tab-arrow=form-3] > .elementor-container > .elementor-row {
        left: -200vw;
    }

    [tab-arrow] > .elementor-container > .elementor-row > .elementor-column {
        width: 100vw;
        overflow: hidden;
    }

    [tab-arrow]:after {
        width: 100%;
        height: 10px;
        bottom: 0;
        left: calc(100% / 2) !important;
        z-index: 3;
    }

    [tab-arrow]:before {
        left: calc(100% / 2) !important;
        z-index: 4;
    }

    [tab-arrow] .prev,
    [tab-arrow] .next {
        position: absolute;
        bottom: 5em;
        width: 36px;
        height: 36px;
        background-image: url('./assets/img/slide-arrow__left.svg');
        background-repeat: no-repeat;
        background-position: center;
        z-index: 10;
    }

    [tab-arrow] .prev {
        left: 20px;
    }

    [tab-arrow] .next {
        right: 20px;
        transform: rotate(180deg);
        transform-origin: center;
    }

    .active[data-tab-rel]:after,
    [data-tab-rel]:hover:after {
        content: none;
    }

    [tab-arrow] > .elementor-container:after {
        content: '';
        background: #F539B7;
        filter: blur(45px);
        position: absolute;
        bottom: -25%;
        width: 50%;
        display: block;
        padding-bottom: 50%;
        left: 50%;
        transform: translateX(-50%);
        z-index: 1;
        pointer-events: none;
    }
}


