   .spase{
        display: inline;
        padding:10px;
    }
    .hidden1{display: none;}
    .color-btn{background-color: #75DF66;}
    .time-entry {
        display: inline-block;
        margin: 15px;
        padding: 20px;
        border-radius: 0px;
        text-align: center;
        font-weight: 400;
        color: #fff;
        font-size: 15px;
        line-height: 22px;
    }
    .time-count div {
        text-align: center;
        margin: auto;
    }
    #besad {
                  margin: auto;
            text-align: center;
    }
    .center1 {
          margin: auto;
          width: 60%;
          background-color: #fab1b1;
          padding: 10px;
          border-radius: 25px;
            text-align: center;
        }
    .center2 {
          margin: auto;
            text-align: center;
        }
    
    .time-entry span {
        font-size: 40px;
        font-family: BAPyutimRegular, sans-serif;
        line-height: 45px;
        font-weight: 700;
        display: block;
        color: #fff;
        margin-bottom: 10px;
        box-sizing: inherit;
        text-align: center;
        
        }
            .text-center {
            text-align: center!important;
        }
        .width{
            width:5px;
        }
        .bold{
            font-weight: 700;
        }
        .center{
            text-align: center;
        }
        .padding{
            margin-right:10%;
            margin-left:10%;
        }
        .font{
            font-size:2.5rem;
        }
        .rec{
            color:red;
        }
        #contactForm{
            padding:15px;
        }
        .img{
            padding-top:10px;
            position: relative;
            z-index: 10;
            right: 50%;
            display: block;
            box-sizing: content-box;
            width: 8rem;
            -webkit-transform: translateX(50%) ;
            -ms-transform: translateX(50%);
            transform: translateX(50%);
        }
        .rtl{
            direction: rtl;
            text-align: right;
        }
        .top1{
            margin-top:0;
            padding-top:0;
        }
        #background{
            /*border:20px solid rgba(252,201,201, 1);*/
            border-radius: 25px;
            background-image: url("../img/background_optimized_762x1024.jpg");
            /*background-repeat: repeat;*/
            /*background-repeat:no-repeat;*/
            /*background-attachment:fixed;*/
            /*background-position:center;*/
            background-position: center;
            background-repeat: no-repeat;
            background-size: cover;
        }
        .img{
            
            background-repeat: repeat;
        }
        
        .para{
            text-align: justify;
            padding: 30px;
            width: 100%;
        }
        
        .fl-heading-seperator-lines::before{
            content: '';
            position: absolute;
            top: 50%;
            right: 0;
            left: 0;
            border-bottom: 4px solid #fab1b1;
            transform: translateY(-50%);
            opacity: 1;
        }
        @media only screen and (max-width: 600px) {
            .block{
                display: block;
            }
            .font{
                font-size:1.5rem;
            }
            .para {
                padding: 10px;  /* ← הוסף את זה */
            }
        }
        
