@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: 1px solid green; */
    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: 1550px!important;
    margin: auto;
    background-color: rgb(228, 241, 236);
    border: 1px solid green;
    padding-top: 90px;
    

}

.line1 {
    width: 100%;
    height: 60px;
    /* background-color: rgb(160, 129, 129); */
    float: left;
    margin-top: 30px;
}

.how {
    float: left;
    width: 1200px;
    height: 150px;
    /* background-color: antiquewhite; */
}

.fill {
    float: left;
    width: 1200px;
    height: 670px;
    /* background-color: antiquewhite; */
    margin-top: 30px;
    font-family: fa-brants-400;

}

input {
    width: 130px;
    height: 30px;
    border-radius: 10px;
    padding-left: 30px;
}

.yesno {
    /* float: left; */
    width: 190px;
    height: 30px;
    /* background-color: rgb(141, 127, 154); */
}

.money {
    /* float: left; */
    width: 340px;
    height: 50px;
    margin-top: -10px;
    /* background-color: aquamarine; */
}

.bank {
    width: 90px;
    height: 50px;
    /* background-color: black; */
    float: left;
    margin-left: 20px;
}

.bank img {
    width: 100%;
    height: 100%;
}

button {
    float: left;
    margin-left: 170px;
    width: 150px;
    height: 50px;
    border-radius: 10px;
    background-color: rgb(120, 166, 120);
}

.morelike {
    float: left;
    margin-left: 30px;
    margin-top: 130px;
    width: 700px;
    height: 70px;
    /* background-color: antiquewhite; */
}
.pic{
    width: 700px;
    height: 250px;
    /* background-color: antiquewhite; */
    float: left;
    margin-top: 30px;
    margin-left: 250px;
}
.each{
    width: 28%;
    height: 250px;
    float: left;
    margin-left: 20px;
    background-color: black;
    border-radius: 20px;
    overflow: hidden;
}
.each img{
    width: 100%;
    height: 100%;

}




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

.footer h2 {
    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;


}

.footer hr {
    width: 1200px;
    height: 1px;
    float: left;
    margin-top: 20px;
    background-color: black;
    border: none;

}

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