%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /var/www/html/higroup/wp-content/themes/evenex/assets/scss/
Upload File :
Create Path :
Current File : /var/www/html/higroup/wp-content/themes/evenex/assets/scss/_theme.scss

%menu_item_hover_dot {
    &::before,
    &::after {
        opacity: 1;
    }
}

.xs_main_home_header {
    .elementskit-navbar-nav {
        > li {
            // &:last-child {
            //     > a {
            //         &::after {
            //             margin-left: 13px;
            //             display: inline-block;
            //         }
            //     }
            // }
            > a {
                &::before {
                    margin-right: 13px;
                    display: inline-block;
                }
                // &::after {
                //     display: none;
                // }
                // &::after ,
                &::before{
                    content: "";
                    @include equal-size(5px);
                    color: inherit;
                    background-color: currentColor;
                    border-radius: 50%;
                    opacity: .1;
                    transition: opacity .4s ease;
                }
                &:hover {
                    > a {
                        @extend %menu_item_hover_dot;
                    }
                }
            }
            &:hover {
                > a {
                    @extend %menu_item_hover_dot;
                }
            }
            &.current-menu-item {
                > a {
                    @extend %menu_item_hover_dot;
                }
            }
        }
    }
}

.xs_new_home_icon_list {
    .elementor-icon-list-item {
        .elementor-icon-list-icon {
            i {
                vertical-align: middle;
                @include transition;
            }
        }
    }
}

// new home video popup area
@media (min-width: 1025px) {
    .xs_video_popup_area {
        align-items: center;
        margin-left: -65px;
        .elementor-element-populated {
            position: relative;
            &::before {
                position: absolute;
                content: "";
                top: 50%;
                left: 18px;
                height: calc(100% - 80px);
                width: 100%;
                background: #E0E2E8;
                transform: translateY(-50%);
                border-radius: inherit;
                z-index: -1;
                pointer-events: none;
            }
        }
    }
}

@media (min-width: 1025px) {
    // new home funfact
    .xs_event_fun_fact {
        .elementskit-funfact-inner {
            .number-percentage {
                margin-right: -13px;
            }
        }
    }
    .xs_event_countdown_timer {
        .elementskit-timer-container {
            &:not(:last-child) {
                position: relative;
                &:after {
                    content: ":";
                    display: inline-block;
                    color: white;
                    font-size: 44px;
                    font-weight: 700;
                    line-height: 1;
                    position: absolute;
                    right: 0;
                    top: 50%;
                    transform: translateY(-50%);
                    font-family: $titleFont;
                }
            }
        }
    }
}

@media (max-width: 480px) {
    .xs_event_fun_fact {
        .elementskit-funfact-inner {
            text-align: center;
        }
    }
}

$pricing_border_corner: 6px;

.xs_pricing-table-inner-wrap-top {
    position: relative;
    &::before {
        content: "";
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        bottom: 0;
        background-image: linear-gradient(to right, rgba($color: #041A57, $alpha: .2) 33%, rgba(255,255,255,0) 0%);
        background-position: bottom;
        background-size: 28px 1px;
        background-repeat: repeat-x;
        width: calc(100% - 40px);
        z-index: 2;
        height: 1px;
    }
    .elementskit-pricing-header  {
        position: relative;
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 350 201'%3e%3cpath d='M3317,201H3007a20.022,20.022,0,0,0-20-20V0h350V181a20.023,20.023,0,0,0-20,20Z' transform='translate(-2986.999)' fill='white'/%3e%3c/svg%3e");
        background-repeat: no-repeat;
        background-size: 100%;
        background-position: top left;
        padding: {
            top: 51px;
            bottom: 51px;
        };
        border-radius: $pricing_border_corner $pricing_border_corner 0 0;
        @include transition;
    }
    .elementskit-pricing-title {
        color: #E54220;
        font-size: 18px;
        font-weight: 600;
        font-family: $bodyFont;
        line-height: (24px / 18px);
        margin-bottom: 14px;
        @include transition();
    }
    .elementskit-pricing-subtitle {
        margin-bottom: 0;
        color: #041A57;
        font-size: 64px;
        font-family: $titleFont;
        letter-spacing: -1.6px;
        line-height: 1;
        font-weight: 600;
        @include transition();
    }
}
.xs_pricing-table-inner-wrap-bottom {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 349.999 269.002'%3e%3cpath d='M7913,470l-15,0a10,10,0,1,0-20,0h-10a10,10,0,1,0-20,0h-10a10,10,0,0,0-20,0h-10a10,10,0,0,0-20,0h-10a10,10,0,0,0-20,0h-10a10,10,0,0,0-20,0h-10a10,10,0,0,0-20,0h-10a10,10,0,0,0-20,0h-10a10,10,0,0,0-20,0h-10a10,10,0,0,0-20,0h-10a10,10,0,1,0-20,0h-15V221h0A20.021,20.021,0,0,0,7583,201h310a20.022,20.022,0,0,0,20,20V470l0,0Z' transform='translate(-7563.001 -200.999)' fill='white'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: top left;
    padding:  40px 74px 48px;
    @include tablet {
        padding:  40px 44px 48px;
    }
    border-radius: 0 0 $pricing_border_corner $pricing_border_corner;
}
.elementor-widget-evenex-pricing {
    .elementskit-single-pricing {
        filter: drop-shadow(0px 20px 60px rgba(#000000, .2));
    }

    &:hover {
        .elementskit-pricing-btn {
            background-color: rgba($color: #E54220, $alpha: 1);
            color: $white;
        }
        .elementskit-pricing-header  {
            background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 350 201'%3e%3cpath d='M3317,201H3007a20.022,20.022,0,0,0-20-20V0h350V181a20.023,20.023,0,0,0-20,20Z' transform='translate(-2986.999)' fill='rgba(4,26,87)'/%3e%3c/svg%3e");
        }
        .elementskit-pricing-title {
            color: rgba($color: $white, $alpha: .7);
        }
        .elementskit-pricing-subtitle {
            color: rgba($color: $white, $alpha: 1);
        }
    }

    .elementskit-pricing-lists {
        > li {
            color: #404040;
            > i {
                color: #041A57;
                font-size: 6px;
                vertical-align: middle;
                display: inline-block;
                margin-right: 5px;
                position: relative;
                top: -1px;
            }
        }
    }

    .elementskit-pricing-btn {
        background-color: rgba($color: #041A57, $alpha: .07);
        color: #041A57;
        font-size: 15px;
        font-weight: 500;
        border-radius: 6px;
        padding: 15px 36px;
        > svg {
            top: 2px;
            position: relative;
            > path {
                fill: inherit;
            }
        }
    }
}

.xs_evenex_blog {
    .ekit-wid-con {
        .elementskit-meta-lists {
            &.elementskit-style-tag {
                > .elementskit-single-meta {
                    border-radius: 0 0 6px 6px;
                }
            }
            > .elementskit-single-meta {
                strong {
                    margin-bottom: 4px;
                }
            }
            &.elementskit-style-tag {
                left: calc(100% - 110px);
                bottom: calc(100% - 70px);
            }
        }
    }
}

// Banner
.xs_event_banner_section {
    @media (max-width: 991px) {
        .elementor-background-overlay {
            display: none;
        }
    }
}

// Count down timer
@media (min-width: 481px) and (max-width: 991px) {
    .xs_event_countdown_timer {
        .ekit-wid-con .elementskit-countdown-timer .elementskit-timer-container,
        .ekit-wid-con .elementskit-countdown-timer-2 .elementskit-timer-container,
        .ekit-wid-con .elementskit-countdown-timer-3 .elementskit-timer-container {
            margin-bottom: 0;
            margin-right: 0px;
        }
    }
}

.BackTo {
    background: linear-gradient(135deg,#F94743 0,#FF7C49 100%);
}
.schedule-nav-tab-vertical .nav-link.active {
    background-image: linear-gradient(138deg,#F94743 0,#FF7C49 100%);
    box-shadow: 0 8px 25px 0 rgba(249,76,67,.53);
}

Zerion Mini Shell 1.0