@media (max-width:836px) {
    

    .board{
        width: 100%;
        height: 45vh;
        background-color:#FFD700;
        margin-top: 0%;
        position: relative;
    }
    
    .board_container{
        width: 100%;
        height: 100%;
        display: flex;
        position: relative;
    }
    
    .left{
        width: 100%;
        height: 100%;
        text-align: center;
        position: absolute;
        background-color: transparent;
        z-index: 1;
    }
    
    .rig{
        width: 50%;
        height: 100%;
        position: absolute;
        right: 0%;
        background-color: transparent;
        display: flex;
        overflow: hidden;
    }
    
    .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: 0; 
        text-align: start;
        padding-left: 0%;
        padding-top: 10%;
        font-size: 10px;
        display: none;
    }
    
    .left .upper2{
        width: 50%;
        margin: 0; 
        text-align: start;
        padding-left:   3%;
        padding-top: 14%;
        font-size: 12px;
        display: block;
        font-weight:600;
        color: #020807;
        text-transform: uppercase;
    }
    
    
    
    .downer{
        width: 50%;
        margin: 5px 0;
    }
    
    .uplerTex{
        font-size: 9px;
        color: #020807;
        text-align: start;
        margin-left: 6%;
    }
    
    .lastpart{
        width: 100%;
        padding: 5px 0;
        display: flex;
        justify-content: start;
        padding-left: 10px;
    }
    
    .lastpart a{
        margin: 2px 5px;
        padding: 4px 10px;
        background: #256E61;
        color: white;
        border-radius: 3px;
        font-size: 10px;
    }
    
    
    .ourgoal{
        width: 100%;
        min-height: 20vh;
        margin: 1px auto;
    }
    
    .slide_container{
        width: 100%;
        height: 150px;
        margin: 0% auto;
        display: flex;
        overflow: auto;
        position: relative;
        
    }
    
    .slide{
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0%;
        right: 0%;
        padding: 2px;
        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: 0% 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: 15px 0;
    }
    
    .hinner_container{
        width: 100%;
        text-align: center;
        padding: 0px 0;
        justify-content: center;
    }
    
    .hinner_container .htext{
        font-size: 13px;
    }
    
    .hinner_second{
        text-align: start;
        display: block;
        justify-content: center;
        margin-top: 5px;
    }
    
    .hinner_second .hleft{
        width: 90%;
        height: 100%;
        padding: 5px 0px;
        text-align: start;
        margin-left: auto;
        margin-right: auto;
    }
    
    .hleft .h_text{
        font-size: 10px;
    }
    
    .hinner_second .hright{
        width: 95%;
        padding: 0px 0;
        display: flex;
        justify-content: center;
        margin:  0 auto;
    }
    
    .hinner_second .hright .block1{
        min-height: 150px;
        height: 140px;
        background-color: rgb(238, 238, 238);
        border-radius: 5px;
        margin: 10px 2px;
        padding: 5px 5px;
        text-align: center;
    }

    .block1 .ups{
        display: flex;
    }

    .ups .numbers span{
        margin-left: 5px;
        margin-right: 0px;
        font-size: 12px;
        font-weight: bolder;
    }

    .ups .title span{
        font-size: 10px;
        font-weight: bolder;
        
    }


    .block1 .downs{
        padding: 2px 0px;
        text-align: start;
    }

    .block1 .downs .dwns{
        font-size: 11px;
    }
    
    .welcome_text{
        width: 100%;
        padding: 10px 0;
        text-align: center;
        display: block;
        justify-content: space-evenly;
    }
    
    .sleft{
        width: 90%;
        height: auto;
        padding-left: 10px;
        padding-right: 10px;
        font-size: 10px;
        margin: 0 auto;
    }
    
    .sright{
        width: 90%;
        height: 100%;
        margin: 0 auto;
    }
    
    .sright img{
        width: 100%;
        height: 100%;
    }
    
    .sleft .up_bigText{
        margin-top: 10px;
        font-size: 5px;
        text-align: start;
        color: #FFD700;
    }
    
    .sleft .mddleText{
        text-align: start;
        font-size: 5px;
        font-weight: normal;
        margin: 5px 0;
        color: #000000;
        padding: 0px 0;
    }
    
    .sleft .latsText{
        text-align: start;
    }
    
    .sleft .latsText .laText{
        font-size: 10px;
    }
    
    .block1 .ups{
        display: flex;
    }
    
    .ups .numbers{
        margin-right: 10px;
        font-size: 30px;
        font-weight: bolder;
    }
    
    .ups .title{
        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: 220px;
        height: 300px;
        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: 50%;
        border: 0;
    }
    
    .imagess img{
        width: 100%;
        height: 100%;
        border: 0;
        background-color: #256E61;
    }
    
    .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;
    }
    
    .footer{
        width: 100%;
        margin-top: 10%;
        background-color: #256E61;
        display: inline-block;
        justify-content: left;
        padding: 10px 0;
    }

    .footer .footer_block{
        width: 100%;
        margin: 5px;
        padding: 5px;
        color: #FFD700;
        font-size: 17px;
        font-weight: 700;
    }
    
    .footer_block .header_label{
        text-align:start;
    }

    .footer_block .text_s{
        padding: 10px 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;
    }
    
    
}

@media (max-width:767px) {
    

.board{
    width: 100%;
    height: 35vh;
    background-color:#FFD700;
    margin-top: 0%;
    position: relative;
}

.board_container{
    width: 100%;
    height: 100%;
    display: flex;
    position: relative;
}

.left{
    width: 100%;
    height: 100%;
    text-align: center;
    position: absolute;
    background-color: transparent;
    z-index: 1;
}

.rig{
    width: 50%;
    height: 100%;
    position: absolute;
    right: 0%;
    background-color: transparent;
    display: flex;
    overflow: hidden;
}

.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: 0; 
    text-align: start;
    padding-left: 0%;
    padding-top: 10%;
    font-size: 10px;
    display: none;
}

.left .upper2{
    margin: 0; 
    text-align: start;
    padding-left:   10px;
    padding-top: 10%;
    font-size: 12px;
    display: block;
    font-weight:600;
    color: #020807;
    text-transform: uppercase;
}



.downer{
    width: 50%;
    margin: 5px 0;
}

.uplerTex{
    font-size: 9px;
    color: #020807;
    text-align: start;
    margin-left: 6%;
}

.lastpart{
    width: 100%;
    padding: 5px 0;
    display: flex;
    justify-content: start;
    padding-left: 10px;
}

.lastpart a{
    margin: 2px 5px;
    padding: 4px 10px;
    background: #256E61;
    color: white;
    border-radius: 3px;
    font-size: 10px;
}


.ourgoal{
    width: 100%;
    min-height: 20vh;
    margin: 1px auto;
}

.slide_container{
    width: 100%;
    height: 150px;
    margin: 0% auto;
    display: flex;
    overflow: auto;
    position: relative;
    
}

.slide{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0%;
    right: 0%;
    padding: 2px;
    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: 0% 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: 15px 0;
}

.hinner_container{
    width: 100%;
    text-align: center;
    padding: 0px 0;
    justify-content: center;
}

.hinner_container .htext{
    font-size: 13px;
}

.hinner_second{
    text-align: start;
    display: block;
    justify-content: center;
    margin-top: 5px;
}

.hinner_second .hleft{
    width: 90%;
    height: 100%;
    padding: 5px 0px;
    text-align: start;
    margin-left: auto;
    margin-right: auto;
}

.hleft .h_text{
    font-size: 10px;
}

.hinner_second .hright{
    width: 100%;
    padding: 0px 0;
    display: flex;
    justify-content: center;
    margin:  0 auto;
}

.hinner_second .hright .block1{
    width: 160px;
    height: 140px;
    background-color: rgb(245, 245, 245);
    border-radius: 5px;
    margin: 10px 2px;
    padding: 5px 5px;
    text-align: center;
}

.block1 .ups{
    display: block;
}

.ups .numbers span{
    margin-left: 2px;
    margin-right: 0px;
    font-size: 15px;
    padding: 5px;
    border: 1px solid salmon;
    border-radius: 50px;
}

.ups .title span{
    font-size: 15px;
    
}


.block1 .downs{
    padding: 2px 0px;
    text-align: start;
}

.block1 .downs .dwns{
    font-size: 11px;
}

.welcome_text{
    width: 100%;
    padding: 10px 0;
    text-align: center;
    display: block;
    justify-content: space-evenly;
}

.sleft{
    width: 90%;
    height: auto;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 10px;
    margin: 0 auto;
}

.sright{
    width: 90%;
    height: 100%;
    margin: 0 auto;
}

.sright img{
    width: 100%;
    height: 100%;
}

.sleft .up_bigText{
    margin-top: 10px;
    font-size: 5px;
    text-align: start;
    color: #FFD700;
}

.sleft .mddleText{
    text-align: start;
    font-size: 5px;
    font-weight: normal;
    margin: 5px 0;
    color: #000000;
    padding: 0px 0;
}

.sleft .latsText{
    text-align: start;
}

.sleft .latsText .laText{
    font-size: 10px;
}

.block1 .ups{
    display: flex;
}

.ups .numbers{
    margin-right: 10px;
    font-size: 30px;
    font-weight: bolder;
}

.ups .title{
    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: 200px;
    height: 300px;
    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;
}


.footer{
    width: 100%;
    margin-top: 10%;
    background-color: #256E61;
    display: inline-block;
    justify-content: left;
    padding: 10px 0;
}

.footer .footer_block{
    width: 100%;
    margin: 5px;
    padding: 5px;
    color: #FFD700;
    font-size: 17px;
    font-weight: 700;
}

.footer_block .header_label{
    text-align:start;
}

.footer_block .text_s{
    padding: 10px 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;
}

}



    
/* 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;
        min-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: 12px;
        color: #FFD700;
        font-weight: normal;
    }
    
    .price_dis{
        width: 100%;
        margin-top: 5px;
    }

    .price_dis .ext{
        font-size: 10px;
    }

    
  }

    @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);
        }
    }