*{
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
}
.bookstore
{
    background-color: #171717;
    width: 100%;
    height: 10vh;
}
.logo
{
    position: absolute;
    margin-top: 10px;
}
.logo img
{
    height: 16vh;
}
.bookrap
{
    width: 90%;
    margin: auto;
}
.motto h1{
    font-family: "Anonymous Pro", monospace;
    font-weight: 200;
    font-style: normal;
    color:rgb(255,102,0);
    position: absolute;
    margin-top: 10px;
    font-size: 40px;
    font-weight: lighter;
    margin-left: 50px;
    
}
.nav
{
    width:100%;
    margin: auto;
    height: 10vh;
    background-color: #171717;
}
.navrap
{
    border-top: 3px solid rgba(241, 147, 70, 0.5) ;
    border-bottom: 3px solid rgba(241, 147, 70, 0.5);
    width: 90%;
    margin: auto;
    height: 10vh;
    margin-left: 60px;   
}
.menu ul
{
    position: absolute;
    margin-left: 42px;
    margin-top: 20px;  
    
}
.menu ul li
{
    display: inline;
}
.menu ul li a{
    text-decoration:none;
    color:rgb(255,243,224,255);
    font-size: 20px;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: lighter;
    padding-left: 20px;
    padding-right: 20px;
}
.menu ul li a:hover
{
    /* text-decoration: underline; */
    color: rgb(255,102,0);
    font-weight: bolder;

}
.menu1 ul{
    float: right;
    margin-top: 15px;
}
.menu1 ul li{
    display: inline;
}
.menu1 ul li a{
    text-decoration:none;
    color:rgb(255,243,224,255);
    font-size: 30px;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: lighter;
    padding-left: 20px;
    padding-right: 20px;
}
.menu1 ul li a:hover
{
    text-decoration: underline;
    color: rgb(255,102,0,0.7);
    font-weight: bolder;

}
/* banner */
.ban
{
    width: 100%;
    padding: 20px;
    height: 90vh;
    background-color: #171717;
    
}
.banrap h3
{
    color: rgb(255, 102, 0);
    text-transform: capitalize;
    font-family: "Anonymous Pro", monospace;
    font-weight: 400;
    font-style: italic;
    text-align: center;
    font-size: 30px;
    
    
}
.banrap img
{
    width: 80%;
    margin-left: 150px;
    margin-bottom: 30px;
    height: 50vh;
    object-fit: contain;
}
.explore{
    margin-top: 8vh;
    margin-left: 600px;
}

.explore a{
    background-color:bisque;
    font-family:cursive;
    text-decoration: none;
    color: #171717;
    text-transform: uppercase;
    font-size:30px ;
    border-radius: 50px;
    padding: 25px 30px;
    border: 5px solid bisque;
}
.explore a:hover
{
    color: rgb(255, 102, 0);
    font-weight: bold;
    border: 5px solid rgb(255, 102, 0,0.8);
    border-color: rgb(255, 102, 0);
}
/* height shouldnt be above 100 vh of elements except bg  */
/* 100vh is the height of the screen  */
/* books */
.mid2
{
    background-color:#171717;
    width: 100%;
    height: 70vh;
}
.midrap2
{
    width: 90%;
    margin: auto;
    height: 60vh;
    /* background-color: #171717 */
}
.head3 h3
{
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 550;
    color: #fff6ef;
    padding-top: 10vh;
}
.list3 ul li
{
    width: 70%;
    margin: auto;
    padding-top: 20px;
}
.list3 ul 
{
    display: grid;
    grid-template-columns: auto auto auto auto auto;
    grid-column-gap: 10px;
    padding-right: 30px;
    margin-top: 20px;
    list-style: none;
}
.list3 ul li a img
{
    border: 3px solid rgb(255, 102, 0);
    height: 35vh;
    object-fit: contain;
}
/* mid */
.mid
{
    margin: auto;
    width: 100%;
    height: 100vh;
    background-color: #171717;
}
.midrap
{
    width: 90%;
    margin: auto;
    height: 100vh;
    display: grid;
    grid-template-columns: auto auto auto;
    grid-column-gap: 50px;
    background-color: #4b3e3445;
}
.bar
{
    height: 89vh ;
    border-left: 3px solid bisque;
    margin-top: 5vh;
}
.box1 img
{
    margin-top: 10vh;
    height: 80vh;
    border:3px solid rgb(255, 102, 0);
    margin-left: 20px;
} 
.box2 p
{
    margin-right: 20px;
    margin-top: 10vh;
    color: rgb(255, 102, 0);
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 22px;
    font-weight: 400;
    text-align: justify;

}
/* mid3 */
.mid3
{
    width: 100%;
    height: 90vh;
    background-color: #171717;
}
.midrap3
{
    width: 90%;
    margin: auto;
    height : 90vh;
    background-color: #4b3e3445;
}
.midhead
{
    padding-top: 3vh;
    border-bottom: 3px solid #f1dbb7
}
.midhead h1{
    color: rgb(255, 102, 0);
    padding-bottom: 2vh;
}
.midpara
{
    padding-top: 7vh;
    padding-right: 20px;
    margin-left: 20px;
    margin-right: 20px;
}
.midpara p{
    color: rgb(255, 102, 0);
    font-size: 22px;
    font-family:"Anonymous Pro",monospace;
    text-align: justify;
}
/* mid3 */
.mid4
{
    width: 100%;
    height: 100vh;
    background-color:#171717;
}
.midrap4
{
    width: 90%;
    margin: auto;
    height : 100vh;
    background-color: #4b3e3445;
}
.midhead4
{
    padding-top: 3vh;
    border-bottom: 3px solid #f1dbb7
}
.midhead4 h1{
    color: rgb(255, 102, 0);
    padding-bottom: 2vh;
}
.homeimg
{
    margin-left: 170px;
    margin-top: 5vh;
}
.homeimg img
{
    height: 50vh;
    
}
.mid5para{
    padding-top: 3vh;
}
.mid5para p{
    color: rgb(255, 102, 0);
    font-size: 17px;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    text-align: justify;
}
.mid5para p a{
    color: #f1dbb7;
    font-size: 17px;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    text-align: justify;
}
.mid5para p a:hover
{
    color: rgb(255, 102, 0);
}
.mid6
{
    width: 100%;
    height: 100vh;
    background-color: #171717;
}
.midrap6
{
    width: 90%;
    height: 90vh;
    margin: auto;
    /* background-color: #4ee87a; */
    display: grid;
    grid-template-columns: auto auto auto;
    grid-column-gap: 50px;
}

.mid6head
{
    padding-top: 2vh;
    width: 90%;
    margin: auto;
}
.mid6head h1
{
    color: rgb(255, 102, 0);
    padding-bottom: 2vh;
    
    border-bottom: 3px solid #f1dbb7;
}
.mid6img
{
    height: 80vh;
    margin-top: 6vh;
}
.mid6img img
{
    border: 4px solid rgb(255, 102, 0);
    height: 80vh;
    width: 100%;
}

.bar3
{
    border-right: 3px solid rgb(255, 102, 0);
    margin-top: 6vh;
    margin-bottom: 6vh;
}
.mid6para ol
{
    margin-top: 6vh;
    display: grid;
    grid-template-rows: auto auto auto auto auto;
    grid-row-gap: 2vh;
}
.mid6para ol li
{
    list-style: none;
}
.mid6para ol li h1{
    color:#f1dbb7;
    font-size: 20px;
    padding-bottom: 2vh;
}
.mid6para ol li p
{
    color: rgb(255, 102, 0);
    font-family: "Anonymous Pro",monospace;
    font-weight: 600;
    font-size: 16px;
    padding-bottom: 2vh;
}
/* footer */
.footer
{
    width: 100%;
    background-color:#f1dbb7;
    border-top: 5px solid rgb(236, 232, 229);
    height: 50vh;
}
.footrap
{
    width: 93%;
    margin: auto;
    /* background-color: rgb(154, 131, 115); */
    margin-top: 6vh;
    display : grid;
    grid-template-columns: auto auto auto auto auto;
    grid-column-gap: 30px;
}
.leftft
{
    display: grid;
    grid-template-rows: auto auto auto auto auto auto;
    grid-row-gap: 15px;
}
.socials ul
{
    margin-top: 20px;
}
.socials ul li{
    display: inline;
}
.socials ul li a{
    text-decoration: none;
    color:#171717;
    font-size: 29px;
    padding-right: 30px;
}
.socials ul li a:hover
{
    color: rgb(255, 102, 0);  
}
.mobile a{
    font-size: 20px;
    text-decoration: none;
    color: rgb(255, 102, 0,0.8);
    font-weight: 600;
}
.emailid a{
    font-size: 20px;
    text-decoration: none;
    color: rgb(255, 102, 0,0.8);
    font-weight: 600;
}
.bar1
{
    height: 43vh;
    border-left: 3px solid rgb(255, 102, 0);
}
.middleft
{
    display: grid;
    grid-template-rows: auto auto;
    grid-row-gap: 5px;
}
.footer-col
{
    margin-left: 55px;
}
.footer-col h2{
    color: rgb(255,102,0);

}
.list4 ul 
{
    margin-left: 55px;
}
.list4 ul li{
    list-style: none;
    padding-bottom: 20px;
}
.list4 ul li a
{
    text-decoration: none;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    color: rgb(9, 9, 8);
}
.list4 ul li a:hover
{
    color: rgb(255, 102, 0);
}
.bar2
{
    height: 43vh;
    border-right: 3px solid rgb(255, 102, 0);
}
.rightft
{
    display: grid;
    grid-template-rows: auto auto;
    grid-row-gap: 50px;

}
.action ul li{
    display: inline;
    padding-bottom: 5px;
}
.action ul li a{
    text-decoration: none;
    color:#171717;
    font-size: 20px;
    padding-right: 20px;
    font-size: 20px;
    font-weight: 600;
}
.action ul li a:hover
{
    color: rgb(255,102,0);
}
