/* CDN Font */
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=El+Messiri:wght@400;500;600;700&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Roboto', sans-serif;
}

html {
    scroll-behavior: smooth;
}

body {
    background-color: #F9F9F9;
}

.header {
    width: 100%;
    height: auto;
}

.header-ads {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    width: 100%;
    height: 50px;
    background-color: #453C39;
    color: #fff;
}

.header-ads .no-wa {
    display: flex;
    align-items: center;
    gap: 5px;
}.header-ads .no-wa a {
    text-decoration: none;
    color: #fff;
}
.header-ads .promo {
    color: #F4BD7D !important;
}
.header-ads .promo  p {
    font-weight: bold;
}
@media (max-width: 750px) {
    .header-ads {
        display: none;
    }
}

/* Navbar Style */
.navbar {
    /* position: fixed;
    top: 0;
    left: 0; */
    padding: 0 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 70px;
    background-color: #fff;
    z-index: 9999 !important;
}

.navbar .logo img {
    width: auto;
    height: 45px;
}

.navbar .menu ul {
    display: flex;
    align-items: center;
    gap: 35px;
    list-style: none;
}

.navbar .menu ul li a {
    text-decoration: none;
    color: #886C52;
    font-weight: bold;
    font-size: 17px;
}
.navbar .menu ul li a:hover {
    color: #453C39;
    transition: 0.2s;
}

.navbar .right-navbar a {
    padding: 10px 30px;
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    background-color: #886C52;
    border-radius: 5px;
    transition: 0.2s;
}
.navbar .right-navbar a:hover {
    background-color: #453C39;
    transition: 0.2s;
}

.hero {
    position: relative;
    margin-top: -150px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 120vh;
    background-image: url('../images/bg-hero.webp');
    /* background-position: 0 -100px; */
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
    z-index: -1;
}

.hero .slogan {
    margin-top: 200px;
    margin-left: -60vw;
    z-index: 9999;
}
.hero .slogan p {
    font-size: 28px;
    font-family: 'El Messiri', sans-serif;
    color: #000;
}
.hero .slogan p span {
    font-size: 42px;
    font-weight: bold;
    font-family: 'El Messiri', sans-serif;
    color: #FFB401;
}

.hero .slogan .text {
    font-weight: bold;
    color: #fff;
    font-family: 'El Messiri', sans-serif;
}

.shadow-hero {
    position: absolute;
    bottom: -200px;
    left: 0;
    width: 100%;
    height: 200px;
    background-color: #886C52;
    box-shadow: -1px -50px 400px 200px #886C52;
    z-index: 2;
}

/* btn wa */
.btn-wa {
    position: fixed;
    bottom: 70px;
    right: 50px;
    width: 55px;
    height: 55px;
    background-color: #fff;
    background-image: url('../images/wa-btn.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 50%;
    z-index: 99999;
}

.btn-wa .tooltip {
    display: none;
    position: fixed;
    bottom: 73px;
    right: 130px;
    text-align: center;
    background-color: #fff;
    padding: 5px 20px;
    border-radius: 10px;
    color: #000;
    text-decoration: none;
}
.btn-wa:hover .tooltip {
    display: block;
}
.btn-wa .tooltip::after {
    position: fixed;
    bottom: 85px;
    right: 125px;
    content: '';
    width: 20px;
    height: 20px;
    transform: rotate(45deg);
    background-color: #fff;
}

.main {
    position: relative;
    width: 100%;
    height: auto;
    background-color: #896C52;
}

.main .keunggulan {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 50px;
    width: 100%;
    height: auto;
}

.main .keunggulan .box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.main .keunggulan .box img {
    width: auto;
    height: 50px;
}

.main .keunggulan .box p {
    text-align: center;
    font-size: 14px;
    color: #fff;
    letter-spacing: 1px;
}
.main .keunggulan .box p span {
    font-size: 22px;
    font-family: 'El Messiri', sans-serif;
    color: #FDE0A6;
}

.main .about {
    margin-top: 70px;
    padding-bottom: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    width: 100%;
    height: auto;
}

.main .about .box {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px;
    width: 350px;
    height: 500px;
    /* background-color: #000; */
}

.main .about .box:nth-child(1) {
    width: 450px !important;
}

.main .about .box:nth-child(2) {
    background-image: url('../images/about2.jpg');
    background-position: left;
    background-repeat: no-repeat;
    background-size: cover;
}
.main .about .box:nth-child(3) {
    background-image: url('../images/about2.jpg');
    background-position: right;
    background-repeat: no-repeat;
    background-size: cover;
}

.main .about .box:nth-child(1) p {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 10px;
    text-align: center;
    color: #dfdede;
}

.main .about .box:nth-child(1) p span:nth-child(1) {
    text-transform: uppercase;
    font-size: 18px;
    color: #FDE0A6;
    letter-spacing: 1px;
}
.main .about .box:nth-child(1) p span:nth-child(2) {
    font-size: 32px;
    font-family: 'El Messiri', sans-serif;
    font-weight: bold;
    color: #FDE0A6;
    letter-spacing: 2px;
}
.main .about .box:nth-child(1) p span:nth-child(3) {
    font-size: 14px;
    padding: 15px;
    letter-spacing: 1px;
}
.main .about .box:nth-child(1) p span:nth-child(3) b:nth-child(1),
.main .about .box:nth-child(1) p span:nth-child(3) b:nth-child(2) {
    color: #FFB401;
}
.main .about .box:nth-child(1) a {
    padding: 5px 20px;
    text-decoration: none;
    color: #FFB401;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 2px;
    font-family: 'El Messiri', sans-serif;
    background-color: #453c394d;
}

.main .about .box .wrraper {
    margin-top: 150px;
    padding: 30px;
    background-color: #453c3944;
}

.main .about .box .wrraper:nth-child(1) {
    margin-top: 50px;
}

.main .about .box .wrraper p {
    color: #dfdede;
    text-align: center;
}
.main .about .box .wrraper p span {
    font-size: 28px;
    font-family: 'El Messiri', sans-serif;
    font-weight: bold;
    color: #FDE0A6;
}

.main .wave {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: auto;
}

.main2 {
    position: relative;
}

.sertifikasi {
    position: relative;
    width: 100%;
    height: auto;
}

.sertifikasi .overlay1 {
    position: relative;
    height: 100vh;
    width: auto;
    background-color: #453C39;
    z-index: -1;
}

.sertifikasi .overlay1 p {
    padding: 200px;
    margin: auto;
    width: max-content;
    height: auto;
    text-align: center;
    font-size: 24px;
    color: #886C52;
    text-transform: uppercase;
    letter-spacing: 3px;
}
.sertifikasi .overlay1 p span {
    font-family: 'El Messiri', sans-serif;
    color: #fff;
    font-size: 42px;
    letter-spacing: 1px;
    font-weight: bold;
}

.sertifikasi .overlay1 .wave {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    transform: rotate(180deg);
}

.sertifikasi .sertifikat {
    position: absolute;
    left: 0;
    bottom: -150px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    z-index: 9999;
}

.sertifikasi .sertifikat .box {
    width: 450px;
    height: 500px;
    background-color: #dfdede;
}

/* .sertifikasi .sertifikat .box img {
    padding-right: 25px;
    width: 100%;
    height: auto;
} */

.sertifikasi .sertifikat .box .swiper {
    height: 500px;
}
.sertifikasi .sertifikat .box .swiper .sertifikat-spa:nth-child(1) img,
.sertifikasi .sertifikat .box .swiper .sertifikat-spa:nth-child(2) img,
.sertifikasi .sertifikat .box .swiper .sertifikat-spa:nth-child(3) img {
    padding: 0 !important;
    width: auto !important;
    height: 100% !important;
}
.sertifikasi .sertifikat .box .swiper .sertifikat-spa img {
    padding-top: 70px;
    width: 100%;
    height: auto;
}

.sertifikasi .sertifikat .box .text {
    padding: 20px;
    padding-top: 120px;
    padding-left: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.sertifikasi .sertifikat .box .text p {
    text-align: center;
    color: #886C52;
}
.sertifikasi .sertifikat .box .text p b:nth-child(1) {
    font-size: 24px;
    text-transform: uppercase;
    font-family: 'El Messiri', sans-serif;
    font-weight: bold;
    color: #453C39;
}

.alacarte {
    position: relative;
    padding-top: 250px;
    padding-bottom: 50px;
    width: 100%;
    height: auto;
    background-color: #886C52;
}

.alacarte p:nth-child(1) {
    text-align: center;
    color: #dfdede;
    letter-spacing: 1px;
}

.alacarte p:nth-child(1) span {
    font-size: 28px;
    font-family: 'El Messiri', sans-serif;
    color: #fff;
}

.alacarte .wrraper {
    position: relative;
    padding-top: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 50px;
}
.alacarte .wrraper .img {
    width: 350px;
    height: 250px;
    overflow: hidden;
}
.alacarte .wrraper .img img {
    width: 100%;
    height: auto;
}
.alacarte .wrraper .img p {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    text-align: center;
    color: #dfdede;
    font-family: 'El Messiri', sans-serif;
    background-color: #555;
}

.alacarte .wave {
    position: absolute;
    left: 0;
    top: calc(100% - 1px);
    width: 100%;
    height: auto;
    z-index: 999;
}

.fasilities {
    position: relative;
    padding: 200px 0;
    width: 100%;
    height: auto;
    background-color: #E3D8CB;
}

.fasilities p {
    margin: auto;
    margin-bottom: 50px;
    text-align: center;
    color: #453C39;
    width: 700px;
}
.fasilities p span {
    font-size: 28px;
    font-family: 'El Messiri', sans-serif;
    font-weight: bold;
    color: #886C52;
}

.fasilities .wave {
    position: absolute;
    top: calc(100% - 1px);
    left: 0;
    width: 100%;
    height: auto;
}

.video-promo {
    position: absolute;
    top: calc(100% - 100px);
    left: 0;
    /* padding-bottom: 100px; */
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    z-index: 9999;
}

.video-promo .box {
    width: 550px;
    height: 500px;
    background-color: #886C52;
}

/* .video-promo .box:nth-child(1) {
    padding: 100px 0 0 100px;
}
.video-promo .box:nth-child(1) p {
    font-size: 26px;
    font-family: 'El Messiri', sans-serif;
    color: #dfdede;
    font-weight: bold;
}

.video-promo .box:nth-child(1) ul {
    padding: 0 0 40px 50px;
    line-height: 2rem;
}
.video-promo .box:nth-child(1) ul li {
    font-size: 18px;
    color: #E3D8CB;
}

.video-promo .box:nth-child(1) a {
    padding: 10px 30px;
    text-decoration: none;
    color: #FFB401;
    border: 2px solid #F4BD7D;
    transition: 0.2s;
}
.video-promo .box:nth-child(1) a:hover {
    color: #453C39;
    background-color: #F4BD7D;
    transition: 0.5s;
} */

/* Swiper Style */
.swiper {
    width: 1000px;
    height: 400px;
}

.swiper:nth-child(2) {
    width: 1000px;
    height: 300px;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: calc(100% - 50px);
    object-fit: cover;
}

.footer {
    margin-top: 500px;
    width: 100%;
    height: auto;
}

.footer .testimoni {
    padding: 0 0 100px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 50px;
    flex-direction: column;
}

.footer .testimoni p:first-child {
    font-size: 24px;
    letter-spacing: 2px;
    font-family: 'El Messiri', sans-serif;
    font-weight: bold;
    color: #453C39;
}

.footer .testimoni .box {
    position: relative;
    padding: 20px;
    background-color: #fff;
}

.footer .testimoni .box .nama {
    padding-bottom: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border-bottom: 1px solid #dfdede;
}
.footer .testimoni .box .nama img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
}

.footer .testimoni .box .text p {
    padding-top: 15px;
    font-size: 16px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 300;
    letter-spacing: 0px;
}

.footer .testimoni .box .star {
    position: absolute;
    top: 40px;
    left: 0;
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer .testimoni .box .star img {
    width: auto;
    height: 40px;
}

.footer .promo {
    padding: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 100px;
    background: #5C2415;
}
.footer .promo .box:nth-child(1) {
    font-size: 24px;
    font-family: 'El Messiri', sans-serif;
    font-weight: bold;
    color: #F4BD7D;
}

.footer .promo .box a {
    padding: 10px 30px;
    text-decoration: none;
    color: #FFB401;
    font-size: 18px;
    border: 2px solid #FFB401;
    transition: 0.2s;
}
.footer .promo .box a:hover {
    color: #453C39;
    background-color: #FFB401;
    transition: 0.5s;
}
.footer .footer-bar .wrraper {
    padding: 50px 100px;
    display: flex;
    justify-content: space-evenly;
    gap: 30px;
    width: 100%;
    height: auto;
    background-color: #886C52;
    color: #fff;
}

.footer .footer-bar .wrraper .box {
    width: 500px;
    height: auto;
}

.footer .footer-bar .wrraper .box img {
    width: 100%;
    height: 300px;
}

.footer .footer-bar .wrraper .box p {
    font-size: 24px;
    font-family: 'El Messiri', sans-serif;
    color: #F4BD7D;
}

.footer .footer-bar .wrraper .box ul {
    padding-bottom: 20px;
    list-style: none;
    padding-left: 20px;
    line-height: 1.5rem;
}
.footer .footer-bar .wrraper .box ul li {
    margin: 5px 0;
    display: flex;
    align-items: center;
    gap: 5px;
    justify-content: left;
}

.footer .footer-bar .wrraper .box a {
    text-decoration: none;
    color: #fff;
}

.footer .footer-bar .wrraper .box .btn-footer {
    padding: 5px 20px;
    text-decoration: none;
    color: #F4BD7D;
    border: 2px solid #FDE0A6;
    transition: 0.5s;
}

.footer .footer-bar .wrraper .box .btn-footer:hover {
    background-color: #FDE0A6;
    color: #453C39;
    transition: 0.5s;
}

.copy {
    padding: 20px;
    font-size: 14px;
    color: #5C2415;
    background-color: #F4BD7D;
}

.copy a {
    text-decoration: none;
    color: #5C2415;
}

/* btn up style */
#myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 55px;
    z-index: 99;
    border: none;
    outline: none;
    background-color: #555;
    color: white;
    cursor: pointer;
    border-radius: 4px;
    font-size: 32px;
    height: 32px;
    width: 40px;
    z-index: 99999;
}

#myBtn:hover {
    opacity: 0.5;
}

.mobile {
    display: none;
}

.box-fasiliti {
    background-color: rebeccapurple;
    overflow: hidden;
}

.box-fasiliti img {
    width: auto;
    height: 100%;
}

@media (max-width: 1150px) {
    .mobile {
        display: block;
    }
    .desktop{
        display: none;
    }
    .navbar {
        position: relative;
        z-index: 9999;
    }
    .navbar .logo {
        width: 200px !important;
        height: auto;
    }
    .navbar .logo img {
        width: auto;
        height: 50px;
    }
    #btnMenu {
        position: absolute;
        top: 20px;
        right: 20px;
        content: '';
        width: 25px;
        height: 25px;
        background-image: url('../images/menu.png');
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        z-index: 9999;
    }
    #btnMenu.show {
        width: 25px;
        height: 25px;
        background-image: url('../images/close.png');
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .navbar .menu {
        position: absolute;
        top: 20px;
        right: 20px;
        width: 25px;
        height: 25px;
        background-color: #fff;
        border-top: 3px solid #886C52;
        border-bottom: 3px solid #886C52;
        opacity: 0;
        overflow: hidden;
    }
    .navbar.show .menu {
        top: 100%;
        right: 0;
        width: 100%;
        height: auto;
        opacity: 1;
        transition: 0.5s;
    }
    .navbar .menu ul {
        padding: 25px;
        padding-bottom: 80px;
        gap: 10px;
        flex-direction: column;
    }
    .navbar .menu ul li {
        padding: 5px;
        width: 100%;
        text-align: center;
        border: 1px solid #886C52;
    }
    .navbar .right-navbar {
        display: none;
        position: absolute;
        top: calc(100% + 210px);
        left: 0;
        width: 100%;
        text-align: center;
    }
    .navbar.show .right-navbar {
        display: block;
    }
    .hero {
        background-position: center;
    }
    .hero .slogan {
        margin-top: 250px;
        margin-left: 0;
    }
    .hero .slogan p {
        font-size: 16px;
    }
    .hero .slogan p span {
        font-size: 32px;
    }
    .hero .slogan .text {
        line-height: 1rem;
        font-size: 12px;
    }
    .keunggulan {
        padding-top: 50px;
        flex-direction: column;
    }
    .keunggulan .box {
        width: 100% !important;
    }
    .about {
        flex-direction: column;
    }
    .about .box {
        width: 100% !important;
    }
    .main .about .box:nth-child(1) {
        margin-bottom: 50px;
        width: 100% !important;
    }
    .main {
        padding-bottom: 50px;
    }
    .main .wave {
        top: calc(100% - 1px);
    }
    /* btn wa */
    .btn-wa {
        position: absolute;
        bottom: 20px;
        right: 20px;
        width: 50px;
        height: 50px;
    }

    .btn-wa .tooltip {
        display: block;
        position: absolute;
        bottom: 5px;
        right: 70px;
        width: max-content;
        height: auto;
    }
    .btn-wa:hover .tooltip {
        opacity: 0.5;
    }
    .btn-wa .tooltip::after {
        position: absolute;
        bottom: 10px;
        right: -5px;
    }
    .sertifikasi {
        height: 165vh !important;
    }
    .sertifikasi .overlay1 {
        height: 100% !important;
    }
    .sertifikasi .overlay1 .wave {
        bottom: -2px;
    }
    .sertifikasi .overlay1 p {
        padding: 100px;
        width: 100%;
        font-size: 12px;
    }
    .sertifikasi .overlay1 p span {
        font-size: 22px;
    }
    .sertifikasi .sertifikat {
        padding: 0 30px;
        bottom: -50px;
        flex-direction: column;
    }
    .sertifikasi .sertifikat {
        bottom: 120px !important;
    }
    .sertifikasi .sertifikat .box {
        height: auto !important;
    }
    .sertifikasi .sertifikat .box .swiper .sertifikat-spa:nth-child(1) img,
    .sertifikasi .sertifikat .box .swiper .sertifikat-spa:nth-child(2) img,
    .sertifikasi .sertifikat .box .swiper .sertifikat-spa:nth-child(3) img {
        padding: 0 !important;
        width: 100% !important;
        height: 100% !important;
    }
    .sertifikasi .sertifikat .box .text {
        padding: 20px !important;
    }
    .sertifikasi .sertifikat .box .text p {
        font-size: 14px;
    }
    .sertifikasi .sertifikat .box .text p b:nth-child(1) {
        font-size: 22px;
    }
    .swiper {
        width: 100%;
    }
    .alacarte p {
        padding: 0 20px;
    }
    .alacarte .wrraper {
        flex-direction: column;
    }
    .fasilities {
        padding-top: 100px;
    }
    .fasilities p {
        padding: 0 30px;
        width: 100%;
    }
    .mobile {
        width: 100%;
    }
    .video-promo .box:nth-child(1) {
        padding: 70px 0 0 30px;
    }
    .footer .testimoni {
        padding-top: 350px;
    }
    .promo {
        flex-direction: column;
        gap: 30px !important;
    }
    .footer-bar .wrraper {
        padding: 20px !important;
        flex-direction: column;
        gap: 30px !important;
    }
    .footer-bar .wrraper .box {
        width: 100% !important;
    }
    .footer-bar .wrraper iframe {
        padding-top: 20px;
    }
    .mySwiper {
        width: 100% !important;
        height: 200px !important;
    }
    .mySwiper .swiper-wrapper .box-fasiliti {
        height: 120px !important;
    }
    .mySwiper .swiper-wrapper .box-fasiliti:nth-child(1) img {
        margin-top: -80px !important;
    }
}
@media (max-width: 580px) {
    .sertifikasi .overlay1 .wave {
        bottom: -2px;
    }
    .sertifikasi .overlay1 p {
        padding: 70px;
        width: 100%;
        font-size: 8px;
        line-height: 1.5rem;
    }
    .sertifikasi .overlay1 p span {
        font-size: 18px;
    }
    .sertifikasi .sertifikat {
        padding: 0 30px;
        bottom: 0;
    }
    .sertifikasi .sertifikat .box {
        width: 100% !important;
        height: auto;
    }
    .sertifikasi .sertifikat .box:nth-child(2) {
    }
    .sertifikasi .sertifikat .box .text {
        padding-top: 150px;
        height: 280px;
        overflow: auto;
    }
    .sertifikasi .sertifikat .box .text p {
        font-size: 10px;
    }
    .sertifikasi .sertifikat .box .text p b:nth-child(1) {
        font-size: 12px;
    }
    .alacarte {
        padding-top: 50px;
    }
    .alacarte p:nth-child(1) {
        font-size: 14px;
    }
    .alacarte p:nth-child(1) span {
        font-size: 24px;
    }
    /* .video-promo .box:nth-child(1) {
        padding: 20px 0 0 5px;
    } */
    .video-promo {
        flex-direction: column;
        gap: 20px;
    }
    .video-promo .box {
        padding: 0 !important;
        width: 100%;
        height: 300px;
    }
    /* .video-promo .box p {
        font-size: 18px !important;
    }
    .video-promo .box ul {
        padding-bottom: 20px !important;
        line-height: 1rem !important;
    }
    .video-promo .box ul li {
        font-size: 12px !important;
    }
    .video-promo .box a {
        padding: 5px 20px !important;
        font-size: 12px;
    } */
    .footer {
        margin-top: 250px !important;
    }
    #mybtn {
        bottom: 15px !important;
        right: 15px !important;
    }
}