
.wrd {
  padding: 2px;
  font-size: 14px;
  width: 80%;
  display: flex;
  flex-direction: column;
  margin-top: 10px;
  padding-top: 10px;
  border-bottom: solid 0.5px #d1cdca; 
}
.phrasesdiv {
  display: flex;
}

.trl,
.trl2,
.nntr {
  margin-bottom: 0px;
  margin-top: 0px;
  text-align: left;
  opacity: 0.8;
  font-size: 14px;
  line-height: 30px;
}

.en {
  margin-right: 50px;
}

.wordid {
  font-weight: 500;
  font-size: 18px;
  margin-top: 1px;
  margin-bottom: 0px;
  font-family: "FrankRuhlLibre", "serif";
  font-family: "Roboto";
}

#divnoun {
  display: flex;
  justify-content: center;
}
.wordsdiv {
  display: flex;
  flex-direction: column;
}
.wordsbutton {
  background-color: #fff;
  border-radius: 100px;
  width: 16px;
  height: 16px;
  background-image: url("Assets/play-button-4209.svg");
  background-size: cover;
  border: none; /* remove the default button border */
  margin-top: 10px;
  margin-right: 10px;
  display: block;
}
.stopbutton {
  background-color: #fff;
  border-radius: 100px;
  width: 16px;
  height: 16px;
  background-image: url("Assets/326567_circle_fill_pause_icon.svg");
  background-size: cover;
  border: none; 
  margin-top: 10px;
  margin-right: 10px;
  display: none;
}

#divnoun2 {
  display: flex;
  flex-direction: column;
  margin-left: 10px;
}

.firstdiv {
  margin-left: 20px;
  display: flex;
  align-items: flex-start;
}
.word-container {
  display: flex;
  flex-direction: column;
}
.wordsdiv img {
  width: 120px;
  height: auto;
  border-radius: 15px;
  margin-bottom: 0px;
  object-fit: cover;
  justify-content: center;
  object-position: 100%;
  margin-right: 10px;
}
.word-image img {
  width: 120px;
  height: auto;
  border-radius: 15px;
  margin-bottom: 0px;
  object-fit: cover;
  justify-content: center;
  object-position: 100%;
  margin-right: 10px;
}
#divnoun {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.phrase1div,
.phrase2div,
.phrase3div {
  display: flex;
  margin-left: 0px;
  margin-top: 5px;
  border-radius: 10px;
  padding: 5px;
  padding-left: 5px;
  border-radius: 10px;
}

.phrase1div,
.phrase2div {
  margin-bottom: 5px;
}

.phrase1 {
  font-weight: 500;
  font-size: 18px;
  font-family: "FrankRuhlLibre", "serif";
  margin-bottom: 2px;
  margin-top: 5px;
  font-family: "Roboto";
}

.maindiv {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.texto2 {
  display: flex;
  flex-direction: column;
  grid-template-columns: repeat(2, 1fr);
}

h1 {
  font-size: 30px;
  font-weight: bold;
  margin-top: 0px;
  margin-left: 20px;
}

#firstSection {
  display: flex;
  margin-bottom: 10px;
  margin-top: 10px;
  border-radius: 20px;
}

#firstSectionTitle {
  display: flex;
  flex-direction: column;
  margin-top: 5px;
}
.firstSection-title-container {
  display: flex;
  flex-direction: column;
}
.firstImage {
  height: 130px;
  width: 120px;
  margin-right: 10px;
  object-fit: cover;
  border-radius: 20px;
}

#startLearningButton {
  border-radius: 100px;
  color: #fff;
  background-color: #e4335a;
  border: none;
  padding: 15px;
  font-size: 16px;
  margin-left: 10px;
}

.wordsnumber {
  font-size: 16px;
  font-weight: 300;
  margin-left: 20px;
  margin-bottom: 0px;
  margin-top: 0px;
}
.parts-container {
  display: flex;
  flex-wrap: wrap;
}
.subcategory-btn {
  background-color: #fff;
  margin-right: 5px;
  padding: 10px;
  border-radius: 50px;
  border: solid 0.5px #e6e6e6; 
  margin-bottom: 2px;
}
.subcategory-btn a {
  font-size: 14px;
  font-weight: 300;
  color: #131a2c;
  font-family: "Roboto";
}
.buttons-containers {
  margin-top: 70px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}

.wordTooltip {
  position: absolute;
  padding: 15px;
  border-radius: 5px;
  z-index: 1000;
  display: flex;
  font-size: 16px;
  font-weight: 400;
  color: #081f40;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  box-shadow: 0 5px 10px rgb(45 34 60 / 12%);
}
.page-title {
  font-size: 25px;
  margin-top: 70px;
}
.buttonDiv {
  width: 10px;
  margin-right: 15px;
}


