@font-face {
  font-family: "Cubic";
  src: url("/static/assets/fonts/web/Cubic_11_1.013_R.woff2") format("woff2"),
    url("/static/assets/fonts/web/Cubic_11_1.013_R.woff") format("woff");
}

#nav-background {
  position: absolute;
}
body {
  padding: 2% 0% 2% 0%;
  background-color: black; /* Fallback background color */
  color: white;
  margin: 0;
  padding: 0; /* This overrides the earlier padding */
  background-image: url("/static/assets/nav-background-long.png");
  background-attachment: scroll; /* Not fixed, so it scrolls with the content */
  background-position: center top; /* Center horizontally, stick to the top */
  background-repeat: repeat-x; /* Do not repeat the image */

  background-size: auto; /* Auto size, not covering the entire area */
  font-family: "Cubic", "Courier New", Courier, monospace;

  font-size: 1.25em;
}
.content {
  z-index: 1;
  position: relative;
}

#top-header-div {
  margin-top: 10%;
  display: flex;
  align-items: center;
  justify-content: center;

  padding: 0% 25% 0% 25%;
}

#top-header-image {
  flex-grow: 1;
  transition: width 2s;
}

#top-header-image:hover {
  flex-grow: 1;
  width: 120%;
}

.auto-resize {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.seperator {
  margin-left: 14.5vw;
  margin-right: 14.5vw;
  margin-bottom: 4.5vw;
  margin-top: 7.5%;
  color: aliceblue;
}

#top-title-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin: 0% 31% 0% 31%;
}

#top-content-title-1 {
  font-size: 2.1em;
  font-family: "Noto Sans TC", sans-serif;
  font-weight: 600;
  letter-spacing: 1.2px;
  align-self: center;
  text-align: center;
}

.content-text {
  line-height: 1.6em;

  font-size: 24px;

  align-self: center;
  text-align: center;
}
#top-content-text-1 {
  padding-top: 2.75em;
}

.top-feature-grid-container {
  justify-content: center;
  justify-items: center;
  display: grid;
  grid-template-columns: repeat(4, 1fr); /* Creates 4 equal columns */
  gap: 8%; /* Gap between grid items */
  align-content: center;
  text-align: center; /* Center text horizontally */
  margin-top: 4.5em;
  padding: 0% 30% 0% 30%;
}

.top-feature-flex-unit {
  display: flex;
  padding-top: 22%;
  flex-direction: column;
  align-items: center; /* Center child elements horizontally */
  justify-content: center; /* Center child elements vertically */
  transition: all 1s ease-in-out;
}

.top-feature-box-img {
  max-width: 100%;
  height: auto;
}

.top-feature-box-content {
  margin-top: 10px;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.top-feature-flex-unit {
  opacity: 0; /* Initially hidden */
  animation: fadeIn 1.6s ease forwards; /* 1s duration, ease timing, retain final frame */
}

.center-title-container {
  align-items: center;
  align-self: center;
  display: flex;
  justify-content: center;
  justify-items: center;

  flex-direction: column;
}

.center-title-container {
  margin-right: 35%;
  margin-left: 35%;
  margin-bottom: 1%;
}

.center-baby-container {
  align-items: center;
  align-self: center;
  display: flex;
  justify-content: center;
  justify-items: center;

  flex-direction: column;
  margin-top: 1%;
  margin-left: 5%;
  margin-right: 5%;
  margin-bottom: 5%;
}
#renderCanvas {
  margin-top: 2%;
  width: 100%;

  object-fit: cover;
  border-color: rgb(110, 84, 84);
}

canvas {
  outline: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0); /* mobile webkit */
}

#middle-box-content-1-1 {
  padding-top: 1%;
}
#middle-box-content-1-2 {
  padding-top: 1%;
  padding-bottom: 6%;
}
#middle-box-content-1-3 {
  padding-top: 5%;
}

#middle-box-content-1-4 {
  padding-top: 0.5%;
}

.center-text-content {
  font-size: 24px;
}
.center-title-container {
  margin-top: 20%;
}

#middle-box-1 {
  display: flex;
  flex-direction: column;
  margin-left: 35%;
  margin-right: 35%;
}

#middle-small-link-tool-img {
  width: 70%;
  height: 100%;
  object-fit: cover;
  padding-top: 10%;
}

#center-title-container-keyboard-contianer {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: 0% 20% 0% 20%;
}

.center-title-container-keyboard-unit {
  padding-left: 3%;
  padding-right: 3%;
  transition: transform 1s;
  padding-top: 10%;
  padding-bottom: 30%;
  transform-origin: center; /* Makes sure the element scales from its center */
}

#keyboard1,
#keyboard2,
#keyboard3 {
  transition: transform 1s ease-in-out;
  transform: scale(1);
  transform-origin: center; /* This ensures that the scaling is from the center */
}
.center-title-container-keyboard-unit:hover {
  transform: scale(
    1.22
  ); /* 12% larger than the original size, you can adjust the value */
}
#buy-box-1 {
  height: 100vh;
  position: relative;
  background-image: url("/static/assets/buy-banner-main.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  object-fit: cover;
  max-width: 100%;
}

#buy-box-scale-1 {
  position: absolute;
  top: 20%; /* 20% from the top edge of #buy-box-1 */
  left: 20%; /* 20% from the left edge of #buy-box-1 */
}
.image-btn {
  display: inline-flex;
  justify-content: center; /* Horizontal centering */
  align-items: center; /* Vertical centering */
  background-image: url("/static/assets/button-buy-default.png"); /* Replace with your image path */
  background-size: cover;
  width: 200px; /* Adjust based on your image's width */
  height: 50px; /* Adjust based on your image's height */
  color: white; /* Adjust the text color as needed */
  font-size: 16px;
  font-weight: bold;
  text-decoration: none; /* Removes underline from anchor tag */
  border-radius: 5px; /* Optional for rounded corners */
}

.middle-big-image-title {
  padding-bottom: 10%;
}
.middle-big-image-image {
  padding-bottom: 10%;
}

#middle-small-link-tool-img {
  cursor: pointer;
  transition: scale 100ms;
}
#middle-small-link-tool-img:hover {
  scale: 110%;
}

.image-btn:hover {
  opacity: 0.9; /* Optional for hover effect */
}
.button-with-text {
  background-image: url("/static/assets/button-buy-default.png");
  background-repeat: no-repeat;
  background-size: contain; /* Ensure the image fits inside the div without being cropped */
  background-position: center; /* Center the background image */
  display: inline-block;
  width: 12vw; /* Adjust this value to set the desired width relative to viewport width */
  height: calc(12vw * (177 / 363)); /* Calculate height based on aspect ratio */
  line-height: calc(
    12vw * (177 / 363)
  ); /* Adjust line height based on dynamic height */
  text-align: center;
  font-weight: bold;
  color: black;
  cursor: pointer;
  margin-right: 3vh;
}
.button-with-text-2 {
  background-image: url("/static/assets/custom_tool.png");
  background-repeat: no-repeat;
  background-size: contain; /* Ensure the image fits inside the div without being cropped */
  background-position: center; /* Center the background image */
  display: inline-block;
  width: 12vw; /* Adjust this value to set the desired width relative to viewport width */
  height: calc(12vw * (177 / 363)); /* Calculate height based on aspect ratio */
  line-height: calc(
    12vw * (177 / 363)
  ); /* Adjust line height based on dynamic height */
  text-align: center;
  font-weight: bold;
  color: rgba(255, 255, 255, 0);
  cursor: pointer;

  margin-right: 3vh;
  padding-bottom: 4%;
  padding-top: 4%;
}
.button-with-text:hover {
  /* Optional: Add styles for hover state, like changing text color */
  color: gray;
}

#buy-box-email-input {
  box-shadow: inset 0 0 5px #4a4a4a;
  padding: 10px;
  border: 1px solid black;
  border-radius: 2%;
}

#buy-box-text-1 {
  padding-top: 2%;
}
#buy-box-email-input {
  padding-bottom: 2%;
  padding-top: 2%;
  width: 75%;
  margin-bottom: 1vh;
}

#buy-box-email-input {
  font-family: "Cubic", "Courier New", Courier, monospace;
  font-size: 20px;
}

#field-box {
  padding-left: 5%;
  width: 95%;
}

#buy-my-keyboard-text-image-banner {
  height: 12vh;
  padding-bottom: 4vh;
}

#section-where-to-buy-container {
  align-items: center;
  align-self: center;
  display: flex;
  justify-content: center;
  justify-items: center;

  flex-direction: column;
  margin-top: 10%;
  margin-left: 40%;
  margin-right: 40%;
  margin-bottom: 5%;
}

#section-where-to-buy-shop-banners {
  align-items: center;

  display: flex;
  justify-content: center;
  justify-items: center;

  flex-direction: row;
  margin-top: 28%;
  margin-left: 5%;
  margin-right: 8%;
  margin-bottom: 8%;
}

#mann-711banner {
  padding-right: 20%;
  transition: opacity 0.5s;
}

#shopeebanner {
  transition: opacity 0.5s;
}

#buyherebanner {
  padding-left: 20%;
  transition: opacity 0.5s;
}

#section-where-to-buy-shop-banners:hover .auto-resize {
  opacity: 30%;
}

#section-where-to-buy-shop-banners .auto-resize:hover {
  opacity: 120%;
  cursor: pointer;
}

#section-keiki-website-container {
  display: flex;
  justify-content: center; /* Horizontally center content */
  align-items: center; /* Vertically center content */
  flex-direction: row;
  margin-bottom: 10%;
  margin-top: 10%;
  padding-left: 10%;
  padding-right: 10%;
}

#section-keiki-website-container-first {
  display: flex;
  flex-direction: row;
  align-items: center; /* Vertically center content */
  justify-content: center; /* Horizontally center content */
}

#section-keiki-website-container-col1 {
  display: flex;
  flex-direction: column;
  align-items: center; /* Horizontally center content in a column */
  padding-right: 10%;
}

#section-keiki-website-container-col2 {
  display: flex;
  flex-direction: column; /* Horizontally center content in a column */
}

#section-keiki-website-banner2 {
  padding-top: 5%;
  padding-bottom: 5%;
}

#supportive-infomations-container {
  margin-left: 45%;
  margin-right: 45%;

  margin-top: 5%;
}
a {
  color: white;
  text-decoration: none;
}

a:visited {
  color: white;
  text-decoration: none;
}

#supportive-links {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 8%;
}
#nv-support-link1 {
  padding-top: 2%;
}

.support-links {
  font-size: 1.5em;
  padding-top: 1.2%;
}
.baguetteBox-overlay .full-image {
  transform-origin: center center;
  transition: transform 0.3s ease-in-out;
}

.transition-image {
  transition: transform 250ms;
}
.current-transition-image {
  transition: transform 100ms;
}

@media only screen and (max-width: 480px) {
  body {
    font-size: 0.9em;
    padding: 1% 0;
  }

  .top-feature-grid-container {
    padding: 0% 20% 0% 20%;
    margin-bottom: 20%;
    gap: 4%;
  }
  #top-title-container {
    margin: 0% 5% 2% 5%;
    padding-top: 5%;
  }

  #top-content-text-1 {
    padding-top: 5%;
    margin: 10% 8% 1% 10%;
    font-size: 18px;
  }
  #top-content-title-1 {
    font-size: 1.5em;
    letter-spacing: 0.8px;
  }
  #middle-box-1 {
    margin-right: 10%;
    margin-left: 10%;
  }
  .center-title-container {
    margin-right: 10%;
    margin-left: 10%;
  }
  .center-text-content {
    align-self: center;
    text-align: center;
    font-size: 19px;
  }
  .center-baby-container {
    padding-top: 10%;
    padding-bottom: 15%;
  }
  #section-where-to-buy-container {
    margin: 10% 30% 5% 30%;
    padding-bottom: 8%;
  }
  #section-where-to-buy-shop-banners {
    margin: 30% 20% 5% 20%;
  }
  #section-keiki-website-container {
    padding-left: 4%;
    padding-right: 4%;
    padding-top: 15%;
    padding-bottom: 15%;
  }
  #buy-box-1 {
    height: 30vh;
    position: relative;
    background-image: url("/assets/empty.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 45% 0%;
    object-fit: cover;
    max-width: 200%;
    padding-bottom: 80%;
    padding-top: 0%;
  }

  #buy-box-scale-1 {
    position: absolute;
  }
  .image-btn {
    display: inline-flex;
    justify-content: center; /* Horizontal centering */
    align-items: center; /* Vertical centering */
    background-image: url("/static/assets/button-buy-default.png"); /* Replace with your image path */
    background-size: cover;
    width: 200px; /* Adjust based on your image's width */
    height: 50px; /* Adjust based on your image's height */
    color: white; /* Adjust the text color as needed */

    font-weight: bold;
    text-decoration: none; /* Removes underline from anchor tag */
    border-radius: 5px; /* Optional for rounded corners */
  }
  .center-baby-container {
    padding-bottom: 0%;
  }
  .middle-big-image-title {
    padding-bottom: 20%;
  }
  .middle-big-image-image {
    padding-bottom: 20%;
  }
  #field-box {
    padding-left: 10%;
  }
  .center-title-container {
    margin-bottom: 55%;
  }
  #big-image-title1 {
    margin-bottom: 10%;
  }
  #big-image-title4 {
    margin-bottom: 20%;
  }
  #center-title-container-keyboard-contianer {
    margin-bottom: 55%;
  }
  #supportive-infomations-container {
    margin-left: 35%;
    margin-right: 35%;
    margin-top: 10%;
    margin-bottom: 5%;
  }
  .support-links {
    padding-bottom: 2.5%;
  }

  .button-with-text {
    background-image: url("/static/assets/button-buy-default.png");
    background-repeat: no-repeat;
    background-size: contain; /* Ensure the image fits inside the div without being cropped */
    background-position: center; /* Center the background image */
    display: inline-block;
    width: 25vw; /* Adjust this value to set the desired width relative to viewport width */
    height: calc(
      25vw * (177 / 363)
    ); /* Calculate height based on aspect ratio */
    line-height: calc(
      25vw * (177 / 363)
    ); /* Adjust line height based on dynamic height */
    text-align: center;
    font-weight: bold;
    color: black;
    cursor: pointer;
    margin-right: 3vh;
  }
  .button-with-text-2 {
    background-image: url("/static/assets/custom_tool.png");
    background-repeat: no-repeat;
    background-size: contain; /* Ensure the image fits inside the div without being cropped */
    background-position: center; /* Center the background image */
    display: inline-block;
    width: 31vw; /* Adjust this value to set the desired width relative to viewport width */
    height: calc(
      25vw * (177 / 363)
    ); /* Calculate height based on aspect ratio */
    line-height: calc(
      25vw * (177 / 363)
    ); /* Adjust line height based on dynamic height */
    text-align: center;
    font-weight: bold;
    color: rgba(255, 255, 255, 0);
    cursor: pointer;

    margin-right: 3vh;
    padding-bottom: 4%;
    padding-top: 4%;
  }
  .button-with-text:hover {
    /* Optional: Add styles for hover state, like changing text color */
    color: gray;
  }

  #buy-box-email-input {
    box-shadow: inset 0 0 5px #4a4a4a;
    padding: 10px;
    border: 1px solid black;
    border-radius: 2%;
  }

  #buy-box-text-1 {
    padding-top: 2%;
  }
  #buy-box-email-input {
    padding-bottom: 2%;
    padding-top: 2%;
    width: 75%;
    margin-bottom: 1vh;
  }

  #buy-box-email-input {
    font-family: "Cubic", "Courier New", Courier, monospace;
    font-size: 15px;
  }

  #field-box {
    padding-left: -5%;
    width: 100%;
  }
  #buy-my-keyboard-text-image-banner {
    padding-left: 10%;
  }
  #section-where-to-buy-container {
    margin-top: -30%;
    margin-bottom: 20%;
  }
  #middle-small-link-tool-img {
    margin-top: 12%;
  }
  #supportive-links {
    padding-bottom: 40%;
  }
}
/* @media only screen and (max-width: 768px) and (min-width: 481px) {
  body {
    font-size: 1em;
    padding: 1.5% 0;
  }

  .top-feature-grid-container {
    padding: 0% 15% 0% 15%;
    gap: 6%;
  }
} */

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .top-feature-grid-container {
    padding: 0% 20% 0% 20%;
    gap: 7%;
  }
  body {
    font-size: 1.1em;
    padding: 0% 0;
  }

  .top-feature-grid-container {
    padding: 0% 20% 0% 20%;
    margin-bottom: 20%;
    gap: 4%;
  }
  #top-title-container {
    margin: 0% 12% 0% 12%;
  }

  #top-content-text-1 {
    margin: -2% 8% 1% 10%;
    font-size: 20px;
  }
  #top-content-title-1 {
    font-size: 1.9em;
    letter-spacing: 0.8px;
  }
  #middle-box-1 {
    margin-right: 25%;
    margin-left: 25%;
  }
  .center-title-container {
    margin-right: 25%;
    margin-left: 25%;
  }
  .center-text-content {
    align-self: center;
    text-align: center;
    font-size: 22px;
  }
  #middle-small-link-tool-img {
    padding-top: 15%;
  }
  .center-baby-container {
    padding-top: 10%;
    padding-bottom: 20%;
  }
  #section-where-to-buy-container {
    padding-bottom: 8%;
  }
  #section-where-to-buy-shop-banners {
    margin: 30% 20% 5% 20%;
  }
  #section-keiki-website-container {
    padding-left: 4%;
    padding-right: 4%;
    padding-top: 15%;
    padding-bottom: 15%;
  }
  #buy-box-1 {
    height: 30vh;
    position: relative;
    background-image: url("/static/assets/buy-banner-main-768.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 45% 0%;
    object-fit: cover;
    max-width: 200%;
    padding-bottom: 80%;
    padding-top: 0%;
    margin-bottom: 20%;
  }
  #mann-711banner {
    transition: opacity 0.5s;
  }

  #shopeebanner {
    transition: opacity 0.5s;
  }

  #buyherebanner {
    transition: opacity 0.5s;
  }

  #buy-box-scale-1 {
    position: absolute;
  }
  .image-btn {
    display: inline-flex;
    justify-content: center; /* Horizontal centering */
    align-items: center; /* Vertical centering */
    background-image: url("/static/assets/button-buy-default.png"); /* Replace with your image path */
    background-size: cover;
    width: 200px; /* Adjust based on your image's width */
    height: 50px; /* Adjust based on your image's height */
    color: white; /* Adjust the text color as needed */

    font-weight: bold;
    text-decoration: none; /* Removes underline from anchor tag */
    border-radius: 5px; /* Optional for rounded corners */
  }
  .center-baby-container {
    padding-bottom: 0%;
  }
  .middle-big-image-title {
    padding-bottom: 33%;
  }
  .middle-big-image-image {
    padding-bottom: 10%;
  }
  #field-box {
    padding-left: 10%;
  }
  .center-title-container {
    margin-bottom: 40%;
    margin-top: 10%;
  }
  #big-image-title3 {
    margin-bottom: 35%;
  }
  #big-image-title1 {
    margin-bottom: 10%;
  }
  #big-image-title4 {
    margin-bottom: 10%;
  }
  #center-title-container-keyboard-contianer {
    margin-bottom: 15%;
  }
  #section-where-to-buy-container {
    margin-top: -30%;
  }
  #section-where-to-buy-shop-banners {
    margin-left: 10%;
    margin-right: 10%;
  }
  .auto-resize {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  #buy-my-keyboard-text-image-banner {
    padding-bottom: 2vh;
    height: 10vh;
  }
  #field-box {
    padding-left: 10%;
    padding-left: -5%;
    width: 95%;
  }
}

@media only screen and (max-width: 480px) {
  .middle-box {
    font-size: 0.8em;
    padding: 1% 5%;
  }

  .content-text {
    font-size: 20px;
    padding: 1% 5%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 481px) {
  .middle-box {
    font-size: 0.9em;
    padding: 1.5% 8%;
  }

  .content-text {
    font-size: 22px;
    padding: 1.5% 8%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .middle-box {
    font-size: 1em;
    padding: 2% 10%;
  }

  .content-text {
    font-size: 23px;
    padding: 2% 10%;
  }
}

@media only screen and (max-width: 480px) {
  .content-text {
    padding: 0.5% 2.5%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 481px) {
  .content-text {
    padding: 0.75% 4%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .content-text {
    padding: 1% 5%;
  }
}

@media only screen and (max-width: 480px) {
  .top-title-container {
    padding: 0.5% 2.5%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 481px) {
  .top-title-container {
    padding: 0.75% 4%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .top-title-container {
    padding: 1% 5%;
  }
}
@media only screen and (max-width: 1200px) and (min-width: 1024px) {
  #buy-my-keyboard-text-image-banner {
    padding-bottom: 1vh;
    height: 12vh;
  }
  #field-box {
    padding-left: 10%;
    padding-left: -5%;
    width: 95%;
  }
  .top-feature-grid-container {
    padding: 0% 20% 0% 20%;
    gap: 7%;
  }
  body {
    font-size: 1.1em;
    padding: 0% 0;
  }
  .top-feature-grid-container {
    padding: 0% 20% 0% 20%;
    margin-bottom: 20%;
    gap: 4%;
  }
  #top-title-container {
    margin: 0% 12% 0% 12%;
  }
  #top-content-text-1 {
    margin: -2% 8% 1% 10%;
    font-size: 20px;
  }
  #top-content-title-1 {
    font-size: 1.9em;
    letter-spacing: 0.8px;
  }
  #middle-box-1 {
    margin-right: 25%;
    margin-left: 25%;
  }
  .center-title-container {
    margin-right: 25%;
    margin-left: 25%;
  }
  .center-text-content {
    align-self: center;
    text-align: center;
    font-size: 24px;
  }
  #middle-small-link-tool-img {
    padding-top: 15%;
  }
  .center-baby-container {
    padding-top: 10%;
    padding-bottom: 20%;
  }
  #section-where-to-buy-container {
    padding-bottom: 8%;
  }
  #section-where-to-buy-shop-banners {
    margin: 30% 20% 5% 20%;
  }
  #section-keiki-website-container {
    padding-left: 4%;
    padding-right: 4%;
    padding-top: 15%;
    padding-bottom: 15%;
  }
  #buy-box-1 {
    height: 30vh;
    position: relative;
    background-image: url("/static/assets/buy-banner-main-768.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 45% 0%;
    object-fit: cover;
    max-width: 200%;
    padding-bottom: 80%;
    padding-top: 0%;
    margin-bottom: 18%;
  }
  #buy-box-scale-1 {
    position: absolute;
  }
  .image-btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background-image: url("/static/assets/button-buy-default.png");
    background-size: cover;
    width: 200px;
    height: 50px;
    color: white;
    font-weight: bold;
    text-decoration: none;
    border-radius: 5px;
  }
  .center-baby-container {
    padding-bottom: 0%;
  }
  .middle-big-image-title {
    padding-bottom: 33%;
  }
  .middle-big-image-image {
    padding-bottom: 10%;
  }
  #field-box {
    padding-left: 10%;
  }
  .center-title-container {
    margin-bottom: 40%;
    margin-top: 10%;
  }
  #big-image-title3 {
    margin-bottom: 35%;
  }
  #big-image-title1 {
    margin-bottom: 10%;
  }
  #big-image-title4 {
    margin-bottom: 10%;
  }
  #center-title-container-keyboard-contianer {
    margin-bottom: 15%;
  }
  #section-where-to-buy-container {
    margin-top: -30%;
  }
  #section-where-to-buy-shop-banners {
    margin-left: 10%;
    margin-right: 10%;
  }
  .auto-resize {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

@media only screen and (max-width: 768px) and (min-width: 481px) {
  .top-feature-grid-container {
    padding: 0% 20% 0% 20%;
    gap: 7%;
  }
  body {
    font-size: 1.1em;
    padding: 0% 0;
  }
  .top-feature-grid-container {
    padding: 0% 20% 0% 20%;
    margin-bottom: 20%;
    gap: 4%;
  }
  #top-title-container {
    margin: 0% 12% 0% 12%;
  }
  #top-content-text-1 {
    margin: -2% 8% 1% 10%;
    font-size: 20px;
  }
  #top-content-title-1 {
    font-size: 1.9em;
    letter-spacing: 0.8px;
  }
  #middle-box-1 {
    margin-right: 25%;
    margin-left: 25%;
  }
  .center-title-container {
    margin-right: 25%;
    margin-left: 25%;
  }
  .center-text-content {
    align-self: center;
    text-align: center;
    font-size: 24px;
  }
  #middle-small-link-tool-img {
    padding-top: 15%;
  }
  .center-baby-container {
    padding-top: 10%;
    padding-bottom: 20%;
  }
  #section-where-to-buy-container {
    padding-bottom: 8%;
  }
  #section-where-to-buy-shop-banners {
    margin: 30% 20% 5% 20%;
  }
  #section-keiki-website-container {
    padding-left: 4%;
    padding-right: 4%;
    padding-top: 15%;
    padding-bottom: 15%;
  }
  #buy-box-1 {
    height: 30vh;
    position: relative;
    background-image: url("/static/assets/buy-banner-main-768.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 45% 0%;
    object-fit: cover;
    max-width: 200%;
    padding-bottom: 80%;
    padding-top: 0%;
    margin-bottom: 21%;
  }
  #buy-box-scale-1 {
    position: absolute;
  }
  .image-btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background-image: url("/static/assets/button-buy-default.png");
    background-size: cover;
    width: 200px;
    height: 50px;
    color: white;
    font-weight: bold;
    text-decoration: none;
    border-radius: 5px;
  }
  .center-baby-container {
    padding-bottom: 0%;
  }
  .middle-big-image-title {
    padding-bottom: 33%;
  }
  .middle-big-image-image {
    padding-bottom: 10%;
  }
  #field-box {
    padding-left: 10%;
  }
  .center-title-container {
    margin-bottom: 40%;
    margin-top: 10%;
  }
  #big-image-title3 {
    margin-bottom: 35%;
  }
  #big-image-title1 {
    margin-bottom: 10%;
  }
  #big-image-title4 {
    margin-bottom: 10%;
  }
  #center-title-container-keyboard-contianer {
    margin-bottom: 15%;
  }
  #section-where-to-buy-container {
    margin-top: -30%;
  }
  #section-where-to-buy-shop-banners {
    margin-left: 10%;
    margin-right: 10%;
  }
  .auto-resize {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

@media only screen and (min-width: 1411px) {
  #buy-my-keyboard-text-image-banner {
    padding-bottom: 2vh;
    height: 10vh;
  }
  #field-box {
    padding-left: 10%;
    padding-left: -5%;
    width: 100%;
  }
}
