html{
    font-family: "Stack Sans Text", sans-serif;
}

body{
    background-color: aliceblue;
}

section {
    margin: 50px 0px;
}

h1, h2, h3, h4{
    font-family: "Stack Sans Headline", sans-serif;
}

p{
    font-size: 1rem;
}

button, .btn{
    background-color: black;
    padding: 10px 20px;
    color: aliceblue;
    border: none;
    border-radius: 100px;
}

.div-animate{
    position: relative;
}

.p-clickanimate{
    position: relative;
}

.hidden{
    display: none;
}

.canvas{
    margin-top: 10px;
}


.box{
    /* padding: 10px; */
    width: 100px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgb(213, 213, 247);
    margin-bottom: 20px;
}

.group{
    margin-top: 40px;
}

.group-from-to{
    display: flex;
    gap: 20px;
    
}

.placeholder-text{
    opacity: 0.2;
}



#p-replay{
    margin-bottom: 100px;
}

.section-splitText p{
    font-size: 2rem;
    margin-bottom: 100px;
}

.text-split{
    
    
}

.word{
    border: 1px solid rgb(66, 203, 35);
}

.section-smoother{
    margin-bottom: 100px;
}


.gsap-main{
    padding-bottom: 500px;
}

.group-smoother{
    display: flex;
    /* flex-direction: column; */
    gap: 50px;
    margin: 200px 0px;
}

.box-1{
    background-color: beige;
    padding: 20px;
}


.box-2{
    background-color: bisque;
    padding: 20px;
    width: 50%;
    height: 500px;
}