/*
Theme Name: Hub Child
Theme URI: http://hub.liquid-themes.com/
Author: Liquid Themes
Author URI: https://themeforest.net/user/liquidthemes
Template: hub
Description: Smart, Powerful and Unlimited Customizable WordPress Theme.
Version: 1.0
License: GNU General Public License
License URI: license.txt
Text Domain: hub-child
Tags: responsive, retina, rtl-language-support, blog, portfolio, custom-colors, live-editor
*/

.text-gradient {
    background: linear-gradient(45deg,#fe802d,#fe0048,#ac0bd9,#23d5ab);
    background-size: auto;
    background-clip: border-box;
    background-size: auto;
    background-clip: border-box;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: rgba(0,0,0,0);
}



/* --- Showcase Slider --- */
.header-slider {
    background-image: url("https://webninja.hellomonday.com.my/wp-content/uploads/hero-background.png");
    background-repeat: no-repeat;
    background-position: center;
}

.header-slider .slider-container {
    position: relative;
    max-width: 752px;
    margin: 0 auto;
    height: 711px;
    padding-top: 34px;
}

.header-slider .slider-left {
    position: absolute;
    left: -150px;
    bottom: 140px;
    z-index: 10;
}

.header-slider .slider-right {
    position: absolute;
    right: -150px;
    bottom: 60px;
    z-index: 10;
}

#bird1 {
    width:40px;
    height:14px;
    background:url(assets/img/bird1.png) no-repeat 0;
    position:absolute;
    z-index:100;
    top:25%;
    left:-20%;
}

#bird2 {
    width:60px;
    height:22px;
    background:url(assets/img/bird2.png) no-repeat 0;
    position:absolute;
    z-index:100;
    top:20%;
    left:-20%;
}

#bird3 {
    width:50px;
    height:16px;
    background:url(assets/img/bird3.png) no-repeat 0;
    position:absolute;
    z-index:100;
    top:30%;
    right:-20%;
}