Blog

  • flatsome-child

    a.gift_s {
    position: fixed;
    bottom: 150px;
    right: 10px;
    text-align: center;
    font-size: 15px;
    color: #f1c058;
    z-index: 99;
    font-weight: 500;
    background: #2b0840;
    padding: 8px 18px;
    display: inline-block;
    }
    .list_box {
    position: fixed;
    right: 0;
    bottom: 50%;
    z-index: 9999;
    display: flex;
    flex-direction: column;
    flex: auto;
    align-items: end;
    }
    .list_box a {
    display: inline-flex
    ;
    background: #2b0840;
    width: max-content !important;
    padding: 7px 15px;
    margin-bottom: 5px;
    color: #f1c058;
    box-shadow: 0 3px 6px -4px rgba(0, 0, 0, .16), 0 3px 6px rgba(0, 0, 0, .23);
    font-size: 18px;
    }
    table td{
    color:#000;
    font-size:18px
    }
    table em{
    font-weight: 400 !important;
    color: #5b5b5b;
    }
    a.gift_s img{
    max-width:85%;
    }
    .header-top{
    border-bottom:1px solid #493853
    }
    span.foh-date {
    min-width: 80px;
    display: inline-block;
    }
    .bg-text2 {
    text-transform: uppercase;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    filter: drop-shadow(2px 2px 2px #fff);
    -webkit-background-clip: text;
    background-clip: text;
    background-image: url(/wp-content/uploads/2024/12/logoe.jpg);
    color: transparent;
    animation: bg-animation2 40s cubic-bezier(0.3,0,0.7,1) infinite;
    background-color: #149485;
    font-weight: 900 !important;
    }
    @keyframes bg-animation2 {
    0% {background-position: 0% 0%;}
    50% {background-position: 100% 100%;}
    100% {background-position: 0% 0%;}
    }
    @keyframes rise {
    to {
    text-shadow: 0em 0.01em #000, 0em 0.02em #000, 0em 0.02em 0.03em #000,
    -0.01em 0.01em #333, -0.02em 0.02em #333, -0.03em 0.03em #333,
    -0.04em 0.04em #333, -0.01em -0.01em 0.03em #000, -0.02em -0.02em 0.03em #000,
    -0.03em -0.03em 0.03em #333;
    transform: translateY(-0.025em) translateX(0.04em);
    }
    }