#header-tabs {
  width: 100%;
}

#header-words {
  background-color: var(--main-color);
  margin-left: 5.4%;
  width: 16rem;
}

.image-container {
  position: relative;
  display: inline-block;
}

.image-container img {
  border-radius: 16px;
}
.image-container svg {
  border-radius: 16px;
}

.background-image {
  display: block;
  width: 100%;
  height: auto;
}

.overlay {
  position: absolute;
  top: 0;
  left: 12px;
  width: 98.17%;
  height: 100%;
}

#text-analysis {
  font-family: "Roboto Serif";
  font-style: normal;
  font-weight: 500;
  font-size: 50px;
  display: flex;
  align-items: center;
  background-color: #9d7d69;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

#homepage-install {
  height: 40px;
  border-radius: 50px;
  margin-right: 70px;
  background-color: #153d3d;
  padding: 12px 23px;
}

#homepage-install span {
  background: linear-gradient(
    180deg,
    #d5b386 42.72%,
    #f7f6f5 49.69%,
    #ddd4c8 63.11%,
    #9d7d69 83.51%
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 19px;
}

#install-arrow {
  background: linear-gradient(
    180deg,
    #d5b386 42.72%,
    #f7f6f5 49.69%,
    #ddd4c8 63.11%,
    #9d7d69 83.51%
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#homepage-install:hover,
#homepage-install:focus:hover {
  color: var(--contrast-color);
  background: color-mix(in srgb, #153d3d, transparent 15%);
}

b {
  font-weight: 150px;
  /* margin-right: 10px; */
}

#popular-links {
  font-size: 13px;
  letter-spacing: 1px;
  font-weight: 700;
  padding: 8px 20px;
  background: white;
  color: var(--accent-color);
  text-transform: uppercase;
  border-radius: 50px;
  font-family: var(--default-font);
  width: 50%;
  text-align: center;
  margin-left: 25%;
  margin-top: -34px;
  margin-bottom: 20px;
  border: 2px solid #b29166;
  z-index: 10;
  box-shadow: 0px 2.621px 65.535px 0px rgba(0, 0, 0, 0.25);
}

#bookstore-icon {
  height: 50px;
  width: auto;
  margin-top: -3px;
}

#book-icon {
  height: 43px;
  width: auto;
  margin-top: -4px;
  margin-left: -1rem;
}

#indexer-icon {
  height: 43px;
  width: auto;
  margin-top: -4px;
}

#subscribe,
#subscribe:focus {
  height: 40px;
  border-radius: 50px;
  margin-right: 70px;
  background-color: #6b1937;
  color: var(--contrast-color);
  background: #6b1937;
  font-size: 15px;
  padding: 8px 25px;
  margin: 0 0 0 30px;
  border-radius: 50px;
  transition: 0.3s;
  font-weight: 500;
}

#subscribe span {
  background: linear-gradient(
    180deg,
    #d5b386 42.72%,
    #f7f6f5 49.69%,
    #ddd4c8 63.11%,
    #9d7d69 83.51%
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Roboto Serif";
  font-size: 17px;
}

#subscribe:hover,
#subscribe:focus:hover {
  color: var(--contrast-color);
  background: color-mix(in srgb, var(--accent-color), transparent 15%);
}

@media (max-width: 1345px) {
  .header .logo {
    order: 1;
  }

  .header .btn-getstarted {
    order: 2;
    margin: 0 15px 0 0;
    padding: 6px 15px;
  }

  .header .navmenu {
    order: 3;
  }
}

.col-4 span {
  background: linear-gradient(
    180deg,
    #b29166 0%,
    #e5e4e3 0%,
    #7c5b46 0%,
    #b29166 44.5%,
    #7c5b46 67%,
    #b29166 89%,
    #e5e4e3 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Roboto Serif";
  font-size: 12px;
}

#advertisement-books .row {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 15%;
}

#advertisement-books svg {
  margin-right: 70px;
}

#advertisement-books-line {
  margin-left: 11%;
  position: relative;
  margin-top: 30px;
}

#calculate-keywords {
  position: absolute;
  top: 12px;
  left: 28px;
  z-index: 10;
  height: 140px;
  width: auto;
}

#visual-dispersion {
  position: absolute;
  top: 8px;
  left: 245px;
  z-index: 10;
  height: 140px;
  width: auto;
}

#search-exact-phrases {
  position: absolute;
  top: 9px;
  left: 462px;
  z-index: 10;
  height: 140px;
  width: auto;
}

#synchronize-books {
  position: absolute;
  top: 9px;
  left: 677px;
  z-index: 10;
  height: 140px;
  width: auto;
}

#cooccurring-words {
  position: absolute;
  top: 9px;
  left: 894px;
  z-index: 10;
  height: 140px;
  width: auto;
}

.hero {
  background: none;
  /* background-color: white; */
}

#install-wordcruncher {
  text-align: center;
  margin-top: 83px;
  margin-bottom: 83px;
  color: #153d3d;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  font-family: "Roboto Serif";
  font-size: 59.341px;
  font-style: normal;
  font-weight: 400;
  line-height: 74.176px; /* 125% */
}

#install-options .row {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 15%;
}

#install-options svg {
  margin-right: 116px;
}

#install-options-line {
  margin-left: 24.5%;
  position: relative;
  background: linear-gradient(
    180deg,
    #b29166 0%,
    #e5e4e3 0%,
    #7c5b46 0%,
    #b29166 44.5%,
    #7c5b46 67%,
    #b29166 89%,
    #e5e4e3 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Roboto Serif";
  font-size: 22px;
}

#windows {
  margin-left: 20px;
  margin-right: 153px;
}

#iphone {
  margin-right: 153px;
}

#indexer {
  margin-right: 156px;
}

#bookstore-tab {
  color: var(--nav-color);
  background-color: #ffffff;
  border-radius: 0 0 30px 0;
  padding-bottom: 30px;
  padding-top: 27px;
}

#guide-tab {
  background-color: #6b1937;
  color: var(--nav-color);
  border-radius: 30px 30px 0 0;
  padding: 10.3px;
  border-bottom: none;
  padding-bottom: 18px;
}

#guide-dropdown {
  height: 120px;
  width: 94%;
  border-radius: 18px;
  /* box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25) inset; */
  left: 50%;
  transform: translateX(-50%);
  position: relative;
}

#guide-dropdown-options div a:hover {
  position: relative;
}

#guide-dropdown-options div a:hover::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50%;
  height: 2px;
  background-color: #ffffff;
  left: 25%;
}

#selected-tab a:hover::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50%;
  height: 2px;
  background-color: #ffffff;
  left: 25%;
}

/* trying to figure out how to change the selected tab underline */
#guide-dropdown-options #selected-tab div a:hover::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50%;
  height: 2px;
  background-color: red;
  left: 25%;
}
#user-guide-dropdown {
  height: 120px;
  width: 94%;
  text-align: center;
  border-radius: 18px;
  left: 50%;
  transform: translateX(-50%);
  position: relative;
}

#user-guide-photo {
  z-index: -11;
  position: relative;
  width: 95%;
  height: 565px;
  margin-top: -120px;
  border-radius: 30px;
  left: 50%;
  transform: translateX(-50%);
}

#dropdown-options {
  height: 89px;
  display: flex;
  color: white;
  text-align: center;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 18px;
}

#dropdown-options a {
  color: white;
  font-size: 22px;
  text-align: center;
  text-decoration: none;
  flex: 1 1 calc(25% - 20px);
  padding: 10px;
  box-sizing: border-box;
  font-family: "Roboto Serif";
}

.index-page.scrolled #guide-tab {
  background-color: white;
  color: white;
  border-radius: 20px;
}

.index-page.scrolled #guide-tab a {
  color: var(--nav-color);
}

.index-page #guide-tab a {
  color: white;
}

.index-page #bookstore-unselected {
  background-color: #6b1937;
}

.index-page.scrolled #bookstore-unselected {
  background-color: white;
  border-radius: 20px;
}

.index-page #bookstore-unselected {
  background-color: #6b1937;
}

.index-page.scrolled #bookstore-unselected {
  background-color: white;
  border-radius: 20px;
}

.index-page.scrolled #sub-header {
  top: 10rem;
}

#indexer-tab {
  background-color: #ffffff;
  border-radius: 0 0 0 20px;
  padding-bottom: 35.5px;
  padding-top: 33px;
}

.index-page #indexer-unselected {
  background-color: #6b1937;
}
.index-page.scrolled #indexer-unselected {
  background-color: white;
  border-radius: 30px;
}

.index-page.scrolled #mobile-nav {
  width: 15rem;
  right: 0%;
}

#guide-dropdown-options {
  height: 93px;
  display: flex;
  color: white;
  text-align: center;
  /* justify-content: space-between; */
  align-items: center;
  width: 100%;
  /* box-shadow: 0px 4px 0px rgba(0, 0, 0, 0.25); */
}

#user-guide-dropdown-options {
  height: 93px;
  display: flex;
  color: white;
  text-align: center;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  /* box-shadow: 0px 4px 0px rgba(0, 0, 0, 0.25); */
  border-radius: 0 0 30px 30px;
  background-color: rgba(255, 255, 255, 0.6);
}

#guide-dropdown-options a {
  color: var(--main-color);
  font-size: 25px;
  text-align: center;
  text-decoration: none;
  flex: 1 1 calc(25% - 20px);
  padding: 10px;
  box-sizing: border-box;
  font-family: "Roboto Serif";
  margin-top: -13px;
}

#user-guide-dropdown-options a {
  margin-top: -14px;
  color: var(--accent-color);
  font-size: 25px;
  text-align: center;
  text-decoration: none;
  flex: 1 1 calc(25% - 20px);
  padding: 10px;
  box-sizing: border-box;
  font-family: "Roboto Serif";
}

#dropdown-options a {
  position: relative;
  text-decoration: none;
}

#dropdown-options a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background-color: white;
  transform: translateX(50%);
}

#dropdown-options a:hover::after {
  width: 50%;
}

#guide-dropdown-options div:not(.tab-cover) {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

#guide-dropdown-options div:not(.tab-cover):first-child {
  border-radius: 0 0 20px 20px;
}

#guide-dropdown-options div:not(.tab-cover):last-child {
  border-radius: 0 0 20px 20px;
}

#user-guide-dropdown-options div {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

#tools-photo {
  width: 94%;
  height: 30rem;
  margin-top: -252px;
  border-radius: 30px;
  margin-left: 3%;
  margin-right: 3%;
  position: relative;
  z-index: -10;
  object-fit: cover;
}

#tools-photo-main {
  width: 94%;
  height: 25rem;
  margin-top: -20px;
  border-radius: 0 0 30px 30px;
  margin-left: 3%;
  margin-right: 3%;
  position: relative;
  z-index: -10;
}

#dropdown-options div {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 2px;
}

#search-tools-tab {
  font-weight: bold;
  margin-left: -0.7rem;
}

#dropdown-options #search-dropdown-curved-edges {
  width: 15.9%;
  left: 0;
  height: 6rem;
  border-left: 1rem solid #6b1937;
  border-radius: 4rem 4rem 0 0;
  border-top: 1rem solid #6b1937;
  border-right: 1rem solid #6b1937;
  position: absolute;
  top: -19px;
}

#selected-tab {
  font-weight: bold;
  align-items: start !important;
}

#selected-tab a {
  height: 64%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  margin-top: 10px;
}

#guide-space-above {
  background-color: rgba(255, 255, 255, 0.6);
  width: 94%;
  height: 17px;
  z-index: 22;
  position: relative;
  margin-top: -20px;
  left: 50%;
  transform: translateX(-50%);
}

#dropdown-options div a {
  margin-top: -31px;
}

#image-tint {
  position: absolute;
  width: 95%;
  height: 565px;
  margin-top: 130px;
  border-radius: 30px;
  z-index: -10;
  background: rgb(163 122 137 / 41%);
  left: 50%;
  transform: translateX(-50%);
}

#title-box {
  position: relative;
  top: -13.5rem;
  height: 10rem;
  width: 70%;
  padding: 110px 100px 0 100px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 30px;
  min-height: 175px;
}
*/ .title-box-user-guide {
  top: -15.5rem !important;
}
/* 
#title-box-main {
  width: 70%;
  height: 40px;
  margin-left: 15%;
  margin-right: 10%;
  margin-top: -374px;
  margin-bottom: 76px;
  padding: 100px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
} */
#title-box h1 {
  display: flex;
  text-align: center;
  justify-content: center;
  margin-top: -75px;
  font-weight: bold;
  font-weight: bolder;
}

#title-box p {
  text-align: center;
  font-size: 19px;
  margin-top: 14px;
}

#guide-tab-unselected {
  background-color: #241849;
}

#guide-unselected {
  color: var(--nav-color);
  background-color: #ffffff;
  border-radius: 0 0 0 30px;
  padding-bottom: 32.5px;
  padding-top: 33px;
}

.index-page.scrolled #guide-tab-unselected {
  background-color: white;
  border-radius: 30px;
}

.left-side {
  flex: 1;
  background-color: var(--main-color);
  padding-top: 36px;
  padding-bottom: 42px;
  padding-left: 37px;
  margin-left: 3%;
  border-radius: 30px 0 30px 0;
  height: 7.3rem;
}

.curve-left-side {
  background-color: white;
  padding-top: 34px;
  padding-right: 34px;
  padding-bottom: 34px;
  border-radius: 0 0 30px 0;
}

#bookstore-image-tint {
  position: absolute;
  border-radius: 30px;
  z-index: -10;
  background: rgb(109 13 48 / 31%);
  left: 50%;
  transform: translateX(-50%);
  width: 94%;
  height: 545px;
  margin-top: 24px;
}

#tab-title-box {
  width: 38%;
  height: 40px;
  margin-right: 10%;
  margin-top: -172px;
  padding-top: 34px;
  padding-bottom: 230px;
  background: rgb(255 255 255);
  border-radius: 0 30px 0 0;
}

#tab-title-box h1 {
  font-size: 95px;
  text-align: center;
  color: #241849;
}

#dropdown-options #dropdown-curved-edges {
  height: 5rem;
  border-top: 1rem solid rgba(255, 255, 255, 0.6);
  border-radius: 4rem 4rem 0 0;
  border-left: 1rem solid rgba(255, 255, 255, 0.6);
  border-right: 1rem solid rgba(255, 255, 255, 0.6);
  position: absolute;
  width: 16.97%;
  top: -19px;
}

#guide-dropdown-options #dropdown-curved-edges {
  height: 5rem;
  border-top: 1rem solid rgba(255, 255, 255, 0.6);
  border-radius: 4rem 4rem 0 0;
  border-left: 1rem solid rgba(255, 255, 255, 0.6);
  border-right: 1rem solid rgba(255, 255, 255, 0.6);
  position: absolute;
  width: 16.97%;
  top: -19px;
}

#space-filler {
  width: 1rem;
  background-color: rgba(255, 255, 255, 0.6);
  height: 5%;
  position: relative;
}

#bookstore-selected {
  background-color: #241849;
  color: var(--nav-color);
  border-radius: 30px 30px 0 0;
  padding: 10.3px;
  border-bottom: none;
  padding-bottom: 10px;
}

#bookstore-tab-selected {
  color: white;
  font-weight: bold;
}

#guide-left {
  display: flex;
  flex-direction: row;
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 0 0 30px 0;
}

#guide-right {
  display: flex;
  flex-direction: row;
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 0 0 0 30px;
}

#guide-left {
  display: flex;
  flex-direction: row;
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 0 0 30px 0;
  width: calc(100% * (2 / 5));
}

#guide-right {
  display: flex;
  flex-direction: row;
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 0 0 0 30px;
  width: calc(100% * (2 / 5));
}

#rounded-corner-left {
  width: 2rem;
  color: var(--transparent-color);
  height: 2rem;
}

#rounded-corner-right {
  width: 2rem;
  transform: scale(-1, 1);
  color: var(--transparent-color);
  height: 2rem;
  margin-right: 0px;
}

#nav-rounded-corner-left {
  width: 2rem;
  color: var(--main-color);
  margin-top: -27px;
}

#nav-rounded-corner-right {
  width: 2rem;
  transform: scale(-1, 1);
  color: var(--main-color);
  margin-right: -0.2px;
  margin-top: -27px;
}

#white-bar {
  height: 5rem;
  border-top: 2.7rem solid #6b1937;
  position: absolute;
  width: 20.3rem;
  top: 8px;
  right: 20.1rem;
}

#transparent-bar {
  width: 100%;
  height: 27px;
  z-index: 10;
  background-color: white;
  position: relative;
  margin-top: 0px;
  margin-bottom: -17px;
}

.user-guide-selected-background {
  background-color: rgba(255, 255, 255, 0.6);
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  border-radius: 0 30px 0 0;
  height: 7.3rem;
}

.user-guide-unselected-background {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  height: 7.3rem;
}

.navbar-tab {
  background-color: var(--main-color);
  height: 7.3rem;
}

#bookstore-tab-unselected {
  background-color: var(--main-color);
  height: 7.3rem;
}

#user-guide-selected {
  color: #6b1937;
  font-weight: bold;
  margin-right: 3px;
  padding-right: 40px;
  padding-left: 27px;
  height: 7.3rem;
}

#about-selected {
  color: #153D3D;
  font-weight: bold;
  margin-right: 3px;
  padding-right: 40px;
  padding-left: 27px;
  height: 7.3rem;
}

#indexer-tab-unselected-background {
  background-color: #6b1937;
  padding-bottom: 16px;
  padding-top: 18px;
  padding-right: 95px;
  padding-left: 11px;
  border-radius: 0 30px 0 30px;
}

#indexer-tab-unselected {
  border-radius: 0 30px 0 0;
  background-color: var(--main-color);
  height: 7.3rem;
  margin-right: 1rem;
}

#user-guide-unselected {
  height: 7.3rem;
  background-color: var(--main-color);
}

#user-guide-name-adjustment {
  width: 12rem;
  padding-bottom: 12px;
  padding-top: 12px;
}

#navmenu {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

#indexer-block {
  height: 7.3rem;
  border-top: 2.7rem solid var(--main-color);
  position: absolute;
  width: 1.9rem;
  top: 30px;
  right: 3%;
  background-color: var(--main-color);
  border-radius: 0 30px 0 0;
}

#about-tab-selected {
  color: white;
  font-weight: bold;
}
.index-sub-header {
  margin-bottom: -200px !important;
}

#sub-header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: -150px;
}



#sub-tabs {
  width: 100%;
}

.dropdown-curved-edges {
  height: 1.8rem;
  background-color: var(--accent-color);
  position: absolute;
  width: 94%;
  top: 30px;
  right: 3%;
  left: 3%;
  border-radius: 30px 30px 0 0;
}

#title-div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#img-container {
  width: 100%;
  height: 35rem;
  border-radius: 30px;
  margin-left: 3%;
  margin-right: 3%;
  position: relative;
  z-index: -10;
}

#title-div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#img-container {
  width: 100%;
  height: 35rem;
  border-radius: 30px;
  margin-left: 3%;
  margin-right: 3%;
  position: relative;
  z-index: -10;
}

.user-guide-nav-options-toggle {
  display: inline-block;
  padding: 5px 0px 0px 10px;
  /* padding: 7px 7px 7px 14px; */
  border: 2px solid;
  border-radius: 8px;
  transition: border-color 0.3s, background-color 0.3s;
  margin-right: -24px;
  margin-left: 14px;
  width: 1.7rem;
  height: 1.7rem;
}

.user-guide-nav-options-toggle.clicked {
  border-color: white;
  padding: 5px 7px 7px 7px;
}

.user-guide-nav-options-toggle:hover {
  background-color: #4e0b24;
}

.hidden-nav-options-toggle {
  display: inline-block;
  padding: 10px;
  border: 2px solid;
  border-radius: 8px;
  transition: border-color 0.3s, background-color 0.3s;
  margin-right: -24px;
  margin-left: 14px;
  width: 1.7rem;
  height: 1.7rem;
  visibility: hidden;
}

#indexer-page-block {
  border-top: 2.7rem solid var(--main-color);
  position: absolute;
  right: 3%;
  background-color: var(--main-color);
  width: 0.9rem;
  border-radius: 0 30px 0 30px;
  height: 6.6rem;
  top: 44px;
}

.bookstore-container {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  overflow: hidden;
  gap: 15px;
}

#bookstore-preview {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  overflow-y: visible;
  flex-grow: 1;
  gap: 10px;
  position: relative;
  padding-bottom: 10px;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

#bookstore-preview img {
  max-width: 100px;
  flex-shrink: 0;
  filter: drop-shadow(2px 2px 1px rgba(0, 0, 0, 0.4));
}

.browse-button {
  flex-shrink: 0;
  white-space: nowrap;
  width: 75px;
  text-align: center;
  z-index: 2;
  max-height: 50px
}
.fade-overlay-right,
.fade-overlay-left {
  position: absolute;
  top: 0;
  width: 60px;
  height: 100%;
  pointer-events: none;
  z-index: 1;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.fade-overlay-right {
  right: 0; 
  background: linear-gradient(to right, transparent, white);
}

.fade-overlay-left {
  left: 0;
  background: linear-gradient(to left, transparent, white);
}

.fade-overlay-right.hidden,
.fade-overlay-left.hidden {
  opacity: 0;
  visibility: hidden;
}
#browse-arrow {
  font-size: 2rem;
  vertical-align: middle;
  padding: 0px 20px !important;
}

