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

/**
 * Helper Classes
 */
.lazy--no-spin .lazy-hidden {
    background-color: transparent !important;
    background-image: none !important;
}

.blend--luminosity,
.img-blend--luminosity img {
	mix-blend-mode: luminosity;
}


/**
 * Section: Discount Bar
 */
.topbar--discount-tag .ekit-wid-con {
    text-align: center;
}

.topbar--discount-tag .ekit-heading {
    display: inline-block;
}

/**
 * Section: Header - Start
 **/
.site--nav .elementskit-navbar-nav-default.elementskit_plus_icon .elementskit-submenu-indicator::before {
    content: '\f078';
    font-family: 'Font Awesome 5 Free' !important;
}

.wps--mega-menu .elementskit-info-box-title:after {
	opacity: 0;
	font-size: 12px;
	content: '\f061';
	font-weight: 700;
	display: inline-block;
	-webkit-transition: .2s ease-in-out;
	-o-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
	font-family: 'Font Awesome 5 Free';

}
.wps--mega-menu .elementskit-infobox:hover .elementskit-info-box-title:after {
	opacity: 1;
	-webkit-transform: translateX(4px);
	-ms-transform: translateX(4px);
	transform: translateX(4px);
}
/**
 * Section: Header - End
 **/

/**
 * Section: Intro-video - Start
 **/
.intro--bg-shape {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1 !important;
}
.intro--video:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.3);
    opacity: 0.8;
    border-radius: 10px;
}
.intro--video .ekit-wid-con .glow-btn > i:after,
.intro--video .ekit-wid-con .glow-btn:after,
.intro--video .ekit-wid-con .glow-btn:before {
    -webkit-animation-name: button-ripple-2;
    animation-name: button-ripple-2;
}

@-webkit-keyframes button-ripple-2 {
    70% {
        -webkit-box-shadow: 0 0 0 40px currentColor;
        box-shadow: 0 0 0 40px currentColor;
        opacity: 0;
        -ms-filter:  "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)""
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 currentColor;
        box-shadow: 0 0 0 0 currentColor;
        opacity: 0;
        -ms-filter:  "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)""
    }
}
@keyframes button-ripple-2 {
    70% {
        -webkit-box-shadow: 0 0 0 40px currentColor;
        box-shadow: 0 0 0 40px currentColor;
        opacity: 0;
        -ms-filter:  "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)""
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 currentColor;
        box-shadow: 0 0 0 0 currentColor;
        opacity: 0;
        -ms-filter:  "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)""
    }
}
/**
 * Section: Intro-video - End
 **/
/**
 * Section: Our Customer - Start
 **/
.customer-shape-bg .elementor-image {
    width: 152px;
    height: 152px;
    background: #fff;
    border-radius: 50%;
    padding: 36px 34px 32px;
    -webkit-box-shadow: 0 20px 40px rgb(0 6 70 / 10%);
    box-shadow: 0 20px 40px rgb(0 6 70 / 10%);
    margin: 0 auto;
}
.customer-shape-bg.share-shape .elementor-image {
    padding: 29px 29px 29px 20px;
}
.customer-shape-bg.count-shape .elementor-image {
    padding: 36px 34px 32px 32px;
}
/**
 * Section: Our Customer - End
 **/
/**
 * Section: FAQ  - Start
 **/
.wpsocial-faq-card .elementskit-card-header a {
    -webkit-transition: color 0.2s;
    -o-transition: color 0.2s;
    transition: color 0.2s;
}
.wpsocial-faq-card .elementskit-card-header:hover a.collapsed {
    color: #6062FF !important;
}
/**
 * Section: FAQ  - End
 **/
/**
 * Section: Pricing - Start
 **/
.ekit-wid-con .pricing--badge p {
    margin-bottom: 0;
}

.pricing--section .nav-tabs .elementkit-nav-item {
	width: 33.333%;
}
.pricing--section .nav-tabs:after,
.pricing--section .nav-tabs:before {
	position: absolute;
	content: '' !important;
	display: block !important;
}
.pricing--section .nav-tabs:before {
	top: -5px;
	left: -5px;
	right: -5px;
	bottom: -5px;
	content: '';
	z-index: -1;
	border-radius: 6px;
	background-color: #FFFFFF;
	box-shadow: 0px 2px 4px 0px rgba(22, 28, 45, 0.12);
}
.pricing--section .nav-tabs:after {
	top: 0;
	left: 0;
	bottom: 0;
	z-index: -1;
	width: 33.333%;
	border-radius: 4px;
	background-color: #6062FF;
	box-shadow: 0px 8px 20px 0px rgba(6, 38, 151, 0.2);
	transition: all .3s ease-in-out;
}
.pricing--section .nav-tabs:has(> li:nth-child(2) > a.active):after {
	left: 33.333%;
}
.pricing--section .nav-tabs:has(> li:nth-child(3) > a.active):after {
	left: 66.666%;
}

.elementor .pricing--block.elementor-element .elementskit-single-pricing .elementskit-pricing-lists > li:first-child,
.tab-pane:nth-child(3) .elementor .pricing--block.elementor-element .elementskit-single-pricing .elementskit-pricing-lists > li:nth-child(-n+4) {
    color: #021343;
}

.pricing--block .elementskit-single-pricing .elementskit-pricing-btn {
    -webkit-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
    transition: all linear 0.3s;
}
.pricing--block .elementskit-single-pricing .elementskit-pricing-btn:hover {
    color: #fff !important;
    background-color: #6062FF !important;
}
.pricing--block.button-shadow .elementskit-single-pricing .elementskit-pricing-btn:hover {
    -webkit-box-shadow: 0 4px 10px rgba(1, 2, 107, 0.4);
    box-shadow: 0 4px 10px rgba(1, 2, 107, 0.4);
}
.pricing--block .elementskit-pricing-content:after {
    content: "";
    position: absolute;
    top: 126px;
    left: -40px;
    right: -40px;
    border-top: 1px solid #eeeef1;
    -webkit-transition: border-color .4s;
    -o-transition: border-color .4s;
    transition: border-color .4s;
}
.pricing--block  span.elementskit-pricing-price .currency {
    display: inline-block;
    -webkit-transform: translateY(-8px);
        -ms-transform: translateY(-8px);
            transform: translateY(-8px);
    margin-right: -5px;
}
.pricing--block span.elementskit-pricing-price .period {
    display: inline-block;
    margin-left: -12px;
}
.sticky-blur {
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
}

.wpsocial-faq-card .elementskit-card {
    background: #fff !important;
    padding: 13px 0;
}
/**
 * Section: Pricing - End
 **/

@-webkit-keyframes topDown {
    0% {-webkit-transform: translateY(0px);transform: translateY(0px);}
    50% {-webkit-transform: translateY(10px);transform: translateY(10px);}
    100% {-webkit-transform: translateY(0px);transform: translateY(0px);}
}
@keyframes topDown {
    0% {-webkit-transform: translateY(0px);transform: translateY(0px);}
    50% {-webkit-transform: translateY(10px);transform: translateY(10px);}
    100% {-webkit-transform: translateY(0px);transform: translateY(0px);}
}

body.page-id-924 .elementor-element-aeb3cd4 {
    visibility: hidden;
}

body.page-id-924 .elementor-element-656111aa {
    display: none;
}


/**
 * Cookie Consent Bar
 */
.seopress-user-consent.seopress-user-message {
    padding: 15px 20px;
    background-color: #fff;
    border-width: 0;
    box-shadow: 0 -3px 6px rgb(0 0 0 / 5%);
    font-family: 'Arial', sans-serif;
    font-size: 15px;
    letter-spacing: 0.2px;
}

.seopress-user-consent.seopress-user-message a {
    text-decoration: none;
    border-bottom: 1px solid;
    line-height: 1.4;
}

.seopress-user-consent.seopress-user-message #seopress-user-consent-accept {
    margin-right: 10px;
    padding: 5px 20px;
    color: #fff;
    background-color: #212121;
    border-width: 0;
    border-radius: 4px;
    transition: background-color .25s;
    cursor: pointer;
}

.seopress-user-consent.seopress-user-message #seopress-user-consent-accept:hover {
    background-color: #313131;
}

.seopress-user-consent.seopress-user-message #seopress-user-consent-close {
    border-width: 0;
    font-family: cursive;
}

.seopress-user-consent.seopress-user-message #seopress-user-consent-close:hover {
    color: inherit;
    background-color: transparent;
}

/**
 * Section: Cyber Monday - Topbar
 */
@media (min-width: 1025px) {
    .cyber-monday--topbar .elementor-column.offer-text {
        width: 150px;
    }
    
    .cyber-monday--topbar .elementor-column.action {
        min-width: 415px;
    }
}

/**
 * Section: Christmas - Snow Effect
 */
.christmas--banner-section:before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  z-index: 1;
  opacity: 0.7;
  position: absolute;
  background-size: 20rem 20rem;
  -webkit-animation: snow 28s linear infinite;
  animation: snow 28s linear infinite;
  background-image: url(https://wpmet.com/wp-content/uploads/2021/12/christmas_snow_ball_1.png);
}
.christmas--banner-section:after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  content: "";
  opacity: 0.7;
  display: block;
  position: absolute;
  background-size: auto;
  -webkit-animation: snow 18s linear infinite;
  animation: snow 18s linear infinite;
  background-image: url(https://wpmet.com/wp-content/uploads/2021/12/christmas_snow_ball_2.png);
}

@-webkit-keyframes snow {
  0% {
    background-position-x:0;
    background-position-y:0;
  }
  50%{
    background-position-y:40rem;
  }
  100%{
    background-position-x:40rem;
    background-position-y:80rem;
  }
}

@keyframes snow {
  0% {
    background-position-x:0;
    background-position-y:0;
  }
  50%{
    background-position-y:40rem;
  }
  100%{
    background-position-x:40rem;
    background-position-y:80rem;
  }
}

/**
 * Topbar: Flash Sale
 */
.flashsale--rotate-text {
	-webkit-transform: rotate(-3deg);
	-ms-transform: rotate(-3deg);
	transform: rotate(-3deg);
}
.flashsale--strock-text {
	-webkit-text-fill-color: white;
	-webkit-text-stroke-width: 0.5px;
	-webkit-text-stroke-color: #C214FF;
}

/*
 * Animation - Ripple CSS - Start
*/
.ripple-effect {
  z-index: 1;
  position: relative;
}
.ripple-effect:before,
.ripple-effect:after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: -1;
  content: '';
  position: absolute;
  border-radius: 100%;
  -webkit-animation: ripple 1.5s linear infinite;
  animation: ripple 1.5s linear infinite;
  -webkit-transition: all 0.33s ease;
  -o-transition: all 0.33s ease;
  transition: all 0.33s ease;
  border: 1px solid rgba(255, 255, 255, 0.5);
}

@-webkit-keyframes ripple {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.75);
    transform: scale(1.75);
  }
}

@keyframes ripple {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.75);
    transform: scale(1.75);
  }
}

.ripple-effect:before {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}
.ripple-effect:after {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}
/*
 * Animation - Ripple CSS - End
*/