:root {
  /* #E41F7B */
  --accent-text-color: #DE1C7A;
}

@font-face {
  font-family: 'Caraque';
  src: url('../assets/Caraque_Trial_RgMelted.ttf') format('truetype');
}

@font-face {
  font-family: 'Segoe UI';
  src: url('../assets/Segoe UI.woff');
}

@keyframes menu {
  from {
    transform: translateX(-100%);
    transform-origin: top left;
  }
  to {
    transform: translateX(0%);
    transform-origin: top left;
  }
}

body {
  margin: 0;
}

a {
  text-decoration: none; color: inherit;
}

.simple-divider {
  width: 100%;
}

/* =============================== */
/*           DESKTOP VIEW          */
/* =============================== */

.content-width {
  margin-left: auto;
  margin-right: auto;
  width: 85.42%;
}

.header {
  align-items: center;
  display: flex;
  margin: 1.12% auto 0.7% auto;
  position: relative;
}

.header input {
  border: none;
  color: var(--accent-text-color);
  display: flex;
  flex-grow: 1;
  font-family: Segoe UI;
  font-size: 1cqw;
  font-style: italic;
  font-variant: normal;
  font-weight: normal;
  outline: none;
}

.left {
  align-items: center;
  display: flex;
  justify-content: space-between;
  width: 60.49%;
}

.left img {
  width: 18.85%;
}

.inputDiv {
  align-items: center;
  border-radius: 19px;
  border: 2px solid #ee579d;
  display: flex;
  height: 33.62%;
  justify-content: space-between;
  padding: 4px 20px 4px 30px;
  position: relative;
  width: 65.11%;
}

.inputDiv #searchResult{
  position: absolute;
  z-index: 9999;
  top: 105%;
  left: 0;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  background-color: white;
  padding: 10px;
  display:none;
}

.searchInput::placeholder {
  color: #ee579d;
  opacity: 1; /* Firefox */
}

.searchIcon {
  cursor: pointer;
}

.nav-buttons {
  display: flex;
  gap: 5.25%;
  justify-content: space-between;
  margin-left: 7.87%;
  width: 31.64%;
}

.nav-button {
  align-items: center;
  cursor: pointer;
  display: flex;
  flex-grow: 1;
}

.nav-button p {
  /* color: #E41F7B; */
  color: var(--accent-text-color);
  font-family: Segoe UI;
  font-size: 1cqw;
  font-style: normal;
  font-variant: normal;
  font-weight: 600;
  letter-spacing: 0px;
  line-height: 1rem;
  padding-right: 9px;
}

.blue-nav {
  background-color: #63ccf5;
  display: flex;
  gap: 25px;
  justify-content: space-between;
  padding-left: 21.46%;
  padding-right: 18.8%;
}

.blue-nav-btn {
  align-items: center;
  color: white;
  cursor: pointer;
  display: flex;
  font-family: Segoe UI;
  font-size: 1cqw;
  font-style: normal;
  font-variant: normal;
  font-weight: 600;
  gap: 3px;
  letter-spacing: 0px;
}

.banner img {
  max-width: 100%;
  box-shadow: 0px 5px 10px #00000029;
  object-fit: cover;
  aspect-ratio: 1/0.31;
}

.section {
  margin-bottom: auto auto 50px auto;
  position: relative;
  width: 100%;
  overflow: hidden;
}

.section p {
  color: #2c2c2c;
  font-family: 'Caraque', sans-serif;
  /* font-size: 1.5cqw; */
  font-size: 30px;
  letter-spacing: 0px;
  line-height: 1;
}


.relative-div {
  position: relative;
}

.sectionImage svg {
  position: absolute;
  aspect-ratio: 1/1;
  width: 100px;

  right: 0.5rem;
  top: 50%;
  transform: translateY(-50%);
}

.sectionImage .section-image-blur {
  position: absolute;
  height: calc(86%);
  width: min(230px, 20%);

  top: 50%;
  right: -10px;
  transform: translateY(-50%) translateY(-2px);
  
  /* border: 1px solid #E41F7B; */
  backdrop-filter: blur(5px);
}

.sectionImage img {
  width: 100%;
  transition: 250ms;
}

/* =============================== */
/*           MOBILE VIEW           */
/* =============================== */

.menuIcon {
  display: none;
}

.searchMobileIcon {
  display: none;
}

.mobileMenu {
  animation: menu 300ms;
  display: none;
  height: 100%;
  left: 0px;
  overflow-y: auto;
  position: fixed;
  top: 0px;
  width: 80%;
  z-index: 1;
}

.menu-btn-div {
  background-color: #63ccf5;
  box-shadow: 0px 3px 6px #00000029;
  color: white;
  display: flex;
  flex-direction: column;
  font: normal normal 600 24px/40px Segoe UI;
  gap: 15px;
  padding-bottom: 30px;
  padding-left: 30px;
  padding-top: 30px;
}

.menu-btn-div span {
  align-items: center;
  display: flex;
  gap: 10px;
}

.menu-btn-div svg {
  width: 16px;
}

.mobile-menu-header {
  align-items: center;
  background-color: white;
  box-shadow: 0px 3px 6px #00000029;
  display: flex;
  gap: 15px;
  justify-content: space-between;
  padding: 20px 30px 20px 30px;
}

.menu-books-div {
  /* background-color: #E41F7B; */
  background-color: var(--accent-text-color);
  box-shadow: 0px 3px 6px #00000029;
  color: white;
  display: flex;
  flex-direction: column;
  font: normal normal 600 20px/40px Segoe UI;
  gap: 15px;
  justify-content: center;
  padding: 30px;
}

.menu-books-div span {
  align-items: center;
  display: flex;
  gap: 10px;
}

.menu-books-div svg {
  width: 12px;
}

.mobile-menu-header img {
  width: 150px;
}

.mobile-menu-header svg {
  width: 50px;
}
