@font-face {
  font-display: swap;
  font-family: 'TWKEverett';
  font-style: normal;
  font-weight: 400;
  src: url('Assets/fonts/Everett Font Web/TWKEverett-Regular.ttf') format('truetype');
  src: url('Assets/fonts/Everett Font Web/TWKEverett-Regular.woff') format('woff');
  src: url('Assets/fonts/Everett Font Web/TWKEverett-Regular.woff2') format('woff2');
}

@font-face {
  font-display: swap;
  font-family: 'TWKEverett';
  font-style: normal;
  font-weight: 700;
  src: url('Assets/fonts/Everett Font Web/TWKEverett-Bold.ttf') format('truetype');
  src: url('Assets/fonts/Everett Font Web/TWKEverett-Bold.woff') format('woff');
  src: url('Assets/fonts/Everett Font Web/TWKEverett-Bold.woff2') format('woff2');
}


button{
    all:unset;
}


body{
    margin: 0px;
    overflow-x: hidden !important;
    font-family: "TWKEverett", sans-serif;
}

.header{
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
    box-sizing: border-box;
    background-color: #fff;
    z-index: 99;
    max-width: 100vw;
}

.header-logo{
    width: 198px;
}

.nav-section-container{
    position: unset;
    height: 100%;
    transition: 1s all ease-out;
}

.nav-section{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 50px;
    flex-direction: row;
}

.nav-item{
    font-size: 16px;
    font-weight: 400;
    letter-spacing: -0.3px;
    color:#000;
    cursor: pointer;
    transition: 0.3s transform;
    will-change: transform;
    text-decoration: none;
}

/* .nav-item:hover{
    transform:scale(1.05)
} */

.nav-item{
	position: relative;
	overflow: hidden;
	padding: 0;
	padding-bottom: 5px;
}

.nav-item:after {
	background: #000000;
	content: '';
	height: 2px;
	top: 0;
	bottom: 4px;
	margin: auto;
	left: 0;
	opacity: 0;
	position: absolute;
	transform: translate3d(-100%, 0, 0);
	width: 100%;
}

.nav-item:hover::after {
	animation: link-hoverstate .5s linear forwards;
	animation-timing-function: linear;
	animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
}

@keyframes link-hoverstate {
	0% {
		opacity: 1;
		transform: translate3d(-100%, 0, 0)
	}
	55% {
		transform: translate3d(100%, 0, 0)
	}
	56% {
		transform: translate3d(100%, calc(0.5rem + 4px), 0)
	}
	100% {
		opacity: 1;
		transform: translate3d(0, calc(0.5rem + 4px), 0)
	}
}





.button-section{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    gap: 20px;
}

.demo-button{
    padding: 20px 22px;
    border: 1px solid #000;
    border-radius: 40px;
    letter-spacing: -.3px;
    color:#000;
    cursor: pointer;
    transition: 0.3s background-color,color;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
        text-decoration: none;
}

.demo-button:hover{
    background-color: #000;
    color: #fff;
}

.menu-icon{
    display: none;
}



.hero-section{
    margin-top: 100px;
    padding: 150px 150px 0px;
    display: flex;
    flex-direction: column;
    gap: 40px;
    box-sizing: border-box;
    max-width: 100vw;
}

.hero-heading{
    font-weight: 400;
    /* font-size: 64px; */
    font-size: 72px;
    line-height: 1.1;
    letter-spacing: -1.4px;
    display: flex;
    flex-direction: column;
    width: fit-content;
}

.hero-description{
    font-weight: 400;
    font-size: 20px;
    line-height: 1.3;
    letter-spacing: -0.3px;
    display: flex;
    flex-direction: column;
    width: fit-content;
}

.schedule-button{
    padding: 20px 22px;
    width: fit-content;
    border-radius: 40px;
    
    color:#fff;
    background-color: #000;
    cursor: pointer;
    transition: 0.3s background-color,color;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    text-decoration: none;
        border: 1px solid #000000;
}

.schedule-button:hover,
.demo-form-submit:hover{
    color: #000000;
    background-color: #ffffff;
    transition: 0.5s background-color, color;
}

.slider-section{
   
}


.image-slider{
    max-width: 100vw;
    overflow-x: hidden;
    overflow-y: hidden;
    margin-top: 100px;
}

.image-slides-container{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 1vw;
}

.slider-image{
    width: 30vw;
    height: 30vw;
    object-fit: cover;
    border-radius: 50%;
   
}

.shifting-video{
    width: 30vw;
    height: 30vw;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.video-container{
    width: 100vw;
}

.shifting-video video{
width: 100vw !important;
height: 100lvh !important;
object-fit: cover;
clip-path: inset(calc(50% - 14.9vw) 35% calc(50% - 15.1vw) 35% round 1000px);
}

.video-info{
    width: 100vw;
    height: 100lvh !important;
    box-sizing: border-box;
    margin-top: 100px;
    background-color: transparent;
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 40px;

}




.video-text{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 40px;
}

.video-heading{
    font-weight: 400;
    /* font-size: 64px; */
    font-size: 72px;
    letter-spacing: -1.4px;
    text-align: center;
    color: #fff;
    line-height: 1.3;
}

.video-tagline{
    font-weight: 400;
    font-size: 24px;
    text-align: center;
    letter-spacing: -0.3px;
    color: #fff;
}

.glass-texts{
    position: absolute;
    left: 50vw;
    top: 50vh;
    transform: translate(-50%,-50%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 30px;
    width: 100%;
}

.glass-div{
    padding: min(50px,5vw);
    border-radius: min(50px,5vw);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items:flex-start;
    gap: min(30px,5vw);
    background-color: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
    width: fit-content;
    max-width: 65vw;
}

.glass-div:first-child{
    width: fit-content;
    position: relative;
    left: -5vw;
}

.glass-div:nth-child(2){
    width: fit-content;
    position: relative;
    left: 8vw;
}

.glass-div:nth-child(3){
    width: fit-content;
    position: relative;
    left: -5vw;
}

.glass-heading{
    font-weight: 400;
    font-size: min(48px,4vw);
    text-align: left;
    letter-spacing: -1.4px;
    color: #fff;
    line-height: 1.3;
}

.glass-desc{
    font-weight: 400;
    font-size: min(22px,3vw);
    text-align: left;
    letter-spacing: -0.3px;
    color: #fff;
    line-height: 1.3;
}

.glass-desc span{
    display: block;
}

.glass-heading span{
    display: block;
}


.earning-points-section{
    height: 100lvh;
    width: 100%;
    max-width: 100vw;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    background-color: #F2F2F2;
    overflow: hidden;
}

.div-flipper{
    display: flex;
    flex-direction: column;
    width: 95vw;
    max-width: 992px;

}

.flipper-headings{
    display: flex;
    flex-direction: row;
    gap: 40px;
    padding: 10px;
}

.light-heading{
    font-weight: 400;
    font-size: min(48px,4.5vw);
    text-align: left;
    letter-spacing: -1.4px;
    color: #a9a9a9;
    line-height: 1.3;
}

.dark-heading{
    font-weight: 400;
    font-size: min(48px,4.5vw);
    text-align: left;
    letter-spacing: -0.3px;
    color: #000;
    line-height: 1.3;
}

.flip-slides-container{
    position: relative;
}

.flips-container{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 30px;
    height: 70vh;
    transform-origin: top center;
    overflow: hidden;
    width: 100%;
    opacity: 1;
}


.flip{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    padding: 20px;
    box-sizing: border-box;
    border-radius: 20px;
    filter: brightness(1);

}

.flip-details{
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px;
}

.flip-number{
    background-color: #000;
    border-radius: 100px;
    color: #fff;
    font-size: 14px;
        letter-spacing: -0.3px;
    width: 33px;
    height: 33px;
    aspect-ratio: 1 / 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.flip-number span{
    margin-top: 3px;
}

.flip-desc{
    font-size: 24px;
    letter-spacing: -0.3px;
    line-height: 1.3;
    color: #000;
}

.flip-image img{
    width: 100%;
}



.promotions-section{
    background-color: #F2F2F2;
    width: 100%;
    height: 100lvh;
    max-width: 100vw;
    box-sizing: border-box;
    position: relative;
}

.promotions-container{
    background-color: #fff;
    border-radius: 80px;
    box-sizing: border-box;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: row;
}

.promotions-text-container{
    display: flex;
    flex-direction: column;
    width: 50%;
    position: relative;
}

.promotions-text{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
    box-sizing: border-box;
    z-index: 1;
    position: absolute;
}

.promotions-text div{
    width: 100%;
    max-width: 500px;
    padding-left: 50px;
    box-sizing: border-box;
}

.promotions-heading{
    /* font-size: 64px; */
    font-size: 72px;
    letter-spacing: -1.4px;
    line-height: 1.1;
    font-weight: 400;
    color: #000;
    text-align: left;
}

.promotions-tagline{
    font-size: 24px;
    letter-spacing: -0.3px;
    line-height: 1.3;
    font-weight: 400;
    color: #000;
    text-align: left;
}

.promotions-image{
    width: 50%;
    box-sizing: border-box;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.promotions-image svg{
    object-fit: contain;
    height: 90% !important;
    width: 100%;
}


.emojis{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100vw;
    height: 100lvh;
    padding-left: 30px;
    padding-right: 30px;
    display: flex;
    flex-direction: row;
    box-sizing: border-box;
    justify-content: space-between;
    z-index: 0;
}

.emoji{
    font-size: 30px;
}

.bottom-black{
    background-color: black;
    position: absolute;
    left: 0px;
    bottom: 0px;
    height: 50%;
    width: 100%;
    z-index: -1;
}

.pricing-section{
    background-color: #000;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 15vh;
    padding-bottom: 15vh;
}

.pricing-heading{
    /* font-size: 64px; */
    font-size: 72px;
    letter-spacing: -1.4px;
    line-height: 1.1;
    font-weight: 400;
    color: #fff;
    text-align: center;
}

.pricing-packages{
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 20px;
    margin-top: 10vh;
    width: 100%;
    max-width: min(95vw,1080px);
    box-sizing: border-box;
}

.pricing-package{
    background-color: #fff;
    border-radius: 10px;
    padding: 40px 20px 40px 20px;
    display: flex;
    flex-direction: column;
    gap: 25px;
    width: 100%;
}

.pricing-package-heading{
    font-size: 32px;
    letter-spacing: -0.3px;
    font-weight: 400;
    color: #000;
    text-align: left;
    margin: 0px;
}

.pricing-package-details{
    font-size: 16px;
    letter-spacing: -0.3px;
    line-height: 2;
    font-weight: 400;
    color: #000;
    text-align: left;
    padding-inline-start: 20px;
}

.package-price{
    
    color: #000;
    text-align: left;
    display: inline;
    font-size: 16px;
    letter-spacing: -0.3px;
    font-weight: 400;
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    margin-top: 20px;
}

.package-price h2{
    display: inline;
    font-size: 32px;
    letter-spacing: -0.3px;
    font-weight: 400;
    color: #000;
    margin: 0px;
}


.demo-section{
    background-color: #000;
    width: 100%;
  
}

.demo-form-container{
  
    border-radius: 80px 80px 0px 0px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 100px;
    background-color:#fff;
}

.demo-section-box{
    background-color:#fff;
}

.demo-notch{
    position: absolute;
    top: 0px;
    left: 50%;
    transform-origin: top center;
    width: 270px;
    transform: translate(-50%,0%) scaleY(1.1);
}

.demo-button-heading{
    text-align: center;
    
    color: #fff;
    display: inline;
    font-size: 16px;
    letter-spacing: -0.3px;
    font-weight: 400;
    z-index: 2;
    border-radius: 50px;
    padding: 20px 40px;
    border: 1px solid #fff;
    margin-top: -20px;
}

.demo-form-text{
    margin-top: 200px;
    display: flex;
    flex-direction: column;
    width: 95vw;
    max-width: 1080px;
    align-items: flex-start;
    gap:40px;
}

.demo-form-heading{
    
    font-weight: 400;
    /* font-size: 64px; */
    font-size: 72px;
    line-height: 1.1;
    margin: 0px;
}

.demo-form-tagline{
    font-weight: 400;
    font-size: 24px;
    letter-spacing: -0.3px;
}

.demo-form{
    display: flex;
    flex-direction: row;
    width: 95vw;
    max-width: 1090px;
    gap: 50px;
    margin-top: 100px;
    position: relative;
}
.form-message{
    position: absolute;
    bottom: -55px;
    left: 50%;
    transform: translateX(-50%);
    

}

.demo-form-input{
    all:unset;
    font-weight: 400;
    font-size: 16px;
    
    box-sizing: border-box;
    border: none;
    line-height: 3;
    border-bottom: 1px solid #000;
    width: 100%;
}

.demo-form-input::placeholder{
    all: unset;
    line-height: 3;
    opacity: 0.5;
}

.demo-form-submit{
    background-color: #000;
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: -0.3px;
    padding: 20px 30px;
    text-align: center;
    border-radius: 100px;
    cursor: pointer;
    border: 1px solid #000000;
}


.demo-slider{
    width:100%;
    height:200px;
    position:relative;
    margin:auto;
    overflow:hidden;
    margin-top: 150px;
  }
  
  .demo-slider::after {
    width:100%;
    height:200px;
    content:"";
    position:absolute;
  }
  
  .box{
    width:300px;
    height:200px;
    position:absolute;
    font-size:25px;
    letter-spacing: -0.3px;
    line-height:50px;
    text-align:center;
    color: var(--color-just-black);
    padding-left: 5px;
    padding-right: 5px;
    
  }

  .box img{
    width:295px;
    height:200px;
    object-fit: cover;
    border-radius: 20px;
  }
  
  
  
  .boxes {
    position:relative;
    left:-300px;
  }

  .faq-section{
    background-color: #F2F2F2;
    display: flex;
    flex-direction: row;
    padding-top: 150px;
    padding: 150px;
    box-sizing: border-box;
  }

  .faq-heading{
    width: 100%;
    font-weight: 400;
    /* font-size: 64px; */
    font-size: 72px;
    line-height: 1.1;
    letter-spacing: -1.4px;
  }

  .faq-questions{
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .faq-question{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    background-color: #fff;
    padding: 20px;
    border-radius: 20px;
    cursor: pointer;
  }

  .question-content{
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .faq-ques{
    
    font-weight: 400;
    font-size: 18px;
    letter-spacing: -0.3px;
    line-height: 1.3;
  }
  
.faq-ans{
    
    font-weight: 400;
    font-size: 16px;
    letter-spacing: -0.3px;
    line-height: 1.3;
    height: 0px;
    overflow: hidden;
  }

  .faq-arrow{
    background-color: #F2F2F2;
padding: 9px 10px;
height: fit-content;
    border-radius: 100px;
  
    transition: 0.5s transform;
  }


  .footer-section{
    background-color: #F2F2F2;
  }

  .footer-container{
    background-color: #fff;
    border-radius: 50px 50px 0px 0px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 40px 30px;
  }

  .copyright-text{
    display: flex;
    flex-direction: column;
    
    font-weight: 400;
    font-size: 12px;
    letter-spacing: -0.3px;
    line-height: 1.3;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #a2a2a2;
  }

  .copyright-text span a{
    color: inherit;
  }

  .footer-arrow{
    cursor: pointer;
  }
  
  

  /* term policy */
  .text-center{
    text-align: center;
  }
  
  .term-privacy{
    padding-top: 120px;
  }

  .term-privacy-content{
    max-width: 1100px;
    margin: 100px auto;
    padding: 0 20px;
    
  }

 .term-privacy-content h3{
    font-size: 25px;
    letter-spacing: -0.3px;
    font-weight: 600;
 }
.term-privacy-content ul li{
    margin-bottom: 5px;
}
.tl-divider{
    width: 100%;
    height: 1px;
    background: #000000;
    margin: 50px 0;
}



.grecaptcha-badge{
    /* position: absolute; */
    /* right: 10px; */
    /* bottom: 10px; */
    opacity: 0;
    visibility: hidden;
}





@media (max-width:1300px) {
 
    .glass-desc span{
        display: inline;
    }
    
    .glass-heading span{
        display: inline;
    }   
}


@media (max-width:1075px) {
    .hero-section{
        padding: 50px;
    }

}


@media (max-width:992px) {
    .menu-icon{
        display: block;
        cursor: pointer;
        height: 30px;
    }

    .demo-button{
        padding: 10px 15px;
    }

    .nav-section-container{
        width: 100%;
        position: fixed;
        top: 100px;
        left: 0px;
        box-sizing: border-box;
        height: 0px;
        overflow: hidden;
    }

    /* .nav-section-container.active{
        height: 100%;
        transition: 1s all ease-in;
    } */

    .nav-section{
        padding: 20px;
        box-sizing: border-box;
        flex-direction: column;
        align-items: flex-start;
        gap: 0px;
        width: 100%;
        box-sizing: border-box;
        background-color: #fff;
    }

    .nav-item{
        padding: 15px;
        border-bottom: 1px solid #0000002a;
        width: 100%;
        box-sizing: border-box;
        text-decoration: none;
    }

    .nav-item:hover{
        transform: scale(1);
    }

    .hero-heading{
        font-size: 50px;
    }

    .video-heading{
font-size: 40px;
    }

    .video-tagline{
        font-size: 16px;
    }

    .promotions-container{
        flex-direction: column;
        border-radius: 25px;
    }

    .promotions-text-container{
        width: 100%;
        max-width: 100vw;
        height: 30%;
    }

    .promotions-text div{
        box-sizing: border-box;
        padding-left: 20px;
    }
    

    .promotions-heading{
        font-size: 40px;
    }

    .promotions-tagline{
        font-size: 16px;
    }

    .promotions-image{
        width: 100%;
        height: 70%;
        padding: 20px;
        box-sizing: border-box;
    }

    .promotions-image svg{
        object-fit: contain;
        max-width: 100%;
        max-height: 100%;
    }

    .emojis{
        box-sizing: border-box;
    }

    .emoji{
        font-size: 20px;
    }

    .pricing-section{
        padding-top: 50px;
    }

    .pricing-packages{
        flex-direction: column;
        width: 100%;
        max-width: 90vw;
        margin-top: 30px;
    }

    .pricing-package{
        box-sizing: border-box;
    }

    .demo-form-container{
        border-radius: 25px 25px 0px 0px;
    }

    .faq-section{
        flex-direction: column;
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 50px;
        padding-bottom: 50px;
        gap: 50px;
    }

    .footer-container{
        border-radius: 25px 25px 0px 0px;
    }
    

}


@media (max-width:768px) {
    .header-logo{
        width: 120px;
    }


    .demo-button{
        font-size: 14px;
    }

    .nav-section-container{
        top: 70px;
    }

    .button-section{
gap: 10px;
    }

    .hero-section{
        padding: 20px;
    }

    .hero-heading{
        font-size: 40px;
        display: inline;
    }

    .hero-description{
display: inline;
    }

    .video-info{
        aspect-ratio: 9 / 16;
    }

    .shifting-video video{
        clip-path: inset(calc(50% - 14.7vw) 35% calc(50% - 15.1vw) 35% round 1000px);
        }

        .flip-desc{
            font-size: 16px;
        }

        .demo-form-heading{
            font-size: 40px;
        }

        .demo-form-tagline{
            font-size: 16px;
        }

        .demo-form-text{
            gap: 20px;
        }

        .demo-form{
            flex-direction: column;
        }

        .footer-logo{
            width: 100px;
        }

        .footer-arrow{
            width: 30px;
        }

        .footer-container{
            padding: 40px 10px;
            gap: 10px;
        }

        .copyright-text{
            font-size: 10px;
        }
        .term-headline{
            font-size: 35px;
        }
        
}






/* custom cursor */

@media (min-width:768px) {
  body, html {
    cursor: none!important;
  }

  .cursor--dot {
    position: fixed;
    width: 9.5px;
    height: 9.5px;
    left: -3px;
    top: -3px;
    border-radius: 100%;
    z-index: 11000;
    background: var(--color-text, #000);
    pointer-events: none;
    transform: translate3d(0, 0, 0);
  }
}


  /* custom btn */
.custom-btn {
    position: relative;
    transition: .5s ease-in-out;
    background-color: unset;
    border: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    padding: 1rem 2rem;
    cursor: pointer;
}

.btn-border {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #000000;
    border: 1px solid #000;
    border-radius: 999px;
    transform: translate3d(0, 0, 0);
    transform-style: preserve-3d;
    will-change: transform;
    transition: transform 0.04s linear, scale 0.5s ease-in-out, background-color 0.5s ease-in-out;
}
.custom-btn span {
    position: relative;
    z-index: 40;
    transition: .5s ease-in-out;
    color: #fff;
    font-size: 1rem;
    letter-spacing: -0.3px;
}
.custom-btn:hover span {
    scale: .7;
    transition: .5s ease-in-out;
}
.custom-btn:hover .btn-border {
    scale: .61;
    background-color: #fff;
    transition: transform 0.2s linear, scale 0.5s ease-in-out, background-color 0.5s ease-in-out;
}
.btn-white-circle {
    z-index: 50;
    background-color: #000000;
    border-radius: 50em;
    width: 0;
    height: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate3d(-50%, -50%, 0) scale(1);
    transform-style: preserve-3d;
    will-change: transform;
    transition: transform 0.2s linear, width 0.5s ease-in-out, height 0.5s ease-in-out;
}
.btn-arrow {
    z-index: 60;
    filter: invert(1);
    position: absolute;
    display: block;
    width: 0;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: transform 0.2s linear, width 0.5s ease-in-out, height 0.5s ease-in-out;
}
.custom-btn:hover .btn-white-circle {
    animation: circle-bounce 0.7s ease-in-out forwards;
}

.custom-btn:hover .btn-arrow {
    width: 28px;
}

@keyframes circle-bounce {
    0% { width: 0; height: 0; }
    50% { width: 8.5rem; height: 8.5rem; }
    100% { width: 8rem; height: 8rem; }
}