 @font-face {
  font-family: yekan;
  src: url("../fonts/BYekan.woff") format("woff");
  
}
@font-face {
  font-family: samim;
  src: url("../fonts/Samim.woff") format("woff");
  
}
@font-face {
  font-family: yas;
  src: url("../fonts/BYas.woff") format("woff");
  
}
@font-face {
  font-family: titr;
  src: url("../fonts/BTitrTGEBold.woff") format("woff");
  
}
@font-face {
  font-family: tanha;
  src: url("../fonts/Tanha.woff") format("woff");
  
}
@font-face {
  font-family: jalal;
  src: url("../fonts/BJalal.woff") format("woff");
  
}
  .bg-image {
    background-image: url('1.jpg');
    filter: blur(8px);
    -webkit-filter: blur(8px);
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: fixed;
    width: 100%;
    z-index: -1;
    top: 0; left: 0;
  }
        body {
            font-family: tanha;
            background: #eef2f7;
            display: flex;
            justify-content: center;
            align-items: center;
            height: 100vh;
        }
        #font{
                        font-family: titr;

            
        }
        .container {
            background: #fff;
            padding: 30px 40px;
            border-radius: 12px;
            box-shadow: 0 0 20px rgba(0,0,0,0.1);
            text-align: center;
            width: 350px;
        }
        h2 {
            margin-bottom: 25px;
            color: #333;
        }
        button {
            font-family: tanha;
            width: 100%;
            padding: 12px;
            margin: 10px 0;
            font-size: 16px;
            background-color: #007bff;
            color: white;
            border: none;
            border-radius: 8px;
            cursor: pointer;
        }
        button:hover {
            background-color: #0056b3;
        }
        #discountForm, #adminForm {
            margin-top: 20px;
            display: none;
        }
        input[type="text"], input[type="password"] {
            width: 100%;
            padding: 10px;
            margin-top: 10px;
            margin-bottom: 15px;
            border: 1px solid #ccc;
            border-radius: 6px;
        }
        

       
        h2 {
            text-align: center;
        }
        table {

            margin: auto;
            border-collapse: collapse;
            width: 90%;
            background: #fff;
            box-shadow: 0 0 10px rgba(0,0,0,0.1);
        }
        th, td {
                        font-family: samim;

            border: 1px solid #ddd;
            padding: 14px;
            text-align: center;
        }
        th {
            font-family: samim;
            background-color: #007bff;
            color: white;
        }
        tr:nth-child(even){background-color: #f2f2f2}