
@font-face {
    font-family: 'Hollywood Hills';
    src: url('HollywoodHills.ttf') format('truetype');
}

@font-face {
    font-family: 'Outfit ExtraBold';
    src: url('Outfit-ExtraBold.ttf') format('truetype');
}

@font-face {
    font-family: 'Outfit Medium';
    src: url('Outfit-Medium.ttf') format('truetype');
}

body {
    background: rgb(98,76,191);
    background: radial-gradient(circle at bottom right, rgba(98,76,191,1) 0%, rgba(203,29,136,1) 100%);
    font-family: 'Outfit Medium', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    min-width: 100vw;
    min-height: 100vh;
    position: relative;
}
.main{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
}
.header{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    width: 80vw;
    max-width: 800px;
    margin: 64px 0;
}
.title{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.title .weneed{
    font-size: 1.5rem;
    text-transform: uppercase;
    font-family: 'Outfit ExtraBold', sans-serif;
    color: #fff;
    margin: 0;
}
.title .you{
    font-size: 9rem;
    line-height: 7rem;
    text-transform: uppercase;
    font-family: 'Hollywood Hills', sans-serif;
    color: #fff;
    margin: 0 0 2rem 0;
    text-shadow: 0 0 20px rgba(0,0,0,.3);
}
.title p{
    font-size: 1rem;
    text-transform: uppercase;
    font-family: 'Outfit ExtraBold', sans-serif;
    color: #fff;
    margin: 0;
}
.text{
    width: 80vw;
    max-width: 800px;
    margin: 0 auto;
    margin-bottom: 64px;
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 32px;
    box-shadow: 0 0 20px rgba(0,0,0,.3);
    background: #fff;
}
.background{
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background: rgb(98,76,191);
    background: radial-gradient(circle at bottom right, rgba(98,76,191,1) 0%, rgba(203,29,136,1) 100%);
    z-index: -1;
}
.text .title{
    margin: 0;
    align-self: baseline;
    font-family: 'Outfit ExtraBold', sans-serif;
}
.text img{
    max-width: 180px;
    text-align: left;
    align-self: baseline;
}
.skyline{
    position: absolute;
    bottom: 2vh;
    z-index: -1;
    fill: #151038;
}
.box{
    position: absolute;
    bottom: 0;
    height: calc(2vh + 2px);
    width: 100%;
    background: #151038;
    z-index: -1;
}
.register{
    position: relative;
}
.google-review {
    animation: bobUpDown 3.3s ease-in-out infinite;
    position: absolute;
    right: 0;
    top: 32px;
    font-family: 'Poppins';
    text-align: center;
  }
  
  .google-review-container:hover {
    scale: 1.05;
    cursor: pointer;
  }
  
  .fun-stuff {
    position: absolute;
    width: 10px;
    height: 10px;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
  }
  
  .google-review-container+.oscar {
    transform: translateY(0%);
    animation: moveBackOscar 0.5s forwards;
    transition: transform 1s ease;
  }
  
  .google-review-container~.popcorn {
    transform: translateY(0%);
    animation: moveBackPopcorn 0.5s forwards;
    transition: transform 1s ease;
  }
  
  .google-review-container~.clap {
    transform: translateY(0%);
    animation: moveBackClap 0.5s forwards;
    transition: transform 1s ease;
  }
  
  .google-review-container~.drink {
    transform: translateY(0%);
    animation: moveBackDrink 0.5s forwards;
    transition: transform 1s ease;
  }
  
  .google-review-container~.light {
    transform: translateY(0%);
    animation: moveBackLight 0.5s forwards;
    transition: transform 1s ease;
  }
  
  
  .google-review-container:hover+.oscar {
    animation: moveOutOscar 0.85s forwards;
  }
  
  .google-review-container:hover~.popcorn {
    animation: moveOutPopcorn 0.75s forwards;
  }
  
  .google-review-container:hover~.clap {
    animation: moveOutClap 0.70s forwards;
  }
  
  .google-review-container:hover~.drink {
    animation: moveOutDrink 0.8s forwards;
  }
  
  .google-review-container:hover~.light {
    animation: moveOutLight 0.75s forwards;
  }
  
  .google-review-container:hover+.oscar::after {
    animation: bobOscar 2.8s ease-in-out infinite;
  }
  
  .google-review-container:hover~.popcorn::after {
    animation: bobPopcorn 2.9s ease-in-out infinite;
  }
  
  .google-review-container:hover~.clap::after {
    animation: bobClap 3s ease-in-out infinite;
  }
  
  .google-review-container:hover~.drink::after {
    animation: bobDrink 3.2s ease-in-out infinite;
  }
  
  .google-review-container:hover~.light::after {
    animation: bobLight 3.1s ease-in-out infinite;
  }
  
  .google-review::before {
    animation: bobUpDownBefore 3s ease-in-out infinite;
    content: '';
    background: rgb(230, 115, 36);
    background: radial-gradient(circle, rgba(230, 115, 36, 1) 0%, rgba(255, 157, 14, 1) 100%);
    position: absolute;
    top: 75%;
    left: 50%;
    width: 150%;
    height: 125%;
    /* opacity: 0.5; */
    z-index: 1;
    transform: translate(-50%, -50%) rotate(30deg);
    display: block;
    border-radius: 47% 53% 70% 30% / 53% 31% 69% 47%;
    transition: scale 0.5s cubic-bezier(.12, .71, .13, 1.63);
  }
  
  .google-review-container {
    position: relative;
    all: unset;
    display: block;
    padding: 16px;
    z-index: 10;
    position: relative;
    background: white;
    border-radius: 16px;
    transform: rotate(12deg);
    box-shadow: 0px 10px 15px -3px rgba(123, 54, 8, 0.33);
    transition: scale 0.5s cubic-bezier(.12, .71, .13, 1.63);
  }
  
  .oscar::after {
    content: '';
    width: 44px;
    height: 44px;
    position: absolute;
    background-image: url(./images/oscar.webp);
    background-size: contain;
    z-index: -1;
    background-repeat: no-repeat;
    background-position: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  
  .popcorn::after {
    content: '';
    width: 40px;
    height: 40px;
    position: absolute;
    background-image: url(./images/popcorn.webp);
    background-size: contain;
    z-index: -1;
    background-repeat: no-repeat;
    background-position: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  
  .clap::after {
    content: '';
    width: 50px;
    height: 50px;
    position: absolute;
    background-image: url(./images/clapper.webp);
    background-size: contain;
    z-index: -1;
    background-repeat: no-repeat;
    background-position: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  
  .drink::after {
    content: '';
    width: 40px;
    height: 40px;
    position: absolute;
    background-image: url(./images/drink.webp);
    background-size: contain;
    z-index: -1;
    background-repeat: no-repeat;
    background-position: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  
  .light::after {
    content: '';
    width: 50px;
    height: 50px;
    position: absolute;
    background-image: url(./images/light.webp);
    background-size: contain;
    z-index: -1;
    background-repeat: no-repeat;
    background-position: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  
  .google-review-container p {
    margin: 0;
  }
  
  .gheader {
    font-size: 0.66rem;
    margin: 0;
    letter-spacing: 1px;
    color: #F29630;
    padding-bottom: 16px;
  }
  
  .ggoogle {
    font-size: 2rem;
    margin-top: -8px !important;
    color: rgb(38, 123, 126);
  }

  /* Keyframes for the main .google-review element */
@keyframes bobUpDown {

    0%,
    100% {
      transform: translateY(-6px) rotate(-1deg);
    }
  
    50% {
      transform: translateY(6px) rotate(1deg);
    }
  }
  
  /* Keyframes for the .google-review::before pseudo-element */
  @keyframes bobUpDownBefore {
  
    0%,
    100% {
      transform: translate(-50%, -49%) rotate(1deg);
    }
  
    50% {
      transform: translate(-50%, -51%) rotate(-1deg);
    }
  }
  
  /* Define the keyframes for the moving out animation */
  @keyframes moveOutOscar {
    0% {
      top: 50%;
    }
  
    100% {
      top: -50%;
    }
  }
  
  @keyframes moveOutPopcorn {
    0% {
      top: 50%;
      left: 50%;
    }
  
    100% {
      top: -18%;
      left: 125%;
    }
  }
  
  @keyframes moveOutClap {
    0% {
      top: 50%;
      left: 50%;
    }
  
    100% {
      top: -5%;
      left: -35%;
    }
  }
  
  @keyframes moveOutDrink {
    0% {
      top: 50%;
      left: 50%;
    }
  
    100% {
      top: 105%;
      left: -44%;
    }
  }
  
  @keyframes moveOutLight {
    0% {
      top: 50%;
      left: 50%;
    }
  
    100% {
      top: 120%;
      left: 120%;
    }
  }
  
  /* Define the keyframes for the bobbing animation */
  @keyframes bobOscar {
  
    0%,
    100% {
      top: 50%;
    }
  
    50% {
      top: 100%;
    }
  }
  
  @keyframes bobPopcorn {
  
    0%,
    100% {
      top: 50%;
      left: 50%;
    }
  
    50% {
      top: 100%;
      left: 150%;
    }
  }
  
  @keyframes bobClap {
  
    0%,
    100% {
      top: 50%;
      left: 50%;
    }
  
    50% {
      top: 100%;
      left: -50%;
    }
  }
  
  @keyframes bobDrink {
  
    0%,
    100% {
      top: 50%;
      left: 50%;
    }
  
    50% {
      top: 150%;
      left: -50%;
    }
  }
  
  @keyframes bobLight {
  
    0%,
    100% {
      top: 50%;
      left: 50%;
    }
  
    50% {
      top: 150%;
      left: 150%;
    }
  }
  
  /* Define the keyframes for the moving back animation */
  @keyframes moveBackOscar {
    0% {
      top: -50%;
    }
  
    100% {
      top: 50%;
    }
  }
  
  @keyframes moveBackPopcorn {
    0% {
      top: -18%;
      left: 125%;
    }
  
    100% {
      top: 50%;
      left: 50%;
    }
  }
  
  @keyframes moveBackClap {
    0% {
      top: -5%;
      left: -35%;
    }
  
    100% {
      top: 50%;
      left: 50%;
    }
  }
  
  @keyframes moveBackDrink {
    0% {
      top: 105%;
      left: -44%;
    }
  
    100% {
      top: 50%;
      left: 50%;
    }
  }
  
  @keyframes moveBackLight {
    0% {
      top: 120%;
      left: 120%;
    }
  
    100% {
      top: 50%;
      left: 50%;
    }
  }

  @media (max-width: 800px) {
    .nomob{
        display: none;
    }
    .header{
        display: block;
    }
    .google-review {
        animation: bobUpDown 3.3s ease-in-out infinite;
        position: relative;
        right: 0;
        top: 32px;
        font-family: 'Poppins';
        text-align: center;
        width: fit-content;
        margin: 0 auto 64px;
    }
    .text {
        width: 80vw;
        max-width: 740px;
        margin: 0 auto;
        margin-bottom: 64px;
        padding: 30px 20px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        border-radius: 16px;
        box-shadow: 0 0 20px rgba(0,0,0,.3);
        background: #fff;
    }
  }