 @import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Rancho&family=Roboto:wght@100;400;500;700;900&display=swap');
:root {
    --primary : #01CCC0 !important
}
/* initializing custom css */
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body{
    overflow-x: hidden;
    font-family: 'Roboto', sans-serif;
}
ul{
    list-style: none;
    padding: 0;
}
a{
    text-decoration: none;
    color: #000;
}
a:hover{
    color: #000;
}
/* typography */
h1,
h2,
h3{
    font-weight: 600;
}
h4,
h5,
h6{
    font-weight: 500;
}
h5.fw-light{
    font-weight:400 !important;
}
/* typography ends */
/* initalizing primary theme color for the product */
.text-primary{
    color: var(--primary) !important;
}
.text-primary:hover{
    color: var(--primary) !important;
}
.btn.btn-outline-primary{
    border-color: var(--primary);
    color: #000;
    border: 3px solid var(--primary);
}
.btn.btn-outline-primary:hover{
    background-color: var(--primary);
    color: #fff !important;
}
.bg-primary{
    background-color: var(--primary) !important;
}
.bg-primary[disabled]{
            background-color: #EBFBFA !important;
            color: #5c5c5c !important;
    }
.bg-primary:hover ,
.bg-primary:focus{
    background-color: (--primary);
}
.btn.btn-secondary{
    background-color: #FF0000;
    border: 0;
}
.text-secondary{
    color: #FF0000 !important;
}
.btn {
    border-radius: 0;
}
.btn.btn-primary, .mall-btn--primary{
    background-color: var(--primary) !important;
    border: var(--primary);
}
.btn.btn.btn-primary:focus{
    box-shadow: none;
}
.btn.btn-outline-primary{
    border-color : var(--primary) !important;
    color: var(--primary) !important
}
.btn.btn-outline-primary:hover {
    background-color : var(--primary) !important;
    color: #fff !important
    }
.nav-pills .nav-link.active, .nav-pills .show>.nav-link{
    background-color: transparent;
    border-bottom: 4px solid var(--primary);
    border-radius: 0;

}
.btn-facebook , .btn-facebook:hover{
    background: #35619C;
    color: #fff;
}
.nav-tabs{
    border-bottom: 0;
}
.nav-tabs .nav-link{
    border: 0;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active , 
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover{
    background: none;
    border: 0;
}
/* initalizing primary theme color for the product ends */
/* initializing custom css ends */
/* common css */
.bottom-border{
    position: relative;
}
.bottom-border::after{
    content: '';
  border-bottom: 3px solid #000;
  width: 20px;
  margin: auto;
  display: block;
}
.card-books{
    border: 0;
    transition: all .2s ease-in-out;
    position: relative;
    box-shadow: none !important;
}
.card-img-top{
    position: relative;
    transition: all .2s ease-in-out;
    width: 100%;
    aspect-ratio: 1 / 1.1;
    object-fit: cover;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.card-books .overlay{
    position: absolute;
    top: 30%;
    right: 0;
    left: 0;
    background-color: #FF0000;
    padding: 0.4rem;
    opacity: 0;
    transition: 0.5s ease;
}
.card-books:hover {
    transform: translateY(-20px);
}
.card-books:hover .overlay{
    opacity: 1;
}
.overlay .text{
    text-shadow: 0px 4px 4px rgb(0 0 0 / 0.25);
    font-size: 1.2rem;
}
@media screen and (max-width:968px) {
    .overlay .text{
        text-shadow: 2px 2px black;
        font-size: 1rem;
    }
}
.card-img-top:hover .overlay .text{
    opacity: 1;
}
.card{
    border: 0;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.form-control:focus{
    box-shadow: 0 0 0 0rem rgba(255, 255, 255, 0.25) !important;
}
/* top left*/
/* common */
.ribbon {
    width: 150px;
    height: 150px;
    overflow: hidden;
    position: absolute;
  }
  .ribbon::before,
  .ribbon::after {
    position: absolute;
    z-index: -1;
    content: '';
    display: block;
    border: 5px solid #FF0000;
  }
  .ribbon span {
    position: absolute;
    display: block;
    width: 225px;
    padding: 15px 0;
    background-color: #FF0000;
    box-shadow: 0 5px 10px rgba(0,0,0,.1);
    color: #fff;
    font: 700 18px/1 'Roboto', sans-serif;
    text-shadow: 0 1px 1px rgba(0,0,0,.2);
    text-transform: uppercase;
    text-align: center;
  }
  
.ribbon-top-left {
    top: -10px;
    left: -10px;
  }
  .ribbon-top-left::before,
  .ribbon-top-left::after {
    border-top-color: transparent;
    border-left-color: transparent;
  }
  .ribbon-top-left::before {
    top: 0;
    right: 0;
  }
  .ribbon-top-left::after {
    bottom: 0;
    left: 0;
  }
  .ribbon-top-left span {
    right: -25px;
    top: 30px;
    transform: rotate(-45deg);
  }
/* common css ends */
/* hero section starts */
.hero{
    background-image: url("./image/design-space-paper-textured-background\ 3.png");
    padding: 1rem 0 3.2rem 0;
    width: 100%;
    background-size: cover;
}
.hero h3::after{
        content: '';
        display: block;
        position: relative;
        width: 10%;
        border: 2px solid var(--primary);
        margin: auto;
        background-color: var(--primary);
}
.hero .breadcrumb-item a , .breadcrumb-item.active{
    color: #000 !important;
    text-decoration: none;
}
/* hero section ends */
/* result section starts */
.result-bar{
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.result-bar select{
    width: 14rem;
}
/* result section ends */
/* newsletter box starts*/
.newsletter-box {
    position: relative;
    top: 6.5rem;
}
.newsletter-box-wrapper{
    border: 2px solid #262626;
    border-radius: 10px;
}
.newsletter-box-wrapper h3{
    letter-spacing: 0.5rem;
    margin-bottom: 2rem;
    font-size: 2.6rem;
    font-weight: 400;
    font-family: 'Rancho', cursive;
}
.newsletter-box-wrapper{
    background-color: #fff;
}
/* newsletter box end */
/* footer css starts */
.footer{
    background-color: #262626;
    color: #fff;
    padding: 3rem 0;
    margin-top: 3rem;
}
.footer li{
    padding: 0.4rem 0;
    font-weight: 500;
}
.footer h5{
    margin-bottom: 1rem;
}
.footer a{
    color: #fff;
}
.footer img {
     width: 8rem;
    height: 3rem;
    object-fit: cover;
    }
/* footer css end */
/* cart page css */
.cart-total-price{
    border: 1px solid #E5E5E5;
    padding: 1.5rem;
}
.cart-item img{
    width: 63px;
    height: 80px;
    /* aspect-ratio: 16 / 16; */
    object-fit: cover;
}
.cart-item h5{
    color: #FF0000;
}
.cart-item p{
    margin-bottom: 0;
}
.table > tbody{
    vertical-align: middle;
}
thead tr{
    background-color: #EBFBFA;
    border-bottom: 10px solid transparent;
}
thead th{
    font-weight: 400;
    font-size: 22px;
    border: 0;
}
thead td{
    text-align: center;
}
tr{
    border-bottom: 2px solid #EBFBFA;
}
/* cart page css ends*/
/* pre-order page css */
.pre-order-form .form-control
,.pre-order-form .form-select{
    margin-bottom: 1.5rem;
}
.pre-order-form label{
    font-size: 20px;
}
.required::after {
    content: '*';
    position: relative;
    font-size: 1rem;
    color: red;
    padding-left: 0.25rem;
    font-weight: bold;
}
/* pre-order page css end */
.border-op{
    position: relative;
}
.page-heading:after {
    position: absolute;
    content: "";
    width: 90px;
    height: 2px;
    left: 0;
    bottom: -20px;
    height:4px;
    background:var(--primary);
    margin-top: 15px;
    border-radius:3px;
}
/* dashboard styling */
.profile img{
    height: 5rem;
    width: 5rem;
    border-radius: 50%;
    object-fit: cover;
}
.profile .form-label{
    font-weight: 500;
}
.profile .form-control{
    background-color: #EBFBFA;
    color: #000 !important;
    border: none;
    padding: 0.9rem;
}
.dashboard-profile .nav-link.active{
    border: none;
    background-color: #EBFBFA;
    color: #000 !important;
}
.dashboard-profile .nav-link{
    position: relative;
    padding: 0.7rem 0;
    text-align: left;
    color: #000;
    font-weight: 500;
    margin: 0.2rem 0;
}
.dashboard-profile .nav-link::after{
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0px;
    position: absolute;
    border-bottom: 4px solid var(--primary);
    width: 4.3rem;
}
@media screen and (max-width:968px) {
    .dashboard-profile h4{
        font-size: 1rem;
        margin: 0 1.25rem;
    }
}
.mall-wishlists-manager .mall-wishlist-empty{
        background-color: #f1f6f8;
}

/* categories section */
.category-card {
    position: relative;
}
.category-card .img-overlay{
    position : relative;
    
}
.category-card .img-overlay::before {
    content: '';
    border-radius: 1.2rem;
    display: block;
    position: absolute;
    inset: 0;
    background: rgba(0 , 0 ,0,0.2);
}
.category-card .img-overlay img{
    border-radius: 1.2rem;
    aspect-ratio : 1 / 1 ;
}

.category-card h6{
    text-align : center;
    margin-top : 0.5rem;
} 

.category-card .overlay:hover h6{
    color : var(--primary)
}

.category-card .category-title{
    color: #fff;
    font-weight: 800;
    z-index: 1000 !important;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
/* order page */
.mall-table th{
    font-size: 1.275rem;
    font-weight: 400;
    color: #000;
    padding: 0.5rem;
    background-color: #EBFBFA;  
    text-align: center;
}    
.mall-orders-list__order--unpaid td{
    background-color: #fff;
    color: #542605;
    font-size: 1.05rem;
    padding : 1rem 0;
    text-align: center;
}
.mall-orders-list__order--unpaid:hover td{
    background : none
}
.mall-orders-list__order.is-open{
    background : none
}
.mall-orders-list__details{    
    background-color: #EBFBFA;  
}
.mall-my-account__nav-item a{
    color : #000
}
.mall-my-account__nav {
    width: 100%;
    position: relative;
    padding: 0.7rem 0;
    text-align: left;
    font-weight: 500;
    margin: 0.2rem 0;
}

.mall-my-account__nav-item.nav-link.active {
    border: none;
    background-color: #EBFBFA;
    color: #000 !important;
}

.mall-form-control input, .mall-form-control select, .mall-form-control textarea{
    background-color : #EBFBFA;
}

.profile-img{
    height: 5rem;
    width: 5rem;
    border-radius: 50%;
    object-fit: cover;
}

.mall-table td{
 font-size: 1.2rem;
 text-align: center;
}

button.mall-btn.mall-btn--primary {
    background: #01CCC0;
    border: transparent;
}

/* testinomials
*/
section#testimonials{
    padding: 4rem 0;
}

#testinomials .img-round {
    border-radius: 50%;
    width: 8rem;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}
.img-round{
    border-radius:50%
}

/* welcome slider carousel */
#welcome-slider{
    background-size:cover;
}
#welcome-slider .slider-title{
    font-family: 'Rancho', cursive;
    letter-spacing: 0.5rem;
    font-weight: 500;
    font-size: 60px;
}
#welcome-slider .slider-subtitle{
    margin : 1.2rem 0;   
}

#welcome-slider img{
    animation: 1.5s ease-out 0s 1 slideInFromLeft;

}
#welcome-slider .silder-title-box{
    animation : 1.5s ease-out 0s 1 slideInFromRight;
}
@keyframes slideInFromLeft {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes slideInFromRight {
  0% {
       transform: translate(-100%);
    }    
  100%{
        transform : translate(0);
    }
}
/* order page */
.mall-table th{
    font-size: 1.275rem;
    font-weight: 400;
    color: #000;
    padding: 0.5rem;
    background-color: #EBFBFA;  
    text-align: center;
}    
.mall-orders-list__order--unpaid td{
    background-color: #fff;
    color: #542605;
    font-size: 1.05rem;
    padding : 1rem 0;
    text-align: center;
}
.mall-orders-list__order--unpaid:hover td{
    background : none
}
.mall-orders-list__order.is-open{
    background : none
}
.mall-orders-list__details{    
    background-color: #EBFBFA;  
}
.mall-my-account__nav-item a{
    color : #000
}
.mall-my-account__nav {
    width: 100%;
    position: relative;
    padding: 0.7rem 0;
    text-align: left;
    font-weight: 500;
    margin: 0.2rem 0;
}
.mall-my-account__nav-item.nav-link.active {
    border: none;
    background-color: #EBFBFA;
    color: #000 !important;
}
.mall-form-control input, .mall-form-control select, .mall-form-control textarea{
    background-color : #EBFBFA;
}
.profile-img{
    height: 5rem;
    width: 5rem;
    border-radius: 50%;
    object-fit: cover;
}
.mall-table td{
 font-size: 1.2rem
}
button.mall-btn.mall-btn--primary {
    background: #01CCC0;
    border: transparent;
}
/* testinomials
*/
section#testimonials{
    padding: 4rem 0;
}
#testinomials .img-round {
    border-radius: 50%;
    width: 8rem;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}
.img-round{
    border-radius:50%
}
/* welcome slider carousel */
#welcome-slider .slider-title{
    font-family: 'Rancho', cursive;
    letter-spacing: 0.5rem;
    font-weight: 500;
    font-size: 60px;
}
#welcome-slider .slider-subtitle{
    margin : 1.2rem 0;   
}
.bg-filter{
    background-color : #EBFBFA
}
.page-heading {
    position: relative;
}
.page-heading:after {
    position: absolute;
    content: "";
    width: 90px;
    height: 2px;
    left: 0;
    bottom: -20px;
    height:4px;
    background:var(--primary);
    margin-top: 15px;
    border-radius:3px;
}
.featured-img{
    width: 100px;
    height: 100px;
    object-fit: cover;       
}




.aspect-ratio-box {
    display: block;
    width: 100%;
    height: auto;
    position: relative;
    background-position: 50%;
    background-size: cover;
    overflow: hidden;
    padding: 65% 0 0;
    border-radius: 5px;
}
.ad-image-carousel{
    position: relative;
    width: 100%;
    height: auto;
    background-position: 50%;
    background-size: cover;
    overflow: hidden;
    padding: 56.75% 0 0;
    aspect-ratio: 1/1.4142 !important;
}

.navbar-submenu {
    top: 75px;


}












