
@font-face {
  font-family: IRANSansX-Bold;
  src: url("fonts/IRANSansX-Bold.woff") format("woff"), url("fonts/IRANSansX-Bold.woff2") format("woff2");

}
@font-face {
  font-family: IRANSansX;
  src: url("fonts/IRANSansX-Regular.woff") format("woff"), url("fonts/IRANSansX-Regular.woff2") format("woff2");
}


body {
  font-family: IRANSansX;
  direction: rtl;
}
h3 , h2 , h1 , h4 , h5 , h6{
  font-family: IRANSansX-Bold;
 
}

h5{
  line-height: 2;
}
.container {
  max-width: 800px;
}

.grey{
  background-color: #F0F0F0;
}
.header{
  background-image: url("img/2.jpg");
  box-shadow: inset 0 0 0 1000px rgba(0,0,0,.8);
  background-repeat: no-repeat;
  background-attachment:unset;
  background-position: center center  ;
  background-size: cover;
  height: 300px;
  color: white;
  padding-top: 30px;
}
.img1{
  border-radius: 50px ;
  padding: 10px;
}

.price{
  background-image: url("img/15.jpg");
  box-shadow: inset 0 0 0 1000px rgba(0,0,0,.6);
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center  ;
  background-size: cover;
  height: 250px;
  color: white;
  padding-top: 30px;
}

.greenprice{
  background-color: green;
  border-radius: 50px;
  padding: 10px;
}
.carousel-item{
  padding: 7% 12%;
}
.carousel-control-next-icon , .carousel-control-prev-icon{
  background-color: green;
}

.border2 {
  padding: 20px;
  text-align: right;
  border-radius: 20px;
  border-width: 1px;
  border-color: #000000;
  background-color: #ffffff;
}

.commentha {
  font-size: 10px;
}
.answer{
  color: green;
}


/* sticky */
#sticky-button {
  display: none; /* Initially hide the button */
  position: fixed;
  bottom: 10px;
  width: 100%;
  background-color: #008000;
  color: white;
  padding: 10px 0px;
  font-size: 18px;
  text-align: center;
  text-decoration: none;
  z-index: 999;
}
@media (max-width: 1024px) {
  #sticky-button {
    display: block; /* Show the button on small screens */
  }
}