/* 
M TEGUH P
https://tgh.my.id

*/
* {
    box-sizing: border-box;
}

body {
    background-color: #ccc;
    padding: 0;
    margin: 0;
    font-family: Sans-serif;
    font-size: 100%;
}

h1,
h2,
h3 {
    font-family: "Great Vibes", "cursive", Sans-serif;
}

h1 {
    font-size: 2.125rem;
}

h2 {
    font-size: 1.875rem;
}

h3 {
    font-size: 1.5rem;
}

p {
    font-family: "Poppins", sans-serif;
}

.bg-3{
    background-image: url("foto/4.jpg"), url("foto/2.jpg"), url("foto/3.jpg");
    background-repeat: no-repeat;
    background-position: center left, center, center right;
    background-size: 33.33%;
}

.filter-dark{
    background-color: rgba(220, 220, 220, 0.9);
}

.bg-img-center {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.teg-full-center {
    display: flex;
    justify-content: center;
    align-items: center;
}

#teg-cover {
    height: 100%;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 1200;
}

#teg-box-cover {
    background-color: white;
    color: black;
    width: 300px;
    height: 360px;
    border-radius: 20px;
    padding: 10px;
    text-align: center;
}

.text-center {
    text-align: center;
}

#book-container {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 15px 15px 71px 15px;
    position: relative;
    overflow: hidden;
}

#book {
    width: 100%;
    height: 100%;
}

#book .turn-page {
    background-color: #FCFAF6;
}

.map-container {
    /* background-color: #fcd29f; */
    padding: 2px 0 0 0;
}

.perfect-center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.full-bottom {
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.flex-container {
    height: 100vh;
    padding: 0;
    margin: 0;
}

.navigation {
    position: fixed;
    bottom: 0;
    z-index: 100;
    text-align: center;
    width: 100%;
}

.button-group {
    display: flex;
    height: 56px;
    width: 100%;
    background-color: #000;
    color: #fcd29f;
}

.button-nav {
    height: 50px;
    margin: 3px;
    width: 100%;
    background-color: transparent;
    color: #fcd29f;
    border: none;
    cursor: pointer;
}

.shadow-obj{
    box-shadow: 0 7px 7px 0 rgba(0, 0, 0, 0.3);
}

.button-regular {
    border: none;
    border-radius: 5px;
    padding: 5px 10px;
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.7);
    background-color: #fcd29f;
    color: black;
    font-weight: bolder;
    cursor: pointer;
    text-decoration: none;
}

.turn-page-wrapper {
    background-color: transparent;
}

#prev {
    position: absolute;
    top: calc(50% - 16px);
    z-index: 100;
    left: -0.6%;
    display: none;
}

#next {
    position: absolute;
    top: calc(50% - 16px);
    right: -0.6%;
    z-index: 100;

}

.copy-rekening{
    cursor: pointer;
}

.box-number{
    min-width: 3rem;
    padding: 5px;
    background-color: white;
    border-radius: 5px;
    border-color: #ffa333;
    border-style: solid;
}
.bn-number{
    font-size: larger;
}

.btn-side {
    width: 32px;
    height: 32px;
    cursor: pointer;
    background-color: rgba(200, 200, 200, 0.5);
    background-color: rgba(200, 200, 200, 0.5);
    border: none;
    margin: 0 5px;
    border-radius: 50%;
    line-height: 100%;
}
.btn-side:hover{
    border-style: solid;
}

.invert-effect {
    filter: invert(50%);
}

.bg-img-set {
    background-image: url("gambar/bg-top-left-a.svg"), url("gambar/bg-bottom-right-a.svg");
    background-repeat: no-repeat;
    background-position: top left, right bottom;
}

.bg-bottom-left {
    background-image: url("gambar/bg-bottom-left.svg");
    background-repeat: no-repeat;
    background-position: bottom left;
}

.bg-top-left {
    background-image: url("gambar/bg-top-left-a.svg");
    background-repeat: no-repeat;
    background-position: top left;
}

.bg-center-top {
    background-image: url("gambar/bg-center-top.svg");
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 80%;
    padding-top: 100px;
    padding-bottom: 100px;
}

.bg-full-cover {
    background-image: url("foto/1.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.bg-full-kiri {
    background-image: url("gambar/kiri.svg");
    background-repeat: no-repeat;
    background-position: right;
    background-size: cover;
}

.bg-full-kanan {
    background-image: url("gambar/kanan.svg"), url("foto/4.jpg");
    background-repeat: no-repeat;
    background-position: left, center;
    background-size: cover;
}

.bg-white{
    background-color: #FCFAF6;
}

.grid-container {
    display: grid;
    gap: 0.25rem;
    padding: 0.25rem;
    height: 100%;
}

.px-1{
    padding-left: 1rem;
    padding-right: 1rem;
}
@keyframes rotate {
    40% {transform: rotate(-0.03turn);}
    70% {transform: rotate(0.03turn);}
}

.rotate-img {
    animation-name: rotate;
    animation-duration: 5s;
    animation-iteration-count: infinite;
}

.o-fit-con{
    object-fit: contain;
}

.o-fit-cov{
    object-fit: cover;
}

.form-control{
    min-height: 2.333rem;
    width: 100%;
    padding: 0.375rem 0.75rem;
    border-radius: 0.25rem;
    margin-top: 0.175rem;
    margin-bottom: 0.175rem;
    border-color: #ffa333;
}

@media only screen and (min-height: 1024px) {
    #book-container {
        height: 1024px;
    }
}

@media only screen and (min-width: 768px) {
    #book-container {
        width: 768px;
    }

    #teg-box-cover {
        height: 340px;
    }

    .button-group {
        width: 576px;
        margin: auto;
        margin-bottom: 5px;
        border-radius: 5px
    }

    p {
        font-size: 0.75rem;
    }

    div {
        font-size: 0.9rem;
    }

    .shadow-page-odd {
        box-shadow: 16px 0 16px -16px rgba(0, 0, 0, 0.3) inset;
    }

    .shadow-page-even {
        box-shadow: -16px -2px 16px -16px rgba(0, 0, 0, 0.3) inset;
    }
}