
.carousel-img {
    max-height: 120vh;
}

.bubble::after {
    content: '';
    border-top-left-radius: 50% 100%;
    border-top-right-radius: 50% 100%;
    position: absolute;
    bottom: 0;
    z-index: -1;
    width: 100%;
    background-color: #0f0f10;
    height: 85%;
}

h5, h1{
        margin-right: 700px;
        font-size: 70px;
        font-weight: 700;
        line-height: 56px;
        text-transform: uppercase;
        color: #fff;
        /* font-family: 'Montserrat'; */
}

h2 {
    text-transform: uppercase;
}

.carousel-caption {
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: left;
    flex-direction: column;
    text-align: left;
}

.vh-50 {
    height: 18vh;
}

.vh-30 {
    height: 5vh;
}

.vh-10 {
    height: 2vh;
}


/* .primary {
    
} */

/* .event-con {
position: relative;
  width: 100%;
  max-width: 400px;
}

.event-img {
    width: 100%;
    height: auto;
}

.event-con .btn-get-started2 {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 8px 28px;
    border-radius: 50px;
    transition: 0.5s;
    margin: 10px;
    border: 2px solid #a91930;
    color: #a91930;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    cursor: pointer;
    text-align: center;
} */

nav .navbar .fixed-top {
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1037;
}

.active {
    color: #a91930 !important;
}

.btn-get-started {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 8px 28px;
    border-radius: 50px;
    transition: 0.5s;
    margin: 10px;
    border: 2px solid #a91930;
    color: #a91930;
    text-decoration:none;
}

.btn-get-started2 {
    margin-right: 700px;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 8px 28px;
    border-radius: 50px;
    transition: 0.5s;
    border: 2px solid #ffffff;
    color: #ffffff;
    text-decoration: none;
}

.btn-to-top {
    background: #a91930;
    color: white;
    padding: 15px;
    display: inline;
    position: fixed;
    bottom: 0;
    right: 0;
}

.btn-get-started:hover {
    background: #a91930;
    border: 2px solid #a91930;
    color: #ffffff;
}

.btn-get-started2:hover {
    background: #a91930;
    border: 2px solid #a91930;
    color: #ffffff;
}

.products-title {
    font-size: 32px;
    color: #a91930;
}

/* .products-name {
    font-size: 15px;
    color: #a91930;
} */

.products-content {
    font-size: 18px;
}

p.c {
    white-space: pre;
  }

.product-us {
    position: fixed;
    background-color: #a91930;
}

/* .product-us h2::after {
    content: '';
    position: absolute;
    display: block;
    width: 50px;
    height: 3px;
    background-color: #a91930;
    bottom: 0;
    left: calc(50% - 25px);
} */

.recipes-title {
    font-size: 32px;
    color: #a91930;
}

.recipes-content {
    font-size: 18px;
}

/* .recipes-us h2::after {
    content: '';
    position: absolute;
    display: block;
    width: 50px;
    height: 3px;
    background-color: #a91930;
    bottom: 0;
    left: calc(50% - 25px);
} */

.about-us {
    background-color: #f1f1f1;
   
}

.events-title {
    font-size: 32px;
    color: #a91930;
}

.events-content {
    font-size: 18px;
}

/* .events-us h2::after {
    content: '';
    position: absolute;
    display: block;
    width: 50px;
    height: 3px;
    background-color: #a91930;
    bottom: 0;
    left: calc(50% - 25px);
} */

/* .about-us {
    background-color: white;
   
} */

.mansory-sizer,
.mansory-item {
    width: 32%;
}

@media (max-width:768px) {
    .mansory-sizer,
    .mansory-item {
    width: 40%;
    }
}

@media (max-width:576px) {
    .mansory-sizer,
    .mansory-item {
    width: 100%;
    }
}

.mansory-sizer2,
.mansory-item2 {
    width: 32%;
}

.product-img {
    object-fit: cover;
    transition: 0.5s;
    display: block;
    margin: 0 auto;
}

/* .img-tengah {
    display: block;
    margin: 0 auto;
} */

.product-img:hover {
    transform: scale(1.5);
}

.resep-img::before {
    background: rgba(87, 87, 87, 0.6);
    position: absolute;
    left: 100%;
    right: 0;
    top: 0;
    bottom: 0;
    transition: all ease-in-out 0.3s;
    z-index: 2;
}

/* .resep-img:hover {
    transform: scale(1.5);
}  */

.about-title {
    font-size: 32px;
    color: #a91930;
}

.about-content {
    font-size: 18px;
}

/* .about-us h2::after {
    content: '';
    position: absolute;
    display: block;
    width: 50px;
    height: 3px;
    background-color: #a91930;
    bottom: 0;
    left: calc(50% - 25px);
} */

/* footer */
/* .fa-brands {
    padding: 20px;
    font-size: 20px;
    width: 20px;
    text-align: center;
    text-decoration: none;
    border-radius: 50%;
} */



.fa:hover {
    opacity: 0.7;
}

a.btn.btn-outline-light.btn-floating.m-1 {
    border-radius: 50%;
}

/* .fa-facebook-f {
    background: #3B5998;
    color: white;
    padding: 15px;
    font-size: 15px;
    width: 15px;
    text-align: center;
    text-decoration: none;
    border-radius: 50%;
}

.fa-twitter {
    background: #55ACEE;
    color: white;
    padding: 15px;
    font-size: 15px;
    width: 15px;
    text-align: center;
    text-decoration: none;
    border-radius: 50%;
}

.fa-instagram {
    background: #125688;
    color: white;
    padding: 15px;
    font-size: 15px;
    width: 15px;
    text-align: center;
    text-decoration: none;
    border-radius: 50%;
 }

.fa-youtube {
    background: #BB0000;
    color: white;
    padding: 15px;
    font-size: 15px;
    width: 15px;
    text-align: center;
    text-decoration: none;
    border-radius: 50%;
}

.fa-whatsapp {
    background: #25D366;
    color: white;
    padding: 15px;
    font-size: 15px;
    width: 15px;
    text-align: center;
    text-decoration: none;
    border-radius: 50%;
}

.fa-linkedin {
    background: #0077b5;
    color: white;
    padding: 15px;
    font-size: 15px;
    width: 15px;
    text-align: center;
    text-decoration: none;
    border-radius: 50%;
} */

.copyright {
    font-size: smaller;
}

.credits {
    font-size: smaller;
}

.contacts-title {
    margin-top: 57px;
    margin-bottom: 30px;
    font-size: 20px;
}

.company-title {
    margin-bottom: 25px;
    font-size: 32px;
}

.sm-title {
    font-size: 28px;
}

.content-company {
    font-size: 18px;
}

.address-content {
    font-size: 14px;
}

.footer-top, .breadcrums {
    background-color: #202020;
    
}
/* end footer */

.breadcrums {
    margin-top: 72px;
}

.breadcrums ol li + li::before {
    display: inline-block;
    color: white;
    padding-right: 10px;
    padding-left: 10px;
    content: " / ";
}

/* .con-img {
        width: 1000px;
        height: 500px;
        border: 2px solid #000000;

}

.detail-img {
    width: 40px;
    height: 40px;
} */

img.tengah {
        display: block;
        margin-left: auto;
        margin-right: auto;
}

.image_overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    color: #ffffff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.25s;
}

.image_overlay:hover {
    opacity: 1;
}

.image_title {
    font-size: 1.5em;
    font-weight: bold;
    text-transform: uppercase;
}

.image_title a {
    color: #ffffff;
    text-decoration:none;
}


/* Events new */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.slide-container {
    max-width: 1330px;
    width: 100%;
    padding: 40px 0;
}

.slide-content {
    margin: 0 40px;;
}

.image-content,
.card-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px 14px;
}

.image-content {
    position: relative;
    row-gap: 5px;
    padding: 30px 0;
}

.overlay {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #fff;
    border-radius: 25px 25px 0 25px;
}

.overlay::before,
.overlay::after {
    content: '';
    position: absolute;
    right: 0;
    bottom: -40px;
    height: 40px;
    width: 40px;
    /* background-color: red; */
}

.overlay::after {
    border-radius: 0 25px 0 0;
    background-color: #FFF;
}

.card-image {
    position: relative;
    height: 200px;
    width: 200px;
    background: #fff;
    padding: 3px;
}

.card-image .card-img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.card {
    width: 320px;
    border-radius: 25px;
    background-color: #fff;
}

.title {
    font-size: 18px;
    font-weight: 500;
    color: #333;
}

.subtitle {
    font-size: 14px;
    color: #707070;
    text-align: center;
}

/* .swiper-wrapper {
    grid-column-gap: 40px;
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
} */

.swiper-button-prev{
    left: -37px;
    right: auto;
}

.swiper-button-next {
    right: -32px;
    left: auto;
}

.address-content a {
    text-decoration: none;
    color: #FFF;
}

.product-filters .filter-active {
    background: #861226;
}

.product-filters li {
    transition: 0.6s;
    cursor: pointer;
}