
#banner {
    height:100vh;
    background-image: url("../images/cement.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}

#flipbook {
    width: '670px';
    height: '474px';
}

#flipbook .page-wrapper{
	-webkit-perspective:2000px;
	-moz-perspective:2000px;
	-ms-perspective:2000px;
	-o-perspective:2000px;
	perspective:2000px;
}

#flipwrap {
    position: absolute;
    top: 50%;
    left: 60%;
    transform: translate(-50%, -50%);
}

.innerpage {
    background-color: #ffffff;
    width:100%;
    height:100%;
}

#flipbook .p1 {
    background-image: url('../images/front.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    /* -webkit-box-shadow:inset 0 0 5px #666;
	-moz-box-shadow:inset 0 0 5px #666;
	-o-box-shadow:inset 0 0 5px #666;
	-ms-box-shadow:inset 0 0 5px #666;
	box-shadow:inset 0 0 5px #666; */
   
}

#flipbook .even .gradient {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../images/right-border.png');
    background-position: right top;
    background-repeat: repeat-y;
}

#flipbook .odd .gradient {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../images/left-border.png');
    background-position: left top;
    background-repeat: repeat-y;
}

#flipbook .p2 {
    background-color: #ffffff;
    background-image: url("../images/frontinner.png?v=1");
    background-size: cover;
}

/* #flipbook .p3 {
    background-color: #ffffff;
    background-image: url("../pages/Stamboek_Times_Feb_2025_001.png");
    background-size: cover;
} */

/* #flipbook .p4 {
    background-color: #ffffff;
    background-image: url("../pages/Stamboek_Times_Feb_2025_002.png");
    background-size: cover;
} */

/* #flipbook .p5 {
    background-color: #ffffff;
    background-image: url("../pages/Stamboek_Times_Feb_2025_003.png");
    background-size: cover;
} */

/* #flipbook .p6 {
    background-color: #ffffff;
  background-image: url("../pages/Stamboek_Times_Feb_2025_004.png");
    background-size: cover;
} */

/* #flipbook .p7 {
    background-color: #ffffff;
    background-image: url("../pages/Stamboek_Times_Feb_2025_005.png");
    background-size: cover;
} */

/* #flipbook .p8 {
    background-color: #ffffff;
    background-image: url("../pages/Stamboek_Times_Feb_2025_006.png");
    background-size: cover;
} */

#flipbook .p9 {
    background-color: #ffffff;
    background-image: url("../images/backinner.png?v=1");
    background-size: cover;
}

/* #flipbook .p10 {
    background-image: url('../images/back.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
} */

 /* Lightbox Modal styles */
 
 #lightbox {
    display: none;  /* Hidden by default */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    justify-content: center;
    align-items: center;
    z-index: 9999;
    text-align: center;
    overflow-y: auto;
}

#lightbox img {
    image-rendering: crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    transform: scale(1.1);
    margin: 90px 0;
}


#lightbox .close {
    position: fixed;
    top: 20px;
    right: 30px;
    color: red;
    font-size: 30px;
    font-weight: bold;
    cursor: pointer;
    border: 1px solid red;
    width: 35px;
    height: 35px;
    border-radius: 5px;
    line-height: 37px;
    z-index: 1;
    background-color: #ffffff;
}

.inlarge {
    display:none;
    background-image: url(../images/search.webp);
    background-color: red;
    background-repeat: no-repeat;
    background-size: 83%;
    background-position: center;
    border-radius: 50%;
    padding: 5px;
    width: 30px;
    height: 30px;
    position: absolute;
    bottom: 10px;
    left: calc(100% - (50% + 15px));
    cursor: pointer;
}

.inlarge:hover {
    transform: scale(1.6);
    border:2px solid #ffffff
}

.page .corner {
    display: none;
}

/*access Martins elements*/

body > section.slider {
    height: 100vh;
    padding-top:50px;
    padding-bottom:50px;
    background-size: 108%;
    background-position: center;
}


body > section.slider > div.container {
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
}

#prev-button, #next-button {
 display:none;
}

#loader {
    position: absolute;
    top: 50%;
    left: 63%;
    transform: translate(-50%, -50%);
}

/* .spinner div {
    background-color: black;
} */

@media (max-width:1220px) {

    body > section.slider > div.container {
        top: 120px;
        max-width: 100%;
    }

    body > section.slider > div.container > div > div > div > div > div.col-xl-4.col-lg-4.m-auto {
        flex: 0 0 100%;
        max-width: 100%;    
    }

    body > section.slider > div.container > div > div > div > div > div.col-xl-4.col-lg-4.m-auto > span div {
        display: inline-block;
        width: fit-content;
        padding-right: 12px;
    }

    body > section.slider > div.container > div > div > div > div > div.col-xl-4.col-lg-4.m-auto > span,
    body > section.slider > div.container > div > div > div > div > div.col-xl-4.col-lg-4.m-auto > h4 {
        text-align: center;
    }

    #flipwrap  {
        top:460px;
        left: 50%;
    }
    
    
}

@media (max-width: 768px) and (orientation: portrait) {
    
    #flipwrap  {
        top:460px;
        left: 47%;
    }

}

@media (max-width: 676px) {
    
    body > section.slider > div.container > div > div > div > div > div.col-xl-4.col-lg-4.m-auto > span div {
        display: block;
        width: auto;
        padding-right: unset;
    }

}

@media (max-width: 580px) {
    #flipwrap  {
        left: 46%;
    }
}

@media (max-width: 768px) and (orientation: landscape) {
    
    body > section.slider {
        height: calc(100vh * 1.2)
    }

    #flipwrap  {
        top:300px;
        
    }
}
