
.hidden{
    display: none !important;
}
.position-relative{
    position: relative !important;
}

.vh-100{
    height: 100vh;
}

.vh-80{
    height: 80vh;
}

.vh-90{
    height: 90vh;
}

.overflow-hidden{
    overflow: hidden;
}

.scale-to-small{
    transform: scale(0.7);
}


.header-fixed{
    position: absolute;
    top: 0;
    width: 100%;
    height: 100px;
    display: flex;
    align-items: end;
    z-index: 1;
}
.logo-click {
    position: absolute;
    height: 100%;
    align-self: end;
    display: flex;
    align-items: end;
    align-content: end;
    margin-left: 0;
}

.flava-txt {
    max-width: 280px;
    margin: auto;
    padding: 13px 0;
}

.position-video{
    position: relative;
    width: 100vw;
    height: 100vh;
    z-index: -1;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    z-index: 1;
}
.svg-bg {
    max-width: 1010px;
}

.home-bottle{
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    overflow: hidden;
    top: 0;
}

.home-bottle img{
    position: relative;
    height: 77vh;
    top: 137px;
    z-index: 1;
}

.circle-yellow{
    position: absolute;
    width: var(--cirle-width);
    height: var(--cirle-width);
    margin: auto;
    background: #ddbf00;
    border-radius: 50%;
    z-index: -2;
    --cirle-width: 610px;
    margin-top: 49px;
    max-width: 630px;
    max-height: 630px;
    aspect-ratio: 1 / 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 0;
}

.img-bottle{
    cursor: pointer;
}

@media screen and (max-width: 39.9375em) {
    .home-bottle{
        height: 80vh;
    }

    .home-bottle img{
        height: 57vh;
        top: 21vh;
        transform: scale(0.9);
    }

    .circle-yellow {
        --cirle-width: 350px;
        transform: translate(-50%, -50%) scale(0.8);
        margin-top: 78px;
    }

    .svg-bg {
        position: absolute;
        width: 610px;
        transform: scale(0.7);
    }
    .scale-to-small {
        transform: scale(1);
    }
}