@font-face {
    font-family: Hanuman;
    src: url(../../webfonts/Hanuman-Regular.ttf);
}
* {
    margin: 0;
    padding: 0;
    font-family: Hanuman;
    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;
}
.dropdown-item ul a:hover{
    border: none!important;
    color: #005296!important;
    background-color: #ffffff6d;
}
.narbar{
    width: 1200px;
    height: 2000px;
    margin: auto;
    background-color: white;
    border: 0.2px solid rgb(67, 182, 132);
    padding-top: 90px;
}
.book{
    width: 300px;
    height: 470px;
    float: left;
    margin-top: 60px;
    margin-left: 60px;
    /* background-color: antiquewhite; */
    border-radius: 10px;
   
    overflow: hidden;
    transition: 1s;
}
.book img{
    width: 100%;
    height: 100%;
    
}
.book:hover{
    transform: scale(1.05);
}
.price
{
    float: left;
    margin-top: 60px;
    margin-left: 90px;
    width: 700px;
    height: 400px;
    background-color: rgb(233, 244, 238);
    border-radius: 10px;
    border: 1px solid mintcream;
}
.price h2{
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: 60px;
    color: rgb(29, 28, 28);
    padding: 20px 30px;
}
.price p{
    font-family: khmer Os Battambang;
    color: rgb(97, 93, 93);
    float: left;
    padding: 0px 30px;
}
.buynow{
    float: left;
    margin-top: 90px;
    margin-left: -215px;
    width: 100px;
    height: 30px;
    background-color: rgb(47, 83, 47);
    border-radius: 10px;
}
.buynow a{
    float: left;
    margin-left: 20px;
    margin-top: 6px;
}
.price hr{
    width: 600px;
    height: 0.5px;
    border: none;
    background-color: black;
    float: left;
    margin-top: 80px;
}
.price i{
    color: rgb(48, 99, 65);
    font-size: 25px;
    float: right;
    margin-top: 67px;
    margin-right: 40px;
}
.description{
    float: left;
    margin-top: 60px;
    margin-left: 50px;
   
    width: 1100px;
    height: 300px;
   
   border: 1px solid rgb(67, 182, 132);
   border-radius: 10px;
}
.description h2{
    font-family: Taprom;
    float: left;
    margin-top: 20px;
    margin-left: 20px;
}
.description hr{
    float: left;
    margin-top: 10px;
    width: 1000px;
    height: 0.5px;
    border: none;
    background-color: rgb(183, 219, 201);
}
.description p{
    float: left;
    margin-top: 20px;
    margin-left: 20px;
    font-family: khmer Os Battambang;
}
.review{
    float: left;
    margin-top: 60px;
    margin-left: 50px;
    width: 1100px;
    height: 500px;
   border-top: 1px solid black;
   border-bottom: 1px solid black;
   border-radius: 10px;
}
.read{
    width: 80px;
    height: 70px;
    /* background-color: antiquewhite; */
    float: left;
    margin-top: 100px;
    margin-left: 150px;
}
.read i{
    float: left;
    margin-left: 5px;
    font-size: 70px;
}
.t{
    float: left;
    width: 350px;
    height: 70px;
    /* background-color: antiquewhite; */
    margin-top: 190px;
    margin-left: -210px;
}
.star{
    float: left;
    width: 185px;
    height: 70px;
    /* background-color: antiquewhite; */
    margin-top: 300px;
    margin-left: -260px;  
}
.star i{
    font-size: 30px;
}
.cty{
    float: left;
    margin-top: 60px;
    margin-left: 50px;
    width: 1100px;
    height: 450px;
   border: 1px solid rgb(17, 39, 29);
   border-radius: 10px;
}
.cty p{
    float: right;
    margin-right: 50px;
    font-size: 30px;
    font-family: Georgia, 'Times New Roman', Times, serif;

}
.l1{
    width: 975px;
    height: 60px;
    /* background-color: antiquewhite; */
    float: left;
    margin-left: 30px;
    margin-top: 30px;
}
.l1 u{
    font-size: 19px;
    float: left;
    margin-top: 15px;
}
.gray{
    width: 700px;
    height: 20px;
    float: left;
    margin-left: 90px;
    margin-top: 17px;
    background-color: rgb(182, 177, 177);
    border-radius: 15px;
}
.orange{
    width: 650px;
    height: 20px;
    float: left;
    background-color: rgb(242, 165, 23);
    border-radius: 15px;
}


.footer1{
    width: 1200px;
    height: 500px;
    /* float: left; */
    margin:auto;
    background-color:white;
    opacity: 90%;
   
}

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

.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;
    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;
}

