/* 
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
*/
/*----------------------------------------GENERAL STYLES AND CLASSES----------------------------------------*/
html,
body {
    overflow-x: hidden !important;
}

.elementor-widget-image a img[src$=".svg"] {
    width: inherit !important;
}

/*DISABLE OUTLINE*/
a:focus-visible {
    outline: none !important;
}

.overflow-hidden,
.overflow-hidden .elementor-widget-container {
    overflow: hidden !important;
}

.height100,
.height100 .elementor-widget-container {
    height: 100% !important;
}

.width100,
.width100 .elementor-widget-container {
    width: 100% !important;
}

.cta a::before {
    /*THIS EXTENDS THE LINK TO THE ENTIRE WIDGET BLOCK*/
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

.pointer:hover {
    cursor: pointer;
}

.pointer-none {
    pointer-events: none;
}

/* TEXT IN FRONT OF STROKE */
* {
    paint-order: stroke;
}

/*SEPARATOR*/
.vertical-separator {
    display: flex;
    height: 100%;
    width: 1px;
    background-color: #fff;
}

@media (max-width: 768px) {
    .overflow-x {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .nobr br {
        display: none;
    }
}

/*CAROUSEL GRADIENT*/
.opacity-carousel {
    position: relative;
    -webkit-mask-image: linear-gradient(to right, transparent, black 20%, black 80%, transparent);
    mask-image: linear-gradient(to right, transparent, black 20%, black 80%, transparent);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
}

/*TEXT UTILITY CLASSES*/
.text-primary {
    color: var(--e-global-color-primary);
}

.text-secondary {
    color: var(--e-global-color-secondary);
}

.text-accent {
    color: var(--e-global-color-accent);
}

/*FIX DEFAULT LINK COLOR ELEMENTOR*/
.inherit a {
    color: inherit !important;
}

.underline a {
    text-decoration: underline !important;
}

/*BLUR UTILITY CLASSES*/
.backdrop-blur-5 {
    backdrop-filter: blur(5px);
}

.backdrop-blur-10 {
    backdrop-filter: blur(10px);
}

.backdrop-blur-15 {
    backdrop-filter: blur(15px);
}

.backdrop-blur-20 {
    backdrop-filter: blur(20px);
}

/*----------------------------------------RECAPTCHA----------------------------------------*/
.grecaptcha-badge,
.grecaptcha-badge * {
    display: none !important;
}

/*----------------------------------------SCROLLBAR CUSTOM----------------------------------------*/
::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    background: #F5F5F5;
}

::-webkit-scrollbar-thumb {
    background-color: #FDC300;
    border-radius: 20px;
}
/*----------------------------------------HOME SCREEN----------------------------------------*/
.bigger-b b{
    font-size: calc(100%*1.14) !important;
}
.flex-center{
    display: flex;
    justify-content: center;
    align-items: center ;
    &>.elementor-widget-container{
        align-content: center;
    }
}
.ring-container {
    position: relative;
    width: 25px !important;
    height: 25px !important;
    @media(max-width: 767px){
        width: 15px !important;
        height: 15px !important;
    }
}

.circle {
    width: 15px;
    height: 15px;
    background-color: #FAC000;
    border-radius: 50%;
    position: absolute;
    top: 5px;
    left: 5px;
    @media(max-width: 767px){
        top: 2.75px;
        left: 2.75px;
        width: 10px;
        height: 10px;
    }
}

.ringring {
    border: 3px solid #FAC000;
    -webkit-border-radius: 30px;
    height: 25px;
    width: 25px;
    position: absolute;
    left: 0px;
    top: 0px;
    -webkit-animation: pulsate 1s ease-out;
    -webkit-animation-iteration-count: infinite; 
    opacity: 0.0;
    @media(max-width: 767px){
        width: 15px;
        height: 15px;
    }

}
@-webkit-keyframes pulsate {
    0% {-webkit-transform: scale(0.1, 0.1); opacity: 0.0;}
    50% {opacity: 1.0;}
    100% {-webkit-transform: scale(1.2, 1.2); opacity: 0.0;}
}
.product-image{
    filter: drop-shadow(0 0 32px rgba(253, 195, 0, 0.6));
}

.glow-effect {
    animation: pulse-glow 2s infinite ease-in-out;
    filter: drop-shadow(0 0 32px rgba(253, 195, 0, 0.6));
    transform: scale(1);
	
	&::after {
		content: "";
        background: #fcc300;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%);
        width: 10px;
        height: 10px;
        border-radius: 100px;
		transition: scale .3s;
	}
	
	&:hover::after {
		scale: 1.3;
	}
}

@keyframes pulse-glow {
    0% {
        filter: drop-shadow(0 0 32px rgba(253, 195, 0, 0.165));
        transform: scale(1);
    }

    50% {
        filter: drop-shadow(0 0 52px rgba(253, 195, 0, 0.6));

        @media (max-width: 767px) {
            transform: scale(1.02);
        }

        transform: scale(1.04);
    }

    100% {
        filter: drop-shadow(0 0 32px rgba(253, 195, 0, 0.165));
        transform: scale(1);
    }
}

.dialog-close-button.dialog-lightbox-close-button {
    padding: 10px;
    border-radius: 100px;
}



@media (max-width: 767px) {
    .table>div {
        overflow: auto hidden;
    }
}

.table * {
    &::-webkit-scrollbar:horizontal {
        height: 4px;
    }

    &::-webkit-scrollbar-track {
        background: #101010;
    }

    &::-webkit-scrollbar-thumb {
        background: var(----e-global-color-secondary);
    }
}

:has(.table) {
    overflow: hidden;
}

.expand-link {
    a::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
}