* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: sans-serif;
}

section {
    width: 100%;
    height: 100vh;
    background-image: url(image/bg.png);
    background-size: cover;
    background-position: center;
}

section nav{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-around;
    box-shadow: 0 0 10px #089da1;
    background: #fff;
    position: fixed;
    left: 0;
    z-index: 100; 
}


section nav .logo img {
    width: 100%;
    height: 40px;
    cursor: pointer;
    margin: 8px 0;
}


section nav li{
    display: inline-block;
    padding: 0 10px;
}

section nav li a{
    text-decoration: none;
    color: #000;
}


section nav li a:hover{
    color: #56a9a9;
}

section nav .social_icon i{
        margin: 0 10px;
        font-size: 18px;
}


section nav .social_icon i:hover{
    color: rgb(87, 137, 153)
}


section .main {
    display: flex;
    align-items: center;
    justify-content: space-around;
    position: relative;
    top: 20%;
}


section .main h1{
    position: relative;
    font-size: 55px;
    top: 80px;
    left: 30px;
}


section .main h1 span{
    color: rgb(51, 142, 142);
}


section .main p{
    width: 340px;
    text-align: justify;
    line-height: 22px;
    position: relative;
    top: 145px;
    left: 20px;
}


section .main .main_tag .main_btn{
    background: #089da1;
    padding: 10px 20px;
    position: relative;
    top: 200px;
    left: 20px;
    color: #fff;
    text-decoration: none;
}


section .main .main_img img{
    width: 400px;
    position: relative;
    top: 90px;
    left: 25px;
}


 .services{
    width: 100%;
    height: auto;
    margin: 35px 0;
 }


 .services .services_box{
    width: 95%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-around;
    top: 250px;
    position: relative;
 }


 .services .services_box .services_card{
    text-align: center;
    width: 310px;
    height: auto;
    box-shadow: 0 0 8px #089da1;
    padding: 15px 10px;
 }


 .services .services_box .services_card i{
    color: #089da1;
    font-size: 45px;
    margin-bottom: 15px;
    cursor: pointer;
 }

 .services .services_box .services_card h3 {
    margin-bottom: 15px;
 }


 .about {
    width: 100%;
    height: auto;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    top: 300px;
    position: relative;
 }


 .about .about_image img{
    width: 600px;
 }

 .about .about_tag h1{
    font-size: 50px;
    position: relative;
    bottom: 35px;
 }


 .about .about_tag p{
    line-height: 22px;
    width: 500px;
    text-align: justify;
    margin-bottom: 15px;
 }

 
 .about .about_tag .about_btn {
    padding: 10px 20px;
    background: rgb(15, 134, 203);
    color: #fff;
    text-decoration: none;
    position: relative;
    top: 50px;
 }


 .featured_book{
    width: 100%;
    height: 100vh;
    padding: 70px 0;
    position: relative;
    top: 350px;
 }


 .featured_book h1{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
    font-size: 45px;
   }


   .featured_book .featured_book_box {
    width: 95%;
    height: 80vh;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(15, 1fr);
    overflow: hidden;
    overflow-x: scroll;
   }


   .featured_book .featured_book_box .featured_book_card{
    width: 250px;
    height: 430px;
    text-align: center;
    padding: 5px;
    border: 1px solid rgb(57, 55, 55);
    margin: auto 20px;
   }


   .featured_book .featured_book_box .featured_book_card:hover{
    box-shadow: 0 0 5px rgb(27, 158, 170);
   }


   .featured_book .featured_book_box .featured_book_card .featured_book_img img{
    width: 150px;
   }



   .featured_book .featured_book_box .featured_book_card .featured_book_tag h2{
      margin: 12px;
   }


   .featured_book .featured_book_box .featured_book_card .featured_book_tag .writer{
      color: rgb(195, 198, 200);
   }


   .featured_book .featured_book_box .featured_book_card .featured_book_tag .categories{
    color: rgb(21, 179, 179);
    margin-top: 8px;
   }


   .featured_book .featured_book_box .featured_book_card .featured_book_tag .book_price{
    margin-top: 8px;
    font-weight: bold;
    margin-bottom: 15px;
   }


   .featured_book .featured_book_box .featured_book_card .featured_book_tag .book_price sub{
    font-weight: 100;
    padding: 0 5px;
   }


   .featured_book .featured_book_box .featured_book_card .featured_book_tag .f_btn{
    padding: 8px 20px;
    border: 2px solid rgb(7, 129, 169);
    text-decoration: none;
    color: black;
    top: 10px;
    position: relative;
   }


   ::-webkit-scrollbar{
    width: 10px;
    height: 5px;
   }


   ::-webkit-scrollbar-track{
    box-shadow: inset 0 0 8px rgb(29, 28, 28);
   }

   ::-webkit-scrollbar-thumb{
    background: #089da1;
    border-radius: 10px;
   }


   .Arrivals{
    width: 100%;
    height: 100vh;
    margin-bottom: 35px;
    top: 500px;
    position: relative;
   }


   .Arrivals h1{
    font-size: 50px;
    text-align: center;
    margin-bottom: 35px;
   }


  .Arrivals .Arrivals_box{
    width: 95%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 25px 0;
  }


  .Arrivals .Arrivals_box .Arrivals_card{
    width: 250px;
    height: 360px;
    text-align: center;
    padding: 5px;
    border: 1px solid rgb(80, 78, 77);
    margin: auto 20px;
  }


  .Arrivals .Arrivals_box .Arrivals_card:hover{
    box-shadow: 0 0 5px rgb(7, 125, 155);
  }


  .Arrivals .Arrivals_box .Arrivals_card .Arrivals_image{
    width: 150px;
    height: 220px;
    margin: 0 auto;
    cursor: pointer;
    box-shadow: 0 0 8px rgb(76, 74, 74);
    overflow: hidden;
  }


.Arrivals .Arrivals_box .Arrivals_card .Arrivals_image img{
    width: 150px;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: 0.3s;
}


.Arrivals .Arrivals_box .Arrivals_card:hover .Arrivals_image img{
    transform: scale(1.1);
}


.Arrivals .Arrivals_box .Arrivals_card .Arrivals_tag p{
    font-family: queen of camelot;
    font-size: 20px;
    margin: 8px 0;
}


.Arrivals .Arrivals_box .Arrivals_card .Arrivals_tag .Arrivals_icon {
    color: #089da1;
    margin-bottom: 18px;
}


.Arrivals .Arrivals_box .Arrivals_card .Arrivals_tag .Arrivals_btn {
    padding: 8px 20px;
    border: 2px solid #088d91;
    text-decoration: none;
    color: #070707;
    top: 10px;
    position: relative;
    bottom: 5px;
}



/*Reviews*/


.reviews{
    width: 100%;
    height: auto;
    position: relative;
    top: 800px;
}


.reviews h1{
    text-align: center;
    font-size: 50px;
    margin-top: 55px;
    margin-bottom: 80px;
}


.reviews .review_box{
    width: 95%;
    height: 50vh;
    margin: 15px auto;
    display: flex;
    align-items: center;
    justify-content: center;
}



.reviews .review_box .review_card{
    width: 400px;
    height: 335px;
    box-shadow: 0 0 8px #089da1;
    padding: 15px;
    margin: 0 12px;
}



.reviews .review_box .review_card i{
    float: right;
    font-size: 120px;
    position: relative;
    bottom: 20px;
    color: #f3f0f0;
}



.reviews .review_box .review_card .card_top img{
    width: 80px;
    border-radius: 50%;
    margin-bottom: 10px;
    }



    .reviews .review_box .review_card .card p{
        margin: 10px 0 10px 0px;
        text-align: justify;
        line-height: 22px;
    }   


    .reviews .review_box .review_card .card .review_icon i{
        font-size: 16px;
        float: left;
        margin-top: 20px;
        color: rgb(12, 180, 180);
        padding: 0 1px;
    }




    /*banner*/


    .banner{
        width: 100%;
        height: 50vh;
        background-image: url(image/banner.jpg);
        background-size: cover;
        background-position: center;
        top: 950px;
        position: relative;
    }



    .banner .banner_btn{
        padding: 8px 20px;
        background: #089da1;
        text-decoration: none;
        color: #fff;
        position: relative;
        top: 77%;
        left: 7%;
    }



    /*blog*/



    .blog{
        width: 100%;
        height: auto;
        margin: 25px 0;
        top: 1050px;
        position: relative;
    }


    .blog h1{
        text-align: center;
        font-size: 50px;
        margin-bottom: 30px;
    }


    .blog .blog_box{
        width: 95%;
        margin: 0 auto;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
    }


    .blog .blog_box .blog_card{
        margin: 0 auto;
        width: 450px;
        height: auto;
        box-shadow: 0 0 8px rgb(85, 85, 85);
    }



    .blog .blog_box .blog_card .blog_img{
        width: 450px;
        height: 300px;
        overflow: hidden;
    }



    .blog .blog_box .blog_card .blog_img img{
        width: 400px;
        height: 100%;
        object-fit: cover;
        object-position: center;
    }


    .blog .blog_box .blog_card .blog_tag{
        padding: 20px;
    }



    .blog .blog_box .blog_card .blog_tag h2{
        color: #089da1;
    }


    .blog .blog_box .blog_card .blog_tag p{
        margin-top: 10px;
        text-align: justify;
        line-height: 22px;
    }



    .blog .blog_box .blog_card .blog_icon{
        display: flex;
        align-items: center;
        justify-content: space-between;
        color: #089da1;
        cursor: pointer;
        padding-left: 15px;
        padding-right: 15px;
    }

/*Footer*/

    footer{
        width: 100%;
        background: #ddd9d9;
        top: 1100px;
        position: relative;
    }


footer .footer_main{
    width: 100%;
    display: flex;
    justify-content: space-around;
}


footer .footer_main .tag{
    margin: 10px 0;
}


footer .footer_main .tag img{
    width: 20%;
    margin-bottom: 15px;
    margin-top: 20px;
}


footer .footer_main .tag p{
    width: 250px;
    line-height: 22px;
    text-align: justify;
}



footer .footer_main .tag h1{
    font-size: 25px;
    margin: 25px 0;
    color: #000;
}



footer .footer_main .tag a{
    display: block;
    color: black;
    text-decoration: none;
    margin: 10px 0;
}


footer .footer_main .tag i{
    margin-right: 10px;
}


footer .footer_main .tag .social_link i{
    margin: 0 5px;
}



footer .footer_main .tag .search_bar{
    width: 230px;
    height: 30px;
    background: #c5c3c3;
    border-radius: 25px;
}



footer .footer_main .tag .search_bar input{
    width: 200px;
    padding: 2px;
    position: relative;
    top: 17%;
    left: 6%;
    border: none;
    outline: none;
    font-size: 13px;
    background: none;
}



footer .footer_main .tag .search_bar button{
    padding: 7px 15px;
    background: #088d91;
    border: none;
    margin-top: 15px;
    border-radius: 25px;
    color: #fff;
    cursor: pointer;
}



footer .end{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
    color: #000;
}


footer .end span{
    color: #0b7074;
    margin-left: 10px;
}


footer .end span i{
    margin-right: 4px;
}









