.gray {
  background-color: #f6f7f2;
}

.navbar {
  height: 7.5rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Red Hat Display";
  height: 100%;
}

.logo {
  mix-blend-mode: multiply;
  margin-left: 2.375rem;
  width: 18.75rem;
  height: 58px;
}

.search {
  width: 40rem;
  height: 2.75rem;
  border: 0.125rem black solid;
  border-radius: 1rem;
  background-color: #ffffff;
  margin: auto;
  line-height: 2.75rem;
  padding-left: 1rem;
  font-size: 1.5rem;
  font-weight: 200;
  margin-left: 0;
  font-family: "Red Hat Display";
}

.body-flexbox {
  display: flex;
  margin-left: auto;
  margin-right: auto;
  flex-direction: column;
  margin-top: 3.625rem;
  flex-wrap: wrap;
  height: 100rem;
  align-items: start;
  align-content: center;
  column-gap: 0.75rem;
}

.title {
  font-size: 3rem;
}

.gender {
  margin-top: 0.375rem;
  font-size: 1.5rem;
}

.frag {
  max-height: 31.25rem;
  max-width: 23.4375rem;
  object-fit: contain;
}

.flavor {
  margin-top: 1.75rem;
  width: 26.25rem;
}

.ratings {
  margin-top: 1.3125rem;
}

.ratings-title {
  font-size: 1.5rem;
}

.dot {
  height: 1.5625rem;
  width: 1.5625rem;
  background-color: #dc143c;
  border-radius: 50%;
  display: inline-block;
}

.ratings-container {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  margin-top: 0.625rem;
}

.partial-container {
  width: 1.5625rem;
  height: 1.5625rem;
  position: relative;
}

.partial-dot {
  display: inline-block;
  height: 1.5625rem;
  width: 0.5rem;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}

.dot-gray {
  height: 1.5625rem;
  width: 1.5625rem;
  background-color: #d9d9d9;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}

.circ-progress-love {
  width: 4.5rem;
  height: 4.5rem;
  border-radius: 50%;
  background: radial-gradient(closest-side, white 79%, transparent 80% 100%),
    conic-gradient(#ff766f 75%, white 0);
  transform: rotate(-135deg);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}

.circ-progress-like {
  width: 4.5rem;
  height: 4.5rem;
  border-radius: 50%;
  background: radial-gradient(closest-side, white 79%, transparent 80% 100%),
    conic-gradient(#eb76bb 41%, white 0);
  transform: rotate(-135deg);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}

.circ-progress-mid {
  width: 4.5rem;
  height: 4.5rem;
  border-radius: 50%;
  background: radial-gradient(closest-side, white 79%, transparent 80% 100%),
    conic-gradient(#fb9b91 4%, white 0);
  transform: rotate(-135deg);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}

.circ-progress-bad {
  width: 4.5rem;
  height: 4.5rem;
  border-radius: 50%;
  background: radial-gradient(closest-side, white 79%, transparent 80% 100%),
    conic-gradient(#7c94e9 6%, white 0);
  transform: rotate(-135deg);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}

.circ-progress-worst {
  width: 4.5rem;
  height: 4.5rem;
  border-radius: 50%;
  background: radial-gradient(closest-side, white 79%, transparent 80% 100%),
    conic-gradient(#4d81e7 2%, white 0);
  transform: rotate(-135deg);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}

.circles-container {
  width: 4.5rem;
  height: 4.5rem;
  position: relative;
}

.circles-flex {
  display: flex;
  gap: 1.25rem;
  margin-top: 1rem;
}

.circ-face {
  height: 2.5rem;
  width: 2.5rem;
  position: absolute;
  top: 1rem;
  left: 1rem;
  z-index: 12;
  mix-blend-mode: multiply;
}

.collection-title {
  margin-top: 1.5rem;
  font-size: 1.5rem;
}

.collection-flex {
  margin-top: 0.625rem;
  display: flex;
  gap: 0.5rem;
  width: 27.25rem;
  overflow: hidden;
}

.collection-item {
  width: 8.5rem;
  align-items: center;
  text-align: center;
  object-fit: contain;
}

.collection-text {
  margin-top: 0.5rem;
}

.interest-title {
  margin-top: 1.75rem;
  font-size: 1.5rem;
}

.house {
  display: flex;
  align-items: center;
}

.house-icon {
  width: 6rem;
  height: 6rem;
  border-radius: 0.5rem;
  border: 2px solid black;
}

.house-title {
  font-size: 1.5rem;
  margin-left: 1rem;
}

.nose {
  display: flex;
  align-items: center;
  margin-top: 1rem;
}

.nose-icon {
  width: 6.25rem;
  height: 6.25rem;
  border-radius: 0.5rem;
}

.nose-title {
  font-size: 1.5rem;
  margin-left: 1rem;
}

.accords-container {
  width: 22.5rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.625rem;
  margin-top: 0.625rem;
}

.accord {
  padding-left: 0.875rem;
  padding-right: 0.875rem;
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
  border-radius: 0.75rem;
  font-weight: 600;
}

.pyramid-lvl {
  width: 400px;
  height: 68px;
  background-color: #f6f7f2;
  border-radius: 8px;
  display: flex;
  align-items: center;
}

.lvl-name {
  margin-left: 0.875rem;
}

.notes {
  display: flex;
  width: 100%;
  justify-content: center;
  gap: 1rem;
}

.note {
  text-align: center;
}

.note-icon {
  height: 40px;
  width: 40px;
  border-radius: 8px;
  margin: auto;
}

.note-text {
  font-size: 12px;
}

.review {
  background-color: #f6f7f2;
  border-radius: 8px;
  width: 370px;
  height: 190px;
  padding: 16px;
  margin-top: 12px;
}

.review-title-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.review-timestamp {
  font-size: 8px;
}

.review-text {
  font-size: 12px;
  margin-top: 8px;
  width: 288px;
  line-height: 15px;
}

.review-icons {
  display: flex;
  justify-content: space-between;
  margin-top: 0.5rem;
}

.thumbs {
  display: flex;
}

.review-icon {
  width: 1.5rem;
  cursor: pointer;
}

.next-button{
	height: 2rem;
	width: 2rem;
	border-radius: .5rem;
	background-color: #D9D9D9;
	position: absolute;
	margin-top: 72px;
	margin-left: 400px;
	opacity: .70;
}

.next-arrow{
	height: 1rem;
	width: 1rem;
	margin-top: .5rem;
	margin-left: .5rem;
}

.clickable-text:hover{
	cursor: pointer;
	color: #DC143C;
}

.clickable:hover{
	cursor: pointer;
}

.next-button:hover{
	cursor: pointer;
	filter: brightness(.7);
}

.visually-hidden { 
    border: 0;
    padding: 0;
    margin: 0;
    position: absolute !important;
    height: 1px; 
    width: 1px;
    overflow: hidden;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    white-space: nowrap;
}

@media only screen and (max-width: 900px) {
  .body-flexbox {
    height: auto;
    margin-bottom: 1.5rem;
    margin-top: 2rem;
  }
  .title {
    order: 1;
  }
  .gender {
    order: 2;
  }
  .frag {
    order: 3;
  }
  .house-nose {
    order: 4;
  }
  .flavor {
    order: 5;
  }
  .accords {
    order: 6;
  }
  .pyramid {
    order: 7;
  }
  .ratings {
    order: 8;
  }
  .collection {
    order: 9;
  }
  .collection-house {
    order: 10;
  }
  .interest {
    order: 11;
  }
  .reviews {
    order: 12;
  }
  .house-nose {
    display: flex;
    width: 25rem;
    justify-content: space-evenly;
  }
  .house {
    flex-direction: column;
    margin-top: 1rem;
  }
  .nose {
    flex-direction: column;
  }
  .house-title {
    font-size: 1.25rem;
    margin-top: 0.75rem;
    margin-left: auto;
  }
  .nose-title {
    font-size: 1.25rem;
    margin-top: 0.75rem;
    margin-left: auto;
  }
  .accords-container {
    width: 25rem;
  }
  .interest-title {
    margin-top: 1rem;
  }
  .collection-title {
    margin-top: 1rem;
  }
}

@media only screen and (max-width: 780px) {
  .navbar {
    flex-direction: column;
    height: 8em;
  }
  .logo {
    margin-left: auto;
    margin-right: auto;
    margin-top: 0.75rem;
  }
  .search {
    width: 18.75rem;
    font-size: 1rem;
    height: 2rem;
    line-height: 2rem;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0.5rem;
  }
}
