.panel {
  position: absolute;
}

.black {
  background-image: url("../images/spacebg.gif");
}

.bildtext {
  font-weight: 200;
  font-style: italic;
  font-size: 1rem;
  text-align: center;
  color: white;
}

.img-responsive {
  height: 4vw;
}

#jerry {
  color: white;
}

#biggish {
  font-size: clamp(4rem, 3vw, 8rem);
}

#container {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.panel.description {
  position: relative;
}

.text-wrapper {
  display: flex;
  flex-direction: column;
}

.div-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  /* border: 1px solid white; */
}

#georgianbay {
  width: 90%;
  height: auto;
}

/* .div-wrapper-buy {
  position: relative;
  margin-top: 330px;
  width: 82vw;
  height: fit-content;
  display: flex;
  flex-direction: row;
  align-items: center;
  border: 1px solid white;
} */

.buy-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}

h2 {
  font-size: clamp(1rem, 2vw, 3rem);
}

h3 {
  font-size: clamp(1.1rem, 2.1vw, 2.5rem);
}

.jisei-text {
  font-size: clamp(1.5rem, 2.5vw, 4rem);
  width: 55vw;
  color: rgba(255, 228, 137, 0.5);
}

.nanum-brush-script-regular {
  font-family: "Nanum Brush Script", cursive;
  font-weight: 400;
  font-style: normal;
}

.caveat-brush-regular {
  font-family: "Caveat", cursive;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.jname {
  position: relative;
  left: 300px;
  width: 300px;
  font-size: clamp(1rem, 10vw, 2.5rem);
  font-weight: 100;
  color: darkgreen;
  opacity: 0;
}

.buy-wrapper {
  display: grid;
  grid-template-columns: 450px 450px 450px;
  grid-template-rows: 500px;
  align-items: center;
  column-gap: 0rem;
  row-gap: 1rem;
  /* padding-left: 1rem; */
  /* border: 1px white solid; */
  /* border: 1px solid white; */
}

.japanbild {
  width: 450px;
  align-items: center;
  margin-top: auto;
  margin-bottom: auto;
}

.boxbuy1 {
  width: 300px;
  grid-column-start: 1;
  grid-column-end: 2;
  align-items: center;
  /* margin-top: auto;
  margin-bottom: auto; */
  /* border: 1px yellow solid; */
}
.boxbuy2 {
  width: 900px;
  grid-column-start: 2;
  grid-column-end: 4;
  align-items: center;
  margin-top: auto;
  margin-bottom: auto;
  /* border: 1px yellowgreen solid; */
}

#jh2 {
  font-kerning: normal;
  letter-spacing: 12px;
}

#pw {
  color: white;
}

.redwrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 1rem;
}

/* .boxbuy2a {
  width: 800px;
  height: 450px;
  align-items: center;
  border: 1px green dashed;
  margin-left: 1rem;
  margin-right: 1rem;
  margin-top: 0.2rem;
} */

.bilder {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.banner {
  display: grid;
  grid-template-columns: auto 10vw 40vw 10vw;
  grid-template-rows: 90px;
  width: 64vw;
  height: 0.5vh;
  grid-column-start: 1;
  grid-column-end: 3;
  align-items: center;
  /* border: 2px red solid; */
}

.aebanner {
  display: grid;
  grid-template-columns: auto auto 35vw 10vw;
  grid-template-rows: 90px;
  align-items: center;
  width: 60vw;
  height: 0.5vh;
  grid-column-start: 1;
  grid-column-end: 3;
  align-items: center;
  border: 1px orange solid;
}

.book {
  transform: translateX(170px) rotate(7deg);
  width: 168px;
  height: 268px;
}

#aebuy {
  position: relative;
  height: 100px;
  width: 65vw;
  margin-top: 10rem;
  background-color: cadetblue;
  border-radius: 15px;
  padding-top: 15px;
  padding-left: 75px;
  padding-right: 75px;
  padding-bottom: 1px;
  border: 2px darkgreen solid;
}

#amazonbuy {
  position: relative;
  height: 100px;
  width: 65vw;
  background-color: orange;
  border-radius: 15px;
  margin-top: 0.6rem;
  padding-top: 15px;
  padding-left: 75px;
  padding-right: 75px;
  padding-bottom: 1px;
  border: 2px rgb(234, 90, 38) solid;
}
#kobobuy {
  position: relative;
  height: 100px;
  width: 65vw;
  background-color: lightcoral;
  border-radius: 15px;
  margin-top: 0.6rem;
  padding-top: 15px;
  padding-left: 75px;
  padding-right: 75px;
  padding-bottom: 1px;
  border: 2px rgb(135, 74, 84) solid;
}

.bstar {
  height: 10vh;
  width: 11vh;
  background-image: url("../images/starblob.png");
  background-repeat: no-repeat;
  background-position: center;
  /* border: 1px solid #fff; */
}

.bstartxt {
  position: relative;
  height: 100px;
  width: 100px;
  align-items: center;
  padding: 10px;
}

.aestar {
  height: 10vh;
  background-image: url("../images/starblob.png");
  background-repeat: no-repeat;
  background-position: center;
}

.copyrights {
  position: absolute;
  bottom: 20px;
  right: 20px;
}

.copyrights p {
  font-family: "Caveat", cursive;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 11pt;
  color: aliceblue;
}

@media only screen and (max-width: 1920px) {
  h1 {
    font-size: 1.5rem;
    line-height: 1.7rem;
    color: hsl(0, 0%, 100%);
    text-align: center;
  }

  .buy-wrapper {
    display: grid;
    grid-template-columns: 450px 450px 450px;
    grid-template-rows: 500px;
    align-items: center;
    column-gap: 0rem;
    row-gap: 1rem;
    /* padding-left: 1rem; */
    /* border: 1px white solid; */
    /* border: 1px solid white; */
  }

  .japanbild {
    width: 350px;
  }

  .img-responsive {
    height: 6vw;
  }
  .boxbuy1 {
    width: 300px;

    grid-column-start: 1;
    grid-column-end: 2;
    align-items: center;
    /* border: 1px yellow solid; */
  }
  .boxbuy2 {
    width: 700px;
    grid-column-start: 2;
    grid-column-end: 4;
    align-items: center;
    /* border: 1px yellowgreen solid; */
  }
}

@media only screen and (max-width: 1320px) {
  h1 {
    font-size: 1.5rem;
    line-height: 1.7rem;
    color: hsl(0, 0%, 100%);
    text-align: center;
  }

  .buy-wrapper {
    display: grid;
    /* grid-template-columns: auto 300px 500px auto;
    grid-template-rows: 600px; */
    align-items: center;
  }

  .img-responsive {
    height: 6vw;
  }
  .georgianbay {
    width: 600px;
  }

  .japanbild {
    width: 350px;
  }

  .boxbuy1 {
    width: 300px;
    align-items: center;
    /* border: 1px yellow solid; */
  }
  .boxbuy2 {
    width: 550px;
    align-items: center;
    /* border: 1px yellowgreen solid; */
  }
}

@media only screen and (max-width: 720px) {
  #aebuy {
    width: 85vw;
    margin-top: 3rem;
    padding-left: 5px;
    padding-right: 5px;
  }

  #amazonbuy {
    width: 85vw;
    margin-top: 3rem;
    padding-left: 5px;
    padding-right: 5px;
  }
  #kobobuy {
    width: 85vw;
    margin-top: 3rem;
    padding-left: 5px;
    padding-right: 5px;
  }

  .img-responsive {
    height: 10vw;
  }

  #pw {
    font-size: 0.7rem;
    color: white;
  }

  .buy-wrapper {
    display: grid;
    grid-template-columns: 370px 370px 370px;
    grid-template-rows: 700px;
    align-items: center;
    column-gap: 0rem;
    row-gap: 1rem;
    /* padding-left: 1rem; */
    /* border: 1px white solid; */
    /* border: 1px solid white; */
  }

  .book {
    transform: translateX(400px) translateY(90px) rotate(7deg);
    width: 168px;
    height: 268px;
  }

  .boxbuy1 {
    width: 0px;
    grid-column-start: 1;
    grid-column-end: 2;
    align-items: center;
    /* border: 1px yellow solid; */
  }
  .boxbuy2 {
    width: 380px;
    margin-top: 100px;
    align-items: center;
    font-size: 0.8rem;
    /* border: 1px yellowgreen solid; */
  }
  header {
    position: fixed;
    height: 65px;
    top: 0px;
    left: 0px;
    padding: 6px 10px 10px 10px;
    border-bottom-right-radius: 26px;
    z-index: 100;
    background-color: rgba(0, 0, 0, 0.5);
    will-change: transform;
  }
  .greensock-icon {
    width: 70px;
  }
}
