@font-face {
    font-family: Hanuman;
    src: url(../../webfonts/Hanuman-Regular.ttf);
}
* {
    margin: 0;
    padding: 0;
    /* font-family: Hanuman!important; */
    box-sizing: border-box;
}
.slogan{
    width: 100%;
    height: 30px;
    /* margin: auto;
    margin-left: 90px; */
    align-items: center;
    background-color: rgb(60, 104, 85);
    position: fixed;
    z-index: 91;
    
}
.slogan p{
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    margin-left: 20px;
    padding-top: 5px;
    color: white;
}
.menu{
    width: 100%;
    height: 100px;
    margin: auto;
    /* margin-left: 90px; */
    position: fixed;
    z-index: 90;
    align-items: center;
    background-color: white;
    /* background-color: rgb(197, 226, 247); */
    /* border: 0.2px solid rgb(67, 182, 132); */
    padding: 0 5%;
    
}
.logo{
    width: 100px;
    height: 90px;
    /* background-color: rgb(201, 171, 131); */
    float: left;
    margin-top: 18px;
    background-image: url(../../img/seven.logo-removebg-preview.png);background-position: center;
    background-size: cover;
}

.list{
    width: 740px;
    height: 100px;
    /* background-color: rgb(75, 44, 3); */
    float: right;
    
}

.list ul{
    width: 100%;
    /* background-color: #005296; */
    height: 100px;
    
}

.list ul li{
    list-style-type: none;
    float:left ;
}
.list ul li a{
    text-decoration: none;
    float: left;
    margin-top: 50px;
    margin-left: 30px;
    font-family: Khmer OS Battambang;
    font-size: 20px;
    color: rgb(53, 102, 116);

}
.list ul li a:hover{
    border-bottom: 1px solid rgb(19, 57, 59);
}
.clear{
    clear: both;
}

.dropdown-item{
    width: 180px;
    height: 390px;
    background-color: rgb(134, 172, 149);
   border-radius: 8px;
    /* margin-top: 71px; */
    position: absolute;
    display: none;
    transition: 1s;
    z-index: 1;
    

}
.dropdown-item ul{
    width: 100%;
  
}
.dropdown-item ul li{
    width: 100%;
  
    
}
.dropdown{
    position: relative;
}
.dropdown:hover .dropdown-item{
    display: block;
    height: auto;
}
.dropdown-item ul {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 10px 0px;
}
.dropdown-item ul a{
    margin: 0px!important;
    padding: 4px 10px!important;
    font-family: Hanuman!important;
}
.dropdown-item ul a:hover{
    border: none!important;
    color: #005296!important;
    background-color: #ffffff6d;
}

.narbar{
    width: 1200px;
    height: auto!important;
    margin: auto;
    padding-top: 90px;
    font-family: Hanuman!important;
}
.bestseller{
    width: 100%;
    padding: 10px;
    float: left;
    margin-top: 50px;
    border-bottom: 2px solid antiquewhite;
}
.bestseller hr{
    width: 150px;
    height: 1px;
    background-color: green;
    float: left;
    margin-left: 20px;
    margin-top: 50px;
}
.bestseller p{
    font-family: Khmer OS Battambang;
    font-size: 25px;
}



.rbook{
    width: 1200px;
    height: 1600px;
    /* background-color: antiquewhite; */
    float: left;
    margin-top: 20px;
}

.robest{
    width: 19%;
    height: 350px;
    background-color: white;
    border-radius: 10px;
    border: 1px solid rgb(130, 161, 130);
    float: left;
    margin-top: 35px;
    margin-left: 12px;
    overflow: hidden;
    transition: 1s;
    position: relative;
    padding-bottom: 30px;
    font-family: Hanuman!important;
}
.robest img{ 
    width: 100%;
    height: 75%;
    border-bottom: 2px solid green;
  
}
.robest:hover{
    transform: scale(1.05);
    display: block;
    box-shadow: 0px 0px 1px 2px rgb(181, 233, 181);
}
.buynow{
    float: right;
    width: 100px;
    height: 30px;
    position: absolute;
    right: 5px;
    bottom: 10px;
    background-color: rgb(47, 83, 47);
    border-radius: 5px;
    font-size: 15px;text-align: center;
    
}
.buynow a{
    width: 100%;
    display: inline-block;
    padding: 4px 0px!important;
}
.footer1{
    width: 1200px;
    height: 400px;
    /* float: left; */
    /* margin-top: 100px; */
    
    opacity: 90%;
    clear: both;
    margin: auto;
   
}

.footer1 h2{
    font-family: khmer Os Battambang;
    margin-left: 30px;
    padding-top: 20px;
    color: #000000;
}
.promise{
    float: right;
    width: 30%;
    height: 30%;
    margin-right: 200px;
    /* background-color: antiquewhite; */
    color: #0c0d0f;
}
.promise i{
    font-size: 50px;
    color: aliceblue;
}

.social{
    width: 460px;
    height: 70px;
    /* background-color: antiquewhite; */
    float: left;
    margin-left: 30px;
    margin-top: 70px;

}
.social a i{
    float: left;
    margin-left: 80px;
    margin-top: 5px;
    font-size: 50px;
    transition: 1s;
    
    
}

.footer1 hr{
    width: 1200px;
    height: 1px ;
    float: left;
    margin-top: 20px;
    background-color: black;
    border: none;
   
}
.footer1 p{
    float: left;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    color: white!important;
    margin-top: 30px;
    margin-left: 550px;
}

.write{
    width: 1200px;
    height: 300px;
    float: left;
    margin-top: 30px;
    background-color: rgb(60, 104, 85);
}
.explore{
    width: 430px;
    height: 90px;
    float: left;
    margin-left: 30PX;
    margin-top: 20px;
    /* background-color: rgb(119, 83, 37); */
}
.home{
    width: 680px;
    height: 30px;
    float: left;
    margin-top: 150px;
    margin-left: -430px;
    /* background-color: rgb(40, 80, 114); */
}
.home ul{
    width: 100%;
    height: 100%;
}
.home ul li{
    float: left;
    list-style-type: none;
}
.home ul li a{
    text-decoration: none;
    font-size: 19px;

    margin-left: 60px;
    color: white;
    font-family: khmer OS Battambang;
    transition: 1s;
    
}
.home ul li a:hover{
    color: rgb(108, 169, 133);
    display: block;
}
iframe {
    margin-left: 60px;
    margin-top: 30px;
}

