@charset "UTF-8";

body {
  margin: 0;
  overflow: auto;
}

.container {
  display: flex;
  height: 100vh;
  width: 100vw;
}

.row {
  text-align: center;
  width: 50vw;
  height: 100vh;
  padding-top: 13vw;
}

h1 {
  line-height: 1;
  font-family: 'EB Garamond', serif;
  font-size: 11vw;
  color: black;
  margin: 0;
  cursor: pointer;
  text-align: center;
  width: 50%;
}

h1.open {
  text-decoration: underline;
}

.shape {
  position: relative;
  cursor: pointer;
  transition: width 0.5s ease-in-out, height 0.5s ease-in-out, background-color 0.5s ease-in-out, box-shadow 0.5s ease-in-out, border-radius 0.5s ease-in-out;
}

.shape p {
  opacity: 0;
}

.hms {
  position: fixed;
  line-height: 0.8em;
  text-align: center;
  font-family: 'EB Garamond', serif;
  font-size: 11vw;
  color: black;
}

@media screen and (max-width: 1440px) {
  .date {
    line-height: 1.15;
    position: fixed;
    text-align: center;
    font-family: 'EB Garamond', serif;
    font-size: 35vw;
    color: black;
    bottom: 0px; 
  }
}

@media screen and (max-width: 600px) {
  .date {
    line-height: 1.15;
    position: fixed;
    text-align: center;
    font-family: 'EB Garamond', serif;
    font-size: 60vw;
    color: black;
    bottom: 0px; 
  }
}

.shape a {
  opacity: 0;
}

.open a {
  line-height: 2.2em;
  opacity: 1;
  font-family: 'EB Garamond', serif;
  font-size: 11vw;
  color: white;
  transition: opacity 0.5s ease-in-out;
  
}

.shape.switch-0 /*apple*/ {
  height: 53vw;
  background-color: red;
  box-shadow: 0 250px 150px -150px #6abd51 inset;
  border-radius: 50% 50% 50% 50% / 50% 50% 50% 50%;
}
.shape.switch-1 /*cherry*/ {
  height: 53vw;
  background-color: #250233;
  box-shadow: 0 70px 50px -55px red inset;
  border-radius: 50% 50% 50% 50% / 50% 50% 50% 50%;
}
.shape.switch-2 /*tomato*/ {
  height: 53vw;
  background-color: red;
  box-shadow: 0 350px 150px -150px #ce0000 inset;
  border-radius: 50% 50% 50% 50% / 50% 50% 50% 50%;
}
.shape.switch-3 /*prune*/ {
  height: 66vw;
  background-color: black;
  box-shadow: 0 250px 100px -100px #542580 inset;
  border-radius: 50% 50% 50% 50% / 60% 60% 40% 40%;
}
.shape.switch-4 /*strawberry*/ {
  height: 61vw;
  background-color: #912525;
  box-shadow: 0 200px 100px -100px red inset;
  border-radius: 50% 50% 50% 50% / 40% 40% 60% 60%;
}
.shape.switch-5 /*peach*/ {
  height: 53vw;
  background-color: #742626;
  box-shadow: 0 190px 150px -150px #ffd000 inset;
  border-radius: 50% 50% 50% 50% / 50% 50% 50% 50%;
}
.shape.switch-6 /*aubergine*/ {
  height: 90vw;
  background-color: #3b2458;
  box-shadow: 0 400px 200px -200px #4b0b2b inset;
  border-radius: 50% 50% 50% 50% / 60% 60% 40% 40%;
}
.shape.switch-7 /*radish*/ {
  height: 65vw;
  background-color: #ff008c;
  box-shadow: 0 200px 100px -100px red inset;
  border-radius: 50% 50% 50% 50% / 60% 60% 40% 40%;
}
.shape.switch-8 /*carrot*/ {
  height: 160vw;
  background-color: #ff9100;
  box-shadow: 0 450px 200px -200px red inset;
  border-radius: 50% 50% 50% 50% / 60% 60% 40% 40%;
}
.shape.switch-9 /*pepper*/ {
  height: 50vw;
  background-color: red;
  box-shadow: 0 250px 150px -100px #800f2b inset;
  border-radius: 30% 30% 30% 30% / 30% 30% 70% 70%;
}
.shape.switch-10 /*zucchini*/ {
  height: 180vw;
  background-color: #18461e;
  box-shadow: 0 450px 200px -200px #3b7a42 inset;
  border-radius: 80% 80% 80% 80% / 45% 45% 35% 35%;
}
.shape.switch-11 /*pumpkin*/ {
  height: 36vw;
  background-color: #ff7300;
  box-shadow: 0 220px 150px -100px #a14303 inset;
  border-radius: 50% 50% 35% 35% / 50% 50% 70% 70%;
}

.shape.open {
  z-index: 2;
  overflow: hidden;
  text-align: center;
  width: 50vw;
  height: 26.1vw;
  border-radius: 0%;
}

.infocol{
  display: flex;
  width: 50%;
  justify-content: center;
}

.typeMaster {
  position: fixed;
  width: 100%;
  display: flex;
  z-index: 1000;
}

.info {
  z-index: 1;
  position: fixed;
  display: flex;
  width: 100%;
  height: 100vh;
   pointer-events: none;
   justify-content: center; 
 }