/*
Theme Name: World elementor
Description: Hello Elementor Child is a child theme of Hello Elementor
Author: 
Author URI: 
Template: hello-elementor
Version: 1.0.0
Text Domain: world
*/

/* Add your custom styles here */
.b-apivalues_small{
    background: rgba(15, 22, 30, 1);
    border-radius: 8px;
    padding: 12px;
    display: flex;
    justify-content: space-between;
}

.b-apivalues_small .b-apivalues__title{
    font-weight: 500;
    line-height: 24px;
    font-size: 16px;
    color: #fff;
}

.b-apivalues_small .b-apivalues__rate{
    color: #fff;
    font-weight: 500;
    line-height: 24px;
    font-size: 16px;
}

.b-apivalues_small.b-apivalues_up .b-apivalues__rate{
    color: rgba(214, 224, 101, 1);
}

.b-apivalues_small.b-apivalues_up .b-apivalues__rate svg path{
    color: rgba(214, 224, 101, 1);
}

.b-apivalues_small.b-apivalues_down .b-apivalues__rate{
    color: rgba(246, 48, 91, 1);
}
.b-apivalues_small.b-apivalues_none .b-apivalues__rate svg{
    display: none;
}
.b-apivalues_small.b-apivalues_down .b-apivalues__rate svg path{
    fill: rgba(246, 48, 91, 1);
}

.b-apivalues_small.b-apivalues_down .b-apivalues__rate svg{
    transform: rotate(180deg);
}

.b-apivalues__row{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.b-apivalues_medium .b-apivalues__title{
    color: rgba(36, 53, 71, 1);
    font-weight: 500;
    line-height: 32px;
    font-size: 24px;
}

.b-apivalues_medium .b-apivalues__date{
    color: rgba(36, 53, 71, 1);
    font-weight: 300;
    line-height: 24px;
    font-size: 14px;
}

.b-apivalues_medium  .b-apivalues__value{
    color: rgba(15, 22, 30, 1);
    font-weight: 700;
    line-height: 32px;
    font-size: 20px;
}
.b-apivalues_medium .b-apivalues__rate{
    font-weight: 500;
    color: rgba(36, 53, 71, 1);
    line-height: 24px;
    font-size: 18px;
}
.b-apivalues_medium.b-apivalues_up .b-apivalues__rate{
    color: rgba(65, 162, 26, 1);
}
.b-apivalues_medium.b-apivalues_down .b-apivalues__rate{
    color: rgba(246, 48, 91, 1);
}

.b-apivalues_large .b-apivalues__title{
    color: rgba(255, 255, 255, 1);
    font-weight: 500;
    line-height: 20px;
    font-size: 14px;
    margin-bottom: 8px;
}

.b-apivalues_large {
    background: radial-gradient(100% 100% at 0% 0%, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 100%);
    box-shadow: inset -5px -5px 250px rgba(255, 255, 255, 0.02);
    backdrop-filter: blur(21px);
    border-radius: 16px;
    padding: 24px 16px;
}

.b-apivalues_large  .b-apivalues__value{
    color: rgba(255, 255, 255, 1);
    font-weight: 700;
    line-height: 32px;
    font-size: 28px;
}

.b-apivalues_large .b-apivalues__rate{
    color: #fff;
    font-weight: 500;
    line-height: 16px;
    font-size: 12px;
}

.b-apivalues_large.b-apivalues_up .b-apivalues__rate{
    color: rgba(214, 224, 101, 1);
}
.b-apivalues_large .b-apivalues__rate svg {
    width: 15px;
}
.b-apivalues_large.b-apivalues_up .b-apivalues__rate svg path{
    color: rgba(214, 224, 101, 1);
}

.b-apivalues_large.b-apivalues_down .b-apivalues__rate{
    color: rgba(246, 48, 91, 1);
}
.b-apivalues_large.b-apivalues_none .b-apivalues__rate svg{
    display: none;
}
.b-apivalues_large.b-apivalues_down .b-apivalues__rate svg path{
    fill: rgba(246, 48, 91, 1);
}

.b-apivalues_large.b-apivalues_down .b-apivalues__rate svg{
    transform: rotate(180deg);
}
.b-apivalues_large .b-apivalues__row{
    align-items: flex-end;
}

.b-clock{
    display: flex;
}
.b-clock__city{
    color: #fff;
    font-size: 20px;
    line-height: 32px;
    font-weight: 500;
    padding-right: 16px;
}
.b-clock__timedate{
    display: flex;
    flex-wrap: wrap;
    color: rgba(128, 128, 128, 1);
    align-items: flex-end;
}
.b-clock__timedate .date{
    width: 100%;
    font-size: 12px;
    line-height: 16px;
}
.b-clock__timedate .time{
    font-size: 32px;
    line-height: 42px;
    font-weight: 500;
    width: 145px;
    padding-right: 16px;
    display: block;
}
.b-clock__timedate .timezone{
    font-size: 20px;
    line-height: 32px;
    font-weight: 500;
    text-transform: uppercase;
    display: block;
}