@import url('https://fonts.googleapis.com/css2?family=Darumadrop+One&display=swap'); :root {
    --primary-color: #fdd42a;
    --secondary-color: #5b3605;
    --tertiary-color: #fef0b6;
    --text-color: #937641;
    --text-color-d: #5b3605;
}

* {
    box-sizing: border-box
}

*,*:focus,*:hover,*:active,*:before,*:after {
    outline: 0
}

::-webkit-scrollbar {
    width: 6px
}

::-webkit-scrollbar-track {
    background: #424242;
}

::-webkit-scrollbar-thumb {
    background: var(--primary-color);
    border-radius: 10px;
}

html {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    position: relative;
}

body {
    width: 100%;
    position: relative;
    margin: 0 auto;
    padding: 0;
    overflow-x: hidden;
    overflow-y: auto;
    font-family: "Darumadrop One", sans-serif;
    -webkit-font-smoothing: antialiased;
    background: var(--tertiary-color);
    color: #ffffff;
}

a {
    color: var(--text-color);
    border: 0;
    cursor: pointer;
    transition: 350ms ease 0s;
    user-select: none;
    font-size: 16px;
}

p,h1,h2,h3,h4,h5 {
    margin: 0
}

nav,header,.section-main,footer {
    min-width: 100%;
    position: relative;
    display: block
}

.navbar-in,.header-in,.section-in,.footer-in {
    width: 100%;
    margin-left: auto;
    max-width: 1093px;
    position: relative;
    margin-right: auto;
}

p {
    letter-spacing: 0.5px;
    font-size: 16px;
    line-height: 32px;
    font-weight: 400;
}

.flex-row {
    display: flex;
    align-items: center;
    grid-gap: 30px;
}

/* OWL */
.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    /* position relative and z-index fix webkit rendering fonts issue */
    position: relative;
    z-index: 1;
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.owl-carousel .owl-stage-outer {
    position: relative;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px);
    overflow: hidden;
}

.owl-carousel .owl-wrapper, .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
}

.owl-carousel .owl-nav.disabled, .owl-carousel .owl-dots.disabled {
    display: none;
}

.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next, .owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
}

.owl-carousel.owl-loaded {
    display: block;
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block;
}

.owl-carousel.owl-hidden {
    opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab;
}

.owl-carousel.owl-rtl {
    direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
    float: right;
}

/* OWL */
.navbar-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 130px;
    z-index: 10;
    position: relative;
}

.navbar-l, .navbar-r {
    display: flex;
    align-items: center;
    grid-gap: 40px;
}

.navbar-link.c {
    color: var(--text-color-d);
}

.header-container {
    width: 100%;
    height: 270px;
    border-top: 4px solid var(--secondary-color);
    position: relative;
    z-index: 1;
}

.header-images {
    position: absolute;
    pointer-events: none;
}

.header-btext {
    height: 36px;
    background: var(--secondary-color);
    text-align: center;
    display: flex;
    align-items: center;
    position: relative;
    cursor: pointer;
}

.header-btext p, .footer-btext p {
    margin: 0 auto;
    position: relative;
    top: -4px;
    cursor: pointer;
}

.header-body {
    overflow: hidden;
    position: relative;
}

.header-01 {
    height: 210px;
    bottom: -42px;
    left: -43px;
    z-index: 1;
}

.header-02 {
    height: 360px;
    left: -70px;
    top: -63px;
    z-index: 0;
    rotate: -9deg;
}

.header-middle {
    width: 450px;
    left: 0;
    right: 0;
    bottom: -80px;
    margin: 0 auto;
    z-index: 19;
}

.header-03 {
    height: 250px;
    left: 240px;
    bottom: -20px;
}

.header-r {
    z-index: -1;
    opacity: 0.5;
    height: 160px;
    top: 70px;
    left: 130px;
}

.header-l {
    opacity: 0.5;
    right: 80px;
    height: 200px;
    top: 10px;
}

.header-04 {
    z-index: 6;
    right: 140px;
    height: 320px;
    bottom: -60px;
}

.header-06 {
    z-index: 7;
    right: -116px;
    bottom: -40px;
    height: 360px;
}

.header-05 {
    z-index: 8;
    height: 173px;
    bottom: -50px;
    right: -4px;
}

.section-body {
    background: var(--primary-color);
    height: 630px;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

.theatre-x {
    position: absolute;
    z-index: 1;
    border: 0;
    left: 0;
    width: 100%;
    bottom: 0;
}

.theatre-x img {
    width: 100%;
    position: absolute;
}

.theatre-a {
    z-index: 2;
    bottom: -40px;
}

.theatre-b {
    z-index: 1;
    bottom: -120px;
}

.main-carousel {
    width: 680px;
}

.theatre-btn {
    position: absolute;
    color: #ffffff;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    font-size: 22px;
    top: 30%;
    transition: 120ms ease 0s;
    cursor: pointer;
}

.theatre-btn.l {
    left: 160px;
}

.theatre-btn.r {
    right: 160px;
}

.theatre-btn:hover {
    transform: scale(1.1);
}

.pbj-post {
    background: var(--primary-color);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--secondary-color);
    grid-gap: 50px;
    height: 415px;
    padding: 40px;
}

.pbj-post p {
    font-size: 24px;
}

.pbj-post img {
    height: 250px;
}

.footer-text {
    color: var(--text-color);
    line-height: 12px;
    font-size: 11px;
    max-width: 390px;
    text-align: center;
}

.footer-btext {
    width: 100%;
    height: 120px;
    background: white;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-btext p {
    color: var(--text-color-d);
}

.theatre-a, .theatre-b {
    transform: translateY(0px);
    will-change: transform;
}

.theatre-btn img {
    width: 100%;
}

.parallax {
    transition: transform 0.2s ease;
    will-change: transform;
}

.theatre {
    position: relative;
    overflow: hidden;
}


.checkmark {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 0;
    right: 0;
    margin: auto;
}

.checkmark img {
    height: 37px;
}

.header-container:before, .header-container:after {
    content: "";
    width: 4px;
    height: 100%;
    position: absolute;
    left: 0;
    background: var(--secondary-color);
    z-index: 10;
    bottom: 0;
}

.header-container:after {
    right: 0;
    left: unset;
}


@media screen and (max-width: 1700px) {
    .navbar-l, .footer-text {
        display: none;
    }

    .navbar-container {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100px;
    }

    .navbar-in, .header-in, .section-in, .footer-in {
        max-width: 100%;
    }

    .header-body, .header-btext, .section-body {
        max-width: 970px;
        margin: 0 auto;
        min-width: 945px;
    }

    .section-body {
        height: 800px;
    }

    .navbar-link {
        font-size: 24px;
    }

    .header-middle {
        bottom: -110px;
    }

    .pbj-post p {
        font-size: 33px;
    }

    .pbj-post img {
        height: 340px;
    }

    .header-container {
        height: 440px;
    }

    .header-02 {
        rotate: -50deg;
        top: -30px;
        left: -140px;
        height: 380px;
    }

    .header-middle {
        bottom: -60px;
        width: 570px;
    }

    .header-01 {
        height: 250px;
    }

    .header-03 {
        height: 400px;
        left: 60px;
        top: 90px;
        rotate: -8deg;
    }

    .header-r {
        top: 0;
    }

    .header-05 {
        height: 260px;
        right: -110px;
        bottom: -80px;
        z-index: 8;
    }

    .header-04 {
        height: 450px;
        right: 0px;
        z-index: 9;
        bottom: -90px;
    }

    .header-06 {
        bottom: 50px;
        height: 420px;
        right: -145px;
        rotate: 10deg;
    }

    .header-l {
        top: 0;
        right: 110px;
        height: 240px;
    }

    .pbj-post img {
        height: 250px;
    }
}