@import url("https://fonts.googleapis.com/css2?family=Cinzel+Decorative:wght@400;700&family=Cinzel:wght@400;500;600;700;800;900&family=Cormorant+Unicase:wght@300;400;500;600;700&family=Julius+Sans+One&family=Raleway:wght@100;200;300;400;500;600;700;800;900&display=swap");
*,
::before,
::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  /* outline: solid 1px brown; */
}
#text {
  display: none;
}
html {
  font-size: 62.5%;
}
body {
  background-color: var(--col-black);
  height: 100vh;
  color: var(--col-white);
  font-family: "Cinzel", serif;
  /* font-family: "Cinzel Decorative", cursive; */
  /* font-family: "Cormorant Unicase", serif; */
  /* font-family: "Julius Sans One", sans-serif; */
  /* font-family: "Raleway", sans-serif; */
}
i {
  cursor: pointer;
  font-size: 1.5rem;
  /* display: inline; */
  transition: all 0.3s ease-in-out;
}
i:hover {
  transform: scale(1.1);
}
button {
  border: none;
  outline: none;
  background-color: inherit;
}
/* COLOR */
.dark-theme {
  --col-white: #fff;
  --col-black: #000;
  --col-grey: #d7d7d72d;
  --col-grey2: #d7d7d750;
  --col-grey3: #d7d7d72f;
}
.light-theme {
  --col-white: #0c0b0b;
  --col-black: #fff;
  --col-grey: #999;
  --col-grey2: rgba(119, 119, 119, 0.381);
  --col-grey3: #9999996e;
}
.color-white {
  color: white;
}
/* sCROLL BAR */
::-webkit-scrollbar {
  width: 0.5rem;
}
::-webkit-scrollbar-track {
  background-color: transparent;
}
::-webkit-scrollbar-thumb {
  background-color: transparent;
  border: solid 1px var(--col-grey2);
  border-radius: 10rem;
}
::-webkit-scrollbar-thumb:hover {
  background-color: var(--col-grey2);
}
.flex {
  display: flex;
}
.space-btw {
  justify-content: space-between;
}
.align-items {
  align-items: center;
}
.center {
  text-align: center;
}
.margin {
  margin-bottom: 2rem;
}
.container {
  border: solid 1px var(--col-white);
  margin: 0 auto;
  width: 85%;
  height: 100%;
  padding: 3rem;
}
.marginbottom {
  margin-bottom: 5rem;
}
.detail-box {
  height: 100%;
  gap: 3rem;
}
.form-box,
.info-box {
  border: solid 1px var(--col-white);
  width: 59%;
  padding: 2rem;
}
.pad {
  width: 59%;
}
/*  */
.info-box {
  width: 100%;
  height: 100%;
}
.preloader {
  width: 30rem;
  position: absolute;
  top: 30%;
  right: 1%;
  transform: translate(-50%);
  display: none;
}
.preloader img {
  width: 100%;
}
.search {
  width: 100%;
  display: inline-block;
  padding: 1rem 0;
}
.search input {
  border: none;
  outline: none;
  background-color: transparent;
  border-bottom: solid 1px var(--col-grey2);
  padding: 1rem;
  font-size: 1.7rem;
  color: inherit;
  width: 80%;
  margin-right: 1rem;
}
.search i {
  display: inline;
  color: var(--col-white);
}
.search-match {
  width: 80%;
  height: 85%;
  overflow: auto;
}
.recent-notice {
  cursor: pointer;
  margin-bottom: 3rem;
}
.recent-notice h2 {
  text-decoration: underline;
}
.list {
  list-style-type: none;
}
.list-item {
  padding: 1.7rem;
  border-bottom: solid 1px var(--col-grey3);
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.fav-items {
  padding: 1.6rem;
}
.list-item:hover {
  background-color: var(--col-grey3);
}
.list-item h1 {
  font-size: 3rem;
  text-transform: capitalize;
}
.list-item i {
  color: var(--col-grey);
}
.bt-pane {
  width: 33%;
  background-color: #000;
  position: fixed;
  bottom: 5%;
  justify-content: space-evenly;
}
.bt-pane i {
  font-size: 1.7rem;
}
.nav {
  margin-bottom: 3rem;
}
.nav p {
  font-size: 1.5rem;
}
.word h1 {
  text-transform: capitalize;
  font-size: 4rem;
}

.word-details {
  height: 90%;
  overflow: auto;
}
.sound {
  background-color: #000;
  padding: 0.5rem;
  border-radius: 50%;
  display: none;
}
.sound i {
  color: white;
}
.text-tone p {
  font-size: 1.7rem;
  margin-right: 1rem;
  color: var(--col-grey2);
}
.part-of-speech {
  font-size: 1.7rem;
  text-decoration: underline;
  margin-top: 2rem;
}
.part-of-speech2,
.part-of-speech3 {
  font-size: 2rem;
  text-decoration: underline;
}
.definition,
.definition2,
.definition3 {
  margin-bottom: 3rem;
}
.definition ol,
.definition2 ol,
.definition3 ol {
  margin: 2rem;
}
.definition li,
.definition2 li,
.definition3 li {
  font-size: 1.7rem;
  margin-bottom: 2rem;
  letter-spacing: 0rem;
  text-transform: lowercase;
  font-family: "Raleway", sans-serif;
}
.examples,
.examples2,
.examples3 {
  margin-bottom: 3rem;
}
.examples ul,
.examples2 ul,
.examples3 ul {
  padding: 0 2rem;
  list-style-type: disc;
}
.examples h2,
.examples2 h2,
.examples3 h2,
.antonyms h2,
.antonyms2 h2 {
  margin-bottom: 1rem;
  font-size: 2rem;
}
.examples li,
.examples2 li,
.examples3 li {
  font-size: 1.5rem;
  text-transform: capitalize;
  font-family: "Raleway", sans-serif;
  margin-bottom: 2rem;
}
.synonyms,
.synonyms2,
.synonyms3 {
  margin-bottom: 3rem;
}
.synonyms h2,
.synonyms2 h2,
.synonyms3 h2,
.antonyms3 h2,
.examples2 h2,
.examples3 h2 {
  font-size: 2rem;
}
.synonyms ul,
.synonyms2 ul,
.synonyms3 ul,
.antonyms ul,
.antonyms2 ul,
.antonyms3 ul {
  /* display: inline-block; */
  list-style-type: none;
}
.synonyms li,
.synonyms2 li,
.synonyms3 li,
.antonyms li,
.antonyms2 li,
.antonyms3 li {
  font-size: 1.5rem;
  text-transform: capitalize;
  display: inline-block;
  font-family: "Raleway", sans-serif;
  margin-right: 1rem;
  cursor: pointer;
  line-height: 1.7;
  transition: all 0.3s ease-in-out;
}
.synonyms li:hover,
.synonyms2 li:hover,
.synonyms3 li:hover,
.antonyms li:hover,
.antonyms2 li:hover,
.antonyms3 li:hover {
  color: rgb(19, 181, 250);
}
.more-info {
  margin-top: 3rem;
}
.more-info a {
  font-size: 1.5rem;
  color: #7b93eb;
  transition: all 0.3s;
}
.more-info a:hover {
  color: rgb(8, 89, 239);
}
.temp-1,
.temp-2,
.temp-3 {
  margin-top: 2rem;
}
.grid {
  display: grid;
  justify-items: center;
}
.grid span {
  font-size: 1.3rem;
  letter-spacing: 1px;
  margin-top: -1rem;
}
.Fav-words,
.info-page {
  display: none;
}
.canel {
  font-size: 1.5rem;
  cursor: pointer;
}
.fav-notice {
  margin-top: 10rem;
  font-size: 2.5rem;
  letter-spacing: 2px;
}
.fav {
  padding: 1rem 2rem;
}
.info {
  padding: 1rem 2rem;
  display: none;
}
.underline {
  font-size: 1.7rem;
  text-decoration: underline;
}
.items {
  font-size: 5rem;
}
.info-text {
  letter-spacing: 1px;
  line-height: 3rem;
  padding: 2rem;
  overflow: auto;
}
.info-text p {
  font-size: 2rem;
}
.icon-info,
.icon-starred {
  cursor: pointer;
}
