@import url('https://fonts.googleapis.com/css2?family=Rammetto+One&family=Ranga:wght@700&display=swap');
@font-face {
    font-family: FORTE;
    src: url(../fonts/FORTE.ttf) format('truetype');
    font-weight: normal;
    font-style: normal;
  }
  @font-face {
    font-family: JosefinSans;
    src: url(../fonts/Josefin_Sans/JosefinSans-VariableFont_wght.ttf) format('truetype');
    font-weight: normal;
    font-style: normal;
  }

body{
    /* background-color: #E4FFE3; */
    background: rgb(246,251,246);
    background: radial-gradient(circle, rgba(246,251,246,1) 12%, #F6FBF6 100%);
}
.content{
    overflow: hidden;
}
.brand-logo{
    text-align: center;
    width: 100%;
    /* padding-left: 150px; */
    position: initial;
}
.navbar .brand-logo{
    width: 200px;
    margin-top: 15px;
}
.navbar .brand-logo img{
    width: 100%;
}
.navbar-nav{
    flex-direction: row;
    font-weight: bold;
    grid-gap: 20px;
    grid-row-gap: 0px;
    justify-content: center;
    flex-wrap: wrap;
}
a.button{
    text-decoration: none;
}
a.button:hover{
    color: #fff;
    text-decoration: none;
}
/* .brand-logo img{
    width: 75%;
} */
.highlight{
    color: #ff5722;
    font-size: 28px;
    display: block;
    margin-top: 20px;
    font-family: 'JosefinSans', cursive;
}
.comingsoon{
    font-family: 'Rammetto One', cursive;
    font-size: 35px;
    color:#292e15;
}
.right-column{
    width: 28%;
    background: #C3F5C8;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -2;
    height: 100%;
}
.flex-auto > div{
    flex: 1 1 0;
}
.btn{
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}
.btn-primary{
    background: #225C2E!important;
    border:#225C2E;
}
.btn-primary:hover{
    background: #BDD631!important;

}
.prd-image{
    overflow: hidden;
}
.sold{
    width: 100%;
    height: 100%;
    /* background: #00000085; */
    position: absolute;
    top: 0;
    border-radius: 20px;
    cursor: pointer;
}
.sold div{
    position: absolute;
    bottom: 31px;
    width: 150px;
    height: 150px;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: #ff1100;
    border: solid 5px;
    display: flex;
    color: #fff;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    font-size: 30px;
    /* padding-top: 30px;*/
}


.artwork-slides{
    position: absolute;
    width: -webkit-fill-available;
    width: 100%;
    /* height: 200vh; */
    overflow: hidden;
    /* padding: 0 20px; */
}
.slide-content{
    padding: 0 20px 200px 20px;
    margin-top: 60px;
}
#mainpage .slide-title{text-align: left;}


.slide-title, .subtitle{
    font-family: 'FORTE', cursive;
    font-size: 44px;
    margin-bottom: 20px;
    color: #225C2E;
    text-align: center;
}
.subtitle{
    font-size: 35px;
    margin-bottom: 20px;
    color: #BDD631;
}
.carousel{
    height: 100%;
}
.artwork-slides .carousel-item{
    display: flex!important;
    height: 100%;
    align-items: center;
}
.artwork-slides .carousel-inner{
    position: inherit;
    display: flex;
    align-items: flex-start;
    height: 100%;
    z-index: 20;
}
.carousel-caption{
    position: relative;
    text-align: left;
    left: 0;
    flex-direction: column;
    display: flex;
    justify-content: center;
}
.carousel-caption .text{
    width: 100%;
}
.carousel-indicators{
    justify-content: flex-start;
    margin: 0!important;
    top: 0;
    bottom: inherit;
    z-index: 2;
    z-index: 50;
}
.carousel-indicators button{
    flex: 1!important;
}
.carousel-indicators [data-bs-target]{
    text-indent: 0;
    background-color: #225C2E!important;
    line-height: 26px;
    padding-top: 2px;
}
.carousel-indicators .active {
    font-weight: bold;
}
.mini-grd{
    text-align: center;
    margin-bottom: 0;
    z-index: 2;
    float: none;
}
.mini-grd img{
    border:solid 10px #BDD631;
    border-radius: 100%;
    width:100%;
}
.button {
    background-color: #BDD631;
    color: #fff;
    font-size: 20px;
    padding: 8px 25px;
    border: none;
    border-radius: 20px;
    text-align: center;
    z-index: 50;
    position: relative;
}
.graphics{
    position: absolute;
    bottom: 0;
    right: 0;
    height: 200px;
    width: 100%;
    z-index: -2;
}
.mg-graphics{
    background: url(../images/Miniature-Graphics.svg) no-repeat right bottom;
    background-size: contain;
}
.epoxy-graphics{
    background: url(../images/epoxy-graphics.svg) no-repeat right bottom;
    background-size: contain;
}
.quilling-graphics{
    background: url(../images/quilling-graphics.png) no-repeat right bottom;
    background-size: contain;
}

#epoxy .right-column{
    background: #C3F2F5;
}
/* #epoxy .button {
    background-color: #00DCFF;
} */

#quilling .right-column{
    background: #154621;
}
/* #quilling .button {
    background-color: #4C2C14;
} */

.circles{
    width: 300px;
    height: 300px;
    border-radius: 100%;
    filter: blur(70px);
    position: absolute;
    left: -192px;
    opacity: 0.8;
    z-index: -1;
}
.circle1{
    background: #C9FF31;
    top: -170px;
}
.circle2{
    background: #86c440;
    bottom: -150px;
}
.circle3{
    background: #C9FF31;
    top: -240px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.product-list {
    margin: 25px 5px;
}
.products{
    display: flex;
    grid-gap: 30px;
    font-family: FORTE;
    flex-wrap: wrap;
    justify-content: center;
    position: relative;
    margin-bottom: 30px;
}

.products > div {
    flex: 0 0 100%;
}
.products img{
    width: 100%;
    border-radius: 20px;
    border: solid 10px #bcd63066;
    cursor: pointer;
}
.product:hover .size-price{
    display: flex;
}
.product-details{
    position: relative;
    
}
.newarrival{
    
    padding: 10px;
    border-radius: 15px;
    border-bottom: #86c440 solid 3px;
}
.details{
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 0 20px;
    align-items: center;
    border-radius: 20px;
}
.size-price{ 
    height: 60px;
    font-size: 22px;    
    bottom: 0;    
    color: #31421ce3;
    font-family: JosefinSans;
}
.price{font-size: 40px;color: #ff5722;font-family: JosefinSans; }
.oldprice{
    font-size: 25px;color: #ff5722;
    text-decoration: line-through;
}
.modal-dialog .price{font-size: 30px;}
.currency-symbol{
    font-size: 26px;
    color: #878585;
}
.product-name{
    font-size: 25px;
    color: #31421c;
    font-weight: bold;
    font-family: JosefinSans;
}
.carousel-item .item-id{background-color: #ff5722;}
.item-id{
    background-color: #225c2e;
    color: #fff;
    font-size: 22px;
    padding: 20px;
    justify-content: center;
    display: flex;
    position: absolute;
    right: 0px;
    top: 0px;
    border-radius: 0 20px 0 60%;
    z-index: 2;
    box-shadow: 0px 6px 10px #0000005e;
    font-family: JosefinSans;
}
/* .product-name span:last-child{
    color: #86C440;
} */
.modal-dialog{
    position: fixed;
    top: 0;
    left: 0;
    margin: 0;
    width: 100%;
    max-width: 100vw;
    max-height: 100vh;
    background-color: #fff;
    z-index: 115;
}
.modal-body .carousel-item img{
    border:none;
    border-radius: 0%;
}
.modal-content{
    height: 100vh;
}
.item-details{
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    padding: 0 15px 15px 15px;
    height: 100vh;
    overflow: auto;
}
/* .description{padding:0 15px} */

.contactdetail{
    width: 90%;
    margin: 10% auto;
    font-family: JosefinSans;
    font-size: 20px;
    line-height: 30px;
    padding: 20px;
    flex-wrap: wrap;
}
.address {
    margin-right: 20px;
    border-bottom: solid 3px #ccc;
    border-right: none;
}
.contactdetail .head{
    font-size: 35px;
    font-weight: bold;
    margin-bottom: 15px;
}

.contactdetail .email {
    font-size: 25px;
}
.social a{
    width: 50px;
    height: 50px;
    display: flex;
}
.social svg{
    fill: green;
}
.social svg:hover{
    fill: red;
}
.contactus .circle2{
    bottom: 0;
}
.address{
    margin-right: 20px;
    border-right: none;
    border-bottom: solid 3px #ccc;
    margin-bottom: 20px;
}

.modal-body{
    padding: 0!important;
    background: #f1fdf1;
}
.modal-body .slide{
    background: #154621;
    flex: 0;
}
.modal-header{
    padding: 1rem 0rem 1rem 0;
}
.modal-title{
    font-size: 30px;
}
.btn-close{
    padding: 15px!important;
    background-color: #ffc107;
    border-radius: 23px;
    position: absolute;
    right: 15px;
    top: 15px;
    opacity: 0.8;
    z-index: 10;
}
.bottom-price{
    float:right;
}
.buttonbar{
    display: flex;
    justify-content: space-between;
}
.buttons{
    float:right;
}
/* .buttonbar .price-bottom{
    float:right
} */


@media screen and (min-width:768px){
    .btn-close{
        right: 30px;
        top: 30px;
    }
    .graphics{
        height: 100%;
    }
   
    .item-id{
        font-size: 22px;
    }
    .product-list{
        margin:25px;
    }
    .carousel-indicators [data-bs-target]{
        text-indent: -999px;
    }
    .carousel-indicators button{
        flex: 0 1 auto!important;
    }
    
    /* .carousel-caption .text{
        width: 80%;
    } */
    .mini-grd {
        margin-bottom: 100px;
    }
    .slide-content{
        padding-bottom:inherit;
        margin-top: 0;
        padding: 0;
    }
    .navbar {
        margin: 0 25px;
    }
    .navbar .brand-logo{
        width: 250px;
        margin-top: 0px;
    }
    #mainpage .brand-logo{
        position: absolute;
    }
    .brand-logo{
        width: auto;
        /* position: absolute; */
    }
    .brand-logo.sm{
        width: 150px;
        position: initial;
    }
    .carousel-indicators{
        bottom: 28%;
        top: auto;
    }
    .products > div {
        flex: 0 0 47.9%;
    }
    .artwork-slides{
        height: 100%;
        padding: 0 0 0 20px;
    }
    
}
@media screen and (min-width:1024px){
    .contactdetail .email{
        font-size: 30px;
    }
    .address {
        margin-right: 20px;
        border-right: solid 3px #ccc;
        border-bottom: none;
    }
    .description{padding-right: 13px;}
.artwork-slides{
    padding-left: 100px;
    height: 100%;
}
.mini-grd{
    flex: 15%!important;
    justify-content: center;
    padding-right: 15px;
}
.contactdetail{
    width: 65%;
    margin: 10% auto;
    font-family: JosefinSans;
    font-size: 20px;
    line-height: 30px;
}

}
@media screen and (min-width:1366px){
    .modal-body .slide{
        flex: 1 1 0;
    }
    .mini-grd img{
        width: 340px;
    }
    .products > div {
        flex: 0 0 31%;
    }
    #item-details{
        flex-direction: row!important;
    }
}

  .showcase-wrapper .thumb-previewer {
    background: #fff;
  }
  .showcase-wrapper .thumb-img {
    display: flex;
    flex-flow: row;
    align-items: center;
    margin-left: -20px;
    margin-top: 40px;
  }
  .showcase-wrapper .thumb-img li {
    margin-left: 20px;
    width: calc(100% / 4 - 20px);
  }
  .showcase-wrapper .thumb-img li a {
    display: block;
    padding: 6px;
    background: #fff;
    box-shadow: 0 0px 8px 1px #0000004f;
  }
  .showcase-wrapper .thumb-img li img {
    max-width: 100%;
  }

  .discount-sold{
    position: absolute;
    font-family: 'JosefinSans';
    width: 100px;
    height: 100px;
    text-align: center;
    right: 12px;
    bottom: 72px;
    margin: 0 auto;
    border: solid 5px #fff;
    background: #ff5622;
    display: flex;
    color: #fff;
    justify-content: center;
    border-radius: 100%;
    font-size: 18px;
    padding-top: 6px;
    line-height: 13px;
    flex-direction: column;
}
.discount-sold.solditem{background: #ff2222;}
.discount-sold span{
    font-size: 18px!important;
    display: block;
}