.page-title {
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

@media (min-width: 992px) {
    .page-title {
        font-size: 112px;
    }
}

.title-image {
    height: 20vh;
    -o-object-fit: cover;
       object-fit: cover;
}

.cap-design {
    height: 100px;
    width: 70px;
    top: -55px !important;
    border-top-right-radius: 1rem !important;
    border-top-left-radius: 1rem !important;
}

.title-text {
    position: relative;
}

.title-text::after {
    position: absolute;
    content: "";
    display: block;
    width: 110%;
    height: 30%;
    left: -5%;
    right: 0;
    bottom: 10%;
    background-color: rgb(252, 226, 221);
    z-index: -1;
}

.how-image {
    width: 340px;
    height: 400px;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 1rem !important;
}

.title-bg {
    z-index: -1;
    border-radius: 1rem !important;
}

.picture-bg-0,
.picture-bg-1 {
    z-index: -1;
    height: 350px;
    width: 350px;
    -o-object-fit: cover;
       object-fit: cover;
}

.picture-bg-0 {
    transform: rotate(180deg);
    top: -50px !important;
}

.how-bottle-image a:first-child {
    border-top-right-radius: 2rem !important;
    border-top-left-radius: 2rem !important;
}

.how-bottle-image a:nth-child(7) {
    border-bottom-right-radius: 1.25rem !important;
    border-bottom-left-radius: 1.25rem !important;
}

@media (min-width: 992px) {
    .title-image {
        height: unset;
    }

    .title-text::after {
        width: 120%;
        left: -10%;
    }
}

#mainNavbarMenu .navbar-nav .nav-item a {
color: rgba(0, 0, 0, .55) !important;
}

#mainNavbarMenu .navbar-nav .nav-item .dropdown-menu-image a:hover {
    color: #fff !important;
}

#mainNavbarMenu li.has-submenu:hover > a.dropdown-item {
    background-color: #734d3b !important;
    color: #fdf9f5 !important;
}

#mainNavbarMenu .navbar-nav .nav-item a:hover,
#mainNavbarMenu .navbar-nav .dropdown-menu:hover {
    color: #b68d40 !important;
}

#mainNavbarMenu .navbar-nav .nav-item a .create-btn {
    color: #fff;
}

#mainNavbar {
    background-color: #f5f5f5 !important;
}

#mobileNavbar {
    background-color: #f5f5f5 !important;
}

#mainSocial a {
    color: #2C2C22 !important;
}

#mainSocial .btn-social:hover {
    color: #fff !important;
}

#mainSocial .btn-social:hover.social-snapchat {
    color: black !important;
}
