
.header-wrap {
    height: auto;
    z-index: 299;
    width: 100%;
    background-color: transparent;
    transition: height .2s ease 0s, background-color .3s ease 0s;
}

.hero-section {
    background-color: rgb(253, 227, 161);

    padding: 10px;
    position: relative;
    overflow: hidden;

}

.backgound-img{
     background: transparent url("../../../assets/img/hero-bg-icons.svg") center center / cover;
    opacity: 0.04;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

.hero-content{
    min-height: 100vh;
    padding-top: 5rem;
    position: relative;
}

.text-hero-h1{
    font-size: 64px;
    line-height: 1.3;
    font-weight: bolder;
     font-family: 'Cute_Aurora_demo';
}


.divider .wave{
    position: absolute;
    width: 100%;
    height: 100px;
    left: 0;
    bottom: 0;
    right: 0;
}

.divider .absolute-img {
    position: absolute;
    width: 250px;
    right: 20px;
    bottom: 0;
    animation: float 4s ease-in-out infinite;
    z-index: 1;

}

.absolute-img-left{
    left: 20px;
    right: auto;
    bottom: 20px;
}

.hero-img{
    display: flex;
    justify-content: center;
}

.hero-img img{
    height: 600px !important;
    width: auto !important;
}


@media (max-width: 991px) {
    .text-hero-h1 {
        font-size: 32px;
    }

    .card-sweet{
        margin-top: 45px;
    }
}