@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400..800;1,400..800&family=Imperial+Script&display=swap');
/*@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');*/
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap');

body{
    /*background-image: url('handmadepaper.png');
    background-repeat: repeat;
    */

}
/* Bootstrap Over-ride */
@media (min-width: 1000px){
    .container{
        max-width: 1000px;
    }
}
@media (max-width: 1200px){
    .container{
        max-width: 1000px;
        padding:0 24px;
    }
}
.dropdown-toggle::after {
    display: none;
}
.dropdown-menu{
    top:58px;
    left:0px;
    padding:10px;
}

.alert-primary{
    background-color: #E4F1FF;
}

body{
    height: 100%;

    display: flex;
    flex-direction: column;
    
}

main{
    margin-top: 90px;
    flex: 1;
    min-height: calc(100vh - 243px);
    
}
.home-page{
    margin-top: 0;
}

.home-page .book-title{
  padding-top: 20px;
}


.navbar {
    background-color: rgba(255, 255, 255, 0.2);
    transition: background-color 0.5s ease-in-out;
  }
  .navbar a.shop{
    font-size: 25px;
    color: black
  }
  .navbar-container{
    width: 100%;
    max-width: 1000px;
    margin:0 auto;
  }
  .navbar.scrolled {
    background-color: rgba(255, 255, 255);
    /*
    background-image: url('handmadepaper.png');
    background-repeat: repeat; */
    box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.5);
  }
  .navbar-brand-center {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    font-size: 30px;
  }
  
  .carousel-inner{
    background: gray;
  }
  .carousel-item img {
    width: 100%;
    height: 660px;
    object-fit: cover;
  }
  .home-books{
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .home-books .title{
    width: 100%;
    text-align: center;
    font-size: 20px;
    color: white;
  }
  .home-books .title h1{
    font-size: 70px;
    font-family: "Imperial Script", serif;
    display: none;
  }

  .home-books .container,
  .single_book.container{
    background-image: url("/static/media/red_pattern_1.jpg");
    max-width: 1500px;
    padding-top: 50px !important;
  }
  
  .home-books .container .row,
  .single_book.container .row{
    max-width: 1000px;
    margin: 0 auto 30px auto;
    width: 100%;
  }
  .single_book .desc{
    font-size: 20px;
    text-align: justify;
  }
  .single_book .red{
    width: 100%;
    display: block;
  }
  .single_book .about-book{
    border-bottom: 1px solid #601B24;
    margin-bottom: 30px;
  }

  .home-books .col,
  .other-books .col{
    margin-bottom: 40px;
    
  }
  .home-books .card,
  .other-books .card{
    overflow: hidden;
  }
  .home-books .card img,
  .other-books .card img{
    transition: transform 0.3s ease-in-out;
  } 
  .home-books .card:hover img,
  .other-books .card:hover img{
    transform: scale(1.2) translateY(-5%);
  }
  .home-books .hidden,
  .other-books .hidden{
    padding: 10px;
    
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 3;
    width: 100%;
    font-family: "Roboto", serif;
    height: 100%;
  }
  .home-books .hidden .title,
  .other-books .hidden .title{
    text-align: left;
  }
  .home-books .card,
  .other-books .card {
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05);
    border-radius: 5px;
}

  .home-books .hidden span,
  .other-books .hidden span{
    display: block;
				opacity: 0;
				position: relative;
				top: 100px;
				transition-property: top, opacity;
				transition-duration: 0.3s;
				transition-delay: 0s;
        color:white;
        top:220px;
  }
  .other-books .hidden span{
    bottom: 0;
    top: 90%;
    font-size: 15px;
  }
  .home-books .card:before,
  .other-books .card:before {
    content: "";
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
    width: 100%;
    height: 50%;
    opacity: 0; 
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 2;
    transition-property: top, opacity;
    transition-duration: 0.3s;
  }

  .home-books .card:focus:before, .home-books .card:hover:before,
  .other-books .card:focus:before, .other-books .card:hover:before {
    top: 50%;
}
.home-books .card:focus:before, .home-books .card:focus span, 
.home-books .card:hover:before, .home-books .card:hover span,
.other-books .card:focus:before, .other-books .card:focus span, 
.other-books .card:hover:before, .other-books .card:hover span {
  opacity: 1;
}
.other-books .card img{
  margin-bottom: 0;
}


  .home-quotes{

    min-height: 500px;
    padding-top: 25px;
  /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    
    backdrop-filter: blur(10px);
    font-size: 40px;
    text-align: center;
    background: rgba(80,0,1, 0.03);

   display: flex;
   position: relative; 
 }




  .home-quotes .row:before{
    content: '“';
    display: block;
    height: 110px;
    margin: 0 0 30px;
    font-family: "Cormorant Garamond", serif;
    font-size: 243px;
    font-weight: 400;
    line-height: 1;
    color: #500001;
    text-align: center;
    width: 100%;
}
  .home-quotes .author:before{
    content: "Đ"; /* Ovde stavi slovo koje želiš */
    font-size: 250px; /* Veličina slova */
    font-family: "Imperial Script", serif;
    color: rgba(250, 200, 83, 0.15); /* Polutransparentna crna boja */
    position: absolute;
    top: 54%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 0; /* Osigurava da je iza ostalog sadržaja */
  }
  .home-quotes .author{
    font-size: 20px;
    text-align: center;
    width: 100%;
    color: #500001;
    margin-top: 40px;
    
  }

  .home-quotes .quote_container{
    box-shadow: 0px 29px 38px -15px rgba(0,0,0,0.7);
    background: rgba(255,255,255, 0.95);
    border-radius: 15px;
    padding: 10px;
    font-size: 17px;
    width: 100%;
    height: 100%;
  }
  .home-about h2{
    font-size:43px;
    width: 100%;
    margin-bottom: 20px;
  }
  .home-about .about-text{
    padding-top: 30px;
    padding-right: 30px;
  }
  .home-about .about_image_div{
	align-content: center;
  }
  .home-about p{
    font-size: 18px;
    margin-top:5px;
    text-align: justify;
  }

  .row .py-5{
    display: box;
    width: 100%;
  }
  .fullscreen-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    color: white;
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 1050;
    transition:  0.3s ease-in-out;
  }
  .fullscreen-menu ul {
    list-style: none;
    text-align: center;
    padding: 0;
  }
  .fullscreen-menu ul li {
    margin: 20px 0;
  }
  .fullscreen-menu ul li a {
    color: white;
    font-size: 24px;
    text-decoration: none;
  }
  .navbar-toggler{
    display: block !important;
  }
  .close-btn {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 30px;
    cursor: pointer;
    color: white;
  }
  .slider-container{
    padding: 0 !important;
    max-width: 100%;
  }

  .px-0{
    padding-left: 20px !important;
  }
  .single_book{
    padding-bottom: 40px;
  }
  .single_book .card{
    padding: 35px;
    max-width: 980px;
    margin: 0 auto;
  }
  .single_book .other-books .card{
    padding: 0;
  }
  .single_book .card .row .col-md-6:first-child {
    padding-left: 0;
  }
  .single_book .input-group{
    max-width: 145px;
    float: right;
  }


  .single_book img{
    width: 100%;
    margin-bottom: 30px;
  }
  .single_book .title{
    margin-bottom: 20px;
    color: #601B24;

  }
  .single_book .ordering{
    text-align: right;
    margin-bottom: 40px;
  }
  .single_book .ordering .select{

  }
  .single_book .ordering .group{
    width: 100%;
  }
  .single_book .ordering .group .plus{
    padding-right: 0 !important;
  }
  .single_book .ordering .button-div{
    width: 100%;
    float: left;
  }
  .single_book .ordering .select:focus-visible{
    border: none;
    outline: 0;
  }
  .single_book .ordering .btn-success{
    background: #601B24;
    width: 145px;
  }
  .single_book .ordering input[type="number"]::-webkit-inner-spin-button, 
  .single_book .ordering input[type="number"]::-webkit-outer-spin-button,
  .summary-bg .card input[type="number"]::-webkit-inner-spin-button,
  .summary-bg .card input[type="number"]::-webkit-outer-spin-button{
    -webkit-appearance: none;
    margin: 0;
  }
  .summary-bg .text-end a{
    color: black;
  }


/* Uklanjanje strelica u Firefox-u */
  .single_book .ordering input[type="number"],
  .summary-bg .card input[type="number"] {
    -moz-appearance: textfield;
}
.shop-page{
  background: #601B24;
  padding-top: 30px;
  
}
.shop-page h1{
  display: none;
}
.shop-page .card-body a{
  color: #601B24;
  font-size: 22px;
  font-weight: bold;
}
.shop-page .card-body .card-title{
  font-weight: bold;
}
.shop-page .card-body{
  padding-bottom: 0;
}
.shop-page .card-body hr{
  background-color: #601B24;
}

  .footer{
    max-width: 100%;
    background: #601B24;
    color: white;
  }

/* Fonts */
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400..800;1,400..800&display=swap');

body{
    /*background-image: url('handmadepaper.png');
    background-repeat: repeat;
    font-optical-sizing: auto;
      
    font-style: normal;
    */
    
}
html, body, p, div{
    letter-spacing: -0.02px;
    font-family: "EB Garamond", serif;
}
.fs12{
    font-size: 12px;
}
.fs15{
    font-size: 0.9375rem;
}

.fw300{
    font-weight: 300;
}
.fw500{
    font-weight: 500;
}

/* Navigation-Main*/



/* Footer */
.footer{
  padding: 15px;
}
.footer div{
  text-align: right;
}
.footer > div > div > ul > li{
    padding-bottom:8px;
}
.footer img,
.footer svg{
  max-width: 35px;
}
.footer .good,
.footer .face{
  max-width: 30px;
}

/*     BASKET SUMMARY     */


@media (min-width: 1025px) {
  .h-custom {
  height: 100vh !important;
  }
  }
  
  .card-registration .select-input.form-control[readonly]:not([disabled]) {
  font-size: 1rem;
  line-height: 2.15;
  padding-left: .75em;
  padding-right: .75em;
  }
  
  .card-registration .select-arrow {
  top: 13px;
  }

.fas {
  color:black;
}
.bordo{
  background: #601B24;
  color: white;
}

.summary-bg{
  background-image: url("/static/media/red_pattern_1.jpg")
}

.p-5{
  padding: 40px !important;
}
.other-books,
.other-books .row{
  margin-bottom: 0 !important;
}

/*     CHECKOUT PAGE     */

.checkout-page{
  background-image: url("/static/media/red_pattern_1.jpg");
  padding-top: 30px;
}

.checkout-page .card{
  border: 0;
  background: #601B24;
  color: white;
}
.checkout-page .left{
  padding: 30px;
  color: white;
  border-right: 1px solid;
  height: 100%;
}
.checkout-page .right{
  padding: 20px;
  padding-top: 30px;
}
.checkout-page .right .item{
  margin-bottom: 15px;
}
.checkout-page .right hr{

  border-top: 1px solid white;
}
.checkout-page .right button{
  float: right;
  background-color: white;
  color: black;
  border-color: black;
}
.checkout-page .right .lower{
  margin-bottom: 15px;
}
/*   Order Success page    */

.order-confirmation-page{
  background-image: url("/static/media/red_pattern_1.jpg");
}
.order-confirmation-page .container{
  max-width: 600px;
  background-color: white;
}
.order-confirmation-page .title{
  color: #601B24;
  text-align: center;
  margin-bottom: 30px;
}
.order-confirmation-page .page-content{
  background: white;
  padding: 30px;
  border-radius: 10px;
}
.order-confirmation-page .page-content hr{

  border-top: 1px solid #601B24;;
}
.order-confirmation-page .page-content .success-quote{
  color: #601B24;
  font-size: 20px;
  text-align: center;
}
.order-confirmation-page .page-content .back-to-home{
  text-align: right;
}

/*      ORDER CONFIRMATION        */


/* xs */
.logo {
  width: 49px;
  height: auto;
}
/* sm */
@media (min-width: 768px) {
  .logo {
      width: 49px;
  }
}
/* md */
@media (min-width: 992px) {
  .logo {
      width: 60px;
  }
}
/* lg */
@media (min-width: 1200px) {
  .logo {
      width: 70px;
  }
}

@media (max-width: 1550px) {
.home-books{
  margin-top: 0px;
  margin-bottom: 0px;
}
}



.modal-confirm {		
	color: #636363;
	width: 325px;
	font-size: 14px;
}
.modal-confirm .modal-content {
	padding: 20px;
	border-radius: 5px;
	border: none;
}
.modal-confirm .modal-header {
	border-bottom: none;   
	position: relative;
}
.modal-confirm h4 {
	text-align: center;
	font-size: 26px;
	margin: 0;
}
.modal-confirm .form-control, .modal-confirm .btn {
	min-height: 40px;
	border-radius: 3px; 
}
.modal-confirm .close {
	position: absolute;
	top: -5px;
	right: -5px;
}	
.modal-confirm .modal-footer {
	border: none;
	text-align: center;
	border-radius: 5px;
	font-size: 13px;
  padding-bottom: 0;
}	
.modal-confirm .icon-box {
	color: #fff;		
	position: absolute;
	margin: 0 auto;
	left: 0;
	right: 0;
	top: -70px;
	width: 95px;
	height: 95px;
	border-radius: 50%;
	z-index: 9;
	background: #601B24;
	padding: 15px;
	text-align: center;
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
}
.modal-confirm .icon-box i {
	font-size: 58px;
	position: relative;
	top: 3px;
}
.modal-confirm.modal-dialog {
	margin-top: 80px;
}
.modal-confirm .btn {
	color: #fff;
	border-radius: 4px;
	background: #601B24;
	text-decoration: none;
	transition: all 0.4s;
	line-height: normal;
	border: none;
}
.modal-confirm .btn:hover, .modal-confirm .btn:focus {
	background: #601B24;
	outline: none;
}
.trigger-btn {
	display: inline-block;
	margin: 100px auto;
}

@media (max-width: 768px) {
  .summary-bg .img-cont, 
  .summary-bg .title-cont,
  .summary-bg .product-item{
    margin-bottom: 20px;
  }
  .summary-bg .counter-container
  {
    max-width: 200px;
  }
  .summary-bg .text-end{
    max-width: 100px;
    text-align: right;
    font-size: 20px;
  }
  
  .checkout-page .left {
  
    border-right: none;
    border-bottom: 1px solid white;
  
    }
  
  .modal-confirm.modal-dialog{
    margin: 60px auto;
  }
  .single_book .right-side{
	padding: 0;
  }
  .single_book .desc{
	padding: 0;
  }
  .single_book .col-4{
	max-width: 60%;
  }
  .summary-bg .container{
	padding: 5px;
  }
  .nav-link{
	padding-left: 0;
  }
.home-books .hidden span{
	top: 80%;
}
}


