@font-face{
    -ms-font-family:'IranNastaliq';
    -ms-src:url(fonts/IranNastaliq.woff) format('woff');
    -ms-src:url(fonts/IranNastaliq.ttf) format('truetype');
    -ms-src:url(fonts/IranNastaliq.eot) format('embedded-opentype');
}
@font-face{
    -o-font-family:'IranNastaliq';
    -o-src:url(fonts/IranNastaliq.woff) format('woff');
    -o-src:url(fonts/IranNastaliq.ttf) format('truetype');
    -o-src:url(fonts/IranNastaliq.eot) format('embedded-opentype');
}
@font-face{
    -moz-font-family:'IranNastaliq';
    -moz-src:url(fonts/IranNastaliq.woff) format('woff');
    -moz-src:url(fonts/IranNastaliq.ttf) format('truetype');
    -moz-src:url(fonts/IranNastaliq.eot) format('embedded-opentype');
}
    * {
      direction: rtl;
      font-family:'b nazanin';
      box-sizing: border-box;
      font-size: 20px;

    }
    * {
      -moz-direction: rtl;
     -moz-font-family:IranNastaliq;
      -moz-box-sizing: border-box;
      -moz-font-size: 20px;

    }
    * {
      -o-direction: rtl;
      -o-font-family:IranNastaliq;
      -o-box-sizing: border-box;
      -o-font-size: 20px;

    }
    * {
      -ms-direction: rtl;
      -ms-font-family:IranNastaliq;
      -ms-box-sizing: border-box;
      -ms-font-size: 20px;

    }
/* body{
  background-image: url(img/Wall4.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
opacity: 0.5;
  filter: alpha(opacity=50);
}
#c{
  margin: 30px auto;
  /* background-color: #ffffff; */
  /* border: 1px solid black; */
  /* opacity: 0.5;
  filter: alpha(opacity=50); 
} */

    button a {
      text-decoration: none;
      color: #fff;
    }

    .cta {
      padding: 3em;
      background: #2c14c9;
      text-align: center;
      border-radius: 5px;
    }

    .cta a {
      display: inline-block;
      padding: 0 .5em;
      font-size: 1em;
      font-weight: 900;
      color: #FFFCED;
      text-decoration: none;
      border: 3px solid #FFFCED;
      border-radius: 8px;
    }



    .cta a:focus,
    .cta a:hover {
      background: #FFFCED;
      color: #2c14c9;
    }

    .blinking {
      animation: blinkingText 4s infinite;
      font-weight: bold;

    }

    @keyframes blinkingText {
      0% {
        color: #000;
      }

      49% {
        color: transparent;
      }

      50% {
        color: transparent;
      }

      99% {
        color: transparent;
      }

      100% {
        color: #000;
      }
    }

    /*--------------------------------------------------------------
Booking info
--------------------------------------------------------------*/
    .booking-info {
      height: auto;
      color: #FFFCED;
    }

    .hide {
      height: 0;
      overflow: hidden;
    }

    .booking-info .content-title {
      padding-top: .5em;
      padding-bottom: .5em;
      font-size: 2em;
    }

    .booking-info p {
      text-align: left;
    }

    .card {
      width: 18rem;
      float: left;
      margin-left: 12px;
      background-color: rgb(228, 233, 226);

    }

    .card-text {
      direction: rtl;
    }

    .card img {
      width: 100%;
      height: 150px;
    }

    .card-title {
      direction: rtl;
    }

    .d {
      margin: 2px 10px;
    }

    .footer {
      background-color: black;
      width: 100%;
      height: 250px;
      margin-top: 10px;
    }
    .card-title{
      font-size: 35px;
      font-family: IranNastaliq;
    }
    #f{
      font-family: IranNastaliq;
    }
    .counter{
 
     font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
      text-align: center;
      background-color: lightgray;
     color: red;
     border-radius: 4px;
     
    }
    span{
      color: red;
    }
    h1, h2, h3 {
      color: #b23c3c;
      margin-top: 30px;
    }
    .section {
      background-color: #fff;
      border-radius: 15px;
      box-shadow: 0 4px 12px rgba(0,0,0,0.1);
      padding: 30px;
      margin-bottom: 30px;
    }
    .btn-fal {
      font-size: 18px;
      font-weight: bold;
      background-color: #b23c3c;
      border: none;
      padding: 12px 24px;
      border-radius: 50px;
      transition: 0.3s;
    }
    .btn-fal:hover {
      background-color: #8e2c2c;
    }
    .img-header {
      max-width: 100%;
      border-radius: 15px;
      margin-bottom: 20px;
      box-shadow: 0 4px 8px rgba(0,0,0,0.2);
    }
    ul {
      padding-right: 20px;
    }
    ul li {
      margin-bottom: 10px;
    }
 