@font-face {
  font-family: "Montserrat_Regular";
  src: url("../assets/fonts/Montserrat-Regular.ttf");
}
@font-face {
  font-family: "Montserrat_SemiBold";
  src: url("../assets/fonts/Montserrat-SemiBold.ttf");
}
* {
  font-family: "Montserrat_Regular";
}

#navbar {
  box-shadow: 0px 3px rgba(0, 0, 0, 0.25);
}
#navbar img {
  margin-inline: 6%;
}
#navbar div {
  width: 20px;
}
#navbar div span {
  font-family: "Montserrat_Regular";
  font-size: larger;
  font-weight: bolder;
}

section #product_details {
  margin-inline: 8%;
  width: 45%;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
  height: auto;
}
section #product_details #product_image {
  border: 5px solid rgba(238, 238, 238, 0.9333333333);
  border-radius: 50px;
  width: 100%;
  max-width: 500px;
  overflow: hidden;
}
section #product_details #product_image img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
section #product_details h2 {
  padding-block: 2%;
  font-family: "Montserrat_SemiBold";
  font-size: 35px;
}
section #product_details #details {
  font-family: "Montserrat_Regular";
  font-size: 28px;
  text-align: start;
}
section #product_details .accordion {
  width: 100%;
  margin-block: 4%;
}
section #product_details .accordion-item {
  width: 100%;
  padding-block: 8px;
}
section #product_details .accordion-item .accordion-header {
  padding-block: 1%;
}
section #product_details .accordion-item .accordion-header .accordion-collapse .accordion-body {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  padding: 1rem 2rem;
}
section #product_details .accordion-button {
  width: 100%;
  padding: 0rem 1rem;
  white-space: normal;
  background-color: transparent !important;
}
section #product_details .accordion-button:focus, section #product_details .accordion-button:focus-visible {
  background-color: none;
  outline: none !important;
  box-shadow: none !important;
  border-color: transparent !important;
}
section #order_form {
  margin-inline: 8%;
  padding-inline: 2%;
  padding-block: 2%;
  width: 45%;
  display: flex;
  height: -moz-fit-content;
  height: fit-content;
  flex-direction: column;
  border: 4px solid #D9D9D9;
  border-radius: 50px;
  box-shadow: 1px 4px rgb(217, 217, 217);
}
section #order_form #counter {
  width: 80%;
  margin-inline: 10%;
  text-align: center;
}
section #order_form #counter a,
section #order_form #counter span {
  margin-block: 20px;
}
section #order_form #price {
  width: 50%;
  margin: 0 auto;
}
section #order_form input {
  width: 80%;
  margin: 0 auto;
  padding: 2%;
}
section #order_form button {
  width: 70%;
  margin: 0 auto;
}

.right-bullets {
  list-style-position: inside;
  /* Position bullets inside the list item */
  padding-right: 0;
  /* Remove default padding */
  padding-left: 1.5em;
  /* Add padding to the left for bullet spacing */
}

.right-bullets li {
  text-align: right;
  /* Align text to the right */
  direction: rtl;
  /* Ensure text direction is right-to-left */
  font-size: 25px;
}

.whatsapp-float {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1000;
}

.whatsapp-float img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s;
}

.whatsapp-float img:hover {
  transform: scale(1.1);
}

footer {
  border-top: solid 2px #B9252E;
  position: relative;
  bottom: 0;
  width: 100%;
}
footer .icons a {
  margin-inline: 5px;
}
footer .icons a img {
  width: 20%;
}/*# sourceMappingURL=arabic.css.map */