::selection {
  background-color: rgba(0, 166, 147, 0.6);
}

._g_bgcover {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 60%, rgba(28, 37, 116, 0.4) 90%), url("/assets/im/bgcover.webp");
  opacity: 0.25;
}

body {
  font-family: "fa_shabnam", serif;
  margin: auto;
  background-color: #391e1e;
  height: 100dvh;
}
@media all and (max-width: 700px) {
  body {
    max-width: unset;
  }
}

h1, h2, h3, h4, h5, h6 {
  font-family: "fa_kahroba", serif;
}

header {
  max-width: 80%;
  margin: 0 auto;
}
@media all and (max-width: 700px) {
  header {
    max-width: 90%;
  }
}
header h1 {
  font-size: 2.2em;
  padding-bottom: 10px;
  border-bottom: 3px solid #CF0E47;
  text-align: center;
  color: #FFF;
  text-shadow: 0 0 20px #000;
}
@media all and (max-width: 700px) {
  header h1 {
    font-size: 7vw;
  }
}
header .littleHeader {
  text-shadow: 0 0 10px #000;
  margin-bottom: -25px;
  font-weight: 100;
  color: #FFF;
}
@media all and (max-width: 700px) {
  header .littleHeader {
    text-align: center;
  }
}

main {
  max-width: 80%;
  margin: 0 auto;
}
@media all and (max-width: 700px) {
  main {
    max-width: 90%;
  }
}
main h2 {
  text-align: center;
  font-weight: 100;
  color: rgba(255, 255, 255, 0.8);
  font-size: 1.2em;
}
@media all and (max-width: 700px) {
  main h2 {
    font-size: 1em;
  }
}
main .landingLinks {
  margin: 40px auto 80px auto;
  width: 80vw;
  max-width: 400px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
}
@media all and (max-width: 700px) {
  main .landingLinks {
    margin: 30px auto;
    gap: 20px;
  }
}
main .landingLinks a img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}

footer {
  background-color: rgba(0, 0, 0, 0.4);
}
footer .footer-content {
  max-width: 70%;
  padding: 10px 0 40px 0;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 10px;
  font: 0.8rem "en_poppins";
}
@media all and (max-width: 700px) {
  footer .footer-content {
    max-width: 95%;
    font: 0.7rem "en_poppins";
  }
}
footer .footer-content section {
  text-align: center;
}
footer .footer-content section p {
  margin: 5px auto;
}
footer .footer-content section.social-media-section {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  flex-direction: row-reverse;
}
footer .footer-content section.social-media-section a {
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
footer .footer-content section.social-media-section a:hover {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-filter: saturate(2);
  filter: saturate(2);
}

a.a-style1 {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: rgba(207, 14, 71, 0.6666666667);
  color: #fff;
  padding: 20px;
  border-radius: 15px;
  text-align: center;
}
@media all and (max-width: 700px) {
  a.a-style1 {
    padding: 15px;
  }
}
a.a-style1:hover, a.a-style1 a:active, a.a-style1 a:focus {
  color: white;
  background-color: rgba(0, 166, 147, 0.6);
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

a.a-style2 {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: rgba(207, 14, 71, 0.6666666667);
  color: #fff;
  padding: 5px;
  border-radius: 15px;
  text-align: center;
}
@media all and (max-width: 700px) {
  a.a-style2 {
    padding: 5px;
  }
}
a.a-style2:hover, a.a-style2 a:active, a.a-style2 a:focus {
  color: white;
  background-color: rgba(0, 166, 147, 0.6);
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

body#home h1 {
  margin-top: 40px;
}
body#words-index header {
  margin-top: 70px;
}
body#words-index header h1 {
  padding-right: 25px;
}
@media all and (max-width: 700px) {
  body#words-index header h1 {
    padding: unset;
  }
}
body#words-index main {
  margin-block: 4rem;
}
body#words-index main nav {
  display: grid;
  grid-template-columns: 30% auto;
  max-width: 900px;
  border-radius: 20px;
  margin: auto;
}
body#words-index main nav #nav-mother {
  display: flex;
  flex-direction: column;
  border-radius: 0 20px 20px 0;
}
body#words-index main nav #nav-mother a {
  padding: 10px 15px;
  background-color: rgb(180, 0, 53);
  color: #ccc;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
body#words-index main nav #nav-mother a:last-child {
  border-bottom: none;
}
body#words-index main nav #nav-mother a:hover {
  background-color: rgba(180, 0, 53, 0.5);
  background-color: rgb(0, 100, 100);
  color: #fff;
}
body#words-index main nav #nav-mother a.active {
  color: #fff;
  box-shadow: unset;
  background-color: #00A693;
  background-color: rgba(0, 100, 100, 0.8);
  border-right: 5px solid rgb(0, 200, 200);
  transition: all 0.2s ease;
}
body#words-index main nav #nav-mother a:nth-child(1) {
  border-radius: 0 20px 0 0;
}
body#words-index main nav #nav-mother a:last-child {
  border-radius: 0 0 20px 20px;
}
body#words-index main nav #nav-child {
  display: flex;
  flex-direction: column;
  padding: 25px;
  background-color: rgba(0, 100, 100, 0.8);
  border-radius: 20px 0 20px 20px;
}
body#words-index main nav #nav-child section {
  display: none;
  flex-direction: column;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
body#words-index main nav #nav-child section:first-child {
  display: flex;
}
body#words-index main nav #nav-child div {
  margin: 6px auto;
  width: 100%;
}
body#words-index main nav #nav-child div a {
  padding: 5px 10px;
  color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 0.1333333333);
  display: block;
}
body#words-index main nav #nav-child div a:first-of-type {
  border-top: none;
}
body#words-index main nav #nav-child div a:hover {
  background-color: rgba(0, 166, 147, 0.6);
  color: #fff;
  border-radius: 15px;
}
body#words-index main nav #nav-child h2 {
  font-weight: 200;
  font-size: 1em;
  background-color: rgba(255, 255, 255, 0.2);
  padding: 2px 10px;
  border-radius: 10px;
  width: 60%;
  margin: 15px auto;
}
body#words-index main nav #nav-child h2:nth-child(1) {
  margin-block: 0 15px;
}
@media (max-width: 700px) {
  body#words-index main nav {
    grid-template-columns: 1fr;
  }
}
body#words-index .list .list-title {
  display: block;
  margin: 20px auto 0 auto;
  background-color: rgb(20, 60, 20);
  background-color: rgba(207, 14, 71, 0.6666666667);
  border-radius: 40px 40px 5px 5px;
  max-width: 500px;
  padding: 5px;
  font-size: 1em;
  font-family: "fa_kahroba", serif;
  text-align: center;
  -webkit-user-select: none;
  user-select: none;
}
body#words-index .list a {
  display: block;
  width: 85%;
  max-width: 420px;
  margin: 5px auto;
}

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