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

/* ++++++++++++++ VICTORYPIPS FX ++++++++++++++ */

/* +++++++++ FIRE ANIMATION ROOT ++++++++ */

:root {
    /* the only thing needed is a grainy/noisy background image */
    --glitter: url("https://assets.codepen.io/13471/silver-glitter-background.png");
}

/* +++++++++ FIRE ANIMATION ROOT ENDS ++++++++ */

body,
html {
    overflow-x: clip;
}

.twisted-btn svg {
    height: 10px !important;
    width: 10px !important;
    transition: 0.3s;
}

.twisted-btn:hover svg path {
    fill: #ffffff;
}

/*<-------27-8-2024------->*/
.header-main-sec {
    position: absolute !important;
    width: 100% !important;
}

.banner-h1 .bold-heading {
    font-weight: 700;
}

.banner-h1 .clr-heading {
    color: #3AEDB8;
    font-weight: 700;
}

.banner-video .elementor-custom-embed-play {
    background: rgba(18, 18, 18, 1);
    height: 60px;
    width: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    opacity: 0.8;
}

.banner-video .elementor-custom-embed-play svg {
    opacity: 1;
}

.banner-video img {
    border-radius: 20px !important;
}

.members-video-sec .elementor-custom-embed-play {
    background: #fff;
    height: 45px;
    width: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
}

.members-slider span.swiper-pagination-bullet {
    width: 14px !important;
    border-radius: 0;
    height: 2px !important;
    background: #000 !important;
    opacity: 1;
}

.members-slider span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #3AEDB8 !important;
}

#join-free-btn svg {
    margin-top: 3px;
    font-size: 9px !important;
}

.membership-txt span {
    color: #121212;
}

#join-free-btn:hover svg path {
    fill: #121212 !important;
}

.membership-mobile-img {
    position: relative;
}

.membership-mobile-img:after {
    content: "";
    background: #FFFFFF;
    width: 393px;
    height: 393px;
    position: absolute;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-size: contain;
    filter: blur(114px);
    border-radius: 100%;
    z-index: -1;
}

.results-slider .swiper {
    padding-bottom: 0 !important;
}

.forex-heading span {
    color: #3AEDB8;
}

.forex-heading span:last-child {
    color: #121212;
    font-weight: 900;
}

.take-heading span {
    color: #3AEDB8;
}

.trusted-hdng span {
    color: #3AEDB8;
}

.pricing-tab .e-n-tabs-heading {
    border: 1px solid #2480D6;
    margin: 0 auto;
    border-radius: 10px;
}

.pricing-tab .e-n-tabs-heading button:first-child {
    border-radius: 8px 0 0 8px !important;
}

.pricing-tab .e-n-tabs-heading button:last-child {
    border-radius: 0 8px 8px 0 !important;
}

.forex-price-txt span {
    font-size: 44px;
    font-weight: 700;
    line-height: 54px;
}

.seen-slider .swiper-slide-inner img {
    filter: brightness(0%);
}

.seen-slider .swiper-wrapper {
    align-items: center;
}

.cust-faq .e-n-accordion-item {
    border: 1px solid #c4d1dd;
    border-radius: 10px;
    outline: none;
}

.cust-faq .e-n-accordion-item-title-icon,
.cust-faq .e-opened {
    position: relative;
}

.cust-faq .e-n-accordion-item-title-icon:before {
    content: '';
    position: absolute;
    height: 31px;
    width: 31px;
    border-radius: 50px;
    background-color: #ECF6FF;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: -1;
}

.cust-faq .e-opened:before {
    content: '';
    position: absolute;
    height: 31px;
    width: 31px;
    border-radius: 50px;
    background-color: #3AEDB8;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: -1;
}

.testi-pointer:hover svg path {
    fill: #3AEDB8;
}

.testi-pointer {
    cursor: pointer;
}

.cust-past-events .elementor-swiper-button {
    display: none !important;
}

.serv-box:hover .make-white .elementor-heading-title,
.serv-box:hover .make-white .elementor-widget-container,
.serv-box:hover .make-white ul li span {
    color: #ffffff !important;
}

.filt:hover .elementor-button-icon svg path {
    fill: #121212;
}


/* +++++++ FIRE ANIMATION +++++++ */

.fire::before,
.fire::after {
    content: "";
    position: absolute;
    inset: 0;
	border-radius: 8px !important;
}

.fire::before {
    content: "";
    background-image: var(--glitter), var(--glitter), linear-gradient(0deg, #ff0000 0px, #000000 5px, #ffffff42 30%, transparent 70%), radial-gradient(ellipse at bottom, #ffebeb00 30%, #661818 60%);
    background-size: 350px 500px, 400px 650px, 100% 100%, 100% 100%;
    background-blend-mode: hard-light, color-dodge, multiply;
    background-position: 0px 0px, 0px 0px, var(--gradientPos);
    background-repeat: repeat, repeat, repeat, no-repeat;
    mix-blend-mode: color-dodge;
    filter: brightness(3.7) blur(7px) contrast(6);
    animation: fire 1.75s linear infinite;
    box-shadow: inset 0 -42px 50px -60px #d4ec84b4;
	border-radius: 8px !important;
}

@keyframes fire {
    0% {
        background-position: center 0px, center 0px, 50% 100%, center center;
    }

    100% {
        background-position: center -500px, center -650px, 50% 100%, center center;
    }
}

.fire {
    /* width: 100%;
    height: 100%; */
    overflow: hidden;
}

.tsti-wrrpr-right,
.tsti-wrrpr-left {
    position: relative;
}

.tsti-wrrpr-right:after {
    content: '';
    position: absolute;
    background-image: url("data:image/svg+xml,%3Csvg width='80' height='50' viewBox='0 0 116 110' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg filter='url(/wp-content/themes/hello-elementor-child/%23filter0_d_285_206)'%3E%3Cpath d='M71.001 50.1757L71 30.5H45.6371L71.001 50.1757Z' fill='url(/wp-content/themes/hello-elementor-child/%23paint0_linear_285_206)' shape-rendering='crispEdges'/%3E%3Cpath d='M71.001 50.1757L71 30.5H45.6371L71.001 50.1757Z' stroke='%23EBEBEB' stroke-opacity='0.06' shape-rendering='crispEdges'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_d_285_206' x='0.176849' y='0' width='115.324' height='109.196' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset dy='14'/%3E%3CfeGaussianBlur stdDeviation='22'/%3E%3CfeComposite in2='hardAlpha' operator='out'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.25 0'/%3E%3CfeBlend mode='normal' in2='BackgroundImageFix' result='effect1_dropShadow_285_206'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='effect1_dropShadow_285_206' result='shape'/%3E%3C/filter%3E%3ClinearGradient id='paint0_linear_285_206' x1='56.6818' y1='-109.243' x2='-167.177' y2='-11.8421' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='white' stop-opacity='0.16'/%3E%3Cstop offset='1' stop-color='white' stop-opacity='0'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A");
    height: 50px;
    width: 100px;
    bottom: -48px;
    right: 0px;
    transform: scale(2);
    z-index: 55;
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center right;
}

.tsti-wrrpr-left:after {
    content: '';
    position: absolute;
    background-image: url("data:image/svg+xml,%3Csvg width='80' height='50' viewBox='0 0 118 111' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg filter='url(/wp-content/themes/hello-elementor-child/%23filter0_d_285_223)'%3E%3Cpath d='M45 51.9369L45.001 31H71.8979L45 51.9369Z' fill='url(/wp-content/themes/hello-elementor-child/%23paint0_linear_285_223)' shape-rendering='crispEdges'/%3E%3Cpath d='M45 51.9369L45.001 31H71.8979L45 51.9369Z' stroke='%23EBEBEB' stroke-opacity='0.06' shape-rendering='crispEdges'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_d_285_223' x='0.499939' y='0.5' width='116.854' height='110.46' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset dy='14'/%3E%3CfeGaussianBlur stdDeviation='22'/%3E%3CfeComposite in2='hardAlpha' operator='out'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.25 0'/%3E%3CfeBlend mode='normal' in2='BackgroundImageFix' result='effect1_dropShadow_285_223'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='effect1_dropShadow_285_223' result='shape'/%3E%3C/filter%3E%3ClinearGradient id='paint0_linear_285_223' x1='25.5741' y1='-90.1306' x2='263.23' y2='12.9219' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='white' stop-opacity='0.16'/%3E%3Cstop offset='1' stop-color='white' stop-opacity='0'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A");
    height: 50px;
    width: 100px;
    bottom: -48px;
    left: 0px;
    transform: scale(2);
    z-index: 55;
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center left;
}

.without ul li {
    padding: 15px 10px !important;
    border-radius: 6px;
    border: 1px solid #ff00007e;
}

.withus ul li {
    padding: 15px 10px !important;
    border-radius: 6px;
    border: 1px solid #3aedb789;
}

.withus b {
    color: #3AEDB8;
}

.sale-price .elementor-heading-title {
    position: relative;
}

.sale-price .elementor-heading-title:after {
    content: '';
    position: absolute;
    height: 130px;
    width: 5px;
    background-color: #ff0000;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%) rotate(75deg);
    border: 1px solid #000000;
}

.dollar h3 span {
    -webkit-text-stroke-color: transparent;
    text-shadow:
        -1px -1px 0px #000,
        /* Top-left shadow */
        1px -1px 0px #000,
        /* Top-right shadow */
        -1px 1px 0px #000,
        /* Bottom-left shadow */
        1px 1px 0px #000;
    /* Bottom-right shadow */
}

.txt-btn-cust h2 {
    position: relative;
}

.txt-btn-cust h2:after {
    content: '';
    position: absolute;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='25' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' d='m10 17l5-5l-5-5'/%3E%3C/svg%3E");
    background-size: auto;
    background-repeat: no-repeat;
    background-position: center right;
    height: 19px;
    width: 20px;
}

.txt-btn-cust:hover h2 {
    filter: invert(53%) sepia(34%) saturate(5769%) hue-rotate(189deg) brightness(86%) contrast(94%);
}

/* ++++++++++++++ RESPONSIVE DESIGN ++++++++++++++ */



/* ++++++++++++++ LAPTOP RESPONSIVE DESIGN ++++++++++++++ */

@media only screen and (max-width: 1366px) {}


/* ++++++++++++++ TABLET RESPONSIVE DESIGN ++++++++++++++ */


@media only screen and (max-width: 1024px) {}


/* ++++++++++++++ MOBILE RESPONSIVE DESIGN ++++++++++++++ */

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

    .pricing-tab .e-n-tabs-heading button:first-child {
        border-radius: 8px !important;
    }

    .pricing-tab .e-n-tabs-heading button:last-child {
        border-radius: 8px !important;
    }

    /* .fire {
        left: -50%;
        transform: translateX(-50%) translateY(-50%);
        bottom: -144%;
    } */
}