* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
  font-family: "Noto Sans Arabic", sans-serif;
}

:root {
  --nav-light: #8D7B68;
  --nav-l: #A4907C;
  --nav: #F6F1F1;
}

body .nav-bar {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 1em;
  background-color: rgba(0, 0, 0, 0.4392156863);
  transition: top 200ms ease;
  /* hamburger */
  /*hamburger*/
}
body .nav-bar .logo {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
}
body .nav-bar .logo img {
  margin-left: 2em;
}
body .nav-bar .links {
  background-color: var(--transparent);
  position: relative;
  left: 0;
  top: 0;
  z-index: auto;
  width: auto;
  height: auto;
  display: flex;
  flex-direction: row;
  justify-content: unset;
  align-items: unset;
  gap: unset;
}
body .nav-bar .links a {
  position: relative;
  margin-right: 1em;
  color: #fff;
  font-size: 1.2rem;
  text-decoration: none;
  padding-bottom: 0.2em;
  width: -moz-max-content;
  width: max-content;
  line-height: 1;
}
body .nav-bar .links a span {
  display: inline-block;
  white-space: nowrap;
  transition: all 350ms ease-out;
  transform-origin: center center;
  transform-style: preserve-3d;
}
body .nav-bar .links a .primary {
  position: relative;
}
body .nav-bar .links a .secondary {
  position: absolute;
  transform: translateY(0.5em) rotateX(90deg);
  left: 0;
}
body .nav-bar .links a::before {
  content: "";
  width: 100%;
  height: 0.075em;
  background-color: var(--after);
  position: absolute;
  bottom: 0em;
  transform: scaleX(0);
  transition: all 350ms ease-out;
  transform-origin: left center;
}
body .nav-bar .links a:hover .primary {
  transform: translateY(-0.5em) rotateX(90deg);
}
body .nav-bar .links a:hover .secondary {
  transform: translateY(0em);
}
body .nav-bar .links a:hover::before {
  transform: scaleX(1);
  transition-delay: 200ms;
}
body .nav-bar .hamburger {
  display: none;
  cursor: pointer;
}
body .nav-bar .line1,
body .nav-bar .line2,
body .nav-bar .line3 {
  width: 1.5em;
  height: 0.2em;
  background-color: #fffdfd;
  margin: 0.3em 0;
  transition: margin 400ms;
}
body .nav-bar .change .line1 {
  transform: translate(0, 0.5em) rotate(-45deg);
  transition: transform 400ms;
}
body .nav-bar .change .line2 {
  opacity: 0;
  transition: opacity 300ms;
}
body .nav-bar .change .line3 {
  transform: translate(0, -0.5em) rotate(45deg);
  transition: transform 400ms;
}

.telegram-logo img {
  margin-top: 10px;
  width: 50px;
}

.shop-final-wraper {
  display: none;
  position: fixed;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.809);
  z-index: 1000;
}
.shop-final-wraper .shop-final {
  display: none;
  text-align: right;
  overflow-y: scroll;
}
.shop-final-wraper .shop-final .shop-final-form {
  min-width: 10em;
  max-width: 25em;
  width: 80%;
  display: flex;
  flex-direction: column;
  margin: auto;
  margin-top: 3em;
  background-color: rgb(255, 255, 255);
  padding: 1em;
  padding-top: 1.8em;
  border-radius: 0.4em;
  position: relative;
}
.shop-final-wraper .shop-final .shop-final-form input,
.shop-final-wraper .shop-final .shop-final-form input:not(#shopBtn) {
  height: 2em;
  margin-bottom: 1em;
  text-align: right;
}
.shop-final-wraper .shop-final .shop-final-form button,
.shop-final-wraper .shop-final .shop-final-form #shopBtn {
  text-align: center;
  margin: auto;
  width: 100%;
  cursor: pointer;
}

@media screen and (max-width: 500px) {
  body .content {
    width: 100%;
    position: relative;
    z-index: 99;
  }
  body .content .logo {
    margin-right: 1em;
  }
  body .content .links {
    background-color: var(--nav);
    position: absolute;
    z-index: -1;
    width: 100%;
    display: flex;
    flex-direction: column;
    text-align: center;
  }
  body .content .hamburgare {
    display: inline;
    margin-right: 1em;
    cursor: pointer;
  }
  body .content .hamburgare .line1,
  body .content .hamburgare .line2,
  body .content .hamburgare .line3 {
    width: 1.3em;
    height: 0.1em;
    background-color: black;
    margin: 0.3em 0;
    transition: transform 300ms ease visibility 300ms ease;
  }
}
.ShoppingTrolley {
  position: relative;
}
.ShoppingTrolley .shoping {
  cursor: pointer;
  background-color: #fff;
  border-radius: 8px;
  padding: 8px;
}
.ShoppingTrolley .conter {
  position: absolute;
  top: 10%;
  right: 100%;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 100%;
  background-color: red;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}
.ShoppingTrolley .finalForm {
  position: absolute;
  z-index: 999;
  left: 0;
  right: 0;
  background-color: var(--nav);
  border-radius: 0.2em 1em 1em 1em;
  padding: 1em;
}
.ShoppingTrolley .finalForm form {
  display: flex;
  flex-direction: column;
}
.ShoppingTrolley .finalForm form .chack_box {
  display: inline-block;
}

.scale_up {
  transform: scale(1);
  transition: transform 400ms ease;
}

.scale_down {
  transform: scale(0);
  transition: transform 400ms ease;
}

.top_container {
  margin-top: 8em;
  margin-bottom: 3em;
}

.intro-text {
  width: 94%;
  max-width: 860px;
  margin: auto;
  background-color: rgba(255, 255, 255, 0.7);
  padding: 1em;
  border: solid 5px #feca0a;
  border-radius: 8px;
}
.intro-text h1 {
  font-size: 42px;
  margin: 0;
  text-align: center;
}
.intro-text h2 {
  font-size: 16px;
  text-transform: uppercase;
  margin: 0;
}
.intro-text p {
  font-size: 1.5em;
  line-height: 1.5;
  text-align: right;
  text-align: right;
}
.intro-text .intro-btn {
  margin-top: 1em;
  text-align: center;
}
.intro-text .intro-btn a {
  color: #fff;
  font-size: 1.3em;
  display: inline-block;
  padding: 15px 30px;
  background: #feca0a;
  border-radius: 99px;
  text-transform: uppercase;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
}

@media screen and (max-width: 500px) {
  .top_container .intro-text a {
    padding-bottom: 1em;
  }
}
@media screen and (max-width: 300px) {
  .top_container .intro-text p {
    margin-bottom: 1.5em;
  }
}
.wraper .main_content {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  gap: 2em;
}
.wraper .main_content .sel_box {
  width: 17rem;
  background-color: rgba(105, 105, 105, 0.138);
  border-radius: 0.7em;
  padding: 1em;
}
.wraper .main_content .sel_box img {
  width: 15rem;
  margin: auto;
  border-radius: 0.7em;
}
.wraper .main_content .sel_box h4,
.wraper .main_content .sel_box p {
  text-align: right;
  padding: 0.5em 0;
  font-size: 1.4em;
}
.wraper .main_content .sel_box a {
  font-size: 1.3em;
  display: inline-block;
  padding: 15px 25px;
  background: #feca0a;
  color: #fff;
  border-radius: 99px;
  text-transform: uppercase;
  font-weight: bold;
  text-decoration: none;
  cursor: pointer;
}

.about-wraper {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin: 3em 0;
}
.about-wraper .about {
  border: 2px solid #feca0a;
  border-radius: 8px;
  width: 90%;
  max-width: 500px;
  text-align: right;
  padding: 1em;
}

body .content .close .line1 {
  animation: line1 400ms forwards;
}
body .content .close .line2 {
  visibility: hidden;
  transition: visibility 100ms ease;
}
body .content .close .line3 {
  animation: line3 400ms forwards;
}

@keyframes line1 {
  from {
    transform: translate(0, 0) rotate(0deg);
  }
  to {
    transform: translate(0, 0.3em) rotate(50deg);
  }
}
@keyframes line3 {
  from {
    transform: translate(0, 0) rotate(0deg);
  }
  to {
    transform: translate(0, -0.5em) rotate(-50deg);
  }
}
.links {
  top: -400%;
}

.to_up {
  animation: to_up 600ms ease-in-out forwards;
}

@keyframes to_up {
  from {
    top: 100%;
  }
  to {
    top: -400%;
  }
}
.to_down {
  animation: to_down 600ms ease-in-out forwards;
}

@keyframes to_down {
  from {
    top: -400%;
  }
  to {
    top: 100%;
  }
}
@media screen and (max-width: 820px) {
  body .nav-bar-wraper {
    position: relative;
  }
  body .nav-bar-wraper .nav-bar .hamburger {
    display: inline-block;
    z-index: 999;
  }
  body .nav-bar-wraper .nav-bar .links {
    padding-top: 5em;
    padding-bottom: 0.5em;
    background-color: #000000;
    position: absolute;
    left: 0;
    top: -25em;
    z-index: -1;
    width: 100%;
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    gap: 2em;
  }
}
.nav-bar-drowp {
  animation: nav-bar-drowp 400ms ease forwards;
}

@keyframes nav-bar-drowp {
  from {
    top: -15em;
  }
  to {
    top: 0;
  }
}
.nav-bar-upp {
  animation: nav-bar-upp 400ms ease forwards;
}

@keyframes nav-bar-upp {
  from {
    top: 0;
  }
  to {
    top: -15;
  }
}
.contact-form {
  min-width: 10em;
  max-width: 25em;
  width: 80%;
  display: flex;
  flex-direction: column;
  margin: auto;
  margin-top: 3em;
  background-color: rgba(211, 211, 211, 0.724);
  padding: 1em;
  padding-top: 1.8em;
  border-radius: 0.4em;
  position: relative;
}
.contact-form input:not(#subBtn),
.contact-form textarea {
  text-align: right;
}
.contact-form input,
.contact-form textarea,
.contact-form #subBtn {
  box-sizing: border-box;
  background-color: rgba(255, 255, 255, 0.5843137255);
  border: none;
  outline: none;
  border-radius: 0.3em;
  width: 100%;
  height: 2.5em;
  margin-bottom: 2em;
}
.contact-form input:focus,
.contact-form textarea:focus {
  outline: var(--after) solid 0.1em;
}
.contact-form .rel {
  position: relative;
}
.contact-form textarea {
  height: 5em;
  max-width: 100%;
  min-width: 100%;
}
.contact-form span {
  color: rgb(3, 0, 0);
  pointer-events: none;
  position: absolute;
  right: 0.2em;
  transform: translateY(0);
  transition: transform 300ms ease;
}
.contact-form input:valid ~ span,
.contact-form input:focus ~ span,
.contact-form textarea:valid ~ span,
.contact-form textarea:focus ~ span {
  color: rgb(234, 52, 82);
  transform: translateY(-1.5em);
  transition: transform 300ms ease;
}
.contact-form input:valid ~ span,
.contact-form textarea:valid ~ span {
  transform: translateY(-1.5em);
  color: darkgreen;
  transition: color 300ms ease-in-out;
}
.contact-form #subBtn {
  position: relative;
  cursor: pointer;
  overflow: hidden;
  outline: none;
}
.contact-form #subBtn:hover {
  border: var(--after) solid 0.1em;
}
.contact-form #subBtn::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 20%;
  height: 100%;
  background-color: var(--after);
  transform: skew(25deg) translateX(-110%);
  transition: transform 700ms ease;
}
.contact-form #subBtn:hover::before {
  transform: skew(25deg) translateX(520%);
  transition: transform 700ms ease;
}

footer {
  margin-top: 3em;
  color: #fff;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.3294117647);
}
footer p {
  padding: 1em 0;
}

.shop-msg-upp {
  animation: shop-msg-up 400ms ease forwards;
}

@keyframes shop-msg-up {
  0% {
    visibility: hidden;
    bottom: -10em;
  }
  100% {
    visibility: visible;
    bottom: 2em;
  }
}
.shop-msg-wraper,
.sel-msg-wraper {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.shop-msg-wraper .shop-msg,
.shop-msg-wraper .sel-msg,
.sel-msg-wraper .shop-msg,
.sel-msg-wraper .sel-msg {
  padding: 0.5em;
  position: fixed;
  bottom: 200%;
  transition: bottom 400ms ease;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1em;
  width: 100%;
  max-width: 400px;
  min-height: 6em;
  text-align: center;
  font-size: 2em;
  border: 4px solid #feca0a;
  border-radius: 8px;
  background-color: #fff;
}
.shop-msg-wraper .shop-msg a,
.shop-msg-wraper .sel-msg a,
.sel-msg-wraper .shop-msg a,
.sel-msg-wraper .sel-msg a {
  color: #fff;
  font-size: 0.8em;
  display: inline-block;
  padding: 15px 25px;
  background: #feca0a;
  border-radius: 99px;
  text-transform: uppercase;
  font-weight: bold;
  text-decoration: none;
  border: none;
  outline: none;
  cursor: pointer;
}/*# sourceMappingURL=index.css.map */