
@font-face {
    font-family: 'yekan';
    src: url('../font/Yekan.eot'), format('eot'),
         url('../font/Yekan.woff2') format('woff2'),
         url('../font/Yekan.woff') format('woff'), 
         url('../font/Yekan.ttf')  format('truetype'), 
       
  }
  body{
    font-family: "Vazirmatn RD", sans-serif; /* RD یعنی "Regular Digits" */
    margin: 0%;
    padding: 0%;
  
  }
  html, body {
    width: 100%;
    overflow-x: hidden;
  }
  ul,li{
    margin: 0%;
    padding: 0%;
   
    
  }
   
  
  /* ///////////////////////////////header/////////////////////////////////// */
  header{
  background-color: #ffffff;
  
  
  
  }
  .fixed-header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
  }
  
  .background1{
   background: rgb(145, 78, 145);
   background: linear-gradient(183deg,  #B2A5FF 0%, rgb(188, 155, 235) 50%, #B2A5FF 100%);
  height: 6vh;
  justify-content: end;
  font-size: 14px;
  
  
  }
  .background1 a{
  margin: .5rem;
  }
  #nav-number{
  
  display: flex;
  }
  
  
  
  
  .background2{
  position: relative;
  background-color: #450b5c;
  height: 1vh;
  width: 75%;
  }
  /* 
  li:hover{
  border-bottom: 2px solid  #0b0e5c;
  transition: all 0.2s ease-in-out;
  
  } */
  .nav-item:hover{
  border-bottom: 2px solid  #420b5c;
  transition: all 0.3s ease-in-out;
  }
  ul{
  display: inline;
  margin: 0;
  padding: 0
  }
  ul li{
  margin: .1rem;
  font-size: 14px;
  font-weight: bold;
  color: #530b5c;
  display: inline-block;
  }
  
  ul li:hover ul {display: block;}
  
  ul li ul {
  position: absolute;
  width: 200px;
  display: none;
  }
  
  
  
  nav a{
  color:  #420b5c;
  
  
  }
  nav button{
  color: #2e0b5c ;
  
  }
  .boxitem{
  margin-left: -6.5%;
  }
  .Design_li{
  width: 10rem;
  height: 2rem;
  
  position: relative;
  margin-bottom: 4px;
  border-radius: 2px;
  text-align: center;
  cursor: pointer;
  transition: all 0.1s ease-in-out;
  border: none;
  outline: none;
  color:  #3c0b5c;
  margin-bottom: .5rem;
  margin-right: 1rem;
  
  
  }
  .Design_li:hover{
  background: linear-gradient(183deg, rgb(154, 7, 228) 0%, rgb(239, 220, 247) 50%, rgb(154, 7, 228) 100%);
  
  }
  .navbar-toggler{
  padding-top: 0px;
    padding-bottom: 0px;
    padding-right: 5px;
    border-left-width: 5px;
    padding-left: 5px;
    border: none;
    
  }
  
  #carouselExampleDark{
      margin-top:7%;
     
  }
  @media (max-width: 768px) {
      #carouselExampleDark{
          margin-top:29%; 
      }
  }
/* ......................................استایل برای کارت های محصول............................ */
h2.page-title {
    text-align: center;
    font-weight: 800;
    font-size: 1.8rem;
    color: #0d6efd ;
    margin: 50px 0 40px;
    position: relative;
  }

  h2.page-title::after {
    content: "";
    display: block;
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, #0d6efd, #54a0ff);
    border-radius: 2px;
    margin: 10px auto 0;
  }

  /* Product card */
  .product-card {
    background: #fff;
    border: none;
    border-radius: 18px;
    box-shadow: 0 10px 35px rgba(13, 110, 253, 0.08);
    overflow: hidden;
    transition: all 0.3s ease;
    position: relative;
  }

  .product-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 14px 45px rgba(13, 110, 253, 0.12);
  }

  .image-wrapper {
    background: linear-gradient(145deg, #eaf3ff, #f5f9ff);
    padding: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0 18px 18px 0;
  }

  .image-wrapper img {
    object-fit: contain;
    transition: transform 0.4s ease;
  }

  .product-card:hover img {
    transform: scale(1.05);
  }

  .product-info {
    padding: 30px 25px;
  }

  .product-info h5 {
    color: #0d6efd;
    font-weight: 700;
    margin-bottom: 12px;
  }

  .product-info p {
    color: #4a4a4a;
    line-height: 1.8;
    font-size: 0.95rem;
    margin-bottom: 18px;
  }

  .product-btn {
    background: linear-gradient(90deg, #0d6efd, #54a0ff);
    border: none;
    color: #fff;
    border-radius: 8px;
    padding: 9px 20px;
    font-size: 0.9rem;
    text-decoration: none;
    transition: all 0.25s ease;
    box-shadow: 0 4px 12px rgba(13, 110, 253, 0.2);
  }

  .product-btn:hover {
    background: linear-gradient(90deg, #0b5ed7, #4687e4);
    box-shadow: 0 6px 16px rgba(13, 110, 253, 0.3);
    transform: translateY(-2px);
  }

  @media (max-width: 768px) {
    .image-wrapper {
      border-radius: 18px 18px 0 0;
    }
  }
  /* ......................................style for what jet printer............................ */
.jetprinter-about{
  box-shadow: #4a4a4a;
  min-height: 250px;
  background-color: #f9fafb; /* پس‌زمینه روشن و ملایم */
  border-radius: 12px;       /* گوشه‌های گرد */
  line-height: 1.8;
}
.jetprinter-about .section-title{
  font-size: 1.8rem;
  color: #222;
  margin-bottom: 1rem;
  font-weight: 700;
}
.jetprinter-about .section-text{
  font-size: 1rem;
  color: #555;
  text-align: justify;
}
  
    /*........................................style for footr....................................*/
    h2.page-title {
        text-align: center;
        font-weight: 800;
        font-size: 1.8rem;
        color: #0d6efd;
        margin: 50px 0 40px;
        position: relative;
      }
  
      h2.page-title::after {
        content: "";
        display: block;
        width: 80px;
        height: 4px;
        background: linear-gradient(90deg, #0d6efd, #54a0ff);
        border-radius: 2px;
        margin: 10px auto 0;
      }
  
      /* Product card */
      .product-card {
        background: #fff;
        border: none;
        border-radius: 18px;
        box-shadow: 0 10px 35px rgba(13, 110, 253, 0.08);
        overflow: hidden;
        transition: all 0.3s ease;
        position: relative;
      }
  
      .product-card:hover {
        transform: translateY(-6px);
        box-shadow: 0 14px 45px rgba(13, 110, 253, 0.12);
      }
  
      .image-wrapper {
        background: linear-gradient(145deg, #eaf3ff, #f5f9ff);
        padding: 25px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 0 18px 18px 0;
      }
  
      .image-wrapper img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        transition: transform 0.4s ease;
      }
  
      .product-card:hover img {
        transform: scale(1.05);
      }
  
      .product-info {
        padding: 30px 25px;
        height: 10%;
        margin-top: 8%;
        box-shadow:
        0 3px 5px rgba(0,0,0,0.2),
        0 10px 15px rgba(0,0,0,0.25),
        0 20px 30px rgba(48, 85, 248, 0.3);
      transition: 0.3s;
      }
  
      .product-info h5 {
        color: #0d6efd;
        font-weight: 700;
        margin-bottom: 12px;
      }
  
      .product-info p {
        color: #4a4a4a;
        line-height: 1.8;
        font-size: 0.95rem;
        margin-bottom: 18px;
      }
  
      .product-btn {
        background: linear-gradient(90deg, #0d6efd, #54a0ff);
        border: none;
        color: #fff;
        border-radius: 8px;
        padding: 9px 20px;
        font-size: 0.9rem;
        text-decoration: none;
        transition: all 0.25s ease;
        box-shadow: 0 4px 12px rgba(13, 110, 253, 0.2);
      }
  
      .product-btn:hover {
        background: linear-gradient(90deg, #0b5ed7, #4687e4);
        box-shadow: 0 6px 16px rgba(13, 110, 253, 0.3);
        transform: translateY(-2px);
      }
  
      @media (max-width: 768px) {
        .image-wrapper {
          border-radius: 18px 18px 0 0;
        }
      } 





  .footer {
      padding: 30px 0;
      font-family: 'Arial', sans-serif;
      color: #333;
      margin-top: 10%;
      border-top: 10px solid #B2A5FF;
    }
  
      .footer .container {
        width: 90%;
        max-width: 1200px;
        margin: 0 auto;
      }
  
    .footer-top {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
      padding-bottom: 20px;
      border-bottom: 1px solid #ddd;
    }
  
    .footer-column {
      width: 22%;
    }
  
      .footer-column h4 {
        font-size: 16px;
        font-weight: bold;
        margin-bottom: 10px;
        color: #493D9E;
      }
  
      .footer-column ul {
        list-style: none;
        padding: 0;
      }
  
        .footer-column ul li {
          margin-bottom: 15px;
        }
  
          .footer-column ul li a {
            text-decoration: none;
            color: #555;
            transition: 0.3s;
          }
  
            .footer-column ul li a:hover {
              color: #493D9E;
            }
  
    .newsletter {
      width: 300px;
    
    }
  
      .newsletter input {
        width: 80%;
        padding: 0px;
      }
  
  
  .footer-newsletter-box {
    width: 300px;
    display: flex;
    background: #fff;
    border-radius: 7px;
    overflow: hidden;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    text-align: left;
  }
  
    .foter-newsletter-option {
      flex: 1;
      padding: 5px 15px;
      font-size: 15px;
      font-weight: bold;
      color: #ffffff;
      border-left: none;
      cursor: pointer;
    }
  
      .foter-newsletter-option :nth-child(2) {
        background-color: #493D9E;
      }
  
    #foteremail {
      border: none;
      outline: none;
      font-size: .8rem;
      color: black !important;
    }
  
    #foterMembership {
      border: none;
      outline: none;
      background-color: #493D9E;
      max-width: 30%;
    }
  
    .newsletter button:hover {
      background-color: #5332a2;
    }
  
    .social-icons {
      margin-top: 15px;
      text-align: left;
    }
  
      .social-icons a {
        margin-right: 10px;
        display: inline-block;
      }
  
      .social-icons img {
        width: 34px;
        height: 34px;
      }
  
    .contact-info {
      text-align: left;
    }
  
      .contact-info p {
        margin: 10px 0;
        font-size: 14px;
        color: #212529;
      }
  
    .footer-bottom {
      text-align: center;
      justify-content: center;
      padding-top: 15px;
      font-size: 14px;
      color: #212529;
    }
  /*........................................respansiv  for footr....................................*/
  
  @media (max-width: 768px) {
    .footer-column {
      width: 100%;
      text-align: right;
     
    }
    .footer-column ul {
      list-style: none;
   
     
    }
    .footer-column ul li {
      margin-bottom: 15px;
      display: block;
    }
    #footer-on-mobile{
      width: 50%;
    }
  
    .newsletter {
      text-align: center;
     
    }
    .newsletter h4{
  text-align:right;
  margin-right:12%;
    }
    .social-icons {
      text-align: center;
    }
  }