* {
    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);
}
.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-hover 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);

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

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

.mainA {
    width: 1200px;
    height: 500px;
    /* background-color: pink; */
    margin: auto;
    margin-top: 120px;
}

.mainA-left {
    width: 50%;
    height: 500px;
    /* background-color: orange; */
    float: left;
}

.mainA-right {
    width: 50%;
    height: 500px;
    /* background-color: blue; */
    float: right;
}

marquee {
    font-size: 20px;
    font-family: Khmer OS Battambang;
}

h2 {
    font-size: 70px;
    font-family: Broadway;
    color: rgb(58, 45, 45);
}

h3 {
    font-size: 30px;
    font-family: Broadway;
    margin-left: 120px;
    margin-top: 30px;
    color: rgb(58, 45, 45);
}

h4 {
    font-size: 70px;
    font-family: Broadway;
    /* margin-left: 80px; */
    margin-top: 30px;
    color: rgb(58, 45, 45);
}

.box1 {
    width: 150px;
    height: 200px;
    /* background-color: green; */
    margin-top: 15px;
    margin-left: 30px;
}

.box1 img {
    width: 150px;
    height: 200px;

}

.box2 {
    width: 150px;
    height: 200px;
    /* background-color: green; */
    margin-left: 200px;
    margin-top: -100px;
}

.box2 img {
    width: 150px;
    height: 200px;

}

.box3 {
    width: 150px;
    height: 200px;
    /* background-color: green; */
    margin-left: 370px;
    margin-top: -100px;
}

.box3 img {
    width: 150px;
    height: 200px;
}

.container {
    width: 100%;
    height: 1000px;
    background-color: rgb(224, 223, 211);
}

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.slide {
    width: 100%;
    height: 650px;
    /* background-color: red; */
}

.h1 h1 {
    font-size: 30px;
    font-family: Khmer OS Battambang;
    text-align: center;

}

.h1 {
    width: 350px;
    height: 60px;
    margin: auto;
    border: 2px solid rgb(125, 60, 60);
    margin-top: 40px;
    border: 2px solid rgb(98, 89, 89);
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.contact {
    width: 1200px;
    height: 600px;
    background-color: rgb(224, 223, 211);
    margin: auto;
    margin-top: 100px;
    border-radius: 30px;
    box-shadow: 0px 0px 10px 3px rgb(152, 152, 152);
}

.contact-left {
    width: 500px;
    height: 600px;
    /* background-color: red; */
    float: left;
    margin-left: 50px;
}

.contact-right {
    width: 600px;
    height: 600px;
    /* background-color: yellow; */
    float: right;
    margin-top: 30px;
}

.contact-left h3 {
    font-size: 20px;
    font-family: Khmer OS Battambang;
    margin-left: 0px;
    color: rgb(125, 60, 60);

}

.icon {
    width: 350px;
    height: 40px;
    /* background-color: yellowgreen; */
    margin-top: 40px;
   
}

.icon a {
    text-decoration: none;
    margin-right: 15px;
    color: blue;
}

.icon i {
    margin-right: 5px;
    color: blue;
}

h5 {
    font-size: 25px;
    font-family: Calibri;
    color: rgb(125, 60, 60);
}

.small-contact h1 {
    font-size: 30px;
    font-family: Khmer OS Battambang;
    padding-top: 10px;
    text-align: center;
}

.small-contact hr {
    width: 180px;
    height: 2.5px;
    border: 0px;
    background-color: rgb(99, 44, 44);
    margin-left: 390px;
}

table tr td input {
    height: 30px;
    width: 180px;
    padding-left: 10px;
    outline: 0;
    border: 0px;
    border-radius: 5px;
    margin-top: 20px;
    margin-left: 30px;
}
input{
    font-family: Khmer OS Battambang;
}
.subject {
    height: 30px;
    width: 410px;
    padding-left: 10px;
    outline: 0;
    border: 0px;
    border-radius: 5px;
    margin-top: 20px;
}

#message {
    outline: 0px;
    border: 0px;
    margin-top: 30px;
    border-radius: 10px;
    padding-left: 10px;
    padding-top: 10px;
    font-family: Calibri;
    font-size: 15px;
}

button {
    width: 90px;
    height: 40px;
    background-color: rgb(33, 33, 219);
    outline: 0;
    border: 0px;
    color: white;
    border-radius: 40px;
    margin-top: 50px;
    display: block;
    margin-left: 160px;
}

.last {
    width: 100%;
    height: 300px;
    /* background-color: red; */
    margin-top: 200px;
}

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

}

.info-a {
    width: 370px;
    height: 300px;
    /* background-color: green; */
    margin-right: 40px;
    float: left;
}

.last {
    width: 100%;
    height: 300px;
    background-color: rgb(224, 223, 211);
    float: left;
    box-shadow: 0px 0px 10px 3px rgb(172, 170, 170);

}

.info-a p {
    margin-top: 30px;
    font-size: 30px;
    font-family: Caliibri;
    color: rgb(127, 76, 76);
    margin-left: 50px;
}

.info-a h3 {
    font-size: 15px;
    font-family: Khmer OS Battambang;
    margin-left: 45px;
    margin-top: 30px;
    color: darkblue;
}

.info-a h1 {
    font-size: 20px;
    margin-left: 45px;
    margin-top: 20px;
    color: darkblue;
}

.info-a pre {
    font-size: 20px;
    margin-left: 45px;
    margin-top: 20px;
    color: darkblue;
    font-family: Calibri;
}

.info-a h4 {
    font-size: 20px;
    font-family: Calibri;
    text-align: center;
    margin-top: 30px;
    color: darkblue;
}

.info-a h4:hover {
    color: white;
}

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

.info-a a {
    font-size: 20px;
    font-family: Calibri;
    color: darkblue;
    margin-left: 50px;
    margin-top: 20px;
    text-decoration: none;
    display: block;
}

.info-a a:hover {
    color: white;
}

.copy-right {
    width: 100%;
    height: 50px;
    background-color: blue;
    float: left;
}

.copy-right h5 {
    font-size: 15px;
    font-family: Calibri;
    color: white;
    text-align: center;
    margin-top: 15px;
}

.copy-right i {
    margin-left: 5px;
}
button{
    width: 80px;
    height: 30px;
    background-color: darkblue;
    border: none;
    margin-top: 50px;
    margin-left: 20px;
    border-radius: 20px;
} 
button a{
    text-decoration: none;
    color: white;
    
}