#bookdepo{
width:100%;
display:block;
position:relative;
overflow:hidden;
font-family:arial black;
padding-bottom:2vw;
}
#booktile{
width:100%;
text-align:center;
font-size:3vw;
border-top:0.1vw solid black;
border-bottom:0.1vw solid black;
background-color:rgba(255,0,0, 0.3);
}
#booktamp {
position: relative;
border: 0.4vw solid #C11B17;
border-left: 0.6vw dotted #C11B17;
border-radius:3%;
box-shadow: 1vw 1vw gray;
width: 20vw;
height:30vw;
margin:1vw 2vw;
float:left;
color: black;
overflow: hidden;
}
#booktamp:before{
content: "";
position:absolute;
top: 0;
right: 0;
border-width: 0 3vw 3vw 0;
border-style: solid;
border-color: pink #C11B17;
display: block;
width: 0;
}
#bookpage1{
width:100%;
height:100%;
background-image:url("../image/book/rajasthan.webp");
background-size:cover;
}
#bookpage2{
width:100%;
height:100%;
background-image:url("../image/book/rajart.webp");
background-size:cover;
}
#bookpage3{
width:100%;
height:100%;
background-image:url("../image/book/thr.webp");
background-size:cover;
}
#bookpage4{
width:100%;
height:100%;
background-image:url("../image/book/for.webp");
background-size:cover;
}
#bookpage5{
width:100%;
height:100%;
background-image:url("../image/book/rajasthanpolity.webp");
background-size:cover;
}
#bookpage6{
width:100%;
height:100%;
background-image:url("../image/book/geography.webp");
background-size:cover;
}
#bookpage7{
width:100%;
height:100%;
background-image:url("../image/book/indiageo.webp");
background-size:cover;
}
#bookpage8{
width:100%;
height:100%;
background-image:url("../image/book/one.webp");
background-size:cover;
}
#bookpage9{
width:100%;
height:100%;
background-image:url("../image/book/CET.webp");
background-size:cover;
}
#bookpage10{
width:100%;
height:100%;
background-image:url("../image/book/HTML5.webp");
background-size:cover;
}
#bookpage11{
width:100%;
height:100%;
background-image:url("../image/book/rajintegration.webp");
background-size:cover;
}
#bookpage12{
width:100%;
height:100%;
background-image:url("../coding/image/Hosting.webp");
background-size:cover;
}
#computer{
width:100%;
height:100%;
background-image:url("../image/book/computer.webp");
background-size:cover;
}
#hindi{
width:100%;
height:100%;
background-image:url("../image/book/hindi.webp");
background-size:cover;
}
#Science{
width:100%;
height:100%;
background-image:url("../image/book/science.webp");
background-size:cover;
}
#bookRead{
background-color:rgba(0,0,0, 0.4);
font-family:arial black,sans serif;
text-shadow:0.1vw 0.1vw #C11B17;
color:yellow;
width:100%;
position:absolute;
bottom:1%;
font-size:1.8vw;
text-align:center;
}




@media(max-width:800px){
#booktile{
font-size:5vw;
font-weight:bold;
border-top:0.5vw solid white;
border-bottom:0.5vw solid white;
}
#booktamp {
width: 27vw;
height:40vw;
margin:2vw 2.50vw;
}
#booktamp:before{
border-width: 0 4vw 4vw 0;
}
#bookRead{
background-color:rgba(0,0,0, 0.4);
bottom:0;
font-size:3vw;
}
}