@font-face {
  font-family: kurdish;
  src: local("kurdish"),
    url(static/media/kurdish.d2fd27f72e634f9532c3.ttf) format("truetype");
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

ul {
  list-style: none;
}

a {
  color: #373737;
  text-decoration: none;
}

button,
input {
  background-color: initial;
  border: none;
  outline: none;
}

body,
button,
input {
  font-family: kurdish;
}

body {
  background: #14784a no-repeat;
  min-height: 90vh;
  text-align: center;
}

html {
  direction: rtl;
}

button {
  margin: 5px;
}

::placeholder {
  color: #000;
  color: #373737;
  font-family: kurdish;
}

::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.app {
  height: 100%;
  width: 100%;
}

.page-wrapper {
  margin-top: 20px;
}

@font-face {
  font-family: english;
  src: local("english"),
    url(static/media/english.33daf006e90437cbc74f.ttf) format("truetype");
}

.home-wrapper {
  height: 100%;
  width: 100%;
}

.info-wrapper {
  margin-bottom: 10px;
}

.info-wrapper > img {
  width: 240px;
}

.input-wrapper {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.input-wrapper > label {
  color: #eaeaea;
  font-size: 18px;
  margin-bottom: 8px;
}

.input-wrapper > input {
  background-color: #14784a;
  border: 2.5px solid #eaeaea;
  border-radius: 5px;
  color: #373737;
  font-family: english;
  font-size: 1.1em;
  max-width: 19em;
  min-width: 17em;
  padding: 0.45em 0;
  text-align: center;
}

.content-wrapper {
  height: 100%;
}

.footer-content {
  margin-top: 13vh;
}

.footer-wrapper {
  color: #373737;
  font-family: english;
  font-weight: 700;
  line-height: 25px;
}

.output-wrapper {
  margin-top: 5px;
  padding-bottom: 50px;
}

.word-wrapper {
  background-color: #373737;
  border-radius: 5px;
  color: #eaeaea;
  cursor: pointer !important;
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  height: 100%;
  padding: 5px 0;
  width: 19em;
}

.word-wrapper .upper {
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.word-wrapper .upper > span {
  margin: 0 5px;
}

.details-wrapper {
  margin: 0 auto;
  width: 19.5em;
}

.details-row {
  margin-top: 3px;
}

.details-row,
.details-title {
  align-items: center;
  display: flex;
  flex-direction: row;
}

.details-title {
  background-color: #373737;
  color: #eaeaea;
  justify-content: center;
  width: 110px;
}

.details-item,
.details-title {
  border-radius: 3px;
  padding: 3px;
}

.details-item {
  background-color: #bec5cc;
  margin-right: 3px;
  width: 100%;
}

.about-wrapper {
  color: #eaeaea;
  padding-bottom: 50px;
}

.contacts-wrapper {
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: center;
}

.about-wrapper > h1 {
  margin-bottom: 25px;
}

.contact {
  background-color: #fff;
  border-radius: 10px;
  color: #373737;
  height: 280px;
  margin: 5px 0;
  padding: 10px;
  text-align: center;
  width: 320px;
}

.contact > img {
  border: 2px solid #373737;
  border-radius: 100%;
  height: 170px;
  width: 170px;
}

.contact > h3 {
  font-weight: 400;
  margin-bottom: 2px;
}

.contact > p {
  margin: 0 5px;
}

.navigation-wrapper {
  background: #373737;
  bottom: 0;
  height: 45px;
  position: fixed;
  width: 100%;
}

.navigation-list {
  display: flex;
  height: 100%;
  width: 100%;
}

.navigation-list > a {
  align-items: center;
  color: #eaeaea;
  display: flex;
  font-size: 1.7em;
  justify-content: center;
  width: 100%;
}

/*# sourceMappingURL=main.0d74f5c9.css.map */
