@font-face {
    font-family: 'TANPEARL';
    src: url('font/fonnts.com-tan-pearl.otf') format('opentype');
}

@font-face {
    font-family: 'PoppinsRegular';
    src: url('font/poppins/Poppins-Regular.ttf') format('opentype');
}

@font-face {
    font-family: 'PoppinsBold';
    src: url('font/poppins/Poppins-Bold.ttf') format('opentype');
}

@font-face {
    font-family: 'PoppinsSemiBold';
    src: url('font/poppins/Poppins-SemiBold.ttf') format('opentype');
}

@font-face {
    font-family: 'PoppinsBlack';
    src: url('font/poppins/Poppins-Black.ttf') format('opentype');
}

html,body{
    margin: 0;
    height:  100%;
    font-family: 'TANPEARL', sans-serif;
    background-color: #FDF9EC;
}

header{
    width: 100%;
    position: absolute;
    top: 5%;
    z-index: 99;
}

header .mobile a{
    color: #E4A400;
    font-size: 30px;
}


.offcanvas{
    width: 100%;
}

.offcanvas-header h5{
    font-family: 'PoppinsRegular';
    font-size: 26px;
}

.offcanvas-body{
    display: grid;
    align-items: center;
    justify-content: center;
}

.offcanvas-body ul{
    list-style: none;
    padding-left: 0;
}

.offcanvas-body ul li{
    margin-bottom: 10%;
    text-align: center;
}

.offcanvas-body ul li a{
    margin-bottom: 10px;
    font-family: 'PoppinsRegular';
    font-size: 34px;
    text-decoration: none;
    color: black;
}

header .list-menus{
    width: inherit;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

header .list-menus a{
    text-decoration: none;
    color: #D4AF37;
    font-size: 12px;
}

header .list-menus a img{
    width: 120px;
}

#section-top{
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: grid;
    align-items: center;
}

#section-top .title{
    font-family: 'TANPEARL', sans-serif;
    color: #D4AF37;
    font-weight: 300;
    font-size: 40px;
    width: 40%;
}

#section-top .text{
    font-family: 'PoppinsRegular';
    color: #D4AF37;
    width: 40%;
    line-height: 25.22px;
    font-size: 14px;
}


#section-top .text-tags{
    font-family: 'PoppinsRegular';
    color: #D4AF37;
    font-size: 10px;
}

#section-top img{
    width: 40px;
    height: 40px;
}

#section-top .bottom-page{
    position: absolute; 
    bottom:5%;
    width: 60%;
}

.btn-download-menu
{
    font-family: 'PoppinsRegular';
    background-color: #D4AF37;
    font-weight: 700;
    text-transform: uppercase;
    outline: none;
    border: none;
    border-radius: 30px;
    padding-top: 10px;
    font-size: 13px;
    padding-bottom: 10px;
    padding-left: 30px;
    padding-right: 30px;
}

.btn-download-menu:focus-visible{
    outline: none;
}

.btn-download-menu-pesan-segera
{
    font-family: 'PoppinsRegular';
    background-color: transparent;
    color:#D4AF37;
    font-weight: 700;
    text-transform: uppercase;
    outline: none;
    border: 1px solid #D4AF37;
    border-radius: 30px;
    padding-top: 10px;
    font-size: 13px;
    padding-bottom: 10px;
    padding-left: 30px;
    padding-right: 30px;
}

.btn-download-menu-pesan-segera:focus-visible{
    outline: none;
}

.btn-download-menu-pesan-segera:hover{
    background-color: #D4AF37;
    color:black;
}

/* SECTION TWO */
#section-two{
    background-color: #0A1C38;
    padding-top: 10%;
    padding-bottom: 5%;
    position: relative;
    z-index: 9;
}

.section-oval{
    position: relative;
    top:-63px;
    background-color: #0A1C38;
    width: 100%;
    border-radius: 50%;
    height: 120px;
}

#section-two .title{
    font-family: 'TANPEARL', sans-serif;
    color: #D4AF37;
    font-weight: 300;
    font-size: 40px;
}

#section-two .text{
    font-family: 'PoppinsRegular';
    color: #D4AF37;
    font-size: 13px;
    margin-top: 20px;
    font-weight: 200;
    line-height: 35px;
}

#section-two .right-image{
    position: absolute;
    right: 0;
    top:0;
}

#section-two .left-image{
    position: absolute;
    left: 0;
    top:15%;
}

#section-two .left-image img{
    width: 180px;
    height: 180px;
}

#section-two .right-image img{
    width: 200px;
    height: 200px;
}

#section-two .square{
    position: relative;
    width: 160px;
    height: 160px;
    background-color: #D4AF37;
    border-radius: 30px;
}

#section-two .dm-square{
    position: absolute;
    right: 0;
}

#section-two .food-text-rotate{
    width: 400px;
    height: 400px;
    position: absolute;
    font-family: 'PoppinsBlack';
    text-transform: uppercase;
    /* Centering the element */
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 140px;
    text-align: center;
    color: white;
    font-weight: 900;
    z-index: 1;
    /* Rotate the element */
    transform: rotate(-90deg); /* Rotate 45 degrees */
    transition: transform 0.5s; /* Smooth transition */
}


/* SECTION THREE */
#section-three .title-package{
    text-align: center;
    color: #D4AF37;
    font-size: 40px;
}

#section-three .btn-menu-package{
    background-color: transparent;
    border: 1px solid #D4AF37;
    border-radius: 20px;
    font-family: 'PoppinsBlack';
    font-weight: 700;
    padding-left: 35px;
    padding-right: 35px;
    padding-top: 13px;
    padding-bottom: 10px;
    font-size: 12px;
    /* margin: 10px; */
}

#section-three .title-choose-package{
    font-family: 'PoppinsBlack';
    text-align: center;
    font-size: 18px;
}

#section-three .desc-choose-package{
    font-family: 'PoppinsRegular';
    text-align: center;
    margin-top: 35px;
    font-size: 14px;
}

#section-three .btn-choose-package{
    width: 150px;
    
    font-family: 'PoppinsRegular';
    text-align: center;
    background: #0A1C38;
    outline: none;
    border-radius: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    border: none;
}


#section-three .btn-choose-package i{
    color: white;
    font-size: 28px;
}

#section-three .btn-menu-package.active{
    background-color: #D4AF37;
}

#section-three .menu-package
{
    margin-top: 10%;
}

#section-three .card-choose-package
{
    background-color: transparent;
    border: none;
}

#section-three .card-choose-package .card-body{
    display: grid;
    justify-content: flex-end;
    align-items: flex-end;
    align-content: flex-end;
    height: 350px;
    background-color: white;

    box-shadow: 0px 10px 22px 0px #0000001A;
    border: none;
    border-radius: 15px;
}

#section-three .card-choose-package .card-body img{
    width: 100%;
    height: 200px;
    object-fit:cover;
    object-position:center;
}

#section-three .card-choose-package .card-body .img-back{
    position: relative;
    display: grid;
    justify-content: center;
}


#section-three .labels-price{
    background-color: #0A1C38;
    font-family: 'PoppinsBlack';
    font-size: 25px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 40px;
    padding-right: 40px;
    color: #D4AF37;
    border-radius: 6px;
    margin-top: 5%;
    text-align: center;
    text-transform: uppercase;
}


/* SECTION FOUR */
#section-four
{
    position: relative;
    margin-top: 5%;
}
#section-four .title-package{
    text-align: center;
    color: #D4AF37;
    font-size: 40px;
    position: relative;
}

#section-four .card-menu-four{
    background-color: #0A1C38;
    border: none;
    border-radius: 40px;
    padding-left: 10px;
    padding-right: 10px;
}
#section-four .list-menus
{
    margin-top: 10%;
}
#section-four .list-menus li{
    font-size: 12px;
    color: #D4AF37;
    margin-bottom: 10px;
}

#section-four .header-card-menu img{
    position: absolute;
    top: -80px;
    left: -10px;
}

/* SECTION FIVE */
#section-five{
    margin-top: 5%;
    position: relative;
    height: 100%;
    width: 100%;
}

#section-five .title-package{
    text-align: center;
    color: #D4AF37;
    font-size: 40px;
    position: relative;
    margin-bottom: 15px;
}

#section-five .innersection{
    position: relative;
    padding-left: 11%;
    padding-right: 11%;
}

#section-five .innersection #card-for-section-innersection{
    padding: 60px;
    background-color: #D4AF37;
    border: none;
    border-radius: 20px;
    padding-bottom: 35px;
}

#section-five .innersection .bacground-image-services{
    height: 450px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 20px;
}

#section-five .innersection .btn-calling{
    background-color: #131313;
    color: #D4AF37;
    font-family: 'PoppinsBlack';
    border-radius: 40px;
    padding-left: 50px;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 14px;
    border: none;
    padding-right: 50px;
}

#section-five .innersection .overflow-background{
    height: inherit;
    width: inherit;
    display: grid;
    justify-content: flex-end;
    align-items: flex-end;
    align-content: flex-end;
    padding-left: 30px;
    padding-bottom: 50px;
    padding-right: 30px;
}

#section-five .innersection .overflow-background h5{
    color: white;
    font-size: 16px;
    line-height: 30px;
}


.lastsection img
{
    width: 100%;
}
.lastsection
{
    position: absolute;
    z-index: -1;
    top: 30%;
    right: 0;
    left: 0;
}

/* SECTION SIX */
#section-six{
    margin-top: 20%;
    position: relative;
    width: 100%;
    /* height: 100%; */
    padding-top: 10%;
    padding-bottom: 10%;
    background: linear-gradient(267.08deg, #FED600 -4.42%, #D4AF37 114.85%);
    z-index: -2;
}

#section-six .overflow {
    display: grid;
    justify-content: center;
    align-items: center;
    align-content: center;
    height: inherit;
    width: 100%;
    height: 100%;
    top: 0;
    position: absolute;
}

#section-six .overflow h5{
    font-size: 180px;
    letter-spacing: 20px;
    text-transform: uppercase;
    font-family: 'PoppinsBlack';
    color: #534b4b73;
    line-height: 85%;
}

#section-six .card-testimonials{
    width: inherit;
    height: inherit;
}

#section-six .card-testimonials .card{
    border: none;
    padding-left: 20%;
}

#section-six .card-testimonials .card#card-less-2{
    border: none;
    display: grid;
    justify-content: end;
    padding-top: 0;
    padding-right: 15%;
}

#section-six .card-testimonials .card#card-less-3{
    border: none;
    padding-top: 0;
    padding-left: 15%;
}

#section-six .card-testimonials .card-body{
    width: 400px;
    /* height: 220px; */
    border-radius: 10px;
}

#section-six .light-card{
    border: 10px solid #FED600;
    height: 100%;
    padding: 10px;
    display: grid;
    align-content: space-between;
    border-radius: inherit;
}

#section-six .text-testimonials{
    font-size: 14px;
    color: black;
    font-family: 'PoppinsRegular';
}

#section-six .person-testimonials{
    font-size: 14px;
    color: black;
    font-family: 'PoppinsBold';
}

#section-six .btn-arrow{
    background-color: white;
    border: none;
    font-size: 30px;
    border-radius: 50%;
    padding-left: 18px;
    padding-right: 18px;
    padding-top: 1px;
    padding-bottom: 2.2px;
    color: black;
}

/* SECTION SEVEN */
#section-seven{
    margin-top: 5%;
}

#section-seven .title-package{
    text-align: center;
    color: #D4AF37;
    font-size: 40px;
    position: relative;
    margin-bottom: 15px;
}


#section-seven .background-overflow-seven{
    width: 100%;
    height: 300px;
    border-radius: 25px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}


/* SECTION EIGHT */
#section-eight{
    margin-top: 5%;
}
#section-eight .title-package{
    font-family: 'PoppinsRegular';
    font-size: 85px;
    letter-spacing: 8px;
    font-weight: 800;
    line-height: 80px;
    text-transform: uppercase;
    text-align: center;
}

#section-eight .desc-package{
    font-family: 'PoppinsRegular';
    font-size: 16px;
    text-align: center;
}

#section-eight label{
    font-family: 'PoppinsRegular';
    font-weight: 600;
    font-size: 14px;
}


#section-eight input{
    border-top: none;
    border-left: none;
    border-right: none;
    background-color: transparent;
    border-bottom: 1px solid black;
    border-radius: 0;
    outline: none;
    padding-left: 0;

    
    font-family: 'PoppinsRegular';
}


#section-eight input:focus{
    outline: none;
    box-shadow: none;
}

#section-eight textarea{
    border-top: none;
    border-left: none;
    border-right: none;
    background-color: transparent;
    border-bottom: 1px solid black;
    border-radius: 0;
    outline: none;
    padding-left: 0;

    
    font-family: 'PoppinsRegular';
}


#section-eight textarea:focus{
    outline: none;
    box-shadow: none;
}

#section-eight select{
    border-top: none;
    border-left: none;
    border-right: none;
    background-color: transparent;
    border-bottom: 1px solid black;
    border-radius: 0;
    outline: none;
    /* padding-left: 0; */

    
    font-family: 'PoppinsRegular';
}


#section-eight select:focus{
    outline: none;
    box-shadow: none;
}

#section-eight .title-next-section-eight{
    font-family: 'PoppinsBold';
    font-size: 28px;
    margin: 0;
}

#section-eight .desc-next-section-eight{
    font-family: 'PoppinsRegular';
    font-size: 14px;
    margin-top: 10px;
    width: 85%;
}

#section-eight .image-next-section-eight{
    width: 90px;
    height: 50px;
}

#section-eight #left-card-contact{
    display: grid;
    align-content: space-between;
}

.lines{
    width: 2px;
    background-color: #0A1C38;
}

/* SECTION ARTIKEL */
#artikel{
    margin-top: 10%;
}

#artikel .title-package{
    font-family: 'PoppinsRegular';
    font-size: 65px;
    letter-spacing: 8px;
    font-weight: 800;
    line-height: 80px;
    text-transform: uppercase;
    text-align: center;
}


#artikel .card{
    background-color: #F4F4F4;
    border: 0;
}
#artikel .card-header{
    height: 220px;
    object-position: center;
    object-fit: cover;
    background-color: #F4F4F4;
}
#artikel .card-body{
    background-color: #F4F4F4;
}

#artikel .card-body span{
    font-family: 'PoppinsRegular';
    margin-bottom: 20px;
    color: #AAAAAA;
    font-size: 14px;
}

#artikel .card-body h5{
    color: #0A1C38;
    
    font-family: 'PoppinsBold';
    font-size: 18px;
}

#artikel .card-footer a{
    color: #0A1C38;
    
    font-family: 'PoppinsBold';
    font-size: 14px;
}

/* MAPS */
#maps{
    margin-top: 10%;
}

#maps .top-maps{
    padding-top: 20px;
    padding-bottom: 20px;
    width: 100%;
    background: linear-gradient(104.85deg, #E4A400 28.01%, #E4A400 94.34%);
}

#maps .title-package{
    font-family: 'PoppinsBold';
    font-size: 65px;
    text-transform: uppercase;
}

#maps .desc-package{
    font-family: 'PoppinsRegular';
    font-size: 14px;
    text-transform: lowercase;
}

#maps .link-package{
    font-size: 45px;
    color: black;
}

footer{
    /* background-color: #D9D9D9; */
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
}

footer h5{
    font-family: 'PoppinsRegular';
    font-size: 24px;
}



/* SETTING CIRCLE IMAGE */
.circle-image{
    border-radius: 50%;
    width: 50px;
    height: 50px;
    object-fit: cover;
    object-position: center;
}

.circle-image img{
    border-radius: inherit;
    object-fit: cover;
    object-position: center;
    width: inherit;
    height: inherit;
}


/* DINAMIS WHATSAPP */
.dinamis-whatsapp{
    position: fixed;
    right: 0;
    bottom:10%;
    z-index: 999;
}

.dinamis-whatsapp button{
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: white;
    border:none;
    border-top-left-radius: 40px;
    border-bottom-left-radius: 40px;
    width: 80px;
}


/* BORRING SERVICES MOBILE */
.owl-carousel-services .owl-dots{
    display: none;
}

.owl-carousel-menus .owl-dots{
    display: none;
}

.owl-carousel-services .owl-nav{
    /* position: absolute; */
    /* top: 0; */
    width: 100%;
    font-size: 14px;
    display: flex;
    justify-content: space-between;
    font-family: 'PoppinsRegular';
    margin-top: 10px;
}

.owl-carousel-menus .owl-nav{
    /* top: 0; */
    width: 100%;
    font-size: 18px;
    display: flex;
    justify-content: space-between;
    font-family: 'PoppinsRegular';
    margin-top: 15px;
}