

.board{
    width: 100%;
    height: 85vh;
    background-color:#FFD700;
    margin-top: 5%;
}

.board_container{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    
}

.left{
    width: 50%;
    height: 100%;
    text-align: center;
}

.rig{
    width: 50%;
    height: 100%;
    display: flex;
    overflow: hidden;
    position: relative;
}

.rig .one{
    width: 100%;
    height: 100%;
    object-fit: cover;
    left: 0%;
    position: relative;
    transition: 0.50s;
}

.rig .two{
    width: 100%;
    height: 100%;
    object-fit: cover;
    right: -100%;
    position: absolute;
    transition: 0.50s;
    margin-top: 5%;
    
}

.rig .three{
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    right: -100%;
    transition: 0.50s;
    
}

.left .upper{
    margin: 20% auto 1% auto; 
    text-align: start;
    justify-content: center;
    padding-left: 20%;
    display: block;
}

.left .upper2{
    margin: 30% auto 1% auto; 
    text-align: start;
    justify-content: center;
    padding-left: 20%;
    display: none;
}

.upper{
    color: #020807;
    text-transform: uppercase;
    font-weight: bold;
    font-family: Poppins;
    animation: slide_up 2s;
    font-size: 30px;
}


.uplerTex{
    font-size: 12px;
    animation: slide_up 2s;
    text-align: start;
    margin-left: 20%;
    color: #020807;
}

.lastpart{
    width: 100%;
    animation: slide_up 2s;
    padding: 25px 0;
    text-align: start;
    padding-left: 20%;
}

.lastpart a{
    margin: 2px 20px;
    padding: 10px;
    background: #256E61;
    color: white;
    border-radius: 3px;
}

.ourgoal{
    width: 100%;
    background-color: #eeeeee54;
    align-content: center;
}

.slide_container{
    width: 90%;
    height: 300px;
    margin: 5% auto;
    display: flex;
    overflow: auto;
    position: relative;
}

.slide{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0%;
    right: 0%;
    padding: 5px;
    transition: 0.50s ease-in-out;
}

.slide1{
    width: 100%;
    height: 100%;
    position: absolute;
    left: -100%;
    transition: all 0.50s ease-in-out;

}


.slides{
    width: 90%;
    text-align: center;
    transition: all 0.5s ease-in-out;
    margin: 2% auto;

}

.list_topr{
    display: flex;
    padding: 5px 0;
}

.top_ratef{
    padding: 10px 20px;
}

.displaybooks{
    width: 180px;
    height: 240px;
    box-shadow: 0px 0.5px 5px 0px #256E61;
    display: inline-block;
    cursor: pointer;
    border-radius: 5px;
    transition: 0.6s;
    background-color: white;
    margin:  0 auto;
}

.displaybooks:hover{
    padding: 18px 15px;
}

.displaybooks img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.welcome_text{
    width: 100%;
    padding: 0px 0;
    text-align: center;
    display: flex;
    margin: 0 auto;
    justify-content: space-evenly;
    border-image: fill 0 linear-gradient(white, white, #00000042);
}

.sleft{
    width: 600px;
    height: 350px;
    padding-left: 60px;
    animation: slide_up 2s;
}

.sright{
    width: 500px;
    height: 100%;
    animation: slide_up 2s;
}

.sright img{
    width: 100%;
    height: 100%;
}

.sleft .up_bigText{
    margin-top: 40px;
    font-size: 30px;
    text-align: start;
    font-weight: bold;
    text-transform: uppercase;
}

.sleft .mddleText{
    text-align: start;
    font-size: 15px;
    font-weight: bold;
    color: #256E61;
    padding: 8px 0;
}

.sleft .latsText{
    text-align: start;
    font-size: 15px;
}

.howworks{
    width: 100%;
    padding: 35px 0;
    background-color: #eeeeee54;
}

.hinner_container{
    width: 100%;
    text-align: center;
    padding: 5px 0;
}

.hinner_container .htext{
    font-size: 25px;
}

.hinner_second{
    text-align: start;
    display: block;
    justify-content: center;
    margin: 20px auto;
    text-align: center;
}

.hinner_second .hleft{
    width: 50%;
    height: 100%;
    padding: 25px 0;
    text-align: start;
    margin-left: 0px;
    margin: 0 auto;
}

.hinner_second .hright{
    width: 55%;
    padding: 10px 0;
    display: flex;
    margin: 0 auto;
}

.hinner_second .hright .block1{
    width: 250px;
    height: 150px;
    background-color: rgb(196, 196, 196);
    border-radius: 10px;
    margin: 10px 10px;
    padding: 20px;
}

.block1 .ups{
    display: flex;
}

.ups .numbers span{
    margin-right: 10px;
    font-size: 30px;
    font-weight: bolder;
}

.ups .title span{
    font-size: 30px;
    font-weight: bolder;
    
}


.block1 .downs{
    padding: 10px 10px;
}

.team{
    width: 100%;
    padding: 50px 0;
    text-align: center;
}

.team .header_team{
    width: 100%;
    padding: 0px 0;
    font-size: 30px;
    font-weight: bold;
}

.team .teambodies{
    display: flex;
    justify-content: center;
    padding: 10px 0;
}

.teambodies .teamblock{
    width: 200px;
    border-radius: 5px;
    border: 1px solid gray;
    margin: 10px 10px;
    padding: 10px;
    background-color: #FFD700;
    text-align: center;
    cursor: pointer;
}

.teambodies .teamblock:hover{
    padding: 0 15px;
    transition: all 0.50s ease;
}

.teamblock .headerTeam{
    width: 90px;
    height: 90px;
    text-align: center;
    margin: 0 auto;
}

.headerTeam img{
    width: 100%;
    height: 100%;
    border-radius: 100%;
    object-fit: contain;
    background-color: #256E61;
}

.teamblock .names{
    width: 100%;
    height: 80px;
    padding: 5px 0;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
}

.teamblock .subtitle{
    font-size: 9px;
}

.teamblock .social_medias{
    width: 100%;
    padding: 5px 0;
    text-align: center;
    display: flex;
    justify-content: center;
    background-color: white;
}

.social_medias img{
    width: 15px;
    height: 15px;
    margin: 2px 10px;
}

.reviews{
    width: 100%;
    padding: 30px 0;
    background-color: #fff;
}

.reviews .reviewhader{
    width: 100%;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
}

.rcontents{
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 10px 0;
}

.rcontents .review_block{
    width: 200px;
    padding: 5px 0;
    margin: 1px 3px;
    border: 1px solid gray;
    border-radius: 5px;
    overflow: hidden;
}

.review_block .rups{
    width: 100%;
    text-align: center;
    padding: 1px 0;
}

.review_block .rdowns{
    width: 100%;
    height: 150px;
}

.rups img{
    width: 100px;
    height: 100px;
    border-radius: 100%;
    background-color: #256E61;
    object-fit: contain;
}

.rnames{
    width: 100%;
    height: 100%;
    margin: 10px auto;
    text-align: start;
}

.rv_name{
    margin-left: 12px;
    font-weight: bold;
}

.rdowns .comments{
    color: #ffffff;
}

.rdowns .rcommentbox{
    width: 100%;
    height: 100%;
    background-color: #256E61;
    padding: 5px 5px;
    
}

.rcommentbox .comments{
    font-size: 10px;
}

.subtitles_c{
    font-size: 10px;
    font-weight: bolder;
    margin-left: 10px;
}


.footer{
    width: 100%;
    margin-top: 10%;
    background-color: #256E61;
    display: flex;
    justify-content: center;
    padding: 20px 0;
}

.footer .footer_block{
    width: 300px;
    margin: 10px;
    padding: 10px;
    color: #FFD700;
    font-size: 16px;
    font-weight: bold;
}
.footer_block .header_label{
    text-align:start;
}
.footer_block .text_s{
    padding: 20px 0;
    color: white;
    font-size: 14px;
    font-weight: 200;
}

.text_s ul li{
    margin: 8px 0;
}

.text_s ul li a{
    color: white;
}

.last_footer{
    width: 100%;
    padding: 15px 0;
    text-align: center;
    background-color: #020807;
}

.last_footer span{
    color: white;
    font-size: 15px;
}

.progress_box{
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #00000073;
    align-content: center;
    display: none;
}

.progmain{
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #00000073;
    align-content: center;
    display: none;
    z-index: 10000000;
}

.prgresbox{
    width: 150px;
    height: 150px;
    background-color: white;
    border-radius: 20px;
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
}

.uppa_text{
    width: 100%;
    padding: 20px 0;
    text-align: center;
}

.spinning{
    width: 100%;
    padding: 10px 0;
    text-align: center;
    align-items: center;
}

.spinning .rotate{
    width: 40px;
    height: 40px;
    margin: 0 auto;
}

.lastpart_{
    width: 100%;
    padding: 4px 0;
    text-align: center;
}


.featurebooks{
    width: 100%;
    height: 450px;
    padding: 10px 0;
    background-color: white;
    position: relative;
}

.featurebooks .centralfeature{
    width: 85%;
    height: 100%;
    margin: 0 auto;
    background-color: #eeeeee54;
    position: relative;
    align-items: center;
    align-content: center;
    display: flex;
    overflow: hidden;
}

.centralfeature .fslide.active{
    display: block;
}



.centralfeature .prev{
    width: 50px;
    height: 50px;
    position: absolute;
    font-size: 13px;
    left: 0;
    z-index: 1;
    margin-left: 20px;
    border-radius: 100%;
    text-align: center;
    align-content: center;
    border: 2px solid white;
    cursor: pointer;
    background-color: transparent;
    transition: all 0.5s ease-in;
}

.centralfeature .next{
    width: 50px;
    height: 50px;
    position: absolute;
    font-size: 13px;
    right: 0;
    z-index: 1;
    margin-right: 20px;
    border-radius: 100%;
    text-align: center;
    align-content: center;
    border: 2px solid rgb(255, 255, 255);
    cursor: pointer;
    background-color: transparent;
    transition: all 0.5s ease-in;
}

.prev:hover{
    border-radius: 10px;
    border: 1px solid #256E61;
}

.next:hover{
    border-radius: 10px;
    border: 1px solid #256E61;
}

.trendingfestures{
    width: 100%;
    height:100%;
    position: absolute;
    left: 0%;
    display:none;
    animation: fade 0.5s;
}


.hotfeatures{
    width: 100%;
    height:100%;
    display:none;
    animation: fades 0.5s;
}

.show_trending_books{
    width: 100%;
    display: flex;
    justify-content: center;
}
.display_feature_items{
    width: 230px;
    height: 250px;
    margin: 0 10px;
    border: 0;
    box-shadow: 0 0 0.5px 1px #eeeeee54;
    border-radius: 3px;
    cursor: pointer;
    transition: all 0.9s ease-in;
}

.display_feature_items:hover{
    border-image: fill 0 linear-gradient(white, white, rgba(133, 133, 133, 0.164));
}

.imagess{
    width: 100%;
    height: 70%;
    border: 0;
}

.imagess img{
    width: 100%;
    height: 100%;
    border: 0;
}

.conte{
    width: 95%;
    margin: 0 auto;
    padding: 5px 5px;
}

.headerlabs{
    width: 100%;
}
.titlelabel{
    font-size: 13px;
    font-weight: bold;
}

.price_dis{
    width: 100%;
    margin-top: 5px;
}


/* Desktop: 6 items */
@media (min-width: 768px) {
    .show_trending_books {
      grid-template-columns: repeat(6, 1fr);
      padding: 10px 0;
    }
  }

  /* Mobile: 3 items */
  @media (max-width: 767px) {
    .show_trending_books {
      background-color: #ffffff;
      padding: 5px 0;
    }

    .featurebooks{
        width: 100%;
        height: 350px;
        padding: 10px 0;
        background-color: white;
        position: relative;
    }
    
    .featurebooks .centralfeature{
        width: 100%;
        height: 100%;
        margin: 0 auto;
        background-color: #eeeeee54;
        position: relative;
        align-items: center;
        align-content: center;
        display: flex;
        overflow: hidden;
    }
    
    .centralfeature .fslide.active{
        display: block;
    }
    
    
    
    .centralfeature .prev{
        width: 30px;
        height: 30px;
        position: absolute;
        font-size: 10px;
        left: 0;
        z-index: 1;
        margin-left: 10px;
        border-radius: 100%;
        text-align: center;
        align-content: center;
        border: 1px solid rgb(58, 58, 58);
        outline: none;
        cursor: pointer;
        background-color: transparent;
        transition: all 0.5s ease-in;
    }
    
    .centralfeature .next{
        width: 30px;
        height: 30px;
        position: absolute;
        font-size: 10px;
        right: 0;
        z-index: 1;
        margin-right: 10px;
        border-radius: 100%;
        text-align: center;
        align-content: center;
        border: 1px solid rgb(58, 58, 58);
        outline: none;
        cursor: pointer;
        background-color: transparent;
        transition: all 0.5s ease-in;
    }
    
    .prev:hover{
        border-radius: 10px;
        border: 1px solid #256E61;
    }
    
    .next:hover{
        border-radius: 10px;
        border: 1px solid #256E61;
    }
    
    .trendingfestures{
        width: 100%;
        height:100%;
        position: absolute;
        left: 0%;
        display:none;
        animation: fade 0.5s;
    }
    
    
    .hotfeatures{
        width: 100%;
        height:100%;
        display:none;
        animation: fades 0.5s;
    }
    
    .show_trending_books{
        width: 100%;
        display: flex;
        justify-content: start;
        overflow-y: auto;
    }
    .display_feature_items{
        width: 500px;
        height: 200px;
        margin: 10px 10px;
        border: 0;
        box-shadow: 0 0 0.5px 1px #eeeeee54;
        border-radius: 3px;
        cursor: pointer;
        transition: all 0.9s ease-in;
        position: relative;
    }
    
    .display_feature_items:hover{
        border-image: fill 0 linear-gradient(white, white, rgba(133, 133, 133, 0.164));
    }
    
    .imagess{
        width: 120px;
        height: 45%;
    }
    
    .imagess img{
        width: 120px;
        height: 100%;
        border: 0;
        background-color: #f3f3f3;
    }
    
    .conte{
        width: 95%;
        margin: 0 auto;
        padding: 5px 5px;
    }
    
    .headerlabs{
        width: 100%;
    }
    .titlelabel{
        font-size: 13px;
        font-weight: bold;
    }
    
    .price_dis{
        width: 100%;
        margin-top: 5px;
    }

    
  }

@keyframes fades {
    from { opacity: 0; }
    to { opacity: 1; }
  }

.fheader{
    width: 100%;
    padding: 10px 10px;
}

.fheader span{
    font-size: 20px;
}

@keyframes slide_up{
    0%{
        transform: translateY(50px);
    }

    100%{
        transform: translateY(0);
    }
}

