body {
  font-family: "Inter", sans-serif;
  font-family: "Roboto", sans-serif;
  background-color: #ffe16b;
}

:root {
  --main-color:rgb(78, 7, 111);
  --yellow-color:#fbcb11;
}

.offcanvas {
  max-width: 50% !important;
  background-color: var(--main-color);
}

.nav-link {
  color: #eee;
}

.nav-link.active {
  color: rgb(251, 203, 17) !important;
}

.navbar {
  background-color: var(--main-color) !important;
}

.navbar-brand {
  color: var(--yellow-color);
  font-size: 24px;
  font-weight: 800;
  text-shadow: 5px 10px 8px 10px #888888;
  position: relative;
  font-family: cursive;
}

.navbar-toggler {
  overflow-x: none !important;
}

.navbar-brand::before {
  position: absolute;
  top: 5px;
  right: 0;
  bottom: 0;
  left: 0;
  content: attr(data-set);
  bottom: 0;
  animation: animate 3s infinite;
}

@keyframes animate {
  0% {
    width: 0;
  }
  100% {
    color: yellow;
  }
}
.wdth {
  width: 60%;
}

.form-control {
  text-align: right;
  border-left: none;
  outline: none;
  border-color: #888888;
  position: relative;
  padding-right: 31px;
}

.submit-btn {
  border: none !important;
  position: absolute;
  right: 20%;
}
.submit-btn svg {
  color: gray;
}

.hide {
  display: none;
}

.submit-btn:hover {
  background-color: transparent !important;
  outline: none;
}

.form-control:focus {
  box-shadow: none;
  outline: none;
}

.form-control::-moz-placeholder {
  text-align: center;
  font-weight: bold;
  font-family: "Segoe UI";
}

.form-control::placeholder {
  text-align: center;
  font-weight: bold;
  font-family: "Segoe UI";
}

.form-control:focus::-moz-placeholder {
  color: black;
}

.form-control:focus::placeholder {
  color: black;
}

.submit-btn {
  border: 1px solid #eee;
  color: rgba(251, 204, 17, 0.7803921569);
  font-weight: 600;
  font-family: "Segoe UI";
  cursor: pointer;
}

.submit-btn:hover {
  background-color: #eee;
}

.navbar-toggler {
  color: #eee;
  border-color: rgba(238, 238, 238, 0.4784313725) !important;
}

.navbar-toggler-icon {
  background-image: url(../images/clipart365828.png);
}

.nameImageUser {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 220px;
}
.nameImageUser a {
  text-decoration: none;
  color: #eee;
  font-size: 16px;
  font-weight: bold;
  font-family: system-ui;
}
.nameImageUser img {
  width: 35px;
  height: 35px;
  border-radius: 50%;
}

/* end nav  */
.download {
  width: 100%;
  height: 15px;
  background-color: #eee;
  position: fixed;
  bottom: 0;
  overflow: hidden;
  z-index: 999999;
}
.download .line {
  transition: 0.8s;
  height: 100%;
  background-color: red;
  width: 0;
}

.saleh {
  cursor: pointer;
  align-items: center;
  justify-content: center;
  display: flex;
  border-radius: 50%;
  background: var(--main-color);
  height: 40px;
  width: 40px;
  font-size: 18px;
  position: fixed;
  z-index: 10000000;
  color: var(--yellow-color);
  right: 20px;
  bottom: 50px;
  transition: 0.5s;
}
.saleh span {
  display: flex;
  text-align: center;
  justify-content: center;
  margin-top: -50px;
  font-size: 13px;
  margin-right: -20px;
  color: white;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: rgb(255, 14, 14);
  display: none;
}

.saleh-popup {
  border: 1px solid #000;
  overflow: hidden;
  direction: rtl;
  position: fixed;
  width: 70%;
  height: 100vh;
  background-color: #ffe16b;
  z-index: 10000000;
  right: -70%;
  top: 130px;
  border: 1px #fbcb11 solid;
  transition: 1s;
}
.saleh-popup h2 {
  font-family: system-ui;
  font-size: 18px;
  margin: 15px;
  color: #4e076f;
}
.saleh-popup hr {
  margin: 0;
}
.saleh-popup .close {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  font-weight: bold;
  border-radius: 2px;
  padding: 2px;
  cursor: pointer;
  width: 20px;
  height: 20px;
  margin: 10px;
  border: 1px solid #555;
  margin-right: auto;
}
.saleh-popup p {
  padding-top: 10px;
  color: #4e076f;
}
.saleh-popup .cardS {
  border: 1px solid #4e076f;
  background-color: #eee;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: rgba(13, 39, 80, 0.25) 6px 6px 8px, rgb(255, 255, 255) -6px -6px 10px, rgba(255, 255, 255, 0.7) -8px -8px 12px inset, rgba(13, 39, 80, 0.2) 5px 5px 8px inset;
}
.saleh-popup .cardS img {
  width: 35px;
  height: 35px;
  border-radius: 50%;
}
.saleh-popup .cardS p {
  color: #000;
  font-size: 10px;
  font-weight: bold;
}

.hide {
  right: -100%;
}

.saleh:hover {
  transform: scale(1.1);
}

.min-price {
  position: fixed;
  bottom: 50px;
  left: 15px;
  background-color: #4e076f;
  z-index: 9999;
  color: var(--yellow-color);
  padding: 8px;
  border-radius: 5px;
}

/* start chosen section  */
.chose {
  margin-top: 57px;
  direction: rtl;
  padding-top: 2%;
  background-color: rgba(153, 153, 153, 0.0549019608);
  height: 100vh;
  text-align: center;
}
.chose .banner {
  height: 350px;
}
.chose .banner .carousel {
  width: 80%;
  height: 350px;
  overflow: hidden;
}
.chose .banner .carousel .carousel-item {
  height: 350px;
}
.chose .banner .carousel .carousel-item img {
  height: 100%;
}
@media (max-width: 800px) {
  .chose .banner {
    margin-top: 2%;
    height: 250px !important;
    margin-bottom: 15px !important;
  }
  .chose .banner .carousel {
    margin-bottom: 20px;
    width: 95% !important;
    height: 250px !important;
    overflow: hidden;
  }
  .chose .banner .carousel .carousel-item {
    height: 250px !important;
  }
  .chose .banner .carousel .carousel-item img {
    height: 100%;
  }
}
.chose .content {
  display: flex;
  justify-content: space-between;
}
.chose .content .card {
  margin-top: 30px !important;
  transition: 0.9s;
  background: bottom;
  text-align: center;
  width: 50%;
  border-radius: 20px 20px 5px 5px;
  margin: 10px;
  border-radius: none;
  position: relative;
  overflow: hidden;
  box-shadow: 6px 6px 8px rgba(13, 39, 80, 0.25), -6px -6px 10px #fff, inset -8px -8px 12px rgba(255, 255, 255, 0.7), inset 5px 5px 8px rgba(13, 39, 80, 0.2);
}
.chose .content .card .box {
  overflow: hidden;
  max-height: 400px;
}
.chose .content .card img {
  width: 100%;
  max-height: 400px;
  transition: 1s;
}
@media (max-width: 450px) {
  .chose .content .card img {
    height: 310px;
  }
}
.chose .content .card img:hover {
  transform: scale(1.1);
}
.chose .content .card h3 {
  font-family: "thuluth-decorated";
  color: var(--main-color);
  font-size: 24px;
  align-items: center;
  font-weight: bold;
  margin-top: 20px;
  text-shadow: 2px 1px #998;
  margin-bottom: 20px;
}
.chose .content .card p {
  font-family: "thuluth-decorated";
  color: #000;
  font-size: 20px;
}
.chose .content .card:hover {
  transform: scale(1.01);
}

.montagat {
  direction: rtl;
    margin-top: 113px !important;
}
.montagat .departments {
  overflow-x: scroll;
  scroll-behavior: smooth;

}
.montagat ul {
  list-style: none;
  display: flex;
  text-align: center;
  width: -moz-max-content;
  width: max-content;
}
.montagat ul li {
  margin: 0 40px;
}
.montagat ul li a {
  text-decoration: none;
  color: var(--main-color);
  font-weight: 300;
  font-size: 16px;
}
.montagat ul .active {
  font-weight: bold;
  color: #000;
}
.montagat ::-webkit-scrollbar {
  height: 1px;
}
.montagat ::-webkit-scrollbar-thumb {
  background-color: var(--yellow-color);
}
.montagat .card {
  overflow-y: clip;
  max-height: 250px;
  font-family: system-ui;
  margin: 15px 0px;
  box-shadow: rgba(13, 39, 80, 0.25) 6px 6px 8px, rgb(255, 255, 255) -6px -6px 10px, rgba(255, 255, 255, 0.7) -8px -8px 12px inset, rgba(13, 39, 80, 0.2) 5px 5px 8px inset;
  box-shadow: 6px 6px 8px rgba(13, 39, 80, 0.25), -6px -6px 10px #fff, inset -8px -8px 12px rgba(255, 255, 255, 0.7), inset 5px 5px 8px rgba(13, 39, 80, 0.2);
}
.montagat .card .hidden {
  border: hidden;
  transform: translate();
  position: absolute;
  top: 0;
  z-index: -1000;
}
.montagat .card .img-box img {
  margin-top: 15%;
  align-items: center;
  justify-content: center;
  display: flex;
  position: relative;
  border-radius: 15px;
  width: 153px;
  height: 150px;
}
.montagat .card text {
  margin-right: 10px;
}
.montagat .card .card-title {
  font-weight: bold;
  font-size: 14px;
  margin: 0;
}
.montagat .card p {
  margin-bottom: 0;
}
.montagat .card .card-text {
  font-weight: bold;
  font-size: 14px;
  margin: 0;
}
.montagat .card .card-text .avilable, .montagat .card .card-text .unavilable {
  color: red;
}
.montagat .card .offer {
  margin: 0px;
  display: flex;
  align-items: center;
}
.montagat .card .offer p {
  color: var(--yellow-color);
  margin: 0;
  font-weight: bold;
  font-size: 14px;
  width: -moz-max-content;
  width: max-content;
}
.montagat .card .offer span {
  color: #c5c1c1;
  padding: 0 10px;
  text-decoration-line: line-through;
  text-decoration-color: rgba(0, 0, 0, 0.631372549);
  font-size: 14px;
  width: -moz-max-content;
  width: max-content;
}
.montagat .card .offer small {
  color: red;
  font-size: 14px;
  font-weight: 800;
  width: -moz-max-content;
  width: max-content;
}
.montagat .card input {
  text-align: center;
  height: 30px;
  width: 40px;
}
.montagat .card p {
  font-size: 15px;
}
.montagat .card .price span {
  text-decoration: none;
  color: #000;
  padding: 0;
}
.montagat .card button {
  font-family: system-ui;
  background-color: var(--main-color);
  color: rgb(238, 238, 238);
  font-size: 14px;
  font-weight: bold;
  margin: 10px 10px;
  padding: 5px 0px;
  transition: 1s;
}
.montagat .card button svg {
  padding: 0 10px;
}
.montagat .card #value {
  font-weight: bold;
  color: var(--main-color);
  padding: 5px 0px;
}
.montagat .card button:hover {
  background-color: var(--yellow-color);
}
.montagat .card .record {
  display: flex;
  margin: 30px;
}
@media (max-width: 800px) {
  .montagat .card .record {
    display: flex;
    margin: 8px;
  }
}
.montagat .banner {
  height: 350px;
}
.montagat .banner .carousel {
  width: 80%;
  height: 350px;
  overflow: hidden;
}
.montagat .banner .carousel .carousel-item {
  height: 350px;
}
.montagat .banner .carousel .carousel-item img {
  height: 100%;
}

@media (max-width: 800px) {
  .banner {
    height: 250px !important;
    margin-bottom: 15px !important;
  }
  .banner .carousel {
    margin-bottom: 20px;
    width: 95% !important;
    height: 250px !important;
    overflow: hidden;
  }
  .banner .carousel .carousel-item {
    height: 250px !important;
  }
  .banner .carousel .carousel-item img {
    height: 100%;
  }
}
.signUp {
  direction: rtl;
  margin-top: 80px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.0823529412);
  padding: 20px 0;
}
.signUp h3 {
  font-size: 22px;
  font-family: system-ui;
  color: #4e076f;
  padding-bottom: 10px;
}
.signUp .form {
  max-width: 80%;
  margin: 15px auto;
  align-items: center;
}
.signUp .form .formInput {
  display: flex;
  align-items: center;
}
.signUp .form span {
  margin-left: 10px;
  background-color: transparent;
  border: none;
  color: #4e076f;
  font-weight: bold;
  font-family: system-ui;
}
.signUp .form input {
  border: none;
  box-shadow: rgba(13, 39, 80, 0.25) 6px 6px 8px, rgb(255, 255, 255) -6px -6px 10px, rgba(255, 255, 255, 0.7) -8px -8px 12px inset, rgba(13, 39, 80, 0.2) 5px 5px 8px inset;
}
.signUp hr {
  width: 70%;
  margin: auto;
}
.signUp .btn {
  background-color: #4e076f;
  color: var(--yellow-color);
  font-weight: bold;
  font-family: system-ui;
  display: block;
  width: 120px;
  margin: 4% auto;
}
.signUp .forget {
  padding: 10px;
}
@media (max-width: 600px) {
  .signUp h3 {
    font-size: 18px;
  }
  .signUp .form {
    max-width: 90% !important;
    border-radius: 20px;
    margin: 10px auto;
  }
}

.login {
  direction: rtl;
  margin-top: 50px;
}
.login .form-group {
  margin: 20px 0;
  width: 90% !important;
}
.login .form-group input {
  margin: 20px 0 !important;
  box-shadow: rgba(13, 39, 80, 0.25) 6px 6px 8px, rgb(255, 255, 255) -6px -6px 10px, rgba(255, 255, 255, 0.7) -8px -8px 12px inset, rgba(13, 39, 80, 0.2) 5px 5px 8px inset;
  border: 1px solid #4e076f;
}
.login .btn {
  margin-right: auto !important;
  background-color: var(--main-color);
  color: #eee;
  font-weight: bold;
  font-family: system-ui;
  margin: 15px 38% !important;
}
.login a {
  font-weight: 500;
  margin: 10px 0 !important;
}

.sinup {
  font-family: system-ui;
  direction: rtl;
  margin-top: 80px !important;
}
.sinup h1 {
  font-size: 18px;
}
.sinup input {
  margin: 5px 0;
  border: 2px solid;
  border-color: var(--main-color);
}
.sinup input:focus {
  border-color: var(--yellow-color);
}
.sinup .creatacc {
  background-color: var(--main-color);
  color: #eee;
  font-weight: 800;
  font-size: 18px;
  margin: 5px 37%;
  font-family: system-ui;
  width: 100px;
  transition: 1s;
  width: -moz-max-content;
  width: max-content;
}
.sinup .creatacc:hover {
  background-color: var(--yellow-color);
}

.uncorrectpass {
  font-size: 14px;
  font-weight: bold;
  font-family: system-ui;
  color: red;
  text-align: center;
  transition: 1s;
  display: none;
}

.uncorrectpass-active {
  transition: 1s;
  display: block;
}

#cart {
  display: block;
  
}

#fixed-proudct{ 
  z-index: 1; 
  width: 100%; 
  position: fixed; 
  top: 30px; 
  background-color:#ffe16b !important; 
} 
@media (max-width:500px) { 
  #fixed-proudct{ 
    top:20px; 
  } 
}

@media (max-width:500px) {
.nameImageUser {
    overflow: scroll;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 200px;
    height: 35px;
  }


  .nameImageUser a{
    text-decoration: none !important;
      color: #eee !important;
      font-size: 10px !important;
      font-weight: bold !important;
      width: max-content !important;
      font-family: system-ui !important;
  }
}

#new {
    margin-top: 30px !important;
}

#exampleInputPrice{
    width: 100% !important;
}

.bg::after,
.bg::before {
  content: "";
  position: absolute;
  left: -2px;
  top: -2px;
  background: linear-gradient(45deg, #00aeff, #ff6600, #e6fb04, #00ff66, #ff00ff, #ff0099, #6e0dd0, #ff3300, #099fff);
  width: calc(100% + 5px);
  height: calc(100% + 5px);
  background-size: 400%;
  z-index: -1;
  animation: animate 5s linear infinite;
}

@keyframes animate {
  0% {
    background-position: 0 0;
  }
  50% {
    background-position: 100% 0;
  }
  100% {
    background-position: 0 0;
  }
}
.bg::after {
  filter: blur(5px);
}

#mon { margin-top: 30px !important; }

/*# sourceMappingURL=style.css.map */
