* {
  padding: 0rem;
  margin: 0rem;
  box-sizing: border-box;
  /* transform-style: preserve-3d;
    perspective: 500px; */
}

.ar,
.rtl {
  direction: rtl;
}

@font-face {
  font-family: Font_Title;
  src: url(../e69f9d65d29cd49d67aa.ttf);
}

@font-face {
  font-family: Font_des;
  src: url(../3dc2524a17d649c48c5e.ttf);
}
.footer_hover{
  width: 100%;
  transition: all 1s ease-in-out;
  display: block;
  border-radius: 0.3rem;

}
.footer_hover li {
  padding: 0.1rem;
}
.footer_hover:hover {
  opacity: 1;
  color: white;
  background-color: #943c7e;
}
/* .Ul-Size ul a {
  width: 100%;
  padding: 0.3rem;
  margin: 0.1rem;
  font-size: 19px;
  opacity: 0.7;
 
}

.Ul-Size ul a:hover {

} */


.width_navbar {
  width: 100%;
}

.font-family {
  font-family: Font_Title;
}
.font-family-des {
  font-family: Font_des;
}
.font-family-name {
  font-family: Font_des;
}

.image_services {
  width: 300px;
  height: 300px;
}

.routerbackground {
  padding: 1rem;
  background: white;
  border-radius: 18% 82% 16% 84% / 64% 30% 70% 36%;
  box-shadow: 0.4rem 0rem 1rem 1rem white;
}

.oneServer {
  position: absolute;
  top: 1rem;
  z-index: 444;
  left: 1rem;
}

.toServer {
  position: absolute;
  right: 1rem;
  top: 3rem;
  z-index: 444;
}
.fouthServer {
  position: absolute;
  right: 2rem;
  bottom: 2rem;
  z-index: 444;
}
.lastServer {
  position: absolute;
  bottom: 30%;
  left: 3rem;
  z-index: 444;
}
.height__ {
  height: 400px;
}

.nav_width {
  width: 90%;
}

.Icons_animation {
  animation: Icons_animation 10s ease infinite;
}

.Icons_animation_dev {
  animation: Icons_animation_dev 5s ease infinite;
}

.height__cart {
  height: 400px;
}

.order_change_place {
  order: 1;
}
.order_change_placeMinus {
  order: -1;
}

@keyframes Icons_animation {
  0% {
    transform: translate3d(-1px, 0px, 0px);
  }
  10% {
    transform: translate3d(-2px, 0px, 0px);
  }
  20% {
    transform: translate3d(-3px, 0px, 0px);
  }
  30% {
    transform: translate3d(-4px, 0px, 0px);
  }
  40% {
    transform: translate3d(-5px, 0px, 0px);
  }
  50% {
    transform: translate3d(-6px, 0px, 0px);
  }
  60% {
    transform: translate3d(-7px, 0px, 0px);
  }
  70% {
    transform: translate3d(-8px, 0px, 0px);
  }
  80% {
    transform: translate3d(-7px, 0px, 0px);
  }
  90% {
    transform: translate3d(-6px, 0px, 0px);
  }
  93% {
    transform: translate3d(-4px, 0px, 0px);
  }
  96% {
    transform: translate3d(-3px, 0px);
  }
  100% {
    transform: translate3d(-2px, 0px);
  }
}

@keyframes Icons_animation_dev {
  0% {
    transform: translate3d(-10px, 0px, 0px);
  }
  10% {
    transform: translate3d(-9px, 0px, 0px);
  }
  20% {
    transform: translate3d(-8px, 0px, 0px);
  }
  30% {
    transform: translate3d(-6px, 0px, 0px);
  }
  40% {
    transform: translate3d(-5px, 0px, 0px);
  }
  50% {
    transform: translate3d(-4px, 0px, 0px);
  }
  60% {
    transform: translate3d(-2px, 0px, 0px);
  }
  70% {
    transform: translate3d(-1px, 0px, 0px);
  }
  80% {
    transform: translate3d(-3px, 0px, 0px);
  }
  90% {
    transform: translate3d(-5px, 0px, 0px);
  }
  93% {
    transform: translate3d(-4px, 0px, 0px);
  }
  96% {
    transform: translate3d(-3px, 0px);
  }
  100% {
    transform: translate3d(-2px, 0px);
  }
}

.whatapp {
  width: 100%;
}

.alrt {
  background: #ff0099;
  background-image: linear-gradient(45deg, #3023ae 0%, #ff0099 100%);
  height: 200px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px,
    rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
}

.close {
  padding: 0.1rem;
  background: white;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset,
    rgba(50, 50, 93, 0.25) 0px 50px 100px -20px,
    rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
  width: 40px;
  height: 40px;
  margin-left: auto;
}
/* START loading  */

.widthonly {
  width: 100%;
}
.heighttext {
  height: 200px !important;
}
.devloading {
  width: 100%;
  height: 100vh;
}
.widthimage {
  width: 60%;
}

.position {
  position: relative;
}
.loading {
  position: fixed;
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
.loading::after {
  content: "";
  width: 100px;
  height: 100px;
  border: 10px solid white;
  border-radius: 50%;
  border-top-color: #eee;
  animation: loading 0.75s ease infinite;
}

@keyframes loading {
  from {
    transform: rotate(0turn);
  }

  to {
    transform: rotate(1turn);
  }
}

.callingAnimation {
  animation: CALLING 10s infinite;
}

@keyframes CALLING {
  0% {
    transform: translate3d(1px, 0px, 0px);
  }
  10% {
    transform: translate3d(3px, 0px, 0px);
  }
  20% {
    transform: translate3d(5px, 0px, 0px);
  }
  40% {
    transform: translate3d(8px, 0px, 0px);
  }
  60% {
    transform: translate3d(10px, 0px, 0px);
  }
  70% {
    transform: translate3d(8px, 0px, 0px);
  }
  80% {
    transform: translate3d(7px, 0px, 0px);
  }
  90% {
    transform: translate3d(5px, 0px, 0px);
  }
  90% {
    transform: translate3d(2px, 0px, 0px);
  }
  100% {
    transform: translate3d(0px, 0px, 0px);
  }
}
/* 'height__cart Link padding  margin-text box-shadow border-raduisLeft overflow' */
.flex.flexcolumn.align-items.flexwrap img:hover {
  transition: all 1s ease-out;
  transform: scale3d(1.5, 2, 1.5);
}
.Imageanimation {
  animation: Mahmoud 10s infinite;
}

.overflow {
  overflow: hidden;
}

@keyframes Mahmoud {
  from {
    transform: translate3d(0px, 10px, 0px) rotate3d(1, 1, 1, 45deg);
  }

  to {
    transform: translate3d(0px, -10px, 0px) rotate3d(1, 1, 1, -45deg);
  }
}
.FirstLetter:first-letter {
  font-size: 80px;
  color: #ffc400e1;
  font-weight: bold;
}

.text-align {
  text-align: center;
}


.box_nav {
  background: #f0eeea;
  border-radius: 50%;
  box-shadow: 0.1rem 0.1rem 0.4rem 0rem #bf9393;
}

.text-align_right {
  text-align: right;
}

.widthThre {
  width: 30%;
}

.ExtraHove {
  transition: all 0.23s;
}

.ExtraHove:hover {
  transform: rotate(33deg);
}

.box-shadow {
  box-shadow: #943c7e24 0px 6px 24px 0px, rgb(0 0 0 / 8%) 0px 0px 0px 1px;
}

.BOX-SHADOWTWO {
  box-shadow: 0rem 0.1rem 0.1rem #b364b5;
}

.border-raduisLeft {
  border-top-left-radius: 22%;
  border-bottom-right-radius: 10%;
}

.widthNine {
  width: 80%;
}

.widthHalf {
  width: 45%;
}

.marginAuto {
  margin: 0rem auto;
}

.WidthButtom {
  width: 45%;
}

.border-radius {
  border-radius: 0.5rem;
}

.border {
  border: none;
}

.IconCheckBox {
  width: 20px;
  height: 20px;
}

.Link {
  text-decoration: none;
  list-style-type: none;
}

.transition_page {
  transition: all 0.8s ease-out;
}

.transition_page:hover {
  opacity: 0.5;
}

.placeholder {
  padding-left: 0.5rem;
}

.margin-topValdation {
  margin-top: 0.5rem;
}

.margin-topandbottom {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.margin-topandbottomOne {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.fixed {
  position: fixed;
  bottom: 5rem;
  right: 0.5rem;
  z-index: 2;
}
.marginEmpty {
  margin-top: 10rem;
  margin-bottom: 10rem;
}
.margin-screen {
  margin-top: 5rem;
}

.margin-text {
  margin-top: 1rem;
}

.margin-third {
  margin-top: 3rem;
}

.margin-top-two {
  margin-top: 2rem;
}

.LineX {
  width: 60%;
  height: 0.3rem;
}

.widthlogo {
  width: 100px;
  height: 100px;
}

._idOrder {
  order: -1;
}
select,
select option {
  background: white;
  color: black;
  border: 1px solid #943c7e;
}

.instagram {
  color: #fa1f9f;
}
.objectcover {
  object-fit: scale-down;
}

.flex.widthThre.flexcolumn.background {
  margin-left: 1rem;
}

.onlymargin-left {
  margin-left: 1rem;
}

.flex.widthThre.flexcolumn.background::first-letter {
  margin-left: 0rem;
}

.Image {
  width: 100%;
  height: 300px;
}

._iMage_box {
  width: 100px;
  height: 100px;
}

input {
  outline: none;
}

.Input {
  width: 100%;
  height: 50px;
}

.borderSolid {
  border: 1px solid #943c7e;
}

.borderSolid.inputHeight {
  height: 120px;
}
.opacityText {
  text-shadow: 1rem 0rem 0.5rem #943c7e;
  width: 100%;
  display: block;
  opacity: 0;
  animation: XP 5s infinite;
}
@keyframes XP {
  0% {
    opacity: 0.6;
  }
  2% {
    opacity: 0.5;
  }
  5% {
    opacity: 0.7;
  }
}

.box_calling {
  background: #943c7e;
  border-radius: 50%;
  box-shadow: 0.1rem 0.1rem 0.4rem 0rem #bf9393;
}


.colordes {
  color: #646b7d;
}

.whitecolor {
  color: black;
}
.twitter {
  color: #1da1f2;
}

.snapchat {
  color: #fffc00;
}
.white {
  color: white;
}

._icons {
  font-size: 30px;
}
.icon_clling {
  font-size: 23px;
}
._icons2 {
  font-size: 40px;
}

.screenColor {
  color: #943c7e;
}
.feaccolor {
  color: #0a7eec;
}
.wahtappcolor {
  color: #1cd741;
}

.widthbar {
  width: 50px;
  height: 50px;
}

.padding {
  padding: 1rem;
}

.paddingIN {
  padding: 0.5rem;
}

.paddingtow {
  padding: 2rem;
}

.cursor {
  cursor: pointer;
}

.text-transform {
  text-transform: capitalize;
}

.Title {
  font-size: 35px;
}

.Name {
  font-size: 18px;
}

.des {
  font-size: 16px;
}

.height {
  height: 220px;
}

.heightOne {
  height: 120px;
}

.whitebackground {
  background-color: white;
}

.background {
  background-color: #f0eeea;
}

.screenback {
  background: #ffc400e1;
}

.antherbackground {
  background-color: #943c7e;
}

.flex {
  display: flex;
}

.firstwidth {
  width: 50%;
}

.margin {
  margin-right: 1rem;
  margin-left: 1rem;
}

.margin_left {
  margin-left: 0.5rem;
}

.margin-Right {
  margin-right: 0.5rem;
}

.flexrow-reverse {
  flex-direction: row-reverse;
}

.space-between {
  justify-content: space-between;
}

.center {
  justify-content: center;
}

.align-items {
  align-items: center;
}

.flexrow {
  flex-direction: row;
}

.flexcolumn {
  flex-direction: column;
}

.flexwrap {
  flex-wrap: wrap;
}

.transition {
  transition: all 0.4s;
}

.opacity {
  opacity: 0.7;
}

.transition:hover {
  opacity: 1;
}

ul {
  text-decoration: none;
  list-style-type: none;
}

.menu-btn {
  margin-left: auto;
}

.hidden {
  display: contents;
}

.Title.font-family.whitecolor::first-letter {
  font-size: 90px;
  color: #943c7e;
}

.Title.font-family span {
  color: #1d2641;
  font-size: 45px;
  font-weight: bold;
}

.margin-bottomDev {
  margin-bottom: 3rem;
}
.margin_bottomone {
  margin-bottom: 1rem;
}
*:focus {
  outline: none;
}
@media only screen and (max-width: 1260px) {
  .WidthButtom {
    width: 60%;
  }
  .h1align {
    /* text-align: center; */
  }
  .Title {
    font-size: 25px;
  }

  .menu-btn__burger {
    width: 40px;
    height: 7px;
    background: #ffc400e1;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(255, 101, 47, 0.2);
    transition: all 0.5s ease-in-out;
  }

  .menu-btn__burger::before,
  .menu-btn__burger::after {
    content: "";
    position: absolute;
    width: 30px;
    height: 7px;
    background: #ffc400e1;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(255, 101, 47, 0.2);
    transition: all 0.5s ease-in-out;
  }

  .menu-btn__burger::before {
    transform: translateY(-16px);
  }

  .menu-btn__burger::after {
    transform: translateY(16px);
  }

  /* ANIMATION */
  .menu-btn.open .menu-btn__burger {
    transform: translateX(-50px);
    background: transparent;
    box-shadow: none;
  }

  .menu-btn.open .menu-btn__burger::before {
    transform: rotate(45deg) translate(35px, -35px);
  }

  .menu-btn.open .menu-btn__burger::after {
    transform: rotate(-45deg) translate(35px, 35px);
  }

  .hidden {
    display: none;
    transition: all 0.5s ease-in-out;
  }

  .hidden.open {
    display: block;
    transition: all 0.5s ease-in-out;
    width: 100%;
  }

  .Ul-Size {
    width: 100%;
  }

  .Ul-Size ul {
    flex-direction: column;
    justify-content: flex-end;
  }

  .Ul-Size ul a {
    width: 100%;
    padding: 0.3rem;
    margin: 0.1rem;
    font-size: 19px;
    opacity: 0.7;
    transition: all 1s ease-in-out;
  }

  .Ul-Size ul a:hover {
    opacity: 1;
    color: white;
    background-color: #943c7e;
  }

  .margin-bottom {
    margin-bottom: 2rem;
  }
}
@media only screen and (max-width: 1160px) {
  .WidthButtom {
    width: 100%;
  }
}
/* If the screen size is 600px wide or less, hide the element */
@media only screen and (max-width: 760px) {
  .widthimage {
    width: 100%;
  }

  .dev-size {
    width: 100%;
  }
  .Title {
    font-size: 20px;
  }

  .widthHalf {
    width: 100%;
  }

  .widthThre {
    width: 49%;
  }

  .ExtraWidth {
    width: 100%;
  }

  .WidthButtom {
    width: 100%;
    margin-top: 0.5rem;
  }

  .order {
    order: -1;
  }
}

@media only screen and (max-width: 560px) {
  .widthNine {
    width: 100%;
  }

  .widthThre {
    width: 100%;
  }
}

