
.h-500{height: 530px;}
.category-nav-menu{
    z-index: 1!important;
    margin-bottom: -22px!important;
}
.category-nav-menu .nav-item .nav-link{
    background-color: var(--theme-light)!important;
    border-radius:5px;
}
.rounded-20{border-radius:20px;}

.custom-shape-divider-bottom-1726816769 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
}

.custom-shape-divider-bottom-1726816769 svg {
    position: relative;
    display: block;
    width: calc(142% + 1.3px);
    height: 249px;
}

.custom-shape-divider-bottom-1726816769 .shape-fill {
    fill: #BB0A51;
}


.hero_area {
    position: relative;
    height: 100vh;
    background-color: var(--theme)!important;
}

.waves {
    position: absolute;
    width: 100%;
    height: 15vh;
    min-height: 100px;
    max-height: 150px;
    bottom: 0;
    left: 0;
    
}

.parallax>use {
    animation: move-forever 25s cubic-bezier(.55, .5, .45, .5) infinite;
}

.parallax>use:nth-child(1) {
    animation-delay: -2s;
    animation-duration: 7s;
}

.parallax>use:nth-child(2) {
    animation-delay: -3s;
    animation-duration: 10s;
}

.parallax>use:nth-child(3) {
    animation-delay: -4s;
    animation-duration: 13s;
}

.parallax>use:nth-child(4) {
    animation-delay: -5s;
    animation-duration: 20s;
}

@keyframes move-forever {
    0% {
        transform: translate3d(-90px, 0, 0);
    }

    100% {
        transform: translate3d(85px, 0, 0);
    }
}


/*Shrinking for mobile*/
@media (max-width: 992px) {
    .h-500{height: auto;}
}
