/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
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: 2.0.0
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 */
.elementor-location-header{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
#defaultCountdown{
    display: flex;
    gap: 40px;
    justify-content: flex-end;
}
.box-count{
    text-align: center;
    position: relative;
}
.box-count:after{
    content: ':';
    position: absolute;
    font-family: "Barlow", Sans-serif;
    font-size: 60px;
    line-height: 60px;
    color: #07324f;
    font-weight: 300;
    top: 40%;
    transform: translateY(-50%);
    right: -35px;
}
.box-count:last-child:after{
    display: none;
}
.box-count h5{
    margin: 0;
    font-family: "Barlow", Sans-serif;
    font-size: 90px;
    line-height: 90px;
    color: #07324f;
    font-weight: 300;
}
.box-count span{
    color: #00E47C;
    font-family: "Barlow", Sans-serif;
    font-size: 16px;
    line-height: 16px;
    font-weight: 600 !important;
}
p span{
    color: #00E47C;
}
@media screen and (max-width: 767px){
    .box-count h5{
        font-size: 50px;
        line-height: 50px;
    }
    .box-count:after {
        font-size: 50px;
        line-height: 50px;
    }
    #defaultCountdown{
        justify-content: center;
    }
}