* {
    padding: 0;
    margin: 0;
}

body {
    background-color: rgb(224, 223, 211);
}

hr {
    height: 0.3px;
    background-color: rgb(113, 111, 111);


}

.main {
    width: 100%;
    height: 70px;
    background-color: rgb(224, 223, 211);
    position: sticky;
    top: 0;
    z-index: 5;
    box-shadow: 0px 0px 10px 5px rgb(168, 166, 166);
}

.navbar {
    width: 1200px;
    height: 70px;
    /* background-color: pink; */
    margin: auto;

}

.navbar-left {
    width: 150px;
    height: 70px;
    /* background-color: orange; */
    float: left;
    margin-right: 50px;
}

.navbar-left img {
    width: 70px;
    height: 70px;
}

h1 {
    font-size: 25px;
    font-family: Lucida Handwriting;
    color: rgb(125, 60, 60);
}

.navbar-mid {
    width: 850px;
    height: 70px;
    /* background-color: violet; */
    float: left;

}

.navbar-mid ul {
    width: 100%;
    height: 100%;
}

.navbar-mid ul li {
    float: left;
    list-style-type: none;
}

.navbar-mid ul li a {
    text-decoration: none;
    font-size: 20px;
    font-family: Khmer OS Battambang;
    padding: 20px 15px;
    display: block;
    color: rgb(155, 32, 32);

}

.navbar-mid ul li a i {
    margin-right: 5px;
}

.navbar-mid ul li a:hover {
    color: darkblue;
}

.navbar-right {
    width: 150px;
    height: 70px;
    /* background-color: turquoise; */
    float: right;
}

.navbar-right a:hover {
    color: darkblue;
}

.navbar-right a {
    text-decoration: none;
    font-size: 25px;
    font-family: Calibri;
    padding: 18px 15px;
    display: block;
    color: rgb(125, 60, 60);
}

.navbar-right a i {
    margin-right: 10px;
}

.home a:hover {
    width: auto;
    height: 30px;
    background-color: rgb(234, 224, 165);
    box-shadow: 0px 0px 15px 5px rgb(151, 149, 149);
}

.dropdown a:hover {
 
    background-color: rgb(234, 224, 165);
    box-shadow: 0px 0px 15px 5px rgb(151, 149, 149);
}

.khmer a:hover {
    width: auto;
    height: 30px;
    background-color: rgb(234, 224, 165);
    box-shadow: 0px 0px 15px 5px rgb(151, 149, 149);

}

.about a:hover {
    width: auto;
    height: 30px;
    background-color: rgb(234, 224, 165);
    box-shadow: 0px 0px 15px 5px rgb(151, 149, 149);

}

.contact a:hover {
    width: auto;
    height: 30px;
    background-color: rgb(234, 224, 165);
    box-shadow: 0px 0px 15px 5px rgb(151, 149, 149);

}

.navbar-right a:hover {
    width: 130px;
    height: 33px;
    background-color: rgb(234, 224, 165);
    box-shadow: 0px 0px 15px 5px rgb(151, 149, 149);

}

.dropdown {
    position: relative;
}

.dropdown-item {
    width: 180px;
    height: 110px;
    background-color: rgb(189, 189, 189);
    position: absolute;
    display: none;
    transition: 0.2s;

}

.dropdown-item ul {
    width: 100%;
}

.dropdown-item ul li {
    width: 100%;
}

.dropdown-item ul li a {
    padding: 5px 4px;
    text-align: center;
    font-family: Calibri;
}

.dropdown:hover .dropdown-item {
    display: block;
}

.dropdown1 {
    position: relative;
}

.dropdown-item1 {
    width: 180px;
    height: 100px;
    background-color: rgb(188, 179, 188);
    position: absolute;
    display: none;
    transition: 0.2s;
}

.dropdown-item1 ul {
    width: 100%;
}

.dropdown-item1 ul li {
    width: 100%;
}

.dropdown-item1 ul li a {
    padding: 5px 4px;
    text-align: center;
}

.dropdown1:hover .dropdown-item1 {
    display: block;
}
.container{
    width: 100%;
    height: 450px;
    background-color: rgb(224, 223, 211);
}
.respone{
    width: 500px;
    height: 300px;
    background-color: rgb(224, 223, 211);
    margin-top: 80px!important;
    margin: auto;
    border: 1px solid rgb(190, 179, 179);
}
p i{
    background-color: green;
    color: white;
    border-radius: 100%;
   margin-left:200px;
   margin-top: 30px;
}