@font-face {
    font-family: main;
    src: url(../fonts/LuxuriousScript-Regular.ttf);
}
 

@font-face {
    font-family: second;
    src: url(../fonts/SupermercadoOne-Regular.ttf);
}

:root{
    --color-lightpink:#F9EDED ;
    --color-lightblue:#DFEDF8;
    --color-hoverRed:#DE3241;
    --color-submenu:rgba(0, 0, 0, 0.733);
}
.font-main{
    font-family: main;
    font-size: 20px;
}

.font-second{
    font-family: second;
   
}
.text-cpital{
    text-transform: capitalize;
}
.text-upper{
    text-transform: uppercase;
}
.head{
    background-color: var(--color-lightpink);
    font-size: 18px;
}
.account{
    border-right: 1px solid rgba(0, 0, 0, 0.24);
}
.menu-item:hover{
    color: var(--color-hoverRed);
    cursor: pointer;
    transition: 0.4s;
}
.buy-item{
    font-size: 12px;
    width: 14px;
    height: 14px;
    background-color: var(--color-hoverRed);
    text-align: center;
    border-radius: 50%;
    right: 10px;
    bottom: 13px;
    color: white;

}
.menu-icon-size{
    font-size: 20px;
}
.more-submenu{
    background-color: whitesmoke;
    border:  1px solid rgba(0, 0, 0, 0.096);
    color: var(--color-submenu);
    font-size: 15px;
   top: 60px;
    opacity: 0;
    z-index: -1;
  
   

}
.more:hover .more-submenu{
    top: 48px;
    transition: 0.6s;
    opacity: 100%;
    z-index: 10;
}
.more-submenu-item:hover{
    color: var(--color-hoverRed);
    transition: 0.4s;
    cursor: pointer;
}
.main-img{
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
   
}
.book-submenu-topic{
    border-bottom: 1px solid rgba(0, 0, 0, 0.096);
}

.book-submenu-item{
    color: var(--color-submenu);
}

.book-submenu{
    background-color: whitesmoke;
    border:  1px solid rgba(0, 0, 0, 0.096);
    color: var(--color-submenu);
    font-size: 15px;
   top: 60px;
   height: 470px;
   opacity: 0;
   z-index: -1;
}

.book:hover .book-submenu{
    top: 48px;
    opacity: 100%;
    z-index: 10;
    transition: 0.6s;
    
}
.book-submenu-item:hover{
    color: var(--color-hoverRed);
    transition: 0.4s;
    cursor: pointer;
}
.book-submenu-topic:hover{
    color: var(--color-hoverRed);
    transition: 0.4s;
    cursor: pointer;
}
.bi-skip-end-circle{
   bottom:250px;
  left: 1150px;
  font-size: 45px;
  opacity: 0;
  transition:all 0.6s ease;

}
.main-img:hover~.bi-skip-end-circle {
   left: 1120px;

   opacity: 100%;
}
.bi-skip-start-circle{
    bottom: 250px;
    left: 80px;
    font-size: 45px;
    opacity: 0;
    transition:all 0.6s ease;
  
}
.main-img:hover~.bi-skip-start-circle{
    left:120px;
    
    opacity: 100%;
}
.for-collection-img:hover{
    transform: scale(1.1);
    
}
.for-collection-img{
    transition: all 0.9s ease ; 
}
.for-collection-img-parent{
    overflow: hidden;
}
.for-collection-1{
    
    cursor: pointer;
}
.for-collection-2{
    
    cursor: pointer;
}
.for-collection-description{
    z-index: 11;
    left: 50px;
    
}
.shop{
    color: var(--color-hoverRed);
    border-bottom: 1px solid var(--color-hoverRed);
    transition: 10s;
}
.shop:hover{
    border-bottom: none;
}
.latest-items{
    font-size: 40px;
}
.home-img{
    transition: all 0.6s ease;
}
.sell-book:hover .home-img{
    opacity: 0;
    
    
}
.larg-img{
    opacity: 0;
    transition: all 0.6s ease;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
   
}
.sell-book:hover .larg-img{
    opacity: 100%;
}
.like{
    
    background-color: var(--color-lightblue);
    color: black;
    border-radius: 50%;
    right:10px;
    top: 8px;
    font-size: 20px;
}
.like:hover{
    background-color: var(--color-hoverRed);
    color: var(--color-lightblue);
}
.bi-star-fill{
    font-size: 12px;
}
.book-name:hover{
    color: var(--color-hoverRed);
    transition: 0.6s;
    cursor: pointer;
}
.price{
    color: var(--color-hoverRed);
}
.btn-shop{
    background-color: var(--color-hoverRed);
    border: none;
    word-spacing: 4px;
}
.btn-shop:hover{
    background-color: black;
    color: white;
    transition: 0.6s;
}
.bi-eye{
    font-size: 25px;
}
.bi-eye:hover{
    color: var(--color-hoverRed);
}
.bi-arrow-repeat{
    font-size: 25px;
}
.bi-arrow-repeat:hover{
    color: var(--color-hoverRed);
}
.shopping-part{
    opacity: 0;
}
.sell-book:hover .shopping-part{
    opacity: 100%;
    transition: 0.8s;
}
.summer-book-lover{
    background-color: #34587C;
    color: white;
   

}
.border{
    border-bottom: 1px solid white;
}
.the-good-dog{
    z-index: 3;
    left: 20px;
    bottom: 30px;
}
.main5{
    background-image: url(../img/service-bkg.jpg);
}
.dardesar1{
    width: 75px;
    height:75px;
   transition: 0.6s;
    background-position:5px 20px;
    background-repeat: no-repeat;
   background-image: url(../img/service-icon.png);
    
}
.dardesar1:hover{
    background-position: 5px -78px;
}
.dardesar2{
    width: 75px;
    height:75px;
   transition: 0.6s;
    background-position:5px -365px;
    background-repeat: no-repeat;
   background-image: url(../img/service-icon.png);
    
}
.dardesar2:hover{
    background-position: 5px -463px;
}
.dardesar3{
    width: 75px;
    height:75px;
   transition: 0.6s;
    background-position:5px -176px;
    background-repeat: no-repeat;
   background-image: url(../img/service-icon.png);
    
}
.dardesar3:hover{
    background-position: 5px -274px;
}
.dardesar4{
    width: 75px;
    height:75px;
   transition: 0.6s;
    background-position:5px -558px;
    background-repeat: no-repeat;
   background-image: url(../img/service-icon.png);
    
}
.dardesar4:hover{
    background-position: 5px -658px;
}
.main6{
    background-image: url(../img/parallax-bg.jpg);
    background-attachment: fixed;
}
.our-featured-book{
    font-size:60px;
    color: white;
}
.find-books{
    font-size: 80px;
    color: white;
}

.shop-now{
    font-size: 20px;
    background-color: var(--color-hoverRed);
    color: white;
    border: none;
    transition: all 0.8s ease;
}
.shop-now:hover{
    background-color: white;
    color: black;
}
.our-client{
    font-size: 50px;
}
.client-describe{
    font-size: 20px;
    color: rgb(83, 104, 98);
}
.user{
    border-radius: 50%;
}
.client-name{
    color: var(--color-hoverRed);
}
.client-job{
    color: rgb(83, 104, 98) ;
}
.main7{
    border-bottom: rgba(0, 0, 0, 0.24) 0.5px solid;
}
.sponsor{
    width: 200px !important;
    height: 200px;
}
.sponsor:hover{
    animation: tada; /* referring directly to the animation's @keyframe declaration */
        animation-duration: 2s; /* don't forget to set a duration! */
}
.main10{
    background-image: url(../img/service-bkg.jpg);
}
.our-blog{
    font-size: 40px;
}
.blog{
    background-color: aliceblue;
}
.blog-date{
    color: var(--color-hoverRed);
}
.blog-title{
    font-size: 25px;
}
.blog-description{
    color: rgb(83, 104, 98);
}

.dark-opc{
    background-color: black;
    
    height: 261px;
    bottom: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.6s;
}
.blog:hover .dark-opc{
    opacity:30%;
}
.img-box{
    overflow: hidden;
    background-color: rgb(0, 0, 0);
    
}
.blog-img{
    transition: 0.6s ease;
    
}

.blog:hover .blog-img{
    transform: scale(1.1);
    opacity: 50%;
}
.bi-circle{
    font-size: 45px;
    width: 47px;
    height: 47px;
    text-align: center;
    border-radius: 50%;
    
    
    
}
.bi-link-45deg{
    font-size: 20px;
    left: 214px;
    bottom: 110px;
}
.link-circle{
    left: 200px;
    bottom: 100px;
}
.search-circle{
    left: 141px;
    bottom: 101px;
    
}
.bi-search{
    font-size: 15px;
    bottom: 115px;
    left: 157px;
    
}
.hover-icons{
    color:white;
    opacity: 0;
    transition: all 0.8s ease;
    
}
.blog:hover .hover-icons{
    opacity: 100%;
    
}

.icon-change-color:hover .d-icon{
    color: var(--color-hoverRed);
    cursor: pointer;
}
.newsletter{
    font-size: 40px;
}
.newsletter-describe{
    color: rgb(83, 104, 98);
}
.email-input{
    width: 500px;
    border: none;
    font-size: 15px;
    height: 50px;
}
.footer1{
    background-color: #171717;
    border-bottom: 0.5px solid rgb(204,204,193);
}
.des{
    color: rgb(204,204,193);
    line-height:30px;
}
.title{
    color: rgb(204,204,193);
    font-size: 30px;
    cursor: pointer;
}
.title-item{
    color: rgb(204,204,193);
    transition: 0.6s ease;
    line-height: 30px;
}
.title-item:hover{
    color: var(--color-hoverRed);
    cursor: pointer;
}
.bi-telephone{
    color: var(--color-hoverRed);
}
.bi-geo-alt{
    color: var(--color-hoverRed);
}
.bi-envelope{
    color: var(--color-hoverRed);
}
.footer2{
    background-color:#171717;
    color:rgb(204,204,193) ;
}
.media:hover{
    color: var(--color-hoverRed);
    cursor: pointer;
}
.ratestar:hover{
 cursor: pointer;
}
.hamburger{
    font-size: 30px;
}
.offcanvas{
    width: 50% !important;
}

@media only screen and (max-width:460px){
    .find-books{
        font-size: 50px;
    }
    .client-describe{
        font-size: 10px;
    }
}