.hero-section{
    position: relative;
    padding: 135px 100px 0px 100px;
}

.hero-section .hero-wrap{
    margin-top: 100px;
    margin-bottom: 88px;
}

.hero-section .hand{
    position: absolute;
    top: 0;
    left: 5%;
    width: fit-content;
    height: 90%;
    opacity: 20%;
}

.hero-section .arrow-right{
    position: absolute;
    bottom: 20%;
    right: 10%;
    z-index: 2;
    width: fit-content;
}

.hero-section .hero-item-slide{
    height: 80%;
    width: fit-content;
}

.hero-carousel{
    width: 50vw !important;
}

.hero-section .tagline{
    font-weight: bold;
    font-size: 24px;
    color: var(--primaryNeutral900);
    margin-bottom: 16px;
}

.hero-section .slogan{
    font-weight: bold;
    font-size: 72px;
    margin-bottom: 24px;
    line-height: 120%;
    color: var(--primaryNeutral900);
}

.hero-section .description{
    color: var(--primaryNeutral500);
    font-size: 18px;
    width: 80%;
    margin-bottom: 85px;
}

.hero-section .data-wrap .title{
    font-weight: bold;
    font-size: 40px;
    color: var(--primaryNeutral900);
}

.hero-section .data-wrap .description{
    font-weight: 500;
    font-size: 16px;
    color: var(--primaryNeutral500);
}

@media (max-width: 720px) {
    .hero-section {
        padding: 100px 80px 0px 80px;
    }

    .hero-section .hand{
        height: 40%;
        left: 10%;
    }

    .hero-section .tagline{
        font-size: 20px;
    }
    
    .hero-section .slogan{
        font-size: 48px;
    }
    
    .hero-section .description{
        font-size: 14px;
        margin-bottom: 40px;
    }
    
    .hero-section .data-wrap .title{
        font-size: 36px;
    }
    
    .hero-section .data-wrap .description{
        font-size: 12px;
    }
    
}

@media (max-width: 576px) {
    .hero-section {
        padding: 40px 40px 0px 40px;
    }

    .hero-section .hand{
        height: 30%;
        left: 0%;
    }

    .hero-section .tagline{
        font-size: 16px;
    }
    
    .hero-section .slogan{
        font-size: 38px;
    }
    
    .hero-section .description{
        font-size: 12px;
        margin-bottom: 40px;
    }
    
    .hero-section .data-wrap .title{
        font-size: 32px;
    }
    
}

/* about */

.about-section{
    padding: 100px;
}

.about-section img{
    width: 100%;
}

.about-section .title{
    font-weight: bold;
    font-size: 36px;
    margin-bottom: 24px;
}

.about-section .description p{
    color: var(--primaryNeutral500) !important;
    font-size: 16px;
}

@media (max-width: 720px) {
    .about-section{
        padding: 80px;
    }
    
    .about-section img{
        width: 90%;
    }

    .about-section .title{
        font-size: 32px;
        margin-bottom: 20px;
    }
    
    .about-section .description{
        font-size: 14px;
    }
}

@media (max-width: 576px) {
    .about-section{
        padding: 40px;
    }

}


/* MENU SECTION */

.menu-section{
    padding: 100px;
}

.btn-menu-arrow{
    width: 10%;
}

@media (max-width: 720px) {
    .menu-section{
        padding: 80px;
    }

    .hover-content .title{
        font-size: 20px;
    }
    
    .hover-content .subtitle{
        font-size: 14px;
    }
}

@media (max-width: 576px) {
    .menu-section{
        padding: 40px;
    }

    .hover-content .title{
        font-size: 18px;
    }
    
    .hover-content .subtitle{
        font-size: 12px;
    }

}

.menu-section .title{
    font-weight: bold;
    font-size: 36px;
    margin-bottom: 24px;
}

.menu-section .description{
    color: var(--primaryNeutral500);
    font-size: 16px;
    margin-bottom: 74px;
}

.menu-section .menu-item-large{
   height: 595px;
   width: 100%; 
   background-size: cover;
   background-position: center;
   border-radius: 12px;
}

.menu-section .menu-item{
    height: 390px;
    width: 100%; 
    background-size: cover;
    background-position: center;
    border-radius: 12px;
 }

.menu-section .lihat-semua-menu{
    margin-top: 80px ;
}

.hover-content{
    padding: 40px;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    border-radius: 12px;
    display: none;
    -webkit-transition: display 0.5s ease-in-out;
    transition: display 0.5s ease-in-out;
}

.hover-content .title{
    font-size: 24px;
    color: white;
    font-weight: bold;
    margin-bottom: 8px;
}

.hover-content .subtitle{
    font-size: 16px;
    color: white;
    font-weight: 500;
}

/* kata mereka section */
.kata-section{
    padding: 100px 0 100px 100px;
}

@media (max-width: 720px) {
    .kata-section{
        padding: 80px;
    }

    .kata-section .right-side{
        margin-right: 0px ;
        width: 100%;
    }

    .kata-section .left-side .title{
        font-size: 32px;

    }
    .kata-carousel{
        margin-top: 30px;
    }
}
@media (max-width: 576px) {
    .kata-section{
        padding: 40px;
    }

    .kata-section .right-side{
        margin-right: 0px !important;
    }

    .kata-section .left-side .title{
        font-size: 22px;

    }
    .kata-carousel{
        margin-top: 20px;
    }
}

.kata-section .right-side{
    margin-right: 100px !important;
}

.kata-section .left-side .title{
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 40px;
    color: var(--primaryNeutral900);
}

.kata-section .right-side .navigator-left{
    height: fit-content;
    padding: 12px;
    border-radius:8px ;
    border: 2px solid var(--brandPrimary500);
}

.kata-section .right-side .navigator-left #arrow-left{
    filter: invert(57%) sepia(87%) saturate(2822%) hue-rotate(346deg) brightness(105%) contrast(81%);

}

.navigator-left:hover{
    background-color: var(--brandPrimary500);
}
.kata-section .right-side .navigator-left:hover #arrow-left{
    filter: none;
}


.kata-section .right-side .navigator-right{
    height: fit-content;
    padding: 12px;
    border-radius:8px ;
    border: 2px solid var(--brandPrimary500);
}

.kata-section .right-side .navigator-right #arrow-right{
    filter: invert(57%) sepia(87%) saturate(2822%) hue-rotate(346deg) brightness(105%) contrast(81%);
}

.navigator-right:hover{
    background-color: var(--brandPrimary500);
}

.kata-section .right-side .navigator-right:hover #arrow-right{
    filter: none;
}

/* kata carousel */
#kata-carousel{
    margin-top: 80px;
}
#kata-carousel .item{
    padding: 30px 0px;
    margin: 10px;
    color: #FFF;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
    width: 100%;
    height: 280px;
    border-radius: 24px;
    background-size: cover;
    background-position: center;
}

#kata-carousel .icon-play{
    width: 100%;
    height: 20%;
}

#kata-carousel .btn-play{
    border: none;
    background-color: transparent;
}
#kata-carousel .btn-play:focus{
    outline: none;
}

#kata-carousel .category{
    text-transform: uppercase;
    font-weight: 500;
    font-size: 16px;
    color: #999999;
}

#kata-carousel .title{
    font-size: 20px;
    font-weight: bold;
}


/* CTA SECTION */
.cta-section{
    padding: 80px 100px;
}

.cta-section .cta-wrapper{
    padding: 80px 0;
    width: 100%;
    border-radius: 40px;
}

.cta-section .cta-wrapper .title{
    color: white;
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 24px;
}

.cta-section .cta-wrapper .description{
    font-size: 16px;
    font-weight: bold;
    color: white;
    margin-bottom: 40px;
}

@media (max-width: 720px) {
    .cta-section{
        padding: 60px 80px;
    }

    .cta-section .cta-wrapper .title{
        font-size: 34px;

    }
    
    .cta-section .cta-wrapper .description{
        font-size: 14px;
    }
}
@media (max-width: 576px) {
    .cta-section{
        padding: 40px 60px;
    }

    .cta-section .cta-wrapper .title{
        font-size: 32px;

    }
    
    .cta-section .cta-wrapper .description{
        font-size: 12px;
    }
}

/* promo section */
.promo-section{
    padding: 100px;
}


.promo-section .title{
    font-weight: bold;
    font-size: 36px;
    margin-bottom: 24px;
}

.promo-section .description{
    font-weight: 500;
    font-size: 16px;
}

.promo-section .promo-item{
    width: 280px;
    height: 280px;
}


@media (max-width: 720px) {
    .promo-section{
        padding: 80px;
    }

    .promo-section .title{
        font-weight: bold;
        font-size: 34px;
        margin-bottom: 24px;
    }
    
    .promo-section .description{
        font-weight: 500;
        font-size: 14px;
    }
}
@media (max-width: 576px) {
    .promo-section{
        padding: 40px;
    }
    .promo-section .title{
        font-weight: bold;
        font-size: 32px;
        margin-bottom: 24px;
    }
    
    .promo-section .description{
        font-weight: 500;
        font-size: 12px;
    }
}


/* modal */
.modal-dialog {
    max-width: 800px;
    margin: 50px auto;
}

.modal-body {
    position:relative;
    padding:0px;
}
.close {
    position:absolute;
    right:-30px;
    top:0;
    z-index:999;
    font-size:2rem;
    font-weight: normal;
    color:#fff;
    opacity:1;
}

.close:focus{
    outline: none;
}
