
header {
  justify-content: center;
  text-align: center;
}
.nav,
body,
header {
  text-align: center;
}
.card,
header {
  position: relative;
}
.nav-link,
.shoar,
h3 {
  color: #000;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  display: grid;
  align-items: center;
  font-family: vazir;
  /* background-image: url(./img/bg_4.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; 
  min-height: 100vh;
  font-family: "vazir";
      background-position-y: initial;
    background-size: initial;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-origin: initial;
    background-clip: initial;
    background-color: initial;
    background-size: cover; */
}
@font-face {
  font-family: vazir;
  src: url("font/font/vazir-font-v18.0.0/Farsi-Digits/Vazir-Bold-FD.woff2")
    format("woff2");
  src: url("font/font/vazir-font-v18.0.0/Farsi-Digits/Vazir-Bold-FD.woff")
    format("woff");
}
@font-face {
  font-family: Nastaliq;
  src: url("IranNastaliq/IranNastaliq.woff2") format("woff2"),
    url("IranNastaliq/IranNastaliq.ttf") format("woff"),
    url("IranNastaliq/IranNastaliq.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
.shoar {
  font-family: Nastaliq;
  font-size: 60px;
  line-height: 1.2;
  font-weight: 400;
}

.card,
.nav {
  font-family: vazir;
  display: flex;
}
header {
  display: flex;
  align-items: center;
}
.nav-pills .nav-link.active {
  background-color: orange;
  color: #000;
}
.nav-link {
  font-size: 15px;
}
.nav-link:hover {
  color: #ff7b00;
}
.nav {
  margin-top: 100px;
  gap: 50px;
  justify-content: center;
  align-items: center;
}
.nav-pills {
  gap: 5px;
  font-size: medium;
}
.card {
  flex-direction: row;
  justify-content: end;
  align-items: end;
  text-align: end;
  overflow: hidden;
  border-radius: 14px;
  width: 18rem;
  height: 130px;
  margin: 15px auto;
  padding: 10px;
}
.circle {
  background-color: orange;
  border-radius: 50%;
  padding: 20px;
  z-index: 1;
  position: absolute;
  right: -20px;
  height: 130px;
  width: 130px;
  bottom: -26px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.ghaza-asli img,
.goje {
  width: 90px;
  height: 90px;
  margin-bottom: 20px;
  margin-right: 10px;
}
.mohtava {
  margin-top: 50px;
}
.circle .soda{
  height: 90px;
  object-fit: fill;
  width: 50px;
}
h2{
  font-size: 16px;
  color: #ff4500;
}
h3{
  font-size: 12px;
}
 
.mohtava p {
  color: rgba(0, 0, 0, 0.699);
}
.ghaza-asli {
  margin-top: 10px;
}
.ghaza-asli img {
  object-fit: cover;
  border-radius: 50%;
  display: block;
}
.khoreshtfesen {
  height: 100px;
  width: 100px;
  margin-bottom: 20px;
  margin-right: 10px;
}

 @media (max-width: 375px) {
   .circle img{
    transition: rotate 5s linear;
  }
  .card:hover{
    border: 1px solid #ff4500;
  }
  .card:hover .circle img{
   rotate: 500deg;
  }
  .nav {
    flex-wrap: nowrap;
    gap: 0;
    justify-content: center;
    overflow-x: hidden;
  }
  .nav-link {
    font-size: small;
    flex-wrap: nowrap;
    white-space: nowrap;
  }
  .nav-item {
    height: 50px;
    white-space: nowrap;
  }
  .circle .soda{
  height: 90px;
  object-fit: fill;
  width: 50px;
}
.mohtava{
  max-width: 200px;
}
.card{
  width: 18rem;
}

.accordion{
display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: relative;
    font-family: vazir;
    border-radius: 50px;
    margin: 15px auto;
    padding: 10px;
    transition: all 0.5s ease;
    text-align: center;
   overflow: visible;
   border-radius: 50px;
   width: 18rem;
}

.accordion-button{
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 18rem;
  height: 150px;
     overflow: hidden;
}

.accordion-button .circle {
  background-color: orange;
  border-radius: 50%;
  padding: 20px;
  z-index: 1;
  position: absolute;
  right: -20px;
  height: 130px;
  width: 130px;
  bottom: -26px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.accordion-button .mohtava{
  margin-right: 150px;
}
.zero{
font-size: 12px;
}
.soda-zero{
  margin-right: -18px;
  font-size: 14px;
}


.accordion-button:not(.collapsed) {
    background-color: white;   /* رنگ حالت باز */
    color: black ;     
    padding: 10px;
}
.accordion-button:focus {
    box-shadow: none ;
}
.accordion-button:not(.collapsed) {
    box-shadow: none ;
} 
 }
 @media (min-width:360px) {
  .card:hover{
    border: 1px solid #ff4500;
  }
  .mohtava{
  max-width: 250px;
}
.card{
  width: 22rem;
}
.accordion{
display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: relative;
    font-family: vazir;
    border-radius: 14px;
    margin: 15px auto;
    padding: 10px;
    transition: all 0.5s ease;
    text-align: center;
   overflow: visible;
}
.accordion-button{
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 22rem;
     overflow: hidden;
}
.accordion-button .circle {
  background-color: orange;
  border-radius: 50%;
  padding: 20px;
  z-index: 1;
  position: absolute;
  right: -20px;
  height: 130px;
  width: 130px;
  bottom: -26px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.accordion-button .mohtava{
  margin-right: 40px;
}
.accordion-button .mohtava{
  margin-right: 200px;
}

.accordion-button:not(.collapsed) {
    background-color: white; 
    color: black ;     
    padding: 10px;
}
.accordion-button:focus {
    box-shadow: none ;
}
.accordion-button:not(.collapsed) {
    box-shadow: none ;
} 

 }

@media (min-width:768px) {
    .nav {
    flex-wrap: nowrap;
    gap: 40px;
    justify-content: center;
    overflow-x: hidden;
  }
  .nav-link {
    font-size: large;
    flex-wrap: nowrap;
    white-space: nowrap;
  }
  .nav-item {
    height: 50px;
    white-space: nowrap;
  }
   .card,
  .circle,
  .ghaza-asli {
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
  }
   .card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: visible;
    font-family: vazir;
    border-radius: 10px;
    width: 40rem;
    height: 300px;
    margin: 15px auto;
    padding: 10px;
    transition: all 0.5s ease;
    cursor: pointer;
  }
.circle {
  height: 150px;
  width: 150px;
}
  .khoreshtfesen {
    height: 100px;
    width: 100px;
  }
  .shoar {
    font-size: 70px;
  }
  .circle {
    background-color: orange;
    border-radius: 50%;
    padding: 20px;
    z-index: 1;
    position: absolute;
    top: -30px;
    right: 37%;
    justify-content: center;
    align-items: center;
  }
  .ghaza-asli {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 20px;
    margin-top: 50px;
    flex-wrap: wrap;
  }
  .ghaza-asli img {
    object-fit: cover;
    display: block;
    margin: 0 auto;
      width: 130px;
  height: 130px;
  }
  .card:hover{
    transform: scale(1.1);
    border: #ff4500 1px solid ;
  }
  .circle img{
    transition: rotate 5s linear;
  }
  .card:hover .circle img{
   rotate: 360deg;
  }
  

  .khoreshtfesen {
    margin-top: 20px;
    margin-left: 5px;
  }
  .goje {
    height: 90px;
    width: 90px;
    margin-top: 20px;
    margin-left: 10px;
  }
  .gosht {
    height: 200px;
    width: 200px;
  }
  .card h4 {
    margin-top: 100px;
  }
  .mohtava {
   display: flex;
   flex-direction: column;
    gap: 15px;
   margin-top: 110px;

    
  }
  .mohtava h2{
    font-size: 20px;
    
  }
  .mohtava h3{
    font-size: 13px;
    width: 200px;
   width: 100%;
  }
  .mohtava p{
    font-size: 24px;
  }
  
  .circle .soda{
  height: 90px;
  object-fit: fill;
  width: 50px;
}
.accordion-button .mohtava{
  margin-right: 150px;
}
.accordion{
  width: 40rem;
  overflow: visible;
  height: auto;
}
.accordion-button{
  width: 40rem;
  overflow: visible;
  height: 350px;
}
.accordion   .circle {
    background-color: orange;
    border-radius: 50%;
    padding: 20px;
    z-index: 1;
    position: absolute;
    top: -30px;
    right: 40%;
    justify-content: center;
    align-items: center;
  }
  .accordion-button .mohtava{
    display: flex;
  flex-direction: column;
  gap: 20px;
  margin-right: 0;
  font-size: small;
margin-top: 110px;
  }


}


@media (min-width:904px) and  (max-width: 1440px) {
    .nav {
    flex-wrap: nowrap;
    gap: 60px;
    justify-content: center;
    overflow-x: hidden;
  }
  .nav-link {
    font-size: larger;
    flex-wrap: nowrap;
    white-space: nowrap;
  }
  .nav-item {
    height: 50px;
    white-space: nowrap;
  }
  .card,
  .circle,
  .ghaza-asli {
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .card {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: visible;
    font-family: vazir;
    border-radius: 14px;
    width: 18rem;
    height: 300px;
    margin: 15px auto;
    padding: 10px;
    transition: all 0.5s ease;
  }
  .circle,
  .khoreshtfesen {
    height: 150px;
    width: 150px;
  }
  .shoar {
    font-size: 70px;
  }
  .circle {
    background-color: orange;
    border-radius: 50%;
    padding: 20px;
    z-index: 1;
    position: absolute;
    top: -30px;
    right: 23%;
    justify-content: center;
    align-items: center;
  }
  .ghaza-asli {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    gap: 20px;
    margin-top: 50px;
    flex-wrap: wrap;
  }
  .ghaza-asli img {
    object-fit: cover;
    display: block;
    margin: 0 auto;
      width: 120px;
  height: 120px;
  }
  .card:hover{
    transform: scale(1.1);
    border: #ff4500 1px solid ;
  }
  .circle img{
    transition: rotate 5s linear;
  }
  .card:hover .circle img{
   rotate: 360deg;
  }
  
  .accordion-button .mohtava{
  margin-right: 150px;
}

  .khoreshtfesen {
    margin-top: 20px;
    margin-left: 5px;
  }
  .goje {
    height: 120px;
    width: 120px;
    margin-top: 20px;
    margin-left: 10px;
  }
  .gosht {
    height: 200px;
    width: 200px;
  }
  .card h4 {
    margin-top: 100px;
  }
  card .mohtava {
   display: flex;
   flex-direction: column;
    gap: 20px;
    flex-wrap: wrap;
    
    
  }
  .mohtava h2{
    font-size: 20px;
    
  }
  .mohtava h3{
    font-size: 13px;
  }
  .mohtava p{
    font-size: 20px;
  }
  
  .circle .soda{
  height: 120px;
  object-fit: fill;
  width: 70px;
}
  .mohtava{
  max-width: 450px;
}
.accordion{
  width: 18rem;
  height: auto;
}
.accordion-button{
  width: 18rem;
  height: 300px;
}
.accordion .circle{
  right: 28%;
}
.accordion-button .mohtava{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: 0 auto;
}
.accordion-button .mohtava h2{
  margin-top: 100px;
}
.accordion-button .mohtava h3{
  font-size: 10px;
}
.soda-zero{
  font-size: 13px;
}
.zero{
  font-size: 10px;
}



}
@media (min-width:1200px) {
  
  .card,
  .circle,
  .ghaza-asli {
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .card {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: visible;
    font-family: vazir;
    border-radius: 14px;
    width: 23rem;
    height: 300px;
    margin: 15px auto;
    padding: 10px;
    transition: all 0.5s ease;
  }
  .circle,
  .khoreshtfesen {
    height: 150px;
    width: 150px;
  }
  .shoar {
    font-size: 70px;
  }
  .circle {
    background-color: orange;
    border-radius: 50%;
    padding: 20px;
    z-index: 1;
    position: absolute;
    top: -30px;
    right: 30%;
    justify-content: center;
    align-items: center;
  }
  .ghaza-asli {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    gap: 20px;
    margin-top: 50px;
    flex-wrap: wrap;
  }
  .ghaza-asli img {
    object-fit: cover;
    display: block;
    margin: 0 auto;
      width: 120px;
  height: 120px;
  }
  .card:hover{
    transform: scale(1.1);
    border: #ff4500 1px solid ;
  }
  .circle img{
    transition: rotate 5s linear;
  }
  .card:hover .circle img{
   rotate: 360deg;
  }
  

  .khoreshtfesen {
    margin-top: 20px;
    margin-left: 5px;
  }
  .goje {
    height: 120px;
    width: 120px;
    margin-top: 20px;
    margin-left: 10px;
  }
  .gosht {
    height: 200px;
    width: 200px;
  }
  .card h4 {
    margin-top: 100px;
  }
  .mohtava {
   display: flex;
   flex-direction: column;
    gap: 20px;
    flex-wrap: wrap;
    max-width: 600px;
  margin-top: 150px;
  }
  .mohtava h2{
    font-size: 20px;
    
  }
  .mohtava h3{
    font-size: 17px;
  }
  .mohtava p{
    font-size: 20px;
  }
  
  .circle .soda{
  height: 120px;
  object-fit: fill;
  width: 70px;
}
.accordion{
display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: visible;
    font-family: vazir;
    border-radius: 14px;
    width: 23rem;
    margin: 15px auto;
    padding: 10px;
    transition: all 0.5s ease;
    text-align: center;
    height: auto;
}
.accordion .circle{
  right: 30%;
}
.accordion-button{
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  text-align: center;
  width: 23rem;
  height: 300px;
}
.accordion-button .mohtava{
  margin-top: 120px;
  
}
.accordion-button .mohtava p{
  font-size: 19px;
}

.accordion-button:not(.collapsed) {
    background-color: white;   /* رنگ حالت باز */
    color: black ;     
    padding: 10px;
}
.accordion-button:focus {
    box-shadow: none ;
}
.accordion-button:not(.collapsed) {
    box-shadow: none ;
}
.soda-zero{
  font-size: 15px;
}
.zero{
  font-size: 14px;
}


}




.footer-clean {
  padding: 50px 0;
  background-color: #31313111;
  color: #4b4c4d;
}

.footer-clean h3 {
  margin-top: 0;
  margin-bottom: 12px;
  font-weight: bold;
  font-size: 16px;
}

.footer-clean ul {
  padding: 0;
  list-style: none;
  line-height: 1.6;
  font-size: 14px;
  margin-bottom: 0;
}

.footer-clean ul a {
  color: inherit;
  text-decoration: none;
  opacity: 0.8;
}

.footer-clean ul a:hover {
  opacity: 1;
}

.footer-clean .item.social {
  text-align: right;
}



@media (max-width: 768px) {
  .footer-clean .item.social {
    text-align: center;
  }
}

.footer-clean .item.social > a {
  font-size: 24px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #ccc;
  margin-left: 10px;
  margin-top: 22px;
  color: inherit;
  opacity: 0.75;
}

.footer-clean .item.social > a:hover {
  opacity: 0.9;
}

@media (max-width: 991px) {
  .footer-clean .item.social > a {
    margin-top: 40px;
  }
}

@media (max-width: 767px) {
  .footer-clean .item.social > a {
    margin-top: 10px;
  }
}

.footer-clean .copyright {
  margin-top: 14px;
  margin-bottom: 0;
  font-size: 13px;
  opacity: 0.6;
}
.social .bi-instagram {
  font-size: large;
}
.social .bi-telegram {
  font-size: large;
}
.social .bi-whatsapp {
  font-size: large;
}
.social .bi-telephone-fill {
  font-size: large;
}



