html {
  font-size: 16px;
}

html,
body {
  padding: 0;
  direction: rtl;
  margin: 0;
  font-family: Estedad;
  scroll-behavior: smooth !important;
  font-size: 16px;
}

* {
  box-sizing: border-box;
  font-family: Estedad !important;
}

p, h1, h2, h3, h4 {
  margin: 0;
}


.header {
  width: 100%;
  padding: 12px 24px;
  box-shadow: 0 3px 0 0 #f8f8f8;
  background: white;
  z-index: 99999;
  top: 0;
  right: 0;
  position: fixed;
}
.logo{
  width: 150px;
  height: 90px;
}

.container {
  margin-top: 140px;
  padding: 0 16px;
}
