HEX
Server: nginx/1.24.0
System: Linux webserver 6.8.0-59-generic #61-Ubuntu SMP PREEMPT_DYNAMIC Fri Apr 11 23:16:11 UTC 2025 x86_64
User: wpuser (1002)
PHP: 8.3.6
Disabled: NONE
Upload Files
File: /opt/wpsites/imgs2024.org/scss/_countdown.scss
.countdown{
    padding: 30px 20px;
    border-radius: 5px;
    margin-top: -80px;
    position: absolute;
    overflow:hidden;
    width: 100%;

    &:before {
		position: absolute;
		left: 0;
		top: 0;
        background: url("../images/4.png");
        background-size: cover;
		width: 100%;
		height: 100%;
		content: '';
	}
    .counter-item{
        text-align: center;
        border-left: 1px solid rgba(255,255,255,.05);

        span{
            font-size: 70px;
            font-family: $lg-font;
            color: $white;
            line-height: 70px;
            font-weight: 700;
        }

        .count{
            text-transform: uppercase;
            letter-spacing:1px;
        }
    }
}


.counter-block{
    // span{
    //     color: $secondary-color;
    // }
    i{
        font-size: 40px;
        display: block;
        margin-bottom: 15px;
        color: $primary-trans;
    }
}