body {
    min-height: 100vh;
    background-image: linear-gradient(to bottom right, #A6DCDD, #83DEB5, #4DB8BA);
    background-attachment: fixed;
    margin: 0; /*贴合浏览器外边距*/
    padding:0;/*贴合浏览器内边距*/
    width: 100%;/*贴合浏览器宽度*/
    display: flex;
    flex-direction: column;
    position: relative;
    overflow-x: hidden;
  }

  .header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
    z-index: 1000;
  }

  .logo {
    height: 120px;
    width: auto;
    top: -5px;
    left: -20px;
    position: absolute;
  }

  .container {
    width: 100%;
    min-height: calc(100vh - 80px);
    margin-top: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
  }

  .image-stack {
    position: relative;
    width: 400px;
    height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .stack-item {
    position: absolute;
    width: 400px;
    height: auto;
    border-radius: 20px;
    top: -10%;
    cursor: pointer;
    transition: transform 0.3s ease, left 0.3s ease, top 0.3s ease, z-index 0.3s ease;
    --i: 0;
    --row: 0;
    --hover-rotate: 15deg;
  }

  .rotate-10 {
    transform: rotate(-60deg);
  }

  .rotate-neg-15 {
    transform: rotate(-10deg);
    z-index: 10;
  }

  .rotate-12 {
    transform: rotate(25deg);
  }

  .rotate-neg-8 {
    transform: rotate(-40deg);
  }

  .image-stack:hover .stack-item {
    width: 300px;
    height: auto;
    left: calc(60% + (var(--col) - 2) * 300px);
    top: calc(5% + var(--row) * 0px);
    transform: rotate(var(--hover-rotate)) !important;
  }

  .image-stack:hover .stack-item:hover {
    transform: rotate(var(--hover-rotate)) scale(1.1) !important;
    z-index: 100;
  }

  .stack-item[data-index="0"] {
    --i: 1;
    --col: 1;
    --row: -1;
    --hover-rotate: -15deg;
  }

  .stack-item[data-index="1"] {
    --i: 2;
    --col: 2;
    --row: -1;
    --hover-rotate: 20deg;
  }

  .stack-item[data-index="2"] {
    --i: 3;
    --col: 0;
    --row: 1;
    --hover-rotate: 20deg;
  }

  .stack-item[data-index="3"] {
    --i: 4;
    --col: 3;
    --row: 1;
    --hover-rotate: -15deg;
  }

  .drink-image {
    position: absolute;
    width: 300px;
    height: auto;
    left: 10%;
    top: 78%;
    margin-bottom: 200px;
    bottom: 50px;
    opacity: 0;
    transition: opacity 1.5s ease-in;
    pointer-events: none;
    z-index: 20;
   
  }

  .drink-image.show {
    opacity: 1;
  }

  #drink-image-2,
  #drink-image-3,
  #drink-image-4,
  #drink-image-5,
  #drink-image-6,
  #drink-image-7,
  #drink-image-8,
  #drink-image-9
  {
    top: 78%;
    margin-bottom: 200px;
  }

  .manille-text {
    position: absolute;
    left: calc(10% + 300px + 40px);
    top: 100%;
    font-size: 100px;
    font-weight: bold;
    color: white;
    opacity: 0;
    transition: opacity 2s ease-in;
    pointer-events: none;
    font-family: Arial, sans-serif;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    z-index: 11;
  }

  .manille-text.show {
    opacity: 1;
  }

  .manille-description {
    position: absolute;
    left: calc(10% + 300px + 40px);
    top: calc(100% + 120px);
    font-size: 25px;
    color: white;
    opacity: 0;
    transition: opacity 2s ease-in;
    pointer-events: none;
    font-family: Arial, sans-serif;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    line-height: 1.6;
    max-width: 1000px;
    z-index: 11;
  }

  .manille-description.show {
    opacity: 1;
  }


  .manama-text {
    position: absolute;
    left: calc(10% + 300px + 40px);
    top: 100%;
    font-size: 100px;
    font-weight: bold;
    color: white;
    opacity: 0;
    transition: opacity 2s ease-in;
    pointer-events: none;
    font-family: Arial, sans-serif;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    z-index: 11;
  }

  .manama-text.show {
    opacity: 1;
  }

  .manama-description {
    position: absolute;
    left: calc(10% + 300px + 40px);
    top: calc(100% + 120px);
    font-size: 25px;
    color: white;
    opacity: 0;
    transition: opacity 2s ease-in;
    pointer-events: none;
    font-family: Arial, sans-serif;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    line-height: 1.6;
    max-width: 1000px;
    z-index: 11;
  }

  .manama-description.show {
    opacity: 1;
  }

  .lima-text {
    position: absolute;
    left: calc(10% + 300px + 40px);
    top: 100%;
    font-size: 100px;
    font-weight: bold;
    color: white;
    opacity: 0;
    transition: opacity 2s ease-in;
    pointer-events: none;
    font-family: Arial, sans-serif;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    z-index: 11;
  }

  .lima-text.show {
    opacity: 1;
  }

  .lima-description {
    position: absolute;
    left: calc(10% + 300px + 40px);
    top: calc(100% + 120px);
    font-size: 25px;
    color: white;
    opacity: 0;
    transition: opacity 2s ease-in;
    pointer-events: none;
    font-family: Arial, sans-serif;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    line-height: 1.6;
    max-width: 1000px;
    z-index: 11;
  }

  .lima-description.show {
    opacity: 1;
  }

  .espoo-text {
    position: absolute;
    left: calc(10% + 300px + 40px);
    top: 100%;
    font-size: 100px;
    font-weight: bold;
    color: white;
    opacity: 0;
    transition: opacity 2s ease-in;
    pointer-events: none;
    font-family: Arial, sans-serif;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    z-index: 11;
  }

  .espoo-text.show {
    opacity: 1;
  }

  .espoo-description {
    position: absolute;
    left: calc(10% + 300px + 40px);
    top: calc(100% + 120px);
    font-size: 25px;
    color: white;
    opacity: 0;
    transition: opacity 2s ease-in;
    pointer-events: none;
    font-family: Arial, sans-serif;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    line-height: 1.6;
    max-width: 1000px;
    z-index: 11;
  }

  .espoo-description.show {
    opacity: 1;
  }
          
.circle-container {
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 100%;
    pointer-events: none;
    filter: url(#gooey);
    z-index: 1;
}

.circle
{
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 100px;
    background:linear-gradient(60deg, #f38282, #fbfcfc, #faf79e);
    border-radius: 50%;
    cursor: pointer;
    pointer-events: auto;
}
.particles
{
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: linear-gradient(-60deg, #f38282, #fbfcfc, #faf79e);
    animation: animate 2s ease forwards;
    z-index: -1;
}
@keyframes animate
{
    0%,100%
    {
        transform: translate(0, 0);
    }
    50%
    {
        transform: translate(var(--x), var(--y));
    }
}
svg
{
    width:0;
    height:0;
}
