/*
Theme Name: Naira Bali
Theme URI: https://nairabali.com
Author: Kurniawan
Author URI: http://kymtech.net
Description: Theme for Naira Bali
Version: 1.0
Text Domain: nairabali
*/

@font-face {
    font-family: 'Poppins';
    src: url('assets/fonts/Poppins-Medium.otf') format('opentype');
    font-weight: 500; /* Adjust as necessary */
    font-style: normal;
}

@font-face {
    font-family: 'RTCO Flinton Four';
    src: url('assets/fonts/rtco-flinton-four.otf') format('opentype');
    font-weight: normal; /* Adjust as necessary */
    font-style: normal;
}

/* Example usage */
body {
    font-family: 'Poppins', sans-serif; /* Use Poppins as the default font */
    background-color: #dcd9d0;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'RTCO Flinton Four', serif; /* Use RTCO Flinton Four for headings */
}
.bg {
    background: url('assets/images/Background.jpg') no-repeat top center;
    background-size: cover;
}
.col {
    position: relative;
}

.header_image > img {
    width: 100%;
    height: auto;
    position: relative;
}

main p {
    font-variant: small-caps;
    font-size: 28pt;
    margin-bottom: 40px;
}

.text-justify p {
    text-align: justify;
}

/* BTS */
.bts {
    position: relative;
    height: 1100px;
}
.bts_image_mobile {
    display: none;
}
.bts_image {
    display: block;
    position: absolute;
    width: 100%;
}
.bts_image img {
    width: 100%;
    height: auto;
}
.bts_text1 {
    width: calc((776/1920)*100vw);
    position: absolute;
    right: 0;
    top: 205px;
}
.bts_text2 {
    width: calc((657/1920)*100vw);
    position: absolute;
    left: 0;
    top: 800px;
}
.bts_text1 h2,
.bts_text2 h2 {
    font-size: 30px;
}
.bts_text1 p,
.bts_text2 p {
    font-size: 24px;
}

/* Bottle */
.bottle img {
    width: 100%;
    height: auto;
}

/* Recognized */
.recognized {
    background: url('assets/images/Background_Recognized.png') no-repeat top center;
    background-size: cover;
}
.recognized_text {
    padding: 100px 0;
    text-align: center;
}
.recognized_text h2 {
    color: #c03130;
    font-size: 70px;
    font-variant: small-caps;
}
.recognized_text p {
    font-size: 28px;
}

/* Sacred Offering */
.sacred_title h2 {
    font-size: 45px;
    text-transform: uppercase;
    margin-bottom: 0px;
    line-height: 1;
}
.sacred_title p {
    font-variant: small-caps;
    margin: 0;
}
.sacred_banner {
    background: url(assets/images/background_banner.png) no-repeat top center;
    background-size: cover;
    width: calc((903 / 1920)* 100vw);
    position: absolute;
    top: 25px;
    left: calc(50% - 140px);
    rotate: -3deg;
    z-index: 99;
}
.sacred_banner p {
    font-size: 18px;
    text-align: center;
    padding: 20px;
    line-height: 20px;
    margin: 0;
}

.gelang img,
.kain img,
.taste_profile img {
    width: 100%;
    height: auto;
}

.water_of_life {
    margin-top: 150px;
    position: relative;
}
.water_of_life img {
    width: 100%;
    height: auto;
}
.water_of_life_text h2 {
    font-size: 60px;
    line-height: 1;
}

.water_of_life_text p {
    font-size: 44px;
    line-height: 44px;
}

.water_of_life_text {
    position: absolute;
    z-index: 99;
}

.on_progress {
    position: relative;
}

.on_progress_text {
    position: absolute;
    top: 8px;
    text-align: center;
    left: calc(50% - 170px);
}
.on_progress_text p {
    font-family: 'RTCO Flinton Four', serif;
    font-size: 30px;
    line-height: 35px;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.on_progress img {
    width: 100%;
    height: auto;
}

.owl-nav {
    position: absolute;
    top: calc(50% - 100px);
    width: 100%;
}

.owl-prev, .owl-next {
    font-size: 120px !important;
    color: #fff !important;
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}

.owl-next {
    right: 20px !important;
    position: absolute;
}

.owl-prev {
    position: absolute;
    left:  20px;
}

@media (min-width: 1499px) {
    .bts {
        height: 1200px;
    }
    .bts_text1 {
        width: 50%;
        top: 300px;
    }
    .bts_text2 {
        width: 40%;
        top: 900px;
    }
}
@media (min-width: 1760px) {
    .bts {
        height: 1400px;
    }
    .bts_text2 {
        top: 1100px;
    }
}

@media (max-width: 1320px) {
    .bts {
        height: 900px;
    }
    .bts_text1 {
        width: 40%;
        top: 60px;
    }
    .bts_text2 {
        top: 600px;
    }
    .bts_text1 h2, .bts_text2 h2 {
        font-size: 20px;
    }
    .bts_text1 p, .bts_text2 p {
        font-size: 20px;
    }
    .sacred_title p {
        font-size: 26px;
    }
}
@media (max-width: 991px) {
    main p {
        font-size: 20px;
        margin-bottom: 16px;
    }
    .bts {
        height: max-content;
    }
    .bts_image {
        display: none;
    }
    .bts_image_mobile {
        display: block;
    }
    .bts_image_mobile img {
        width: 100%;
        height: auto;
    }
    .bts_text {
        position: absolute;
        width: 43%;
        text-align: right;
        right: 10px;
        bottom: -50px;
    }
    .bts_text1, .bts_text2 {
        width: unset;
        position: unset;
        right: unset;
        top: unset;
    }
    .bts_text1 h2, .bts_text2 h2 {
        font-size: 20px;
    }
    .bts_text1 p, .bts_text2 p {
        font-size: 19px;
        line-height: 19px;
    }

    .bottle {
        display: flex;
        justify-content: center;
        overflow-x: hidden;
    }
    .bottle img {
        width: 136%;
    }

    .recognized_text {
        padding: 50px 0;
    }
    .recognized_text h2 {
        font-size: 32px;
    }
    .recognized_text p {
        font-size: 16px;
    }

    .sacred_title h2 {
        font-size: 23px;
    }
    .sacred_title p {
        font-size: 16px;
    }
    .sacred_banner {
        width: 80%;
        top: 50px;
        right: 20px;
        left: unset;
    }
    .sacred_banner p {
        font-size: 12px;
        line-height: 12px;
    }
    .sacred_comic {
        margin-top: 150px;
    }
    .water_of_life {
        margin-top: 100px;
    }
    .water_of_life_text {
        left: 20px;
        top: 0;
    }
    .water_of_life_text h2 {
        font-size: 30px;
    }
    .water_of_life_text p {
        font-size: 30px;
        line-height: 30px;
    }
    .on_progress_text {
        position: absolute;
        top: 10px;
        text-align: center;
        left: calc(50% - 40px);
    }
    .on_progress_text p {
        font-family: 'RTCO Flinton Four', serif;
        font-size: 30px;
        line-height: 32px;
        text-transform: uppercase;
    }

}

@media (max-width: 767px) {
    main p {
        font-size: 14px;
        margin-bottom: 16px;
    }
    .bts_image {
        display: none;
    }
    .bts_image_mobile {
        display: block;
    }
    .bts_image_mobile img {
        width: 100%;
        height: auto;
    }

    .bts_text1 h2, .bts_text2 h2 {
        font-size: 16px;
    }
    .bts_text1 p, .bts_text2 p {
        font-size: 14px;
        line-height: 14px;
    }

    .bottle {
        display: flex;
        justify-content: center;
        overflow-x: hidden;
    }
    .bottle img {
        width: 136%;
    }

    .recognized_text {
        padding: 50px 0;
    }
    .recognized_text h2 {
        font-size: 32px;
    }
    .recognized_text p {
        font-size: 16px;
    }

    .sacred_title h2 {
        font-size: 23px;
    }
    .sacred_title p {
        font-size: 16px;
    }
    .sacred_banner {
        width: 80%;
        top: 50px;
        right: 20px;
        left: unset;
    }
    .sacred_banner p {
        font-size: 12px;
        line-height: 12px;
    }
    .sacred_comic {
        margin-top: 150px;
    }
    .water_of_life {
        margin-top: 150px;
    }
    .water_of_life_text {
        left: 20px;
        top: 0;
    }
    .water_of_life_text h2 {
        font-size: 30px;
    }
    .water_of_life_text p {
        font-size: 30px;
        line-height: 30px;
    }
    .on_progress_text {
        position: absolute;
        top: 0px;
        text-align: center;
        left: calc(50% - 20px);
    }
    .on_progress_text p {
        font-family: 'RTCO Flinton Four', serif;
        font-size: 16px;
        line-height: 20px;
        text-transform: uppercase;
    }

}
@media (max-width: 575px) {
    .bts_text1 h2, .bts_text2 h2 {
        font-size: 14px;
    }
    .bts_text1 p, .bts_text2 p {
        font-size: 12px;
        line-height: 12px;
    }

}
