@font-face {
    font-family: 'FS Albert Arabic Web';
    src: url('../fonts/FSAlbertArabicWeb-Regular.woff2') format('woff2'), url('../fonts/FSAlbertArabicWeb-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

html,
body {
    scroll-behavior: smooth !important
}

body {
    font-family: 'FS Albert Arabic Web';
    font-size: 16px;
    font-weight: 400;
    color: #555;
    line-height: 26px;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    direction: rtl
}

.publishTxt {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;

}
.count.publishTxt{background: #29504d}

.publishTxt .bg {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background:  url(../img/hero-1.jpg) no-repeat right center;
    z-index: 1;
    filter: blur(4px);
}
.publishTxt .overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url(../img/hero_overlay_1.png) no-repeat left bottom;
    z-index: 2;
    opacity: .9;
}
.publishTxt .txtCon {
    width: 705px;
    max-width: 100%;
    padding: 15px;
    text-align: center;
    position: relative;
    z-index: 3
}

.publishTxt h2 {
    color: #fff;
    margin: 0 0 30px;
    font-weight: bold;
    line-height: 47px;
}
.publishTxt h3 {
    color: #fff;
    margin: 6px 0 10px;
    font-weight: bold;
    line-height: 34px;
    font-size: 23px;
}
.logo {
    margin-bottom: 26px;
}

.logo img {
     height: 230px;
     /* filter: brightness(0) invert(1); */
}

.btn {
    color: #fff;
    font-weight: bold;
    border: solid 1px transparent;
    border-radius: 20px;
    padding: 11px 47px;
    font-size: 18px;
    background: #00a652;
    margin-top: 26px;
}

.btn:hover,
.btn:focus {
    color: #29504d;
    background: #ffffff;
    border-color: #ffffff;
}

#countdown {}

#countdown canvas {
    font-size: 20px !important
}
